.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-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;transition:color .15s,border-color .15s}.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}}.app-mobile-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;padding-bottom:env(safe-area-inset-bottom,0)}.app-mobile-shell__header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top,12px));background:var(--surface);border-bottom:1px solid var(--border)}.app-mobile-shell__header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b35,#e040fb 35%,#7c4dff 65%,#2979ff)}.app-mobile-shell__header-start{display:flex;align-items:center;gap:10px;min-width:0}.app-mobile-shell__back{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0f;color:var(--text);text-decoration:none;font-size:1.125rem;border:none}.app-mobile-shell__back--placeholder{visibility:hidden}.app-mobile-shell__eyebrow{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);margin:0}.app-mobile-shell__title{font-size:1rem;font-weight:700;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-mobile-shell__header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.app-mobile-shell__mode-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--muted);background:transparent;border:1px solid var(--border);cursor:pointer}.app-mobile-shell__mode-btn:hover{color:var(--orange);border-color:#ff6b3566}.app-mobile-shell__logout{padding:6px 10px;font-size:.75rem;font-family:inherit;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer}.app-mobile-shell__main{flex:1;padding:16px 16px 8px;overflow-x:hidden}.app-mobile-shell__tabbar{display:flex;border-top:1px solid var(--border);background:var(--surface);padding-bottom:env(safe-area-inset-bottom,0)}.app-mobile-shell__tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;color:var(--muted);text-decoration:none;font-size:.625rem;font-weight:600}.app-mobile-shell__tabbar a.active{color:var(--orange)}.app-mobile-shell__tab-icon-wrap{position:relative;display:inline-flex}.app-mobile-shell__tab-badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--orange);color:#000;font-size:.5625rem;font-weight:700;line-height:16px;text-align:center}.app-mobile-shell__user{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.app-mobile-page__hero{margin-bottom:16px}.app-mobile-page__hero-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.app-mobile-page__hero-text h2{font-size:1.25rem;font-weight:700;margin:0 0 4px}.app-mobile-page__hero-text p{margin:0;font-size:.8125rem;color:var(--muted);line-height:1.4}.app-mobile-page__back{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:8px;border-radius:8px;background:#ffffff0f;color:var(--text);text-decoration:none;font-size:1rem}.app-mobile-page__body{display:flex;flex-direction:column;gap:12px}.app-mobile-page__body .dash{max-width:none}.app-mobile-page__body .dash__header{display:none}.app-mobile-list-cards{display:flex;flex-direction:column;gap:10px}.app-mobile-list-card{display:block;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:inherit;transition:border-color .15s}.app-mobile-list-card:active{border-color:#ff6b3580}.app-mobile-list-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px}.app-mobile-list-card__title{font-size:1rem;font-weight:700;margin:0;line-height:1.3}.app-mobile-list-card__code{font-family:Roboto Mono,monospace;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange)}.app-mobile-list-card__meta{font-size:.8125rem;color:var(--muted);line-height:1.4}.app-mobile-list-card__sub{font-size:.75rem;color:#ffffff73;margin-top:6px}.app-mobile-menu{display:flex;flex-direction:column;gap:8px}.app-mobile-menu__section{margin:8px 0 4px;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6}.app-mobile-menu__link{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;color:inherit;text-decoration:none;font-size:.9375rem;font-weight:600}.app-mobile-menu__link:active{border-color:#ff6b3580}.app-mobile-menu__icon{font-size:1.125rem;width:28px;text-align:center}.app-mobile-search{width:100%;padding:12px 14px;font-size:1rem;font-family:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:4px}.app-mobile-search:focus{outline:none;border-color:var(--orange)}.app-mobile-primary-btn{width:100%;padding:14px 16px;border:none;border-radius:10px;background:var(--orange);color:#000;font-family:inherit;font-size:.9375rem;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;display:block}.app-mobile-form-wrap .user-form__fields{grid-template-columns:1fr!important}.app-mobile-form-wrap .user-form__section{margin-bottom:16px}.app-mobile-empty{padding:24px 16px;text-align:center;color:var(--muted);font-size:.875rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.app-mobile-error{padding:12px 14px;border-radius:10px;background:#ff4d4d1f;border:1px solid rgba(255,77,77,.35);color:#ffb3b3;font-size:.875rem}@media(min-width:769px){.app-mobile-shell{max-width:480px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}}.rdo-mobile-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;padding-bottom:env(safe-area-inset-bottom,0)}.rdo-mobile-shell__header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top,12px));background:var(--surface);border-bottom:1px solid var(--border)}.rdo-mobile-shell__header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b35,#e040fb 35%,#7c4dff 65%,#2979ff)}.rdo-mobile-shell__header-start{display:flex;align-items:center;gap:10px;min-width:0}.rdo-mobile-shell__back{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0f;color:var(--text);text-decoration:none;font-size:1.125rem}.rdo-mobile-shell__eyebrow{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);margin:0}.rdo-mobile-shell__title{font-size:1rem;font-weight:700;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rdo-mobile-shell__header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.rdo-mobile-shell__desktop-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--muted);text-decoration:none;border:1px solid var(--border);background:transparent;cursor:pointer;font-family:inherit;padding:0}.rdo-mobile-shell__desktop-link:hover{color:var(--orange);border-color:#ff6b3566}.rdo-mobile-shell__logout{padding:6px 10px;font-size:.75rem;font-family:inherit;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer}.rdo-mobile-shell__main{flex:1;padding:16px 16px 8px;overflow-x:hidden}.rdo-mobile-shell__tabbar{display:flex;border-top:1px solid var(--border);background:var(--surface);padding-bottom:env(safe-area-inset-bottom,0)}.rdo-mobile-shell__tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;color:var(--muted);text-decoration:none;font-size:.6875rem;font-weight:600}.rdo-mobile-shell__tabbar a.active{color:var(--orange)}.rdo-mobile-shell__user{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.rdo-mobile-list__hero{margin-bottom:16px}.rdo-mobile-list__hero h2{font-size:1.25rem;font-weight:700;margin:0 0 4px}.rdo-mobile-list__hero p{margin:0;font-size:.8125rem;color:var(--muted)}.rdo-mobile-list__create{width:100%;margin-bottom:16px}.rdo-mobile-list__cards{display:flex;flex-direction:column;gap:10px}.rdo-mobile-card{display:block;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:inherit;transition:border-color .15s}.rdo-mobile-card:active{border-color:#ff6b3580}.rdo-mobile-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.rdo-mobile-card__number{font-size:1.125rem;font-weight:700}.rdo-mobile-card__meta{font-size:.8125rem;color:var(--muted);line-height:1.4}.rdo-mobile-card__author{font-size:.75rem;color:#ffffff73;margin-top:8px}.rdo-mobile-form__header{margin-bottom:12px}.rdo-mobile-form__header h2{font-size:1.125rem;font-weight:700;margin:0 0 4px}.rdo-mobile-form__status{font-size:.8125rem;color:var(--muted);margin:0}.rdo-mobile-form__progress-wrap{margin-bottom:12px}.rdo-mobile-form__progress-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;font-size:.6875rem;color:#ffffff80}.rdo-mobile-form__progress-meta span:first-child{color:#ffffffbf;font-weight:600}.rdo-mobile-form__step-desc{margin:0 0 8px;font-size:.75rem;line-height:1.4;color:#ffffff80}.rdo-mobile-form__progress{height:3px;border-radius:999px;background:#ffffff14;overflow:hidden}.rdo-mobile-form__progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff6b35,#ff8555);transition:width .2s ease}.rdo-mobile-form__steps{display:flex;flex-wrap:nowrap;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.rdo-mobile-form__step{flex:0 0 auto;min-width:72px;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ffffff8c;font-family:inherit;font-size:.625rem;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.rdo-mobile-form__step.active{background:#ff6b3524;border-color:#ff6b3566;color:var(--orange)}.rdo-mobile-form__step.done{border-color:#81c78440;color:#81c784d9}.rdo-mobile-form__content .user-form__section{margin-bottom:0}.rdo-mobile-form__content .rdo-form-section{border-left-width:2px;padding-left:12px}.rdo-mobile-form__content .rdo-form-section__head{margin-bottom:14px;padding-bottom:12px}.rdo-mobile-form__content .user-form__fields{grid-template-columns:1fr}.rdo-mobile-form__nav{display:flex;gap:10px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.rdo-mobile-form__nav button{flex:1;padding:12px;border-radius:10px;font-family:inherit;font-weight:600;font-size:.875rem;cursor:pointer;border:1px solid var(--border);background:transparent;color:var(--text)}.rdo-mobile-form__nav button:disabled{opacity:.4;cursor:not-allowed}.rdo-mobile-form__nav-next{background:var(--orange)!important;border-color:var(--orange)!important;color:#fff!important}.rdo-mobile-form__toolbar{display:flex;flex-direction:column;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.rdo-mobile-form__toolbar button{width:100%;border-radius:10px;padding:12px 16px;font-weight:600;cursor:pointer;border:1px solid var(--border);background:transparent;color:#fff;font-family:inherit;font-size:.875rem}.rdo-mobile-form__toolbar button.rdo-page__primary{border:none;background:var(--orange);color:#fff}.rdo-mobile-form__save-hint{font-size:.75rem;color:var(--muted);text-align:center;margin:8px 0 0}@media(min-width:769px){.rdo-mobile-shell{max-width:480px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}}.rdo-mobile-shell__tab-icon-wrap{position:relative;display:inline-flex}.rdo-mobile-shell__tab-badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--orange);color:#000;font-size:.5625rem;font-weight:700;line-height:16px;text-align:center}.rdo-mobile-approvals__count{margin:8px 0 0;font-size:.8125rem;font-weight:600;color:var(--orange)}.rdo-mobile-approvals__list{display:flex;flex-direction:column;gap:12px}.rdo-mobile-approval-card{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.rdo-mobile-approval-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.rdo-mobile-approval-card__identity{display:flex;flex-direction:column;gap:2px;min-width:0}.rdo-mobile-approval-card__code{font-family:Roboto Mono,monospace;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange)}.rdo-mobile-approval-card__project{font-size:1rem;font-weight:700;margin:0;line-height:1.3}.rdo-mobile-approval-card__site{font-size:.75rem;color:var(--muted)}.rdo-mobile-approval-card__rdo{display:flex;flex-direction:column;gap:2px}.rdo-mobile-approval-card__number{font-size:1.125rem;font-weight:700}.rdo-mobile-approval-card__date{font-size:.8125rem;color:var(--muted)}.rdo-mobile-approval-card__author{margin:0;font-size:.75rem;color:#ffffff73}.rdo-mobile-approval-card__flow{padding:10px 12px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.06)}.rdo-mobile-approval-card__flow-label{display:block;margin-bottom:6px;font-size:.6875rem;font-weight:600;color:var(--muted)}.rdo-mobile-approval-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rdo-mobile-approval-card__btn{padding:14px 12px;border-radius:10px;font-family:inherit;font-size:.9375rem;font-weight:700;cursor:pointer;border:none;transition:opacity .15s}.rdo-mobile-approval-card__btn:disabled{opacity:.45;cursor:not-allowed}.rdo-mobile-approval-card__btn--approve{background:var(--orange);color:#000}.rdo-mobile-approval-card__btn--reject{background:transparent;border:1px solid rgba(229,115,115,.45);color:#e57373}.rdo-mobile-approval-card__detail{display:block;text-align:center;padding:12px 10px 10px;font-size:.8125rem;font-weight:600;color:var(--orange);text-decoration:none;border-top:1px solid var(--border);margin:0 -16px -16px;border-radius:0 0 12px 12px}.rdo-mobile-approval-card__detail:active{background:#ff6b3514}.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{display:block;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.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__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__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__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}
