.aha-theme,:root,[data-theme=light]{--aha-bg:#fafafa;--aha-surface:#ffffff;--aha-surface-raised:#ffffff;--aha-surface-hover:#f2f2f4;--aha-surface-sunken:#f6f6f8;--aha-border:#e7e7ea;--aha-border-strong:#d0d0d6;--aha-text:#17171b;--aha-text-muted:#6b6b76;--aha-text-subtle:#9a9aa4;--aha-accent:#4f63d2;--aha-accent-hover:#4356c4;--aha-accent-contrast:#ffffff;--aha-accent-soft:#eceffc;--aha-success:#16855c;--aha-success-soft:#e4f4ec;--aha-warning:#a96c07;--aha-warning-soft:#fbf0dd;--aha-danger:#cf3f3f;--aha-danger-hover:#b93636;--aha-danger-soft:#fbeaea;--aha-text-xs:0.6875rem;--aha-text-sm:0.75rem;--aha-text-base:0.8125rem;--aha-text-md:0.875rem;--aha-text-lg:1rem;--aha-text-xl:1.25rem;--aha-text-2xl:1.75rem;--aha-leading:1.5;--aha-leading-tight:1.25;--aha-space-1:2px;--aha-space-2:4px;--aha-space-3:6px;--aha-space-4:8px;--aha-space-5:12px;--aha-space-6:16px;--aha-space-7:20px;--aha-space-8:24px;--aha-space-9:32px;--aha-space-10:40px;--aha-control-sm:26px;--aha-control:30px;--aha-control-lg:36px;--aha-row:32px;--aha-row-lg:44px;--aha-row-dense:36px;--aha-radius-sm:4px;--aha-radius:6px;--aha-radius-lg:10px;--aha-radius-pill:999px;--aha-shadow:0 1px 2px rgba(16,16,20,0.06);--aha-shadow-raised:0 2px 8px rgba(16,16,20,0.08),0 1px 2px rgba(16,16,20,0.06);--aha-shadow-lifted:0 16px 40px rgba(16,16,20,0.18),0 2px 8px rgba(16,16,20,0.08);--aha-font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--aha-font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;--aha-menu-width:300px;--aha-focus-ring:0 0 0 1px var(--aha-accent),0 0 0 3px var(--aha-accent-soft);--aha-z-dialog:1000;--aha-avatar-1:#e6ebfb;--aha-avatar-2:#e1f2ea;--aha-avatar-3:#fbe9e2;--aha-avatar-4:#f0e9fa;--aha-avatar-5:#faf0da;--aha-avatar-6:#dff0f6}[data-theme=dark]{--aha-bg:#0f0f12;--aha-surface:#17171b;--aha-surface-raised:#1d1d22;--aha-surface-hover:#232329;--aha-surface-sunken:#131317;--aha-border:#2a2a31;--aha-border-strong:#3d3d46;--aha-text:#ececef;--aha-text-muted:#9a9aa6;--aha-text-subtle:#6e6e7a;--aha-accent:#7b8ee8;--aha-accent-hover:#8d9dee;--aha-accent-contrast:#14141a;--aha-accent-soft:#23283f;--aha-success:#45bd8d;--aha-success-soft:#16302a;--aha-warning:#e0a44a;--aha-warning-soft:#33270f;--aha-danger:#e57373;--aha-danger-hover:#ef8585;--aha-danger-soft:#3a2022;--aha-shadow:0 1px 2px rgba(0,0,0,0.45);--aha-shadow-raised:0 2px 8px rgba(0,0,0,0.5),0 1px 2px rgba(0,0,0,0.4);--aha-shadow-lifted:0 16px 40px rgba(0,0,0,0.62),0 2px 8px rgba(0,0,0,0.45);--aha-avatar-1:#262e4a;--aha-avatar-2:#1b3730;--aha-avatar-3:#3a2722;--aha-avatar-4:#2e2445;--aha-avatar-5:#38301a;--aha-avatar-6:#1b333c}.aha-root *,.aha-root :after,.aha-root :before{box-sizing:border-box}@supports (color:color-mix(in srgb,red 50%,white)){.aha-theme,:root,[data-theme=light]{--aha-accent-hover:color-mix(in srgb,var(--aha-accent) 88%,#000000);--aha-accent-soft:color-mix(in srgb,var(--aha-accent) 10%,var(--aha-surface));--aha-success-soft:color-mix(in srgb,var(--aha-success) 12%,var(--aha-surface));--aha-warning-soft:color-mix(in srgb,var(--aha-warning) 12%,var(--aha-surface));--aha-danger-hover:color-mix(in srgb,var(--aha-danger) 88%,#000000);--aha-danger-soft:color-mix(in srgb,var(--aha-danger) 12%,var(--aha-surface))}[data-theme=dark]{--aha-accent-hover:color-mix(in srgb,var(--aha-accent) 85%,#ffffff);--aha-accent-soft:color-mix(in srgb,var(--aha-accent) 22%,var(--aha-surface));--aha-success-soft:color-mix(in srgb,var(--aha-success) 20%,var(--aha-surface));--aha-warning-soft:color-mix(in srgb,var(--aha-warning) 20%,var(--aha-surface));--aha-danger-hover:color-mix(in srgb,var(--aha-danger) 85%,#ffffff);--aha-danger-soft:color-mix(in srgb,var(--aha-danger) 20%,var(--aha-surface))}}.aha-root{font-family:var(--aha-font);color:var(--aha-text)}.aha-spinner{display:inline-block;flex-shrink:0;border:2px solid var(--aha-border-strong);border-top:2px solid;border-radius:var(--aha-radius-pill);animation:aha-spin .65s linear infinite}@keyframes aha-spin{to{transform:rotate(1turn)}}@keyframes aha-fade{50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.aha-spinner{animation:aha-fade 1.2s ease-in-out infinite}}.aha-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--aha-space-3);font:inherit;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);white-space:nowrap;color:var(--aha-text);background:transparent;border:1px solid transparent;border-radius:var(--aha-radius);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.aha-button-sm{height:var(--aha-control-sm);padding:0 var(--aha-space-4)}.aha-button-md{height:var(--aha-control);padding:0 var(--aha-space-5)}.aha-button-lg{height:var(--aha-control-lg);padding:0 var(--aha-space-6)}.aha-button:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-button:disabled{opacity:.55;cursor:default}.aha-button-block{width:100%}.aha-button-icon{display:inline-flex;flex-shrink:0}.aha-button-label{overflow:hidden;text-overflow:ellipsis}.aha-button-primary{color:var(--aha-accent-contrast);background:var(--aha-accent);border-color:var(--aha-accent)}.aha-button-primary:hover:not(:disabled){background:var(--aha-accent-hover);border-color:var(--aha-accent-hover)}.aha-button-secondary{background:var(--aha-surface);border-color:var(--aha-border);box-shadow:var(--aha-shadow)}.aha-button-secondary:hover:not(:disabled){background:var(--aha-surface-hover);border-color:var(--aha-border-strong)}.aha-button-ghost{color:var(--aha-text-muted)}.aha-button-ghost:hover:not(:disabled){color:var(--aha-text);background:var(--aha-surface-hover)}.aha-button-danger{color:var(--aha-danger);background:transparent;border-color:var(--aha-danger)}.aha-button-danger:hover:not(:disabled){color:var(--aha-accent-contrast);background:var(--aha-danger);border-color:var(--aha-danger)}.aha-button-link{height:auto;padding:0;color:var(--aha-accent);border-radius:var(--aha-radius-sm)}.aha-button-link:hover:not(:disabled){color:var(--aha-accent-hover);text-decoration:underline}.aha-button-loading{cursor:default}.aha-badge{display:inline-flex;align-items:center;gap:var(--aha-space-3);height:var(--aha-space-7);padding:0 var(--aha-space-3);font-size:var(--aha-text-xs);font-weight:500;line-height:var(--aha-leading-tight);white-space:nowrap;border:1px solid transparent;border-radius:var(--aha-radius-sm)}.aha-badge-icon{display:inline-flex;flex-shrink:0}.aha-badge-soft.aha-badge-neutral{color:var(--aha-text-muted);background:var(--aha-surface-sunken)}.aha-badge-soft.aha-badge-accent{color:var(--aha-accent);background:var(--aha-accent-soft)}.aha-badge-soft.aha-badge-success{color:var(--aha-success);background:var(--aha-success-soft)}.aha-badge-soft.aha-badge-warning{color:var(--aha-warning);background:var(--aha-warning-soft)}.aha-badge-soft.aha-badge-danger{color:var(--aha-danger);background:var(--aha-danger-soft)}.aha-badge-solid.aha-badge-neutral{color:var(--aha-surface);background:var(--aha-text-muted)}.aha-badge-solid.aha-badge-accent{color:var(--aha-surface);background:var(--aha-accent)}.aha-badge-solid.aha-badge-success{color:var(--aha-surface);background:var(--aha-success)}.aha-badge-solid.aha-badge-warning{color:var(--aha-surface);background:var(--aha-warning)}.aha-badge-solid.aha-badge-danger{color:var(--aha-surface);background:var(--aha-danger)}.aha-badge-outline.aha-badge-neutral{color:var(--aha-text-muted);border-color:var(--aha-border-strong)}.aha-badge-outline.aha-badge-accent{color:var(--aha-accent);border-color:var(--aha-accent)}.aha-badge-outline.aha-badge-success{color:var(--aha-success);border-color:var(--aha-success)}.aha-badge-outline.aha-badge-warning{color:var(--aha-warning);border-color:var(--aha-warning)}.aha-badge-outline.aha-badge-danger{color:var(--aha-danger);border-color:var(--aha-danger)}.aha-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--aha-surface-sunken)}.aha-avatar-circle{border-radius:var(--aha-radius-pill)}.aha-avatar-rounded{border-radius:var(--aha-radius)}.aha-avatar-ring{box-shadow:0 0 0 2px var(--aha-surface),0 0 0 3px var(--aha-border)}.aha-avatar-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}.aha-avatar-initials{font-weight:600;line-height:var(--aha-leading-tight);color:var(--aha-text);user-select:none}.aha-avatar-fallback{display:inline-flex;color:var(--aha-text-muted)}.aha-avatar-button{padding:0;border:none;cursor:pointer}.aha-avatar-button:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-avatar-status{position:absolute;right:0;bottom:0;width:28%;height:28%;min-width:var(--aha-space-3);min-height:var(--aha-space-3);border-radius:var(--aha-radius-pill);box-shadow:0 0 0 2px var(--aha-surface)}.aha-avatar-status-online{background:var(--aha-success)}.aha-avatar-status-away{background:var(--aha-warning)}.aha-avatar-status-busy{background:var(--aha-danger)}.aha-avatar-status-offline{background:var(--aha-text-subtle)}.aha-meter{display:flex;flex-direction:column;gap:var(--aha-space-3)}.aha-meter-neutral{--aha-meter-color:var(--aha-text-subtle)}.aha-meter-accent{--aha-meter-color:var(--aha-accent)}.aha-meter-success{--aha-meter-color:var(--aha-success)}.aha-meter-warning{--aha-meter-color:var(--aha-warning)}.aha-meter-danger{--aha-meter-color:var(--aha-danger)}.aha-meter-head{display:flex;align-items:center;gap:var(--aha-space-4);width:100%;padding:0;font:inherit;color:inherit;text-align:left;text-decoration:none;background:none;border:none}.aha-meter-head-button,.aha-meter-head-link{width:calc(100% + (var(--aha-space-2) * 2));margin:calc(var(--aha-space-1) * -1) calc(var(--aha-space-2) * -1);padding:var(--aha-space-1) var(--aha-space-2);border-radius:var(--aha-radius-sm);cursor:pointer;transition:background .12s ease,color .12s ease}.aha-meter-head-button:hover,.aha-meter-head-link:hover{background:var(--aha-surface-hover)}.aha-meter-head-button:focus-visible,.aha-meter-head-link:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-meter-label{flex:1 1 auto;min-width:0;overflow:hidden;font-size:var(--aha-text-base);font-weight:500;color:var(--aha-text);text-overflow:ellipsis;white-space:nowrap}.aha-meter-label,.aha-meter-value{line-height:var(--aha-leading-tight)}.aha-meter-value{flex-shrink:0;font-size:var(--aha-text-sm);color:var(--aha-text-muted);font-variant-numeric:tabular-nums}.aha-meter-chevron{display:inline-flex;flex-shrink:0;color:var(--aha-text-subtle)}.aha-meter-track{position:relative;height:var(--aha-space-3);overflow:hidden;background:var(--aha-surface-sunken);box-shadow:inset 0 0 0 1px var(--aha-border)}.aha-meter-fill,.aha-meter-track{border-radius:var(--aha-radius-pill)}.aha-meter-fill{display:block;height:100%;background:var(--aha-meter-color,var(--aha-accent))}.aha-meter-dots{display:flex;gap:var(--aha-space-1);height:auto;overflow:visible;background:none;box-shadow:none;border-radius:0}.aha-meter-dot{flex:1 1 0;height:var(--aha-space-3);background:var(--aha-surface-sunken);box-shadow:inset 0 0 0 1px var(--aha-border);border-radius:var(--aha-radius-sm)}.aha-meter-dot-filled{background:var(--aha-meter-color,var(--aha-accent));box-shadow:none}.aha-meter-description{margin:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-switch{position:relative;flex-shrink:0;padding:0;font:inherit;font-size:var(--aha-text-base);background:var(--aha-surface-sunken);border:none;border-radius:var(--aha-radius-pill);box-shadow:inset 0 0 0 1px var(--aha-border);cursor:pointer;transition:background .12s ease}.aha-switch-md{width:var(--aha-space-9);height:var(--aha-space-7)}.aha-switch-sm{width:var(--aha-space-8);height:var(--aha-space-6)}.aha-switch[aria-checked=true]{background:var(--aha-accent);box-shadow:inset 0 0 0 1px var(--aha-accent)}.aha-switch:focus-visible{outline:none;box-shadow:inset 0 0 0 1px var(--aha-border),var(--aha-focus-ring)}.aha-switch[aria-checked=true]:focus-visible{box-shadow:inset 0 0 0 1px var(--aha-accent),var(--aha-focus-ring)}.aha-switch:disabled{opacity:.5;cursor:default}.aha-switch-thumb{position:absolute;top:var(--aha-space-1);left:var(--aha-space-1);display:block;background:var(--aha-surface);border-radius:var(--aha-radius-pill);box-shadow:var(--aha-shadow)}.aha-switch-md .aha-switch-thumb{width:var(--aha-space-6);height:var(--aha-space-6)}.aha-switch-sm .aha-switch-thumb{width:var(--aha-space-5);height:var(--aha-space-5)}.aha-switch-md[aria-checked=true] .aha-switch-thumb{left:calc(100% - var(--aha-space-6) - var(--aha-space-1))}.aha-switch-sm[aria-checked=true] .aha-switch-thumb{left:calc(100% - var(--aha-space-5) - var(--aha-space-1))}.aha-switch-row{position:relative;display:inline-flex;align-items:center;gap:var(--aha-space-4)}.aha-switch-label{font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);color:var(--aha-text)}.aha-segmented{display:inline-flex;gap:var(--aha-space-1);padding:var(--aha-space-1);background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-radius:var(--aha-radius)}.aha-segmented-option{display:inline-flex;align-items:center;justify-content:center;gap:var(--aha-space-3);font:inherit;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-text-muted);background:transparent;border:none;border-radius:var(--aha-radius-sm);cursor:pointer;transition:background .12s ease,color .12s ease}.aha-segmented-sm .aha-segmented-option{height:var(--aha-control-sm);padding:0 var(--aha-space-4)}.aha-segmented-md .aha-segmented-option{height:var(--aha-control);padding:0 var(--aha-space-5)}.aha-segmented-option:hover:not(:disabled):not([aria-checked=true]){color:var(--aha-text);background:var(--aha-surface-hover)}.aha-segmented-option[aria-checked=true]{color:var(--aha-text);background:var(--aha-surface);box-shadow:var(--aha-shadow)}.aha-segmented-option:disabled{opacity:.45;cursor:default}.aha-segmented-option:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-segmented-option-icon{display:inline-flex;flex-shrink:0}.aha-field{display:flex;flex-direction:column;gap:var(--aha-space-2);min-width:0}.aha-field-label{display:inline-flex;gap:var(--aha-space-1);font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-text)}.aha-field-required{color:var(--aha-danger)}.aha-field-description{margin:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-field-control{display:flex;flex-direction:column;gap:var(--aha-space-3);min-width:0}.aha-field>*+.aha-field-control{margin-top:var(--aha-space-2)}.aha-field-hint{color:var(--aha-text-subtle)}.aha-field-error,.aha-field-hint{margin:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading)}.aha-field-error{color:var(--aha-danger)}.aha-field-row{display:flex;flex-wrap:wrap;gap:var(--aha-space-5)}.aha-field-row>.aha-field{flex:1 1 180px}.aha-input{width:100%;height:var(--aha-control);padding:0 var(--aha-space-4);font:inherit;font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);color:var(--aha-text);background:var(--aha-surface);border:1px solid var(--aha-border);border-radius:var(--aha-radius);transition:background .12s ease,border-color .12s ease}.aha-input::placeholder{color:var(--aha-text-subtle)}.aha-input:hover:not(:disabled){border-color:var(--aha-border-strong)}.aha-input:focus{outline:none;border-color:var(--aha-accent);box-shadow:var(--aha-focus-ring)}.aha-input:disabled{color:var(--aha-text-muted);background:var(--aha-surface-sunken);cursor:not-allowed}.aha-input.aha-invalid{border-color:var(--aha-danger)}.aha-textarea{height:auto;min-height:calc(var(--aha-control) * 3);padding:var(--aha-space-4);line-height:var(--aha-leading);resize:vertical}.aha-select-wrap{position:relative;display:block;width:100%}.aha-select{padding-right:var(--aha-space-8);cursor:pointer;appearance:none}.aha-select-chevron{position:absolute;top:0;right:var(--aha-space-4);bottom:0;display:inline-flex;align-items:center;color:var(--aha-text-subtle);pointer-events:none}.aha-section{overflow:hidden;background:var(--aha-surface);border:1px solid var(--aha-border);border-radius:var(--aha-radius-lg);box-shadow:var(--aha-shadow)}.aha-section-danger{border-color:var(--aha-danger)}.aha-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--aha-space-5);padding:var(--aha-space-6)}.aha-section-heading{min-width:0}.aha-section-title{margin:0;font-size:var(--aha-text-md);font-weight:600;line-height:var(--aha-leading-tight)}.aha-section-danger .aha-section-title{color:var(--aha-danger)}.aha-section-description{margin:var(--aha-space-2) 0 0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-section-actions{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:var(--aha-space-4)}.aha-section-body{padding:var(--aha-space-6)}.aha-section-head+.aha-section-body{border-top:1px solid var(--aha-border)}.aha-section-body:has(>.aha-list:only-child){padding:0}.aha-section-footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--aha-space-4);padding:var(--aha-space-5) var(--aha-space-6);background:var(--aha-surface-sunken);border-top:1px solid var(--aha-border)}.aha-list{display:flex;flex-direction:column}.aha-list>*+*{border-top:1px solid var(--aha-border)}.aha-row{display:flex;align-items:center;gap:var(--aha-space-5);min-height:var(--aha-row-lg);padding:var(--aha-space-5) var(--aha-space-6)}.aha-row-stacked{flex-direction:column;align-items:stretch;gap:var(--aha-space-4)}.aha-row-main{flex:1 1 auto;min-width:0}.aha-row-label{font-size:var(--aha-text-md);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-text)}.aha-row-description{margin:var(--aha-space-2) 0 0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-row-content{min-width:0}.aha-row-split .aha-row-content{flex:1 1 auto}.aha-row-control{display:flex;flex-shrink:0;align-items:center;gap:var(--aha-space-4)}.aha-row-danger .aha-row-label{color:var(--aha-danger)}.aha-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--aha-space-6);margin-bottom:var(--aha-space-6)}.aha-page-heading{min-width:0}.aha-page-title{margin:0;font-size:var(--aha-text-lg);font-weight:600;line-height:var(--aha-leading-tight);letter-spacing:-.01em}.aha-page-description{margin:var(--aha-space-2) 0 0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-page-actions{display:flex;flex-shrink:0;gap:var(--aha-space-4)}.aha-dialog-overlay{position:fixed;inset:0;z-index:var(--aha-z-dialog);display:flex;align-items:center;justify-content:center;padding:var(--aha-space-7);background:color-mix(in srgb,var(--aha-text) 45%,transparent)}.aha-dialog{display:flex;flex-direction:column;width:100%;max-height:calc(100vh - var(--aha-space-10));overflow:hidden;background:var(--aha-surface-raised);border:1px solid var(--aha-border);border-radius:var(--aha-radius-lg);box-shadow:var(--aha-shadow-lifted)}.aha-dialog:focus{outline:none}.aha-dialog-sm{max-width:420px}.aha-dialog-md{max-width:520px}.aha-dialog-lg{max-width:680px}.aha-dialog-head{display:flex;align-items:flex-start;gap:var(--aha-space-5);padding:var(--aha-space-6) var(--aha-space-6) var(--aha-space-5)}.aha-dialog-heading{flex:1 1 auto;min-width:0}.aha-dialog-title{margin:0;font-size:var(--aha-text-lg);font-weight:600;line-height:var(--aha-leading-tight)}.aha-dialog-description{margin:var(--aha-space-2) 0 0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-dialog-close{flex-shrink:0;margin:calc(var(--aha-space-1) * -1) calc(var(--aha-space-2) * -1) 0 0;padding:0 var(--aha-space-3)}.aha-dialog-body{padding:0 var(--aha-space-6) var(--aha-space-6);overflow-y:auto}.aha-dialog-footer{display:flex;justify-content:flex-end;gap:var(--aha-space-4);padding:var(--aha-space-5) var(--aha-space-6);background:var(--aha-surface-sunken);border-top:1px solid var(--aha-border)}.aha-table-wrap{width:100%;overflow-x:auto;background:var(--aha-surface);border:1px solid var(--aha-border);border-radius:var(--aha-radius-lg)}.aha-table{width:100%;font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);border-collapse:collapse}.aha-table th{height:var(--aha-row);padding:0 var(--aha-space-5);font-size:var(--aha-text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;color:var(--aha-text-muted);background:var(--aha-surface-sunken);border-bottom:1px solid var(--aha-border)}.aha-table td{height:var(--aha-row-lg);padding:var(--aha-space-3) var(--aha-space-5);white-space:nowrap;color:var(--aha-text);vertical-align:middle;border-top:1px solid var(--aha-border)}.aha-table thead+tbody tr:first-child td{border-top:none}.aha-table-dense td{height:var(--aha-row-dense);padding:var(--aha-space-2) var(--aha-space-5)}.aha-table td.aha-table-cell-wrap,.aha-table-cell-wrap{max-width:var(--aha-table-wrap-max,320px);white-space:normal;overflow-wrap:anywhere}.aha-table-numeric{font-variant-numeric:tabular-nums}.aha-table-row-clickable{cursor:pointer}.aha-table-row-clickable:hover td{background:var(--aha-surface-hover)}.aha-table-row-clickable:focus-visible{outline:2px solid var(--aha-accent);outline-offset:-2px}.aha-align-left{text-align:left}.aha-align-right{text-align:right}.aha-align-center{text-align:center}.aha-table-empty{padding:var(--aha-space-2)}.aha-row-actions{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--aha-space-1)}.aha-row-actions-danger:not(:disabled){color:var(--aha-danger)}.aha-row-actions-danger:hover:not(:disabled){color:var(--aha-danger);background:var(--aha-danger-soft)}.aha-row-actions-menu{position:fixed;top:0;left:0;z-index:var(--aha-z-dialog);display:flex;flex-direction:column;min-width:160px;padding:var(--aha-space-2);background:var(--aha-surface-raised);border:1px solid var(--aha-border);border-radius:var(--aha-radius-lg);box-shadow:var(--aha-shadow-lifted)}.aha-row-actions-item{display:flex;align-items:center;gap:var(--aha-space-3);height:var(--aha-row);padding:0 var(--aha-space-4);font:inherit;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);white-space:nowrap;text-align:left;color:var(--aha-text);background:transparent;border:none;border-radius:var(--aha-radius);cursor:pointer;transition:background .12s ease,color .12s ease}.aha-row-actions-item:hover:not(:disabled){background:var(--aha-surface-hover)}.aha-row-actions-item:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-row-actions-item:disabled{opacity:.45;cursor:default}.aha-row-actions-item-danger{color:var(--aha-danger)}.aha-row-actions-item-danger:hover:not(:disabled){background:var(--aha-danger-soft)}.aha-row-actions-item-icon{display:inline-flex;flex-shrink:0;color:var(--aha-text-subtle)}.aha-row-actions-item-danger .aha-row-actions-item-icon{color:inherit}.aha-mono{display:inline-flex;align-items:center;gap:var(--aha-space-3);min-width:0;max-width:100%}.aha-mono-value{min-width:0;font-family:var(--aha-font-mono);font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);white-space:nowrap;font-variant-numeric:tabular-nums}.aha-mono-value-clip{overflow:hidden;text-overflow:ellipsis}.aha-mono-copy{flex-shrink:0}.aha-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--aha-space-3);min-height:calc(var(--aha-space-10) * 3);padding:var(--aha-space-8) var(--aha-space-7);text-align:center}.aha-empty-icon{display:inline-flex;margin-bottom:var(--aha-space-1);color:var(--aha-text-subtle)}.aha-empty-title{margin:0;font-size:var(--aha-text-md);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-text)}.aha-empty-description{margin:0;max-width:42ch;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-empty-action{margin-top:var(--aha-space-4)}.aha-tabs{display:flex;align-items:center;gap:var(--aha-space-1)}.aha-tabs-line{border-bottom:1px solid var(--aha-border)}.aha-tabs-pill{display:inline-flex;padding:var(--aha-space-1);background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-radius:var(--aha-radius)}.aha-tab{position:relative;display:inline-flex;align-items:center;gap:var(--aha-space-3);height:var(--aha-control);padding:0 var(--aha-space-4);font:inherit;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);white-space:nowrap;color:var(--aha-text-muted);background:transparent;border:none;border-radius:var(--aha-radius);cursor:pointer;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.aha-tab:hover:not(:disabled){color:var(--aha-text);background:var(--aha-surface-hover)}.aha-tab:disabled{opacity:.45;cursor:default}.aha-tab:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-tabs-line .aha-tab{margin-bottom:-1px;border-radius:var(--aha-radius) var(--aha-radius) 0 0}.aha-tabs-line .aha-tab-selected{color:var(--aha-text);box-shadow:inset 0 -2px 0 var(--aha-accent)}.aha-tabs-pill .aha-tab{height:var(--aha-control-sm);border-radius:var(--aha-radius-sm)}.aha-tabs-pill .aha-tab-selected{color:var(--aha-text);background:var(--aha-surface);box-shadow:var(--aha-shadow)}.aha-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:var(--aha-space-6);height:var(--aha-space-6);padding:0 var(--aha-space-2);font-size:var(--aha-text-xs);font-weight:600;line-height:var(--aha-leading-tight);color:var(--aha-text-muted);background:var(--aha-surface-sunken);border-radius:var(--aha-radius-pill)}.aha-tabs-pill .aha-tab-badge{background:var(--aha-surface-hover)}.aha-menu{position:relative;display:inline-block}.aha-menu-trigger{display:inline-flex;align-items:center;gap:var(--aha-space-4);max-width:100%;padding:var(--aha-space-2);font:inherit;color:var(--aha-text);background:transparent;border:1px solid transparent;border-radius:var(--aha-radius-pill);cursor:pointer;transition:background .12s ease,border-color .12s ease}.aha-menu-trigger:hover,.aha-menu-trigger[aria-expanded=true]{background:var(--aha-surface-hover)}.aha-menu-trigger:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-menu-trigger-text{display:flex;flex-direction:column;gap:var(--aha-space-1);min-width:0;padding-inline-start:var(--aha-space-1);text-align:left}.aha-menu-trigger-name{font-size:var(--aha-text-base);font-weight:600}.aha-menu-trigger-name,.aha-menu-trigger-subtitle{overflow:hidden;line-height:var(--aha-leading-tight);text-overflow:ellipsis;white-space:nowrap}.aha-menu-trigger-subtitle{font-size:var(--aha-text-sm);color:var(--aha-text-muted)}.aha-menu-trigger-chevron{display:inline-flex;flex-shrink:0;padding-inline-end:var(--aha-space-1);color:var(--aha-text-subtle)}.aha-menu-panel{position:absolute;z-index:40;width:var(--aha-menu-width);max-width:calc(100vw - var(--aha-space-6));padding:var(--aha-space-3);font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);color:var(--aha-text);background:var(--aha-surface);border:1px solid var(--aha-border);border-radius:var(--aha-radius-lg);box-shadow:var(--aha-shadow-lifted);animation:aha-menu-in .12s ease}.aha-menu-panel:focus{outline:none}.aha-menu-panel-bottom{top:100%}.aha-menu-panel-top{bottom:100%;animation-name:aha-menu-in-up}.aha-menu-panel-start{left:0}.aha-menu-panel-end{right:0}@keyframes aha-menu-in{0%{opacity:0;transform:translateY(calc(var(--aha-space-2) * -1))}}@keyframes aha-menu-in-up{0%{opacity:0;transform:translateY(var(--aha-space-2))}}@media (prefers-reduced-motion:reduce){.aha-menu-panel,.aha-menu-submenu{animation:none}}.aha-menu-divider{height:1px;margin:var(--aha-space-2) calc(var(--aha-space-3) * -1);background:var(--aha-border);border:0}.aha-menu-accounts,.aha-menu-group,.aha-menu-slot{display:block}.aha-menu-section-label{display:block;padding:var(--aha-space-4) var(--aha-space-4) var(--aha-space-2);font-size:var(--aha-text-xs);font-weight:600;line-height:var(--aha-leading-tight);letter-spacing:.06em;color:var(--aha-text-subtle);text-transform:uppercase}.aha-menu-item{display:flex;align-items:center;gap:var(--aha-space-4);width:100%;min-height:var(--aha-row);padding:0 var(--aha-space-4);font:inherit;font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);color:var(--aha-text);text-align:left;text-decoration:none;background:transparent;border:0;border-radius:var(--aha-radius);cursor:pointer;transition:background .12s ease,color .12s ease}.aha-menu-item:hover{background:var(--aha-surface-hover)}.aha-menu-item:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-menu-item-danger{color:var(--aha-danger)}.aha-menu-item-danger:hover{background:var(--aha-danger-soft)}.aha-menu-item-disabled,.aha-menu-item[aria-disabled=true]{color:var(--aha-text-subtle);cursor:default;background:transparent}.aha-menu-item-icon{display:inline-flex;flex:0 0 16px;align-items:center;justify-content:center;width:16px;height:16px;color:var(--aha-text-muted)}.aha-menu-item-checked .aha-menu-item-icon,.aha-menu-item-danger .aha-menu-item-icon{color:inherit}.aha-menu-item-text{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--aha-space-1);min-width:0;padding:var(--aha-space-3) 0}.aha-menu-item-label{font-weight:500}.aha-menu-item-description,.aha-menu-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aha-menu-item-description{font-size:var(--aha-text-sm);font-weight:400;line-height:var(--aha-leading-tight);color:var(--aha-text-muted)}.aha-menu-item-badge,.aha-menu-item-trailing{display:inline-flex;flex-shrink:0;align-items:center}.aha-menu-item-shortcut{flex-shrink:0;font-family:var(--aha-font-mono);font-size:var(--aha-text-sm);color:var(--aha-text-subtle)}.aha-menu-item-check,.aha-menu-item-chevron{display:inline-flex;flex-shrink:0;color:var(--aha-text-subtle)}.aha-menu-item-check{color:var(--aha-accent)}.aha-menu-item-account .aha-menu-item-icon{flex-basis:20px;width:20px;height:20px;color:inherit}.aha-menu-item-slot{display:contents}.aha-menu-item-wrap{position:relative}.aha-menu-submenu{position:absolute;top:calc((var(--aha-space-3) + 1px) * -1);left:100%;z-index:41;width:var(--aha-menu-width);max-width:calc(100vw - var(--aha-space-6));padding:var(--aha-space-3);margin-inline-start:var(--aha-space-2);font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);color:var(--aha-text);background:var(--aha-surface);border:1px solid var(--aha-border);border-radius:var(--aha-radius-lg);box-shadow:var(--aha-shadow-lifted);animation:aha-menu-in .12s ease}.aha-menu-submenu:focus{outline:none}.aha-menu-header{display:flex;align-items:center;gap:var(--aha-space-5);width:100%;padding:var(--aha-space-4);font:inherit;color:var(--aha-text);text-align:left;text-decoration:none;background:transparent;border:0;border-radius:var(--aha-radius)}.aha-menu-header-interactive{cursor:pointer;transition:background .12s ease}.aha-menu-header-interactive:hover{background:var(--aha-surface-hover)}.aha-menu-header-interactive:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-menu-header-avatar{flex-shrink:0}.aha-menu-header-text{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--aha-space-1);min-width:0}.aha-menu-header-title{font-size:var(--aha-text-md);font-weight:600}.aha-menu-header-subtitle,.aha-menu-header-title{overflow:hidden;line-height:var(--aha-leading-tight);text-overflow:ellipsis;white-space:nowrap}.aha-menu-header-subtitle{font-size:var(--aha-text-sm);color:var(--aha-text-muted)}.aha-menu-header-subtitle-mono{font-family:var(--aha-font-mono);letter-spacing:-.01em}.aha-menu-header-caption{overflow:hidden;font-size:var(--aha-text-sm);line-height:var(--aha-leading-tight);color:var(--aha-text-subtle);text-overflow:ellipsis;white-space:nowrap}.aha-menu-header-badge,.aha-menu-header-chevron{display:inline-flex;flex-shrink:0;align-items:center;color:var(--aha-text-subtle)}.aha-menu-credits{display:flex;flex-direction:column;gap:var(--aha-space-4);padding:var(--aha-space-4)}.aha-menu-credits-head{display:flex;align-items:center;gap:var(--aha-space-4);padding:0;font:inherit;color:inherit;text-align:left;text-decoration:none;background:transparent;border:0}.aha-menu-credits-head-interactive{margin:calc(var(--aha-space-2) * -1) calc(var(--aha-space-4) * -1);padding:var(--aha-space-2) var(--aha-space-4);border-radius:var(--aha-radius);cursor:pointer;transition:background .12s ease}.aha-menu-credits-head-interactive:hover{background:var(--aha-surface-hover)}.aha-menu-credits-head-interactive:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-menu-credits-label{flex:1 1 auto;min-width:0;overflow:hidden;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);text-overflow:ellipsis;white-space:nowrap}.aha-menu-credits-value{flex-shrink:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading-tight);color:var(--aha-text-muted);font-variant-numeric:tabular-nums}.aha-menu-credits-chevron{display:inline-flex;flex-shrink:0;color:var(--aha-text-subtle)}.aha-menu-credits-description{margin:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-menu-credits-large .aha-menu-credits-label{color:var(--aha-text-muted)}.aha-menu-credits-large .aha-menu-credits-value{font-size:var(--aha-text-xl);font-weight:600;line-height:var(--aha-leading-tight);color:var(--aha-text)}.aha-menu-credits .aha-meter-dots{flex-wrap:nowrap}.aha-menu-credits .aha-meter-dot{min-width:0}.aha-menu-promo{display:flex;align-items:center;gap:var(--aha-space-4);padding:var(--aha-space-4)}.aha-menu-promo-neutral{--aha-menu-promo-tone:var(--aha-text);--aha-menu-promo-soft:var(--aha-surface-sunken)}.aha-menu-promo-accent{--aha-menu-promo-tone:var(--aha-accent);--aha-menu-promo-soft:var(--aha-accent-soft)}.aha-menu-promo-success{--aha-menu-promo-tone:var(--aha-success);--aha-menu-promo-soft:var(--aha-success-soft)}.aha-menu-promo-warning{--aha-menu-promo-tone:var(--aha-warning);--aha-menu-promo-soft:var(--aha-warning-soft)}.aha-menu-promo-danger{--aha-menu-promo-tone:var(--aha-danger);--aha-menu-promo-soft:var(--aha-danger-soft)}.aha-menu-promo-card{background:var(--aha-menu-promo-soft);border-radius:var(--aha-radius)}.aha-menu-promo-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:16px;height:16px;color:var(--aha-menu-promo-tone)}.aha-menu-promo-text{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--aha-space-1);min-width:0}.aha-menu-promo-title{font-size:var(--aha-text-base);font-weight:600}.aha-menu-promo-description,.aha-menu-promo-title{overflow:hidden;line-height:var(--aha-leading-tight);text-overflow:ellipsis;white-space:nowrap}.aha-menu-promo-description{font-size:var(--aha-text-sm);color:var(--aha-text-muted)}.aha-menu-promo-action{display:inline-flex;flex-shrink:0;gap:var(--aha-space-3);align-items:center;justify-content:center;height:var(--aha-control-sm);padding:0 var(--aha-space-4);font:inherit;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);text-decoration:none;white-space:nowrap;cursor:pointer;border:1px solid transparent;border-radius:var(--aha-radius-pill);transition:background .12s ease,color .12s ease}.aha-menu-promo-action,.aha-menu-promo-action:hover{color:var(--aha-accent-contrast);background:var(--aha-menu-promo-tone)}.aha-menu-promo-action:hover{filter:brightness(.94)}.aha-menu-promo-action:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-menu-appearance{display:flex;align-items:center;justify-content:space-between;gap:var(--aha-space-4);min-height:var(--aha-row);padding:0 var(--aha-space-4)}.aha-menu-appearance-label{min-width:0;overflow:hidden;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);text-overflow:ellipsis;white-space:nowrap}.aha-menu-accounts-avatar,.aha-menu-appearance-control{flex-shrink:0}.aha-menu-footer{padding:var(--aha-space-4);font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-layout-root{display:flex;align-items:flex-start;gap:var(--aha-space-9);min-height:100%;padding:var(--aha-space-8);background:var(--aha-bg)}.aha-layout-sidebar{position:sticky;top:var(--aha-space-8);display:flex;flex:0 0 240px;flex-direction:column;gap:var(--aha-space-6);width:240px;min-width:0}.aha-layout-sidebar-footer,.aha-layout-sidebar-header{min-width:0}.aha-layout-sidebar-footer{padding-top:var(--aha-space-5);border-top:1px solid var(--aha-border)}.aha-layout-back{display:inline-flex;align-items:center;gap:var(--aha-space-4);align-self:flex-start;min-height:var(--aha-control-sm);padding:0 var(--aha-space-4);font:inherit;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-text-muted);text-decoration:none;background:transparent;border:1px solid transparent;border-radius:var(--aha-radius);cursor:pointer;transition:background .12s ease,color .12s ease}.aha-layout-back:hover{color:var(--aha-text);background:var(--aha-surface-hover)}.aha-layout-back:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-layout-back-icon{display:inline-flex;flex:0 0 var(--aha-space-6);align-items:center;justify-content:center;width:var(--aha-space-6);height:var(--aha-space-6);color:var(--aha-text-subtle)}.aha-layout-nav{gap:var(--aha-space-6)}.aha-layout-nav,.aha-layout-nav-group{display:flex;flex-direction:column;min-width:0}.aha-layout-nav-group{gap:var(--aha-space-1)}.aha-layout-nav-group-label{padding:0 var(--aha-space-4) var(--aha-space-2);font-size:var(--aha-text-xs);font-weight:600;line-height:var(--aha-leading-tight);letter-spacing:.06em;text-transform:uppercase;color:var(--aha-text-muted)}.aha-layout-nav-slot{display:contents}.aha-layout-nav-item{display:flex;align-items:center;gap:var(--aha-space-4);width:100%;min-height:var(--aha-row);padding:var(--aha-space-2) var(--aha-space-4);font:inherit;font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);text-align:left;text-decoration:none;color:var(--aha-text-muted);background:transparent;border:1px solid transparent;border-radius:var(--aha-radius);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.aha-layout-nav-item:hover:not(.aha-layout-nav-item-disabled){color:var(--aha-text);background:var(--aha-surface-hover)}.aha-layout-nav-item:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-layout-nav-item-active,.aha-layout-nav-item-active:hover:not(.aha-layout-nav-item-disabled){color:var(--aha-accent);background:var(--aha-accent-soft)}.aha-layout-nav-item-disabled{opacity:.5;cursor:default}.aha-layout-nav-icon{display:inline-flex;flex:0 0 var(--aha-space-6);align-items:center;justify-content:center;width:var(--aha-space-6);height:var(--aha-space-6);color:var(--aha-text-subtle)}.aha-layout-nav-item-active .aha-layout-nav-icon{color:var(--aha-accent)}.aha-layout-nav-text{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--aha-space-1);min-width:0}.aha-layout-nav-description,.aha-layout-nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aha-layout-nav-description{font-size:var(--aha-text-sm);font-weight:400;line-height:var(--aha-leading-tight);color:var(--aha-text-subtle)}.aha-layout-nav-badge{display:inline-flex;flex-shrink:0;align-items:center}.aha-layout-main{display:flex;flex:1 1 auto;justify-content:center;min-width:0;max-width:100%}.aha-layout-main-inner{width:100%;min-width:0;max-width:100%}.aha-layout-width-default .aha-layout-main-inner{--aha-page-width:760px;max-width:min(100%,760px)}.aha-layout-width-wide .aha-layout-main-inner{--aha-page-width:1040px;max-width:min(100%,1040px)}.aha-layout-width-full .aha-layout-main-inner{--aha-page-width:none}.aha-layout-header-bare{display:flex;justify-content:flex-end;margin-bottom:var(--aha-space-6)}.aha-layout-header-actions,.aha-layout-user{display:flex;align-items:center;gap:var(--aha-space-4)}.aha-layout-user{min-width:0}.aha-layout-user-text{display:flex;flex-direction:column;gap:var(--aha-space-1);min-width:0}.aha-layout-user-name{font-size:var(--aha-text-base);font-weight:500}.aha-layout-user-meta,.aha-layout-user-name{overflow:hidden;line-height:var(--aha-leading-tight);text-overflow:ellipsis;white-space:nowrap}.aha-layout-user-meta{font-size:var(--aha-text-sm);color:var(--aha-text-muted)}@media (max-width:899px){.aha-layout-root{flex-direction:column;gap:var(--aha-space-6);padding:var(--aha-space-6)}.aha-layout-sidebar{position:static;flex:none;gap:var(--aha-space-4);width:100%}.aha-layout-nav{flex-direction:row;gap:var(--aha-space-4);margin:0 calc(var(--aha-space-6) * -1);padding:var(--aha-space-1) var(--aha-space-6);overflow-x:auto;scrollbar-width:none}.aha-layout-nav::-webkit-scrollbar{display:none}.aha-layout-nav-group{flex-direction:row;gap:var(--aha-space-4)}.aha-layout-nav-group-label{display:none}.aha-layout-nav-item{width:auto;padding:0 var(--aha-space-5);white-space:nowrap;background:var(--aha-surface);border-color:var(--aha-border);border-radius:var(--aha-radius-pill)}.aha-layout-nav-item-active,.aha-layout-nav-item-active:hover:not(.aha-layout-nav-item-disabled){color:var(--aha-accent);background:var(--aha-accent-soft);border-color:var(--aha-accent)}.aha-layout-nav-description,.aha-layout-sidebar-footer{display:none}}.aha-prefs-page,.aha-profile-page,.aha-security-page{max-width:var(--aha-page-width,760px)}.aha-prefs-sections,.aha-profile-sections,.aha-security-sections{display:flex;flex-direction:column;gap:var(--aha-space-6)}.aha-prefs-section-slot,.aha-profile-section-slot,.aha-security-section-slot{display:contents}.aha-profile-page .aha-section-body:has(>.aha-empty:only-child),.aha-security-page .aha-section-body:has(>.aha-empty:only-child){padding:0}.aha-profile-error,.aha-security-error{margin:0 0 var(--aha-space-5);padding:var(--aha-space-4) var(--aha-space-5);font-size:var(--aha-text-base)}.aha-inline-error,.aha-profile-error,.aha-security-error{line-height:var(--aha-leading);color:var(--aha-danger);background:var(--aha-danger-soft);border-radius:var(--aha-radius-sm)}.aha-inline-error{max-width:22rem;margin:0;padding:var(--aha-space-3) var(--aha-space-4);font-size:var(--aha-text-sm)}.aha-profile-account,.aha-security-event,.aha-security-session{display:flex;align-items:center;gap:var(--aha-space-5);min-height:var(--aha-row-lg);padding:var(--aha-space-5) var(--aha-space-6)}.aha-profile-account-icon,.aha-security-event-icon,.aha-security-session-icon{display:inline-flex;flex:0 0 var(--aha-space-9);align-items:center;justify-content:center;width:var(--aha-space-9);height:var(--aha-space-9);color:var(--aha-text-muted)}.aha-profile-account-icon,.aha-security-session-icon{background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-radius:var(--aha-radius-sm)}.aha-profile-account-main,.aha-security-event-main,.aha-security-session-main{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--aha-space-2);min-width:0}.aha-security-event-label,.aha-security-session-title{display:flex;flex-wrap:wrap;align-items:center;gap:var(--aha-space-3);min-width:0;font-size:var(--aha-text-md);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-text)}.aha-security-event-description,.aha-security-session-meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--aha-space-4);min-width:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-profile-avatar{display:flex;align-items:center;gap:var(--aha-space-6)}.aha-profile-avatar-side{display:flex;flex-direction:column;gap:var(--aha-space-4);min-width:0}.aha-profile-avatar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--aha-space-4)}.aha-profile-avatar-hint{margin:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-subtle)}.aha-profile-upload{position:relative}.aha-profile-upload:focus-within{box-shadow:var(--aha-focus-ring)}.aha-profile-upload-disabled{opacity:.55;pointer-events:none}.aha-profile-upload-icon{display:inline-flex;flex-shrink:0}.aha-profile-file{position:absolute;font:inherit;width:1px;height:1px;margin:0;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.aha-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--aha-space-6)}.aha-profile-field-full{grid-column:1/-1}.aha-profile-account-image{width:var(--aha-space-6);height:var(--aha-space-6);object-fit:contain}.aha-profile-account-label{font-size:var(--aha-text-md);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-text)}.aha-profile-account-label,.aha-profile-account-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aha-profile-account-meta{font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-profile-confirm-text{padding:var(--aha-space-1) var(--aha-space-3);font-family:var(--aha-font-mono);font-size:var(--aha-text-sm);color:var(--aha-text);background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-radius:var(--aha-radius-sm)}@media (max-width:640px){.aha-profile-grid{grid-template-columns:minmax(0,1fr)}.aha-profile-avatar{flex-direction:column;align-items:flex-start}}.aha-security-password-form{display:flex;flex-direction:column;gap:var(--aha-space-5);max-width:380px}.aha-security-password-actions{display:flex;gap:var(--aha-space-4);margin-top:var(--aha-space-1)}.aha-security-strength{display:flex;align-items:center;gap:var(--aha-space-4);margin-top:calc(var(--aha-space-2) * -1)}.aha-security-strength-bar{display:flex;flex:1 1 auto;gap:var(--aha-space-2)}.aha-security-strength-step{flex:1 1 0;height:var(--aha-space-2);background:var(--aha-border);border-radius:var(--aha-radius-pill);transition:background .12s ease}.aha-security-strength-1 .aha-security-strength-step-on{background:var(--aha-danger)}.aha-security-strength-2 .aha-security-strength-step-on{background:var(--aha-warning)}.aha-security-strength-3 .aha-security-strength-step-on{background:var(--aha-accent)}.aha-security-strength-4 .aha-security-strength-step-on{background:var(--aha-success)}.aha-security-strength-label{flex-shrink:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading-tight);color:var(--aha-text-muted)}.aha-security-method-label{display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--aha-space-3)}.aha-security-event-meta{display:flex;flex-shrink:0;align-items:center;gap:var(--aha-space-4);font-size:var(--aha-text-sm);line-height:var(--aha-leading-tight);color:var(--aha-text-subtle);font-variant-numeric:tabular-nums}.aha-security-ip{min-width:0}.aha-security-ip .aha-mono-value{font-size:var(--aha-text-sm);color:var(--aha-text-subtle)}.aha-security-event-dot{width:var(--aha-space-4);height:var(--aha-space-4);background:var(--aha-border-strong);border-radius:var(--aha-radius-pill)}.aha-security-event-accent{background:var(--aha-accent)}.aha-security-event-success{background:var(--aha-success)}.aha-security-event-warning{background:var(--aha-warning)}.aha-security-event-danger{background:var(--aha-danger)}.aha-prefs-toggle .aha-switch-label,.aha-security-toggle .aha-switch-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media (max-width:640px){.aha-security-event{flex-wrap:wrap}.aha-security-event-meta{width:100%;padding-left:calc(var(--aha-space-9) + var(--aha-space-5))}}.aha-prefs-previews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--aha-space-5);padding:var(--aha-space-5) var(--aha-space-6)}.aha-prefs-preview{display:flex;flex-direction:column;gap:var(--aha-space-4);padding:var(--aha-space-4);font:inherit;font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);color:var(--aha-text-muted);text-align:left;background:var(--aha-surface);border:1px solid var(--aha-border);border-radius:var(--aha-radius);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.aha-prefs-preview:hover{border-color:var(--aha-border-strong)}.aha-prefs-preview:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-prefs-preview-selected{color:var(--aha-text);border-color:var(--aha-accent);box-shadow:0 0 0 1px var(--aha-accent)}.aha-prefs-preview:disabled{opacity:.55;cursor:default}.aha-prefs-swatch{display:flex;flex-direction:column;gap:var(--aha-space-3);height:calc(var(--aha-space-8) * 2);padding:var(--aha-space-4);background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-radius:var(--aha-radius-sm)}.aha-prefs-swatch-bar{height:var(--aha-space-3);background:var(--aha-border-strong);border-radius:var(--aha-radius-pill)}.aha-prefs-swatch-line{height:var(--aha-space-2);background:var(--aha-border);border-radius:var(--aha-radius-pill)}.aha-prefs-swatch-line-short{width:60%}.aha-prefs-swatch-dark,.aha-prefs-swatch-light{background:var(--aha-surface)}.aha-prefs-preview-label{display:inline-flex;align-items:center;gap:var(--aha-space-3);font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight)}.aha-prefs-preview-icon{display:inline-flex;color:var(--aha-text-subtle)}.aha-prefs-preview-selected .aha-prefs-preview-icon{color:var(--aha-accent)}.aha-prefs-select{min-width:200px}.aha-prefs-select-label{cursor:pointer}.aha-prefs-page .aha-section-body:has(>.aha-prefs-group){padding:0}.aha-prefs-group+.aha-prefs-group{border-top:1px solid var(--aha-border)}.aha-prefs-group-label{padding:var(--aha-space-5) var(--aha-space-6) var(--aha-space-2);font-size:var(--aha-text-xs);font-weight:600;line-height:var(--aha-leading-tight);letter-spacing:.06em;text-transform:uppercase;color:var(--aha-text-muted)}@media (max-width:640px){.aha-prefs-previews{grid-template-columns:minmax(0,1fr)}.aha-prefs-select{min-width:0;width:100%}}@media (prefers-reduced-motion:reduce){.aha-layout-back,.aha-layout-nav-item,.aha-prefs-preview,.aha-security-strength-step{transition:none}}.aha-billing-page,.aha-usage-page{max-width:var(--aha-page-width,760px)}.aha-plan-page{max-width:var(--aha-page-width,1040px)}.aha-billing-stack,.aha-plan-stack,.aha-usage-stack{display:flex;flex-direction:column;gap:var(--aha-space-6);min-width:0}.aha-billing-plan{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--aha-space-6)}.aha-billing-plan-main{display:flex;flex-direction:column;gap:var(--aha-space-2);min-width:0}.aha-billing-plan-name{display:flex;align-items:center;gap:var(--aha-space-4)}.aha-billing-plan-title{font-size:var(--aha-text-lg);font-weight:600;line-height:var(--aha-leading-tight)}.aha-billing-plan-price{margin:0;font-size:var(--aha-text-md);font-weight:500;font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight);color:var(--aha-text)}.aha-billing-plan-note{margin:0;font-size:var(--aha-text-sm);font-variant-numeric:tabular-nums;line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-billing-plan-actions{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;gap:var(--aha-space-4)}.aha-billing-seats{display:flex;flex-direction:column;gap:var(--aha-space-3);margin-top:var(--aha-space-2);max-width:260px}.aha-billing-seats-meter{width:100%}.aha-billing-credits-plain{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--aha-space-4)}.aha-billing-credits-label{font-size:var(--aha-text-sm);line-height:var(--aha-leading-tight);color:var(--aha-text-muted)}.aha-billing-credits-value{font-size:var(--aha-text-xl);font-weight:600;font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight)}.aha-billing-credits-note{flex:1 0 100%;margin:0;font-size:var(--aha-text-sm);font-variant-numeric:tabular-nums;line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-billing-method{display:flex;align-items:center;gap:var(--aha-space-4);min-width:0}.aha-billing-brand{display:inline-flex;flex-shrink:0;align-items:center;height:var(--aha-space-7);padding:0 var(--aha-space-3);font-size:var(--aha-text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--aha-text-muted);background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-radius:var(--aha-radius-sm)}.aha-billing-brand,.aha-billing-digits{font-family:var(--aha-font-mono);line-height:var(--aha-leading-tight);white-space:nowrap}.aha-billing-digits{font-size:var(--aha-text-base);font-variant-numeric:tabular-nums}.aha-billing-address{display:flex;flex-direction:column;gap:var(--aha-space-1);font-style:normal;font-size:var(--aha-text-base);font-variant-numeric:tabular-nums;line-height:var(--aha-leading);color:var(--aha-text)}.aha-billing-address-tax{margin-top:var(--aha-space-3);color:var(--aha-text-muted)}.aha-billing-address-empty{margin:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-billing-address-form{display:flex;flex-direction:column;gap:var(--aha-space-5)}.aha-billing-email{display:flex;align-items:flex-end;gap:var(--aha-space-4)}.aha-billing-email-field{flex:1 1 auto;min-width:0}.aha-billing-invoices{display:flex;flex-direction:column;gap:var(--aha-space-5);min-width:0}.aha-billing-invoice-table .aha-table{font-variant-numeric:tabular-nums}.aha-billing-invoice-number{font-size:var(--aha-text-base);color:var(--aha-text)}.aha-billing-invoice-description{color:var(--aha-text-muted)}.aha-billing-amount{font-variant-numeric:tabular-nums;white-space:nowrap}.aha-billing-pager{display:flex;align-items:center;justify-content:space-between;gap:var(--aha-space-5)}.aha-billing-pager-range{font-size:var(--aha-text-sm);font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight);color:var(--aha-text-muted)}.aha-billing-pager-buttons{display:flex;gap:var(--aha-space-3)}.aha-usage-metrics{display:grid;gap:var(--aha-space-6)}.aha-usage-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.aha-usage-metrics-list{grid-template-columns:1fr}.aha-usage-metric{min-width:0}.aha-plan-usage-list .aha-meter-label,.aha-usage-metrics .aha-meter-label{font-size:var(--aha-text-md)}.aha-billing-page .aha-meter-warning .aha-meter-value,.aha-plan-page .aha-meter-warning .aha-meter-value,.aha-usage-page .aha-meter-warning .aha-meter-value{font-weight:500;color:var(--aha-warning)}.aha-billing-page .aha-meter-danger .aha-meter-value,.aha-plan-page .aha-meter-danger .aha-meter-value,.aha-usage-page .aha-meter-danger .aha-meter-value{font-weight:500;color:var(--aha-danger)}.aha-billing-page .aha-meter-warning .aha-meter-track,.aha-plan-page .aha-meter-warning .aha-meter-track,.aha-usage-page .aha-meter-warning .aha-meter-track{background:var(--aha-warning-soft)}.aha-billing-page .aha-meter-danger .aha-meter-track,.aha-plan-page .aha-meter-danger .aha-meter-track,.aha-usage-page .aha-meter-danger .aha-meter-track{background:var(--aha-danger-soft);box-shadow:inset 0 0 0 1px var(--aha-danger)}.aha-meter.aha-usage-over .aha-meter-fill{background-image:repeating-linear-gradient(135deg,var(--aha-danger-hover) 0,var(--aha-danger-hover) var(--aha-space-2),transparent var(--aha-space-2),transparent var(--aha-space-4))}.aha-meter.aha-usage-over .aha-meter-value{font-weight:500;color:var(--aha-danger)}.aha-usage-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--aha-space-5)}.aha-usage-tile{display:flex;flex-direction:column;gap:var(--aha-space-2);padding:var(--aha-space-5) var(--aha-space-6);background:var(--aha-surface);border:1px solid var(--aha-border);border-radius:var(--aha-radius-lg);box-shadow:var(--aha-shadow)}.aha-usage-tile-label{font-size:var(--aha-text-sm);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-text-muted)}.aha-usage-tile-value{font-size:var(--aha-text-xl);font-weight:600;font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight)}.aha-usage-tile-caption{font-size:var(--aha-text-sm);font-variant-numeric:tabular-nums;line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-usage-tile-accent .aha-usage-tile-value{color:var(--aha-accent)}.aha-usage-tile-success .aha-usage-tile-value{color:var(--aha-success)}.aha-usage-tile-warning .aha-usage-tile-value{color:var(--aha-warning)}.aha-usage-tile-danger .aha-usage-tile-value{color:var(--aha-danger)}.aha-usage-chart{display:flex;flex-direction:column;gap:var(--aha-space-3);min-width:0}.aha-usage-chart-frame{position:relative;display:flex;align-items:flex-end;padding-top:var(--aha-space-7);border-bottom:1px solid var(--aha-border-strong)}.aha-usage-chart-frame:before{content:"";position:absolute;top:var(--aha-space-7);right:0;left:0;border-top:1px dashed var(--aha-border)}.aha-usage-chart-axis{position:absolute;top:0;left:0;font-size:var(--aha-text-xs);font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight);color:var(--aha-text-subtle)}.aha-usage-chart-bars{gap:var(--aha-space-1);width:100%}.aha-usage-chart-bar,.aha-usage-chart-bars{display:flex;align-items:flex-end;height:100%}.aha-usage-chart-bar{position:relative;flex:1 1 0;min-width:0;max-width:56px;padding:0;font:inherit;font-size:var(--aha-text-base);background:transparent;border:none;border-radius:var(--aha-radius-sm);cursor:default;transition:background .12s ease}.aha-usage-chart-bar-interactive{cursor:pointer}.aha-usage-chart-bar:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-usage-chart-summary{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip-path:inset(50%)}.aha-usage-chart-bar-fill{width:100%;min-width:3px;min-height:var(--aha-space-1);background:var(--aha-accent);border-radius:var(--aha-radius-sm) var(--aha-radius-sm) 0 0;transition:background .12s ease}.aha-usage-chart-neutral .aha-usage-chart-bar-fill{background:var(--aha-border-strong)}.aha-usage-chart-success .aha-usage-chart-bar-fill{background:var(--aha-success)}.aha-usage-chart-warning .aha-usage-chart-bar-fill{background:var(--aha-warning)}.aha-usage-chart-danger .aha-usage-chart-bar-fill{background:var(--aha-danger)}.aha-usage-chart-bar:focus-visible,.aha-usage-chart-bar:hover{background:var(--aha-surface-hover)}.aha-usage-chart-tooltip{position:absolute;bottom:calc(100% + var(--aha-space-3));left:50%;z-index:2;max-width:260px;padding:var(--aha-space-2) var(--aha-space-4);overflow:hidden;font-size:var(--aha-text-sm);font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight);text-overflow:ellipsis;white-space:nowrap;color:var(--aha-text);background:var(--aha-surface-raised);border:1px solid var(--aha-border);border-radius:var(--aha-radius-sm);box-shadow:var(--aha-shadow-raised);opacity:0;visibility:hidden;transform:translateX(-50%);transition:opacity .12s ease,visibility .12s ease;pointer-events:none}.aha-usage-chart-tooltip-start{left:0;transform:none}.aha-usage-chart-tooltip-end{right:0;left:auto;transform:none}.aha-usage-chart-bar:focus-visible .aha-usage-chart-tooltip,.aha-usage-chart-bar:hover .aha-usage-chart-tooltip{opacity:1;visibility:visible}.aha-usage-chart-labels{display:flex;justify-content:space-between;gap:var(--aha-space-4);font-size:var(--aha-text-xs);font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight);color:var(--aha-text-subtle)}.aha-usage-chart-blank{padding:var(--aha-space-8) 0}.aha-usage-chart-empty{margin:0;font-size:var(--aha-text-sm);line-height:var(--aha-leading);text-align:center;color:var(--aha-text-muted)}.aha-usage-breakdown{display:flex;flex-direction:column;min-width:0}.aha-usage-breakdown-table{border-radius:var(--aha-radius-lg) var(--aha-radius-lg) 0 0}.aha-usage-breakdown-table .aha-table{font-variant-numeric:tabular-nums}.aha-usage-breakdown-cost,.aha-usage-breakdown-used{font-variant-numeric:tabular-nums;white-space:nowrap}.aha-usage-breakdown-meta,.aha-usage-breakdown-unit{color:var(--aha-text-muted)}.aha-usage-share{width:100%;min-width:48px;height:var(--aha-space-3);overflow:hidden;background:var(--aha-surface-sunken);box-shadow:inset 0 0 0 1px var(--aha-border)}.aha-usage-share,.aha-usage-share-fill{display:block;border-radius:var(--aha-radius-pill)}.aha-usage-share-fill{height:100%;background:var(--aha-accent)}.aha-usage-total{display:flex;align-items:center;justify-content:flex-end;gap:var(--aha-space-6);min-height:var(--aha-row-lg);padding:var(--aha-space-3) var(--aha-space-5);font-size:var(--aha-text-md);font-weight:600;font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight);background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-top:none;border-radius:0 0 var(--aha-radius-lg) var(--aha-radius-lg)}.aha-usage-total-label{margin-right:auto;font-weight:500;color:var(--aha-text-muted)}.aha-usage-total-value{font-variant-numeric:tabular-nums;white-space:nowrap}.aha-usage-threshold{display:inline-flex;align-items:center;gap:var(--aha-space-3)}.aha-usage-threshold-input{width:76px;text-align:right;font-variant-numeric:tabular-nums}.aha-usage-threshold-suffix{font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);color:var(--aha-text-muted)}.aha-usage-period{min-width:160px}.aha-plan-block{display:flex;flex-direction:column;gap:var(--aha-space-6);min-width:0}.aha-plan-toolbar{display:flex;align-items:center;gap:var(--aha-space-5)}.aha-plan-discount{font-size:var(--aha-text-sm);font-weight:500;line-height:var(--aha-leading-tight);color:var(--aha-success)}.aha-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--aha-space-5);align-items:stretch}.aha-plan-card{display:flex;flex-direction:column;gap:var(--aha-space-5);height:100%;padding:var(--aha-space-6);background:var(--aha-surface);border:1px solid var(--aha-border);border-radius:var(--aha-radius-lg);box-shadow:var(--aha-shadow);transition:border-color .12s ease,background .12s ease}.aha-plan-card-highlight{border-color:var(--aha-accent);box-shadow:var(--aha-shadow-raised)}.aha-plan-card-current{background:var(--aha-surface-sunken)}.aha-plan-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--aha-space-4);min-height:var(--aha-space-7)}.aha-plan-card-name{font-size:var(--aha-text-lg);font-weight:600;line-height:var(--aha-leading-tight)}.aha-plan-card-price{display:flex;align-items:baseline;gap:var(--aha-space-2);margin:0}.aha-plan-card-amount{font-size:var(--aha-text-xl);font-weight:600;font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight)}.aha-plan-card-suffix{line-height:var(--aha-leading-tight)}.aha-plan-card-description,.aha-plan-card-suffix{font-size:var(--aha-text-sm);color:var(--aha-text-muted)}.aha-plan-card-description{margin:0;line-height:var(--aha-leading)}.aha-plan-features{display:flex;flex-direction:column;gap:var(--aha-space-3);margin:0;padding:0;list-style:none}.aha-plan-feature{display:grid;grid-template-columns:var(--aha-space-6) 1fr;gap:var(--aha-space-3);align-items:start;font-size:var(--aha-text-sm);line-height:var(--aha-leading)}.aha-plan-feature-icon{display:inline-flex;align-items:center;justify-content:center;height:calc(var(--aha-text-sm) * var(--aha-leading));color:var(--aha-success)}.aha-plan-feature-label{min-width:0;color:var(--aha-text-muted)}.aha-plan-card-action{margin-top:auto;padding-top:var(--aha-space-2)}.aha-plan-card-footer{font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-subtle)}.aha-plan-compare-table .aha-table{font-variant-numeric:tabular-nums}.aha-plan-compare-table td:first-child,.aha-plan-compare-table th:first-child{position:sticky;left:0;background:var(--aha-surface);box-shadow:1px 0 0 var(--aha-border)}.aha-plan-compare-table th:first-child{z-index:2;background:var(--aha-surface-sunken)}.aha-plan-compare-table td:first-child{z-index:1}.aha-plan-compare-table thead th{position:sticky;top:0}.aha-plan-compare-feature{display:flex;flex-direction:column;gap:var(--aha-space-1)}.aha-plan-compare-label{font-weight:500;line-height:var(--aha-leading-tight)}.aha-plan-compare-note{font-size:var(--aha-text-sm);line-height:var(--aha-leading);color:var(--aha-text-muted)}.aha-plan-compare-check{position:relative;display:inline-flex;color:var(--aha-success)}.aha-plan-compare-dash{color:var(--aha-text-subtle)}.aha-plan-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip-path:inset(50%)}.aha-plan-addon-control{display:flex;align-items:center;gap:var(--aha-space-5)}.aha-plan-addon-price{font-size:var(--aha-text-base);font-variant-numeric:tabular-nums;line-height:var(--aha-leading-tight);white-space:nowrap;color:var(--aha-text-muted)}.aha-plan-addon-quantity{width:72px;text-align:right;font-variant-numeric:tabular-nums}.aha-plan-usage-list{display:flex;flex-direction:column;gap:var(--aha-space-6)}@media (max-width:640px){.aha-billing-plan{flex-direction:column}.aha-billing-plan-actions{justify-content:flex-start;width:100%}.aha-billing-email{flex-direction:column;align-items:stretch}.aha-billing-pager{flex-direction:column;align-items:flex-start}.aha-plan-toolbar{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.aha-plan-card,.aha-usage-chart-bar,.aha-usage-chart-bar-fill,.aha-usage-chart-tooltip{transition:none}}.aha-keys-page,.aha-notify-page,.aha-team-page{display:flex;flex-direction:column;gap:var(--aha-space-6);max-width:var(--aha-page-width,760px)}.aha-keys-page>*,.aha-notify-page>*,.aha-team-page>*{min-width:0}.aha-keys-hide-label .aha-switch-label,.aha-notify-hide-label .aha-switch-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.aha-keys-hide-label.aha-switch-row,.aha-notify-hide-label.aha-switch-row{gap:0}.aha-notify-groups{display:flex;flex-direction:column;gap:var(--aha-space-6)}.aha-notify-section-matrix .aha-section-body{padding:0}.aha-notify-scroll{width:100%;overflow-x:auto;overscroll-behavior-x:contain}.aha-notify-matrix{width:100%;min-width:640px;font-size:var(--aha-text-base);line-height:var(--aha-leading-tight);border-collapse:collapse}.aha-notify-matrix thead th{padding:var(--aha-space-3) var(--aha-space-5);color:var(--aha-text-muted);background:var(--aha-surface-sunken)}.aha-notify-matrix tbody td,.aha-notify-matrix tbody th,.aha-notify-matrix thead th{height:var(--aha-row-lg);vertical-align:middle;border-bottom:1px solid var(--aha-border)}.aha-notify-matrix tbody td,.aha-notify-matrix tbody th{padding:var(--aha-space-5);text-align:left}.aha-notify-matrix tbody tr:last-child td,.aha-notify-matrix tbody tr:last-child th{border-bottom:0}.aha-notify-sticky{position:sticky;left:0;z-index:1;min-width:200px;text-align:left;background:var(--aha-surface)}.aha-notify-matrix thead .aha-notify-sticky{background:var(--aha-surface-sunken)}.aha-notify-col-category{width:34%;max-width:320px;padding-left:var(--aha-space-5)}.aha-notify-col{width:auto;min-width:132px;text-align:center}.aha-notify-col-toggle{display:flex;flex-direction:column;align-items:center;gap:var(--aha-space-1);width:100%;min-width:0;padding:var(--aha-space-2) var(--aha-space-3);color:inherit;font:inherit;background:none;border:none;border-radius:var(--aha-radius-sm);cursor:pointer;transition:background-color .12s ease}.aha-notify-col-toggle:hover:not(:disabled){background:var(--aha-surface-hover)}.aha-notify-col-toggle:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-notify-col-toggle:disabled{cursor:default;opacity:.6}.aha-notify-col-head{display:inline-flex;align-items:center;gap:var(--aha-space-3);max-width:100%}.aha-notify-col-state{display:inline-block;flex-shrink:0;width:14px;height:14px;background:transparent;border:1px solid var(--aha-border-strong);border-radius:var(--aha-radius-sm);transition:background .12s ease,border-color .12s ease}.aha-notify-col-state-mixed{background:linear-gradient(to right,var(--aha-accent) 0 50%,transparent 50% 100%);border-color:var(--aha-accent)}.aha-notify-col-state-on{background:var(--aha-accent);border-color:var(--aha-accent)}.aha-notify-col-icon{display:inline-flex;flex-shrink:0;align-items:center;color:var(--aha-text-muted)}.aha-notify-col-label{display:inline-block;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--aha-text-muted)}.aha-notify-col-hint,.aha-notify-col-label{font-size:var(--aha-text-xs);line-height:var(--aha-leading-tight);white-space:nowrap}.aha-notify-col-hint{display:block;width:0;min-width:100%;overflow:hidden;font-weight:400;letter-spacing:normal;text-transform:none;text-overflow:ellipsis;color:var(--aha-text-subtle)}.aha-notify-cat-head{font-weight:500}.aha-notify-name{display:flex;align-items:center;gap:var(--aha-space-3);color:var(--aha-text);font-size:var(--aha-text-md);font-weight:500;line-height:var(--aha-leading-tight)}.aha-notify-hint{display:block;margin-top:var(--aha-space-2);color:var(--aha-text-muted);font-size:var(--aha-text-sm);font-weight:400;line-height:var(--aha-leading)}.aha-notify-matrix tbody td.aha-notify-cell{text-align:center}.aha-notify-list-row .aha-row-content{width:100%}.aha-notify-channels{display:flex;flex-wrap:wrap;gap:var(--aha-space-4) var(--aha-space-7);margin-top:var(--aha-space-4)}.aha-notify-channel-label{display:inline-flex;align-items:center;gap:var(--aha-space-3);font-size:var(--aha-text-base);line-height:var(--aha-leading-tight)}.aha-notify-times{display:flex;flex-wrap:wrap;gap:var(--aha-space-5);margin-top:var(--aha-space-4)}.aha-notify-time{min-width:128px}.aha-notify-dimmed{opacity:.55;filter:grayscale(.35);transition:opacity .12s ease}.aha-keys-name{color:var(--aha-text);font-weight:500}.aha-keys-muted{color:var(--aha-text-muted)}.aha-keys-figures,.aha-team-figures{font-variant-numeric:tabular-nums}.aha-keys-mask{max-width:100%}.aha-keys-scope-tags{display:inline-flex;flex-wrap:wrap;gap:var(--aha-space-2)}.aha-keys-secret{display:flex;align-items:center;gap:var(--aha-space-4);padding:var(--aha-space-5);background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-radius:var(--aha-radius)}.aha-keys-secret-value{flex:1 1 auto;min-width:0}.aha-keys-error{margin:0 0 var(--aha-space-5);font-size:var(--aha-text-base);color:var(--aha-danger);background:var(--aha-danger-soft)}.aha-keys-error,.aha-keys-warning{padding:var(--aha-space-4) var(--aha-space-5);line-height:var(--aha-leading);border-radius:var(--aha-radius-sm)}.aha-keys-warning{display:flex;gap:var(--aha-space-3);margin:var(--aha-space-4) 0 0;color:var(--aha-warning);font-size:var(--aha-text-sm);background:var(--aha-warning-soft)}.aha-keys-scopes{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--aha-border);border-radius:var(--aha-radius)}.aha-keys-scope-row{display:flex;align-items:center;justify-content:space-between;gap:var(--aha-space-5);min-height:var(--aha-row-lg);padding:var(--aha-space-4) var(--aha-space-5);border-bottom:1px solid var(--aha-border)}.aha-keys-scope-row:last-child{border-bottom:0}.aha-keys-scope-main{display:flex;flex-direction:column;gap:var(--aha-space-2);min-width:0}.aha-keys-scope-label{color:var(--aha-text);font-size:var(--aha-text-md);font-weight:500;line-height:var(--aha-leading-tight)}.aha-keys-scope-main .aha-keys-muted{font-size:var(--aha-text-sm);line-height:var(--aha-leading)}.aha-keys-docs-link{display:inline-flex;align-items:center;gap:var(--aha-space-3);color:var(--aha-accent);font-size:var(--aha-text-base);font-weight:500;line-height:var(--aha-leading-tight);text-decoration:none;border-radius:var(--aha-radius-sm);transition:color .12s ease}.aha-keys-docs-link:hover{color:var(--aha-accent-hover);text-decoration:underline}.aha-keys-docs-link:focus-visible{outline:none;box-shadow:var(--aha-focus-ring)}.aha-team-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--aha-space-4);margin-bottom:var(--aha-space-5)}.aha-team-search{position:relative;display:inline-flex;align-items:center;flex:1 1 200px;min-width:160px}.aha-team-search-icon{position:absolute;left:var(--aha-space-4);display:inline-flex;color:var(--aha-text-subtle);pointer-events:none}.aha-team-search .aha-input{width:100%;padding-left:var(--aha-space-9)}.aha-team-member{display:inline-flex;align-items:center;gap:var(--aha-space-4);min-width:0;max-width:100%}.aha-team-member-main{display:flex;flex-direction:column;gap:var(--aha-space-2);min-width:0}.aha-team-member-name{display:flex;align-items:center;gap:var(--aha-space-3);color:var(--aha-text);font-size:var(--aha-text-md);font-weight:500}.aha-team-member-email,.aha-team-member-name{line-height:var(--aha-leading-tight);overflow-wrap:anywhere}.aha-team-member-email{font-size:var(--aha-text-sm)}.aha-team-member-email,.aha-team-muted,.aha-team-role{color:var(--aha-text-muted)}.aha-team-role-select .aha-input{min-width:120px}.aha-team-chips{display:flex;flex-wrap:wrap;gap:var(--aha-space-3);margin-top:calc(var(--aha-space-2) * -1)}.aha-team-chip{display:inline-flex;align-items:center;min-height:var(--aha-control-sm);max-width:100%;padding:var(--aha-space-1) var(--aha-space-4);color:var(--aha-text);font-size:var(--aha-text-sm);line-height:var(--aha-leading-tight);background:var(--aha-surface-hover);border:1px solid var(--aha-border);border-radius:var(--aha-radius-pill);overflow-wrap:anywhere}.aha-team-chip-invalid{color:var(--aha-danger);background:var(--aha-danger-soft);border-color:var(--aha-danger)}.aha-team-note{margin:0;color:var(--aha-text-muted);font-size:var(--aha-text-sm);line-height:var(--aha-leading)}.aha-team-link-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--aha-space-4);margin-top:var(--aha-space-4);padding:var(--aha-space-4) var(--aha-space-5);background:var(--aha-surface-sunken);border:1px solid var(--aha-border);border-radius:var(--aha-radius)}.aha-team-link{flex:1 1 220px;min-width:0}@media (max-width:720px){.aha-team-toolbar .aha-select-wrap,.aha-team-toolbar .aha-team-search{flex:1 1 100%}}@media (prefers-reduced-motion:reduce){.aha-keys-docs-link,.aha-notify-col-state,.aha-notify-col-toggle,.aha-notify-dimmed{transition:none}}