:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;font-family:Inter,system-ui,sans-serif}body{margin:0;background:#f8fafc;color:#111827}a{color:inherit;text-decoration:none}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.loader{display:flex;align-items:center;gap:12px;color:#1f2937;font-weight:600}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid rgba(31,41,55,.2);border-top-color:#2563eb;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e0f2fe);padding:24px}.auth-card{width:min(420px,100%);background:#fff;border-radius:20px;padding:32px;box-shadow:0 20px 50px #0f172a1a;display:flex;flex-direction:column;gap:12px}.auth-logo{width:72px;height:72px;border-radius:50%;align-self:center}.auth-card h1{margin:0;text-align:center}.auth-card p{margin:0 0 12px;text-align:center;color:#6b7280}.auth-card label{font-weight:600;color:#374151}.auth-card input{padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:14px}.auth-card button{padding:12px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.auth-error{color:#b91c1c;background:#fee2e2;padding:10px;border-radius:10px;font-size:13px}.onboarding-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f8fafc}.onboarding-card{width:min(640px,100%);background:#fff;border-radius:22px;padding:32px;box-shadow:0 14px 34px #0f172a1f;display:flex;flex-direction:column;gap:18px}.onboarding-progress{width:100%;height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden}.onboarding-progress-bar{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:999px;transition:width .3s ease}.onboarding-header h1{margin:0;font-size:24px}.onboarding-header p{margin:4px 0 0;color:#6b7280}.onboarding-section{display:flex;flex-direction:column;gap:12px}.onboarding-section label{font-weight:600;color:#374151}.onboarding-section input{padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;background:#fff}.onboarding-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.onboarding-inline-error{color:#b91c1c;background:#fee2e2;padding:8px 12px;border-radius:10px;font-size:12px}.onboarding-choice-list{display:grid;gap:10px}.onboarding-choice-list button{padding:12px 14px;border-radius:12px;border:1px solid #d1d5db;background:#f8fafc;color:#111827;font-weight:600;cursor:pointer;text-align:left}.onboarding-choice-list button.active{border-color:#2563eb;background:#2563eb1f;color:#1d4ed8}.onboarding-hint{font-size:13px;color:#2563eb;font-weight:600}.onboarding-actions{display:flex;justify-content:flex-end;gap:12px}.onboarding-actions button{padding:12px 16px;border-radius:10px;border:none;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.onboarding-actions button.ghost{background:transparent;border:1px solid #d1d5db;color:#111827}.onboarding-skip{margin-top:-8px;background:none;border:none;color:#6b7280;font-size:13px;cursor:pointer}.onboarding-error{color:#b91c1c;background:#fee2e2;padding:10px;border-radius:10px;font-size:13px}.onboarding-complete{align-items:center;text-align:center}.onboarding-check{width:64px;height:64px;border-radius:50%;background:#22c55e;color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center}.bottom-nav{position:fixed;left:50%;bottom:14px;transform:translate(-50%);display:flex;justify-content:space-around;padding:10px 16px;background:#fff;border-radius:24px;border:1px solid rgba(226,232,240,.8);gap:8px;z-index:50;box-shadow:0 16px 30px #0f172a2e;width:min(520px,calc(100% - 24px))}.bottom-nav button{flex:1;border:none;background:transparent;padding:8px 4px;font-weight:600;color:#6b7280;border-radius:999px;transition:background .2s ease;display:inline-flex;align-items:center;justify-content:center}.bottom-nav button.active{color:#fff;background:#2563eb}.bottom-nav-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.bottom-nav-icon svg{width:22px;height:22px}.empty-state{padding:24px;text-align:center;border:1px dashed #d1d5db;border-radius:16px;color:#6b7280;background:#f9fafb}.empty-state h3{margin:0 0 8px;font-size:16px;color:#111827}.avatar{width:40px;height:40px;border-radius:50%;background:#eef2ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.home-chat{min-height:70vh;display:flex;flex-direction:column;gap:12px;padding:12px 16px 20px;border-radius:24px;background:#eef2f7;background-image:radial-gradient(rgba(148,163,184,.2) 1px,transparent 1px);background-size:28px 28px}.home-chat-body{flex:1;overflow-y:auto;padding-right:4px}.home-chat-messages{display:flex;flex-direction:column;gap:12px}.home-chat-row{display:flex;align-items:flex-start;gap:10px}.home-chat-bubble{background:#fff;border-radius:18px;padding:10px 14px;box-shadow:0 6px 16px #0f172a14;max-width:70%}.home-chat-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#94a3b8}.home-chat-bubble p{margin:6px 0 0;color:#111827}.home-mention-card{margin-top:8px;border:none;background:#fff;border-radius:14px;padding:8px 10px;display:flex;align-items:center;gap:10px;box-shadow:0 6px 12px #0f172a14;text-align:left}.home-mention-card .avatar{width:36px;height:36px}.home-mention-card strong{display:block;font-size:13px;color:#0f172a}.home-mention-card span{font-size:12px;color:#94a3b8}.home-mention-card img{margin-left:auto;width:14px;height:14px;opacity:.6}.home-chat-input{display:flex;align-items:center;gap:10px;background:#fff;padding:10px 12px;border-radius:24px;box-shadow:0 10px 24px #0f172a1f}.home-chat-input input{flex:1;border:none;background:transparent;outline:none;font-size:14px}.home-chat-attach,.home-chat-send{width:36px;height:36px;border-radius:50%;border:none;color:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.home-chat-attach{background:#2563eb}.home-chat-send{background:#cbd5f5;color:#fff}.home-chat-send:disabled{background:#94a3b8;cursor:not-allowed}.doctor-sheet-overlay{position:fixed;inset:0;background:#0f172a33;display:flex;align-items:center;justify-content:center;z-index:50}.doctor-sheet{background:#fff;border-radius:20px;padding:16px;width:min(420px,92vw);box-shadow:0 16px 30px #0f172a33;position:relative}.doctor-sheet-close{position:absolute;top:10px;right:10px;border:none;background:#f3f4f6;width:28px;height:28px;border-radius:50%;cursor:pointer}.doctor-sheet-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.doctor-sheet-header .avatar{width:54px;height:54px}.doctor-sheet-header h3{margin:0;font-size:18px;color:#0f172a}.doctor-sheet-header p{margin:4px 0 0;color:#94a3b8}.doctor-sheet-body p{margin:6px 0;color:#475569;font-size:14px}.map-tab{display:flex;flex-direction:column;gap:16px;position:relative}.map-tab.list-mode{background:#f5f7fb;padding:12px 16px 24px;border-radius:24px}.map-canvas{width:100%;height:100vh;border-radius:16px;border:1px solid #e5e7eb}.map-overlay{position:absolute;top:16px;left:16px;right:16px;z-index:5;display:flex;flex-direction:column;gap:10px;pointer-events:none}.map-tab.list-mode .map-overlay{position:static;pointer-events:auto;margin-bottom:8px}.map-topbar{display:flex;align-items:center;gap:12px;pointer-events:auto}.map-icon{width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 8px 20px #0f172a26;font-weight:700;cursor:pointer;color:#111827;display:inline-flex;align-items:center;justify-content:center}.map-icon img{width:18px;height:18px}.map-search{flex:1;display:flex;align-items:center;gap:8px;background:#ffffffe6;border-radius:22px;padding:8px 14px;box-shadow:0 8px 20px #0f172a1f}.map-tab.list-mode .map-search{background:#fff}.map-search input{border:none;outline:none;background:transparent;width:100%;font-size:14px;color:#111827}.map-search input::placeholder{color:#94a3b8}.map-search-icon{width:16px;height:16px}.map-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;pointer-events:auto}.map-chips button{border:none;background:#fff;color:#1f2937;padding:8px 14px;border-radius:16px;white-space:nowrap;box-shadow:0 6px 14px #0f172a1f;cursor:pointer}.map-chips button.active{background:#2563eb;color:#fff}.map-placeholder{padding:24px;border:1px dashed #d1d5db;border-radius:16px;background:#fff}.map-list-panel{position:absolute;inset:100px 16px 16px;background:#f5f8fcfa;border-radius:24px;padding:12px 12px 20px;overflow:hidden;box-shadow:0 20px 50px #0f172a33;z-index:6;display:flex;flex-direction:column;gap:12px}.map-tab.list-mode .map-list-panel{position:static;box-shadow:none;background:transparent;padding:0;overflow:visible}.map-list-toolbar{display:flex;justify-content:flex-start}.map-view-toggle{display:inline-flex;gap:6px;background:#fff;padding:6px;border-radius:14px;box-shadow:0 8px 20px #0f172a1a}.map-view-toggle button{width:36px;height:32px;border-radius:10px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.map-view-toggle button.active{background:#e0f2fe}.map-view-toggle img{width:18px;height:18px}.map-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px}.map-tab.list-mode .map-list{overflow:visible;padding-right:0}.map-list.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.map-list.grid .map-card{grid-template-columns:1fr}.map-card{display:grid;grid-template-columns:56px 1fr;gap:12px;background:#fff;padding:12px;border-radius:18px;box-shadow:0 10px 24px #0f172a14}.map-tab.list-mode .map-card{background:#f1f4f8;box-shadow:none;border:1px solid #e5e7eb}.map-card-avatar{width:56px;height:56px;border-radius:16px;background:#e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center}.map-card-avatar img{width:100%;height:100%;object-fit:cover}.map-card-body{display:flex;flex-direction:column;gap:4px}.map-card-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.map-badge{font-size:11px;padding:4px 8px;border-radius:999px;background:#e2e8f0;color:#475569;font-weight:600}.map-badge.verified{background:#dcfce7;color:#15803d}.map-badge.pending{background:#ffedd5;color:#c2410c}.map-card-specialty{margin:0;color:#2563eb;font-weight:600}.map-card-location{margin:0;color:#6b7280;font-size:12px}.map-card-actions{display:flex;gap:8px;margin-top:6px}.map-card-actions button{width:36px;height:32px;border-radius:12px;border:none;background:#e0f2fe;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.map-empty{text-align:center;padding:20px;color:#6b7280;background:#fff;border-radius:16px;border:1px dashed #d1d5db}.map-card-actions img{width:16px;height:16px}.map-sheet{position:absolute;left:24px;right:24px;bottom:24px;background:#ffffffd9;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px;padding:28px 20px 20px;box-shadow:0 20px 50px #0f172a33;border:1px solid rgba(255,255,255,.7);z-index:6}.map-sheet-header{display:grid;grid-template-columns:64px 1fr 32px;gap:12px;align-items:center;padding-left:6px}.map-sheet-avatar{width:56px;height:56px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.map-sheet-avatar img{width:100%;height:100%;object-fit:cover}.map-sheet-header h3{margin:0;font-size:18px}.map-sheet-header p{margin:2px 0 0;color:#6b7280;font-size:12px}.map-sheet-close{width:32px;height:32px;border-radius:50%;border:none;background:#ffffffe6;box-shadow:0 6px 16px #0f172a33;cursor:pointer;font-weight:700;color:#111827;justify-self:end}.map-sheet-directions{display:block;margin:16px 0;text-align:center;padding:12px 16px;background:#2563eb;color:#fff;border-radius:14px;font-weight:600}.map-sheet-address{display:flex;align-items:flex-start;gap:10px;background:#ffffffb3;padding:12px;border-radius:14px;color:#374151}.map-sheet-address p{margin:2px 0 0;font-size:12px;color:#6b7280}.communities-tab{display:flex;flex-direction:column;gap:16px;padding:8px 4px 24px}.community-header{display:flex;align-items:flex-start;gap:14px}.community-header h2{margin:0;font-size:20px}.community-header p{margin:4px 0 0;color:#6b7280}.community-add{width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 8px 20px #0f172a1f;font-size:24px;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.community-list{display:flex;flex-direction:column;gap:12px}.community-row{border:none;background:#f3f6fb;border-radius:18px;padding:12px;display:grid;grid-template-columns:56px 1fr;gap:12px;text-align:left;cursor:pointer;color:#111827}.community-avatar{width:56px;height:56px;border-radius:16px;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.community-avatar img{width:100%;height:100%;object-fit:cover}.community-body{display:flex;flex-direction:column;gap:4px}.community-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.community-title strong{color:#111827}.community-title span{color:#9ca3af;font-size:12px}.community-body p{margin:0;color:#6b7280;font-size:13px}.community-chat{display:flex;flex-direction:column;gap:12px;min-height:70vh}.community-chat-header{display:flex;align-items:center;gap:12px;padding:6px 4px}.community-chat-title{display:flex;align-items:center;gap:10px;flex:1}.community-chat-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#e5e7eb}.community-chat-avatar img{width:100%;height:100%;object-fit:cover}.community-chat-header h2{margin:0;font-size:16px}.community-chat-header p{margin:4px 0 0;color:#94a3b8;font-size:12px}.community-back,.community-menu{width:36px;height:36px;border-radius:50%;border:none;background:#fff;box-shadow:0 6px 14px #0f172a1f;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.community-back img,.community-menu img{width:16px;height:16px}.community-chat-body{flex:1;background:#eef2f7;border-radius:16px;padding:16px 14px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background-image:radial-gradient(rgba(148,163,184,.2) 1px,transparent 1px);background-size:28px 28px}.community-chat-bubble{background:#fff;padding:10px 12px;border-radius:14px;box-shadow:0 6px 12px #0f172a14;max-width:78%}.community-chat-bubble p{margin:6px 0 0;color:#0f172a;font-size:14px}.community-chat-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.community-chat-meta strong{font-size:13px;color:#3b82f6}.community-chat-meta-right{display:flex;align-items:center;gap:6px;color:#94a3b8;font-size:12px}.community-chat-more{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center}.community-chat-more img{width:14px;height:14px;opacity:.7}.community-chat-input{display:flex;gap:10px;background:#fff;padding:10px 12px;border-radius:24px;box-shadow:0 6px 12px #0f172a14;align-items:center}.community-chat-input input{flex:1;border:none;outline:none;background:transparent;font-size:14px}.community-chat-action,.community-chat-send{border:none;background:#2563eb;color:#fff;border-radius:50%;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.community-chat-send{background:#94a3b8}.community-chat-send:enabled{background:#2563eb}.community-chat-action img,.community-chat-send img{width:16px;height:16px}.chat-tab{min-height:100%;display:flex;flex-direction:column;gap:16px;padding:8px 12px 20px;background:#f3f6fb}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 4px 0}.chat-header h2{margin:0;font-size:22px;font-weight:700;color:#111827}.chat-icon{width:36px;height:36px;border-radius:50%;border:none;background:#fff;box-shadow:0 6px 16px #0f172a1f;color:#0f172a;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.chat-icon img{width:18px;height:18px}.chat-search{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#eef2f7;border-radius:16px;border:1px solid #e2e8f0}.chat-search img{width:18px;height:18px;opacity:.7}.chat-search input{flex:1;border:none;background:transparent;font-size:14px;color:#111827}.chat-search input:focus{outline:none}.chat-search-results{display:flex;flex-direction:column;gap:6px}.chat-search-results button{border:none;background:#e8f1ff;padding:8px 12px;border-radius:10px;text-align:left;font-size:13px}.chat-list{display:flex;flex-direction:column;gap:12px}.chat-row{display:flex;align-items:center;gap:12px;padding:8px 4px;border:none;background:transparent;text-align:left}.chat-row .avatar{width:48px;height:48px}.chat-row-body{flex:1;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #e2e8f0;padding-bottom:12px}.chat-row-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-row-title strong{font-size:15px;color:#111827}.chat-row-title span{font-size:12px;color:#94a3b8}.chat-row-body p{margin:0;font-size:13px;color:#94a3b8}.new-chat-overlay{position:fixed;inset:0;background:#0f172a14;display:flex;align-items:flex-end;justify-content:center;z-index:40;pointer-events:auto}.new-chat-sheet{width:100%;max-width:520px;background:#f8fafc;border-radius:20px 20px 0 0;padding:16px 16px 24px;min-height:70vh;max-height:90vh;box-shadow:0 -12px 30px #0f172a26;display:flex;flex-direction:column;gap:12px;pointer-events:auto;overflow:hidden}.new-chat-header{display:flex;align-items:center;justify-content:space-between}.new-chat-header button{border:none;background:transparent;color:#2563eb;font-size:15px}.new-chat-header h3{margin:0;font-size:16px;font-weight:600;color:#0f172a}.new-chat-search{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#eef2f7;border-radius:14px;border:1px solid #e2e8f0}.new-chat-search img{width:18px;height:18px;opacity:.7}.new-chat-search input{flex:1;border:none;background:transparent;font-size:14px;color:#111827}.new-chat-search input:focus{outline:none}.new-chat-list{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-bottom:8px;flex:1}.new-chat-list button{border:none;background:transparent;display:flex;align-items:center;gap:12px;text-align:left}.new-chat-list .avatar{width:40px;height:40px}.new-chat-list strong{display:block;font-size:14px;color:#0f172a}.new-chat-list span{font-size:12px;color:#94a3b8}.new-chat-list img{margin-left:auto;width:14px;height:14px;opacity:.5}@media(min-width:900px){.new-chat-overlay{align-items:center;padding:24px}.new-chat-sheet{border-radius:20px;min-height:60vh}}.chat-detail{background:#fff;padding:0}.chat-detail-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #e5e7eb}.chat-detail-header button{border:none;background:transparent;font-size:20px}.chat-detail-header h2{margin:0;font-size:18px}.chat-detail-header p{margin:2px 0 0;font-size:13px;color:#94a3b8}.chat-detail-messages{flex:1;padding:16px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.chat-bubble{background:#f1f5f9;border-radius:16px;padding:10px 14px;max-width:70%;color:#0f172a}.chat-bubble.own{align-self:flex-end;background:#2563eb;color:#fff}.chat-bubble p{margin:0;font-size:14px}.chat-detail-input{display:flex;gap:12px;padding:12px 16px;border-top:1px solid #e5e7eb}.chat-detail-input input{flex:1;padding:10px 12px;border-radius:12px;border:1px solid #d1d5db}.chat-detail-input button{padding:10px 14px;border-radius:12px;border:none;background:#2563eb;color:#fff;font-weight:600}.profile-tab{display:flex;flex-direction:column;gap:14px;padding:12px 8px 24px}.profile-card{background:#fff;border-radius:18px;padding:16px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 24px #0f172a0f}.profile-top{display:flex;align-items:center;justify-content:space-between}.profile-plus{width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 8px 20px #0f172a1f;font-size:22px;color:#2563eb}.profile-switch{display:flex;align-items:center;gap:10px;background:#fff;padding:8px 12px;border-radius:999px;box-shadow:0 8px 20px #0f172a1f;font-size:13px;color:#0f172a}.profile-summary{align-items:center;text-align:center;gap:10px}.profile-summary .avatar{width:84px;height:84px}.profile-summary h2{margin:0;font-size:18px;color:#0f172a}.profile-meta{display:inline-flex;align-items:center;gap:8px;margin-top:4px;font-size:13px;color:#94a3b8}.profile-verified{display:inline-flex;align-items:center;gap:6px;background:#e6f6ec;color:#16a34a;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.profile-verified img{width:14px;height:14px}.mode-toggle{display:flex;align-items:center;gap:12px}.switch{position:relative;display:inline-block;width:48px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;border-radius:999px;transition:.2s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background-color:#2563eb}.switch input:checked+.slider:before{transform:translate(24px)}.profile-completion-header{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#0f172a;font-weight:600}.profile-progress{height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden}.profile-progress span{display:block;height:100%;background:#2563eb}.profile-completion-actions{display:flex;align-items:center;justify-content:space-between}.profile-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8}.profile-badge img{width:14px;height:14px}.profile-edit{border:none;background:#dbeafe;color:#2563eb;padding:6px 12px;border-radius:999px;font-weight:600;font-size:13px}.profile-list{display:flex;flex-direction:column;gap:12px}.profile-list-item{border:none;background:#fff;border-radius:16px;padding:12px;display:flex;align-items:center;gap:12px;text-align:left;box-shadow:0 10px 24px #0f172a0f}.profile-list-item img:first-of-type{width:36px;height:36px}.profile-list-item strong{display:block;font-size:14px;color:#0f172a}.profile-list-item span{font-size:12px;color:#94a3b8}.profile-list-item img:last-of-type{margin-left:auto;width:14px;height:14px;opacity:.5}.profile-signout{border:none;background:#f8d7da;color:#e11d48;padding:12px;border-radius:16px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 10px 24px #0f172a0f}.profile-signout img{width:18px;height:18px}.profile-edit-overlay{position:fixed;inset:0;background:#0f172a33;display:flex;align-items:center;justify-content:center;z-index:60;padding:16px}.profile-edit-sheet{width:min(480px,92vw);max-height:92vh;overflow-y:auto;background:#f8fafc;border-radius:24px;padding:14px 16px 24px;box-shadow:0 16px 32px #0f172a2e}.profile-edit-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.profile-edit-header h3{margin:0;font-size:16px;color:#0f172a}.profile-edit-cancel,.profile-edit-save{border:none;background:#fff;padding:6px 14px;border-radius:999px;font-size:13px}.profile-edit-save{background:#e2e8f0;color:#94a3b8}.profile-edit-save:enabled{background:#dbeafe;color:#2563eb}.profile-edit-section{margin-top:16px}.profile-edit-section h4{margin:0 0 8px;font-size:12px;color:#9ca3af;text-transform:none}.profile-photo-card{display:flex;align-items:center;gap:12px;background:#eef2f7;border-radius:16px;padding:12px}.profile-photo-card .avatar{width:54px;height:54px}.profile-photo-card button{display:block;border:none;background:transparent;color:#2563eb;font-weight:600;margin-bottom:4px;text-align:left}.profile-photo-card button.danger{color:#ef4444}.profile-edit-card{background:#eef2f7;border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:8px}.profile-edit-card input,.profile-edit-card textarea,.profile-edit-card select{border:none;background:transparent;border-bottom:1px solid rgba(148,163,184,.35);padding:10px 4px;font-size:14px}.profile-edit-card input:focus,.profile-edit-card textarea:focus,.profile-edit-card select:focus{outline:none}.profile-edit-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-edit-row span{color:#111827;font-size:14px}.profile-edit-row select{border:none;background:transparent;color:#2563eb;font-weight:600}.profile-edit-inline{flex-direction:row;align-items:center;justify-content:space-between}.profile-edit-inline strong{display:block;color:#0f172a;font-size:14px}.profile-edit-inline span{font-size:12px;color:#94a3b8}.profile-edit-inline button{border:none;background:#dbeafe;color:#2563eb;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600}.profile-location-card{margin-top:10px;background:#eef2f7;border-radius:14px;padding:10px 12px;position:relative}.profile-location-card strong{display:block;font-size:13px;color:#0f172a}.profile-location-card span{display:block;font-size:12px;color:#94a3b8}.profile-location-card .tag{position:absolute;top:10px;right:10px;background:#dbeafe;color:#2563eb;font-size:11px;padding:2px 6px;border-radius:999px}.profile-edit-note{margin:8px 0 0;font-size:12px;color:#94a3b8}.admin-tab{display:grid;gap:16px}.admin-card{background:#fff;border-radius:16px;padding:16px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.admin-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:#f9fafb}.admin-row span{display:block;color:#6b7280;font-size:12px}.admin-row button{padding:8px 12px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-weight:600}.badge{background:#dcfce7;color:#15803d;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.stat-consult{display:flex;flex-direction:column;gap:18px;background:#f8fafc;border-radius:18px;padding:24px}.stat-consult-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.stat-consult-header h2{margin:0}.stat-consult-header p{margin:4px 0 0;color:#6b7280}.stat-consult-header .ghost{border:1px solid #d1d5db;background:transparent;padding:10px 14px;border-radius:10px;font-weight:600;cursor:pointer}.stat-consult-body{display:flex;flex-direction:column;gap:16px;background:#fff;border-radius:16px;padding:20px;min-height:260px}.stat-consult-welcome{text-align:center;display:flex;flex-direction:column;gap:12px}.stat-consult-prompts{display:grid;gap:10px}.stat-consult-prompts button{border:1px solid #e2e8f0;background:#f8fafc;padding:10px 12px;border-radius:999px;font-weight:600;cursor:pointer}.stat-consult-answer{background:#f1f5f9;border-radius:14px;padding:16px}.stat-consult-answer-header{font-size:12px;font-weight:700;color:#2563eb;margin-bottom:6px}.stat-consult-error{color:#b91c1c;background:#fee2e2;padding:10px;border-radius:12px}.stat-consult-loading{color:#2563eb;font-weight:600}.stat-consult-sources{display:flex;align-items:center;justify-content:space-between;gap:12px;border:none;background:#e0f2fe;color:#0369a1;padding:10px 14px;border-radius:12px;font-weight:600;cursor:pointer}.stat-consult-sources .time{margin-left:auto;color:#0f172a;font-size:12px}.stat-consult-input{display:flex;gap:12px;align-items:flex-end}.stat-consult-input textarea{flex:1;border-radius:12px;border:1px solid #d1d5db;padding:12px;font-size:14px}.stat-consult-input button{padding:12px 16px;border:none;border-radius:12px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.stat-consult-modal{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:24px;z-index:100}.stat-consult-modal-card{width:min(720px,100%);max-height:80vh;overflow:auto;background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.stat-consult-modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.stat-consult-modal-header button{border:none;background:#e2e8f0;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600}.stat-consult-modal-body{display:flex;flex-direction:column;gap:18px}.stat-consult-source{background:#f8fafc;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:6px}.main-layout{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.main-content{flex:1;padding:24px 24px 96px;display:flex;flex-direction:column;gap:16px}.ghost-button{background:transparent;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;cursor:pointer;font-weight:600;color:#111827}
