:root{color-scheme:dark;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ui-text);background:var(--ui-bg);font-synthesis:none}
*{box-sizing:border-box}
body{margin:0;min-width:280px;-webkit-font-smoothing:antialiased}
[hidden]{display:none!important}
button,input{font:inherit}
a{color:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:default}
:focus-visible{outline:3px solid var(--ui-focus);outline-offset:4px}
.auth-page::before,.auth-page::after{content:'';position:fixed;width:620px;height:620px;pointer-events:none;z-index:-1;opacity:.38;background:repeating-linear-gradient(45deg,transparent 0 57px,#303034 58px 59px,transparent 60px 116px);mask-image:linear-gradient(135deg,transparent 10%,#000 90%);transform:rotate(-12deg)}
.auth-page::before{right:-280px;top:-340px}
.auth-page::after{left:-300px;bottom:-360px;transform:rotate(168deg)}
.auth-wrap{min-height:100svh;display:flex;align-items:flex-start;justify-content:center;padding:clamp(48px,14vh,112px) 20px 40px}
.auth-card{width:384px;max-width:100%;padding:32px 28px 26px;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:24px;box-shadow:0 8px 32px #00000016;text-align:center}
.auth-brand{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-bottom:22px;border-radius:6px}
.auth-brand img{display:block;width:128px;height:auto}
h1{font-size:26px;line-height:1.3;font-weight:700;letter-spacing:-.9px;margin:0 0 26px}
.auth-description{font-size:13px;color:var(--ui-muted);line-height:1.65;overflow-wrap:anywhere;margin:-12px 0 24px}
.auth-field{margin-bottom:12px}
.auth-field input{display:block;width:100%;height:48px;border:1px solid var(--ui-input-border);border-radius:12px;background:var(--ui-surface);color:#fafafa;padding:0 15px;font-size:14px;transition:border-color .15s,box-shadow .15s}
.auth-field input::placeholder{color:var(--ui-soft)}
.auth-field input:focus{border-color:#8588ff;outline:0;box-shadow:0 0 0 3px #777bff1c}
.auth-field input[aria-invalid=true]{border-color:#f88e9b}
.auth-field input:disabled{opacity:.65}
#code{text-align:center;font-size:22px;font-variant-numeric:tabular-nums;letter-spacing:5px}
#code::placeholder{font-size:14px;letter-spacing:0}
.auth-continue{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border:1px solid var(--ui-accent-border);border-radius:12px;background:var(--ui-accent);color:white;font-size:14px;font-weight:700;transition:background .15s,transform .15s}
.auth-continue:hover:enabled{background:var(--ui-accent-hover)}
.auth-continue:active:enabled{transform:translateY(1px)}
.auth-continue:disabled{opacity:.55}
.auth-continue.is-loading::before{content:'';width:14px;height:14px;margin-right:9px;border:2px solid #ffffff55;border-top-color:#fff;border-radius:50%;animation:auth-spin .65s linear infinite}
.auth-divider{display:flex;align-items:center;gap:16px;color:#8e8e9a;font-size:11px;margin:23px 0}
.auth-divider::before,.auth-divider::after{content:'';height:1px;flex:1;background:#313137}
.auth-providers{display:flex;gap:12px}
.auth-provider{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-width:0;height:44px;background:#f5f5f5;border:1px solid #f5f5f5;border-radius:11px;color:#101012;transition:filter .15s;text-decoration:none}
.auth-provider:hover{filter:brightness(.88)}
.auth-provider svg{width:21px;height:21px}
.auth-provider[data-provider=apple] svg{width:24px;height:24px}
.auth-provider[data-provider=discord]{background:#5865f2;border-color:#5865f2;color:#fff}
.auth-provider[aria-disabled=true]{cursor:wait;opacity:.5;pointer-events:none}
.auth-provider .auth-dev{position:absolute;right:4px;bottom:2px;font-size:8px;font-weight:700}
.auth-link{border:0;background:none;padding:4px 0;color:#bebecb;font-size:12px;line-height:1.5;text-decoration:none;text-underline-offset:3px}
.auth-link:hover:enabled{color:#fff;text-decoration:underline}
.auth-link:disabled{color:#888894}
.auth-switch{margin-top:18px}
.auth-terms{font-size:11px;line-height:1.8;color:#888894;margin:22px 0 0}
.auth-terms a{color:#bebecb;text-decoration:underline;text-underline-offset:2px}
.auth-terms a:hover{color:#fff}
.auth-message{font-size:13px;line-height:1.65;margin:16px 0 0;color:#ffacb7;overflow-wrap:anywhere}
.auth-message.is-info{color:#bfc0ff}
.auth-preview{font-size:11px;line-height:1.6;color:#a6a6b3;margin:14px 0 0}
.auth-code-actions{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:18px;font-size:12px;color:var(--ui-soft)}
.auth-code-actions #resend{color:var(--ui-link);margin-left:3px}
.auth-code-actions #resend:disabled{color:#888894}
.auth-back{display:inline-block;margin-top:22px;color:var(--ui-link)}
.auth-spinner{width:26px;height:26px;border:2px solid var(--ui-input-border);border-top-color:#9497ff;border-radius:50%;margin:0 auto 24px;animation:auth-spin .65s linear infinite}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes auth-spin{to{transform:rotate(360deg)}}
@media(max-width:480px){.auth-wrap{padding:48px 20px 32px}.auth-card{padding:30px 24px 24px}h1{font-size:25px}.auth-field input{font-size:16px}.auth-page::before{right:-440px}.auth-page::after{left:-470px}}
@media(max-height:550px){.auth-wrap{padding-top:24px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation-duration:1.5s!important}}

/*
 * Framed in the watch page's sign in panel. The panel is already a card — the
 * Play along one — so the form drops its own card and sits straight on it, and
 * the page's corner hatching goes with it. Nothing here touches /login on its
 * own: auth.js marks the document is-embed only when the page is in a frame
 * and asked for it.
 */
html.is-embed{--pa-line:rgba(255,255,255,.08);--pa-ghost:rgba(255,255,255,.06);--pa-green:#22c55e;--pa-muted:#a1a1ad}
html.is-embed body{background:transparent}
html.is-embed .auth-page::before,html.is-embed .auth-page::after{display:none}
html.is-embed .auth-wrap{min-height:0;padding:24px 20px 20px}
html.is-embed .auth-card{width:100%;padding:0;border:0;border-radius:0;background:none;box-shadow:none}
html.is-embed .auth-brand img{width:104px}
html.is-embed h1{font-size:22px;letter-spacing:-.6px;margin-bottom:20px}
html.is-embed .auth-field input{height:44px;border-radius:10px;border-color:var(--pa-line);background:var(--pa-ghost)}
html.is-embed .auth-field input:focus{border-color:var(--pa-green);box-shadow:0 0 0 3px rgba(34,197,94,.16)}
html.is-embed .auth-continue{height:44px;border-radius:10px;border:0;background:var(--pa-green)}
html.is-embed .auth-continue:hover:enabled{background:#1faa51}
html.is-embed .auth-provider{border-radius:10px}
html.is-embed .auth-divider::before,html.is-embed .auth-divider::after{background:var(--pa-line)}
html.is-embed .auth-terms{margin-top:18px;color:var(--pa-muted)}

/* Account entry shares the live platform's quiet surfaces and pill controls. */
.auth-flow-page { background:#101012; }
.auth-flow-page::before,.auth-flow-page::after { display:none; }
.auth-layout,.auth-date-dialog { font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; }
.auth-flow-page .auth-wrap { align-items:center; padding:24px clamp(20px,2.8vw,48px); }
.auth-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(380px,460px); align-items:stretch; gap:8px; width:100%; max-width:1100px; min-height:720px; padding:8px; margin:0 auto; border:1px solid #ffffff10; border-radius:30px; background:#18181b; box-shadow:0 24px 80px #00000020; }
.auth-story { display:flex; flex-direction:column; min-width:0; min-height:600px; padding:34px 28px; border:1px solid #ffffff06; border-radius:22px; background:linear-gradient(150deg,#202023,#111113 70%); }
.auth-eyebrow { display:flex; align-items:center; gap:9px; font-size:10px; letter-spacing:.14em; font-weight:700; color:#aba9b0; }
.auth-eyebrow i { width:6px; height:6px; border-radius:50%; background:#b7cbbb; box-shadow:0 0 0 4px #b7cbbb0b; }
.auth-story h2 { margin:32px 0 20px; font-family:'Space Grotesk','Inter',sans-serif; font-size:clamp(46px,5vw,72px); line-height:1.01; font-weight:600; letter-spacing:-.055em; }
.auth-story h2 span { color:#bab9c6; }
.auth-story > p { max-width:340px; margin:0; color:#aaa8b2; font-size:12px; line-height:1.85; }
.auth-perks { display:grid; gap:18px; list-style:none; margin:auto 0 0; padding:42px 0 0; }
.auth-perks li { display:flex; align-items:center; gap:12px; color:#bdbbc5; font-size:12px; line-height:1.7; }
.auth-perks svg { flex-shrink:0; width:36px; height:36px; padding:8px; border:1px solid #ffffff12; border-radius:11px; background:#ffffff03; color:#c5c3cc; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.auth-perks li:nth-child(1) svg { color:#b39af5; }
.auth-perks li:nth-child(2) svg { color:#78d8b3; }
.auth-perks li:nth-child(3) svg { color:#efc57d; }
.auth-flow-page .auth-card { --ui-focus:#b9b7c4; display:flex; flex-direction:column; width:100%; min-height:600px; padding:24px 28px; background:none; border:0; border-radius:0; box-shadow:none; text-align:left; }
.auth-modes { display:flex; position:relative; isolation:isolate; flex-shrink:0; padding:4px; margin-bottom:24px; border:1px solid #ffffff09; border-radius:999px; background:#101012; }
.auth-modes::before { content:''; position:absolute; z-index:-1; top:4px; bottom:4px; left:4px; width:calc(50% - 4px); background:#303034; border:1px solid #ffffff0c; border-radius:999px; box-shadow:0 2px 5px #0002; transition:transform 340ms cubic-bezier(.22,1,.36,1); }
.auth-modes[data-mode=signup]::before { transform:translateX(100%); }
.auth-modes button { flex:1; min-height:40px; padding:8px 12px; border:0; border-radius:999px; background:transparent; color:#92909c; font-size:12px; font-weight:600; transition:color .2s; }
.auth-modes button[aria-pressed=true] { color:#f6f5f8; }
.auth-modes button:disabled { cursor:wait; }
.auth-stage { flex:1; min-width:0; }
.auth-flow-page h1 { margin:0 0 8px; font-family:'Space Grotesk','Inter',sans-serif; font-size:32px; line-height:1.17; letter-spacing:-.04em; font-weight:600; }
.auth-flow-page .auth-description { margin:0 0 22px; color:#a4a1ad; font-size:12px; line-height:1.7; }
.auth-flow-page .auth-field { margin-bottom:14px; }
.auth-flow-page .auth-field label { display:block; margin-bottom:7px; font-size:12px; font-weight:500; color:#c4c1cd; }
.auth-flow-page .auth-field input { height:46px; background:#111114; border:1px solid #ffffff18; border-radius:12px; padding:0 14px; font-family:inherit; font-size:15px; font-weight:400; letter-spacing:-.015em; transition:border-color .2s,box-shadow .2s; }
.auth-flow-page .auth-field input::placeholder { color:#96939f; opacity:1; }
.auth-flow-page .auth-field input:focus { border-color:#b3a4c4; box-shadow:0 0 0 3px #b3a4c410; }
.auth-flow-page .auth-field input[aria-invalid=true] { border-color:#d78f9d; }
.auth-field-error { margin:8px 0 0; color:#e3a7b1; font-size:11px; line-height:1.6; }
.auth-email-input { position:relative; }
.auth-flow-page .auth-email-input input { padding-right:44px; }
.auth-email-check { position:absolute; right:14px; top:50%; display:flex; transform:translateY(-50%); pointer-events:none; color:#78d8b3; }
.auth-email-check svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.auth-email-hint { margin:8px 0 0; color:#8acbb4; font-size:11px; line-height:1.6; }
.auth-password-input { position:relative; }
.auth-flow-page .auth-password-input input { padding-right:68px; }
.auth-password-input button { position:absolute; right:7px; top:5px; min-height:40px; min-width:48px; border:0; border-radius:8px; background:none; color:#b7b3c1; font-size:11px; font-weight:600; }
.auth-password-input button:hover { background:#ffffff08; color:white; }
.auth-flow-page .auth-recover { display:block; margin:6px 0 -2px auto; min-height:32px; font-size:11px; }
.auth-flow-page .auth-continue { gap:10px; height:50px; border:1px solid #ffffff12; border-radius:12px; background:#f2f1f5; color:#141316; font-size:12px; font-weight:700; }
.auth-flow-page .auth-continue:hover:enabled { background:#fff; box-shadow:0 3px 18px #ffffff0d; }
.auth-flow-page .auth-continue > span { margin-left:auto; font-size:17px; font-weight:400; }
.auth-flow-page .auth-continue { padding:0 17px; justify-content:flex-start; }
.auth-flow-page .auth-continue.is-loading { justify-content:center; }
.auth-flow-page .auth-continue.is-loading::before { border-color:#17171b30; border-top-color:#17171b; }
.auth-helper { margin:12px 0 0; text-align:center; font-size:10px; color:#93909c; }
.auth-flow-page .auth-switch { display:block; width:100%; min-height:40px; margin-top:10px; font-size:11px; text-align:center; }
.auth-flow-page .auth-message { margin:0 0 16px; padding:11px 13px; border:1px solid #dc849122; border-radius:10px; background:#dc849109; color:#e8aeb8; font-size:11px; line-height:1.7; }
.auth-flow-page .auth-message.is-info { color:#c9c6d1; background:#ffffff04; border-color:#ffffff10; }
.auth-flow-page .auth-preview { padding:0; margin:12px 0 0; background:none; font-size:10px; line-height:1.6; color:#94909f; text-align:center; }
.auth-flow-page .auth-terms { margin:18px 0 0; color:#85818f; font-size:10px; line-height:1.9; text-align:center; }
.auth-flow-page .auth-terms a { color:#b1adbb; }
.auth-browse { display:flex; justify-content:center; align-items:center; gap:9px; min-height:40px; padding-top:12px; margin-top:12px; border-top:1px solid #ffffff0b; color:#a19cae; font-size:11px; text-decoration:none; }
.auth-browse:hover { color:#fff; }
.auth-return { margin:20px 0 -8px; color:#a4a0ae; font-size:10px; text-align:center; line-height:1.7; }
.auth-progress { display:flex; align-items:center; gap:9px; margin:-4px 0 19px; color:#898491; font-size:9px; }
.auth-progress i { width:22px; height:1px; background:#5e5967; }
.auth-progress b { color:#d8d4df; font-weight:500; }
.auth-progress > span:last-child { margin-left:auto; font-size:8px; letter-spacing:.06em; }
.auth-flow-page #code { height:60px; font-size:24px; font-variant-numeric:tabular-nums; letter-spacing:7px; }
.auth-flow-page #code::placeholder { font-size:14px; letter-spacing:0; }
.auth-flow-page .auth-code-actions { align-items:stretch; text-align:center; margin-top:17px; font-size:11px; gap:7px; }
.auth-flow-page .auth-code-actions button { min-height:36px; font-size:11px; }
.auth-flow-page .auth-code-actions #resend { color:#ded9e9; }
.auth-flow-page .auth-code-actions #resend:disabled { color:#84808d; }
.auth-flow-page .auth-divider { margin:18px 0; color:#8c8796; font-size:10px; gap:12px; }
.auth-flow-page .auth-divider::before,.auth-flow-page .auth-divider::after { background:#ffffff10; }
.auth-flow-page .auth-providers { flex-wrap:wrap; gap:8px; }
.auth-flow-page .auth-provider { min-width:0; gap:7px; height:44px; border-color:#f5f5f5; background:#f5f5f5; color:#101012; font-size:11px; font-weight:600; transition:filter .18s,transform .18s; }
.auth-flow-page .auth-provider svg { width:22px; height:22px; flex-shrink:0; }
.auth-flow-page .auth-provider:hover { filter:brightness(.94); transform:translateY(-1px); }
.auth-flow-page .auth-provider:active { transform:translateY(0); }
.auth-flow-page .auth-provider[data-provider=discord] { background:#5865f2; border-color:#5865f2; color:#fff; }
.auth-signup-fields { display:grid; grid-template-columns:minmax(0,1fr); }
.auth-signup-fields .auth-field { min-width:0; }
.auth-flow-page .auth-signup-fields input { min-width:0; max-width:100%; }
.auth-flow-page .auth-field .auth-date-value { display:none; }
.auth-date-trigger { display:flex; align-items:center; justify-content:space-between; gap:10px; width:100%; height:46px; padding:0 14px; border:1px solid #ffffff18; border-radius:12px; background:#111114; color:#f5f3f8; font-family:inherit; font-size:15px; font-weight:400; letter-spacing:-.015em; text-align:left; transition:border-color .2s,background .2s; }
.auth-date-trigger[data-empty=true] { color:#96939f; }
.auth-date-trigger:hover:enabled { border-color:#ffffff35; background:#151518; }
.auth-date-trigger[aria-invalid=true] { border-color:#d78f9d; }
.auth-date-trigger:disabled { opacity:.65; }
.auth-date-trigger svg { width:20px; height:20px; flex-shrink:0; fill:none; stroke:#b39af5; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.auth-date-dialog { --ui-focus:#b9b7c4; width:min(380px,calc(100vw - 32px)); max-height:calc(100svh - 32px); margin:auto; padding:24px; overflow:auto; color:#f5f3f8; background:#1b1b1f; border:1px solid #ffffff20; border-radius:24px; box-shadow:0 30px 100px #0009; }
.auth-date-dialog::backdrop { background:#05050799; backdrop-filter:blur(8px); }
.auth-date-dialog[open] { animation:auth-date-in .22s cubic-bezier(.22,1,.36,1); }
.auth-date-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:22px; }
.auth-date-heading h2 { margin:0 0 7px; font-family:'Space Grotesk','Inter',sans-serif; font-size:24px; font-weight:600; letter-spacing:-.04em; }
.auth-date-heading p { margin:0; color:#a6a3b0; font-size:12px; line-height:1.5; }
.auth-date-close { display:grid; place-items:center; width:36px; height:36px; flex-shrink:0; padding:0; border:1px solid #ffffff10; border-radius:50%; background:#ffffff05; color:#bbb7c5; font-size:24px; font-weight:400; line-height:1; }
.auth-date-close:hover { background:#ffffff12; color:white; }
.auth-date-steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:4px; padding:4px; border:1px solid #ffffff08; border-radius:12px; background:#111114; }
.auth-date-steps button { min-height:40px; border:0; border-radius:8px; background:none; color:#aeabb8; font-size:13px; font-weight:600; transition:background .2s,color .2s; }
.auth-date-steps button[aria-pressed=true] { background:#333138; color:#fff; }
.auth-date-steps button:disabled { color:#686570; }
.auth-date-search { display:block; width:100%; height:44px; margin-top:16px; padding:0 12px; border:1px solid #ffffff18; border-radius:10px; background:#141417; color:#f5f3f8; font-size:16px; }
.auth-date-search::placeholder { color:#93909e; }
.auth-date-step-label { margin:18px 0 12px; color:#c1bdcb; font-size:12px; font-weight:500; }
.auth-date-choices { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); align-content:start; gap:6px; height:244px; padding:4px; margin:-4px; overflow-y:auto; scrollbar-width:thin; scrollbar-color:#53505e transparent; overscroll-behavior:contain; }
.auth-date-choices[data-step=month] { grid-template-columns:repeat(3,minmax(0,1fr)); }
.auth-date-choices[data-step=day] { grid-template-columns:repeat(7,minmax(0,1fr)); gap:4px; height:280px; }
.auth-date-choices button { min-width:0; min-height:42px; padding:8px 2px; border:1px solid transparent; border-radius:10px; background:#ffffff04; color:#c9c5d2; font-size:13px; font-weight:500; font-variant-numeric:tabular-nums; transition:background .15s,border-color .15s,color .15s; }
.auth-date-choices button:hover:enabled { background:#ffffff0d; border-color:#ffffff18; color:white; }
.auth-date-choices button[aria-pressed=true] { border-color:#bba5f54d; background:#bba5f51c; color:#ddd0ff; }
.auth-date-choices button:disabled { background:none; color:#56525f; }
.auth-date-weekday { display:grid; place-items:center; height:24px; color:#817b8e; font-size:10px; font-weight:600; }
.auth-date-empty { grid-column:1 / -1; margin:12px 0; color:#aaa4b7; font-size:13px; }
.auth-date-footer { display:flex; align-items:center; justify-content:space-between; gap:16px; padding-top:18px; margin-top:18px; border-top:1px solid #ffffff0c; }
.auth-date-footer .auth-link { min-height:44px; font-size:12px; }
#birthdate-save { display:flex; align-items:center; justify-content:space-between; gap:28px; min-height:44px; padding:0 16px; border:0; border-radius:11px; background:#f2f1f5; color:#18171c; font-size:12px; font-weight:600; }
#birthdate-save:disabled { background:#ffffff07; color:#777180; }
@keyframes auth-date-in { from { opacity:0; transform:translateY(10px) scale(.97); } to { opacity:1; transform:translateY(0) scale(1); } }
.auth-birthday-help { margin:-6px 0 17px; color:#94909f; font-size:10px; line-height:1.6; }
@media(min-width:1025px) and (max-height:850px) {
  .auth-flow-page .auth-wrap { padding-block:20px; }
  .auth-layout { min-height:640px; }
  .auth-flow-page .auth-card { padding-block:16px; }
  .auth-modes { margin-bottom:16px; }
  .auth-modes button { min-height:36px; }
  .auth-flow-page .auth-description { margin-bottom:16px; }
  .auth-flow-page .auth-divider { margin-block:12px; }
  .auth-flow-page .auth-field { margin-bottom:8px; }
  .auth-flow-page .auth-field label { margin-bottom:6px; }
  .auth-birthday-help { margin-top:0; margin-bottom:12px; }
  .auth-browse { min-height:32px; padding-top:8px; margin-top:8px; }
}
@media(max-width:1024px) {
  .auth-layout { grid-template-columns:minmax(0,1fr); max-width:480px; min-height:0; }
  .auth-story { display:none; }
}
@media(max-width:600px) {
  .auth-flow-page .auth-wrap { padding:20px 16px 28px; align-items:flex-start; }
  .auth-layout { padding:0; border-radius:24px; }
  .auth-flow-page .auth-card { min-height:0; padding:22px 20px; }
  .auth-flow-page h1 { font-size:30px; }
  .auth-flow-page .auth-description { margin-bottom:22px; font-size:12px; }
  .auth-modes { margin-bottom:24px; }
  .auth-modes button { min-height:42px; }
  .auth-flow-page .auth-field input { font-size:16px; }
  .auth-flow-page .auth-signup-fields input { font-size:16px; }
  .auth-date-trigger { font-size:16px; }
  .auth-flow-page .auth-switch,.auth-flow-page .auth-code-actions button { min-height:44px; }
  .auth-flow-page .auth-recover { min-height:38px; }
  .auth-flow-page .auth-provider { gap:5px; font-size:10px; }
  .auth-flow-page .auth-provider svg { width:19px; height:19px; }
}
@media(max-width:360px) {
  .auth-date-dialog { padding:18px; }
  .auth-flow-page .auth-wrap { padding-inline:12px; }
  .auth-flow-page .auth-card { padding-inline:16px; }
  .auth-flow-page .auth-providers { gap:6px; }
  .auth-flow-page .auth-provider { flex-direction:column; gap:5px; height:58px; }
}
html.is-embed .auth-flow-page .auth-wrap { padding:22px 18px; }
html.is-embed .auth-layout { display:block; min-height:0; padding:0; border:0; background:none; border-radius:0; box-shadow:none; }
html.is-embed .auth-story,html.is-embed .auth-browse { display:none; }
html.is-embed .auth-flow-page .auth-card { padding:0; min-height:0; border:0; background:none; border-radius:0; box-shadow:none; }
html.is-embed .auth-modes { margin-bottom:22px; }
html.is-embed .auth-flow-page h1 { font-size:26px; margin-bottom:12px; }
@media(prefers-reduced-motion:reduce) {
  .auth-flow-page *, .auth-flow-page *::before { animation:none!important; transition:none!important; }
}

/* A small first reward, part of signup rather than a competing promotion. */
.auth-welcome-bonus { display:flex; align-items:center; gap:11px; padding:12px 14px; margin:0 0 19px; border:1px solid #edc67422; border-radius:16px; background:linear-gradient(115deg,#e4bb650c,#ffffff02); }
.auth-welcome-bonus img { flex:none; width:38px; height:38px; object-fit:contain; filter:drop-shadow(0 3px 9px #f1b94520); }
.auth-welcome-bonus div { flex:1; min-width:0; }
.auth-welcome-bonus strong { display:block; color:#f0d08b; font-size:13px; font-weight:650; letter-spacing:-.02em; }
.auth-welcome-bonus span { display:block; margin-top:5px; color:#aaa7a0; font-size:10px; line-height:1.5; }
.auth-welcome-bonus > b { align-self:flex-start; color:#d8b96d; font-size:17px; font-weight:400; }

@media(max-width:600px) { .auth-flow-page.nv-ready .kk-top .nv-identity { display:none; } }
