.auth-link{color:var(--color-bundleaf-primary-foreground);font-weight:500;text-decoration:none;text-underline-offset:3px}.auth-link:hover{text-decoration:underline}.auth-form{gap:1.25rem}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.375rem}.auth-label{font-weight:500}.auth-input,.auth-label{font-size:.875rem;color:var(--color-bundleaf-foreground)}.auth-input{width:100%;height:44px;padding:0 .75rem;font-family:var(--font-sans);background:var(--color-bundleaf-surface);border:1px solid var(--color-bundleaf-border-strong);border-radius:var(--radius-md);transition:border-color .14s,box-shadow .14s}.auth-input::placeholder{color:var(--color-bundleaf-subtle-foreground)}.auth-input:hover{border-color:var(--color-bundleaf-muted-foreground)}.auth-input:focus{outline:none;border-color:var(--color-bundleaf-primary);box-shadow:0 0 0 3px var(--color-bundleaf-ring)}.auth-input-group{position:relative;display:flex;align-items:center}.auth-input-group .auth-input{padding-left:2.375rem}.auth-input-group:has(.auth-reveal) .auth-input{padding-right:2.625rem}.auth-input-icon{position:absolute;left:.75rem;width:16px;height:16px;color:var(--color-bundleaf-subtle-foreground);pointer-events:none}.auth-reveal{position:absolute;right:.4375rem;width:30px;height:30px;display:grid;place-items:center;border:0;background:none;color:var(--color-bundleaf-subtle-foreground);cursor:pointer;border-radius:var(--radius-sm)}.auth-reveal:hover{color:var(--color-bundleaf-foreground);background:var(--color-bundleaf-surface-muted)}.auth-reveal:focus-visible{outline:none;box-shadow:0 0 0 3px var(--color-bundleaf-ring)}.auth-reveal svg{width:16px;height:16px}.auth-row-between{display:flex;align-items:center;justify-content:space-between}.auth-checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--color-bundleaf-foreground)}.auth-checkbox input{position:absolute;opacity:0}.auth-checkbox__box{width:18px;height:18px;flex:none;display:grid;place-items:center;border:1.5px solid var(--color-bundleaf-border-strong);border-radius:var(--radius-xs);background:var(--color-bundleaf-surface);transition:all .14s}.auth-checkbox__box svg{width:12px;height:12px;color:var(--color-bundleaf-on-primary);opacity:0;transform:scale(.6);transition:all .14s}.auth-checkbox input:checked+.auth-checkbox__box{background:var(--color-bundleaf-primary);border-color:var(--color-bundleaf-primary)}.auth-checkbox input:checked+.auth-checkbox__box svg{opacity:1;transform:scale(1)}.auth-checkbox input:focus-visible+.auth-checkbox__box{box-shadow:0 0 0 3px var(--color-bundleaf-ring)}.auth-btn{--_bg:transparent;--_fg:var(--color-bundleaf-foreground);--_bd:transparent;width:100%;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.5rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:500;line-height:1;text-decoration:none;border-radius:var(--radius-md);background:var(--_bg);color:var(--_fg);border:1px solid var(--_bd);cursor:pointer;white-space:nowrap;user-select:none;transition:background .14s,border-color .14s,color .14s,box-shadow .14s}.auth-btn svg{width:16px;height:16px;flex:none}.auth-btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--color-bundleaf-ring)}.auth-btn--primary{--_bg:var(--color-bundleaf-primary);--_fg:var(--color-bundleaf-on-primary);box-shadow:var(--shadow-xs)}.auth-btn--primary:hover{--_bg:var(--color-bundleaf-primary-hover)}.auth-btn--primary:active{--_bg:var(--color-bundleaf-primary-active)}.auth-btn[disabled]{opacity:.55;pointer-events:none;box-shadow:none}.auth-btn--loading{color:transparent!important;position:relative;pointer-events:none}.auth-btn--loading:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;border:2px solid var(--color-bundleaf-on-primary);border-top:2px solid transparent;animation:auth-spin .6s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-error{display:flex;gap:.5rem;align-items:flex-start;margin:0;padding:.625rem .75rem;font-size:.875rem;border-radius:var(--radius-md);border:1px solid color-mix(in oklab,var(--color-bundleaf-destructive) 35%,transparent);background:var(--color-bundleaf-destructive-soft);color:var(--color-bundleaf-destructive-foreground)}.auth-error svg{width:18px;height:18px;flex:none;margin-top:1px}.auth-split{display:grid;grid-template-columns:1fr 1fr;min-height:100dvh;background:var(--color-bundleaf-bg);color:var(--color-bundleaf-foreground)}.auth-split *,.auth-split :after,.auth-split :before{box-sizing:border-box}.auth-pane{display:flex;flex-direction:column;padding:2rem 2.5rem}.auth-pane__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auth-brand{display:inline-flex;align-items:center;text-decoration:none}.auth-split .auth-brand img{height:48px;width:auto}:root[data-theme=dark] .auth-split .auth-brand img{filter:brightness(0) invert(1)}.auth-actions{display:inline-flex;align-items:center;gap:.5rem}.auth-iconbtn{width:36px;height:36px;display:grid;place-items:center;border-radius:var(--radius-md);border:1px solid var(--color-bundleaf-border);background:var(--color-bundleaf-surface);color:var(--color-bundleaf-muted-foreground);cursor:pointer;transition:color .14s,background .14s}.auth-iconbtn:hover{color:var(--color-bundleaf-foreground);background:var(--color-bundleaf-surface-muted)}.auth-iconbtn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--color-bundleaf-ring)}.auth-iconbtn svg{width:16px;height:16px}.auth-lang{height:36px;padding:0 1.75rem 0 .625rem;border-radius:var(--radius-md);border:1px solid var(--color-bundleaf-border);background-color:var(--color-bundleaf-surface);color:var(--color-bundleaf-muted-foreground);font-family:var(--font-sans);font-size:.75rem;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23756b5c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:14px}:root[data-theme=dark] .auth-lang{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239c9384' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.auth-lang:focus-visible{outline:none;box-shadow:0 0 0 3px var(--color-bundleaf-ring)}.auth-pane__body{flex:1;display:flex;flex-direction:column;justify-content:center}.auth-pane__card{width:100%;max-width:380px;margin:0 auto}.auth-head h1{font-family:var(--font-display);font-size:2rem;line-height:1.16;font-weight:600;letter-spacing:-.02em;margin:0;color:var(--color-bundleaf-foreground-strong)}.auth-head p{margin:.5rem 0 0;font-size:.875rem;color:var(--color-bundleaf-muted-foreground)}.auth-pane .auth-form{margin-top:2rem}.auth-legal{max-width:380px;margin:1.5rem auto 0;text-align:center;font-size:.75rem;color:var(--color-bundleaf-subtle-foreground)}.auth-showcase{--pine-900:#142824;--pine-300:#7fab9a;--pine-200:#aecabe;--leaf-300:#bdd47c;--leaf-400:#a7c957;--sand-50:#faf8f4;--sand-100:#f3efe8;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:3rem;background:var(--pine-900);color:var(--sand-50)}.auth-showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 90% at 78% 8%,rgba(167,201,87,.12),transparent 58%)}.auth-showcase__grid{position:absolute;inset:0;opacity:.5;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:44px 44px;mask-image:radial-gradient(120% 90% at 78% 8%,#000,transparent 75%)}.auth-showcase__in{position:relative;max-width:460px}.auth-showcase__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:5px 11px;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.02em;color:var(--leaf-300);background:rgba(167,201,87,.1);border:1px solid rgba(167,201,87,.22);border-radius:999px}.auth-showcase__eyebrow svg{width:13px;height:13px}.auth-showcase h2{margin:1.5rem 0 0;font-family:var(--font-display);font-size:2.5rem;line-height:1.12;font-weight:600;letter-spacing:-.03em;color:#fff}.auth-showcase__lead{margin:1rem 0 0;max-width:38ch;font-size:1.125rem;line-height:1.6;color:var(--pine-200)}.auth-pv{margin-top:2.5rem;overflow:hidden;background:rgba(28,24,19,.55);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);backdrop-filter:blur(6px)}.auth-pv__bar{justify-content:space-between;padding:12px 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.auth-pv__bar,.auth-pv__title{display:flex;align-items:center}.auth-pv__title{gap:9px;font-size:.875rem;font-weight:600;color:#fff}.auth-pv__title svg{width:16px;height:16px;color:var(--leaf-300)}.auth-pv__status{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:.75rem;color:var(--leaf-300)}.auth-pv__status:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--leaf-400);box-shadow:0 0 0 3px rgba(167,201,87,.2)}.auth-pv__row{display:flex;align-items:center;gap:10px;padding:9px 1rem;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,.06)}.auth-pv__row svg{width:14px;height:14px;flex:none;color:var(--leaf-300)}.auth-pv__row .auth-nm{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sand-100)}.auth-money{font-family:var(--font-mono);font-feature-settings:"tnum" 1;color:var(--sand-100)}.auth-pv__foot{display:flex;align-items:center;justify-content:space-between;padding:13px 1rem;background:rgba(167,201,87,.08)}.auth-pv__foot .auth-lbl{font-size:.875rem;font-weight:500;color:var(--sand-100)}.auth-pv__foot .auth-tot{font-family:var(--font-mono);font-size:1.25rem;font-weight:600;color:var(--leaf-300)}.auth-trust{display:flex;gap:2rem;margin-top:2.5rem}.auth-trust div b{display:block;font-family:var(--font-mono);font-size:1.25rem;font-weight:600;color:#fff}.auth-trust div span{font-size:.75rem;color:var(--pine-200)}@media (prefers-reduced-motion:no-preference){.auth-split .auth-pv,.auth-split .auth-reveal-up{transition:opacity .32s cubic-bezier(.16,1,.3,1),transform .32s cubic-bezier(.16,1,.3,1)}.auth-split.auth-preload .auth-reveal-up{opacity:0;transform:translateY(10px)}.auth-split.auth-preload .auth-pv{opacity:0;transform:translateY(14px)}.auth-split.auth-preload .auth-form{transition-delay:60ms}}@media (max-width:900px){.auth-split{grid-template-columns:1fr}.auth-showcase{display:none}.auth-pane{padding:1.5rem}}