/* Focused account experience. Tournament workspaces keep their own form styles. */
.auth-shell { min-height:100svh; background:#101012; color:#f6f5f2; }
.auth-header { height:88px; max-width:1440px; margin:auto; padding:0 48px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.auth-header .brand { flex-shrink:0; }
.auth-back { font-size:13px; color:#bbb9bf; display:flex; gap:18px; align-items:center; }
.auth-back:hover { color:#ffab7c; }
.auth-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(480px,1fr); max-width:1344px; margin:0 auto; border:1px solid #2d2c31; border-radius:20px; overflow:hidden; outline:none; min-height:740px; }
.auth-story { position:relative; overflow:hidden; padding:54px 52px 34px; background:radial-gradient(ellipse at 5% 30%,#59271355,transparent 65%),#161517; display:flex; flex-direction:column; }
.auth-story::before { content:''; position:absolute; inset:0; background-image:linear-gradient(#b7907320 1px,transparent 1px),linear-gradient(90deg,#b7907320 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(transparent,black,transparent); pointer-events:none; opacity:.45; }
.auth-story > * { position:relative; }
.auth-story-label { display:flex; align-items:center; gap:9px; color:#d4b4a5; font-size:10px; font-weight:700; letter-spacing:1.6px; }
.auth-story-label > span { width:6px; height:6px; background:#ff742e; border-radius:50%; }
.auth-story h2 { font-family:Arial,sans-serif; font-size:clamp(34px,3.4vw,51px); font-weight:800; line-height:1.06; letter-spacing:-2.2px; margin:34px 0 20px; }
.auth-story h2 em { color:#ff8a4d; font-style:normal; }
.auth-story > p { max-width:350px; margin:0; font-size:14px; line-height:1.75; color:#b7b0ad; }
.auth-emblem { position:relative; min-height:210px; display:flex; align-items:center; justify-content:center; margin:22px -5px 28px; }
.auth-emblem-orbit { width:270px; height:180px; border:1px solid #78534080; border-radius:50%; transform:rotate(-25deg); position:absolute; }
.auth-emblem-orbit::before { content:''; position:absolute; inset:-22px; border:1px solid #78534038; border-radius:50%; }
.auth-emblem-orbit::after { content:''; width:8px; height:8px; position:absolute; top:9px; right:56px; border-radius:50%; background:#ff8a4d; box-shadow:0 0 22px #ff742e70; }
.auth-emblem-tile { height:132px; width:132px; border:1px solid #f7af8560; border-radius:28px; background:linear-gradient(145deg,#ce713e,#814121 50%,#331e19); transform:rotate(-9deg); display:grid; place-items:center; box-shadow:0 26px 60px #0008,inset 0 1px 1px #ffdaa77a; }
.auth-emblem-tile svg { width:67px; height:67px; color:#ffd5aa; transform:rotate(9deg); filter:drop-shadow(0 4px 5px #0005); }
.auth-emblem-label { position:absolute; bottom:3px; left:0; color:#a48c7f; font-size:8px; font-weight:700; letter-spacing:1.7px; }
.auth-emblem-number { position:absolute; top:8px; right:0; color:#b3988a; font-size:11px; letter-spacing:3px; }
.auth-benefits { border-top:1px solid #3b2f2b; padding-top:26px; display:grid; gap:21px; margin-top:auto; }
.auth-benefits > div { display:flex; align-items:flex-start; gap:14px; font-size:12px; color:#a9a3a1; }
.auth-benefits svg { height:23px; width:23px; color:#ff9e69; flex-shrink:0; margin-top:3px; }
.auth-benefits strong { display:block; font-size:13px; color:#eee4dd; margin-bottom:3px; }
.auth-story-bottom { font-size:8px; letter-spacing:2.3px; color:#8e7f77; margin-top:42px; }
.auth-panel { padding:58px 58px 48px; display:flex; align-items:center; justify-content:center; background:#19191d; }
.auth-panel-signup { padding-top:38px; padding-bottom:38px; }
.auth-card { width:100%; max-width:456px; min-width:0; }
.auth-tabs { display:grid; grid-template-columns:1fr 1fr; padding:5px; background:#111113; border:1px solid #2e2e33; border-radius:10px; margin-bottom:35px; gap:4px; }
.auth-tabs a { display:grid; place-items:center; min-height:42px; border-radius:6px; font-size:13px; font-weight:600; color:#a9a7af; border:1px solid transparent; }
.auth-tabs a[aria-current] { background:#2a2829; color:#ffb487; border-color:#5b4133; box-shadow:0 2px 6px #0002; }
.auth-tabs a:hover { color:#fff1e8; }
.auth-kicker { display:block; color:#ffab7c; font-weight:700; font-size:10px; letter-spacing:1.6px; margin-bottom:12px; }
.auth-intro h1 { font-family:Arial,sans-serif; font-weight:750; font-size:31px; letter-spacing:-1.15px; line-height:1.2; margin:0 0 12px; }
.auth-intro > p { font-size:14px; line-height:1.7; color:#aba8b1; margin:0 0 28px; max-width:380px; }
.auth-form { display:flex; flex-direction:column; gap:20px; margin:0; }
.auth-field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.auth-field > label,.auth-roles legend { font-size:12px; font-weight:600; color:#e2dfe5; margin:0; }
.auth-input { position:relative; }
.auth-input input { display:block; width:100%; height:50px; padding:0 14px; background:#111114; border:1px solid #3c3a42; border-radius:8px; color:#f8f6fa; font:400 16px Arial,sans-serif; transition:border-color .15s,box-shadow .15s; }
.auth-input input::placeholder { color:#77737d; font-size:14px; }
.auth-input input:hover { border-color:#62534d; }
.auth-input input:focus { outline:none; border-color:#ff985e; box-shadow:0 0 0 3px #ff985e20; }
.auth-input input[aria-invalid=true] { border-color:#ee9198; }
.auth-input input:-webkit-autofill { -webkit-text-fill-color:#f6f5f2; -webkit-box-shadow:0 0 0 1000px #211c1a inset; caret-color:#f6f5f2; }
.auth-password input { padding-right:85px; }
.auth-reveal { position:absolute; right:4px; top:3px; height:44px; min-width:76px; border:0; border-radius:6px; background:transparent; color:#b7b1bd; display:flex; align-items:center; justify-content:center; gap:5px; font-size:11px; cursor:pointer; }
.auth-reveal:hover { color:#ffb487; background:#ff742e09; }
.auth-reveal svg { width:17px; height:17px; }
.auth-password-heading { display:flex; justify-content:flex-end; margin-bottom:-38px; position:relative; z-index:1; pointer-events:none; font-size:12px; }
.auth-password-heading a { pointer-events:auto; color:#ffb487; }
.auth-hint { font-size:11px; line-height:1.55; margin:0; color:#a09aa7; }
.auth-field .auth-hint:empty,.auth-field-error:empty,.auth-form .form-error:empty { display:none; }
.auth-field-error { color:#ffabb1; margin:0; font-size:12px; line-height:1.5; }
.auth-caps { font-size:11px; color:#f3c990; margin:0; }
.auth-shell [hidden] { display:none!important; }
.auth-password-guide { margin-top:-13px; }
.auth-password-track { height:3px; background:#373139; border-radius:3px; overflow:hidden; }
.auth-password-track span { display:block; height:100%; width:0; background:#d39965; transition:width .2s; }
.auth-password-guide p { color:#a89b90; margin:7px 0 0; font-size:10px; }
.auth-password-guide.is-ready .auth-password-track span { background:#9fd3b5; }
.auth-password-guide.is-ready p { color:#a8d0b7; }
.auth-roles { margin:0; padding:0; border:0; min-width:0; }
.auth-roles legend { margin-bottom:9px; padding:0; }
.auth-role-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.auth-role { position:relative; cursor:pointer; display:block; margin:0; }
.auth-role > input { position:absolute; top:0; left:0; opacity:0; height:1px; width:1px; margin:0; }
.auth-role > span { padding:13px; display:block; border:1px solid #3d3940; border-radius:9px; background:#151417; position:relative; min-height:112px; }
.auth-role span > svg { width:22px; height:22px; display:block; margin-bottom:9px; color:#b4a2a0; }
.auth-role strong { display:block; font-size:13px; font-weight:600; color:#e4dfe5; }
.auth-role small { font-size:10px; line-height:1.4; color:#a59eaa; display:block; margin-top:3px; }
.auth-role i { position:absolute; top:13px; right:13px; width:16px; height:16px; border:1px solid #625758; border-radius:50%; display:grid; place-items:center; }
.auth-role i svg { width:12px; height:12px; opacity:0; }
.auth-role input:checked + span { background:#36261e; border-color:#d47848; }
.auth-role input:checked + span > svg { color:#ffab7c; }
.auth-role input:checked + span i { border-color:#ff9b60; background:#ff9b60; color:#241409; }
.auth-role input:checked + span i svg { opacity:1; }
.auth-role input:focus-visible + span { outline:2px solid #ffc19c; outline-offset:3px; }
.auth-roles .auth-hint { margin-top:9px; }
.auth-terms label { display:flex; flex-direction:row; gap:10px; align-items:flex-start; margin:0; font-size:11px; font-weight:400; line-height:1.7; color:#b0aab5; }
.auth-terms input { width:18px; height:18px; margin:1px 0 0; accent-color:#ff8b4d; flex-shrink:0; }
.auth-terms a,.auth-switch a,.auth-return a { color:#ffb487; text-decoration:underline; text-underline-offset:3px; text-decoration-color:#aa765566; }
.auth-terms a:hover,.auth-switch a:hover { color:#ffd0b4; }
.auth-terms .auth-field-error { margin-top:8px; }
.auth-submit.button { display:flex; align-items:center; justify-content:center; gap:16px; width:100%; border-radius:8px; min-height:50px; font-size:14px; font-weight:700; margin:0; background:#ff8a45; color:#1c1009; border:1px solid #ffa36b; box-shadow:0 2px 0 #0003; }
.auth-submit.button:hover:not(:disabled) { background:#ffa263; transform:none; }
.auth-submit svg { width:18px; height:18px; }
.auth-submit:disabled { cursor:wait; opacity:.65; }
.auth-form[aria-busy=true] .auth-submit svg { visibility:hidden; }
.auth-form .form-error { padding:11px 13px; border:1px solid #704048; border-radius:7px; background:#3d222750; color:#ffc0c5; font-size:12px; line-height:1.6; margin:0; }
.auth-switch { margin-top:25px; text-align:center; color:#b0a9b5; font-size:12px; line-height:1.7; }
.auth-form-note { display:flex; justify-content:center; align-items:center; gap:7px; border-top:1px solid #302b33; padding-top:22px; margin-top:27px; font-size:10px; color:#918c99; }
.auth-form-note svg { width:15px; height:15px; flex-shrink:0; }
.auth-return { border:1px solid #564131; background:#36282066; padding:13px; border-radius:9px; display:flex; gap:11px; margin:0 0 24px; }
.auth-return > svg { color:#ffb487; width:20px; height:20px; flex-shrink:0; margin-top:2px; }
.auth-return strong { font-size:12px; color:#edcfba; }
.auth-return p { font-size:11px; line-height:1.6; color:#b5a69d; margin:3px 0 6px; overflow-wrap:anywhere; }
.auth-return a { font-size:11px; }
.auth-switch + .auth-return { margin:24px 0 0; }
.auth-status-icon { width:64px; height:64px; display:grid; place-items:center; border:1px solid #875437; border-radius:18px; background:#38271f; color:#ffb487; margin-bottom:27px; }
.auth-status-icon svg { width:30px; height:30px; }
.auth-email-address { padding:13px 15px; border-radius:8px; border:1px solid #3f3635; background:#211d1d; font-size:14px; font-weight:600; color:#efdfd5; overflow-wrap:anywhere; margin:-8px 0 24px; }
.auth-next-steps { list-style:decimal; padding-left:22px; font-size:13px; color:#b9b0bd; display:grid; gap:13px; margin:0 0 24px; }
.auth-next-steps li { padding-left:6px; }
.auth-next-steps li::marker { color:#df9467; }
.auth-card > .auth-hint { margin-bottom:24px; }
.auth-text-button { display:block; padding:8px 0; min-height:40px; background:none; border:0; font-size:12px; color:#ffb487; cursor:pointer; text-decoration:underline; text-underline-offset:3px; }
.auth-card > .auth-text-button { margin:12px auto 0; }
.auth-connection { padding:13px; border:1px solid #694c3a; border-radius:8px; background:#35271e; margin-bottom:22px; font-size:12px; }
.auth-connection p { margin:5px 0; color:#d3bbaa; }
.auth-footer { max-width:1440px; margin:auto; padding:27px 48px; display:flex; justify-content:space-between; align-items:center; gap:24px; font-size:10px; color:#89818e; }
.auth-footer nav { display:flex; gap:25px; }
.auth-shell a:focus-visible,.auth-shell button:focus-visible { outline:2px solid #ffc49d; outline-offset:4px; }
@media (min-width:1450px) { .auth-story h2 { font-size:56px; } .auth-layout { min-height:760px; } }
@media (max-width:1400px) { .auth-layout { margin:0 32px; } .auth-story { padding:45px 40px 32px; } .auth-panel { padding:46px 40px; } .auth-panel-signup { padding-top:32px; padding-bottom:32px; } }
@media (max-width:1100px) { .auth-layout { grid-template-columns:minmax(0,.85fr) minmax(420px,1fr); margin:0 24px; } .auth-story { padding:42px 30px 30px; } .auth-story h2 { font-size:39px; } .auth-panel { padding:40px 30px; } .auth-header { padding:0 28px; height:80px; } .auth-intro h1 { font-size:28px; } .auth-story-label { font-size:8px; letter-spacing:1.1px; } .auth-emblem-orbit { width:220px; height:150px; } }
@media (max-width:800px) { .auth-layout { grid-template-columns:1fr; max-width:580px; margin:0 auto; min-height:0; } .auth-story { display:none; } .auth-panel { padding:36px 38px 40px; } .auth-header { max-width:636px; height:84px; } .auth-footer { max-width:620px; padding:25px 22px; } .auth-card { max-width:100%; } }
@media (max-width:620px) { .auth-shell { background:#19191d; } .auth-header { height:77px; padding:0 22px; border-bottom:1px solid #302b32; } .auth-header .brand { gap:8px; font-size:10px; } .auth-header .brand img { width:30px; height:30px; } .auth-back { font-size:11px; gap:8px; } .auth-layout { border:0; border-radius:0; margin:0; } .auth-panel { padding:28px 22px 35px; } .auth-tabs { margin-bottom:30px; } .auth-intro h1 { font-size:29px; } .auth-intro > p { font-size:13px; } .auth-footer { border-top:1px solid #302b32; padding:24px 22px; flex-wrap:wrap; gap:18px; } .auth-footer nav { gap:22px; } .auth-role > span { padding:12px; } }
@media (prefers-reduced-motion:reduce) { .auth-shell * { transition:none!important; } }

.auth-confirm-help { margin-top:22px; font-size:11px; color:#a69eab; }
.auth-confirm-help summary { cursor:pointer; color:#bca59a; min-height:28px; }
.auth-confirm-help p { font-size:11px; margin:10px 0 0; }
