.tbr-root .auth-screen{--a-bg:#07070c;--a-panel:#0f0f16;--a-card:#12121b;--a-line:#ffffff17;--a-line-2:#ffffff29;--a-ink:#f6f7fb;--a-ink-2:#a2a7b4;--a-ink-3:#6c7280;--a-red:#e23b30;--a-red-bright:#ff6a5f;--a-red-hover:#c72c22;--discord:#5865f2;background:radial-gradient(80% 60% at 78% 0%,#e23b301a,transparent 60%),radial-gradient(70% 60% at 0% 100%,#e23b300d,transparent 55%),var(--a-bg);min-height:100vh;color:var(--a-ink);flex-direction:column;font-family:Inter,Helvetica Neue,Arial,sans-serif;display:flex}.tbr-root .auth-screen .auth-top{justify-content:space-between;align-items:center;padding:22px 32px;display:flex}.tbr-root .auth-screen .auth-logo .wordmark{width:auto;height:26px}.tbr-root .auth-screen .auth-toplink{border:1px solid var(--a-line-2);color:var(--a-ink-2);background:#ffffff05;border-radius:999px;align-items:center;gap:8px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.tbr-root .auth-screen .auth-toplink:hover{border-color:var(--a-red);color:var(--a-ink)}.tbr-root .auth-screen .auth-toplink b{color:var(--a-red-bright);font-weight:800}.tbr-root .auth-screen .auth-body{flex:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;width:100%;max-width:1240px;margin:0 auto;padding:32px 40px 64px;display:grid}@media (max-width:940px){.tbr-root .auth-screen .auth-body{grid-template-columns:1fr;gap:40px;max-width:520px;padding:12px 22px 48px}.tbr-root .auth-screen .auth-hero{text-align:center;order:2}.tbr-root .auth-screen .auth-formcol{order:1}.tbr-root .auth-screen .auth-stats{justify-content:center}.tbr-root .auth-screen .auth-bullets{text-align:left;display:inline-block}}.tbr-root .auth-screen .eyebrow{border:1px solid var(--a-line-2);letter-spacing:.12em;text-transform:uppercase;color:var(--a-ink);border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:7px 15px;font-size:12px;font-weight:800;display:inline-flex}.tbr-root .auth-screen .eyebrow:before{content:"";background:var(--a-red-bright);width:7px;height:7px;box-shadow:0 0 10px var(--a-red-bright);border-radius:50%}.tbr-root .auth-screen .auth-hero h1{letter-spacing:-.035em;margin:0 0 18px;font-size:56px;font-weight:800;line-height:1.02}.tbr-root .auth-screen .auth-hero h1 em{color:var(--a-red-bright);font-style:normal}.tbr-root .auth-screen .auth-sub{color:var(--a-ink-2);max-width:480px;margin:0 0 26px;font-size:17px;line-height:1.6}@media (max-width:940px){.tbr-root .auth-screen .auth-hero h1{font-size:40px}.tbr-root .auth-screen .auth-sub{margin-left:auto;margin-right:auto}}.tbr-root .auth-screen .auth-bullets{gap:12px;margin:0 0 26px;padding:0;list-style:none;display:grid}.tbr-root .auth-screen .auth-bullets li{color:var(--a-ink);align-items:flex-start;gap:11px;font-size:15px;display:flex}.tbr-root .auth-screen .auth-bullets .bcheck{width:22px;height:22px;color:var(--a-red-bright);background:#e23b3029;border-radius:50%;flex:none;place-items:center;margin-top:1px;display:grid}.tbr-root .auth-screen .auth-stats{flex-wrap:wrap;gap:12px;margin-bottom:26px;display:flex}.tbr-root .auth-screen .auth-stat{border:1px solid var(--a-line);background:#ffffff05;border-radius:14px;min-width:104px;padding:16px 20px}.tbr-root .auth-screen .auth-stat.accent{background:#e23b301a;border-color:#e23b3080}.tbr-root .auth-screen .auth-stat .sv{letter-spacing:-.02em;color:var(--a-ink);font-size:22px;font-weight:800}.tbr-root .auth-screen .auth-stat.accent .sv{color:var(--a-red-bright)}.tbr-root .auth-screen .auth-stat .sl{letter-spacing:.09em;text-transform:uppercase;color:var(--a-ink-3);margin-top:3px;font-size:10.5px;font-weight:800}.tbr-root .auth-screen .auth-quote{color:var(--a-ink);margin:0 0 6px;font-size:16px;font-style:italic;font-weight:600}.tbr-root .auth-screen .auth-reassure{color:var(--a-ink-3);margin:0;font-size:14px}.tbr-root .auth-screen .auth-card{background:var(--a-card);border:1px solid var(--a-line);border-radius:22px;width:100%;max-width:460px;margin-left:auto;padding:34px;box-shadow:0 30px 80px #00000080}@media (max-width:940px){.tbr-root .auth-screen .auth-card{margin:0 auto}}.tbr-root .auth-screen .auth-h{letter-spacing:-.02em;color:var(--a-ink);margin:0 0 4px;font-size:24px;font-weight:800}.tbr-root .auth-screen .auth-s{color:var(--a-ink-2);margin:0 0 22px;font-size:14.5px;line-height:1.5}.tbr-root .auth-screen .auth-social{gap:10px;display:grid}.tbr-root .auth-screen .auth-btn{border:1px solid var(--a-line-2);cursor:pointer;width:100%;color:var(--a-ink);background:#ffffff08;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:13px;font-size:14.5px;font-weight:700;transition:filter .15s,border-color .15s,background .15s;display:flex}.tbr-root .auth-screen .auth-btn.discord{background:var(--discord);border-color:var(--discord);color:#fff;font-weight:800}.tbr-root .auth-screen .auth-btn.discord:hover{filter:brightness(1.1)}.tbr-root .auth-screen .auth-btn.google:hover{border-color:var(--a-line-2);background:#ffffff12}.tbr-root .auth-screen .auth-btn .sm{opacity:.85;font-size:11px;font-weight:600;display:block}.tbr-root .auth-screen .auth-or{color:var(--a-ink-3);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:12px;margin:18px 0;font-size:12px;display:flex}.tbr-root .auth-screen .auth-or:before,.tbr-root .auth-screen .auth-or:after{content:"";background:var(--a-line);flex:1;height:1px}.tbr-root .auth-screen .auth-field{margin-bottom:16px}.tbr-root .auth-screen .auth-field label{letter-spacing:.07em;text-transform:uppercase;color:var(--a-ink-2);justify-content:space-between;align-items:baseline;margin-bottom:7px;font-size:11px;font-weight:800;display:flex}.tbr-root .auth-screen .auth-inwrap{align-items:center;display:flex;position:relative}.tbr-root .auth-screen .auth-field input{border:1px solid var(--a-line-2);width:100%;font:inherit;color:var(--a-ink);background:#ffffff08;border-radius:11px;outline:0;padding:13px 14px;font-size:14.5px;transition:border-color .15s,box-shadow .15s}.tbr-root .auth-screen .auth-field input::placeholder{color:var(--a-ink-3)}.tbr-root .auth-screen .auth-field input:focus{border-color:var(--a-red);box-shadow:0 0 0 3px #e23b3038}.tbr-root .auth-screen .auth-show{color:var(--a-ink-2);letter-spacing:.06em;cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:11px;font-weight:800;position:absolute;right:8px}.tbr-root .auth-screen .auth-show:hover{color:var(--a-ink)}.tbr-root .auth-screen .auth-forgot{letter-spacing:.04em;color:var(--a-red-bright);text-transform:none;font-size:11px;font-weight:800}.tbr-root .auth-screen .auth-forgot:hover{text-decoration:underline}.tbr-root .auth-screen .auth-remember{justify-content:space-between;align-items:center;margin:-2px 0 18px;display:flex}.tbr-root .auth-screen .auth-remember label{color:var(--a-ink-2);cursor:pointer;align-items:center;gap:8px;font-size:13px;display:inline-flex}.tbr-root .auth-screen .auth-remember input{width:16px;height:16px;accent-color:var(--a-red)}.tbr-root .auth-screen .auth-primary{background:var(--a-red);color:#fff;letter-spacing:.02em;cursor:pointer;text-align:center;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px;font-size:15px;font-weight:800;transition:background .15s;display:inline-flex}.tbr-root .auth-screen .auth-primary:hover:not(:disabled){background:var(--a-red-hover)}.tbr-root .auth-screen .auth-primary:disabled{opacity:.45;cursor:default}.tbr-root .auth-screen .auth-alt{text-align:center;cursor:pointer;width:100%;color:var(--a-ink-2);background:0 0;border:0;margin-top:14px;font-size:13px;font-weight:700;display:block}.tbr-root .auth-screen .auth-alt:hover{color:var(--a-ink);text-decoration:underline}.tbr-root .auth-screen .auth-foot-link{text-align:center;color:var(--a-ink-2);border-top:1px solid var(--a-line);margin-top:20px;padding-top:18px;font-size:14px}.tbr-root .auth-screen .auth-foot-link a{color:var(--a-red-bright);font-weight:800}.tbr-root .auth-screen .auth-foot-link a:hover{text-decoration:underline}.tbr-root .auth-screen .auth-fine{color:var(--a-ink-3);text-align:center;margin-top:14px;font-size:11px;line-height:1.5}.tbr-root .auth-screen .auth-sent{text-align:center}.tbr-root .auth-screen .auth-sent .si{width:60px;height:60px;color:var(--a-red-bright);background:#e23b3024;border-radius:50%;place-items:center;margin:4px auto 18px;display:grid}.tbr-root .auth-screen .auth-sent h3{color:var(--a-ink);margin:0 0 8px;font-size:21px;font-weight:800}.tbr-root .auth-screen .auth-sent p{color:var(--a-ink-2);margin:0 0 20px;font-size:14.5px;line-height:1.6}.tbr-root .auth-screen .auth-sent .em{color:var(--a-ink);font-weight:700}.tbr-root .auth-screen .auth-resend{border:1px solid var(--a-line-2);color:var(--a-ink);cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-size:13.5px;font-weight:700}.tbr-root .auth-screen .auth-resend:hover{border-color:var(--a-ink-2)}.tbr-root .auth-screen .auth-foot{border-top:1px solid var(--a-line);color:var(--a-ink-3);flex-wrap:wrap;align-items:center;gap:8px 18px;padding:20px 32px;font-size:12.5px;display:flex}.tbr-root .auth-screen .auth-foot .b{color:var(--a-ink-2);font-weight:800}.tbr-root .auth-screen .auth-foot a{color:var(--a-ink-3)}.tbr-root .auth-screen .auth-foot a:hover{color:var(--a-ink)}.tbr-root .auth-screen .auth-foot .sep{opacity:.4}.tbr-root .auth-screen .auth-foot .auth-foot-r{color:var(--a-ink-3);margin-left:auto}@media (prefers-reduced-motion:reduce){.tbr-root .auth-screen .auth-btn,.tbr-root .auth-screen .auth-primary,.tbr-root .auth-screen .auth-field input{transition:none}}.tbr-root .auth-screen .auth-error{color:var(--a-red-bright);margin:-4px 0 12px;font-size:13px;font-weight:600}
