@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:wght@700;800;900&display=swap";:root{--bg-app: #f8fafc;--bg-elevated: #ffffff;--bg-input: #f8fafc;--bg-input-elevated: #ffffff;--bg-muted: #f1f5f9;--bg-strong: #e2e8f0;--fg-strong: #0f172a;--fg: #1e293b;--fg-muted: #64748b;--fg-subtle: #94a3b8;--fg-faint: #cbd5e1;--border: #e2e8f0;--border-strong: #cbd5e1;--border-subtle: #f1f5f9;--brand: #3b82f6;--brand-strong: #1d4ed8;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--shadow-sm: 0 2px 4px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06);--shadow-lg: 0 8px 24px rgba(15, 23, 42, .12), 0 2px 4px rgba(15, 23, 42, .06)}*{box-sizing:border-box}body{margin:0;background:var(--bg-app);color:var(--fg)}.nav-btn{transition:all .15s}.nav-btn:hover{background:#3b82f614!important}input:focus,select:focus,textarea:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61f!important;outline:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.ch-input{width:100%;padding:9px 12px;border-radius:8px;border:1.5px solid #e2e8f0;font-size:14px;font-family:inherit;background:#f8fafc;color:#1a202c;outline:none;box-sizing:border-box;transition:border-color .2s}.ch-input--white{background:#fff}.ch-input--display{background:#f8fafc;color:#475569;font-weight:500}.ch-field-label{display:block;font-size:11px;font-weight:700;color:#64748b;margin-bottom:5px;text-transform:uppercase;letter-spacing:.06em}.ch-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ch-field-grid--span-full{grid-column:span 2}.ch-btn{font-family:inherit;cursor:pointer;border-radius:8px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:6px;border:none}.ch-btn:disabled{cursor:not-allowed}.ch-btn--accent{padding:8px 18px;background:var(--accent, #3b82f6);color:#fff;box-shadow:0 2px 8px color-mix(in srgb,var(--accent, #3b82f6) 25%,transparent)}.ch-btn--accent-outline{padding:8px 16px;background:#fff;color:var(--accent, #3b82f6);border:1.5px solid var(--accent, #3b82f6)}.ch-btn--secondary{padding:7px 16px;background:#fff;color:#475569;border:1.5px solid #cbd5e1;font-weight:600}.ch-pill{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;white-space:nowrap}.ch-pill--overdue{background:#fee2e2;color:#991b1b}.ch-pill--expiring{background:#fef3c7;color:#92400e}.ch-pill--success{background:#dcfce7;color:#166534}.ch-pill--warning{background:#fef3c7;color:#854d0e}.ch-status-badge{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:3px 9px;border-radius:20px;white-space:nowrap}.ch-status-badge--on-track{background:#dcfce7;color:#166534}.ch-status-badge--in-progress{background:#fef9c3;color:#854d0e}.ch-status-badge--action-needed{background:#fee2e2;color:#991b1b}.ch-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.ch-empty-state{padding:48px 24px;text-align:center;background:#f8fafc;border-radius:12px;border:2px dashed #e2e8f0}.ch-empty-state__icon{font-size:40px;margin-bottom:12px}.ch-empty-state__title{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:4px}.ch-empty-state__desc{font-size:13px;color:#94a3b8;max-width:400px;margin:0 auto}.ch-section-divider{margin-top:24px;padding-top:18px;border-top:1px solid #f1f5f9}.ch-section-divider__label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.ch-row{display:flex;padding:12px 18px;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px}.ch-row:last-child{border-bottom:none}.ch-row__label{flex:0 0 220px;font-size:13px;font-weight:600;color:#64748b}.ch-row__value{flex:1;font-size:14px;color:#0f172a;font-weight:500;display:flex;align-items:center;gap:8px}.ch-row__value--empty{color:#cbd5e1}.ch-notes-block{margin-top:16px;padding:16px 18px;background:#fffbeb;border-radius:12px;border:1px solid #fde68a}.ch-notes-block__label{font-size:11px;font-weight:700;color:#92400e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.ch-notes-block__body{font-size:14px;color:#374151;line-height:1.6;white-space:pre-wrap}.ch-edit-banner{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding:10px 14px;background:#eff6ff;border-radius:10px;border:1px solid #bfdbfe}.ch-edit-banner__label{font-size:13px;font-weight:600;color:#1e40af}.ch-renewal-form{margin-top:12px;padding:18px;background:#fff;border-radius:12px;border:1.5px solid color-mix(in srgb,var(--accent, #3b82f6) 25%,transparent);box-shadow:0 4px 16px color-mix(in srgb,var(--accent, #3b82f6) 10%,transparent)}.ch-renewal-form__title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:14px}.ch-error{margin-top:10px;padding:8px 12px;background:#fee2e2;color:#991b1b;border-radius:8px;font-size:13px}.ch-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.ch-renewal-row{display:flex;flex-wrap:wrap;gap:12px;padding:12px 18px;border-bottom:1px solid #f1f5f9;align-items:center}.ch-renewal-row:last-child{border-bottom:none}.ch-renewal-row__date{flex:0 0 130px;font-size:13px;font-weight:600;color:#0f172a}.ch-renewal-row__meta{flex:1;font-size:13px;color:#475569}.ch-renewal-row__notes{flex:1 1 100%;font-size:12px;color:#64748b;padding-left:130px;margin-top:-6px;font-style:italic}.ch-renewal-empty{padding:20px 18px;background:#f8fafc;border-radius:10px;border:1px dashed #e2e8f0;font-size:13px;color:#64748b;text-align:center}.ch-resource-link{font-size:12px;font-weight:600;color:var(--accent, #3b82f6);background:color-mix(in srgb,var(--accent, #3b82f6) 7%,transparent);padding:6px 12px;border-radius:20px;text-decoration:none;border:1px solid color-mix(in srgb,var(--accent, #3b82f6) 15%,transparent)}.ch-resource-links{display:flex;gap:8px;flex-wrap:wrap}.ch-dash-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px;font-size:13.5px;color:var(--fg-muted, #64748b)}.ch-dash-stats__item{display:inline-flex;align-items:baseline;gap:4px}.ch-dash-stats__item strong{color:var(--fg-strong, #0f172a);font-weight:800}.ch-dash-stats__item--warn strong{color:#b45309}.ch-dash-stats__sep{color:var(--fg-faint, #cbd5e1)}.ch-next-renewal{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;margin-bottom:16px;background:var(--bg-elevated, #fff);border:1px solid var(--border, #e2e8f0);border-left:4px solid var(--brand, #3b82f6);border-radius:12px;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s,border-color .15s,transform .15s}.ch-next-renewal:hover{background:#f8fafc;transform:translateY(-1px)}.ch-next-renewal--overdue{border-left-color:var(--danger, #ef4444);background:color-mix(in srgb,var(--danger, #ef4444) 5%,#fff)}.ch-next-renewal--overdue:hover{background:color-mix(in srgb,var(--danger, #ef4444) 9%,#fff)}.ch-next-renewal__icon{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--brand, #3b82f6) 14%,transparent);color:var(--brand, #3b82f6);flex-shrink:0}.ch-next-renewal--overdue .ch-next-renewal__icon{background:color-mix(in srgb,var(--danger, #ef4444) 14%,transparent);color:var(--danger, #ef4444)}.ch-next-renewal__body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.ch-next-renewal__label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted, #64748b)}.ch-next-renewal--overdue .ch-next-renewal__label{color:var(--danger, #b91c1c)}.ch-next-renewal__title{font-size:14px;font-weight:700;color:var(--fg-strong, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-next-renewal__date{font-size:12.5px;color:var(--fg-muted, #64748b)}.ch-dash-hero{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:20px;padding:28px 32px;margin-bottom:24px;display:flex;align-items:center;gap:28px;flex-wrap:wrap;box-shadow:0 8px 32px #0f172a33;position:relative;overflow:hidden}.ch-dash-hero__eyebrow{font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.ch-dash-hero__metric{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.ch-dash-hero__number{font-size:44px;font-weight:900;color:#fff;line-height:1;letter-spacing:-.02em}.ch-dash-hero__percent{font-size:22px;font-weight:700;color:#94a3b8;margin-left:2px}.ch-dash-hero__caption{font-size:13.5px;color:#94a3b8;margin-top:10px;max-width:520px;line-height:1.55}.ch-status-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;white-space:nowrap;letter-spacing:.01em}.ch-status-chip--sm{font-size:10.5px;padding:2px 8px;gap:3px}.ch-status-chip--on{background:#22c55e2e;color:#15803d}.ch-status-chip--mid{background:#f59e0b33;color:#b45309}.ch-status-chip--off{background:#ef44442e;color:#b91c1c}.ch-kpi-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}@media (max-width: 1023px){.ch-kpi-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.ch-kpi-strip{grid-template-columns:1fr}}.ch-kpi-card{background:var(--bg-elevated, #fff);border:1px solid var(--border, #e2e8f0);border-radius:14px;padding:16px 16px 14px;cursor:pointer;text-align:left;font-family:inherit;position:relative;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;display:flex;flex-direction:column;gap:10px;overflow:hidden}.ch-kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent, var(--brand, #3b82f6));opacity:.85}.ch-kpi-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent, #3b82f6) 40%,var(--border, #e2e8f0));box-shadow:var(--shadow-md, 0 4px 12px rgba(15, 23, 42, .06))}.ch-kpi-card:hover .ch-kpi-card__chevron{opacity:1;transform:translate(2px)}.ch-kpi-card__head{display:flex;align-items:center;justify-content:space-between}.ch-kpi-card__icon{width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--accent, #3b82f6) 14%,transparent);color:var(--accent, #3b82f6);display:inline-flex;align-items:center;justify-content:center}.ch-kpi-card__chevron{color:var(--fg-subtle, #94a3b8);opacity:0;transition:opacity .15s,transform .15s}.ch-kpi-card__number{font-size:32px;font-weight:900;color:var(--fg-strong, #0f172a);line-height:1;letter-spacing:-.02em}.ch-kpi-card__percent{font-size:16px;font-weight:700;color:var(--fg-subtle, #94a3b8);margin-left:2px}.ch-kpi-card__footer{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap}.ch-kpi-card__label{font-size:11px;font-weight:700;color:var(--fg-muted, #64748b);text-transform:uppercase;letter-spacing:.08em}.ch-dash-hero__glow{position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);pointer-events:none}.ch-stat-tile{cursor:pointer;text-align:center;padding:12px 16px;background:#ffffff0f;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:background .15s}.ch-stat-tile:hover{background:#ffffff1a}.ch-section-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.ch-section-card{background:#fff;border-radius:16px;padding:20px 22px;border:1.5px solid #e2e8f0;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s,transform .2s}.ch-section-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.ch-progress-bar{height:6px;border-radius:4px;background:#f1f5f9;overflow:hidden}.ch-progress-bar__fill{height:100%;border-radius:4px;background:var(--accent, #3b82f6);transition:width .6s ease}.ch-alerts-card{background:#fff;border-radius:16px;padding:20px 22px;border:1.5px solid #fde68a;box-shadow:0 2px 8px #0000000a}.ch-alert-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:color-mix(in srgb,var(--accent, #3b82f6) 5%,transparent);border-radius:10px;border:1px solid color-mix(in srgb,var(--accent, #3b82f6) 12%,transparent);cursor:pointer}.ch-alert-success{background:#f0fdf4;border-radius:16px;padding:18px 22px;border:1px solid #bbf7d0;display:flex;align-items:center;gap:12px}.ch-staff-search{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:12px;border:1.5px solid var(--border, #e2e8f0);border-radius:10px;background:var(--bg-input, #f8fafc);transition:border-color .15s,background .15s,box-shadow .15s}.ch-staff-search:focus-within{background:#fff;border-color:var(--accent, #3b82f6);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #3b82f6) 14%,transparent)}.ch-staff-search__icon{color:var(--fg-subtle, #94a3b8);flex-shrink:0}.ch-staff-search__input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-family:inherit;font-size:13.5px;color:var(--fg-strong, #0f172a)}.ch-staff-search__input::placeholder{color:var(--fg-subtle, #94a3b8)}.ch-staff-search__clear{background:none;border:none;cursor:pointer;padding:3px;border-radius:6px;color:var(--fg-subtle, #94a3b8);display:inline-flex;align-items:center;flex-shrink:0;transition:background .12s,color .12s}.ch-staff-search__clear:hover{background:#f1f5f9;color:var(--fg, #1e293b)}.ch-staff-search__count{font-size:11.5px;font-weight:700;color:var(--fg-muted, #64748b);background:#fff;border:1px solid var(--border, #e2e8f0);padding:2px 8px;border-radius:999px;white-space:nowrap;flex-shrink:0}.ch-staff-empty-search{display:flex;align-items:center;gap:10px;padding:14px 16px;margin-bottom:10px;border-radius:10px;background:#f8fafc;border:1px dashed #e2e8f0;font-size:13px;color:#64748b}.ch-staff-empty-search strong{color:#0f172a;font-weight:700}.ch-staff-card{border:1.5px solid #e2e8f0;border-radius:12px;margin-bottom:10px;overflow:hidden;background:#fff}.ch-staff-card--expiring{border-color:#fde68a}.ch-staff-card--open{box-shadow:0 4px 16px #00000014}.ch-staff-card__header{display:flex;align-items:center;gap:12px;padding:13px 16px;cursor:pointer;-webkit-user-select:none;user-select:none}.ch-staff-avatar{width:36px;height:36px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;font-weight:800;color:#3b82f6;font-size:14px;flex-shrink:0}.ch-staff-card__body{padding:4px 16px 18px;background:#f8fafc;border-top:1px solid #f1f5f9}.ch-add-button{width:100%;padding:12px;border:2px dashed #cbd5e1;border-radius:10px;background:none;cursor:pointer;color:#3b82f6;font-size:14px;font-weight:700;font-family:inherit}.ch-empty-staff{text-align:center;padding:48px 24px;color:#94a3b8;font-size:14px}.ch-auth{min-height:100vh;display:flex;font-family:DM Sans,Segoe UI,sans-serif;background:#0c1427}.ch-auth__brand{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 64px;position:relative;overflow:hidden}.ch-auth__form-pane{width:460px;display:flex;align-items:center;justify-content:center;padding:40px;background:#ffffff08;border-left:1px solid rgba(255,255,255,.06);overflow-y:auto}.ch-auth__form-inner{width:100%;max-width:380px}.ch-auth__glow-tl{position:absolute;top:-100px;left:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);pointer-events:none}.ch-auth__glow-br{position:absolute;bottom:-80px;right:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);pointer-events:none}.ch-input--dark{width:100%;padding:11px 14px;border-radius:9px;border:1.5px solid rgba(255,255,255,.1);font-size:14px;font-family:inherit;background:#ffffff0f;color:#fff;outline:none;box-sizing:border-box}.ch-field-label--dark{display:block;font-size:11px;font-weight:700;color:#94a3b8;margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}.ch-btn--gradient{width:100%;padding:13px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 4px 16px #3b82f64d;transition:all .2s}.ch-btn--gradient:disabled{cursor:not-allowed;opacity:.7}.ch-btn--ghost-dark{padding:13px;background:#ffffff0d;color:#cbd5e1;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.ch-btn--ghost-dark:disabled{cursor:not-allowed;opacity:.7}.ch-alert--error-dark{margin-bottom:16px;padding:10px 14px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:13px}.ch-alert--success-dark{padding:16px 18px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:10px;color:#86efac;font-size:13px;line-height:1.6;margin-bottom:16px}.ch-pw-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#64748b;font-size:14px}.ch-auth-tabs{display:flex;background:#ffffff0d;border-radius:10px;padding:3px;margin-bottom:20px;gap:2px}.ch-auth-tab{flex:1;padding:8px;border-radius:8px;font-size:13px;font-weight:600;border:none;cursor:pointer;font-family:inherit;background:transparent;color:#64748b}.ch-auth-tab--active{background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f64d}.ch-auth-step{display:flex;gap:8px;margin-bottom:20px}.ch-auth-step__pip{flex:1;height:3px;border-radius:2px;background:#ffffff1a}.ch-auth-step__pip--active{background:#3b82f6}.ch-auth-link{display:inline-block;color:#3b82f6;text-decoration:none;font-size:13px;font-weight:500;margin-top:16px;cursor:pointer}.ch-input--dark:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f633!important}.ch-input--dark option{color:#0f172a;background:#fff}.ch-input--dark option:disabled{color:#94a3b8}.ch-side-nav{width:100%;display:flex;align-items:center;gap:10px;border-radius:10px;margin-bottom:2px;background:transparent;border:1px solid transparent;cursor:pointer;font-family:inherit;text-align:left;color:#94a3b8;transition:background .15s,color .15s}.ch-side-nav:hover{background:#3b82f614;color:#cbd5e1}.ch-side-nav--active{background:#3b82f62e;border-color:#3b82f640;color:#93c5fd}.ch-side-nav__label{font-size:13px;font-weight:500;color:#94a3b8;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-side-nav--active .ch-side-nav__label{font-weight:700;color:#93c5fd}.ch-biz-display{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:8px;background:#f1f5f9;border:1px solid #e2e8f0;max-width:240px}.ch-biz-display__icon{font-size:13px;line-height:1}.ch-biz-display__name{font-size:13px;font-weight:600;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-octex-tag{font-size:11px;color:#64748b;letter-spacing:.02em}.ch-octex-tag__brand{color:#93c5fd;font-weight:600;text-decoration:none}.ch-octex-tag__brand:hover{color:#bfdbfe}.ch-replay-tour{background:none;border:none;cursor:pointer;font-family:inherit;font-size:11px;color:#64748b;padding:0;margin-top:6px;text-decoration:underline;text-decoration-color:#64748b66}.ch-replay-tour:hover{color:#93c5fd}.ch-tour-blocker{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:transparent;cursor:not-allowed}.ch-tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0f172aa6;display:flex;align-items:center;justify-content:center;animation:ch-tour-fade .2s ease-out}.ch-tour-spotlight{position:fixed;border-radius:12px;box-shadow:0 0 0 9999px #0f172aa6;outline:2px solid #3b82f6;outline-offset:0;z-index:1000;pointer-events:none;transition:top .25s ease,left .25s ease,width .25s ease,height .25s ease}.ch-tour-card{background:#fff;border-radius:14px;padding:22px 24px;width:360px;max-width:calc(100vw - 24px);box-shadow:0 20px 50px #0f172a73;z-index:1001;animation:ch-tour-card-in .25s ease-out}.ch-tour-card--anchored{position:fixed}.ch-tour-card__step{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.ch-tour-card__title{font-size:19px;font-weight:800;color:#0f172a;margin:0 0 10px;line-height:1.25}.ch-tour-card__body{font-size:13.5px;color:#475569;line-height:1.6;margin:0 0 18px}.ch-tour-card__actions{display:flex;align-items:center;gap:8px}@keyframes ch-tour-fade{0%{opacity:0}to{opacity:1}}@keyframes ch-tour-card-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ch-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0f172a8c;display:flex;align-items:flex-start;justify-content:center;padding:64px 20px 20px;overflow-y:auto;animation:ch-tour-fade .18s ease-out}.ch-modal{background:#fff;border-radius:16px;width:580px;max-width:100%;box-shadow:0 24px 60px #0f172a66;animation:ch-tour-card-in .22s ease-out;display:flex;flex-direction:column;max-height:calc(100vh - 84px)}.ch-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f1f5f9}.ch-modal__eyebrow{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.ch-modal__title{font-size:20px;font-weight:800;color:#0f172a;margin:0}.ch-modal__close{background:none;border:none;font-size:18px;color:#94a3b8;cursor:pointer;padding:4px 8px;line-height:1}.ch-modal__close:hover{color:#475569}.ch-modal__tabs{display:flex;gap:4px;padding:12px 24px 0;border-bottom:1px solid #f1f5f9}.ch-modal__tab{padding:10px 14px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:#64748b;margin-bottom:-1px}.ch-modal__tab:hover{color:#334155}.ch-modal__tab--active{color:#0f172a;border-bottom-color:#3b82f6}.ch-modal__body{padding:18px 24px 4px;overflow-y:auto}.ch-modal__intro{font-size:13.5px;color:#475569;line-height:1.6;margin:0 0 16px}.ch-modal__steps{list-style:none;padding:0;margin:0 0 16px;counter-reset:step}.ch-modal__steps li{position:relative;padding:10px 0 14px 36px;counter-increment:step}.ch-modal__steps li:before{content:counter(step);position:absolute;left:0;top:11px;width:24px;height:24px;border-radius:50%;background:#eff6ff;color:#3b82f6;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.ch-modal__step-hint{font-size:12px;color:#94a3b8;margin-top:6px}.ch-modal__preview{margin-top:8px;padding:14px 16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.ch-modal__preview-summary{margin-bottom:6px}.ch-modal__warnings{margin-top:10px;font-size:12.5px}.ch-modal__warnings summary{cursor:pointer;color:#92400e;font-weight:600}.ch-modal__warnings ul{margin:8px 0 0;padding-left:18px;color:#475569;line-height:1.6}.ch-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 24px 20px;border-top:1px solid #f1f5f9;margin-top:auto}.ch-modal__success{text-align:center;padding:20px 4px 14px}.ch-modal__success-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:4px}.ch-modal__success-body{font-size:14px;color:#475569;margin-bottom:16px}.ch-modal__success-hint{font-size:12.5px;color:#64748b;line-height:1.6;max-width:420px;margin:0 auto}.ch-import-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer}.ch-import-btn:hover{background:#dbeafe;border-color:#93c5fd}.ch-profile-menu{position:fixed;z-index:1050;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 12px 32px #0f172a2e;padding:6px;animation:ch-tour-card-in .15s ease-out}.ch-profile-menu__header{padding:10px 12px 8px}.ch-profile-menu__name{font-size:13px;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-profile-menu__email{font-size:11.5px;color:#64748b;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-profile-menu__divider{height:1px;background:#f1f5f9;margin:4px 0}.ch-profile-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border:none;background:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:13px;color:#334155;text-align:left}.ch-profile-menu__item:hover{background:#f1f5f9}.ch-profile-menu__item--danger{color:#b91c1c}.ch-profile-menu__item--danger:hover{background:#fee2e2}.ch-profile-menu__icon{font-size:14px;width:18px;text-align:center;flex-shrink:0}.ch-profile-trigger{width:100%;display:flex;align-items:center;gap:10px;border-radius:10px;background:none;border:1px solid transparent;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s,border-color .15s}.ch-profile-trigger:hover{background:#3b82f614;border-color:#3b82f62e}.ch-profile-trigger--open{background:#3b82f62e;border-color:#3b82f640}.lucide{flex-shrink:0;vertical-align:-2px}.ch-spinner{display:inline-block;width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:ch-spin .7s linear infinite;opacity:.7}@keyframes ch-spin{to{transform:rotate(360deg)}}.ch-toast-stack{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column-reverse;gap:10px;pointer-events:none}.ch-toast{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:12px 14px;min-width:280px;max-width:380px;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #94a3b8;border-radius:10px;box-shadow:0 8px 24px #0f172a1f,0 2px 4px #0f172a0f;font-size:13.5px;color:#0f172a;animation:ch-toast-in .22s cubic-bezier(.21,1.02,.73,1)}.ch-toast--success{border-left-color:#22c55e}.ch-toast--success .ch-toast__icon{color:#16a34a}.ch-toast--error{border-left-color:#ef4444}.ch-toast--error .ch-toast__icon{color:#dc2626}.ch-toast--info{border-left-color:#3b82f6}.ch-toast--info .ch-toast__icon{color:#2563eb}.ch-toast__icon{display:inline-flex;flex-shrink:0}.ch-toast__msg{flex:1;line-height:1.45;word-break:break-word}.ch-toast__close{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;color:#94a3b8;display:inline-flex;align-items:center;flex-shrink:0;transition:background .12s,color .12s}.ch-toast__close:hover{background:#f1f5f9;color:#475569}@keyframes ch-toast-in{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:translateZ(0)}}.ch-skeleton{display:inline-block;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:ch-skeleton-shimmer 1.4s ease-in-out infinite}@keyframes ch-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ch-section-card,.ch-stat-tile,.ch-alert-row{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ch-section-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a14}.ch-stat-tile:hover{transform:translateY(-1px)}.ch-input--select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none;padding-right:32px;cursor:pointer}.ch-input--select::-ms-expand{display:none}.ch-select-wrap{position:relative;display:block}.ch-select-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none;display:flex;transition:color .15s}.ch-select-wrap:hover .ch-select-chevron{color:#64748b}.ch-select-wrap:focus-within .ch-select-chevron{color:var(--accent, #3b82f6)}.ch-input--date::-webkit-calendar-picker-indicator{filter:invert(.45);cursor:pointer;opacity:.7;transition:opacity .15s}.ch-input--date::-webkit-calendar-picker-indicator:hover{opacity:1}input:focus,select:focus,textarea:focus,.ch-input:focus,.ch-input--select:focus{border-color:var(--accent, #3b82f6)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #3b82f6) 18%,transparent)!important;background:#fff}.ch-input:hover:not(:focus):not(:disabled){border-color:#cbd5e1}.ch-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.ch-checkbox-row{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 0;-webkit-user-select:none;user-select:none}.ch-checkbox{width:20px;height:20px;border-radius:5px;flex-shrink:0;cursor:pointer;border:2px solid #cbd5e1;background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s,box-shadow .15s,transform .1s}.ch-checkbox:hover{border-color:#94a3b8}.ch-checkbox:active{transform:scale(.94)}.ch-checkbox:focus-visible{outline:none;border-color:var(--accent, #3b82f6);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #3b82f6) 18%,transparent)}.ch-checkbox--checked{background:var(--accent, #3b82f6);border-color:var(--accent, #3b82f6);box-shadow:0 2px 6px color-mix(in srgb,var(--accent, #3b82f6) 35%,transparent)}.ch-checkbox-row__label{font-size:14px;color:#374151;font-weight:500}.ch-empty{background:linear-gradient(180deg,color-mix(in srgb,var(--accent, #64748b) 4%,#fff),#fff);border:1px solid #e2e8f0;border-radius:16px;padding:36px 28px;text-align:center;display:flex;flex-direction:column;align-items:center}.ch-empty--subtle{background:color-mix(in srgb,var(--accent, #22c55e) 6%,#fff);border-color:color-mix(in srgb,var(--accent, #22c55e) 18%,#e2e8f0);padding:22px 24px}.ch-empty__halo{position:relative;width:80px;height:80px;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.ch-empty__halo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:color-mix(in srgb,var(--accent, #64748b) 12%,transparent)}.ch-empty__halo:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:50%;background:color-mix(in srgb,var(--accent, #64748b) 18%,transparent)}.ch-empty__halo-inner{position:relative;z-index:1;color:var(--accent, #64748b);display:flex}.ch-empty--subtle .ch-empty__halo{width:56px;height:56px;margin-bottom:12px}.ch-empty--subtle .ch-empty__halo-inner svg{width:22px;height:22px}.ch-empty__title{font-size:17px;font-weight:800;color:#0f172a;margin:0 0 6px}.ch-empty--subtle .ch-empty__title{font-size:15px}.ch-empty__desc{font-size:13.5px;color:#64748b;line-height:1.6;max-width:480px;margin:0 0 18px}.ch-empty--subtle .ch-empty__desc{font-size:12.5px;margin-bottom:0;max-width:520px}.ch-empty__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.ch-cmdk-hint{display:inline-flex;align-items:center;gap:8px;padding:5px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-family:inherit;font-size:12.5px;color:#64748b;transition:background .15s,border-color .15s,color .15s}.ch-cmdk-hint:hover{background:#fff;border-color:#cbd5e1;color:#0f172a}.ch-cmdk-hint__kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px;padding:1px 6px;background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#475569;letter-spacing:.02em}.ch-palette-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:12vh 20px 20px;animation:ch-palette-fade .15s ease}@keyframes ch-palette-fade{0%{opacity:0}to{opacity:1}}.ch-palette{width:100%;max-width:560px;max-height:60vh;background:#fff;border-radius:14px;box-shadow:0 24px 60px #0f172a40,0 4px 12px #0f172a14;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(15,23,42,.06);animation:ch-palette-pop .18s cubic-bezier(.21,1.02,.73,1)}@keyframes ch-palette-pop{0%{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.ch-palette__input-row{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #f1f5f9}.ch-palette__search-icon{color:#94a3b8;flex-shrink:0}.ch-palette__input{flex:1;border:none;outline:none;background:transparent;font-family:inherit;font-size:15px;color:#0f172a}.ch-palette__input::placeholder{color:#94a3b8}.ch-palette__kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;padding:2px 6px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;letter-spacing:.02em}.ch-palette__list{flex:1;overflow-y:auto;padding:6px 6px 8px}.ch-palette__empty{padding:24px 16px;text-align:center;font-size:13px;color:#94a3b8}.ch-palette__group+.ch-palette__group{margin-top:4px}.ch-palette__group-header{font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;padding:10px 12px 4px}.ch-palette__item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:13.5px;text-align:left;border-radius:8px;color:#1e293b;transition:background .12s}.ch-palette__item--active{background:color-mix(in srgb,#3b82f6 12%,#fff);color:#1e3a8a}.ch-palette__item-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.ch-palette__item--active .ch-palette__item-icon{color:inherit}.ch-palette__item-label{flex:1}.ch-palette__item-hint{font-size:11.5px;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:2px 7px;border-radius:999px}.ch-palette__item--active .ch-palette__item-hint{background:#3b82f61f;color:#1d4ed8}.ch-palette__footer{display:flex;gap:16px;padding:10px 16px;border-top:1px solid #f1f5f9;font-size:11px;color:#94a3b8;align-items:center}.ch-palette__footer .ch-palette__kbd{font-size:10px;padding:1px 5px;margin-right:4px}.ch-hamburger{display:none;background:none;border:none;padding:6px;border-radius:8px;cursor:pointer;color:#475569;align-items:center;justify-content:center}.ch-hamburger:hover{background:#f1f5f9;color:#0f172a}.ch-header__right{display:flex;align-items:center;gap:10px}.ch-header__saving{font-size:12px;color:#64748b;display:inline-flex;align-items:center;gap:5px}.ch-page{padding:32px 36px}@media (max-width: 767px){.ch-page{padding:18px 14px 28px}}@media (max-width: 767px){.ch-hamburger{display:inline-flex}.ch-sidebar{position:fixed!important;top:0;bottom:0;left:0;z-index:200;transform:translate(-100%);box-shadow:4px 0 24px #00000040}.ch-sidebar--mobile-open{transform:translate(0)}.ch-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:150;animation:ch-palette-fade .18s ease}.ch-header{padding:0 14px!important;gap:8px!important}.ch-header__right{gap:6px}.ch-header__saving,.ch-cmdk-hint__label,.ch-cmdk-hint__kbd{display:none}.ch-cmdk-hint{padding:7px}.ch-import-btn__label{display:none}.ch-import-btn--collapsible{padding:7px}.ch-biz-display{display:none}.ch-dash-hero{flex-direction:column;align-items:flex-start;padding:22px 20px;gap:18px}.ch-dash-hero>div:last-child{width:100%;justify-content:space-between}.ch-section-grid{grid-template-columns:1fr;gap:12px}.ch-stat-tile{padding:10px 12px}.ch-modal-backdrop{padding:8px!important}.ch-modal{width:100%!important;max-width:100%!important;max-height:95vh!important}.ch-palette-backdrop{padding:8px 8px 20px}.ch-palette{max-height:75vh}.ch-auth{flex-direction:column}.ch-auth__brand{padding:28px 22px 16px!important;min-height:auto!important}.ch-auth__form-pane{padding:24px 22px!important}.ch-empty{padding:28px 18px}}@media (max-width: 1023px) and (min-width: 768px){.ch-section-grid{gap:12px}}
