*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html[data-theme=light]{--ch-bg: #fafafa;--ch-surface: #ffffff;--ch-surface-2: #f4f4f5;--ch-border: #e4e4e7;--ch-border-strong: #d4d4d8;--ch-text: #0f172a;--ch-text-muted: #71717a;--ch-text-faint: #a1a1aa;--ch-accent: #5b5bd6;--ch-accent-bg: #eef0ff;--ch-accent-border: #c7cbff;--ch-success: #16a34a;--ch-warning: #ca8a04;--ch-danger: #dc2626;--ch-btn-h: 32px;--ch-btn-px: 10px}html[data-theme=dark]{--ch-bg: #0b1220;--ch-surface: #111827;--ch-surface-2: #1f2937;--ch-border: #334155;--ch-border-strong: #475569;--ch-text: #e5e7eb;--ch-text-muted: #94a3b8;--ch-text-faint: #64748b;--ch-accent: #8b8bf2;--ch-accent-bg: #1e1b4b;--ch-accent-border: #4f46e5;--ch-success: #22c55e;--ch-warning: #f59e0b;--ch-danger: #f87171;--ch-btn-h: 32px;--ch-btn-px: 10px}html[data-density=compact]{--ch-btn-h: 28px;--ch-btn-px: 8px}html[data-density=comfy]{--ch-btn-h: 32px;--ch-btn-px: 10px}body{background:var(--ch-bg);min-height:100vh;font-family:Geist,Inter,system-ui,sans-serif;color:var(--ch-text)}button{font-family:inherit}a{text-decoration:none}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#0003;background-clip:padding-box;border:2px solid transparent}.ch-onboarding-shell{box-sizing:border-box;min-height:100dvh;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:clamp(12px,3vw,24px);padding-bottom:max(20px,env(safe-area-inset-bottom,0px));overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--ch-bg)}@media (min-width: 540px){.ch-onboarding-shell{align-items:center}}.ch-onboarding-card{width:100%;max-width:560px;box-sizing:border-box;background:var(--ch-surface);border-radius:16px;padding:clamp(20px,5vw,36px);border:1px solid var(--ch-border);box-shadow:0 8px 32px #0f172a14}.ch-onboarding-pill{min-height:44px;padding:10px 16px;border-radius:999px;font-size:14px;font-weight:500}.ch-onboarding-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:28px}@media (max-width: 539px){.ch-onboarding-actions{flex-direction:column-reverse}.ch-onboarding-actions .ch-onboarding-action-btn{width:100%;justify-content:center;min-height:48px;font-size:15px!important}}.ch-profile-edit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;background:linear-gradient(165deg,#0f172a99,#0f172a73);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:clamp(8px,3vw,24px)}.ch-profile-edit-modal{width:100%;max-width:1000px;max-height:min(94vh,920px);background:var(--ch-surface);border:1px solid var(--ch-border);border-radius:18px;box-shadow:0 24px 70px #0f172a33;overflow:hidden;display:flex;flex-direction:column}.ch-profile-edit-header{padding:18px 20px 14px;border-bottom:1px solid var(--ch-border);display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.ch-profile-edit-steps{display:flex;gap:8px;padding:0 20px 14px;overflow-x:auto;border-bottom:1px solid var(--ch-border)}.ch-profile-edit-step-btn{min-height:38px;display:inline-flex;align-items:center;gap:8px;border:1px solid;border-radius:999px;background:#fff;padding:0 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.ch-profile-edit-body{flex:1;overflow:auto;padding:16px 20px 18px}.ch-profile-edit-grid{display:grid;grid-template-columns:1fr;gap:12px}.ch-profile-edit-card{border:1px solid var(--ch-border);border-radius:12px;background:linear-gradient(180deg,var(--ch-surface) 0%,var(--ch-bg) 100%);padding:14px}.ch-profile-form-stack{display:grid;gap:12px}.ch-profile-inline-grid{display:grid;grid-template-columns:1fr;gap:10px}.ch-profile-input{width:100%;box-sizing:border-box;min-height:42px;padding:9px 11px;font-size:13px;color:#0f172a;border:1px solid var(--ch-border-strong);border-radius:10px;background:#fff;outline:none}.ch-profile-input:focus{border-color:var(--ch-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--ch-accent) 14%,transparent)}.ch-profile-pill{min-height:40px;border-radius:999px;padding:8px 12px;font-size:12.5px;line-height:1.25;font-weight:600;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.ch-profile-edit-footer{border-top:1px solid var(--ch-border);padding:12px 20px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;background:#fff}html[data-density=compact] .ch-profile-edit-header{padding:14px 16px 10px}html[data-density=compact] .ch-profile-edit-body{padding:12px 16px 14px}html[data-density=compact] .ch-profile-edit-footer{padding:10px 16px 12px}html[data-density=compact] .ch-profile-edit-steps{padding:0 16px 10px}@media (min-width: 840px){.ch-profile-edit-grid,.ch-profile-inline-grid{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.ch-profile-edit-overlay{padding:0;align-items:stretch}.ch-profile-edit-modal{max-width:none;max-height:none;height:100dvh;border-radius:0;border:0}.ch-profile-edit-header{padding:14px 14px 10px}.ch-profile-edit-steps{padding:0 14px 10px}.ch-profile-edit-body{padding:12px 14px 16px}.ch-profile-edit-footer{padding:10px 14px 14px}}@keyframes kpi-pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
