:root{color-scheme:light;--bg:#f4f6fa;--card:#ffffff;--text:#1a2233;--muted:#64748b;--border:#e2e8f0;--primary:#2563eb;--primary-dark:#1d4ed8;--green:#16a34a;--red:#dc2626;--orange:#ea580c;--purple:#7c3aed;--blue:#2563eb;--gray:#64748b;--radius:12px;--button-bg:#2563eb;--button-hover:#1d4ed8;--green-fill:#16a34a;--green-hover:#15803d;--secondary:#eef2ff;--secondary-hover:#e0e7ff;--danger-soft:#fef2f2;--danger-hover:#fee2e2;--gray-soft:#f1f5f9;--blue-soft:#dbeafe;--green-soft:#dcfce7;--red-soft:#fee2e2;--orange-soft:#ffedd5;--purple-soft:#ede9fe;--avatar-bg:#e2e8f0;--focus-ring:#bfdbfe;--surface-subtle:#f8fafc;--info-border:#c7d2fe;--danger-border:#fecaca;--invite-bg:#fffbeb;--invite-border:#fbbf24;--rating-empty:#cbd5e1}:root[data-theme=dark]{color-scheme:dark;--bg:#111827;--card:#1e293b;--text:#f1f5f9;--muted:#a7b5c9;--border:#64748b;--primary:#93c5fd;--primary-dark:#bfdbfe;--green:#86efac;--red:#fca5a5;--orange:#fdba74;--purple:#c4b5fd;--blue:#93c5fd;--gray:#a7b5c9;--green-fill:#15803d;--green-hover:#166534;--secondary:#253659;--secondary-hover:#304775;--danger-soft:#40232b;--danger-hover:#522d36;--gray-soft:#293548;--blue-soft:#172f51;--green-soft:#14372a;--red-soft:#40232b;--orange-soft:#3b2b1c;--purple-soft:#302449;--avatar-bg:#293548;--surface-subtle:#182235;--info-border:#688ec1;--danger-border:#cf7580;--invite-bg:#332c1a;--invite-border:#ba933f;--rating-empty:#8293ab}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}a{color:var(--primary);text-decoration:none}.container{max-width:960px;margin:0 auto;padding:16px}.topbar{background:var(--card);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.topbar-inner{max-width:960px;margin:0 auto;padding:10px 16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.logo{font-weight:800;font-size:18px;color:var(--text)}.logo span{color:var(--primary)}.topbar nav{display:flex;gap:4px;flex-wrap:wrap}.topbar nav a{padding:6px 12px;border-radius:8px;color:var(--muted);font-weight:500;font-size:14px}.topbar nav a.active,.topbar nav a:hover{background:var(--secondary);color:var(--primary)}.topbar .spacer{flex:1 1}.topbar .user{font-size:13px;color:var(--muted)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.card,.card h2{margin-bottom:12px}.card h2{font-size:17px}.card h3{font-size:15px;margin-bottom:8px}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}@media (max-width:600px){.grid2{grid-template-columns:1fr}}label.field{display:block;margin-bottom:10px}label.field .lbl{display:block;font-size:13px;color:var(--muted);margin-bottom:4px;font-weight:500}input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=time],select,textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:15px;font-family:inherit;background:var(--card);color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid var(--focus-ring);border-color:var(--primary)}textarea{min-height:70px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;background:var(--button-bg);color:#fff;transition:background .15s}.btn:hover{background:var(--button-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.secondary{background:var(--secondary);color:var(--primary)}.btn.secondary:hover{background:var(--secondary-hover)}.btn.danger{background:var(--danger-soft);color:var(--red)}.btn.danger:hover{background:var(--danger-hover)}.btn.green{background:var(--green-fill)}.btn.green:hover{background:var(--green-hover)}.btn.sm{padding:6px 10px;font-size:13px}.btn.block{width:100%}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.badge.gray{background:var(--gray-soft);color:var(--gray)}.badge.blue{background:var(--blue-soft);color:var(--blue)}.badge.green{background:var(--green-soft);color:var(--green)}.badge.red{background:var(--red-soft);color:var(--red)}.badge.orange{background:var(--orange-soft);color:var(--orange)}.badge.purple{background:var(--purple-soft);color:var(--purple)}.muted{color:var(--muted);font-size:13px}.error-msg{background:var(--danger-soft);color:var(--red)}.error-msg,.ok-msg{padding:10px 12px;border-radius:8px;font-size:14px;margin-bottom:10px}.ok-msg{background:var(--green-soft);color:var(--green)}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:var(--card);font-size:13px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chip.on{background:var(--button-bg);color:#fff;border-color:var(--button-bg)}.list-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border);align-items:flex-start}.list-item:last-child{border-bottom:none}.avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;background:var(--avatar-bg);flex-shrink:0;font-weight:700;color:var(--muted);font-size:18px}.auth-wrap,.avatar{display:flex;align-items:center;justify-content:center}.auth-wrap{min-height:100vh;padding:16px}.auth-card{width:100%;max-width:400px;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:28px}.auth-card h1{font-size:22px;margin-bottom:4px}.auth-card .sub{color:var(--muted);font-size:14px;margin-bottom:20px}.auth-card .btn,.auth-card .tab{min-height:44px}.auth-card input:not([type=checkbox]){font-size:16px}.auth-card .error-msg,.auth-card .ok-msg{overflow-wrap:anywhere}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:10px;gap:10px;margin-bottom:12px}.stat{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.stat .n{font-size:24px;font-weight:800}.stat .t{font-size:12px;color:var(--muted)}.tabs{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap}.tab{padding:8px 14px;border-radius:8px;font-size:14px;font-weight:600;background:var(--card);border:1px solid var(--border);cursor:pointer;color:var(--muted)}.tab.on{background:var(--button-bg);color:#fff;border-color:var(--button-bg)}.doc-link{display:inline-flex;align-items:center;gap:4px;font-size:13px}.settings-title{font-size:22px;margin-bottom:12px}.theme-settings{max-width:600px}.theme-settings fieldset{border:0;min-width:0}.theme-settings legend{font-size:17px;font-weight:700;margin-bottom:8px}.theme-options{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:12px}.theme-option{display:flex;align-items:center;gap:10px;min-height:44px;cursor:pointer}.theme-option input{width:20px;height:20px;accent-color:var(--primary)}.theme-status{min-height:20px;margin-top:8px;overflow-wrap:anywhere}.theme-option input:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:3px}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:var(--muted);opacity:1}:root[data-theme=dark] .chip{color:var(--text)}:root[data-theme=dark] .chip.on{color:#fff}:root[data-theme=dark] ::selection{background:var(--primary);color:var(--bg)}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.profile-form{min-width:0}.profile-form .card h2,.profile-form .profile-choices legend{font-size:20px;line-height:1.4}.profile-form .card h2 .badge{margin-left:8px}.profile-form .muted,.profile-form label.field .lbl{font-size:14px}.profile-form input:not([type=checkbox]),.profile-form textarea{font-size:16px;max-width:100%}.profile-form input[type=file]{width:100%;min-height:44px;padding:8px 0}.profile-form input[type=file]::-webkit-file-upload-button{min-height:36px;margin-right:8px;font:inherit}.profile-form input[type=file]::file-selector-button{min-height:36px;margin-right:8px;font:inherit}.profile-form .btn,.profile-form .chip{min-height:44px}.profile-form .chip{color:var(--text);font:inherit}.profile-form .chip.on{color:#fff}.profile-form .chip:disabled{cursor:default}.profile-error-summary,.profile-form [id]{scroll-margin-top:140px}.profile-form [aria-invalid=true]{border-color:var(--red)}.profile-form .chip,.profile-form .doc-link,.profile-form .error-msg,.profile-form .muted{overflow-wrap:anywhere}.profile-field-error{display:block;color:var(--red);font-size:14px;margin-top:4px}.profile-error-summary ul{margin:8px 0 0 20px}.profile-error-summary a{color:inherit;text-decoration:underline}.profile-save-status{margin:16px 0 8px;font-weight:600}.profile-readiness{margin-top:16px;border-top:1px solid var(--border);padding-top:14px}.profile-readiness ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 20px;gap:12px 20px;margin-bottom:12px}.profile-readiness li{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-readiness a{font-weight:600}.profile-choices{border:0;min-width:0;margin-bottom:16px}.profile-choices:last-child{margin-bottom:0}.profile-choices legend{font-weight:700;margin-bottom:12px}.profile-choice-category{margin:10px 0 14px}.profile-choice-category p{margin-bottom:6px}.profile-checkbox{min-height:44px;margin:8px 0;flex-wrap:nowrap}.profile-checkbox input{width:20px;height:20px;flex-shrink:0;accent-color:var(--primary)}.profile-npd{border-left:3px solid var(--border);padding-left:12px;margin:8px 0}.profile-npd .btn{margin-top:10px}.profile-photo{margin:14px 0;align-items:flex-start}.profile-photo .avatar{width:72px;height:72px}.profile-photo .field{flex:1 1;min-width:200px;margin-bottom:0}.profile-form label.field>.muted{display:block;margin-top:4px}.profile-form .grid2{margin-top:12px}.profile-actions,.profile-recovery{margin:12px 0 24px}@media (max-width:600px){.profile-readiness ul{grid-template-columns:1fr}.profile-error-summary,.profile-form [id]{scroll-margin-top:220px}.profile-actions .btn,.profile-recovery .btn{width:100%}}