@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Sans+Condensed:wght@500;600;700&display=swap";.auth-page{grid-template-columns:1fr 1.1fr;min-height:100svh;display:grid}.auth-side{background:var(--term-bg);color:var(--term-text);justify-content:center;align-items:center;padding:48px 56px;display:flex;position:relative;overflow:hidden}.auth-side:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffff0d 1px,#0000 0);background-size:22px 22px;position:absolute;inset:0}.auth-side:after{content:"";pointer-events:none;background:radial-gradient(circle,#2798e42e,#0000 60%);width:600px;height:600px;position:absolute;top:-200px;right:-240px}.auth-side>*{z-index:1;position:relative}.auth-brand{text-align:center;color:#fff;flex-direction:column;align-items:center;gap:14px;text-decoration:none;display:flex}.auth-brand-mark{width:72px;height:72px}.auth-brand-name{font-family:var(--font-condensed);letter-spacing:.08em;color:#fff;font-size:30px;font-weight:700}.auth-brand-version{font-family:var(--font-mono);color:var(--term-text-dim);text-transform:uppercase;letter-spacing:.1em;font-size:12px}.auth-main{background:var(--bg);justify-content:center;align-items:center;padding:48px 32px;display:flex}.auth-card{width:100%;max-width:420px}.step-eyebrow{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:600;display:inline-flex}.step-eyebrow .num{color:var(--brand);font-weight:700}.step-eyebrow .back{color:var(--brand);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.step-eyebrow .back:hover{color:var(--brand-hover)}.step-eyebrow .back svg{width:11px;height:11px}.auth-card h1{font-family:var(--font-condensed);letter-spacing:-.02em;color:var(--text);margin:0 0 8px;font-size:32px;font-weight:700;line-height:1.1}.auth-card h1 em{color:var(--brand);font-style:normal}.auth-card .lead{color:var(--text-muted);margin:0 0 32px;font-size:14.5px;line-height:1.55}.auth-card .lead b{color:var(--text);font-weight:600}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex;position:relative}.auth-field-label{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;font-size:11px;font-weight:500;display:flex}.auth-field-label a{font-family:var(--font-mono);color:var(--brand);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600;text-decoration:none}.auth-field-label a:hover{color:var(--brand-hover);text-decoration:underline}.auth-field-error{font-family:var(--font-mono);color:var(--danger);margin-top:2px;font-size:11px}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-wrap>svg{width:16px;height:16px;color:var(--text-dim);pointer-events:none;position:absolute;left:14px}.auth-input-wrap>input{width:100%;font-family:var(--font-mono);background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;padding:13px 14px 13px 42px;font-size:14px;transition:border-color .12s,box-shadow .12s}.auth-input-wrap>input:hover{border-color:var(--border-strong)}.auth-input-wrap>input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2798e424}.auth-input-wrap>input::placeholder{color:var(--text-dim)}.auth-input-wrap>input[aria-invalid=true]{border-color:var(--danger)}.auth-input-wrap.has-toggle>input{padding-right:48px}.auth-toggle-pwd{width:32px;height:32px;color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;place-items:center;display:grid;position:absolute;right:8px}.auth-toggle-pwd:hover{color:var(--brand);background:var(--brand-soft)}.auth-toggle-pwd svg{width:16px;height:16px}.auth-remember{color:var(--text-2);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:inline-flex}.auth-remember input{width:14px;height:14px;accent-color:var(--brand);cursor:pointer}.auth-btn-submit{width:100%;font-family:var(--font-sans);color:#fff;background:var(--brand);cursor:pointer;box-shadow:var(--shadow-brand);border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:13px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:background .12s,transform 50ms;display:inline-flex}.auth-btn-submit:hover{background:var(--brand-hover)}.auth-btn-submit:active{transform:translateY(1px)}.auth-btn-submit:disabled{opacity:.65;cursor:not-allowed}.auth-btn-submit svg{width:14px;height:14px}.auth-help{border-top:1px solid var(--border-soft);font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:28px;padding-top:20px;font-size:11px;display:flex}.auth-help a{color:var(--brand);font-weight:600;text-decoration:none}.auth-help a:hover{color:var(--brand-hover);text-decoration:underline}.auth-success-ico{background:var(--positive-soft);width:56px;height:56px;color:var(--positive);border-radius:14px;place-items:center;margin-bottom:20px;display:grid}.auth-success-ico svg{width:28px;height:28px}.auth-callout{background:var(--bg-soft);border:1px solid var(--border);color:var(--text-2);border-radius:6px;align-items:flex-start;gap:10px;margin-top:24px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.auth-callout.brand{background:var(--brand-soft);border-color:var(--brand-border)}.auth-callout svg{width:16px;height:16px;color:var(--brand);flex-shrink:0;margin-top:1px}.auth-callout b{color:var(--text);font-weight:600}.auth-callout-actions{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;gap:14px;margin-top:8px;font-size:11px;font-weight:600;display:flex}.auth-callout-actions a{color:var(--brand);text-decoration:none}.auth-callout-actions a:hover{text-decoration:underline}.pwd-strength{flex-direction:column;gap:6px;margin-top:8px;display:flex}.pwd-strength-bar{gap:4px;height:4px;display:flex}.pwd-strength-bar span{background:var(--border);border-radius:2px;flex:1;transition:background .18s}.pwd-strength[data-level="1"] .pwd-strength-bar span:nth-child(-n+1){background:#dc2626}.pwd-strength[data-level="2"] .pwd-strength-bar span:nth-child(-n+2){background:var(--warn)}.pwd-strength[data-level="3"] .pwd-strength-bar span:nth-child(-n+3){background:var(--brand)}.pwd-strength[data-level="4"] .pwd-strength-bar span{background:var(--positive)}.pwd-strength-rules{font-family:var(--font-mono);color:var(--text-muted);grid-template-columns:1fr 1fr;gap:4px 12px;margin-top:4px;font-size:11px;display:grid}.pwd-rule{align-items:center;gap:6px;display:inline-flex}.pwd-rule-check{border:1px solid var(--border-strong);border-radius:50%;flex-shrink:0;place-items:center;width:12px;height:12px;display:inline-grid}.pwd-rule-check svg{color:#0000;width:8px;height:8px}.pwd-rule.ok .pwd-rule-check{background:var(--positive);border-color:var(--positive)}.pwd-rule.ok .pwd-rule-check svg{color:#fff}.pwd-rule.ok{color:var(--text-2)}@media (width<=900px){.auth-page{grid-template-columns:1fr}.auth-side{min-height:auto;padding:32px 24px}.auth-side:after{top:-100px;right:-150px}.auth-brand-mark{width:56px;height:56px}.auth-brand-name{font-size:24px}.auth-main{padding:32px 20px}}@layer components;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:var(--font-sans);--font-mono:var(--font-mono);--spacing:.25rem;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--animate-spin:spin 1s linear infinite;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:15.5px;line-height:1.6;transition:background .3s,color .3s}h1 em,h2 em,h3 em,.stat-num em,.k em,.logo em{color:var(--brand);font-style:normal}h1,h2{font-family:var(--font-condensed);letter-spacing:-.025em;text-wrap:balance;color:var(--text);margin:0;font-weight:700;line-height:1.04}h1{font-size:clamp(40px,5.4vw,68px);line-height:1.02}h2{font-size:clamp(32px,4vw,44px)}h3{font-family:var(--font-condensed);letter-spacing:-.015em;margin:0;font-size:19px;font-weight:700}.tnum{font-variant-numeric:tabular-nums}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}}@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.h-svh{height:100svh}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:calc(var(--spacing) * 4)}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.text-muted{color:var(--muted)}.text-muted-foreground{color:var(--muted-foreground)}.uppercase{text-transform:uppercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root,[data-theme=light]{--bg:#fff;--bg-soft:#f3f8fc;--bg-elev:#e6f1fa;--bg-panel:#f8fbfd;--border:#d8e3ee;--border-strong:#b6c8d8;--border-soft:#e8eef5;--text:#1a1a1a;--text-2:#2a2a2a;--text-muted:#5a5a5a;--text-dim:#888;--brand:#2798e4;--brand-hover:#1a7dc4;--brand-soft:#e6f4fd;--brand-border:#b8e0f4;--accent:#2798e4;--accent-hover:#1a7dc4;--accent-soft:#e6f4fd;--term-bg:#2f2f2f;--term-bg-2:#383838;--term-border:#404040;--term-text:#d8d8d8;--term-text-dim:#9a9a9a;--term-prompt:#5cb1ee;--term-cursor:#2798e4;--positive:#059669;--positive-soft:#d1fae5;--warn:#c2730d;--warn-soft:#fdf2dc;--danger:#dc2626;--danger-soft:#dc26261a;--shadow-xs:0 1px 2px #1a1a1a0d;--shadow-sm:0 2px 8px #1a1a1a12;--shadow-md:0 8px 24px -8px #1a1a1a21;--shadow-lg:0 24px 48px -12px #1a1a1a2b;--shadow-brand:0 12px 28px -8px #2798e452;--font-sans:"IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-condensed:"IBM Plex Sans Condensed", "IBM Plex Sans", sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;--sidebar-w:248px;--topbar-h:56px;--bg-app:var(--bg-soft);--surface:var(--bg);--background:var(--bg);--foreground:var(--text);--card:var(--surface);--card-foreground:var(--text);--popover:var(--surface);--popover-foreground:var(--text);--primary:var(--brand);--primary-foreground:#fff;--secondary:var(--bg-soft);--secondary-foreground:var(--text);--muted:var(--bg-soft);--muted-foreground:var(--text-muted);--accent-foreground:var(--brand);--destructive:var(--danger);--input:var(--border);--ring:var(--brand);--sidebar:var(--surface);--sidebar-foreground:var(--text);--sidebar-primary:var(--brand);--sidebar-primary-foreground:#fff;--sidebar-accent:var(--brand-soft);--sidebar-accent-foreground:var(--brand);--sidebar-border:var(--border);--sidebar-ring:var(--brand);--radius:6px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-sidebar=collapsed]{--sidebar-w:64px}[data-theme=dark]{--bg:#1f1f1f;--bg-soft:#262626;--bg-elev:#2f2f2f;--bg-panel:#353535;--border:#3d3d3d;--border-strong:#4d4d4d;--border-soft:#2a2a2a;--text:#f0f0f0;--text-2:#d4d4d4;--text-muted:#999;--text-dim:#6e6e6e;--brand:#4cb0f0;--brand-hover:#2798e4;--brand-soft:#4cb0f024;--brand-border:#4cb0f059;--accent:#4cb0f0;--accent-hover:#2798e4;--accent-soft:#4cb0f024;--positive:#34d399;--positive-soft:#34d39924;--warn:#f59e0b;--warn-soft:#f59e0b24;--danger:#f87171;--danger-soft:#f871712e;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 2px 8px #00000059;--shadow-md:0 8px 24px -8px #00000073;--shadow-lg:0 24px 48px -12px #0000008c;--shadow-brand:0 12px 28px -8px #4cb0f066;--bg-app:#1a1a1a;--surface:#232323;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}
