:root{--shadow:var(--elevation-modal);--radius:var(--radius-large);font-family:var(--font-sans)}*{box-sizing:border-box}html{background:var(--background);min-width:320px;font-family:var(--font-sans);font-kerning:normal;font-optical-sizing:auto}body{min-height:100vh;color:var(--text);background:var(--background);font-size:var(--font-size-body);line-height:var(--line-height-body);margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}a{color:var(--color-accent-strong);text-underline-offset:3px}.skip-link{z-index:var(--z-toast);top:var(--space-2);left:var(--space-2);padding:var(--space-3) var(--space-4);color:var(--color-on-accent);background:var(--color-accent);position:fixed;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.auth-page{background:var(--color-surface);grid-template-columns:minmax(20rem,23rem) minmax(28rem,1fr);min-height:100dvh;display:grid;position:relative}.auth-context{min-height:100%;padding:var(--space-10);background:var(--steel-950);color:#fff;flex-direction:column;justify-content:flex-start;display:flex;position:relative}.auth-context:before{display:none}.auth-context>*{z-index:1;position:relative}.brand{align-items:center;gap:var(--space-3);width:fit-content;color:inherit;font-size:var(--font-size-subheading);font-weight:var(--font-weight-bold);text-decoration:none;display:inline-flex}.brand img{width:2rem;height:2rem}.context-copy{max-width:18rem;padding:var(--space-8) 0;margin-block:auto}.context-copy h2{font-size:var(--font-size-heading);letter-spacing:-.02em;text-wrap:balance;margin:0;line-height:1.25}.context-copy p{margin:var(--space-4) 0 0;color:var(--steel-300);font-size:var(--font-size-secondary);line-height:1.6}.auth-meta{z-index:1;bottom:var(--space-10);left:var(--space-10);color:#fff;font-size:var(--font-size-caption);font-weight:var(--font-weight-regular);line-height:var(--line-height-caption);pointer-events:none;margin:0;position:absolute}.rotating-login-message{min-height:2.16em;position:relative}.rotating-login-message__content{opacity:0;filter:blur(3px);width:100%;transition:opacity .65s var(--ease-out), filter .65s var(--ease-out), transform .65s var(--ease-out);display:block;position:absolute;inset:0;transform:translateY(.25rem)}.rotating-login-message__content--active{z-index:1;opacity:1;filter:blur();transform:translateY(0)}.rotating-login-message__line{color:#fff;white-space:nowrap;width:max-content;max-width:100%;display:block}.auth-main{min-height:100%;padding:clamp(var(--space-8), 6vw, 5rem);background:var(--color-surface);place-items:center;display:grid}.auth-panel{width:min(100%,25rem)}.auth-panel h1{color:var(--auth-text-secondary);font-size:var(--font-size-display);line-height:var(--line-height-heading);letter-spacing:-.025em;text-wrap:balance;margin:0}.intro{max-width:34rem;margin:var(--space-2) 0 var(--space-6);color:var(--text-muted);line-height:var(--line-height-body)}.intro--recovery,.intro--register{text-align:center}.intro__mobile{display:none}.form-stack{gap:var(--space-5);display:grid}.auth-panel h1+.form-stack{margin-top:var(--space-6)}.field{gap:var(--space-2);display:grid}.field label{color:var(--steel-600);font-size:var(--font-size-secondary);font-weight:var(--font-weight-semibold)}.field-label-row{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.field-label-row a{font-size:var(--font-size-secondary);font-weight:var(--font-weight-semibold)}.field input,.field select{border:1px solid var(--border);border-radius:var(--radius-medium);width:100%;min-height:3rem;padding:0 var(--space-4);color:var(--text);background:var(--surface);transition:border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out);outline:none}.field input::placeholder{color:var(--text-muted);opacity:1}.field input:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 24%, transparent)}.field-help{color:var(--text-muted);font-size:var(--font-size-caption);margin:0}.primary-button,.secondary-button{border-radius:var(--radius-medium);min-height:3rem;padding:0 var(--space-5);font-weight:var(--font-weight-semibold);cursor:pointer;transition:background-color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), transform var(--motion-fast) var(--ease-out)}.primary-button{border:1px solid var(--accent);color:var(--color-on-accent);background:var(--accent)}.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:disabled,.secondary-button:disabled{cursor:wait;opacity:.64}.secondary-button{border:1px solid var(--border);color:var(--text);background:var(--surface)}.secondary-button:hover:not(:disabled){background:var(--surface-subtle)}.secondary-link{min-height:var(--size-touch);border:1px solid var(--border);border-radius:var(--radius-medium);padding:0 var(--space-4);color:var(--text);background:var(--surface);font-size:var(--font-size-secondary);font-weight:var(--font-weight-bold);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.secondary-link:hover{background:var(--surface-subtle)}.secondary-link:focus-visible,.secondary-button:focus-visible,.primary-button:focus-visible,.danger-button:focus-visible,.session-revoke-button:focus-visible,.invitation-actions button:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 30%, transparent);outline-offset:2px}.form-error{border:1px solid color-mix(in srgb, var(--danger) 28%, transparent);border-radius:var(--radius-medium);padding:var(--space-3) var(--space-4);color:var(--danger);background:var(--danger-soft);font-size:var(--font-size-secondary);line-height:var(--line-height-secondary);margin:0}.auth-switch{margin:var(--space-6) 0 0;color:var(--text-muted);font-size:var(--font-size-secondary);text-align:left}.auth-switch--login,.auth-switch--recovery{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.auth-switch--center{text-align:center}.auth-success{justify-items:start;gap:14px;display:grid}.auth-success h1,.auth-success h2,.auth-success p{margin:0}.auth-success h2{font-size:24px}.auth-success p{color:var(--text-muted);line-height:1.6}.invitation-summary{border-block:1px solid var(--border);gap:12px;margin:24px 0 28px;padding:18px 0;display:grid}.invitation-summary div{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.invitation-summary dt{color:var(--text-muted);font-size:12px}.invitation-summary dd{text-align:right;margin:0;font-size:13px;font-weight:700}.existing-account-note{border:1px solid var(--border);color:var(--text-muted);background:var(--surface-subtle);border-radius:10px;margin:0;padding:14px;font-size:14px;line-height:1.5}.invitation-accepted{text-align:left}.acceptance-mark{color:#fff;background:var(--success);border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:18px;font-size:22px;font-weight:800;display:grid}.primary-link{color:var(--color-on-accent);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.invitation-resolving .form-error{margin-bottom:18px}.auth-page{background:var(--auth-background);grid-template-columns:minmax(26rem,1fr) minmax(27rem,32rem)}.auth-main{padding:var(--space-10) var(--space-6);background:0 0;order:2;place-items:center}.auth-panel{border-radius:var(--radius-auth-panel);width:min(100%,30rem);padding:var(--space-10);color:var(--steel-950);background:#fff;transform:translate(-100px)}.auth-panel h1{text-align:center;font-size:1.75rem}.auth-context{padding:var(--space-10);color:#fff;background:0 0;order:1}.auth-context .brand{color:#fff;gap:var(--space-3);font-size:1.25rem;line-height:1}.auth-context .brand img{filter:brightness(0)invert();width:2.25rem;height:2.25rem}.context-copy{max-width:36rem}.context-copy h2{letter-spacing:-.03em;font-size:1.75rem}.auth-context:is(.auth-context--login,.auth-context--forgot,.auth-context--register,.auth-context--reset) .context-copy h2{letter-spacing:-.035em;font-size:3.5rem;line-height:1.08}.context-copy p{color:var(--steel-950)}.rotating-login-message{color:#fff}.field input,.field select,.primary-button,.secondary-button{min-height:2.875rem}.primary-button{border-color:var(--brand-orange);color:#fff;background:var(--brand-orange);font-size:var(--font-size-body);font-weight:var(--font-weight-bold)}.primary-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.auth-panel button.primary-button{background:var(--auth-background);transition:filter var(--motion-fast) var(--ease-out), transform var(--motion-fast) var(--ease-out);border-color:#0000}.auth-panel button.primary-button:hover:not(:disabled){background:var(--auth-background);filter:brightness(.9);border-color:#0000}.auth-panel .field input,.auth-panel .field select{color:var(--steel-950);background:#fff;border-color:#10121733}.auth-panel .intro,.auth-panel .field label,.auth-panel .field-help,.auth-panel .auth-switch{color:var(--auth-text-secondary)}.auth-panel a{color:var(--color-accent-strong)}.auth-panel .field-label-row a,.auth-panel .auth-switch{font-size:var(--font-size-secondary)}.auth-panel .field-label-row a,.auth-panel .auth-switch a{font-weight:var(--font-weight-bold)}@media (max-width:850px){:is(html:has(.auth-page),body:has(.auth-page)){background:var(--auth-background-mobile)}.intro__desktop{display:none}.intro__mobile{display:inline}.auth-page{background:var(--auth-background-mobile);display:block}.auth-panel button.primary-button,.auth-panel button.primary-button:hover:not(:disabled){background:var(--auth-background-mobile)}.auth-context{min-height:auto;padding:max(var(--space-4), env(safe-area-inset-top)) var(--space-5) var(--space-4);color:#fff;background:0 0}.auth-context:before{display:none}.auth-context .brand{margin:0}.auth-context .brand img{width:2.25rem;height:2.25rem}.auth-context .brand span{display:inline}.auth-context .brand{gap:var(--space-3);font-size:1.25rem}.context-copy{display:none}.auth-context:is(.auth-context--login,.auth-context--forgot,.auth-context--register,.auth-context--reset) .context-copy{width:100%;max-width:none;margin:clamp(3.5rem,14vw,4.5rem) 0 0;padding:0;display:block}.auth-meta{bottom:max(var(--space-4), env(safe-area-inset-bottom));width:max-content;max-width:calc(100% - (var(--space-5) * 2));text-align:center;left:50%;transform:translate(-50%)}.auth-context:is(.auth-context--login,.auth-context--forgot,.auth-context--register,.auth-context--reset) .context-copy .rotating-login-message{letter-spacing:-.035em;min-height:2.3em;font-size:clamp(1.75rem,9.95vw,2.5rem);line-height:1.08}.auth-main{min-height:auto;padding:var(--space-10) var(--space-5) max(calc(var(--space-10) + 3rem), env(safe-area-inset-bottom));background:0 0;place-items:start center}.auth-panel{padding:var(--space-6);transform:none}.auth-panel h1{font-size:1.5rem}.auth-panel .auth-switch--login{gap:var(--space-2);white-space:nowrap;font-size:.8125rem}.auth-switch--login>*{flex-shrink:0}.workspace-grid{grid-template-columns:1fr}.security-header{padding-bottom:32px}.security-toolbar,.confirmation-panel,.invitation-confirmation,.password-setting-row{flex-direction:column;align-items:stretch}.password-setting-row .secondary-link{width:fit-content}.password-change-panel{grid-template-columns:1fr}.session-metadata{grid-template-columns:repeat(2,minmax(0,1fr))}.invitation-form{grid-template-columns:1fr 1fr}.invitation-form-copy{grid-column:1/-1}.member-filters{grid-template-columns:1fr 1fr}.member-search-field,.member-filter-actions{grid-column:1/-1}.member-admin-layout,.member-create-panel{grid-template-columns:1fr}.member-profile{grid-row:1;position:static}}@media (max-width:360px){.auth-panel .auth-switch--login{gap:var(--space-1);font-size:.65625rem}}@media (prefers-reduced-motion:reduce){.rotating-login-message__content{transition:none}}@media (max-width:560px){.workspace-page,.security-page,.employees-page,.members-page{padding:16px}.workspace-header,.security-header{align-items:flex-start}.workspace-actions{flex-direction:column;align-items:stretch}.security-header .secondary-link{min-height:38px;padding:0 12px;font-size:12px}.security-heading h1,.employees-heading h1{font-size:30px}.members-heading h1{font-size:1.875rem}.security-toolbar-actions,.confirmation-actions{display:grid}.session-row{grid-template-columns:36px minmax(0,1fr);gap:12px;padding:18px 16px}.session-device-icon{width:36px;height:36px}.session-revoke-button{grid-column:2;justify-self:start}.invitation-form{grid-template-columns:1fr;padding:18px}.invitation-form-copy{grid-column:auto}.invitation-summary div{flex-direction:column;align-items:flex-start;gap:4px}.invitation-summary dd{text-align:left}.members-header-links,.member-create-form,.member-filter-actions,.member-role-editor>div,.member-filters{grid-template-columns:1fr;width:100%;display:grid}.member-search-field,.member-filter-actions{grid-column:auto}.member-profile{padding:20px}.member-profile-details div{flex-direction:column;align-items:flex-start;gap:5px}.member-profile-details dd{text-align:left}.member-lifecycle-actions{display:grid}.member-create-submit{flex-direction:column;align-items:stretch}}@media (max-width:520px){.workspace-page{padding:16px}.workspace-header{align-items:flex-start}.workspace-header .brand span{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
@font-face{font-family:Google Sans;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/google-sans/google-sans-cyrillic-ext.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Google Sans;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/google-sans/google-sans-cyrillic.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Google Sans;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/google-sans/google-sans-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Google Sans;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/google-sans/google-sans-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Google Sans;font-style:italic;font-weight:400 700;font-display:swap;src:url(/fonts/google-sans/google-sans-cyrillic-ext-italic.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Google Sans;font-style:italic;font-weight:400 700;font-display:swap;src:url(/fonts/google-sans/google-sans-cyrillic-italic.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Google Sans;font-style:italic;font-weight:400 700;font-display:swap;src:url(/fonts/google-sans/google-sans-latin-ext-italic.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Google Sans;font-style:italic;font-weight:400 700;font-display:swap;src:url(/fonts/google-sans/google-sans-latin-italic.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand-orange:#ff5000;--brand-orange-pressed:#c73e00;--brand-orange-soft:#fff1eb;--auth-background:radial-gradient(ellipse at 66% 46%, #ff67186b 0%, transparent 58%), linear-gradient(104deg, #b92200 0%, #ce2900 24%, #e53500 46%, var(--brand-orange) 73%, #ef3d00 100%);--auth-background-mobile:radial-gradient(circle at 74% 38%, #ff7022c7 0%, #ff50002e 34%, transparent 63%), linear-gradient(108deg, #c52b00 0%, #df3700 27%, var(--brand-orange) 61%, #ff5c12 82%, #e23a00 100%);--steel-950:#101217;--steel-900:#181b22;--steel-800:#262b34;--steel-600:#5d6572;--steel-500:#737c89;--steel-300:#b5bbc4;--steel-200:#dfe2e7;--steel-100:#f0f2f5;--steel-50:#f7f8fa;--auth-text-secondary:#454b55;--color-canvas:#f3f4f6;--color-surface:#fff;--color-surface-elevated:#fff;--color-surface-muted:var(--steel-50);--color-foreground:var(--steel-950);--color-foreground-muted:var(--steel-600);--color-border:var(--steel-200);--color-border-strong:var(--steel-300);--color-accent:var(--brand-orange);--color-accent-strong:var(--brand-orange-pressed);--color-on-accent:var(--steel-950);--color-accent-hover:#e64700;--color-accent-soft:var(--brand-orange-soft);--color-danger:#a9251b;--color-on-danger:#fff;--color-danger-soft:#feefed;--color-warning:#765800;--color-warning-soft:#fff5cc;--color-success:#117346;--color-success-soft:#e2f6eb;--color-label-neutral:var(--steel-600);--color-label-orange:var(--color-accent-strong);--color-label-blue:#2463b4;--color-label-green:var(--color-success);--color-label-violet:#6d4cc7;--color-label-red:var(--color-danger);--color-focus:var(--brand-orange);--color-disabled:var(--steel-500);--color-overlay:#111216ad;--background:var(--color-canvas);--surface:var(--color-surface);--surface-subtle:var(--color-surface-muted);--text:var(--color-foreground);--text-muted:var(--color-foreground-muted);--border:var(--color-border);--accent:var(--color-accent);--accent-hover:var(--color-accent-hover);--accent-soft:var(--color-accent-soft);--danger:var(--color-danger);--danger-soft:var(--color-danger-soft);--success:var(--color-success);--font-sans:"Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;--font-size-caption:.75rem;--font-size-secondary:.875rem;--font-size-body:.9375rem;--font-size-subheading:1.125rem;--font-size-heading:1.5rem;--font-size-display:2rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-caption:1.35;--line-height-secondary:1.4;--line-height-body:1.5;--line-height-subheading:1.3;--line-height-heading:1.2;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--size-touch:2.75rem;--radius-small:.375rem;--radius-medium:.625rem;--radius-large:.875rem;--radius-auth-panel:1.25rem;--radius-shell-panel:1.25rem;--radius-pill:999px;--elevation-menu:0 3px 8px #1012171a;--elevation-modal:0 16px 36px #1012173d;--motion-fast:.15s;--motion-standard:.22s;--ease-out:cubic-bezier(.22, 1, .36, 1);--z-sticky:20;--z-dropdown:30;--z-overlay:40;--z-modal:50;--z-toast:60;--z-tooltip:70}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-canvas:#111319;--color-surface:#191c23;--color-surface-elevated:#22262f;--color-surface-muted:#292e38;--color-foreground:#f6f7f9;--color-foreground-muted:#b9bec7;--color-border:#3e434d;--color-border-strong:#5f6670;--color-accent:#ff6843;--color-accent-strong:#ff896c;--color-on-accent:#111216;--color-accent-hover:#ff7c5b;--color-accent-soft:#48251c;--color-danger:#ffaaa3;--color-on-danger:#111216;--color-danger-soft:#452728;--color-warning:#ffd075;--color-warning-soft:#453717;--color-success:#74d8a7;--color-success-soft:#173c2c;--color-label-neutral:#b9bec7;--color-label-orange:var(--color-accent-strong);--color-label-blue:#83b4ff;--color-label-green:var(--color-success);--color-label-violet:#bd9cff;--color-label-red:var(--color-danger);--color-focus:#ff7b48;--color-disabled:#7b818c;--color-overlay:#050608c7}@media (prefers-color-scheme:dark){:root:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-canvas:#111319;--color-surface:#191c23;--color-surface-elevated:#22262f;--color-surface-muted:#292e38;--color-foreground:#f6f7f9;--color-foreground-muted:#b9bec7;--color-border:#3e434d;--color-border-strong:#5f6670;--color-accent:#ff6843;--color-accent-strong:#ff896c;--color-on-accent:#111216;--color-accent-hover:#ff7c5b;--color-accent-soft:#48251c;--color-danger:#ffaaa3;--color-on-danger:#111216;--color-danger-soft:#452728;--color-warning:#ffd075;--color-warning-soft:#453717;--color-success:#74d8a7;--color-success-soft:#173c2c;--color-label-neutral:#b9bec7;--color-label-orange:var(--color-accent-strong);--color-label-blue:#83b4ff;--color-label-green:var(--color-success);--color-label-violet:#bd9cff;--color-label-red:var(--color-danger);--color-focus:#ff7b48;--color-disabled:#7b818c;--color-overlay:#050608c7}}@media (prefers-contrast:more){:root{--color-border:currentColor}}
.ui-button,.ui-icon-button,.ui-input,.ui-textarea,.ui-select,.ui-checkbox{outline:none}.ui-button,.ui-icon-button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-medium);cursor:pointer;min-width:0;transition:background-color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);font-weight:700;display:inline-flex}.ui-button{min-height:var(--size-touch);padding:0 var(--space-4);border:1px solid #0000}.ui-button--small{min-height:var(--size-touch);padding-inline:var(--space-3);font-size:.875rem}.ui-button--large{min-height:3rem;padding-inline:var(--space-5)}.ui-button--primary{color:var(--color-on-accent);background:var(--color-accent)}.ui-button--primary:hover:not(:disabled){background:var(--color-accent-hover)}.ui-button--secondary{border-color:var(--color-border);color:var(--color-foreground);background:var(--color-surface)}.ui-button--secondary:hover:not(:disabled),.ui-button--ghost:hover:not(:disabled),.ui-icon-button:hover:not(:disabled){background:var(--color-surface-muted)}.ui-button--ghost,.ui-icon-button--ghost{color:var(--color-foreground);background:0 0}.ui-button--danger,.ui-icon-button--danger{color:var(--color-on-danger);background:var(--color-danger)}.ui-button:disabled,.ui-icon-button:disabled,.ui-input:disabled,.ui-textarea:disabled,.ui-select[data-disabled]{cursor:not-allowed;opacity:.62}.ui-button__spinner,.ui-spinner{animation:.8s linear infinite ui-spin}.ui-icon-button{width:var(--size-touch);height:var(--size-touch);border:0;padding:0}.ui-input,.ui-textarea,.ui-select{width:100%;min-height:var(--size-touch);border:1px solid var(--color-border);border-radius:var(--radius-medium);color:var(--color-foreground);background:var(--color-surface)}.ui-input,.ui-textarea{padding:0 var(--space-3)}.ui-textarea{min-height:7rem;padding-block:var(--space-3);resize:vertical}.ui-input::placeholder,.ui-textarea::placeholder{color:var(--color-foreground-muted);opacity:1}.ui-select{justify-content:space-between;align-items:center;gap:var(--space-3);padding:0 var(--space-3);display:inline-flex}.ui-select-content,.ui-menu{z-index:var(--z-modal);min-width:var(--radix-select-trigger-width,12rem);border:1px solid var(--color-border);border-radius:var(--radius-medium);padding:var(--space-1);color:var(--color-foreground);background:var(--color-surface-elevated);box-shadow:var(--elevation-menu);overflow:hidden}.ui-select-item,.ui-menu__item{min-height:var(--size-touch);align-items:center;gap:var(--space-2);border-radius:var(--radius-small);padding:0 var(--space-3);cursor:default;-webkit-user-select:none;user-select:none;outline:none;display:flex}.ui-select-item{padding-left:2rem}.ui-select-item[data-highlighted],.ui-menu__item[data-highlighted]{background:var(--color-surface-muted)}.ui-select-item[data-disabled],.ui-menu__item[data-disabled]{color:var(--color-disabled)}.ui-select-item__indicator{left:var(--space-2);position:absolute}.ui-menu__item{justify-content:space-between}.ui-checkbox-label{align-items:center;gap:var(--space-2);cursor:pointer;display:inline-flex}.ui-checkbox{border:1px solid var(--color-border);border-radius:var(--radius-small);color:#fff;background:var(--color-surface);flex:none;place-items:center;width:1.25rem;height:1.25rem;display:inline-grid}.ui-checkbox[data-state=checked]{border-color:var(--color-accent);background:var(--color-accent)}.ui-avatar{color:var(--color-accent);background:var(--color-accent-soft);border-radius:50%;flex:none;place-items:center;font-weight:750;display:inline-grid;overflow:hidden}.ui-avatar--small{width:2rem;height:2rem;font-size:.75rem}.ui-avatar--medium{width:2.5rem;height:2.5rem;font-size:.875rem}.ui-avatar--large{width:3.5rem;height:3.5rem;font-size:1rem}.ui-avatar__image{object-fit:cover;width:100%;height:100%}.ui-badge{min-height:1.5rem;padding:0 var(--space-2);color:var(--color-foreground);background:var(--color-surface-muted);border-radius:999px;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.ui-badge--accent{color:var(--color-accent-strong);background:var(--color-accent-soft)}.ui-badge--success{color:var(--color-success);background:var(--color-success-soft)}.ui-badge--warning{color:var(--color-warning);background:var(--color-warning-soft)}.ui-badge--danger{color:var(--color-danger);background:var(--color-danger-soft)}.ui-overlay{z-index:var(--z-overlay);background:var(--color-overlay);animation:ui-fade-in var(--motion-fast) var(--ease-out);position:fixed;inset:0}.ui-dialog{z-index:var(--z-modal);border-radius:var(--radius-large);width:min(100vw - 2rem,32rem);max-height:min(42rem,100dvh - 2rem);color:var(--color-foreground);background:var(--color-surface-elevated);box-shadow:var(--elevation-modal);animation:ui-dialog-in var(--motion-standard) var(--ease-out);position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.ui-drawer{width:min(28rem,100vw);height:100dvh;max-height:none;animation:ui-drawer-in var(--motion-standard) var(--ease-out);border-radius:0;top:0;left:auto;right:0;transform:none}.ui-dialog__header,.ui-dialog__footer{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-5);display:flex}.ui-dialog__header{border-bottom:1px solid var(--color-border)}.ui-dialog__footer{border-top:1px solid var(--color-border);justify-content:flex-end}.ui-dialog__header h2{margin:0;font-size:1.125rem}.ui-dialog__header p{margin:var(--space-1) 0 0;color:var(--color-foreground-muted);line-height:1.5}.ui-dialog__body{padding:var(--space-5)}.ui-tooltip{z-index:var(--z-tooltip);border-radius:var(--radius-small);max-width:18rem;padding:var(--space-2) var(--space-3);color:var(--color-surface);background:var(--color-foreground);font-size:.8125rem;line-height:1.4}.ui-tooltip__arrow{fill:var(--color-foreground)}.ui-toast-viewport{z-index:var(--z-toast);right:max(var(--space-4), env(safe-area-inset-right));bottom:max(var(--space-4), env(safe-area-inset-bottom));gap:var(--space-2);flex-direction:column;width:min(24rem,100vw - 2rem);max-height:calc(100dvh - 2rem);margin:0;padding:0;list-style:none;display:flex;position:fixed}.ui-toast{justify-content:space-between;align-items:flex-start;gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-large);padding:var(--space-4);color:var(--color-foreground);background:var(--color-surface-elevated);box-shadow:var(--elevation-menu);display:flex}.ui-toast--danger{border-color:var(--color-danger)}.ui-toast--warning{border-color:var(--color-warning)}.ui-toast--success{border-color:var(--color-success)}.ui-toast [data-radix-toast-title]{font-weight:750}.ui-toast [data-radix-toast-description]{margin-top:var(--space-1);color:var(--color-foreground-muted)}.ui-spinner{border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:1.25rem;height:1.25rem;display:inline-block}.ui-skeleton{border-radius:var(--radius-small);background:var(--color-surface-muted);min-height:1rem;animation:1.4s ease-in-out infinite ui-pulse;display:block}.ui-state{justify-items:start;gap:var(--space-3);max-width:34rem;padding:var(--space-8);display:grid}.ui-state>svg{color:var(--color-foreground-muted)}.ui-state h2,.ui-state p{margin:0}.ui-state p{max-width:65ch;color:var(--color-foreground-muted);line-height:1.6}.ui-state--error>svg,.ui-state--error small{color:var(--color-danger)}.ui-button:focus-visible,.ui-icon-button:focus-visible,.ui-input:focus-visible,.ui-textarea:focus-visible,.ui-select:focus-visible,.ui-checkbox:focus-visible,.ui-select-item:focus-visible,.ui-menu__item:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--color-focus) 42%, transparent)}@keyframes ui-spin{to{transform:rotate(360deg)}}@keyframes ui-pulse{50%{opacity:.55}}@keyframes ui-fade-in{0%{opacity:0}}@keyframes ui-dialog-in{0%{opacity:0;transform:translate(-50%,-48%)}}@keyframes ui-drawer-in{0%{transform:translate(1.5rem)}}@media (prefers-reduced-motion:reduce){.ui-button,.ui-icon-button,.ui-overlay,.ui-dialog,.ui-drawer,.ui-skeleton,.ui-button__spinner,.ui-spinner{transition-duration:1ms;animation-duration:1ms}}
