:root{--brand-primary: #000000;--brand-primary-hover: #1a1a1a;--brand-primary-soft: rgba(0, 0, 0, .08);--brand-primary-ring: rgba(0, 0, 0, .1);--brand-secondary: #dbe276;--brand-secondary-hover: #c9d165;--brand-secondary-soft: rgba(219, 226, 118, .18);--color-dark-blue: var(--brand-primary);--color-light-green: #7dbf96;--color-sage: #c6dabf;--color-lavender: #8d91c4;--color-cyan: #75bec1;--color-sky: #dce4ee;--color-mist: #f1f3f7;--color-text-dark: #000000;--color-text: #1a1a1a;--color-text-light: #888888;--color-text-muted: #b3b1b7;--color-white: #ffffff;--color-background: #ffffff;--color-surface: #ffffff;--color-surface-muted: #f8f9fc;--color-surface-tinted: rgba(0, 0, 0, .04);--color-border: #e6ebfc;--color-border-strong: #d8dfee;--color-shadow: rgba(0, 0, 0, .08);--color-shadow-soft: rgba(141, 145, 196, .12);--color-shadow-deep: rgba(0, 0, 0, .16);--gradient-brand: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);--gradient-auth-bg: linear-gradient(135deg, #f8f9fc 0%, #e8edf5 100%);--gradient-promo: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);--gradient-accent: linear-gradient(135deg, #dbe276 0%, #c9d165 100%);--color-success: #7dbf96;--color-success-soft: rgba(125, 191, 150, .12);--color-warning: #e8b94a;--color-warning-soft: rgba(232, 185, 74, .14);--color-error: #dc2626;--color-error-soft: rgba(220, 38, 38, .1);--color-info: #75bec1;--color-info-soft: rgba(117, 190, 193, .14);--sidebar-width: 260px;--topbar-height: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-pill: 100px;--font-heading: "Darker Grotesque", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--font-decorative: "Codystar", "Darker Grotesque", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-background);min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15;letter-spacing:-.01em;color:var(--color-text-dark);margin:0 0 .5em}h1{font-size:clamp(2.5rem,4vw,4rem);font-weight:800}h2{font-size:clamp(2rem,3vw,3rem);font-weight:700}h3{font-size:clamp(1.5rem,2vw,2rem);font-weight:700}h4{font-size:1.25rem;font-weight:600}h5{font-size:1rem;font-weight:600}h6{font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}p{margin:0 0 1em;color:var(--color-text)}a{color:var(--brand-primary);text-decoration:none;transition:color .15s ease}small,.text-small{font-size:.875rem}.text-muted{color:var(--color-text-light)}.text-faint{color:var(--color-text-muted)}.text-decorative{font-family:var(--font-decorative);letter-spacing:.05em}.text-eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light)}.page-container{display:flex;flex-direction:column;min-height:100vh;width:100%;background:var(--color-background)}.main{flex:1;width:100%}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{position:absolute;top:0;left:0;right:0;z-index:100;padding:1.25rem 1.5rem}.header__cols{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__left{display:flex;align-items:center;gap:.75rem}.header__center{display:flex;align-items:center;gap:1.5rem}.header__right{display:flex;align-items:center;gap:.75rem}.header__logo{height:32px;width:auto;display:block}.first-screen{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--color-background);padding:8rem 1.5rem 4rem}.first-screen__inner{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.first-screen__title{font-family:var(--font-heading);font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;color:var(--color-text-dark);margin:0 0 1.25rem}.first-screen__sub{font-size:1.125rem;color:var(--color-text-light);max-width:520px;margin:0 0 2rem}.first-screen__media{display:block}@media(max-width:900px){.first-screen__inner{grid-template-columns:1fr;text-align:center}.first-screen__media{display:none}}.feature__bg{background:var(--color-mist);padding:5rem 1.5rem}.feature-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:var(--color-white);border-radius:var(--radius-xl);padding:2rem;box-shadow:0 10px 20px var(--color-shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px var(--color-shadow-soft)}.main-title{position:relative;text-align:center;margin-bottom:3rem}.main-title[data-title]:before{content:attr(data-title);position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-decorative);font-size:clamp(4rem,10vw,8rem);color:#0000000a;pointer-events:none;z-index:0}.main-title__text{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem}.main-title__text:before,.main-title__text:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand-primary);display:inline-block}.footer{background:var(--color-text-dark);color:var(--color-white);padding:4rem 1.5rem 1.5rem}.footer__inner{max-width:1200px;margin:0 auto}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;color:#fff9;font-size:.875rem}.footer a{color:#fffc}.footer a:hover{color:var(--brand-secondary)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:50px;padding:0 1.75rem;font-family:var(--font-body);font-size:.95rem;font-weight:500;border:none;border-radius:var(--radius-md);cursor:pointer;text-decoration:none;transition:transform .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease;white-space:nowrap}.button--primary{background:var(--brand-primary);color:var(--color-white)}.button--primary:hover{background:var(--brand-primary-hover);transform:translateY(-1px);box-shadow:0 8px 16px var(--color-shadow);color:var(--color-white)}.button--accent{background:var(--brand-secondary);color:var(--color-text-dark)}.button--accent:hover{background:var(--brand-secondary-hover);transform:translateY(-1px);color:var(--color-text-dark)}.button--ghost{background:transparent;color:var(--brand-primary);border:1px solid var(--color-border-strong)}.button--ghost:hover{background:var(--brand-primary-soft);color:var(--brand-primary)}.text-input{width:100%;height:50px;padding:0 1rem;font-family:var(--font-body);font-size:1rem;color:var(--color-text);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.text-input::placeholder{color:var(--color-text-muted)}.text-input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-ring)}.popup{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:1000}.popup.active{display:flex}.popup__mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.popup__window{position:relative;background:var(--color-white);border-radius:var(--radius-xl);padding:2rem;max-width:480px;width:calc(100% - 2rem);box-shadow:0 20px 60px var(--color-shadow-deep);z-index:1;animation:popup-in .25s ease}@keyframes popup-in{0%{transform:scale(.96)}to{transform:scale(1)}}.desktop.remove-scroll{overflow:hidden}.mac.remove-scroll{padding-right:15px}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-error{color:var(--color-error)}.text-info{color:var(--color-info)}.text-brand{color:var(--brand-primary)}.button.button--primary{background:var(--brand-primary)}.button.button--primary:hover{background:var(--brand-primary-hover)}a{color:var(--brand-primary)}a:hover{color:var(--brand-primary-hover)}::selection{background:var(--brand-secondary);color:var(--color-text-dark)}.desktop-nav{display:flex}.mobile-nav{display:none}@media(max-width:900px){.desktop-nav{display:none}.mobile-nav{display:flex}}.faq__item--open .faq__title{color:var(--brand-primary)}.faq__item--open .faq__icon{color:var(--brand-secondary)}.feature-card{box-shadow:0 10px 20px var(--color-shadow-soft)}.gradient-brand{background:var(--gradient-brand)}.gradient-accent{background:var(--gradient-accent)}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--color-background)}.preloader__spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--brand-primary);border-radius:50%;animation:preloader-spin .8s linear infinite}@keyframes preloader-spin{to{transform:rotate(360deg)}}.preloader__label{margin-top:1rem;font-size:.875rem;color:var(--color-text-light);letter-spacing:.05em;text-transform:uppercase}.dashboard-layout{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row;background:var(--color-white)}.sidebar{position:fixed;top:0;bottom:0;left:0;width:var(--sidebar-width);background:var(--color-white);display:flex;flex-direction:column;z-index:50;transition:transform .25s ease}.sidebar__header{padding:1.5rem 1.25rem 1rem;display:flex;align-items:center;justify-content:center}.sidebar__logo{height:32px;width:auto;display:block}.sidebar__nav{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:1rem .75rem;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:var(--radius-sm);color:#666;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.nav-item:hover,.nav-item--active{background:#0000000f;color:var(--brand-primary)}.nav-item__icon{width:18px;height:18px;flex-shrink:0;stroke-width:2}.sidebar__footer{padding:.75rem}.sidebar__logout{width:100%;display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border:none;background:transparent;color:#666;font-family:var(--font-body);font-size:.9375rem;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease,color .15s ease}.sidebar__logout:hover{background:#dc262614;color:#dc2626}.dashboard-main{margin-left:var(--sidebar-width);flex:1;min-width:0;height:100dvh;padding:1rem 1rem 1rem 0;overflow:hidden}.dashboard-content-wrapper{height:100%;background:#0000000a;border-radius:var(--radius-lg);display:flex;flex-direction:column;min-height:0}.dashboard-content{flex:1;overflow-y:auto;padding:2rem}.mobile-topbar{display:none;position:sticky;top:0;z-index:40;height:var(--topbar-height);background:var(--color-white);border-bottom:1px solid var(--color-border);padding:0 1rem;align-items:center;justify-content:space-between;gap:1rem}.mobile-topbar__hamburger{border:none;background:transparent;cursor:pointer;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--color-text-dark)}.mobile-topbar__hamburger:hover{background:#0000000f}.mobile-topbar__logo{height:28px;width:auto}.mobile-topbar__spacer{width:40px}.sidebar__close{display:none;position:absolute;top:.75rem;right:.75rem;border:none;background:transparent;cursor:pointer;width:36px;height:36px;border-radius:var(--radius-sm);align-items:center;justify-content:center;color:var(--color-text-dark)}.sidebar__close:hover{background:#0000000f}.sidebar__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:49}@media(max-width:1024px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0);box-shadow:0 12px 40px var(--color-shadow-deep)}.sidebar__close{display:inline-flex}.sidebar--open~.sidebar__overlay,.sidebar__overlay--visible{display:block}.sidebar__header .sidebar__logo{display:none}.mobile-topbar{display:flex}.dashboard-main{margin-left:0;padding:0 .75rem .75rem}.dashboard-content{padding:1.5rem 1rem}}@media(max-width:640px){.dashboard-content-wrapper{border-radius:var(--radius-md)}.dashboard-content{padding:1.25rem .75rem}}.page-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.page-header__title{font-family:var(--font-heading);font-size:1.875rem;font-weight:700;margin:0;color:var(--color-text-dark)}.page-header__sub{margin:.25rem 0 0;color:var(--color-text-light);font-size:.9375rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-label{font-size:.875rem;font-weight:500;color:var(--color-text-dark)}.form-input,.form-textarea,.form-select{width:100%;height:50px;padding:0 1rem;font-family:var(--font-body);font-size:1rem;color:var(--color-text);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-text-muted)}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-ring)}.form-input:disabled,.form-textarea:disabled{background:var(--color-mist);color:var(--color-text-muted);cursor:not-allowed}.form-textarea{height:auto;min-height:110px;padding:.75rem 1rem;resize:vertical}.form-input--with-leading-icon{padding-left:2.75rem}.form-input-wrap{position:relative}.form-input-wrap__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--color-text-light);pointer-events:none}.form-input-wrap__toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-light)}.form-input-wrap__toggle:hover{background:#0000000f;color:var(--color-text-dark)}.form-help{font-size:.8125rem;color:var(--color-text-light)}.form-error{font-size:.8125rem;color:var(--color-error)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:50px;padding:0 1.25rem;font-family:var(--font-body);font-size:.9375rem;font-weight:500;border:1px solid transparent;border-radius:var(--radius-md);cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease,border-color .15s ease;white-space:nowrap}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;pointer-events:none}.btn-block{width:100%}.btn-sm{height:36px;padding:0 .875rem;font-size:.8125rem}.btn-lg{height:56px;padding:0 1.5rem;font-size:1rem}.btn-primary{background:var(--brand-primary);color:var(--color-white)}.btn-primary:hover{background:var(--brand-primary-hover);transform:translateY(-1px);box-shadow:0 8px 16px var(--color-shadow);color:var(--color-white)}.btn-secondary{background:var(--color-mist);color:var(--color-text-dark);border-color:var(--color-border)}.btn-secondary:hover{background:var(--color-surface-tinted);color:var(--color-text-dark)}.btn-ghost{background:transparent;color:var(--color-text-dark)}.btn-ghost:hover{background:#0000000f;color:var(--color-text-dark)}.btn-danger{background:var(--color-error);color:var(--color-white)}.btn-danger:hover{background:#b91c1c;color:var(--color-white);transform:translateY(-1px);box-shadow:0 8px 16px var(--color-error-soft)}.card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 2px 8px var(--color-shadow);overflow:hidden}.card-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.card-header__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;margin:0}.card-body{padding:1.5rem}.card-footer{padding:1rem 1.5rem;background:var(--color-surface-muted);border-top:1px solid var(--color-border);color:var(--color-text-light);font-size:.875rem}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;letter-spacing:.02em;background:var(--color-mist);color:var(--color-text-dark)}.badge--success{background:var(--color-success-soft);color:#2e7a51}.badge--warning{background:var(--color-warning-soft);color:#8a6418}.badge--error{background:var(--color-error-soft);color:#b91c1c}.badge--info{background:var(--color-info-soft);color:#2a7d80}.badge--brand{background:var(--brand-primary-soft);color:var(--brand-primary)}.badge--accent{background:var(--brand-secondary-soft);color:#6b7022}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.75rem}.kpi{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.35rem;transition:transform .15s ease,box-shadow .15s ease}.kpi:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--color-shadow)}.kpi__label{font-size:.8125rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-light)}.kpi__value{font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1.1;color:var(--color-text-dark)}.kpi__delta{font-size:.8125rem;color:var(--color-text-light)}.table{width:100%;border-collapse:collapse;font-size:.9375rem}.table th,.table td{text-align:left;padding:.875rem 1rem;border-bottom:1px solid var(--color-border)}.table th{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-light);background:var(--color-surface-muted)}.table tbody tr:hover{background:#00000005}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal{background-color:#fff;background-clip:padding-box;border-radius:var(--radius-xl);box-shadow:0 4px 70px #0000004d;max-width:520px;width:100%;max-height:calc(100dvh - 3rem);padding:2rem;position:relative;animation:popup-in .2s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:none}@media(max-width:640px){.modal-overlay{padding:.75rem}.modal{max-height:calc(100dvh - 1.5rem);padding:1.5rem;border-radius:var(--radius-lg)}}.modal__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--brand-primary);margin:0 0 .75rem}.modal__body{font-family:var(--font-body);color:var(--color-text-light);margin-bottom:1.5rem}.modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:var(--color-mist);border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-dark);transition:background .15s ease,transform .2s ease}.modal__close:hover{background:var(--brand-primary);color:var(--color-white);transform:rotate(90deg)}.policy-modal{max-width:880px;width:100%}.policy-modal__grid{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:1.5rem 2rem;align-items:start}.policy-modal__fields{display:flex;flex-direction:column}.policy-modal__fields .form-group{margin-bottom:1rem}.policy-modal__json{flex:1;height:100%;min-height:320px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.5;resize:none}@media(max-width:720px){.policy-modal__grid{grid-template-columns:1fr;gap:1rem}.policy-modal__json{min-height:220px}}.ui-checkbox{display:inline-flex;flex-direction:column;gap:.35rem;cursor:pointer;user-select:none;-webkit-user-select:none}.ui-checkbox__row{display:inline-flex;align-items:center;gap:.625rem}.ui-checkbox--disabled{cursor:not-allowed;opacity:.5}.ui-checkbox__input{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.ui-checkbox__box{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1.5px solid var(--color-border-strong);border-radius:5px;background:var(--color-white);color:transparent;transition:background .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease}.ui-checkbox--sm .ui-checkbox__box{width:14px;height:14px;border-radius:4px}.ui-checkbox__check{opacity:0;transform:scale(.6);transition:opacity .12s ease,transform .15s ease}.ui-checkbox:hover .ui-checkbox__box{border-color:var(--brand-primary)}.ui-checkbox__input:checked+.ui-checkbox__box{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--color-white)}.ui-checkbox__input:checked+.ui-checkbox__box .ui-checkbox__check{opacity:1;transform:scale(1)}.ui-checkbox__input:active+.ui-checkbox__box,.ui-checkbox:active .ui-checkbox__box{transform:scale(.92)}.ui-checkbox__input:focus-visible+.ui-checkbox__box{box-shadow:0 0 0 3px var(--brand-primary-ring);border-color:var(--brand-primary)}.ui-checkbox--disabled .ui-checkbox__box{background:var(--color-mist);border-color:var(--color-border)}.ui-checkbox__label{font-size:.9375rem;color:var(--color-text-dark);font-weight:500;line-height:1.3}.ui-checkbox--sm .ui-checkbox__label{font-size:.875rem}.ui-checkbox__hint{font-size:.8125rem;color:var(--color-text-light);line-height:1.4}.ui-select{position:relative;display:inline-block;font-family:var(--font-body)}.ui-select__trigger{width:100%;height:50px;padding:0 .875rem 0 1rem;display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;font-family:inherit;font-size:1rem;color:var(--color-text);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;outline:none;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.ui-select__trigger:hover{border-color:var(--color-border-strong)}.ui-select__trigger:focus-visible,.ui-select--open .ui-select__trigger{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-ring)}.ui-select--disabled .ui-select__trigger{background:var(--color-mist);color:var(--color-text-muted);cursor:not-allowed}.ui-select__value{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-select__value--placeholder{color:var(--color-text-muted)}.ui-select__caret{flex-shrink:0;color:var(--color-text-light);transition:transform .18s ease,color .15s ease}.ui-select--open .ui-select__caret{transform:rotate(180deg);color:var(--brand-primary)}.ui-select__panel{z-index:1100;margin:0;padding:.375rem;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 12px 32px var(--color-shadow),0 2px 6px var(--color-shadow);max-height:300px;overflow-y:auto;overscroll-behavior:none;animation:ui-select-pop .14s ease-out}@keyframes ui-select-pop{0%{transform:translateY(-4px)}to{transform:translateY(0)}}.ui-select__option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text);transition:background .1s ease,color .1s ease}.ui-select__option--active{background:var(--brand-primary-soft);color:var(--color-text-dark)}.ui-select__option--selected{color:var(--brand-primary);font-weight:500}.ui-select__option--selected.ui-select__option--active{background:var(--brand-primary);color:var(--color-white)}.ui-select__option--disabled{cursor:not-allowed;opacity:.45;pointer-events:none}.ui-select__option-text{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.ui-select__option-label{font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-select__option-desc{font-size:.8125rem;color:var(--color-text-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-select__option--active .ui-select__option-desc{color:var(--color-text-light)}.ui-select__option--selected.ui-select__option--active .ui-select__option-desc{color:#ffffffbf}.ui-select__option-check{flex-shrink:0;color:var(--brand-primary)}.ui-select__option--selected.ui-select__option--active .ui-select__option-check{color:var(--brand-secondary)}.auth-page{min-height:100vh;min-height:100dvh;display:flex;align-items:flex-start;justify-content:center;padding:2rem;background:var(--gradient-auth-bg);overflow-y:auto}@media(min-height:700px){.auth-page{align-items:center}}.auth-container{display:flex;width:100%;max-width:1100px;background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:0 20px 60px #0000001f;overflow:hidden}.auth-container--centered{max-width:480px}.auth-card{flex:1;padding:2.5rem;display:flex;flex-direction:column;min-width:0}.auth-card--wide{min-width:500px}.auth-brand{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1.75rem;text-decoration:none}.auth-brand__logo{height:32px;width:auto}.auth-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--brand-primary);margin:0 0 .5rem;line-height:1.15}.auth-subtitle{font-family:var(--font-body);color:var(--color-text-light);margin:0 0 1.75rem;font-size:.9375rem}.auth-alert{display:flex;gap:.625rem;align-items:flex-start;padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.875rem;margin-bottom:1rem}.auth-alert__icon{flex-shrink:0;margin-top:1px}.auth-alert--error{background:var(--color-error-soft);border:1px solid rgba(220,38,38,.2);color:#b91c1c}.auth-alert--success{background:var(--color-success-soft);border:1px solid rgba(125,191,150,.3);color:#2e7a51}.auth-footer{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--color-border);text-align:center;font-size:.875rem;color:var(--color-text-light)}.auth-link{color:var(--brand-primary);font-weight:500;text-decoration:none}.auth-link:hover{color:var(--brand-primary-hover);text-decoration:underline}.auth-link--btn{border:none;background:transparent;cursor:pointer;font:inherit;padding:0}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--color-text-muted);font-size:.8125rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.auth-promo{width:400px;flex-shrink:0;background:var(--gradient-promo);color:var(--color-white);padding:2.5rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.auth-promo__eyebrow{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-secondary);font-weight:600}.auth-promo__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1.15;margin:0}.auth-promo__title-secondary{font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1.15;margin:0;color:var(--color-white)}.auth-promo__sub{color:#ffffffc7;font-size:.9375rem;margin:0 0 .5rem}.auth-promo__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.auth-promo__item{display:flex;gap:.75rem;align-items:flex-start;font-size:.9375rem;color:#ffffffeb}.auth-promo__bullet{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#dbe2762e;color:var(--brand-secondary);display:inline-flex;align-items:center;justify-content:center}.auth-plan{display:flex;gap:.875rem;align-items:center;padding:.875rem 1rem;background:var(--brand-secondary-soft);border-radius:var(--radius-md);margin-bottom:1.25rem}.auth-plan__badge{width:36px;height:36px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;background:var(--brand-secondary);color:var(--color-text-dark);flex-shrink:0}.auth-plan__title{margin:0;font-family:var(--font-heading);font-size:1rem;color:var(--color-text-dark);font-weight:700}.auth-plan__sub{margin:0;font-size:.8125rem;color:var(--color-text-light)}@media(max-width:900px){.auth-container{flex-direction:column}.auth-promo{display:none}.auth-card{padding:2rem 1.5rem}.auth-card--wide{min-width:0}}@media(max-width:480px){.auth-page{padding:1rem}.auth-container{border-radius:var(--radius-lg)}.auth-card{padding:1.5rem 1.25rem}.auth-title{font-size:1.5rem}}
