[hidden]{display:none!important}:root{--auth-backdrop: rgba(10, 14, 22, .38);--auth-dialog-bg: #ffffff;--auth-dialog-border: rgba(17, 24, 39, .08);--auth-control-bg: #ffffff;--auth-control-border: rgba(17, 24, 39, .1);--auth-control-border-strong: rgba(17, 24, 39, .16);--auth-control-soft: rgba(15, 23, 42, .04);--auth-text: #0f172a;--auth-muted: rgba(15, 23, 42, .62);--auth-muted-strong: rgba(15, 23, 42, .5);--auth-shadow: 0 28px 72px rgba(15, 23, 42, .18), 0 8px 22px rgba(15, 23, 42, .08);--auth-accent: #1f2937;--auth-accent-strong: #0f172a;--auth-accent-ring: rgba(15, 23, 42, .16);--auth-gold: #facc15}html[data-theme=dark]{--auth-backdrop: rgba(4, 7, 12, .6);--auth-dialog-bg: #1a1c20;--auth-dialog-border: rgba(255, 255, 255, .08);--auth-control-bg: #0f1115;--auth-control-border: rgba(255, 255, 255, .08);--auth-control-border-strong: rgba(255, 255, 255, .14);--auth-control-soft: rgba(255, 255, 255, .03);--auth-text: #f3f4f6;--auth-muted: rgba(243, 244, 246, .66);--auth-muted-strong: rgba(243, 244, 246, .5);--auth-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 12px 28px rgba(0, 0, 0, .28);--auth-accent: #f3f4f6;--auth-accent-strong: #ffffff;--auth-accent-ring: rgba(255, 255, 255, .12);--auth-gold: #facc15}html.auth-modal-open,html.auth-modal-open body{overflow:hidden}.auth-modal[hidden]{display:none}.auth-modal{position:fixed;inset:0;z-index:80}.auth-modal__backdrop{position:absolute;inset:0;background:var(--auth-backdrop);backdrop-filter:blur(8px)}.auth-modal__dialog{position:relative;width:min(100% - 24px,420px);margin:8vh auto 0;padding:28px 26px 24px;border:1px solid var(--auth-dialog-border);border-radius:14px;background:var(--auth-dialog-bg);color:var(--auth-text);box-shadow:var(--auth-shadow);isolation:isolate;overflow:hidden}.auth-modal__dialog:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--auth-gold),transparent);opacity:.85;pointer-events:none}.auth-modal__close{position:absolute;top:12px;right:12px;width:28px;height:28px;border:1px solid var(--auth-control-border);border-radius:8px;background:transparent;color:var(--auth-muted);cursor:pointer;font-size:1.05rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.auth-modal__close:hover,.auth-modal__close:focus-visible{background:var(--auth-control-soft);border-color:var(--auth-control-border-strong);color:var(--auth-text);transform:none}.auth-modal__header{display:grid;gap:6px;padding-right:36px;margin-bottom:6px}.auth-modal__header h2{margin:0;font-size:1.18rem;font-weight:600;line-height:1.25;letter-spacing:-.015em;color:var(--auth-text)}.auth-modal__eyebrow{margin:0;font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--auth-muted-strong)}.auth-modal__lede,.auth-form__hint{margin:0;color:var(--auth-muted);line-height:1.5;font-size:.82rem}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;margin-top:14px;padding:3px;border:1px solid var(--auth-control-border);border-radius:9px;background:var(--auth-control-soft)}.auth-tabs__button{min-height:30px;border:0;border-radius:6px;background:transparent;color:var(--auth-muted);cursor:pointer;font-size:.76rem;font-weight:600;letter-spacing:.01em;transition:background .16s ease,color .16s ease}.auth-tabs__button.is-active{background:var(--auth-dialog-bg);color:var(--auth-text);box-shadow:0 1px 2px #0f172a14,0 0 0 1px var(--auth-control-border)}.auth-status{min-height:0;margin-top:10px;font-size:.8rem;color:var(--auth-muted);line-height:1.4}.auth-status:empty{margin-top:0}.auth-status.is-error{color:#dc2626}html[data-theme=dark] .auth-status.is-error{color:#f87171}.auth-status.is-success{color:#059669}html[data-theme=dark] .auth-status.is-success{color:#34d399}.auth-form{display:none;margin-top:12px}.auth-form.is-active{display:grid;gap:11px}.auth-field{display:grid;gap:5px}.auth-field span{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--auth-muted-strong)}.auth-field input{min-height:38px;padding:0 12px;border:1px solid var(--auth-control-border);border-radius:8px;background:var(--auth-control-bg);color:var(--auth-text);font-size:.86rem;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.auth-field input::placeholder{color:var(--auth-muted-strong)}.auth-field input:hover{border-color:var(--auth-control-border-strong)}.auth-field input:focus{border-color:var(--auth-accent-strong);box-shadow:0 0 0 3px var(--auth-accent-ring)}.auth-submit{margin-top:4px;min-height:40px;border:0;border-radius:8px;background:var(--auth-accent);color:#fff;cursor:pointer;font-size:.84rem;font-weight:600;letter-spacing:-.005em;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}html[data-theme=dark] .auth-submit{background:var(--auth-accent);color:#0f172a}.auth-submit:hover,.auth-submit:focus-visible{transform:translateY(-1px);background:var(--auth-accent-strong);box-shadow:0 10px 22px #0f172a24}html[data-theme=dark] .auth-submit:hover,html[data-theme=dark] .auth-submit:focus-visible{background:var(--auth-accent-strong);box-shadow:0 10px 22px #0006}.auth-form__hint{font-size:.72rem}html[data-theme=dark] .auth-modal__close,html[data-theme=dark] .auth-field input,html[data-theme=dark] .auth-submit,html[data-theme=dark] .auth-tabs,html[data-theme=dark] .auth-tabs__button.is-active{border-color:var(--auth-control-border-strong)}html[data-theme=dark] .auth-tabs__button.is-active{background:#ffffff0f;color:var(--auth-text);box-shadow:0 10px 22px #0003}html[data-theme=dark] .auth-field input{background:#ffffff08;color:var(--auth-text);box-shadow:inset 0 1px #ffffff0a}html[data-theme=dark] .auth-submit{background:var(--auth-submit-bg),#ffffff08;color:var(--auth-text)}@media(max-width:640px){.auth-modal__dialog{margin-top:4vh;padding:20px;border-radius:22px}}
