/* 首页模拟：对齐 tools-home / recruitment-home，主题 #FF7D00 */
.home-simulator-wrap {
    --sim-primary: #FF7D00;
    --sim-primary-rgb: 255, 125, 0;
}
.home-simulator-wrap .mutual-inline-demo-btn {
    background: rgba(255, 125, 0, 0.96);
}
.home-simulator-wrap .plan-sim-desc {
    background: linear-gradient(135deg, #fff7ed, #fffbeb);
    border-color: #fed7aa;
    color: #c2410c;
}
.home-simulator-wrap .step-indicator .step.active { color: #FF7D00; }
.home-simulator-wrap .step-indicator .step.active .step-num { background: #FF7D00; color: #fff; }
.home-simulator-wrap .uc-sim-page .sim-tabbar-item.active { color: #FF7D00; }

.home-sim-page {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    background: #f5f6f8;
}
.home-sim-page.is-active { display: flex; }

.home-sim-navbar {
    flex-shrink: 0;
    position: relative;
    height: 72px;
    padding: 0 12px;
    background: linear-gradient(180deg, #fff7ed 0%, #f5f6f8 100%);
}
.home-sim-navbar-content {
    position: relative;
    height: 44px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
}
.home-sim-navbar-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    text-align: center;
}
.home-sim-navbar-tagline-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    padding: 0 12px;
    box-sizing: border-box;
}
.home-sim-navbar-tagline {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #FF7D00;
    text-align: left;
}

.home-sim-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 0 10px 8px;
}

.home-banner-wrap {
    position: relative;
    height: 117px;
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
    background: #e8e9ec;
}
.home-banner-track {
    display: flex;
    width: 200%;
    height: 100%;
    transition: transform 0.45s ease;
}
.home-banner-wrap.is-slide-1 .home-banner-track { transform: translateX(-50%); }
.home-banner-track img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.home-banner-fade {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 51px;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, 0.28) 55%, rgba(17, 24, 39, 0.5) 100%);
    pointer-events: none;
}
.home-banner-dock {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 9px 9px;
    z-index: 2;
    box-sizing: border-box;
}
.home-banner-support {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 62%;
    padding: 3px 6px 3px 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 7px rgba(17, 24, 39, 0.16);
    cursor: pointer;
}
.home-banner-support-avatar {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #fff7ed;
    color: #FF7D00;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.home-banner-support-avatar img { width: 100%; height: 100%; object-fit: cover; }
.home-banner-support-title { font-size: 11px; font-weight: 600; color: #374151; line-height: 1.2; }
.home-banner-support-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 21px;
    min-width: 38px;
    padding: 0 8px;
    border-radius: 999px;
    background: #FF7D00;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 21px;
}
.home-mode-switch {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 2px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.55);
}
.home-mode-switch-item {
    min-width: 36px;
    height: 23px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.home-mode-switch-item.is-active {
    background: #fff;
    color: #111827;
    font-weight: 700;
}

.home-feature-head { margin: 4px 2px 8px; }
.home-feature-title { display: block; font-size: 15px; font-weight: 800; color: #1f2330; line-height: 1.3; }
.home-feature-sub { display: block; margin-top: 4px; font-size: 12px; color: #8a8a8a; line-height: 1.45; }
.home-feature-card {
    margin-bottom: 10px;
    padding: 11px 11px 9px;
    background: #fff;
    border: 1px solid #eceef2;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 4px 13px rgba(17, 24, 39, 0.04);
    box-sizing: border-box;
}
.home-feature-copy { min-width: 0; }
.home-feature-top { display: flex; gap: 8px; align-items: flex-start; }
.home-feature-top-copy { flex: 1; min-width: 0; }
.home-feature-icon {
    width: 26px; height: 26px;
    border-radius: 6px;
    background: rgba(255, 125, 0, 0.08);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-feature-icon img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(83%) saturate(2656%) hue-rotate(2deg) brightness(105%) contrast(104%);
}
.home-feature-card-title { display: block; font-size: 15px; font-weight: 800; color: #1a1a1a; line-height: 1.3; }
.home-feature-slogan-line { display: block; margin-top: 2px; font-size: 13px; line-height: 1.4; }
.home-feature-slogan { font-weight: 700; color: #FF7D00; }
.home-feature-tag { font-weight: 700; color: #1a1a1a; }
.home-feature-desc { display: block; margin-top: 8px; font-size: 12px; color: #6b7280; line-height: 1.55; }
.home-feature-cover {
    display: block;
    width: 100%;
    height: 90px;
    margin-top: 9px;
    border-radius: 9px;
    object-fit: cover;
    background: #e8e9ec;
    overflow: hidden;
}
.home-feature-footer { display: flex; justify-content: flex-end; margin-top: 8px; }
.home-feature-action { font-size: 12px; color: #FF7D00; font-weight: 700; line-height: 1.2; }

.rhome-search {
    display: flex;
    gap: 8px;
    margin: 10px 0 8px;
}
.rhome-search--full {
    width: 100%;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.rhome-city-btn, .rhome-search-box {
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 13px;
    color: #374151;
}
.rhome-search--full .rhome-city-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    max-width: 80px;
    padding: 8px 8px 8px 10px;
    margin-right: 2px;
    border-right: 1px solid #ececec;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}
.rhome-search--full .rhome-search-box {
    flex: 1;
    border-radius: 0;
    background: transparent;
    color: #9ca3af;
    display: flex;
    align-items: center;
}
.rhome-city-name {
    max-width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 1.2;
}
.rhome-city-arrow {
    font-size: 8px;
    color: #666;
    line-height: 1;
    transform: scale(0.85);
}
.rhome-city-btn { font-weight: 700; white-space: nowrap; }
.rhome-search-box { flex: 1; color: #9ca3af; }

.rhome-city-modal {
    position: absolute;
    inset: 0;
    z-index: 75;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20% 24px 12%;
    box-sizing: border-box;
}
.rhome-city-modal.is-open { display: flex; }
.rhome-city-modal-mask {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}
.rhome-city-modal-box {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 310px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    flex-shrink: 0;
    transform: translateY(4%);
}
.rhome-city-modal-header {
    padding: 14px 14px 4px;
    text-align: center;
}
.rhome-city-modal-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}
.rhome-city-locate-btn {
    margin: 8px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    height: 28px;
    padding: 0 12px;
    border-radius: 14px;
    background: rgba(255, 125, 0, 0.1);
    cursor: pointer;
    box-sizing: border-box;
}
.rhome-city-locate-btn.disabled,
.rhome-city-locate-btn.is-locating {
    opacity: 0.55;
    pointer-events: none;
}
.rhome-city-locate-btn-text {
    font-size: 13px;
    color: #FF7D00;
    font-weight: 600;
}
.rhome-city-picker-hint {
    display: flex;
    padding: 4px 14px 0;
}
.rhome-city-picker-hint-item {
    flex: 1;
    text-align: center;
    font-size: 11px;
    color: #9ca3af;
}
.rhome-city-picker-mock {
    display: flex;
    height: 170px;
    position: relative;
    overflow: hidden;
    margin-top: 2px;
}
.rhome-city-picker-mock::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    background: rgba(255, 125, 0, 0.08);
    border-top: 1px solid rgba(255, 125, 0, 0.15);
    border-bottom: 1px solid rgba(255, 125, 0, 0.15);
    pointer-events: none;
    z-index: 1;
}
.rhome-city-picker-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #9ca3af;
}
.rhome-city-picker-col .is-active {
    color: #111827;
    font-weight: 600;
}
.rhome-city-modal-footer {
    display: flex;
    gap: 10px;
    padding: 10px 14px 14px;
    border-top: 1px solid #f3f4f6;
}
.rhome-city-modal-btn {
    flex: 1;
    height: 36px;
    line-height: 34px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.rhome-city-modal-btn.cancel {
    background: #fff;
    color: #6b7280;
    border: 1px solid rgba(255, 125, 0, 0.34);
}
.rhome-city-modal-btn.confirm {
    background: #fff;
    color: #FF7D00;
    border: 1px solid #FF7D00;
}
.home-city-toast {
    position: absolute;
    left: 50%;
    top: 52%;
    bottom: auto;
    transform: translate(-50%, -50%);
    background: rgba(15, 23, 42, 0.86);
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 999px;
    display: none;
    z-index: 76;
    white-space: nowrap;
    pointer-events: none;
}
.home-city-toast.show { display: block; }
.rhome-skill-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px 4px;
    padding: 6px 0 12px;
}
.rhome-skill {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.rhome-skill img {
    width: 36px; height: 36px;
    border-radius: 10px;
    object-fit: cover;
    background: #fff;
}
.rhome-skill span { font-size: 11px; color: #374151; }
.rhome-skill.is-active span { color: #FF7D00; font-weight: 700; }
.rhome-skill.is-active img { box-shadow: 0 0 0 2px #FF7D00; }

.home-support-overlay {
    position: absolute;
    inset: 0;
    z-index: 70;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    box-sizing: border-box;
}
.home-support-overlay.show { display: flex; }
.home-support-mask {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
}
.home-support-panel {
    position: relative;
    width: 92%;
    height: 88%;
    max-height: none;
    background: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    padding: 14px 14px 12px;
    z-index: 1;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
    overflow: hidden;
    box-sizing: border-box;
}
.home-support-close {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #9ca3af;
    cursor: pointer;
    font-size: 14px;
    z-index: 2;
}
.home-support-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
    flex-shrink: 0;
}
.home-support-avatar-stage {
    position: relative;
    width: 88px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.home-support-avatar-wrap {
    position: relative;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-support-avatar-stack {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
}
.home-support-avatar {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    background: #fff7ed;
    display: block;
}
.home-support-avatar-ring {
    position: absolute;
    border-radius: 12px;
    border: 1px solid rgba(255, 125, 0, 0.22);
    opacity: 0;
    z-index: 1;
    box-sizing: border-box;
}
.home-support-avatar-wrap.is-speaking .home-support-avatar-ring,
.home-support-avatar-stage.is-speaking .home-support-avatar-ring { opacity: 1; }
.home-support-avatar-wrap.is-speaking .ring-1,
.home-support-avatar-stage.is-speaking .ring-1 {
    width: 60px;
    height: 60px;
    animation: home-support-voice-pulse 0.85s ease-in-out infinite;
}
.home-support-avatar-wrap.is-speaking .ring-2,
.home-support-avatar-stage.is-speaking .ring-2 {
    width: 64px;
    height: 64px;
    animation: home-support-voice-pulse 0.85s ease-in-out 0.2s infinite;
}
@keyframes home-support-voice-pulse {
    0%, 100% { transform: scale(1); opacity: 0.45; }
    50% { transform: scale(1.06); opacity: 1; }
}
.home-support-wave-bars {
    display: none;
    align-items: flex-end;
    height: 16px;
}
.home-support-avatar-stage.is-speaking .home-support-wave-bars { display: flex; }
.home-support-wave-bars--side {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-support-wave-bar {
    width: 3px;
    height: 5px;
    margin-left: 2px;
    border-radius: 6px;
    background: #FF7D00;
    animation: home-support-wave-bounce 0.9s ease-in-out infinite;
}
.home-support-wave-bar--1 { margin-left: 0; animation-delay: 0s; }
.home-support-wave-bar--2 { animation-delay: 0.12s; }
.home-support-wave-bar--3 { animation-delay: 0.24s; }
.home-support-wave-bar--4 { animation-delay: 0.36s; }
.home-support-wave-bar--5 { animation-delay: 0.48s; }
@keyframes home-support-wave-bounce {
    0%, 100% { height: 4px; opacity: 0.55; }
    50% { height: 14px; opacity: 1; }
}
.home-support-name-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}
.home-support-name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}
.home-support-overlay[data-mode="human"] .voice-tts-toggle,
.home-support-overlay[data-mode="human"] #h0-support-faq-toolbar,
.home-support-overlay[data-mode="human"] #h0-support-mic { display: none; }
.home-support-body {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.home-support-choice-card {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fafbfc;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
}
.home-support-mode-row {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.home-support-mode-toggle {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 125, 0, 0.35);
    background: #fff7ed;
    color: #FF7D00;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}
.home-support-choice-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}
.home-support-msgs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 0 6px;
}
.home-support-msg-block { margin-bottom: 2px; }
.home-support-msg-block--user {
    display: flex;
    justify-content: flex-end;
}
.home-support-user-bubble {
    max-width: 82%;
    padding: 8px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eceff3;
    font-size: 12px;
    line-height: 1.5;
    color: #374151;
}
.home-support-system-tip {
    text-align: center;
    padding: 4px 8px;
    font-size: 11px;
    color: #9ca3af;
    line-height: 1.4;
}
.home-support-subtitle-box--guide {
    padding: 10px 12px;
    background: linear-gradient(180deg, #fff7ed 0%, #fffaf5 100%);
    border: 1px solid rgba(255, 125, 0, 0.28);
    border-radius: 10px;
    box-sizing: border-box;
}
.home-support-subtitle--guide {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
    color: #7c2d12;
    text-align: left;
    white-space: normal;
    overflow: visible;
    word-break: break-word;
}
.home-support-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 8px;
    flex-shrink: 0;
}
.home-support-suggestions.is-hide { display: none; }
.home-support-suggestion {
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    font-size: 11px;
    line-height: 1.3;
    color: #6b7280;
    cursor: pointer;
}
.home-support-input-wrap {
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}
.home-support-input-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.home-support-auto-send-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.home-support-auto-send-label {
    font-size: 11px;
    color: #6b7280;
    white-space: nowrap;
}
.home-support-auto-send-switch {
    position: relative;
    width: 36px;
    height: 20px;
    border-radius: 999px;
    background: #d1d5db;
    transition: background 0.2s ease;
}
.home-support-auto-send-toggle.is-on .home-support-auto-send-switch { background: #FF7D00; }
.home-support-auto-send-knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease;
}
.home-support-auto-send-toggle.is-on .home-support-auto-send-knob { transform: translateX(16px); }
.home-support-input-area {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}
.home-support-input-box {
    flex: 1;
    min-height: 32px;
    max-height: 72px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 16px;
    font-size: 12px;
    line-height: 1.5;
    color: #9ca3af;
    box-sizing: border-box;
}
.home-support-input-box.has-text { color: #374151; }
.home-support-inline-voice-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(255, 125, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}
.wechat-mic-icon {
    width: 15px;
    height: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FF7D00;
}
.wechat-mic-head {
    width: 9px;
    height: 13px;
    border: 2px solid currentColor;
    border-radius: 9px;
    box-sizing: border-box;
}
.wechat-mic-stem {
    width: 2px;
    height: 5px;
    background: currentColor;
    border-radius: 2px;
    margin-top: -1px;
}
.wechat-mic-base {
    width: 12px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    margin-top: -1px;
}
.home-support-send-btn {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    background: #FF7D00;
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.home-support-send-btn.is-disabled {
    background: #ccc;
    color: #999;
    pointer-events: none;
}
.home-support-input-disclaimer {
    margin-top: 6px;
    text-align: center;
    font-size: 10px;
    color: #9ca3af;
}

.rhome-filter-panel { background: #fff; border-radius: 12px; padding: 10px; margin-top: 8px; }
.rhome-section-head { margin-bottom: 8px; }
.rhome-section-title { display: block; font-size: 15px; font-weight: 800; color: #20242d; }
.rhome-section-sub { display: block; margin-top: 2px; font-size: 11px; color: #969ca8; }
.rhome-filter-extra { display: none; margin-top: 8px; padding-top: 8px; border-top: 1px solid #eef0f3; }
.rhome-filter-extra.is-show { display: block; }
.rhome-filter-row + .rhome-filter-row { margin-top: 8px; padding-top: 8px; border-top: 1px solid #f3f4f6; }
.rhome-filter-row--pair { display: flex; gap: 8px; }
.rhome-filter-pair-col { flex: 1; min-width: 0; }
.rhome-block-label { font-size: 12px; font-weight: 700; color: #4b5563; margin-bottom: 6px; }
.rhome-chip-wrap { display: flex; flex-wrap: wrap; gap: 4px; }
.rhome-chip {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 24px; padding: 0 8px; border-radius: 6px;
    background: #f4f5f7; font-size: 11px; color: #3f4654; cursor: pointer;
}
.rhome-chip.is-active { background: rgba(255,125,0,0.1); box-shadow: 0 0 0 1px #FF7D00; color: #FF7D00; font-weight: 700; }
.rhome-recommend { background: #fff; border-radius: 12px; padding: 8px 10px 10px; margin-top: 8px; }
.rhome-recommend-row { display: flex; align-items: center; justify-content: space-between; }
.rhome-recommend-label { font-size: 15px; font-weight: 800; color: #1f2330; }
.rhome-recommend-seg { display: flex; gap: 4px; }
.rhome-recommend-tab { font-size: 11px; color: #6b7280; padding: 3px 7px; border-radius: 8px; background: #f4f5f7; }
.rhome-recommend-tab.is-active { color: #fff; background: #FF7D00; font-weight: 700; }
.rhome-preview-empty { text-align: center; padding: 18px 8px; font-size: 12px; color: #9ca3af; }
.rhome-preview-empty.is-hide { display: none; }
.plaza-nanny-list { display: none; margin-top: 6px; }
.plaza-nanny-list.is-show { display: block; }
.home-simulator-wrap .nl-nanny-card {
    background: #fff; border-radius: 10px; padding: 8px; margin-bottom: 6px;
    border: 1px solid rgba(0,0,0,0.04); cursor: pointer;
}
.home-simulator-wrap .nl-card-head { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 6px; }
.home-simulator-wrap .nl-card-avatar { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; }
.home-simulator-wrap .nl-avatar-yi { background: linear-gradient(135deg,#fed7aa,#fb923c); }
.home-simulator-wrap .nl-avatar-wang { background: linear-gradient(135deg,#bfdbfe,#93c5fd); }
.home-simulator-wrap .nl-card-head-main { flex: 1; min-width: 0; }
.home-simulator-wrap .nl-card-name { font-size: 15px; font-weight: 700; color: #111827; }
.home-simulator-wrap .nl-card-sub-row { display: flex; align-items: center; justify-content: space-between; gap: 4px; margin-top: 4px; }
.home-simulator-wrap .nl-card-tags { display: flex; flex-wrap: wrap; gap: 3px; }
.home-simulator-wrap .nl-age-tag { font-size: 11px; color: #888; background: #f5f5f5; padding: 1px 5px; border-radius: 6px; }
.home-simulator-wrap .nl-job-status-tag { font-size: 11px; padding: 1px 5px; border-radius: 5px; }
.home-simulator-wrap .nl-job-active { background: #dcfce7; color: #15803d; }
.home-simulator-wrap .nl-verified-badge { font-size: 10px; color: #4caf50; background: rgba(76,175,80,0.1); border-radius: 6px; padding: 1px 5px; }
.home-simulator-wrap .nl-card-score { display: flex; align-items: center; gap: 1px; }
.home-simulator-wrap .nl-card-score-value { font-size: 13px; font-weight: 700; color: #FF7D00; }
.home-simulator-wrap .nl-card-score-star { font-size: 12px; color: #f59e0b; }
.home-simulator-wrap .nl-card-body { padding: 0 2px 6px; }
.home-simulator-wrap .nl-card-location-line { display: flex; gap: 3px; font-size: 12px; color: #6b7280; margin-bottom: 4px; }
.home-simulator-wrap .nl-card-meta-strip { display: flex; align-items: center; gap: 4px; font-size: 12px; color: #6b7280; }
.home-simulator-wrap .nl-card-meta-dot { color: #d1d5db; }
.home-simulator-wrap .nl-card-meta-salary { font-weight: 600; color: #FF7D00; }
.home-simulator-wrap .nl-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding-top: 6px; border-top: 1px solid #f0f0f0; }
.home-simulator-wrap .nl-card-skills { display: flex; gap: 4px; flex-wrap: wrap; }
.home-simulator-wrap .nl-skill-tag { font-size: 11px; color: #c2410c; background: #fff7ed; padding: 1px 6px; border-radius: 6px; }
.home-simulator-wrap .nl-view-btn { font-size: 12px; color: #FF7D00; font-weight: 700; }

.home-subpage {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 65;
    background: #f5f6f8;
    flex-direction: column;
}
.home-subpage.is-open { display: flex; }
.home-subpage-nav {
    display: flex; align-items: center; justify-content: space-between;
    padding: 28px 12px 10px; background: #fff;
    font-size: 16px; font-weight: 800; color: #1f2330;
}
.home-subpage-nav span:first-child { font-size: 13px; color: #FF7D00; cursor: pointer; font-weight: 700; }
.home-subpage-body { flex: 1; overflow-y: auto; padding: 8px 10px; }
.home-subpage-foot { padding: 8px 10px 12px; background: #fff; border-top: 1px solid #eee; }
.nd-header { display: flex; gap: 8px; background: #fff; border-radius: 12px; padding: 10px; margin-bottom: 8px; }
.nd-avatar { width: 40px; height: 40px; }
.nd-name { font-size: 15px; font-weight: 800; color: #1f2330; }
.nd-meta { margin-top: 4px; font-size: 12px; color: #6b7280; }
.nd-section { background: #fff; border-radius: 12px; padding: 10px; margin-bottom: 8px; }
.nd-section-title { font-size: 14px; font-weight: 800; color: #1f2330; margin-bottom: 8px; }
.nd-row { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; color: #4b5563; padding: 5px 0; border-bottom: 1px solid #f3f4f6; }
.nd-salary { color: #FF7D00; font-weight: 700; }
.nd-chat-btn {
    text-align: center; background: #FF7D00; color: #fff;
    font-size: 14px; font-weight: 700; padding: 9px; border-radius: 10px; cursor: pointer;
}
.chat-peer { display: flex; gap: 8px; padding: 8px 10px; background: #fff; border-bottom: 1px solid #f0f1f5; }
.chat-contact-bar { padding: 8px 10px; background: #fff; border-bottom: 1px solid #f0f1f5; }
.chat-contact-btn {
    text-align: center; padding: 7px; border-radius: 10px;
    background: #FF7D00; color: #fff; font-size: 12px; font-weight: 700; cursor: pointer;
}
.chat-contact-btn.is-disabled { background: #e5e7eb; color: #9ca3af; pointer-events: none; }
.chat-contact-btn.is-done { background: #fff7ed; color: #c2410c; pointer-events: none; }
.chat-contact-hint { margin-top: 4px; text-align: center; font-size: 11px; color: #9ca3af; }
.chat-msgs { flex: 1; overflow-y: auto; padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.chat-empty { text-align: center; font-size: 12px; color: #9ca3af; padding: 24px 8px; }
.chat-empty.is-hide { display: none; }
.chat-bubble { max-width: 78%; font-size: 12px; line-height: 1.45; padding: 7px 9px; border-radius: 10px; }
.chat-bubble-self { align-self: flex-end; background: #FF7D00; color: #fff; }
.chat-bubble-peer { align-self: flex-start; background: #fff; color: #374151; }
.chat-sys { align-self: center; font-size: 11px; color: #9ca3af; background: #f3f4f6; padding: 4px 8px; border-radius: 8px; }
.chat-composer {
    display: flex; align-items: center; gap: 6px;
    padding: 8px 10px 12px; background: #fff; border-top: 1px solid #eee;
}
.chat-phrase { font-size: 11px; color: #FF7D00; font-weight: 700; }
.chat-input { flex: 1; background: #f4f5f7; border-radius: 10px; padding: 7px 8px; font-size: 12px; color: #9ca3af; }
.chat-input.has-text { color: #1f2330; }
.chat-input.is-typing {
    box-shadow: 0 0 0 1px rgba(255, 125, 0, 0.45);
    background: #fff;
}
.chat-send { padding: 6px 10px; border-radius: 10px; background: #FF7D00; color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.chat-send.is-disabled { opacity: 0.4; pointer-events: none; }

.chat-retention-hint {
    margin-top: 6px;
    text-align: center;
    font-size: 10px;
    color: #9ca3af;
    line-height: 1.4;
}
.chat-msg-notice {
    align-self: center;
    max-width: 92%;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f3f4f6;
    text-align: center;
}
.chat-msg-notice-main {
    display: block;
    font-size: 11px;
    color: #4b5563;
    line-height: 1.45;
}
.chat-msg-notice-warn {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    color: #9ca3af;
    line-height: 1.45;
    text-align: left;
}
.chat-contact-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}
.chat-contact-phone.is-hide { display: none; }
.chat-contact-phone-icon {
    width: 28px; height: 28px; border-radius: 50%;
    background: #FF7D00; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; flex-shrink: 0;
}
.chat-contact-phone-body { flex: 1; min-width: 0; }
.chat-contact-phone-label { display: block; font-size: 10px; color: #9ca3af; }
.chat-contact-phone-value { display: block; font-size: 13px; font-weight: 700; color: #1f2330; }
.chat-contact-phone-call { font-size: 12px; color: #FF7D00; font-weight: 700; flex-shrink: 0; }
.chat-contact-btn.is-waiting { background: #e5e7eb; color: #6b7280; pointer-events: none; }

.chat-confirm-overlay {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 80;
    align-items: center;
    justify-content: center;
}
.chat-confirm-overlay.show { display: flex; }
.chat-confirm-mask {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}
.chat-confirm-panel {
    position: relative;
    width: 84%;
    max-width: 300px;
    background: #fff;
    border-radius: 14px;
    padding: 14px 14px 12px;
    z-index: 1;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
}
.chat-confirm-title {
    font-size: 15px;
    font-weight: 800;
    color: #1f2330;
    text-align: center;
    margin-bottom: 10px;
}
.chat-confirm-body {
    font-size: 12px;
    color: #4b5563;
    line-height: 1.55;
    white-space: pre-line;
    max-height: 180px;
    overflow-y: auto;
}
.chat-confirm-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.chat-confirm-btn {
    flex: 1;
    text-align: center;
    padding: 8px 6px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.chat-confirm-cancel { background: #f3f4f6; color: #4b5563; }
.chat-confirm-ok { background: #FF7D00; color: #fff; }

.home-simulator-wrap .sim-tabbar {
    flex-shrink: 0;
    display: flex;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 6px 0 10px;
}
.home-simulator-wrap .sim-tabbar-item {
    flex: 1;
    text-align: center;
    font-size: 11px;
    color: #8A8A8A;
}
.home-simulator-wrap .sim-tabbar-item.active {
    color: #FF7D00;
    font-weight: 700;
}

.home-simulator-wrap .phone-shell .sim-pointer {
    background: radial-gradient(circle at 35% 35%, #fff, #FF7D00);
    box-shadow: 0 2px 12px rgba(255, 125, 0, 0.6);
}
.home-simulator-wrap .phone-shell .sim-pointer,
.home-simulator-wrap .phone-shell .sim-tap-label {
    position: absolute;
    z-index: 90;
    pointer-events: none;
}
.home-simulator-wrap .phone-shell .sim-pointer {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.15s ease;
}
.home-simulator-wrap .phone-shell .sim-pointer.show { opacity: 1; }
.home-simulator-wrap .phone-shell .sim-pointer.press { transform: translate(-50%, -50%) scale(0.85); }
.home-simulator-wrap .phone-shell .sim-tap-label {
    left: 50%;
    top: 38%;
    transform: translate(-50%, -100%);
    background: rgba(30, 30, 30, 0.88);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    max-width: 88%;
    text-align: center;
    line-height: 1.35;
}
.home-simulator-wrap .phone-shell .sim-tap-label.show { opacity: 1; }
.home-simulator-wrap .phone-shell .sim-tap-label.city-demo-hint {
    top: auto;
    bottom: auto;
    transform: translate(-50%, -100%);
}
.home-feature-top.highlight-red-ring {
    position: relative;
    z-index: 2;
    outline: 1.5px solid #FF7D00;
    outline-offset: 2px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(255, 125, 0, 0.28);
}
.phone-shell .highlight-ring {
    position: relative;
    z-index: 12;
    outline: 1.5px solid rgba(255, 125, 0, 0.95);
    outline-offset: 1px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 125, 0, 0.22);
}
.h0fn-mine-card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 12px 8px;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
}
.h0fn-mine-name { font-size: 16px; font-weight: 700; color: #111827; }
.h0fn-mine-sub { font-size: 12px; color: #6b7280; margin-top: 2px; }
.h0fn-mine-row {
    margin: 0 12px;
    padding: 12px 14px;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h0fn-badge {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #FF7D00;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}
.h0fn-badge.is-hide { display: none; }
.h0fn-msg-card {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}
.h0fn-msg-main { flex: 1; min-width: 0; }
.h0fn-msg-head { display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; color: #111827; }
.h0fn-msg-preview { margin-top: 4px; font-size: 12px; color: #6b7280; }
.h0fn-msg-enter { margin-top: 6px; font-size: 12px; color: #FF7D00; font-weight: 700; }
#phone-shell-h0fn .alert-btn-primary { color: #FF7D00; }
.home-sim-navbar-side { font-size: 12px; color: #FF7D00; font-weight: 700; }
