.shell{--orange: #ff6b35;--black: #000000;--surface: #0a0a0a;--border: rgba(255, 255, 255, .1);--text: #ffffff;--muted: rgba(255, 255, 255, .65);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--black);color:var(--text);font-family:Inter,Helvetica Neue,Arial,sans-serif}.shell__gradient-bar{height:4px;background:linear-gradient(90deg,#ff6b35,#e040fb 35%,#7c4dff 65%,#2979ff)}.shell__sidebar{position:fixed;top:4px;left:0;bottom:0;width:240px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:24px 16px;z-index:10}.shell__brand{display:flex;gap:12px;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--border)}.shell__logo{height:40px;width:auto}.shell__product{font-weight:700;font-size:1rem;letter-spacing:-.02em}.shell__tag{font-size:.6875rem;color:var(--muted)}.shell__nav{display:flex;flex-direction:column;gap:4px;flex:1}.shell__nav a{padding:10px 12px;border-radius:8px;color:var(--muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.shell__nav a:hover{background:#ffffff0d;color:var(--text)}.shell__nav a.active{background:#ff6b351f;color:var(--orange)}.shell__nav-section{margin-top:4px}.shell__nav-section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border:none;border-radius:8px;background:transparent;color:#ffffffb8;font-family:inherit;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .15s,color .15s}.shell__nav-section-toggle:hover{background:#ffffff0d;color:#fff}.shell__nav-section--active .shell__nav-section-toggle{color:#ff6b35e6}.shell__nav-section-chevron{width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .15s ease;flex-shrink:0;margin-top:-2px}.shell__nav-section--open .shell__nav-section-chevron{transform:rotate(-135deg);margin-top:2px}.shell__nav-section-items{display:flex;flex-direction:column;gap:2px;padding-left:10px;border-left:1px solid rgba(255,255,255,.08);margin:2px 0 6px 12px}.shell__nav-sub{padding:8px 12px;border-radius:8px;color:var(--muted);text-decoration:none;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s}.shell__nav-sub:hover{background:#ffffff0d;color:var(--text)}.shell__nav-sub.active{background:#ff6b351f;color:var(--orange)}.shell__nav-sub--nested{padding-left:22px;font-size:.75rem}.shell-alerts{display:flex;flex-direction:column;gap:8px;margin:-12px 0 20px}.shell-alert{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:12px 16px;border-radius:10px;font-size:.875rem;line-height:1.4}.shell-alert__content{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.shell-alert__content strong{font-size:1rem;font-weight:800}.shell-alert__link{flex-shrink:0;font-size:.8125rem;font-weight:700;text-decoration:none;padding:6px 12px;border-radius:8px;transition:background .15s ease,color .15s ease}.shell-alert--critical{background:#ef44441f;border:1px solid rgba(239,68,68,.45);color:#fecaca}.shell-alert--critical .shell-alert__link{color:#fff;background:#ef444459}.shell-alert--critical .shell-alert__link:hover{background:#ef444480}.shell-alert--low{background:#94a3b81a;border:1px solid rgba(148,163,184,.28);color:#ffffffb8}.shell-alert--low .shell-alert__link{color:#ffffffe0;background:#94a3b82e}.shell-alert--low .shell-alert__link:hover{background:#94a3b847}.shell__user{border-top:1px solid var(--border);padding-top:16px}.shell__mode-switch{width:100%;padding:8px 12px;margin-bottom:8px;font-size:.75rem;font-weight:600;font-family:inherit;color:var(--muted);background:#ff6b3514;border:1px solid rgba(255,107,53,.25);border-radius:8px;cursor:pointer}.shell__mode-switch:hover{color:#ff6b35;border-color:#ff6b3573}.shell__user-link{display:block;text-decoration:none;color:inherit;margin-bottom:4px;border-radius:8px;padding:4px 6px;margin-left:-6px;margin-right:-6px;transition:background .15s}.shell__user-link:hover{background:#ffffff0f}.shell__user-name{font-size:.8125rem;font-weight:600}.shell__user-email{font-size:.75rem;color:var(--muted);margin:4px 0 0;word-break:break-all}.shell__logout{width:100%;padding:8px 12px;margin-top:12px;font-size:.8125rem;font-family:inherit;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer}.shell__logout:hover{border-color:var(--orange);color:var(--orange)}.shell__main{margin-left:240px;margin-top:4px;padding:32px 24px 48px;min-height:calc(100vh - 4px)}@media(max-width:768px){.shell__sidebar{position:relative;width:100%;top:0}.shell__main{margin-left:0}.shell{flex-direction:column}}.login{--color-black: #000000;--color-white: #ffffff;--color-orange: #ff6b35;--color-orange-hover: #ff8555;--color-orange-active: #e55a28;--color-text-muted: rgba(255, 255, 255, .72);--color-text-dim: rgba(255, 255, 255, .48);--color-border: rgba(255, 255, 255, .12);--color-surface: #0a0a0a;--color-error: #ff4d4d;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius: 8px;--font: "Inter", "Helvetica Neue", Arial, sans-serif;min-height:100vh;min-height:100dvh;background:var(--color-black);color:var(--color-white);font-family:var(--font);display:flex;flex-direction:column;position:relative;overflow:hidden}.login__gradient-bar{height:4px;flex-shrink:0;background:linear-gradient(90deg,var(--color-orange) 0%,#e040fb 35%,#7c4dff 65%,#2979ff 100%)}.login__body{flex:1;display:flex;align-items:center;justify-content:center;padding:var(--space-xl) var(--space-md);z-index:1}.login__panel{width:100%;max-width:400px;padding:var(--space-2xl) var(--space-xl)}.login__brand{text-align:center;margin-bottom:var(--space-2xl)}.login__logo-wrap{display:flex;justify-content:center;margin-bottom:var(--space-lg);padding:var(--space-md)}.login__logo{display:block;width:auto;height:72px;object-fit:contain}.login__product{font-size:2rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:var(--space-sm)}.login__subtitle{font-size:.875rem;font-weight:400;color:var(--color-text-muted);letter-spacing:.02em}.login__form{display:flex;flex-direction:column;gap:var(--space-md)}.login__field label,.login__field-label{display:block;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.login__mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px}.login__mode-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;font-size:.875rem;font-weight:600;font-family:inherit;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.login__mode-btn:hover:not(:disabled){color:var(--color-white);border-color:#fff3}.login__mode-btn--active{color:var(--color-white);background:#ff6b351f;border-color:#ff6b3573}.login__mode-btn:disabled{opacity:.6;cursor:not-allowed}.login__mode-hint{margin:8px 0 0;font-size:.75rem;color:var(--color-text-dim);line-height:1.4}.login__field input{width:100%;padding:12px var(--space-md);font-size:1rem;font-family:inherit;color:var(--color-white);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color .16s ease,box-shadow .16s ease}.login__field input::placeholder{color:var(--color-text-dim)}.login__field input:focus{outline:none;border-color:var(--color-orange);box-shadow:0 0 0 3px #ff6b3533}.login__field input:disabled{opacity:.6;cursor:not-allowed}.login__password-wrap{position:relative}.login__password-wrap input{padding-right:72px}.login__toggle-pw{position:absolute;right:var(--space-sm);top:50%;transform:translateY(-50%);background:none;border:none;color:var(--color-text-muted);font-size:.75rem;font-weight:500;cursor:pointer;padding:var(--space-xs) var(--space-sm);font-family:inherit}.login__toggle-pw:hover{color:var(--color-white)}.login__error{padding:var(--space-md);border-radius:var(--radius);background:#ff4d4d1f;border:1px solid rgba(255,77,77,.35);color:#ffb3b3;font-size:.875rem}.login__success{padding:var(--space-md);border-radius:var(--radius);background:#4caf501f;border:1px solid rgba(76,175,80,.35);color:#b8e6b9;font-size:.875rem}.login__submit{margin-top:var(--space-sm);width:100%;padding:14px var(--space-md);font-size:1rem;font-weight:700;font-family:inherit;color:var(--color-black);background:var(--color-orange);border:none;border-radius:var(--radius);cursor:pointer;transition:background .16s ease,transform .1s ease}.login__submit:hover:not(:disabled){background:var(--color-orange-hover)}.login__submit:active:not(:disabled){background:var(--color-orange-active);transform:scale(.99)}.login__submit:disabled{opacity:.65;cursor:not-allowed}.login__forgot{margin-top:12px;text-align:center;font-size:.8125rem}.login__forgot a{color:#fff9;text-decoration:none}.login__forgot a:hover{color:#ff6b35}.login__submit:focus-visible{outline:2px solid var(--color-white);outline-offset:2px}.login__tagline{margin-top:var(--space-2xl);text-align:center;font-size:.75rem;font-weight:300;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-dim)}.login__wave{position:absolute;bottom:0;left:0;right:0;height:120px;pointer-events:none;opacity:.35;mask-image:linear-gradient(to top,black 30%,transparent 100%);-webkit-mask-image:linear-gradient(to top,black 30%,transparent 100%)}.login__wave img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.auth-loading{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md, 16px);background:#000;color:#ffffffb8;font-family:Inter,sans-serif}.auth-loading__spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.12);border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:480px){.login__logo{height:88px}.login__product{font-size:2.25rem}}@media(prefers-reduced-motion:reduce){.auth-loading__spinner{animation:none;border-top-color:#fff6}.login__submit:active:not(:disabled){transform:none}}:root{--color-black: #000000;--color-white: #ffffff;--color-orange: #ff6b35;--font: "Inter", "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;color-scheme:dark}body{font-family:var(--font);background:var(--color-black);color:var(--color-white);min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased}#root{min-height:100vh;min-height:100dvh}select{color-scheme:dark;accent-color:var(--color-orange)}select option,select optgroup{background-color:#0a0a0a;color:#fff}.dashboard{max-width:960px}.dashboard__header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard__eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.14em;color:var(--color-orange);margin-bottom:8px}.dashboard h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.dashboard__meta{margin-top:8px;font-size:.875rem;color:#fff9}.dashboard__logout{display:none}.dashboard__card{padding:24px;background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-radius:8px}.dashboard__card h2{font-size:1.125rem;margin-bottom:8px}.dashboard__card p{font-size:.9375rem;color:#ffffffb8;line-height:1.5;margin-bottom:16px}.dashboard__link{display:inline-block;font-size:.875rem;font-weight:600;color:#ff6b35;text-decoration:none}.dashboard__link:hover{text-decoration:underline}
