@charset "UTF-8";:root{--cream:#f5f1ea;--cream-2:#ece6db;--ink:#0d0f12;--ink-2:#1a1d22;--muted:#6b6b66;--line:rgba(13, 15, 18, .12);--lime:#c8f25c;--lime-deep:#9fd031}.auth-overlay{position:fixed;inset:0;z-index:9500;display:flex;align-items:center;justify-content:center;padding:20px;background:#08090b8c;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s,backdrop-filter .5s ease,-webkit-backdrop-filter .5s ease}.auth-overlay.open{opacity:1;visibility:visible;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html.auth-lock{overflow:hidden}.auth-modal{position:relative;width:100%;max-width:460px;max-height:calc(100vh - 40px);overflow-y:auto;background:var(--cream);color:var(--ink);border:1px solid var(--line);border-radius:24px;padding:30px 30px 28px;box-shadow:0 50px 110px -34px #000000b3,0 0 0 1px #ffffff05;transform:translateY(40px) scale(.92);opacity:0;filter:blur(6px);transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .45s ease,filter .5s ease;scrollbar-width:none;isolation:isolate}.auth-modal:before{content:"";position:absolute;z-index:-1;top:-40%;right:-30%;width:80%;height:70%;background:radial-gradient(circle,rgba(200,242,92,.22),transparent 62%);pointer-events:none}.auth-modal::-webkit-scrollbar{display:none}.auth-overlay.open .auth-modal{transform:none;opacity:1;filter:none}.auth-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:999px;display:grid;place-items:center;border:1px solid var(--line);background:transparent;color:var(--ink);cursor:pointer;transition:background .25s ease,color .25s ease,transform .3s cubic-bezier(.16,1,.3,1);z-index:3}.auth-close:hover{background:var(--ink);color:var(--cream);transform:rotate(90deg)}.auth-brand{display:flex;align-items:center;gap:9px;margin-bottom:22px}.auth-brand .ab-logo{font-family:"Instrument Serif",serif;font-size:22px}.auth-eyebrow{font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.auth-title{font-family:"Instrument Serif",serif;font-size:34px;line-height:1.02;letter-spacing:-.01em;margin:6px 0}.auth-sub{font-size:14px;color:var(--muted);line-height:1.5;margin-bottom:22px}.auth-sub b{color:var(--ink);font-weight:600}.auth-tabs{position:relative;display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:999px;margin-bottom:24px}.auth-tab{flex:1;position:relative;z-index:1;padding:9px;border:0;background:transparent;cursor:pointer;border-radius:999px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:color .3s ease}.auth-tab.active{color:var(--cream)}html.theme-dark .auth-tab.active{color:#0d0f12}.auth-tabs:before{content:"";position:absolute;top:4px;bottom:4px;left:4px;width:calc(50% - 4px);border-radius:999px;background:var(--ink);transition:transform .4s cubic-bezier(.16,1,.3,1)}html.theme-dark .auth-tabs:before{background:var(--lime)}.auth-tabs.on-register:before{transform:translate(100%)}.auth-role-cards{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.auth-role-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#0d0f1205;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);overflow:hidden;user-select:none;box-shadow:0 2px 8px #0000000a}.auth-role-card .auth-card-glow{position:absolute;top:0;left:0;right:0;height:2px;background:transparent;pointer-events:none;transition:background .3s ease}.auth-role-card .auth-card-top{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.auth-role-card .auth-card-icon-wrap{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#0d0f120f;border:1px solid rgba(13,15,18,.08);color:var(--ink);transition:all .25s ease}.auth-role-card .auth-card-radio{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;background:transparent;transition:all .25s ease}.auth-role-card .auth-card-dot{width:7px;height:7px;border-radius:50%;background:transparent;transform:scale(0);transition:transform .25s cubic-bezier(.16,1,.3,1),background .2s ease}.auth-role-card .auth-card-content{display:flex;flex-direction:column;gap:2px;width:100%}.auth-role-card .auth-card-title{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--ink);transition:color .2s ease}.auth-role-card .auth-card-sub{font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.01em;color:var(--muted);transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-role-card:hover{border-color:#0d0f1240;background:#0d0f120a;transform:translateY(-1px)}.auth-role-card.active{border-color:var(--ink);background:#0d0f120f;box-shadow:0 4px 14px #00000014}.auth-role-card.active .auth-card-glow{background:var(--ink)}.auth-role-card.active .auth-card-icon-wrap{background:var(--ink);border-color:var(--ink);color:var(--cream)}.auth-role-card.active .auth-card-radio{border-color:var(--ink)}.auth-role-card.active .auth-card-dot{background:var(--ink);transform:scale(1)}html.theme-dark .auth-role-card{border-color:#ffffff17;background:#ffffff06;box-shadow:0 8px 24px -6px #00000080,inset 0 1px #ffffff0a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}html.theme-dark .auth-role-card .auth-card-icon-wrap{background:#ffffff0d;border-color:#ffffff1a;color:#f5f3edd9}html.theme-dark .auth-role-card .auth-card-radio{border-color:#ffffff38}html.theme-dark .auth-role-card .auth-card-title{color:#f5f3ed}html.theme-dark .auth-role-card .auth-card-sub{color:#f5f3ed99}html.theme-dark .auth-role-card:hover{border-color:#c8f25c66;background:#ffffff0b;transform:translateY(-1.5px);box-shadow:0 12px 30px -8px #000000b3}html.theme-dark .auth-role-card:hover .auth-card-icon-wrap{color:var(--lime);border-color:#c8f25c59}html.theme-dark .auth-role-card:hover .auth-card-title{color:#fff}html.theme-dark .auth-role-card:hover .auth-card-sub{color:#f5f3edd9}html.theme-dark .auth-role-card.active{border-color:var(--lime);background:linear-gradient(145deg,#c8f25c1f,#c8f25c05),#121519;box-shadow:0 0 25px -4px #c8f25c38,inset 0 1px #c8f25c59}html.theme-dark .auth-role-card.active .auth-card-glow{background:linear-gradient(90deg,transparent 0%,var(--lime) 50%,transparent 100%);box-shadow:0 0 10px #c8f25c99}html.theme-dark .auth-role-card.active .auth-card-icon-wrap{background:var(--lime);border-color:var(--lime);color:#0d0f12;box-shadow:0 0 14px #c8f25c59}html.theme-dark .auth-role-card.active .auth-card-radio{border-color:var(--lime);background:#c8f25c26;box-shadow:0 0 10px #c8f25c40}html.theme-dark .auth-role-card.active .auth-card-dot{background:var(--lime);box-shadow:0 0 6px var(--lime);transform:scale(1)}html.theme-dark .auth-role-card.active .auth-card-title{color:#fff}html.theme-dark .auth-role-card.active .auth-card-sub{color:var(--lime)}.auth-role-switcher{position:relative;display:flex;gap:6px;padding:4px;background:#0d0f120a;border:1px solid var(--line);border-radius:14px;margin-bottom:14px}html.theme-dark .auth-role-switcher{background:#ffffff08;border-color:#ffffff1f}.auth-role-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 12px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--muted);font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:all .2s ease;user-select:none}.auth-role-btn:hover{color:var(--ink)}html.theme-dark .auth-role-btn{color:#f5f3edbf}html.theme-dark .auth-role-btn:hover{color:#fff;background:#ffffff0f}.auth-role-btn.active{background:var(--ink);color:var(--cream);border-color:var(--ink);box-shadow:0 2px 8px #0000001f}html.theme-dark .auth-role-btn.active{background:var(--lime);color:#0d0f12!important;border-color:var(--lime);box-shadow:0 2px 10px #c8f25c40}.auth-role-btn .auth-role-icon{flex-shrink:0;stroke:currentColor}.auth-role-hint{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--muted);margin-top:-6px;margin-bottom:16px;line-height:1.4}html.theme-dark .auth-role-hint{color:#f5f3eda6}.auth-role-pill-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#c8f25c1f;border:1px solid rgba(200,242,92,.35);border-radius:999px;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--ink);margin-bottom:16px}html.theme-dark .auth-role-pill-badge{color:var(--cream)}.auth-role-pill-badge b{color:var(--lime-deep)}html.theme-dark .auth-role-pill-badge b{color:var(--lime)}.auth-field{margin-bottom:16px}.auth-field label{display:block;font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:7px}.auth-input{width:100%;background:transparent;border:1px solid var(--line);border-radius:12px;padding:12px 16px;font-size:15px;font-family:inherit;color:var(--ink);outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.auth-input:focus{border-color:var(--ink);box-shadow:0 0 0 3px #0d0f120f}html.theme-dark .auth-input:focus{border-color:var(--lime);box-shadow:0 0 0 3px #c8f25c26}.auth-input::placeholder{color:var(--muted);opacity:.7}textarea.auth-input{border-radius:12px}.auth-pw{position:relative}.auth-pw .auth-input{padding-right:44px}.pw-eye{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer;border-radius:8px;transition:color .2s ease,background .2s ease}.pw-eye:hover{color:var(--ink)}html.theme-dark .pw-eye:hover{color:var(--cream)}.pw-eye .eye-off,.pw-eye.on .eye-on{display:none}.pw-eye.on .eye-off{display:block}select.auth-input{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4l3 3 3-3' stroke='%236b6b66' stroke-width='1.3' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:34px}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-phone{display:flex;flex-wrap:nowrap;gap:10px;align-items:center}.auth-phone select[name=dial],.auth-phone select[name=ship_dial]{width:110px;flex:0 0 auto;min-width:100px}.auth-phone input[name=otherDial]{width:96px;flex:0 0 auto}.auth-phone input[name=phone],.auth-phone input[name=ship_phone]{flex:1;min-width:0}.auth-err{color:#c0492a;font-family:JetBrains Mono,monospace;font-size:11px;margin-top:7px;display:none}.auth-field.invalid .auth-input{border-color:#c0492a}.auth-field.invalid .auth-err{display:block}.auth-formerr{background:#c0492a1a;color:#c0492a;border-radius:10px;padding:10px 12px;font-size:13px;margin-bottom:16px;display:none}.auth-formerr.show{display:block}.auth-btn{width:100%;background:var(--ink);color:var(--cream);border:0;border-radius:12px;padding:14px;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .2s ease,transform .15s ease}.auth-btn:hover{background:#000;transform:translateY(-1px)}html.theme-dark .auth-btn{background:var(--lime);color:#0d0f12}html.theme-dark .auth-btn:hover{background:#fff}.auth-btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.auth-btn.ghost:hover{background:var(--cream-2)}html.theme-dark .auth-btn.ghost{color:var(--cream)}.auth-alt{text-align:center;font-size:13px;color:var(--muted);margin-top:18px}.auth-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-4px 0 18px;flex-wrap:wrap}.auth-check{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted);cursor:pointer;user-select:none}.auth-check input{position:absolute;opacity:0;width:0;height:0}.auth-check .ck-box{width:16px;height:16px;border:1px solid var(--line);border-radius:4px;display:inline-grid;place-items:center;transition:all .2s ease;position:relative;flex:0 0 auto;flex-shrink:0}html.theme-dark .auth-check .ck-box{border-color:#ffffff40;background:#ffffff08}.auth-check:hover .ck-box{border-color:var(--muted)}html.theme-dark .auth-check:hover .ck-box{border-color:var(--lime)}.auth-check input:checked+.ck-box{background:var(--ink);border-color:var(--ink)}html.theme-dark .auth-check input:checked+.ck-box{background:var(--lime);border-color:var(--lime)}.auth-check input:checked+.ck-box:after{content:"";width:4px;height:8px;border:solid var(--cream);border-width:0 1.5px 1.5px 0;transform:rotate(45deg);margin-top:-1px}html.theme-dark .auth-check input:checked+.ck-box:after{border-color:#0d0f12}.auth-check-label{font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);line-height:1.4}.auth-link{background:0;border:0;padding:0;cursor:pointer;font:inherit;font-size:13px;color:var(--ink);text-decoration:underline;text-underline-offset:2px}.auth-lblrow{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.auth-lblrow .auth-link{font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.04em;color:var(--lime-deep);text-transform:uppercase}html.theme-dark .auth-lblrow .auth-link{color:var(--lime)}.otp-timer{font-family:JetBrains Mono,monospace;font-size:11.5px;color:var(--muted);margin:10px 0 4px;text-align:center}.otp-timer b{color:var(--ink);font-variant-numeric:tabular-nums}html.theme-dark .otp-timer b{color:var(--cream)}.otp-timer.expired{color:#c0492a}.otp-timer .auth-link{font-family:JetBrains Mono,monospace;font-size:11.5px}html.theme-dark .auth-link{color:var(--cream)}.auth-alt button{background:0;border:0;color:var(--ink);cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:2px}.auth-mini{font-size:12px;color:var(--muted);margin-top:14px;line-height:1.5}.auth-mini a{color:var(--ink)}.otp-row{display:flex;gap:9px;justify-content:space-between;margin:4px 0 6px}.otp-box{width:100%;aspect-ratio:1;text-align:center;font-family:JetBrains Mono,monospace;font-size:22px;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--ink);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.otp-box:focus{border-color:var(--ink);box-shadow:0 0 0 3px #0d0f120f}.otp-demo{background:#c8f25c29;border:1px dashed var(--lime-deep);border-radius:10px;padding:10px 12px;font-family:JetBrains Mono,monospace;font-size:12px;color:var(--ink);margin-bottom:18px;text-align:center}html.theme-dark .otp-demo{color:var(--cream)}.otp-demo b{letter-spacing:.3em;font-size:14px}.otp-resend{text-align:center;font-size:12px;color:var(--muted);margin-top:14px}.otp-resend button{background:0;border:0;color:var(--ink);cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:2px}.otp-resend button[disabled]{color:var(--muted);cursor:default;text-decoration:none}.auth-step{display:none}.auth-step.active{display:block;animation:authIn .35s cubic-bezier(.16,1,.3,1)}@keyframes authIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}.auth-progress{display:flex;gap:6px;margin-bottom:20px}.auth-progress span{height:3px;flex:1;border-radius:2px;background:var(--line);transition:background .3s ease}.auth-progress span.on{background:var(--lime-deep)}.auth-success{text-align:center;padding:8px 0 4px}.auth-success .as-mark{width:64px;height:64px;border-radius:999px;background:var(--lime);color:#0d0f12;display:grid;place-items:center;margin:0 auto 18px}.auth-spin{display:inline-block;width:14px;height:14px;border-radius:999px;border:2px solid currentColor;border-top-color:transparent;animation:authSpin .7s linear infinite;margin-right:8px;vertical-align:-2px}@keyframes authSpin{to{transform:rotate(360deg)}}.pw-strength{display:flex;align-items:center;gap:10px;margin-top:10px}.pw-bar{flex:1;height:4px;border-radius:3px;background:var(--line);overflow:hidden}.pw-bar span{display:block;height:100%;width:0;border-radius:3px;transition:width .3s ease,background .3s ease}.pw-bar span.lvl-weak{background:#c0492a}.pw-bar span.lvl-fair{background:#d98a2b}.pw-bar span.lvl-good{background:#9fb83a}.pw-bar span.lvl-strong{background:var(--lime-deep)}.pw-level{font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;min-width:46px;text-align:right}.pw-level.lvl-weak{color:#c0492a}.pw-level.lvl-fair{color:#d98a2b}.pw-level.lvl-good{color:#7f9a2b}.pw-level.lvl-strong{color:var(--lime-deep)}.pw-hints{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:12px}.pw-hints li{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);transition:color .2s ease}.pw-hints li i{width:13px;height:13px;border-radius:999px;border:1px solid var(--line);flex:0 0 auto;position:relative;transition:background .2s ease,border-color .2s ease}.pw-hints li.ok{color:var(--lime-deep)}.pw-hints li.ok i{background:var(--lime-deep);border-color:var(--lime-deep)}.pw-hints.lvl-weak li.ok{color:#c0492a}.pw-hints.lvl-weak li.ok i{background:#c0492a;border-color:#c0492a}.pw-hints.lvl-fair li.ok{color:#d98a2b}.pw-hints.lvl-fair li.ok i{background:#d98a2b;border-color:#d98a2b}.pw-hints.lvl-good li.ok{color:#7f9a2b}.pw-hints.lvl-good li.ok i{background:#7f9a2b;border-color:#7f9a2b}.pw-hints.lvl-strong li.ok{color:var(--lime-deep)}.pw-hints.lvl-strong li.ok i{background:var(--lime-deep);border-color:var(--lime-deep)}.pw-hints li.ok i:after{content:"";position:absolute;left:3.5px;top:1px;width:3px;height:6px;border:solid #0d0f12;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.pw-match{display:block;margin-top:8px;font-family:JetBrains Mono,monospace;font-size:11px}.pw-match.ok{color:var(--lime-deep)}.pw-match.bad{color:#c0492a}.auth-or{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--muted);font-family:JetBrains Mono,monospace;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:var(--line)}.auth-social{display:flex;flex-direction:column;gap:10px}.auth-soc{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--ink);font-size:14px;font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease}.auth-soc:hover{background:var(--cream-2);border-color:var(--ink)}html.theme-dark .auth-soc:hover{background:#f5f1ea0f;border-color:#f5f1ea66}.auth-soc:active{transform:scale(.98)}.auth-soc svg{flex:0 0 auto}@media(max-width:480px){.auth-modal{padding:26px 20px 22px;border-radius:18px}.auth-title{font-size:28px}.auth-row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.auth-overlay,.auth-modal,.auth-step.active{transition:none;animation:none}}.acct-link{display:none}@media(min-width:640px){.acct-link{display:inline-flex}}.auth-other-country[hidden]{display:none}.auth-other-country{grid-column:1/-1}.dash-gate{max-width:460px;margin:160px auto;text-align:center;padding:0 20px}.dash-gate .auth-title{font-family:"Instrument Serif",serif;line-height:1.02}
