@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{--primary: var(--blue);--primary-light: var(--blue-soft);--primary-dark: var(--blue-deep);--border: var(--line);--bg: #f6f8fb;--text: var(--navy);--text-secondary: var(--muted);--radius: 12px;--radius-sm: 8px;--green: var(--mint);--green-light: #edf8f4;--violet: #7c3aed;--violet-light: #f3f0ff}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.brand-mark{background:linear-gradient(145deg,#2d75ff,#1548b7);border-radius:9px;place-items:center;width:31px;height:31px;display:grid;transform:rotate(2deg);box-shadow:0 7px 16px #2563eb3b;position:relative}.brand-mark:before{width:5px;height:17px;transform:rotate(-40deg) translate(-3px,-2px);content:"";background:#fff;border-radius:3px;position:absolute}.brand-mark:after{opacity:.78;width:5px;height:15px;transform:rotate(40deg) translate(4px,-1px);content:"";background:#fff;border-radius:3px;position:absolute}.brand-mark span{opacity:.5;width:5px;height:11px;transform:translateY(6px);content:"";background:#fff;border-radius:3px;position:absolute}.brand-name{font-size:13px;font-weight:700;letter-spacing:.5px}.city-pill,.lang-pill{display:flex;align-items:center;gap:4px;padding:5px 10px;font-size:12px;color:var(--text-secondary);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.city-pill:hover,.lang-pill:hover{border-color:var(--border-strong)}.user-pill{display:flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;background:var(--bg);border:1px solid var(--border);border-radius:20px}.avatar{width:26px;height:26px;background:var(--primary);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700}.user-meta{display:flex;flex-direction:column;line-height:1.1}.user-meta strong{font-size:12px}.user-meta span{font-size:10px;color:var(--text-muted)}.main{flex:1;padding:24px 32px 48px}.footer{display:flex;justify-content:space-between;align-items:center;padding:12px 32px;font-size:11px;color:var(--text-muted);border-top:1px solid var(--border);background:#fff}.api-tag{font-family:SF Mono,Menlo,monospace}.services{max-width:1400px;margin:0 auto}.page-head{margin-bottom:16px}.kicker{display:inline-block;font-size:10px;font-weight:700;letter-spacing:1.2px;color:var(--primary);margin-bottom:4px}.page-head h1{font-size:22px;font-weight:700;color:var(--text);margin:0 0 4px;letter-spacing:-.3px}.page-desc{font-size:12px;color:var(--text-secondary);margin:0;max-width:720px}.page-desc strong{color:var(--text);font-weight:600}.search-bar{display:flex;gap:8px;margin:14px 0 12px}.search-input{flex:1;display:flex;align-items:center;gap:8px;padding:0 12px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);height:36px;color:var(--text-muted);transition:border-color .15s}.search-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.search-input input{flex:1;border:none;outline:none;background:none;font-size:13px;color:var(--text)}.search-input .clear{color:var(--text-muted);display:grid;place-items:center;width:18px;height:18px;border-radius:50%}.search-input .clear:hover{background:var(--border)}.city-select{display:flex;align-items:center;gap:6px;padding:0 10px 0 12px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);height:36px;color:var(--text);min-width:160px}.city-select select{flex:1;border:none;outline:none;background:none;font-size:13px;color:var(--text);appearance:none;cursor:pointer}.filter-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:8px 0 4px;border-bottom:1px solid var(--border)}.tab{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;font-size:12px;color:var(--text-secondary);background:#fff;border:1px solid var(--border);border-radius:14px;transition:all .12s;white-space:nowrap}.tab:hover:not(.disabled){border-color:var(--primary);color:var(--primary)}.tab.active{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:600}.tab.disabled{opacity:.4;cursor:not-allowed}.tab-count{font-size:10px;padding:1px 5px;background:#0f172a0f;border-radius:8px;font-weight:500;min-width:18px;text-align:center}.tab.active .tab-count{background:#ffffff40}.subtype-bar{display:flex;align-items:center;gap:10px;padding:10px 0 8px;flex-wrap:wrap}.subtype-label{font-size:11px;color:var(--text-muted);font-weight:600;letter-spacing:.3px}.subtype-chips{display:flex;flex-wrap:wrap;gap:4px}.chip{padding:3px 9px;font-size:11px;color:var(--text-secondary);background:var(--bg);border:1px solid var(--border);border-radius:10px}.chip:hover{color:var(--primary);border-color:var(--primary)}.chip.active{background:var(--primary-bg);border-color:var(--primary);color:var(--primary);font-weight:600}.result-meta{display:flex;align-items:center;justify-content:space-between;padding:10px 0 12px;font-size:12px;color:var(--text-secondary)}.result-count strong{color:var(--text);font-weight:700}.result-count em{font-style:normal;color:var(--primary)}.result-source{display:inline-flex;align-items:center;gap:3px;color:var(--green);font-size:11px;font-weight:500}.card-grid,.loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px}.skel{height:168px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:shimmer 1.4s linear infinite;border-radius:var(--radius)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.svc-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;display:flex;flex-direction:column;gap:8px;transition:all .12s;position:relative}.svc-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow);transform:translateY(-1px)}.svc-head{display:flex;gap:10px;align-items:flex-start}.svc-icon{width:30px;height:30px;border-radius:6px;display:grid;place-items:center;flex-shrink:0}.svc-title{flex:1;min-width:0}.svc-title h3{font-size:13px;font-weight:600;color:var(--text);margin:0 0 4px;line-height:1.35;display:flex;align-items:center;gap:4px}.svc-title .ext{color:var(--text-muted);display:inline-flex}.svc-title .ext:hover{color:var(--primary)}.svc-sub{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.svc-type{font-size:10px;padding:1px 6px;border-radius:3px;font-weight:500;letter-spacing:.2px}.svc-city,.svc-verified{font-size:10px;color:var(--text-muted);display:inline-flex;align-items:center;gap:2px}.svc-verified{color:var(--green)}.svc-save{width:26px;height:26px;display:grid;place-items:center;color:var(--text-muted);border-radius:4px;flex-shrink:0}.svc-save:hover{background:#fef2f2;color:var(--rose)}.svc-desc{font-size:12px;color:var(--text-secondary);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.svc-meta{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:11px;color:var(--text-secondary);padding-top:4px;border-top:1px dashed var(--border)}.meta-rating{display:inline-flex;align-items:center;gap:3px;color:var(--amber);font-weight:600}.meta-rating .reviews{color:var(--text-muted);font-weight:400}.meta-price{font-weight:600;color:var(--green)}.meta-distance,.meta-tag{color:var(--text-muted)}.meta-tag{padding:0 6px;background:var(--bg);border-radius:3px;font-size:10px}.svc-foot{display:flex;gap:6px;align-items:center;margin-top:2px}.btn-primary,.btn-ghost,.btn-disabled{display:inline-flex;align-items:center;gap:3px;padding:5px 10px;font-size:11px;font-weight:500;border-radius:4px;transition:all .12s;border:1px solid transparent;white-space:nowrap;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-ghost{background:#fff;color:var(--text-secondary);border-color:var(--border)}.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.btn-disabled{background:var(--bg);color:var(--text-muted);cursor:not-allowed}.empty{background:#fff;border:1px dashed var(--border);border-radius:var(--radius);padding:40px 20px;text-align:center;color:var(--text-muted)}.empty h3{margin:10px 0 4px;color:var(--text);font-size:14px}.empty p{font-size:12px}.muted{color:var(--text-muted);font-size:12px;padding:20px;text-align:center}.today-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.today-date{font-size:11px;color:var(--text-muted);margin-bottom:4px}.today-greet{font-size:22px;font-weight:700;color:var(--text);margin:0 0 4px;letter-spacing:-.3px}.today-sub{font-size:12px;color:var(--text-secondary);margin:0;max-width:560px}.today-sub strong{color:var(--text);font-weight:600}.gps-resource-header{display:flex;align-items:center;gap:6px;padding:0 0 10px 2px;font-size:11px;font-weight:600;color:var(--primary, #3b6fd4);letter-spacing:.3px}.gps-resource-header svg{opacity:.7}.city-card>svg{color:var(--primary)}.city-card-info{flex:1;line-height:1.2}.city-card-info strong{display:block;font-size:13px;color:var(--text)}.city-card-info span{font-size:11px;color:var(--text-muted)}.city-temp{font-size:18px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.phase-bar{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;margin:12px 0 16px;display:flex;align-items:center;gap:16px}.phase-info{display:flex;flex-direction:column;gap:2px;min-width:200px}.phase-label{font-size:10px;color:var(--text-muted)}.phase-info strong{font-size:13px;color:var(--text);font-weight:600}.phase-pct{font-size:11px;color:var(--green);font-weight:500}.phase-track{flex:1;display:flex;align-items:center;gap:6px;position:relative}.phase-step{flex:1;display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:4px;font-size:11px;color:var(--text-muted);background:var(--bg)}.phase-step.on{color:var(--primary);background:var(--primary-bg)}.phase-num{width:18px;height:18px;border-radius:50%;background:var(--border);color:var(--text-muted);display:grid;place-items:center;font-size:10px;font-weight:600}.phase-step.on .phase-num{background:var(--primary);color:#fff}.phase-name{font-weight:500}.today-main{display:grid;grid-template-columns:1fr 380px;gap:16px}.today-side{display:flex;flex-direction:column;gap:16px}.city-stats{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.kicker-inline{display:inline-block;font-size:10px;font-weight:700;letter-spacing:1.2px;color:var(--primary);margin-bottom:2px}.city-stats-row strong{font-size:16px;font-weight:700;color:var(--text);display:block;margin-bottom:8px}.city-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:8px 0;margin-bottom:10px}.city-stats-grid>div{text-align:left}.city-stats-grid strong{font-size:15px;font-weight:700;color:var(--text);display:block}.city-stats-grid span{font-size:10px;color:var(--text-muted)}.ai-insight{background:linear-gradient(135deg,var(--primary-bg) 0%,#e0e7ff 100%);border:1px solid var(--primary-light);border-radius:5px;padding:10px 12px;margin-top:4px}.ai-insight-head{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--primary);font-weight:600;margin-bottom:4px}.ai-insight p{font-size:12px;color:var(--text);margin:0 0 8px;line-height:1.5}.ai-insight .btn-ghost{font-size:11px;padding:4px 8px;background:#fff;border-color:var(--primary-light);color:var(--primary)}.match-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.match-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;display:flex;flex-direction:column;gap:4px;transition:all .12s}.match-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}.match-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.match-icon{width:24px;height:24px;border-radius:5px;display:grid;place-items:center}.match-tag{font-size:9px;padding:1px 5px;background:var(--green-light);color:var(--green);border-radius:3px;font-weight:500}.match-card h4{font-size:12px;font-weight:600;color:var(--text);margin:0;line-height:1.3;display:flex;align-items:center;gap:3px}.match-card h4 .ext{color:var(--text-muted);display:inline-flex}.match-card h4 .ext:hover{color:var(--primary)}.match-cat{font-size:10px;color:var(--text-muted)}.match-meta{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--text-secondary);margin-top:2px;padding-top:4px;border-top:1px dashed var(--border)}.match-meta>span{display:inline-flex;align-items:center;gap:2px}.match-meta .match-price{color:var(--green);font-weight:600}.event-row-list{display:flex;flex-direction:column;gap:6px}@media(max-width:1100px){.today-main{grid-template-columns:1fr}.today-side{order:2}}.insight-card{background:linear-gradient(135deg,var(--primary-bg) 0%,#e0e7ff 100%);border:1px solid var(--primary-light);border-radius:var(--radius);padding:14px 16px;display:flex;gap:12px;align-items:center;margin-top:16px;position:relative}.ai-hero-icon{width:36px;height:36px;background:var(--primary);color:#fff;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.ai-hero-content h2{font-size:14px;font-weight:600;margin:0 0 2px;color:var(--text)}.ai-hero-content p{font-size:12px;color:var(--text-secondary);margin:0}.ai-input{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:0 12px;height:38px;margin-top:8px;color:var(--text-muted)}.ai-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.ai-input input{flex:1;border:none;outline:none;font-size:13px;color:var(--text);background:none}.ai-send{background:var(--primary);color:#fff;width:26px;height:26px;border-radius:4px;display:grid;place-items:center}.quick-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.quick-chip{font-size:11px;padding:4px 10px;background:#fff;border:1px solid var(--border);border-radius:14px;color:var(--text-secondary)}.quick-chip:hover{border-color:var(--primary);color:var(--primary)}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px}.metric{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;display:flex;flex-direction:column;gap:4px;position:relative}.metric-icon{width:26px;height:26px;background:var(--primary-light);color:var(--primary);border-radius:5px;display:grid;place-items:center;margin-bottom:2px}.metric-val{font-size:20px;font-weight:700;color:var(--text);letter-spacing:-.5px}.metric-label{font-size:11px;color:var(--text-muted)}.block{margin-top:22px}.block-head{display:flex;align-items:center;gap:10px;margin-bottom:10px;position:relative}.block-head h3{font-size:14px;font-weight:600;color:var(--text);margin:0}.block-meta{font-size:11px;color:var(--text-muted)}.link-more{margin-left:auto;display:inline-flex;align-items:center;gap:2px;font-size:12px;color:var(--primary);padding:4px 6px;border-radius:4px}.link-more:hover{background:var(--primary-bg)}.progress-bar{position:absolute;bottom:-4px;left:0;right:0;height:3px;background:var(--border);border-radius:2px;overflow:hidden;opacity:0}.block-head{padding-bottom:4px}.task-list{display:flex;flex-direction:column;gap:6px}.task-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:9px 12px;transition:all .12s}.task-row:hover{border-color:var(--border-strong)}.task-check{width:18px;height:18px;border:1.5px solid var(--border-strong);border-radius:4px;display:grid;place-items:center;color:#fff;flex-shrink:0}.task-check:hover{border-color:var(--primary)}.task-info{flex:1;min-width:0}.task-info strong{font-size:13px;color:var(--text);font-weight:500}.task-meta{display:block;font-size:11px;color:var(--text-muted);margin-top:2px}.task-prio{font-size:10px;padding:2px 6px;background:var(--amber-light);color:var(--amber);border-radius:3px;font-weight:500}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}.two-col .block{margin-top:0}.event-list,.mini-list{display:flex;flex-direction:column;gap:6px}.event-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;transition:all .12s}.event-row:hover{border-color:var(--primary)}.event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--primary-light);color:var(--primary);border-radius:5px;padding:4px 8px;min-width:36px;flex-shrink:0}.event-date strong{font-size:14px;line-height:1}.event-date span{font-size:9px;letter-spacing:.5px;margin-top:1px}.event-info{flex:1;min-width:0}.event-info strong{font-size:12px;color:var(--text);font-weight:500;display:block}.event-meta{font-size:11px;color:var(--text-muted)}.event-type{font-size:10px;padding:2px 6px;background:var(--violet-light);color:var(--violet);border-radius:3px;font-weight:500;flex-shrink:0}.mini-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;transition:all .12s}.mini-row:hover{border-color:var(--primary)}.mini-icon{width:26px;height:26px;border-radius:5px;display:grid;place-items:center;flex-shrink:0}.mini-info{flex:1;min-width:0}.mini-info strong{font-size:12px;color:var(--text);font-weight:500;display:block}.mini-meta{font-size:11px;color:var(--text-muted)}.mini-cta{width:22px;height:22px;border:1px solid var(--border);border-radius:4px;display:grid;place-items:center;color:var(--text-muted)}.mini-cta:hover{border-color:var(--primary);color:var(--primary)}.event-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}.event-strip-card{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:8px 10px;transition:all .12s}.event-strip-card:hover{border-color:var(--primary)}.form-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;margin-top:16px}.form-card h3{font-size:14px;font-weight:600;margin:0 0 14px;color:var(--text)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid label{display:flex;flex-direction:column;gap:4px}.form-grid label.full{grid-column:1 / -1}.form-grid label span{font-size:11px;color:var(--text-secondary);font-weight:500}.form-grid input,.form-grid select,.form-grid textarea{padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:12px;color:var(--text);background:#fff;outline:none;font-family:inherit}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.form-foot{margin-top:14px;display:flex;align-items:center;justify-content:space-between}.form-tip{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--text-muted)}@media(max-width:640px){.hero-city-desc{display:none!important}}.section-head{justify-content:space-between;align-items:flex-end;display:flex;padding:19px 20px 12px;margin-bottom:13px}.prompt-row{gap:7px;margin-top:10px;display:flex;position:relative;padding-bottom:2px;overflow-x:auto}.stage-percent{color:#8792a5;font-size:10px}.events-section{margin-top:28px}.service-tag{color:#198b75;background:#edf8f4;border-radius:5px;align-items:center;gap:4px;margin-top:5px;display:inline-flex;font-size:10px;padding:2px 6px}.service-bottom{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.text-button{color:#4069ae;background:0 0;border:0;align-items:center;gap:5px;padding:5px;font-size:12px;display:inline-flex;cursor:pointer}.recommend-section{margin-top:28px}.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(260px,.75fr);gap:18px}.side-stack{display:flex;flex-direction:column;gap:15px}@media(max-width:900px){.main{padding:16px}.nav-item span,.user-meta{display:none}.search-bar{flex-direction:column}.city-select{width:100%}.card-grid{grid-template-columns:1fr}.metric-strip{grid-template-columns:repeat(2,1fr)}.two-col,.form-grid{grid-template-columns:1fr}}.country-picker select{padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;font-size:13px;color:var(--text);cursor:pointer}.budget-calculator .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.budget-result{background:var(--bg);border-radius:var(--radius);padding:20px}.budget-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.budget-item{background:#fff;padding:16px;border-radius:var(--radius-sm);text-align:center}.budget-item.highlight{grid-column:1 / -1;background:var(--primary-light);color:var(--primary)}.budget-label{display:block;font-size:11px;color:var(--text-muted);margin-bottom:4px}.budget-item.highlight strong{font-size:24px}.budget-note{display:flex;align-items:center;gap:6px;margin-top:16px;font-size:11px;color:var(--text-muted)}.city-select-grid{display:flex;flex-wrap:wrap;gap:8px}.city-select-chip{padding:8px 14px;border:1px solid var(--border);border-radius:20px;background:#fff;font-size:12px;cursor:pointer;transition:all .15s}.city-select-chip:hover{border-color:var(--primary);color:var(--primary)}.city-select-chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.comparison-table-wrapper{overflow-x:auto;margin-top:20px}.comparison-table{width:100%;border-collapse:collapse;font-size:13px}.comparison-table th,.comparison-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border)}.comparison-table th{background:var(--bg);font-weight:600;color:var(--text-secondary)}.comparison-table td strong{color:var(--primary)}.desktop-nav button{font-size:12px!important;padding:0 12px!important;gap:5px!important}.stage-selector-modern{display:flex;gap:8px;margin-top:16px}.stage-chip{padding:8px 18px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid rgba(255,255,255,.25);background:#ffffff1a;color:#fffc}.stage-chip:hover{background:#fff3;border-color:#fff6}.stage-chip.active{background:#fff;color:var(--primary);border-color:#fff;box-shadow:0 2px 8px #00000026}.ai-fab{z-index:60;color:#fff;background:linear-gradient(120deg,#2458b5,#357fe2);border:0;border-radius:14px;align-items:center;gap:8px;height:43px;padding:0 16px;font-size:10px;font-weight:700;display:flex;position:fixed;bottom:24px;right:25px;box-shadow:0 12px 28px #1f54af4d;cursor:pointer}.ai-chat-overlay{position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease}.ai-chat-panel{width:100%;max-width:380px;height:min(360px,82vh);background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 40px #0000001a;display:flex;flex-direction:column;overflow:hidden;animation:slideUpChat .25s cubic-bezier(.34,1.2,.64,1)}@keyframes slideUpChat{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ai-chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--primary, #3b6fd4);color:#fff;flex-shrink:0}.ai-chat-title{display:flex;align-items:center;gap:7px;font-weight:600;font-size:13px;letter-spacing:.2px}.ai-chat-title svg{opacity:.9}.ai-chat-close{background:#ffffff2e;border:none;color:#fff;width:26px;height:26px;border-radius:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.ai-chat-close:hover{background:#ffffff47}.ai-chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;scroll-behavior:smooth}.ai-chat-messages::-webkit-scrollbar{width:3px}.ai-chat-messages::-webkit-scrollbar-track{background:transparent}.ai-chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.ai-chat-welcome{text-align:center;padding:18px 12px;color:var(--muted, #9ca3af)}.ai-chat-welcome svg{margin-bottom:10px;color:var(--primary, #3b6fd4);opacity:.7}.ai-chat-welcome p{line-height:1.5;font-size:12px;color:#6b7280}.ai-message{padding:7px 11px;border-radius:12px;font-size:13px;line-height:1.5;white-space:pre-wrap;max-width:82%}.ai-message.user{background:var(--primary, #3b6fd4);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.ai-message.ai{background:#f1f5f9;color:#1e293b;align-self:flex-start;border-bottom-left-radius:4px}.ai-suggestion-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.ai-suggestion-row button{border:1px solid #cbdcfb;border-radius:999px;padding:4px 8px;background:#fff;color:#2458b8;font:inherit;font-size:11px;line-height:1.3;cursor:pointer}.ai-suggestion-row button:hover{background:#eef4ff}.ai-chat-input-wrap{display:flex;gap:8px;padding:10px 12px;padding-bottom:max(10px,env(safe-area-inset-bottom));border-top:1px solid #f1f5f9;background:#fff;flex-shrink:0}.ai-chat-input-wrap input{flex:1;padding:9px 13px;border:1.5px solid #e5e7eb;border-radius:20px;font-size:13px;outline:none;transition:border-color .2s;background:#f9fafb}.ai-chat-input-wrap input:focus{border-color:var(--primary, #3b6fd4);background:#fff}.ai-chat-input-wrap button{background:var(--primary, #3b6fd4);color:#fff;border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s;flex-shrink:0}.ai-chat-input-wrap button:hover:not(:disabled){background:#2d5bc4;transform:scale(1.05)}.ai-chat-input-wrap button:disabled{opacity:.4;cursor:not-allowed;transform:none}.global-login-prompt{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--primary, #3b6fd4);color:#fff;border-radius:10px;padding:10px 16px;font-size:13px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 20px #3b6bc84d;z-index:9999;animation:slideUp .25s ease;white-space:nowrap;max-width:calc(100vw - 32px)}.global-login-prompt span{flex:1}.global-login-prompt button{background:#fff;color:var(--primary, #3b6fd4);border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.task-steps{gap:6px!important;margin:8px 0!important}.task-step{padding:6px 8px!important;gap:8px!important;font-size:11px!important;border-radius:6px!important}.task-step .step-check{width:18px!important;height:18px!important;font-size:9px!important}.task-details{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;padding:12px 14px;margin:6px 0 10px 36px;border:1px solid var(--line)}.task-local-resources{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.local-resource-header{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:var(--primary);letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.local-resource-item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--bg);border:1px solid var(--border);border-radius:8px;margin-bottom:6px;text-decoration:none;color:var(--text);transition:all .15s}.local-resource-item:hover{border-color:var(--primary);background:var(--primary-bg)}.local-resource-icon{width:26px;height:26px;background:#fff;border-radius:6px;display:grid;place-items:center;color:var(--primary);flex-shrink:0;border:1px solid var(--border)}.local-resource-text{flex:1;min-width:0}.local-resource-text strong{display:block;font-size:12px;font-weight:600;color:var(--text)}.local-resource-text span{font-size:11px;color:var(--text-muted)}.ai-assist-btn{display:inline-flex;align-items:center;justify-content:center;width:28px!important;height:28px!important;padding:0!important;border-radius:8px!important;background:linear-gradient(120deg,#2458b5,#357fe2)!important;border:none!important;color:#fff!important;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 4px 12px #1f54af4d}.ai-assist-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 16px #1f54af66}.ai-assist-btn:active{transform:translateY(0)}.task-desc{font-size:12px;color:var(--text-secondary);line-height:1.6;margin:8px 0;padding:8px 10px;background:#ffffffb3;border-radius:6px;border-left:3px solid var(--primary)}.task-tip{display:flex;align-items:flex-start;gap:6px;font-size:11px;color:#64748b;margin-top:8px;padding:6px 8px;background:#64748b0f;border-radius:5px;line-height:1.5}.task-tip-icon{color:#3b82f6;flex-shrink:0;margin-top:1px}@media(max-width:900px){.desktop-nav{gap:0}.desktop-nav button{padding:0 8px;font-size:11px}.desktop-nav button svg{display:none}.topbar{padding:0 20px}.brand{min-width:145px}.top-actions{min-width:170px}.dashboard-grid{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr;display:grid}.service-grid,.service-grid.large{grid-template-columns:repeat(2,1fr)}.event-grid{grid-template-columns:1fr}.growth-grid{grid-template-columns:1fr 1fr}.growth-card.primary{grid-column:1 / -1}.navigator-layout{grid-template-columns:1fr}}@media(max-width:640px){body{background:#f7f9fc;padding-bottom:67px}.topbar{justify-content:space-between;height:58px;padding:0 14px}.mobile-menu{color:#536177;background:0;border:0;place-items:center;width:33px;height:33px;padding:0;display:grid}.topbar>.brand{min-width:0}.brand-name{font-size:13px}.brand-mark{width:28px;height:28px}.desktop-nav,.language,.lang-selector,.user-menu{display:none}.top-actions{min-width:auto}.main-content{width:100%;padding:0 14px 40px}.mobile-page-title{color:#667389;justify-content:space-between;align-items:center;height:45px;font-size:10px;display:flex}.welcome-row{align-items:center;margin:10px 2px 17px}.date-label{font-size:8px}.welcome-row h1{margin:3px 0 5px;font-size:25px}.lead{max-width:260px;font-size:10px;line-height:1.5}.weather-card{display:flex}.ai-hero{border-radius:18px;min-height:230px;padding:23px 18px}.ai-copy{max-width:78%}.ai-copy h2{font-size:21px}.ai-copy p{line-height:1.5}.orb{border-radius:17px;width:52px;height:52px;top:26px;right:18px}.ai-input-wrap{width:100%;margin-top:25px}.prompt-row{padding-bottom:2px;overflow-x:auto}.prompt-row button{white-space:nowrap}.stage-card{margin:13px 0;padding:14px 13px 11px}.stage-label div{flex-direction:column;align-items:flex-start;gap:5px}.stage-label strong{font-size:11px}.stage-card .stages div{flex-direction:column}.dashboard-grid{display:block}.task-card>.section-head{padding:16px 14px 10px}.section-head h2{font-size:15px}.task-row{gap:8px;padding:12px 11px}.task-icon{width:33px;height:33px}.task-arrow{color:#8d98a9;flex-shrink:0}.city-card,.insight-card{margin-top:13px}.recommend-section,.events-section{margin-top:24px}.service-grid,.service-grid.large{grid-template-columns:repeat(2,1fr);gap:10px}.service-card{min-width:0}.event-grid{grid-template-columns:repeat(2,1fr);gap:10px}.event-card{min-width:0}.ai-fab{border-radius:50%;justify-content:center;width:43px;padding:0;bottom:77px;right:16px}.ai-fab span{display:none}.ai-panel{width:auto;height:min(520px,calc(100vh - 145px));inset:auto 8px 74px}.mobile-bottom-nav{z-index:65;height:56px;padding:4px 2px calc(4px + env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #e2e7ee;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 25px #20304c0d}.mobile-bottom-nav button{color:#8792a3;background:0;border:0;flex-direction:column;align-items:center;gap:2px;min-width:40px;font-size:7px;padding:2px;display:flex}.mobile-bottom-nav button.active{color:#2867c5}.mini-avatar{background:#e7eef9;border-radius:7px;place-items:center;width:21px;height:21px;font-size:7px;font-weight:700;display:grid}.mobile-bottom-nav button.active .mini-avatar{background:#dce9ff}.page-heading{padding:18px 2px 20px}.page-heading h1{font-size:25px}.page-heading p{font-size:10px;line-height:1.5}.navigator-layout{flex-direction:column;display:flex}.materials{flex-direction:column;align-items:flex-start;gap:13px}.material-status{flex-wrap:wrap;width:100%}.material-status button{margin-left:auto}.search-bar input{min-width:0}.search-bar button{font-size:0}.menu-overlay{z-index:90;backdrop-filter:blur(2px);background:#111e3659;display:block;position:fixed;inset:0}.menu-overlay aside{background:#fff;width:278px;height:100%;padding:16px 12px;box-shadow:12px 0 40px #14243f33}.menu-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:10px;padding:4px 7px 20px;display:flex}.menu-head button{color:#6c788b;background:0;border:0}.menu-overlay aside>button{color:#5f6d82;background:0;border:0;border-radius:9px;align-items:center;gap:10px;width:100%;margin:2px 0;padding:12px;font-size:11px;display:flex}.menu-overlay aside>button.active{color:#2865c4;background:#edf4ff}.toast{width:max-content;max-width:calc(100% - 30px);bottom:78px}}.agent-cards{padding:0 4px 8px;display:flex;flex-direction:column;gap:8px}.agent-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #14243f0f}.agent-card .agent-icon{width:34px;height:34px;border-radius:9px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.agent-card .agent-info{flex:1;min-width:0}.agent-card .agent-info h3{font-size:12px;font-weight:600;color:var(--text);margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-card .agent-info p{font-size:10px;color:#8792a4;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.agent-card .agent-link{display:inline-flex;align-items:center;gap:4px;color:var(--primary);font-size:10px;font-weight:600;text-decoration:none;background:var(--primary-light);padding:5px 9px;border-radius:7px;flex-shrink:0;border:none;cursor:pointer;transition:background .15s}.agent-card .agent-link:hover{background:#d8eaff}.planning-recommend{border-top:1px solid var(--line);margin-top:4px}html,body,#root{min-width:0;max-width:100%;overflow-x:hidden}button,input,select,textarea{font-family:inherit}button,a{-webkit-tap-highlight-color:transparent}.desktop-nav,.top-actions,.top-city-picker,.lang-selector,.city-selector-btn,.language,.user-menu,.membership-btn{min-width:0}.city-selector-btn span,.language span,.user-menu strong,.page-heading h1,.page-head h1,.today-greet,.section-head h2,.card h3,.card h4,.svc-title h3,.service-card h3,.event-card h3{overflow-wrap:anywhere;word-break:break-word}.top-actions{position:relative}.top-city-picker,.lang-selector{position:relative;display:inline-flex;align-items:center}.city-selector-btn,.language{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;max-width:100%;padding:5px 9px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-secondary);cursor:pointer;white-space:nowrap}.city-selector-btn span{max-width:112px;overflow:hidden;text-overflow:ellipsis}.top-city-dropdown,.lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:100;width:min(300px,calc(100vw - 28px));max-width:calc(100vw - 28px);padding:6px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.top-city-dropdown-head{padding:7px 8px;font-size:10px;color:var(--text-muted);line-height:1.4}.top-city-list{max-height:min(420px,62vh);overflow-y:auto;overscroll-behavior:contain}.top-city-list button,.lang-dropdown button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-width:0;padding:8px 9px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text);text-align:left;cursor:pointer;font-size:12px;line-height:1.35}.top-city-list button span,.top-city-list button small{min-width:0;overflow-wrap:anywhere}.top-city-list button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-city-list button small{color:var(--text-muted);flex-shrink:0}.lang-dropdown{width:150px;min-width:0;padding:5px}.lang-dropdown button{justify-content:flex-start;padding:9px 10px;white-space:normal;overflow-wrap:anywhere}.top-city-list button:hover,.top-city-list button.active,.lang-dropdown button:hover,.lang-dropdown button.active{background:var(--primary-light)}.card,.svc-card,.service-card,.event-card,.agent-card,.task-card,.city-card,.insight-card,.stage-card,.page-panel,.page-heading{min-width:0;max-width:100%}.service-grid,.event-grid,.card-grid,.agent-cards,.dashboard-grid,.side-stack{min-width:0}.service-card,.event-card,.svc-card,.agent-card{overflow:hidden}.service-card p,.event-card p,.svc-card p,.agent-card p,.task-step span:last-child,.local-resource-text span,.local-resource-text strong{overflow-wrap:anywhere;word-break:break-word}@media(max-width:640px){.topbar{gap:0}.mobile-menu{flex:0 0 24.27px;width:24.27px}.topbar>.brand{flex:0 0 86.98px;width:86.98px;min-width:86.98px;justify-content:flex-start;gap:10px}.topbar>.brand .brand-mark{flex:0 0 0;width:0;min-width:0}.top-city-picker{max-width:108px}.city-selector-btn{max-width:108px;padding-left:7px;padding-right:7px}.city-selector-btn span{max-width:62px}.lang-selector,.language{display:inline-flex!important}.language{width:35px;padding-left:5px;padding-right:5px}.language span{display:none}.top-city-dropdown{position:fixed;top:62px;right:10px;width:min(300px,calc(100vw - 20px));max-width:calc(100vw - 20px)}.lang-dropdown{position:fixed;top:62px;right:10px;width:min(170px,calc(100vw - 20px));max-width:calc(100vw - 20px)}.main-content{min-width:0;overflow:hidden}.page-panel,.page-heading,.card,.task-card{border-radius:var(--radius)}.section-head,.welcome-row,.stage-top,.service-top,.service-bottom{min-width:0}.section-head{gap:8px;flex-wrap:wrap}.section-head>*{min-width:0}.service-grid,.service-grid.large,.event-grid,.card-grid{grid-template-columns:1fr}.agent-card{align-items:flex-start}.agent-card .agent-link{margin-left:auto}.task-details{margin-left:0;padding:10px}.task-desc{line-height:1.55}.local-resource-item{align-items:flex-start}.local-resource-item>svg{flex:0 0 auto}.local-resource-text{min-width:0}.ai-chat-panel{width:min(100%,420px);height:min(560px,calc(100dvh - 76px));border-radius:16px 16px 0 0}.ai-chat-messages{min-height:0}.ai-message{max-width:90%}.ai-chat-input-wrap{padding-left:10px;padding-right:10px}.ai-chat-input-wrap input{min-width:0}.global-login-prompt{white-space:normal;flex-wrap:wrap;justify-content:center;text-align:center}}@media(min-width:641px){.top-city-dropdown,.lang-dropdown{display:block}}.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tool-card{min-width:0;padding:18px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.tool-card-head{display:flex;gap:12px;min-width:0}.tool-card-head>div:last-child{min-width:0}.tool-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;color:var(--primary);background:var(--primary-light);border-radius:10px}.tool-card h2{margin:3px 0 4px;font-size:16px;color:var(--text)}.tool-card p{margin:0;color:var(--text-secondary);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.tool-links{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 12px 52px}.tool-links a{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;color:var(--primary-dark);background:var(--primary-light);border:1px solid var(--border);border-radius:8px;font-size:11px;font-weight:600;text-decoration:none}.tool-steps{margin:10px 0 14px 52px;padding-left:19px;color:var(--text-secondary);font-size:12px;line-height:1.8}.tool-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-left:52px}.journal-login{display:grid;justify-items:center;gap:9px;padding:34px 20px;text-align:center}.journal-login h3{margin:0}.journal-login p{margin:0 0 5px;color:var(--text-secondary);font-size:12px}.journal-editor{padding:20px}.mood-options{display:flex;gap:8px;margin:18px 0;overflow-x:auto}.mood-options button{flex:0 0 auto;padding:9px 16px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text-secondary);cursor:pointer}.mood-options button.active{color:var(--primary-dark);border-color:var(--primary);background:var(--primary-light)}.journal-editor textarea{display:block;width:100%;min-height:150px;resize:vertical;padding:14px;border:1px solid var(--border);border-radius:12px;color:var(--text);font:inherit;font-size:13px;outline:none}.journal-editor textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.journal-actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:12px;color:var(--text-secondary);font-size:11px}.journal-actions>span{display:inline-flex;align-items:center;gap:4px;margin-right:auto}.journal-actions small{color:var(--text-muted)}.journal-entry{padding:14px 0;border-bottom:1px solid var(--border)}.journal-entry:last-child{border-bottom:0}.journal-entry>div{display:flex;justify-content:space-between;gap:8px}.journal-entry strong{color:var(--primary-dark);font-size:12px}.journal-entry small,.journal-entry>span{color:var(--text-muted);font-size:10px}.journal-entry p{margin:8px 0;color:var(--text);font-size:12px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.journal-entry>span{display:inline-flex;align-items:center;gap:4px}@media(max-width:640px){.tool-grid{grid-template-columns:1fr}.tool-card{padding:14px}.tool-links,.tool-steps,.tool-card-foot{margin-left:0}.tool-card-foot{align-items:center}.journal-editor{padding:14px}}.tool-category-tabs{display:flex;gap:8px;overflow-x:auto;padding:4px 0 14px;scrollbar-width:none}.tool-category-tabs::-webkit-scrollbar{display:none}.tool-category-tabs button{flex:0 0 auto;padding:8px 12px;color:var(--text-secondary);background:#fff;border:1px solid var(--border);border-radius:9px;font-size:11px;cursor:pointer;white-space:nowrap}.tool-category-tabs button.active{color:var(--primary-dark);background:var(--primary-light);border-color:var(--primary);font-weight:700}.my-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);gap:10px;margin-bottom:10px}.my-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:10px}.my-quick-card{min-width:0;padding:13px 14px}.my-quick-card strong{display:block;margin:5px 0 3px;font-size:13px;line-height:1.35;overflow-wrap:anywhere}.my-quick-card p{margin:0;color:var(--text-secondary);font-size:11px;line-height:1.45;overflow-wrap:anywhere}.my-shortcuts{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.my-shortcuts button{padding:6px 8px;border:1px solid var(--border);border-radius:7px;background:var(--primary-light);color:var(--primary-dark);font-size:10px;cursor:pointer}.my-profile,.my-community,.vault-card{min-width:0;padding:18px}.my-profile{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.my-profile h2{margin:0 0 3px;font-size:16px;overflow-wrap:anywhere}.my-profile p{margin:0;color:var(--text-secondary);font-size:12px}.my-avatar{width:42px;height:42px;flex:0 0 42px;font-size:12px}.my-profile .btn-ghost{margin-left:auto}.my-community .block-head{margin-bottom:8px}.my-community h3{margin:3px 0 0;font-size:15px}.my-community-row{display:flex;justify-content:space-between;gap:8px;padding:9px 0;border-top:1px solid var(--border);font-size:12px}.my-community-row strong{overflow-wrap:anywhere}.my-community-row span{color:var(--text-muted);white-space:nowrap}.vault-card{margin-top:14px}.vault-card h2{margin:4px 0;font-size:16px}.vault-unlock,.vault-add{display:flex;gap:8px;margin-top:14px}.vault-unlock input,.vault-add input,.vault-add textarea{min-width:0;flex:1;padding:9px 10px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:12px}.vault-items{display:grid;gap:8px;margin-top:14px}.vault-items article{padding:11px 12px;border:1px solid var(--border);border-radius:9px;background:var(--bg)}.vault-items strong{font-size:12px}.vault-items p{margin:5px 0 0;color:var(--text-secondary);font-size:11px;white-space:pre-wrap;overflow-wrap:anywhere}.vault-add{flex-wrap:wrap}.vault-add textarea{flex-basis:100%;min-height:90px;resize:vertical}@media(max-width:640px){.my-grid,.my-quick-grid{grid-template-columns:1fr}.my-profile,.my-community,.vault-card{padding:14px}.vault-unlock{flex-wrap:wrap}.vault-unlock input{flex-basis:100%}}.life-tools-page,.my-page,.mood-journal-page{max-width:1120px}.life-tools-page .page-head,.my-page .page-head,.mood-journal-page .page-head{margin-bottom:10px}.life-tools-page .page-head h1,.my-page .page-head h1,.mood-journal-page .page-head h1{font-size:20px}.life-tools-page .page-desc,.my-page .page-desc,.mood-journal-page .page-desc{max-width:760px;line-height:1.45}.tool-category-tabs{gap:6px;padding:2px 0 10px;border-bottom:1px solid var(--border)}.tool-category-tabs button{padding:6px 10px;border-radius:7px;font-size:10px;line-height:1.2}.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;align-items:start}.tool-card{padding:0;border-radius:9px;box-shadow:none;overflow:hidden;transition:border-color .15s,box-shadow .15s}.tool-card:hover,.tool-card.open{border-color:#b8cdf0;box-shadow:0 4px 14px #23529612}.tool-card-head{align-items:center;gap:9px;min-height:74px;padding:11px 10px 11px 11px;cursor:pointer}.tool-icon{width:31px;height:31px;flex:0 0 31px;border-radius:8px}.tool-card-copy{flex:1;min-width:0}.tool-card h2{margin:0 0 3px;font-size:13px;line-height:1.3;font-weight:650}.tool-card p{font-size:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tool-expand{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text-muted);cursor:pointer;transition:transform .15s,color .15s,border-color .15s}.tool-card.open .tool-expand{color:var(--primary);border-color:var(--primary);transform:rotate(90deg)}.tool-detail{border-top:1px solid #edf1f6;padding:9px 10px 10px 51px;background:#fbfcfe}.tool-steps{margin:0;padding-left:17px;font-size:11px;line-height:1.55}.tool-steps li{padding-left:2px}.tool-card-foot{align-items:center;gap:8px;margin:8px 0 0}.tool-links{display:flex;flex:1;min-width:0;flex-wrap:wrap;gap:5px;margin:0}.tool-links a{padding:4px 7px;border-radius:6px;font-size:10px;line-height:1.2}.tool-card-foot .ai-assist-btn{margin-left:auto}.my-grid,.my-quick-grid{gap:8px;margin-bottom:8px}.my-profile,.my-community,.vault-card{padding:14px;border-radius:9px}.my-profile h2{font-size:14px}.my-community h3{font-size:13px}.my-quick-card{padding:11px 12px;border-radius:9px}.my-quick-card strong{font-size:12px}.my-quick-card p{font-size:10px}.journal-editor{padding:14px;border-radius:9px}.journal-editor textarea{min-height:112px}.vault-card{margin-top:10px}@media(max-width:760px){.tool-grid{grid-template-columns:1fr}}@media(max-width:640px){.life-tools-page .page-head h1,.my-page .page-head h1,.mood-journal-page .page-head h1{font-size:18px}.tool-category-tabs{margin-right:-2px;padding-bottom:8px}.tool-grid{gap:6px;margin-top:8px}.tool-card-head{min-height:68px;padding:9px 8px 9px 9px}.tool-detail{padding:8px 9px 9px 48px}.tool-card-foot{flex-wrap:nowrap}.tool-links a{max-width:100%}.my-profile,.my-community,.vault-card{padding:12px}}.life-tool-card{display:block;min-width:0;padding:0;background:#fff;border:1px solid var(--border);border-radius:9px;overflow:hidden}.life-tool-card .tool-card-head{width:100%;min-height:66px}.life-tool-card .tool-card-copy{min-width:0;flex:1 1 auto}.life-tool-card h2{margin:0 0 3px;font-size:13px;line-height:1.35;font-weight:650}.life-tool-card .tool-card-copy p{margin:0;color:var(--text-secondary);font-size:10px;line-height:1.4;overflow-wrap:normal;word-break:normal}.life-tool-card .tool-detail{width:100%}.life-tool-card:hover,.life-tool-card.open{border-color:#b8cdf0;box-shadow:0 4px 14px #23529612}.my-community-row{color:inherit;text-decoration:none;align-items:center}.my-community-row>span{min-width:0}.my-community-row strong{display:block;font-size:11px}.my-community-row small{display:block;margin-top:2px;color:var(--text-muted);font-size:9px;line-height:1.35}.my-community-row>svg{flex:0 0 auto;color:var(--primary)}.my-discovery-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0}.my-discovery-card{min-width:0;padding:14px;border-radius:9px}.my-discovery-card .block-head{margin-bottom:8px}.my-discovery-card h3{margin:3px 0 0;font-size:13px}.my-event-list{display:grid;gap:5px}.my-event-list a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border:1px solid var(--border);border-radius:7px;color:inherit;text-decoration:none;background:#fbfcfe}.my-event-list a>span{min-width:0}.my-event-list strong{display:block;font-size:10px;line-height:1.35}.my-event-list small{display:block;margin-top:2px;color:var(--text-muted);font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-event-list svg{flex:0 0 auto;color:var(--primary)}.mood-conversation-list{display:flex;flex-wrap:wrap;gap:5px}.mood-conversation-list button{padding:6px 8px;border:1px solid #dbe6f7;border-radius:7px;background:#f3f7fd;color:#315f9f;font-size:9px;cursor:pointer}.my-discovery-card>p{margin:9px 0 0;color:var(--text-muted);font-size:9px;line-height:1.45}@media(max-width:640px){.my-discovery-grid{grid-template-columns:1fr}.my-discovery-card{padding:12px}}.career-source-section{margin:12px 0 16px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:10px}.career-source-section .block-head{margin-bottom:9px}.career-source-section h3{margin:3px 0 0;font-size:14px}.career-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.career-source-card{display:grid;grid-template-columns:32px minmax(0,1fr) 14px;align-items:center;gap:9px;min-width:0;padding:10px;color:inherit;text-decoration:none;border:1px solid #e5ebf3;border-radius:8px;background:#fbfcfe;transition:border-color .15s,background .15s}.career-source-card:hover{border-color:#b8cdf0;background:#f6f9fe}.career-source-icon{width:32px;height:32px;display:grid;place-items:center;color:#fff;background:#2867b2;border-radius:7px;font-size:12px;font-weight:700}.career-source-card>div:nth-child(2){min-width:0}.career-source-card span{display:block;color:var(--primary);font-size:8px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.career-source-card strong{display:block;margin:2px 0;color:var(--text);font-size:11px}.career-source-card p{margin:0;color:var(--text-muted);font-size:9px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.career-source-card>svg{color:var(--primary)}.growth-provider-grid{margin-top:10px}@media(max-width:640px){.career-source-section{padding:11px}.career-source-grid{grid-template-columns:1fr}}.housing-map-preview{margin-bottom:14px;padding:12px;background:#f8fafc;border:1px solid var(--border);border-radius:8px}.map-thumbnail-container{position:relative;width:100%;height:140px;overflow:hidden;border-radius:6px;cursor:pointer}.map-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.map-thumbnail-container:hover .map-thumbnail{transform:scale(1.03)}.map-overlay{position:absolute;bottom:0;left:0;right:0;padding:8px 10px;background:linear-gradient(transparent,#0009);display:flex;align-items:center;gap:6px;color:#fff;font-size:11px;opacity:0;transition:opacity .2s ease}.map-thumbnail-container:hover .map-overlay{opacity:1}.housing-platforms{margin-top:10px;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.platforms-label{font-size:10px;color:var(--text-secondary);font-weight:600}.platform-link{display:inline-flex;align-items:center;padding:4px 9px;background:var(--primary);color:#fff;font-size:10px;font-weight:600;border-radius:14px;text-decoration:none;transition:background .15s ease,transform .15s ease}.platform-link:hover{background:#1e3a8a;transform:translateY(-1px)}.no-platforms{font-size:10px;color:var(--text-muted);font-style:italic}.map-lightbox{position:fixed;inset:0;z-index:9999;background:#000000e0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.lightbox-close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .15s ease}.lightbox-close:hover{background:#ffffff40}.lightbox-map{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #0006}.lightbox-hint{margin-top:16px;color:#fff9;font-size:12px}.commercial-links-label{font-size:9px;color:var(--text-muted);margin-right:4px}@media(max-width:640px){.housing-map-preview{padding:10px}.map-thumbnail-container{height:120px}.platform-link{padding:3px 8px;font-size:9px}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,sans-serif;font-size:13px;line-height:1.5;color:#1e293b;background:#f8fafc;-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer;border:none;background:none;padding:0;color:inherit}input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0;margin:0}:root{--primary: #2563eb;--primary-light: #dbeafe;--primary-bg: #eff6ff;--text: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border: #e2e8f0;--border-strong: #cbd5e1;--bg: #f8fafc;--bg-white: #ffffff;--green: #059669;--green-light: #d1fae5;--amber: #d97706;--amber-light: #fef3c7;--violet: #7c3aed;--violet-light: #ede9fe;--rose: #e11d48;--shadow: 0 1px 2px rgba(15,23,42,.04);--radius: 6px;--radius-sm: 4px}:root{color:#17233b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--navy:#17233b;--blue:#2563eb;--blue-deep:#1949b8;--blue-soft:#eef4ff;--mint:#16a589;--line:#e5eaf1;--muted:#718096;background:#f6f8fb;font-family:DM Sans,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#f6f8fb;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #2563eb2e}#root,.app-shell{min-height:100vh}.topbar{border-bottom:1px solid var(--line);z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;align-items:center;height:70px;padding:0 38px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;min-width:165px;display:inline-flex}.brand-mark{background:linear-gradient(145deg,#2d75ff,#1548b7);border-radius:9px;place-items:center;width:31px;height:31px;display:grid;transform:rotate(2deg);box-shadow:0 7px 16px #2563eb3b}.brand-mark:before,.brand-mark:after,.brand-mark span{content:"";background:#fff;border-radius:3px;position:absolute}.brand-mark{position:relative}.brand-mark:before{width:5px;height:17px;transform:rotate(-40deg)translate(-3px,-2px)}.brand-mark:after{opacity:.78;width:5px;height:15px;transform:rotate(40deg)translate(4px,-1px)}.brand-mark span{opacity:.5;width:5px;height:11px;transform:translateY(6px)}.brand-name{letter-spacing:2.3px;color:#14213a;white-space:nowrap;font-size:15px;font-weight:700}.desktop-nav{align-items:center;gap:4px;height:100%;margin:auto;display:flex}.desktop-nav button{color:#69758b;background:0 0;border:0;align-self:stretch;align-items:center;gap:7px;padding:0 16px;font-size:13px;font-weight:600;display:flex;position:relative}.desktop-nav button:hover,.desktop-nav button.active{color:var(--blue)}.desktop-nav button.active:after{content:"";background:var(--blue);border-radius:4px 4px 0 0;height:2px;position:absolute;bottom:0;left:15px;right:15px}.top-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:210px;display:flex}.top-actions button{background:0 0;border:0}.language,.notification{color:#617087;place-items:center;width:34px;height:34px;display:grid;border-radius:10px!important}.language{gap:2px;font-size:12px;font-weight:700;display:flex}.language:hover,.notification:hover{background:#f2f5f9}.notification{position:relative}.notification i{background:#f59e0b;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:7px}.user-menu{align-items:center;gap:8px;margin-left:4px;padding:4px 6px 4px 4px;display:flex;border-left:1px solid var(--line)!important}.user-menu>span,.avatar{color:#2455bc;background:#eaf1ff;border-radius:11px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:grid}.user-menu div{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.user-menu strong{color:var(--navy);font-size:12px}.user-menu small{color:#8a96a8;font-size:10px}.mobile-menu,.mobile-page-title,.mobile-bottom-nav{display:none}.main-content{width:min(1180px,100% - 56px);margin:0 auto;padding:43px 0 72px}.welcome-row{justify-content:space-between;align-items:flex-end;margin-bottom:25px;display:flex}.date-label,.eyebrow{color:#8995a8;letter-spacing:1.25px;text-transform:uppercase;font-size:10px;font-weight:700}h1,h2,h3,p{margin-top:0}.welcome-row h1{letter-spacing:-.8px;color:#15213a;margin:5px 0 7px;font-size:31px}.lead{color:#6f7c91;font-size:13px}.lead strong{color:#263b64}.weather-card{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:center;gap:11px;padding:9px 14px 9px 10px;display:flex;box-shadow:0 8px 20px #1e375a0a}.weather-icon{color:#316bcf;background:linear-gradient(145deg,#dbeaff,#f1f7ff);border-radius:10px;place-items:center;width:42px;height:42px;font-size:16px;font-weight:700;display:grid}.weather-card div{flex-direction:column;gap:2px;display:flex}.weather-card strong{font-size:12px}.weather-card div span{color:#8792a4;font-size:10px}.ai-hero{color:#fff;border-radius:21px;min-height:200px;padding:28px 30px;position:relative;overflow:hidden;box-shadow:0 15px 35px #18499e30}.ai-hero:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:370px;height:370px;position:absolute;top:-180px;right:-70px;box-shadow:0 0 0 50px #ffffff06,0 0 0 110px #ffffff05}.orb{background:radial-gradient(circle at 35% 30%,#b7e1ff,#4d8df0 48%,#3157bc 72%);border-radius:23px;place-items:center;width:68px;height:68px;display:grid;position:absolute;top:45px;right:85px;transform:rotate(11deg);box-shadow:inset 0 0 20px #fff6,0 16px 40px #04184d59}.ai-copy{max-width:630px;position:relative}.ai-copy>span{letter-spacing:1.8px;color:#a9ccff;font-size:9px;font-weight:700}.ai-copy h2{letter-spacing:-.4px;margin:5px 0;font-size:24px}.ai-copy p{color:#c8d8f1;font-size:11px}.ai-input-wrap{width:min(640px,100% - 180px);margin-top:20px;position:relative}.ai-input-wrap input{color:#1b2944;background:#fffffff5;border:1px solid #ffffff57;border-radius:12px;width:100%;height:43px;padding:0 50px 0 16px;font-size:12px;box-shadow:0 8px 25px #03164326}.ai-input-wrap button{background:var(--blue);color:#fff;border:0;border-radius:9px;place-items:center;width:33px;height:33px;display:grid;position:absolute;top:5px;right:5px}.prompt-row{gap:7px;margin-top:10px;display:flex;position:relative}.prompt-row button{color:#d7e5fa;background:#ffffff12;border:1px solid #fff3;border-radius:20px;padding:5px 10px;font-size:9px}.prompt-row button:hover{background:#ffffff24}.card{border:1px solid var(--line);background:#fff;border-radius:16px;box-shadow:0 7px 22px #25365209}.stage-card{margin:18px 0;padding:16px 20px 13px}.stage-top{justify-content:space-between;align-items:center;display:flex}.stage-label{align-items:center;gap:9px;display:flex}.pulse-dot{background:#20b493;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e5f8f3}.stage-label div{align-items:center;gap:9px;display:flex}.stage-label span,.stage-percent{color:#8792a5;font-size:10px}.stage-label strong{color:#1d365e;font-size:13px}.stage-percent{color:#4268a8;font-weight:600}.stage-track{background:#eef1f5;border-radius:5px;height:4px;margin:13px 0 8px;overflow:hidden}.stage-track span{border-radius:inherit;background:linear-gradient(90deg,#22aa8e,#3379de);height:100%;transition:width .3s;display:block}.stages{justify-content:space-between;display:flex}.stages div{color:#a1a9b6;align-items:center;gap:5px;font-size:9px;display:flex}.stages div>span{background:#f0f2f5;border-radius:50%;place-items:center;width:16px;height:16px;font-size:8px;display:grid}.stages .active{color:#2460c5;font-weight:700}.stages .active>span{background:#dce9ff}.stages .complete{color:#16a589}.stages .complete>span{background:#dcf6ee}.dashboard-grid{grid-template-columns:minmax(0,1.75fr) minmax(260px,.75fr);gap:18px;display:grid}.task-card{overflow:hidden}.section-head{justify-content:space-between;align-items:flex-end;display:flex}.task-card>.section-head{padding:19px 20px 12px}.section-head h2{color:#17243e;letter-spacing:-.25px;margin:3px 0 0;font-size:17px}.text-button{color:#4069ae;background:0 0;border:0;align-items:center;gap:5px;padding:5px;font-size:10px;font-weight:600;display:flex}.task-row{cursor:pointer;border-top:1px solid #edf0f4;align-items:center;gap:12px;padding:13px 18px;transition:background .2s;display:flex}.task-row:hover{background:#fafcff}.task-check{color:#bec6d1;background:0 0;border:0;place-items:center;padding:1px;display:grid}.task-check:hover{color:var(--mint)}.task-icon{border-radius:10px;flex:none;place-items:center;width:36px;height:36px;display:grid}.task-icon.high{color:#d88718;background:#fff5e8}.task-icon.medium{color:#3771c8;background:#edf4ff}.task-icon.low{color:#1f9c83;background:#ecf9f5}.task-copy{flex:1;min-width:0}.task-title-line{align-items:center;gap:8px;display:flex}.task-title-line h3{color:#22304a;margin:0;font-size:12px}.urgent{color:#be7213;background:#fff3df;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:700}.task-desc{color:#6b7a8a;margin:6px 0 10px;font-size:9px;line-height:1.4}.task-meta{color:#8994a6;gap:12px;margin-top:4px;font-size:8px;display:flex}.task-meta span{align-items:center;gap:3px;display:flex}.task-meta span:first-child{color:#5278b4}.task-chevron{color:#8d98a9;flex-shrink:0;transition:transform .2s}.task-chevron.rotated{transform:rotate(90deg)}.task-item{border-top:1px solid #edf0f4}.task-item.expanded{background:#fafcff}.task-step{cursor:pointer;color:#4a5568;background:#fff;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:10px;transition:all .2s;display:flex}.task-step:hover{background:#f0f4ff}.task-step.done{color:#68d391;text-decoration:line-through}.resource-link{color:#2e69c8;padding:4px 0;font-size:9px;text-decoration:none;display:block}.resource-link:hover{text-decoration:underline}.resource-note{color:#8896a8;margin-left:4px}.ai-assist-btn{color:#fff;cursor:pointer;background:linear-gradient(120deg,#2458b5,#357fe2);border:none;border-radius:8px;align-items:center;gap:6px;margin-top:10px;padding:8px 14px;font-size:10px;font-weight:600;display:flex}.ai-assist-btn:hover{opacity:.9}.task-arrow{color:#8d98a9;flex-shrink:0}.round-button{color:#8d98a9;background:#fff;border:1px solid #e8ebf0;border-radius:8px;place-items:center;width:27px;height:27px;display:grid}.round-button:hover{color:var(--blue);border-color:#b9cff2}.empty-state{text-align:center;color:var(--mint);padding:45px}.empty-state h3{color:var(--navy);margin:10px 0 4px;font-size:14px}.empty-state p{color:var(--muted);font-size:10px}.side-stack{flex-direction:column;gap:15px;display:flex}.city-card{overflow:hidden}.city-visual{background:#eaf2f8;height:116px;position:relative;overflow:hidden}.city-grid{background-image:linear-gradient(30deg,#0000 45%,#32719a1f 46% 48%,#0000 49%),linear-gradient(120deg,#0000 45%,#32719a21 46% 48%,#0000 49%);background-size:36px 36px;position:absolute;inset:-25px;transform:rotate(5deg)}.pin{color:#fff;background:#266bd3;border-radius:50% 50% 50% 0;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:34px;right:28%;transform:rotate(-45deg);box-shadow:0 6px 14px #1b53a547}.pin svg{transform:rotate(45deg)}.city-label{flex-direction:column;display:flex;position:absolute;bottom:14px;left:18px}.city-label span{color:#708397;font-size:8px}.city-label strong{color:#24405e;font-size:17px}.city-stats{grid-template-columns:repeat(3,1fr);padding:13px 8px;display:grid}.city-stats div{text-align:center;border-right:1px solid #edf0f4;flex-direction:column;display:flex}.city-stats div:last-child{border:0}.city-stats strong{color:#213351;font-size:13px}.city-stats span{color:#929cac;margin-top:1px;font-size:8px}.insight-card{background:linear-gradient(145deg,#f0f6ff,#f7fbff);border-color:#dce8f8;padding:16px 16px 14px;position:relative}.insight-icon{color:#3974cb;background:#fff;border-radius:9px;place-items:center;width:31px;height:31px;margin-bottom:10px;display:grid;box-shadow:0 4px 12px #3364aa17}.insight-card h3{color:#263b5a;margin:5px 0 10px;font-size:11px;line-height:1.55}.insight-card button{color:#3068bb;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:9px;font-weight:700;display:flex}.recommend-section,.events-section{margin-top:28px}.recommend-section>.section-head,.events-section>.section-head{margin-bottom:13px}.service-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.service-card{padding:16px}.service-top{justify-content:space-between;display:flex}.service-logo{border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.service-logo.mint{color:#158d76;background:#e5f7f1}.service-logo.blue{color:#2b67c6;background:#e9f1ff}.service-logo.violet{color:#7255bf;background:#f0ebff}.favorite{color:#a9b2c0;background:0 0;border:0;place-items:center;width:30px;height:30px;display:grid}.favorite.active{color:#4675c8}.service-tag{color:#198b75;background:#edf8f4;border-radius:5px;align-items:center;gap:4px;margin-top:12px;padding:3px 6px;font-size:8px;font-weight:700;display:inline-flex}.service-card h3{color:#21304a;margin:8px 0 2px;font-size:13px}.service-card>p{color:#8792a5;font-size:9px}.rating{color:#8a95a7;align-items:center;gap:4px;margin-top:9px;font-size:8px;display:flex}.rating svg{color:#e0a126}.rating strong{color:#36445c}.rating i{background:#dfe4eb;width:1px;height:10px;margin:0 3px}.service-bottom{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;margin-top:11px;padding-top:11px;display:flex}.service-bottom strong{color:#2d3d58;font-size:11px}.service-bottom button{color:#3266b6;background:#fff;border:1px solid #d5e0f0;border-radius:8px;padding:6px 10px;font-size:9px;font-weight:700}.service-bottom button:hover{color:#fff;background:#2865c7;border-color:#2865c7}.event-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.event-card{align-items:center;gap:12px;padding:14px;display:flex}.event-date{color:#2e67bc;background:#edf4ff;border-radius:10px;flex-direction:column;flex:none;justify-content:center;align-items:center;width:43px;height:50px;display:flex}.event-date strong{font-size:17px;line-height:1}.event-date span{letter-spacing:.6px;margin-top:3px;font-size:7px}.event-copy{flex:1;min-width:0}.event-copy>span{color:#5d7eaf;font-size:7px;font-weight:700}.event-copy h3{color:#26364f;white-space:nowrap;text-overflow:ellipsis;margin:3px 0;font-size:10px;overflow:hidden}.event-copy p,.event-copy small{color:#8c96a7;font-size:7.5px}.event-copy small{align-items:center;gap:3px;margin-top:4px;display:flex}.event-card>button{color:#3e6aa9;background:#fff;border:1px solid #d8e1ef;border-radius:7px;padding:5px 7px;font-size:8px}.event-card>button.joined{color:#16866f;background:#e9f8f3;border-color:#d1f0e6}.page-panel{min-height:720px}.page-heading{max-width:720px;padding:19px 0 27px}.page-heading.compact{padding-bottom:22px}.page-heading h1{color:#17233b;letter-spacing:-.8px;margin:5px 0 8px;font-size:31px}.page-heading p{color:#768296;font-size:12px}.navigator-layout{grid-template-columns:.8fr 1.3fr;gap:18px;display:grid}.journey-card{padding:21px}.journey-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.journey-head span{color:#8793a6;font-size:9px}.journey-head h2{margin:4px 0 0;font-size:17px}.ring{--progress:120deg;background:conic-gradient(var(--blue) var(--progress),#e8edf4 0);border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:relative}.ring:after{content:"";background:#fff;border-radius:50%;width:46px;height:46px;position:absolute}.ring strong{z-index:1;color:var(--blue);font-size:11px}.journey-steps{padding:12px 0 0}.journey-steps>div{gap:12px;padding:10px 0;display:flex;position:relative}.journey-steps>div:not(:last-child):after{content:"";background:#dfe5ed;width:1px;height:18px;position:absolute;top:39px;left:14px}.journey-steps>div>span{color:#9aa4b3;background:#f0f2f5;border-radius:50%;place-items:center;width:29px;height:29px;font-size:10px;display:grid}.journey-steps .done>span{color:#158b74;background:#e2f6ef}.journey-steps .current>span{color:#2563c4;background:#e6efff;box-shadow:0 0 0 4px #f1f6ff}.journey-steps div div{flex-direction:column;display:flex}.journey-steps strong{color:#2a3952;font-size:11px}.journey-steps small{color:#909aaa;margin-top:2px;font-size:8px}.materials{justify-content:space-between;align-items:center;margin-top:17px;padding:16px 19px;display:flex}.materials>div{color:#3971c1;align-items:center;gap:11px;display:flex}.materials span{flex-direction:column;display:flex}.materials strong{color:#263650;font-size:11px}.materials small{color:#8994a5;margin-top:2px;font-size:8px}.material-status span{color:#7f8b9e;font-size:9px;display:inline-flex}.material-status .safe{color:#188972;flex-direction:row;gap:4px}.material-status button,.profile-card button,.privacy-card button{color:#3369b9;background:#fff;border:1px solid #d7e1f0;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:600}.search-bar{background:#fff;border:1px solid #dde3ec;border-radius:13px;align-items:center;height:52px;padding:0 7px 0 17px;display:flex;box-shadow:0 6px 18px #2134520a}.search-bar>svg{color:#8290a5}.search-bar input{color:#273751;border:0;outline:0;flex:1;padding:0 12px;font-size:11px}.search-bar button{border:0;border-left:1px solid var(--line);color:#59708f;background:0 0;align-items:center;gap:5px;height:38px;padding:0 11px;font-size:10px;display:flex}.category-row{gap:7px;margin:16px 0 22px;display:flex;overflow-x:auto}.category-row button{color:#6f7c90;white-space:nowrap;background:#fff;border:1px solid #dee4ec;border-radius:20px;padding:7px 13px;font-size:9px}.category-row button.active{color:#fff;background:#245fc1;border-color:#245fc1}.service-grid.large{grid-template-columns:repeat(3,1fr)}.community-hero{color:#fff;background:linear-gradient(120deg,#17396f,#2468bd);justify-content:space-between;align-items:center;min-height:220px;margin-bottom:27px;padding:32px 34px;display:flex;overflow:hidden}.community-hero>div:first-child{max-width:480px}.community-hero span{color:#a9cdfc;letter-spacing:1px;font-size:9px;font-weight:700}.community-hero h2{margin:7px 0;font-size:24px}.community-hero p{color:#c9dbf3;font-size:11px}.community-hero button,.growth-card button{color:#2762b5;background:#fff;border:0;border-radius:9px;align-items:center;gap:6px;margin-top:18px;padding:9px 13px;font-size:9px;font-weight:700;display:flex}.community-art{width:260px;height:150px;position:relative}.community-art>span{border:1px solid #ffffff21;border-radius:50%;position:absolute}.community-art>span:first-child{width:130px;height:130px;top:10px;right:30px}.community-art>span:nth-child(2){width:90px;height:90px;top:30px;right:50px}.community-art>span:nth-child(3){background:#ffffff14;width:44px;height:44px;top:53px;right:73px}.community-art div{background:linear-gradient(145deg,#92ccff,#4f8edd);border-radius:21px;place-items:center;width:65px;height:65px;display:grid;position:absolute;top:43px;right:63px;transform:rotate(8deg);box-shadow:0 16px 35px #071e4b59}.event-grid.full{margin-top:13px}.discussion-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px;display:grid}.discussion{padding:18px}.discussion>span{color:#5478ac;font-size:8px;font-weight:700}.discussion h3{margin:6px 0;font-size:12px}.discussion p{color:#8793a5;font-size:9px}.discussion button{color:#3769b3;background:#eff5ff;border:0;border-radius:8px;align-items:center;gap:5px;margin-top:14px;padding:7px 9px;font-size:8px;display:flex}.section-desc{color:#6e7d92;font-size:11px;margin:6px 0 0}.card.feed{padding:18px;display:flex;flex-direction:column;gap:10px}.feed-head{justify-content:flex-start;align-items:center;gap:10px;display:flex}.feed-avatar{color:#fff;background:linear-gradient(135deg,#3567c6,#18438f);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:inline-flex}.feed-head strong{color:#163a5a;display:block;font-size:12px;font-weight:700}.feed-head .feed-meta{color:#7a8ba0;font-size:10px;display:block}.card.feed h3{color:#1b3056;font-size:13px;line-height:1.45;margin:0}.card.feed p{color:#475f78;font-size:11px;line-height:1.5;margin:0}.feed-foot{justify-content:space-between;align-items:center;display:flex}.feed-foot span{color:#75889c;font-size:10px}.feed-foot button{color:#0d3f6a;background:#eef4ff;border:0;border-radius:7px;align-items:center;gap:5px;padding:6px 10px;font-size:10px;display:flex}.growth-grid{grid-template-columns:1.2fr 1fr 1fr;gap:16px;display:grid}.growth-card{flex-direction:column;align-items:flex-start;min-height:245px;padding:23px;display:flex}.growth-card.primary{color:#fff;background:linear-gradient(145deg,#173a76,#266bc3);border-color:#0000}.growth-icon{color:#326dc1;background:#e9f2ff;border-radius:13px;place-items:center;width:43px;height:43px;margin-bottom:23px;display:grid}.growth-card.primary .growth-icon{color:#fff;background:#ffffff26}.growth-icon.mint{color:#178a74;background:#e3f5ef}.growth-icon.violet{color:#6b54b4;background:#f0ebff}.growth-card>span{letter-spacing:1px;color:#7890ad;font-size:8px;font-weight:700}.growth-card.primary>span{color:#aecdf6}.growth-card h2{color:#21334f;margin:8px 0;font-size:17px;line-height:1.35}.growth-card.primary h2{color:#fff}.growth-card p{color:#8190a4;font-size:9px;line-height:1.6}.growth-card.primary p{color:#c9daf1}.growth-card button{border:1px solid #dbe3ed;margin-top:auto}.growth-card.primary button{border:0}.profile-grid{grid-template-columns:.65fr 1.35fr;gap:16px;display:grid}.profile-card{text-align:center;padding:28px}.profile-card .avatar{border-radius:22px;width:70px;height:70px;margin:0 auto 12px;font-size:19px}.profile-card h2{margin-bottom:3px;font-size:17px}.profile-card p{color:#8793a5;font-size:9px}.profile-badge{color:#168870;background:#e9f8f3;border-radius:15px;margin:15px 0;padding:5px 9px;font-size:8px;display:inline-block}.profile-card button{width:100%;display:block}.detail-card{padding:22px}.detail-card .section-head{border-bottom:1px solid var(--line);align-items:center;padding-bottom:13px}.detail-card .section-head>span{color:#3470c1;font-size:9px}.detail-list{grid-template-columns:repeat(2,1fr);gap:19px 30px;padding-top:18px;display:grid}.detail-list div{flex-direction:column;display:flex}.detail-list span{color:#8c97a8;font-size:8px}.detail-list strong{color:#293950;margin-top:3px;font-size:11px}.privacy-card{color:#27705f;background:#f1faf7;border-color:#d8eee8;grid-column:1/-1;align-items:center;gap:14px;padding:17px 20px;display:flex}.privacy-card div{flex:1}.privacy-card h3{color:#265246;margin-bottom:3px;font-size:11px}.privacy-card p{color:#67867e;font-size:8px}.privacy-card button{color:#27725f;border-color:#cce5de}.ai-fab{z-index:60;color:#fff;background:linear-gradient(120deg,#2458b5,#357fe2);border:0;border-radius:14px;align-items:center;gap:8px;height:43px;padding:0 16px;font-size:10px;font-weight:700;display:flex;position:fixed;bottom:24px;right:25px;box-shadow:0 12px 28px #1f54af4d}.ai-panel{z-index:70;background:#fff;border:1px solid #dfe5ed;border-radius:17px;flex-direction:column;width:355px;height:480px;display:flex;position:fixed;bottom:77px;right:25px;overflow:hidden;box-shadow:0 25px 65px #14274933}.ai-panel-head{border-bottom:1px solid var(--line);align-items:center;gap:9px;min-height:61px;padding:10px 12px;display:flex}.mini-orb{color:#fff;background:linear-gradient(145deg,#337ce0,#254fab);border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.ai-panel-head>div:nth-child(2){flex-direction:column;flex:1;display:flex}.ai-panel-head strong{letter-spacing:.8px;font-size:10px}.ai-panel-head span{color:#8a96a8;align-items:center;gap:4px;font-size:8px;display:flex}.ai-panel-head span i{background:#22ad8f;border-radius:50%;width:5px;height:5px}.ai-panel-head button{color:#8994a5;background:0 0;border:0}.chat-body{background:#f8fafc;flex-direction:column;flex:1;gap:10px;padding:15px;display:flex;overflow-y:auto}.ai-message,.user-message{border-radius:12px;max-width:86%;padding:10px 11px;font-size:9px;line-height:1.6}.ai-message{color:#44536b;background:#fff;border:1px solid #e6eaf0;border-bottom-left-radius:3px;align-self:flex-start}.user-message{color:#fff;background:#326dcc;border-bottom-right-radius:3px;align-self:flex-end}.chat-prompts{flex-direction:column;gap:6px;display:flex}.chat-prompts button{color:#53627a;text-align:left;background:#fff;border:1px solid #e3e8ef;border-radius:9px;justify-content:space-between;align-items:center;padding:8px 9px;font-size:8px;display:flex}.chat-input{border-top:1px solid var(--line);gap:7px;padding:10px;display:flex}.chat-input input{border:1px solid #dfe5ed;border-radius:9px;outline:0;flex:1;padding:8px 10px;font-size:9px}.chat-input button{color:#fff;background:#2e68c7;border:0;border-radius:9px;place-items:center;width:33px;display:grid}.ai-note{text-align:center;color:#9aa3b0;padding-bottom:8px;font-size:7px}.toast{z-index:100;color:#fff;background:#21334f;border-radius:10px;align-items:center;gap:7px;padding:10px 14px;font-size:10px;display:flex;position:fixed;bottom:27px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #14233c40}.menu-overlay{display:none}.city-selector{position:relative}.city-btn{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #e2e7ef;border-radius:9px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.city-btn:hover{background:#f8faff;border-color:#b9cff2}.city-btn svg{color:#617087}.city-dropdown{z-index:100;background:#fff;border:1px solid #e2e7ef;border-radius:14px;flex-direction:column;width:280px;max-height:400px;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 50px #1e375a26}.city-dropdown-search{border-bottom:1px solid #edf0f4;align-items:center;gap:8px;padding:10px 12px;display:flex}.city-dropdown-search input{color:#273751;border:0;outline:0;flex:1;font-size:12px}.city-dropdown-search svg{color:#8290a5}.city-list{flex:1;padding:6px;overflow-y:auto}.city-item{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:9px 10px;transition:background .15s;display:flex}.city-item:hover{background:#f0f4ff}.city-item.active{background:#e6efff}.city-item .city-name{color:#22304a;font-size:12px;font-weight:600}.city-item .city-country{color:#8792a5;font-size:10px}.city-item.active .city-name{color:#245fc1}.lang-selector{position:relative}.lang-selector .language{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #e2e7ef;border-radius:9px;align-items:center;gap:5px;width:auto;height:auto;padding:6px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.lang-selector .language:hover{background:#f8faff;border-color:#b9cff2}.lang-dropdown{z-index:100;background:#fff;border:1px solid #e2e7ef;border-radius:10px;min-width:100px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 30px #1e375a1f}.lang-dropdown button{text-align:left;color:#4a5568;cursor:pointer;background:0 0;border:0;width:100%;padding:10px 14px;font-size:12px;transition:background .15s;display:block}.lang-dropdown button:hover{background:#f0f4ff}.lang-dropdown button.active{color:#245fc1;background:#e6efff;font-weight:600}.task-details{background:#f8fafc;border-top:1px dashed #e8ecf0;padding:16px 20px 18px}.task-details .task-desc{color:#4a5568;margin:8px 0 14px;font-size:13px;line-height:1.6}.task-steps{flex-direction:column;gap:10px;margin:12px 0;display:flex}.task-step{cursor:pointer;color:#4a5568;background:#fff;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;font-size:13px;transition:all .2s;display:flex;box-shadow:0 2px 8px #1e375a0a}.task-step:hover{background:#f0f4ff;transform:translate(2px)}.task-step.done{color:#68d391;background:#f0fff4;text-decoration:line-through}.task-step.done .step-check{color:#fff;background:#68d391}.step-check{color:#8896a8;background:#e8ecf0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.task-resources-list{flex-direction:column;gap:8px;margin:14px 0;display:flex}.resources-title{color:#4a5568;margin-bottom:4px;font-size:12px;font-weight:600}.resource-link{color:#2e69c8;background:#fff;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:12px;text-decoration:none;transition:all .15s;display:flex}.resource-link:hover{background:#f0f4ff;text-decoration:underline}.resource-note{color:#8792a8;font-size:11px}.ai-assist-btn{color:#fff;cursor:pointer;background:linear-gradient(120deg,#2458b5,#357fe2);border:none;border-radius:10px;align-items:center;gap:8px;margin-top:14px;padding:12px 18px;font-size:12px;font-weight:600;display:flex;box-shadow:0 4px 12px #1f54af40}.ai-assist-btn:hover{opacity:.92;transform:translateY(-1px)}.task-row{padding:15px 18px}.task-title-line h3{color:#22304a;margin:0;font-size:14px;font-weight:600}.task-progress{color:#8fa0b0;margin:4px 0;font-size:11px}.task-meta,.urgent{font-size:10px}.task-icon{width:40px;height:40px}.mood-section{margin-top:29px}.mood-section>.section-head{align-items:center;margin-bottom:13px}.mood-private-note{color:#26705f;background:#edf8f4;border:1px solid #d6ede6;border-radius:18px;align-items:center;gap:5px;padding:6px 10px;font-size:9px;font-weight:600;display:inline-flex}.mood-layout{grid-template-columns:minmax(0,1.45fr) minmax(0,.75fr);align-items:start;gap:15px;min-width:0;display:grid}.mood-layout>*,.mood-composer>*{min-width:0}.mood-composer{width:100%;min-width:0;padding:20px}.mood-composer-title{align-items:center;gap:11px;display:flex}.mood-book-icon{color:#326cc1;background:#eaf2ff;border-radius:13px;place-items:center;width:43px;height:43px;display:grid}.mood-composer-title h3{color:#22334e;margin:0 0 3px;font-size:14px}.mood-composer-title p{color:#7e8a9c;margin:0;font-size:9px}.mood-options{gap:7px;margin:17px 0 12px;display:flex}.mood-options button{color:#68778c;background:#fff;border:1px solid #e0e6ef;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:5px;padding:7px 5px;font-size:9px;display:flex}.mood-options button span{color:#4670a9;background:#eef4fc;border-radius:7px;place-items:center;width:21px;height:21px;font-size:8px;font-weight:800;display:grid}.mood-options button.active{color:#245eb4;background:#f3f7fe;border-color:#afc7ea;box-shadow:0 0 0 2px #e7f0fc}.mood-text-wrap{position:relative}.mood-text-wrap textarea{resize:vertical;color:#33445e;width:100%;min-height:126px;font:inherit;background:#fbfcfe;border:1px solid #dfe5ed;border-radius:12px;outline:0;padding:13px 14px 27px;font-size:11px;line-height:1.65}.mood-text-wrap textarea:focus{border-color:#9ebce7;box-shadow:0 0 0 3px #edf4ff}.mood-text-wrap>span{color:#9aa5b4;font-size:8px;position:absolute;bottom:9px;right:11px}.share-settings{border-top:1px solid #edf0f4;margin-top:16px;padding-top:15px}.share-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.share-heading>div{color:#385c8d;align-items:center;gap:6px;display:flex}.share-heading strong{font-size:11px}.share-heading small{color:#8a96a7;font-size:8px}.share-targets{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.share-targets>button{text-align:left;background:#fff;border:1px solid #e0e6ee;border-radius:10px;grid-template-columns:34px 1fr 18px;align-items:center;gap:8px;min-height:57px;padding:9px;display:grid}.share-targets>button.selected{background:#f1f6fe;border-color:#98b9e7;box-shadow:inset 0 0 0 1px #cbdcf3}.share-targets>button.disabled{opacity:.48;cursor:not-allowed}.share-targets>button>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.share-targets strong{color:#2b3d58;font-size:10px}.share-targets small{color:#8995a6;margin-top:2px;font-size:8px;line-height:1.3}.share-targets i{color:#fff;background:#3772ca;border-radius:50%;place-items:center;width:17px;height:17px;font-style:normal;display:grid}.share-platform-logo{color:#fff;background:linear-gradient(145deg,#347de0,#2450a7);border-radius:10px;place-items:center;width:34px;height:34px;font-size:8px;font-weight:800;display:grid!important}.share-platform-logo.community{background:linear-gradient(145deg,#2f9b83,#257263)}.community-share-target{grid-column:1/-1}.mood-publish-row{justify-content:space-between;align-items:center;gap:14px;margin-top:15px;display:flex}.mood-publish-row p{color:#7c899a;align-items:flex-start;gap:5px;max-width:420px;margin:0;font-size:8px;line-height:1.5;display:flex}.mood-publish-row p svg{color:#33826f;flex:none}.mood-publish-row>button{color:#fff;background:linear-gradient(120deg,#2458b5,#357fe2);border:0;border-radius:9px;flex:none;align-items:center;gap:7px;padding:10px 14px;font-size:9px;font-weight:700;display:flex;box-shadow:0 5px 14px #1f54af33}.mood-publish-row>button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.mood-history{max-height:585px;padding:17px;overflow:hidden}.mood-history-head{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.mood-history-head>div{color:#3b6eb2;align-items:center;gap:7px;display:flex}.mood-history-head h3{color:#273a56;margin:0;font-size:12px}.mood-history-head>span{color:#8491a3;font-size:8px}.mood-record-list{max-height:510px;overflow-y:auto}.mood-record{border-bottom:1px solid #edf0f4;padding:14px 2px}.mood-record:last-child{border:0}.mood-record-meta{justify-content:space-between;align-items:center;display:flex}.mood-record-meta span{color:#266b5b;background:#eaf7f3;border-radius:11px;padding:3px 7px;font-size:8px;font-weight:700}.mood-record-meta time{color:#929dac;font-size:8px}.mood-record p{color:#526177;margin:9px 0;font-size:9px;line-height:1.6}.mood-record-targets{flex-wrap:wrap;gap:5px;display:flex}.mood-record-targets span{color:#5173a1;background:#f0f4f9;border-radius:5px;padding:3px 5px;font-size:7px}.essentials-page{padding-bottom:35px}.essentials-section{margin-top:30px}.essentials-section>.section-head{align-items:center;margin-bottom:13px}.local-chip-marker,.local-note{color:#56708f;background:#eef4fc;border:1px solid #dce6f3;border-radius:18px;align-items:center;gap:5px;padding:6px 10px;font-size:9px;font-weight:600;display:inline-flex}.essentials-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.tool-card{grid-template-columns:43px 1fr;align-items:start;column-gap:12px;padding:19px;display:grid}.tool-icon,.transit-icon{color:#2f69c1;background:#eaf2ff;border-radius:12px;place-items:center;width:43px;height:43px;display:grid}.tool-card-copy h3{color:#20314d;margin:1px 0 4px;font-size:15px}.tool-card-copy p{color:#7b8799;margin:0;font-size:10px}.platform-chips,.tool-card ol,.tool-card>button{grid-column:1/-1}.platform-chips{flex-wrap:wrap;gap:6px;margin:15px 0 11px;display:flex}.platform-chips span{color:#3a628f;background:#f0f5fb;border:1px solid #e0e8f2;border-radius:6px;padding:5px 8px;font-size:9px;font-weight:600}.tool-card ol,.app-guide-body ol,.transit-steps ol{color:#59677c;margin:0;padding-left:20px;font-size:10px;line-height:1.65}.tool-card li+li,.app-guide-body li+li,.transit-steps li+li{margin-top:4px}.tool-card>button,.transit-summary button{color:#285fae;background:#edf4ff;border:0;border-radius:8px;justify-self:start;align-items:center;gap:6px;margin-top:15px;padding:8px 11px;font-size:9px;font-weight:700;display:flex}.connection-notice{color:#2c6b5b;background:#f0faf7;border-color:#d7eee7;align-items:center;gap:12px;margin-bottom:12px;padding:14px 16px;display:flex}.connection-notice div{flex:1}.connection-notice strong{font-size:11px}.connection-notice p{color:#66837c;margin:2px 0 0;font-size:9px}.connection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.connection-card{grid-template-columns:40px 1fr auto;align-items:center;gap:11px;min-height:105px;padding:15px;display:grid}.connection-logo{color:#fff;background:linear-gradient(145deg,#347de0,#2450a7);border-radius:11px;place-items:center;width:40px;height:40px;font-size:10px;font-weight:800;display:grid}.connection-card h3{margin:0 0 2px;font-size:12px}.connection-card span{color:#4971a8;font-size:8px;font-weight:700}.connection-card p{color:#7b8798;margin:5px 0 0;font-size:8px;line-height:1.45}.connection-card>button{color:#3167b5;background:#fff;border:1px solid #d7e1ef;border-radius:8px;padding:7px 9px;font-size:8px;font-weight:700}.connection-card>button.connected{color:#167b68;background:#e9f8f3;border-color:#ceeade}.app-guide-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.app-guide{overflow:hidden}.app-guide-head{text-align:left;background:#fff;border:0;align-items:center;gap:10px;width:100%;min-height:68px;padding:12px 14px;display:flex}.app-guide-head>span:nth-child(2){flex-direction:column;flex:1;display:flex}.app-guide-head strong{color:#263750;font-size:11px}.app-guide-head small{color:#8190a3;margin-top:3px;font-size:8px;line-height:1.4}.app-guide-head>svg{color:#8793a5;transition:transform .2s}.app-guide.open .app-guide-head>svg{transform:rotate(180deg)}.app-logo{color:#326cc1;background:#edf4ff;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.app-guide-body{background:#fafcff;border-top:1px solid #edf0f4;padding:13px 15px 15px}.app-guide-body button{color:#fff;background:#2f6bc7;border:0;border-radius:8px;align-items:center;gap:6px;margin-top:12px;padding:8px 10px;font-size:9px;font-weight:700;display:flex}.transit-layout{grid-template-columns:.9fr 1.25fr .95fr;gap:13px;display:grid}.transit-layout>article{padding:18px}.transit-summary>span{color:#5577a6;letter-spacing:.5px;margin-top:14px;font-size:8px;font-weight:700;display:block}.transit-summary h3,.transit-steps h3,.transit-tips h3{color:#243650;margin:6px 0 8px;font-size:13px}.transit-summary p{color:#798699;font-size:9px;line-height:1.55}.transit-tips p{color:#607086;align-items:flex-start;gap:7px;margin:9px 0;font-size:9px;line-height:1.45;display:flex}.transit-tips svg{color:#1b987f;flex:none}@media(width<=900px){.mood-layout{grid-template-columns:1fr}.mood-history,.mood-record-list{max-height:none}.essentials-grid,.connection-grid,.app-guide-list{grid-template-columns:1fr}.transit-layout{grid-template-columns:1fr 1fr}.transit-summary{grid-column:1/-1}.desktop-nav{gap:0}.desktop-nav button{padding:0 8px;font-size:11px}.desktop-nav button svg{display:none}.topbar{padding:0 20px}.brand{min-width:145px}.top-actions{min-width:170px}.dashboard-grid{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr;display:grid}.service-grid,.service-grid.large{grid-template-columns:repeat(2,1fr)}.event-grid{grid-template-columns:1fr}.growth-grid{grid-template-columns:1fr 1fr}.growth-card.primary{grid-column:1/-1}.navigator-layout{grid-template-columns:1fr}}@media(width<=640px){.mood-section{margin-top:22px}.mood-section>.section-head{align-items:flex-start;gap:9px}.mood-private-note{padding:5px 7px;font-size:8px}.mood-composer{padding:15px}.mood-composer-title p{line-height:1.5}.mood-options{width:100%;max-width:100%;padding:2px 2px 5px;overflow-x:auto}.mood-options button{flex:none;min-width:73px}.mood-text-wrap,.mood-text-wrap textarea{width:100%;max-width:100%}.mood-text-wrap textarea{min-height:112px}.share-heading{flex-direction:column;align-items:flex-start}.share-settings,.share-targets{width:100%;max-width:100%}.share-targets{grid-template-columns:minmax(0,1fr)}.community-share-target{grid-column:auto}.share-targets>button{width:100%;min-width:0;min-height:55px}.mood-publish-row{flex-direction:column;align-items:stretch}.mood-publish-row>button{justify-content:center;width:100%}.mood-history{padding:14px}.essentials-section{margin-top:23px}.essentials-section>.section-head{align-items:flex-start;gap:10px}.local-chip-marker,.local-note{padding:5px 7px;font-size:8px}.tool-card{grid-template-columns:38px 1fr;padding:15px}.tool-icon{width:38px;height:38px}.tool-card-copy h3{font-size:13px}.platform-chips{margin-top:12px}.connection-card{grid-template-columns:36px 1fr auto;padding:12px}.connection-logo{width:36px;height:36px}.connection-card p{display:none}.transit-layout{grid-template-columns:1fr}.transit-summary{grid-column:auto}.transit-layout>article{padding:15px}body{background:#f7f9fc;padding-bottom:67px}.topbar{justify-content:space-between;height:58px;padding:0 14px}.mobile-menu{color:#536177;background:0 0;border:0;place-items:center;width:33px;height:33px;padding:0;display:grid}.topbar>.brand{min-width:0}.brand-name{font-size:13px}.brand-mark{width:28px;height:28px}.desktop-nav,.language,.user-menu{display:none}.top-actions{min-width:auto}.main-content{width:100%;padding:0 14px 40px}.mobile-page-title{color:#667389;justify-content:space-between;align-items:center;height:45px;font-size:10px;display:flex}.mobile-page-title button{color:#2e69c8;background:#eaf2ff;border:0;border-radius:12px;align-items:center;gap:4px;padding:5px 8px;font-size:8px;font-weight:700;display:flex}.welcome-row{align-items:center;margin:10px 2px 17px}.date-label{font-size:8px}.welcome-row h1{margin:3px 0 5px;font-size:25px}.lead{max-width:260px;font-size:10px;line-height:1.5}.weather-card{display:flex}.ai-hero{border-radius:18px;min-height:230px;padding:23px 18px}.ai-copy{max-width:78%}.ai-copy h2{font-size:21px}.ai-copy p{line-height:1.5}.orb{border-radius:17px;width:52px;height:52px;top:26px;right:18px}.ai-input-wrap{width:100%;margin-top:25px}.prompt-row{padding-bottom:2px;overflow-x:auto}.prompt-row button{white-space:nowrap}.stage-card{margin:13px 0;padding:14px 13px 11px}.stage-label div{flex-direction:column;align-items:flex-start;gap:5px}.stage-label strong{font-size:11px}.stage-card .stages div{flex-direction:column}.dashboard-grid{display:block}.task-card>.section-head{padding:16px 14px 10px}.section-head h2{font-size:15px}.task-row{gap:8px;padding:12px 11px}.task-icon{width:33px;height:33px}.task-arrow{color:#8d98a9;flex-shrink:0}.city-card,.insight-card{margin-top:13px}.recommend-section,.events-section{margin-top:24px}.service-grid,.service-grid.large{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.service-card{min-width:0}.event-grid{display:grid;grid-template-columns:1fr;gap:10px}.event-card{min-width:0}.ai-fab{border-radius:50%;justify-content:center;width:43px;padding:0;bottom:77px;right:16px}.ai-fab span{display:none}.ai-panel{width:auto;height:min(520px,100vh - 145px);inset:auto 8px 74px}.mobile-bottom-nav{z-index:65;height:63px;padding:5px 4px calc(5px + env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #e2e7ee;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 25px #20304c0d}.mobile-bottom-nav button{color:#8792a3;background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;min-width:55px;font-size:8px;display:flex}.mobile-bottom-nav button.active{color:#2867c5}.mini-avatar{background:#e7eef9;border-radius:7px;place-items:center;width:21px;height:21px;font-size:7px;font-weight:700;display:grid}.mobile-bottom-nav button.active .mini-avatar{background:#dce9ff}.page-heading{padding:18px 2px 20px}.page-heading h1{font-size:25px}.page-heading p{font-size:10px;line-height:1.5}.navigator-layout{flex-direction:column;display:flex}.materials{flex-direction:column;align-items:flex-start;gap:13px}.material-status{flex-wrap:wrap;width:100%}.material-status button{margin-left:auto}.search-bar input{min-width:0}.search-bar button{font-size:0}.community-hero{min-height:250px;padding:24px 20px}.community-hero>div:first-child{z-index:2;max-width:75%;position:relative}.community-art{opacity:.7;position:absolute;right:-80px}.event-grid.full{display:flex}.discussion-grid,.growth-grid,.profile-grid{grid-template-columns:1fr}.growth-card.primary{grid-column:auto}.growth-card{min-height:220px}.detail-list{grid-template-columns:1fr 1fr}.privacy-card{flex-wrap:wrap;grid-column:auto;align-items:flex-start}.menu-overlay{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#111e3659;display:block;position:fixed;inset:0}.menu-overlay aside{background:#fff;width:278px;height:100%;padding:16px 12px;box-shadow:12px 0 40px #14243f33}.menu-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:10px;padding:4px 7px 20px;display:flex}.menu-head button{color:#6c788b;background:0 0;border:0}.menu-overlay aside>button{color:#5f6d82;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;width:100%;margin:2px 0;padding:12px;font-size:11px;display:flex}.menu-overlay aside>button.active{color:#2865c4;background:#edf4ff}.toast{width:max-content;max-width:calc(100% - 30px);bottom:78px}}.hero-city-desc{position:absolute;top:16px;right:20px;max-width:220px;text-align:right;font-size:11px;color:#ffffffe0;line-height:1.45;z-index:10}.hero-city-desc-text{display:block;margin-bottom:4px;font-style:italic}.hero-city-desc-link{color:#ffffffa6;text-decoration:none;font-size:10px}.hero-city-desc-link:hover{color:#fffffff2;text-decoration:underline}@media(max-width:640px){.hero-city-desc{top:10px;right:12px;max-width:160px;font-size:9px}.hero-city-desc-text{margin-bottom:2px}}.city-selector-btn{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #e2e7ef;border-radius:9px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.city-selector-btn:hover{background:#f8faff;border-color:#b9cff2}.top-actions .language{width:auto!important;height:auto!important;padding:6px 10px!important;gap:5px;font-size:11px!important;font-weight:600;color:#4a5568;background:#fff;border:1px solid #e2e7ef;border-radius:9px}.top-actions .language:hover{background:#f8faff;border-color:#b9cff2}.brand{gap:10px;flex-shrink:0}.brand-mark{width:31px!important;height:31px!important;min-width:31px!important;flex:0 0 31px!important;border-radius:9px!important;background:linear-gradient(145deg,#2d75ff,#1548b7)!important;position:relative!important;overflow:visible!important;transform:rotate(2deg)!important}.brand-mark:before{width:5px!important;height:17px!important;transform:rotate(-40deg) translate(-3px,-2px)!important;content:""!important;background:#fff!important;border-radius:3px!important;position:absolute!important;display:block!important}.brand-mark:after{opacity:.78!important;width:5px!important;height:15px!important;transform:rotate(40deg) translate(4px,-1px)!important;content:""!important;background:#fff!important;border-radius:3px!important;position:absolute!important;display:block!important}.brand-mark span{opacity:.5!important;width:5px!important;height:11px!important;transform:translateY(6px)!important;content:""!important;background:#fff!important;border-radius:3px!important;position:absolute!important;display:block!important}.brand-mark svg{display:none!important}.brand-name{font-size:15px!important;font-weight:700!important;letter-spacing:2.3px!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}@media(max-width:640px){.topbar{justify-content:flex-start!important}.topbar>.brand{width:auto!important;min-width:0!important;flex:0 1 auto!important;flex-basis:auto!important;justify-content:flex-start!important;overflow:visible!important}.top-actions{margin-left:auto!important}.top-actions .login-btn,.top-actions .register-btn{}.brand-mark{width:31px!important;height:31px!important;min-width:31px!important;flex-basis:31px!important;border-radius:9px!important}.brand-name{font-size:13px!important;font-weight:700!important;letter-spacing:2.3px!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}}.topbar{height:68px!important;padding:0 32px!important;gap:24px!important;background:#fffffff5!important;border-bottom:1px solid #e7edf5!important;box-shadow:0 3px 18px #1d3a670b!important}.topbar>.brand{min-width:156px!important;gap:11px!important;position:relative;z-index:1}.topbar>.brand:after{content:"";width:1px;height:24px;margin-left:12px;background:#e3eaf3}.brand-mark{box-shadow:0 5px 13px #2563eb38!important}.brand-name{color:#20365b!important;font-size:14px!important;letter-spacing:2px!important}.desktop-nav{height:38px!important;flex:0 1 auto!important;justify-content:center!important;gap:3px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;margin:0 auto!important}.desktop-nav button{align-self:stretch!important;justify-content:center!important;gap:6px!important;min-width:0!important;padding:0 11px!important;color:#64738a!important;border:1px solid transparent!important;border-radius:8px!important;font-size:11px!important;font-weight:600!important;transition:background .15s,color .15s,border-color .15s!important}.desktop-nav button:after,.desktop-nav button.active:after{display:none!important}.desktop-nav button:hover{color:#245dbb!important;background:#f4f7fb!important}.desktop-nav button.active{color:#245dbb!important;background:#eef4ff!important;border-color:#dce8fb!important;box-shadow:none!important}.top-actions{min-width:270px!important;gap:6px!important;padding-left:4px}.city-selector-btn,.top-actions .language,.top-actions .membership-btn,.top-actions .login-btn,.top-actions .register-btn{min-height:32px!important;border-radius:8px!important;font-size:10px!important;font-weight:600!important}.city-selector-btn{max-width:124px!important;padding:6px 9px!important;color:#52627a!important;background:#f7f9fc!important;border-color:#e3eaf3!important}.city-selector-btn span{max-width:73px!important}.top-actions .language{padding:6px 8px!important;color:#52627a!important;background:#fff!important;border-color:#e3eaf3!important}.top-actions .membership-btn{padding:6px 9px!important;color:#2563eb!important;background:#edf4ff!important;border:1px solid #d7e5ff!important}.top-actions .login-btn{padding:6px 9px!important;background:#fff!important;border-color:#dfe7f1!important}.top-actions .register-btn{padding:6px 10px!important;background:#2563eb!important;border-color:#2563eb!important;box-shadow:0 4px 10px #2563eb29}.top-actions .user-menu{min-height:36px!important;padding:3px 5px 3px 4px!important;border-radius:10px!important;border-color:#e1e8f1!important}.top-actions .user-menu .avatar{width:27px!important;height:27px!important}.top-actions .user-menu strong{max-width:78px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1180px)and (min-width:641px){.topbar{padding:0 18px!important;gap:14px!important}.topbar>.brand{min-width:132px!important}.topbar>.brand:after{display:none}.desktop-nav button{padding:0 7px!important;font-size:10px!important}.desktop-nav button svg{display:none}.top-actions{min-width:235px!important}}@media(max-width:640px){.topbar{height:58px!important;padding:0 12px!important;gap:8px!important;box-shadow:0 2px 12px #1d3a670d!important}.mobile-menu{width:30px!important;height:30px!important;flex:0 0 30px!important;color:#5e6f88!important;border-radius:8px!important}.mobile-menu:hover{background:#f0f5fb!important}.topbar>.brand{min-width:0!important;gap:8px!important}.topbar>.brand:after{display:none}.brand-mark{width:28px!important;height:28px!important;min-width:28px!important;flex-basis:28px!important;border-radius:8px!important}.brand-name{font-size:12px!important;letter-spacing:1.5px!important}.top-actions{min-width:0!important;gap:5px!important;margin-left:auto!important}.top-city-picker{max-width:94px!important}.city-selector-btn{max-width:94px!important;min-height:30px!important;padding:5px 7px!important;gap:4px!important;border-radius:8px!important}.city-selector-btn svg:first-child{width:12px}.city-selector-btn span{max-width:48px!important;font-size:10px!important}.city-selector-btn svg:last-child{width:10px}.top-actions .language{width:31px!important;min-height:30px!important;padding:5px!important;border-radius:8px!important}.top-actions .language span,.top-actions .membership-btn{display:none!important}.top-actions .user-menu{display:flex!important;min-height:30px!important;border-radius:8px!important}.top-actions .user-menu>div,.top-actions .user-menu .logout-btn{display:none!important}.top-actions .user-menu .avatar{width:24px!important;height:24px!important}}.auth-backdrop{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:grid;place-items:center;padding:20px;animation:fadeIn .18s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:28px 28px 22px;box-shadow:0 25px 65px #0f172a40;position:relative;animation:slideUp .22s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-close{position:absolute;top:14px;right:14px;color:var(--text-muted);width:28px;height:28px;display:grid;place-items:center;border-radius:6px}.auth-close:hover{background:var(--bg);color:var(--text)}.auth-head{text-align:center;margin-bottom:18px}.auth-logo{width:48px;height:48px;background:linear-gradient(145deg,#2563eb,#1949b8);border-radius:12px;display:grid;place-items:center;margin:0 auto 10px;box-shadow:0 6px 16px #2563eb4d}.auth-head h2{font-size:18px;font-weight:700;color:var(--text);margin:0 0 6px;letter-spacing:-.2px}.auth-head p{font-size:12px;color:var(--text-muted);margin:0;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form label{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg);position:relative}.auth-form label:focus-within{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.auth-form input{flex:1;border:none;outline:none;background:transparent;font-size:13px;color:var(--text);padding:0}.auth-form input::placeholder{color:var(--text-muted)}.pwd-toggle{color:var(--text-muted);display:grid;place-items:center;width:24px;height:24px;border-radius:4px}.pwd-toggle:hover{background:var(--border);color:var(--text)}.auth-err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:6px;padding:8px 10px;font-size:12px;line-height:1.4}.auth-info{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:6px;padding:8px 10px;font-size:12px;line-height:1.4}.auth-submit{margin-top:6px;background:var(--primary);color:#fff;border-radius:8px;padding:11px 16px;font-size:13px;font-weight:600;letter-spacing:.2px;transition:all .12s}.auth-submit:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-foot{margin-top:16px;padding-top:14px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--text-muted)}.auth-foot button{color:var(--primary);padding:2px 4px}.auth-foot button:hover{text-decoration:underline}.login-btn,.register-btn{display:flex;align-items:center;gap:4px;padding:5px 10px;font-size:11px;font-weight:600;border-radius:9px;transition:all .12s}.login-btn{color:var(--text-secondary);background:#fff;border:1px solid var(--border)}.login-btn:hover{border-color:var(--primary);color:var(--primary)}.register-btn{color:#fff;background:var(--primary);border:1px solid var(--primary)}.register-btn:hover{background:#1d4ed8}.top-actions .user-menu{display:flex;align-items:center;gap:8px;padding:4px 6px 4px 4px;background:#fff;border:1px solid var(--border);border-radius:20px;cursor:pointer;position:relative}.top-actions .user-menu:hover{border-color:var(--primary)}.top-actions .user-menu .avatar{width:28px;height:28px;background:linear-gradient(145deg,#2563eb,#1949b8);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700}.top-actions .user-menu>div{display:flex;flex-direction:column;line-height:1.1}.top-actions .user-menu strong{font-size:11px;color:var(--text)}.top-actions .user-menu small{font-size:9px;color:var(--primary);font-weight:600}.logout-btn{width:22px;height:22px;display:grid;place-items:center;color:var(--text-muted);border-radius:4px}.logout-btn:hover{background:#fef2f2;color:var(--rose)}.membership-btn{display:flex;align-items:center;gap:4px;color:var(--primary);background:var(--primary-bg);border:1px solid var(--primary-light);border-radius:9px;padding:6px 9px;font-size:11px;font-weight:700}.membership-btn:hover{background:var(--primary-light)}.provider-plan-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0}.provider-plan-strip>div{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px}.provider-plan-strip strong{display:block;font-size:12px;color:var(--text);margin-bottom:2px}.provider-plan-strip span{color:var(--text-muted);font-size:10px;line-height:1.35;display:block}.billing-toggle{display:flex;justify-content:center;gap:2px;width:max-content;margin:20px auto;padding:3px;border:1px solid var(--border);border-radius:8px;background:#fff}.billing-toggle button{padding:6px 13px;border-radius:5px;font-size:11px;color:var(--text-secondary)}.billing-toggle button.active{background:var(--primary);color:#fff;font-weight:600}.billing-toggle button span{color:var(--green);font-size:9px;margin-left:3px}.billing-toggle button.active span{color:#d1fae5}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-items:stretch}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:16px;display:flex;flex-direction:column}.pricing-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.pricing-card.current{border:2px solid var(--primary);background:#fbfdff}.pricing-top{display:flex;align-items:center;justify-content:space-between}.pricing-top h3{margin:0;font-size:15px;color:var(--text)}.pricing-top span{font-size:9px;color:var(--primary);background:var(--primary-light);border-radius:9px;padding:3px 6px;font-weight:600}.pricing-card>p{min-height:34px;color:var(--text-muted);font-size:10px;line-height:1.45;margin:7px 0}.price{color:var(--text);margin:5px 0 12px}.price strong{font-size:25px;letter-spacing:-.6px}.price small{font-size:10px;color:var(--text-muted);margin-left:3px}.pricing-card ul{margin:0 0 15px;padding:0;list-style:none;flex:1}.pricing-card li{display:flex;align-items:flex-start;gap:5px;color:var(--text-secondary);font-size:10px;line-height:1.45;margin:7px 0}.pricing-card li svg{color:var(--green);flex:none;margin-top:1px}.pricing-card .btn-primary{justify-content:center;width:100%}.membership-msg{margin-top:14px}.invoice-list{background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.invoice-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:10px 13px;border-bottom:1px solid var(--border);font-size:11px}.invoice-row:last-child{border-bottom:0}.invoice-row strong{color:var(--text)}.invoice-row small{color:var(--text-muted);font-size:10px}@media(max-width:900px){.pricing-grid,.provider-plan-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.pricing-grid{grid-template-columns:1fr}.invoice-row{grid-template-columns:1fr auto}.invoice-row small{grid-column:1 / -1}}.top-city-picker{position:relative}.top-city-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:120;width:280px;max-height:380px;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 45px #0f172a2e}.top-city-dropdown-head{padding:11px 13px;border-bottom:1px solid var(--border);color:var(--text-secondary);font-size:11px;font-weight:600}.top-city-list{max-height:325px;overflow-y:auto;padding:5px}.top-city-list button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 9px;border-radius:6px;text-align:left;color:var(--text-secondary);font-size:12px}.top-city-list button:hover{background:var(--bg);color:var(--text)}.top-city-list button.active{background:var(--primary-bg);color:var(--primary);font-weight:600}.top-city-list small{font-size:10px;color:var(--text-muted)}@media(max-width:640px){.top-city-dropdown{position:fixed!important;top:62px!important;right:10px!important;left:auto!important;width:min(300px,calc(100vw - 20px))!important;max-width:calc(100vw - 20px)!important;max-height:min(440px,calc(100dvh - 82px))}.lang-dropdown{position:fixed!important;top:62px!important;right:10px!important;left:auto!important;width:min(170px,calc(100vw - 20px))!important;max-width:calc(100vw - 20px)!important}.top-city-list{max-height:min(380px,calc(100dvh - 140px))}.top-city-dropdown-head{overflow-wrap:anywhere;line-height:1.45}.top-city-list button{min-height:36px}}.provider-console-link{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:6px 9px;color:var(--primary);background:var(--primary-bg);border:1px solid var(--primary-light);border-radius:6px;font-size:11px;font-weight:600}.provider-console-link:hover{background:var(--primary-light)}.console-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.console-head h1{margin:5px 0 4px;font-size:22px;color:var(--text)}.console-tabs{display:flex;flex-wrap:wrap;gap:5px;padding-bottom:8px;border-bottom:1px solid var(--border);margin-bottom:14px}.console-tabs button{padding:6px 11px;font-size:11px;border:1px solid var(--border);border-radius:14px;color:var(--text-secondary);background:#fff}.console-tabs button.active{color:#fff;background:var(--primary);border-color:var(--primary);font-weight:600}.console-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.console-grid>.console-table{grid-column:1 / -1}.console-table{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.console-table h3{margin:0;padding:11px 13px;border-bottom:1px solid var(--border);font-size:13px;color:var(--text)}.console-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;align-items:center;padding:9px 13px;border-bottom:1px solid #f1f5f9;font-size:10px;color:var(--text-secondary)}.console-row:last-child{border-bottom:0}.console-row strong{color:var(--text);font-size:11px}.console-row span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.console-row .svc-type{display:inline-block;width:max-content;padding:2px 6px;border-radius:4px;background:var(--primary-bg);color:var(--primary)}@media(max-width:900px){.console-grid{grid-template-columns:repeat(2,1fr)}.console-head{align-items:flex-start}}@media(max-width:560px){.console-grid{grid-template-columns:1fr}.console-row{grid-template-columns:1fr 1fr}}
