:root {
  color-scheme: dark;
  --tc-bg: #080a0d;
  --tc-surface: #101318;
  --tc-surface-strong: #15191f;
  --tc-border: rgba(255, 255, 255, .12);
  --tc-border-strong: rgba(255, 255, 255, .22);
  --tc-text: #f7f9fc;
  --tc-muted: #9ba3af;
  --tc-yellow: #f6c02d;
  --tc-yellow-hover: #ffd04b;
  --tc-danger: #ef7070;
  --tc-radius: 18px;
  --tc-shadow: 0 30px 80px rgba(0, 0, 0, .48);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--tc-text);
  background:
    radial-gradient(circle at 74% 13%, rgba(246, 192, 45, .075), transparent 25%),
    radial-gradient(circle at 10% 45%, rgba(88, 102, 132, .11), transparent 26%),
    var(--tc-bg);
  overflow-x: hidden;
}

button, input, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px; color: #080a0d; background: var(--tc-yellow); transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(1460px, calc(100% - 64px)); min-height: 92px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 52px; }
.brand img { width: 29px; height: auto; }
.brand-name { display: inline-flex; align-items: baseline; font-size: 26px; font-weight: 850; letter-spacing: -.055em; }
.brand-name span:first-child { color: var(--tc-text); }
.brand-name span:last-child { color: var(--tc-yellow); }
.header-actions { display: flex; align-items: center; }
.language-control { position: relative; }
.language-control::after { content: ""; position: absolute; top: 50%; right: 13px; width: 6px; height: 6px; border-right: 2px solid var(--tc-muted); border-bottom: 2px solid var(--tc-muted); pointer-events: none; transform: translateY(-70%) rotate(45deg); }
.language-control select { min-width: 70px; min-height: 48px; padding: 0 30px 0 14px; color: var(--tc-text); border: 1px solid var(--tc-border); border-radius: 12px; background: rgba(16, 19, 24, .88); appearance: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button:focus-visible, .provider:focus-visible, .store-button:focus-visible, .auth-tabs button:focus-visible, select:focus-visible, input:focus-visible { outline: 3px solid rgba(246, 192, 45, .28); outline-offset: 2px; }
.button--primary { color: #080a0d; background: var(--tc-yellow); }
.button--primary:hover { background: var(--tc-yellow-hover); }
.button--secondary { color: var(--tc-text); background: var(--tc-surface-strong); border-color: var(--tc-border); }
.button--secondary:hover { border-color: var(--tc-border-strong); }
.button--large { min-height: 56px; padding-inline: 24px; font-size: 15px; }

.hero { display: grid; grid-template-columns: minmax(400px, .84fr) minmax(610px, 1.16fr); align-items: center; width: min(1460px, calc(100% - 64px)); min-height: calc(100vh - 92px); margin: 0 auto; padding: 42px 0 88px; }
.hero-copy { position: relative; z-index: 8; max-width: 650px; padding-left: clamp(0px, 3vw, 44px); }
.kicker { margin: 0 0 22px; color: var(--tc-muted); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(58px, 6.3vw, 102px); font-weight: 860; letter-spacing: -.072em; line-height: .91; }
h1 > span { display: block; }
.claim-accent { color: var(--tc-yellow); }
.hero-intro { max-width: 520px; margin: 28px 0 0; color: #c3c8d1; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-proof { display: inline-flex; align-items: center; gap: 9px; margin: 26px 0 0; color: #848c98; font-size: 12px; font-weight: 650; }
.hero-proof > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: var(--tc-yellow); box-shadow: 0 0 0 5px rgba(246, 192, 45, .08); }

.card-scene { position: relative; z-index: 2; min-height: 700px; perspective: 1800px; transform-style: preserve-3d; isolation: isolate; }
.card-scene::before { content: ""; position: absolute; inset: 10% -4% 6% 2%; z-index: -3; border: 1px solid rgba(255,255,255,.07); border-radius: 48% 52% 46% 54% / 52% 42% 58% 48%; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008)); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 60px 100px rgba(0,0,0,.32); transform: rotate(-5deg); backdrop-filter: blur(4px); }
.card-scene::after { content: ""; position: absolute; z-index: -2; left: 5%; right: -4%; bottom: 0; height: 38%; background: radial-gradient(ellipse at center, rgba(0, 0, 0, .82), transparent 68%); transform: rotate(-4deg); filter: blur(13px); }
.scene-orbit { position: absolute; inset: 17% 6% 9% 8%; z-index: -2; border: 1px solid rgba(246,192,45,.14); border-radius: 50%; transform: rotate(-12deg); box-shadow: 0 0 90px rgba(246,192,45,.07); }
.scene-caption { position: absolute; z-index: 10; right: 5%; bottom: 10%; display: flex; align-items: center; gap: 11px; padding: 12px 16px; color: #d9dde4; background: rgba(9, 11, 14, .72); border: 1px solid rgba(255,255,255,.13); border-radius: 13px; box-shadow: 0 16px 38px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.scene-caption strong { color: var(--tc-yellow); font-size: 28px; line-height: 1; }
.scene-caption span { color: #aeb4be; font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.collectible { --tilt: 0deg; --depth: 0px; position: absolute; margin: 0; padding: 3px; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.48), rgba(255,255,255,.07) 34%, rgba(246,192,45,.36) 72%, rgba(255,255,255,.12)); border-radius: 11px; box-shadow: 0 32px 45px rgba(0,0,0,.5), 0 2px 0 rgba(255,255,255,.3) inset; transform: translate3d(var(--scene-x, 0), var(--scene-y, 0), var(--depth)) rotate(var(--tilt)); transition: transform .3s ease-out, box-shadow .3s ease-out; will-change: transform; }
.collectible::after { content: ""; position: absolute; inset: -45% -70%; z-index: 2; pointer-events: none; background: linear-gradient(112deg, transparent 42%, rgba(255,255,255,.24) 49%, rgba(255,255,255,.04) 55%, transparent 62%); transform: translateX(-35%) rotate(6deg); transition: transform .65s ease; }
.collectible img { display: block; width: 100%; height: 100%; border-radius: 7px; object-fit: cover; user-select: none; }
.collectible:hover::after { transform: translateX(36%) rotate(6deg); }
.collectible--magic { z-index: 1; width: 17%; aspect-ratio: 146 / 204; left: 4%; top: 39%; --tilt: -17deg; --depth: -75px; opacity: .82; }
.collectible--pokemon { z-index: 2; width: 20%; aspect-ratio: 320 / 446; right: 4%; top: 9%; --tilt: 14deg; --depth: -42px; }
.collectible--lorcana { z-index: 3; width: 22%; aspect-ratio: 1468 / 2048; right: 8%; bottom: 4%; --tilt: 9deg; --depth: 6px; }
.collectible--conceicao { z-index: 4; width: 28%; aspect-ratio: 1070 / 1470; left: 18%; top: 5%; --tilt: -9deg; --depth: 30px; }
.collectible--harper { z-index: 5; width: 28%; aspect-ratio: 1060 / 1484; left: 42%; top: 22%; --tilt: 4deg; --depth: 62px; }
.collectible--putellas { z-index: 6; width: 43%; aspect-ratio: 1448 / 1086; left: 7%; bottom: 0; --tilt: -6deg; --depth: 92px; }
.card-scene:hover .collectible { box-shadow: 0 38px 54px rgba(0,0,0,.58), 0 2px 0 rgba(255,255,255,.32) inset; }

.app-showcase { position: relative; display: grid; grid-template-columns: minmax(500px, 1fr) minmax(430px, .88fr); align-items: center; width: min(1360px, calc(100% - 64px)); min-height: 820px; margin: 30px auto 0; padding: 90px clamp(36px, 6vw, 92px); overflow: hidden; background: linear-gradient(135deg, #11151b 0%, #0c0f13 55%, #101318 100%); border: 1px solid rgba(255,255,255,.1); border-radius: 30px; box-shadow: 0 50px 120px rgba(0,0,0,.32); }
.app-showcase::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 27% 45%, rgba(246,192,45,.14), transparent 31%), linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.045) 50%, transparent 50.2%); }
.device-stage { position: relative; min-height: 650px; perspective: 1400px; }
.device-glow { position: absolute; width: 480px; height: 480px; left: 4%; top: 13%; border-radius: 50%; background: rgba(246,192,45,.12); filter: blur(95px); }
.phone { position: absolute; width: 286px; height: 584px; padding: 9px; background: linear-gradient(145deg, #3d424a, #090b0e 22%, #1f242b 72%, #606773); border: 1px solid rgba(255,255,255,.35); border-radius: 46px; box-shadow: 0 50px 80px rgba(0,0,0,.55), inset 0 0 0 2px #080a0d; }
.phone::before { content: ""; position: absolute; z-index: 4; width: 88px; height: 25px; top: 17px; left: 50%; border-radius: 20px; background: #050608; transform: translateX(-50%); }
.phone--back { left: 3%; top: 26px; transform: rotateY(10deg) rotateZ(-8deg) scale(.91); opacity: .78; }
.phone--front { z-index: 2; left: 32%; top: 44px; transform: rotateY(-7deg) rotateZ(4deg); }
.phone-screen { position: relative; height: 100%; padding: 22px 16px 15px; overflow: hidden; color: #f7f9fc; background: #090b0e; border-radius: 38px; }
.phone-status { display: flex; justify-content: space-between; padding: 0 5px; color: #c9cdd4; font-size: 8px; font-weight: 800; letter-spacing: .05em; }
.mini-brand { display: flex; align-items: center; gap: 7px; margin-top: 30px; font-size: 14px; font-weight: 850; }
.mini-brand img { width: 17px; }
.mini-brand strong { color: var(--tc-yellow); }
.vault-screen > p { margin: 22px 0 8px; color: #979eaa; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.vault-value { position: relative; padding: 17px; background: linear-gradient(135deg, #191e25, #11151a); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.vault-value small, .vault-value strong { display: block; }
.vault-value small { color: #8e96a3; font-size: 9px; }
.vault-value strong { margin-top: 5px; font-size: 25px; letter-spacing: -.05em; }
.vault-value span { position: absolute; top: 18px; right: 15px; color: #71d9a5; font-size: 9px; font-weight: 800; }
.mini-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
.mini-card-grid img { width: 100%; height: 145px; object-fit: cover; border-radius: 8px; box-shadow: 0 8px 18px rgba(0,0,0,.35); }
.phone-nav { position: absolute; left: 16px; right: 16px; bottom: 17px; display: flex; justify-content: space-around; padding: 13px; background: #15191f; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; }
.phone-nav i { width: 11px; height: 11px; border: 2px solid #757d89; border-radius: 3px; }
.phone-nav i:first-child { border-color: var(--tc-yellow); background: var(--tc-yellow); }
.scan-screen { background: linear-gradient(#0b0e12, #15191f); }
.scan-copy { margin-top: 40px; }
.scan-copy small, .scan-copy strong { display: block; }
.scan-copy small { color: var(--tc-yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.scan-copy strong { margin-top: 7px; font-size: 21px; }
.scan-card { width: 76%; margin: 28px auto 0; padding: 3px; background: rgba(246,192,45,.65); border-radius: 12px; box-shadow: 0 20px 45px rgba(0,0,0,.55), 0 0 40px rgba(246,192,45,.09); }
.scan-card img { display: block; width: 100%; border-radius: 8px; }
.scan-result { display: flex; justify-content: space-between; margin-top: 25px; padding: 14px; background: rgba(255,255,255,.06); border-radius: 12px; font-size: 11px; }
.scan-result strong { color: var(--tc-yellow); }
.app-copy { position: relative; z-index: 4; }
.app-copy h2, .access-copy h2 { margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: .98; letter-spacing: -.06em; }
.app-intro { max-width: 540px; margin: 24px 0 0; color: #b8bec8; font-size: 18px; line-height: 1.65; }
.app-features { display: grid; gap: 3px; margin-top: 32px; }
.app-features article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.app-features article > span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--tc-yellow); background: rgba(246,192,45,.08); border: 1px solid rgba(246,192,45,.15); border-radius: 10px; font-size: 10px; font-weight: 900; }
.app-features strong { font-size: 15px; }
.app-features p { margin: 5px 0 0; color: #858d99; font-size: 13px; line-height: 1.5; }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.store-button { display: inline-flex; align-items: center; gap: 11px; min-width: 184px; min-height: 64px; padding: 8px 15px; text-align: left; color: var(--tc-text); background: #07090c; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.store-button:hover { background: #13171c; border-color: var(--tc-border-strong); transform: translateY(-1px); }
.store-button small, .store-button strong { display: block; }
.store-button small { margin-bottom: 2px; color: var(--tc-muted); font-size: 10px; line-height: 1.1; }
.store-button strong { font-size: 17px; line-height: 1.1; }
.store-icon { display: grid; place-items: center; width: 31px; height: 34px; font-size: 29px; }
.play-mark { position: relative; width: 29px; height: 32px; overflow: hidden; }
.play-mark::before { content: ""; position: absolute; inset: 2px 1px; clip-path: polygon(0 0, 100% 50%, 0 100%); background: conic-gradient(from 40deg at 35% 50%, #39d57a, #40a7f4 31%, #f6c02d 58%, #ef5c57 80%, #39d57a); }
.platform-note { margin: 12px 0 0; color: #747c88; font-size: 11px; }

.access-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 130px); align-items: center; width: min(1180px, calc(100% - 64px)); margin: 140px auto; }
.access-copy p:last-child { max-width: 450px; margin: 22px 0 0; color: #9fa7b3; font-size: 17px; line-height: 1.6; }
.auth-panel { padding: 28px; background: linear-gradient(145deg, #14181e, #0e1115); border: 1px solid var(--tc-border); border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 22px; padding: 4px; background: #090b0e; border-radius: 12px; }
.auth-tabs button { min-height: 48px; color: var(--tc-muted); background: transparent; border: 0; border-radius: 9px; font-weight: 800; cursor: pointer; }
.auth-tabs button[aria-selected="true"] { color: #080a0d; background: var(--tc-yellow); }
.provider-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.provider { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 11px; color: var(--tc-text); background: #191d23; border: 1px solid var(--tc-border); border-radius: 12px; cursor: pointer; }
.provider:hover { border-color: var(--tc-border-strong); background: #1d2229; }
.provider > span { font-size: 20px; font-weight: 900; }
.provider strong { font-size: 12px; }
.provider--facebook > span { color: #78a8ff; font-family: Arial, sans-serif; font-size: 22px; }
.google-g { color: #fff; text-shadow: -1px 0 #4285f4, 0 1px #34a853, 1px 0 #fbbc05, 0 -1px #ea4335; }
.divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: #747b86; font-size: 12px; }
.divider::before, .divider::after { content: ""; height: 1px; flex: 1; background: var(--tc-border); }
#authForm { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 10px; }
#authForm label { display: grid; gap: 7px; color: #c7ccd4; font-size: 12px; font-weight: 700; }
#authForm input { width: 100%; min-height: 52px; padding: 0 14px; color: var(--tc-text); background: #090b0e; border: 1px solid var(--tc-border); border-radius: 11px; font-size: 16px; }
#authForm input:focus { border-color: rgba(246,192,45,.58); }
.auth-submit { min-width: 112px; }
.legal-note { margin: 16px 0 0; color: #747b86; font-size: 10px; line-height: 1.55; text-align: center; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1460px, calc(100% - 64px)); min-height: 82px; margin: 0 auto; padding: 20px 0; color: #7f8793; border-top: 1px solid rgba(255,255,255,.07); font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.site-footer a { min-height: 36px; display: inline-flex; align-items: center; }
.site-footer a:hover { color: var(--tc-text); }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 13px 18px; color: var(--tc-text); background: #171b21; border: 1px solid var(--tc-border-strong); border-radius: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.45); opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity .2s ease, transform .2s ease; font-size: 13px; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1120px) {
  .hero { grid-template-columns: .86fr 1.14fr; }
  .card-scene { min-height: 620px; }
  .app-showcase { grid-template-columns: .95fr 1.05fr; padding-inline: 40px; }
  .phone--back { left: -4%; }
  .phone--front { left: 28%; }
  .provider strong { font-size: 11px; }
}

@media (max-width: 860px) {
  .site-header { width: min(100% - 28px, 720px); min-height: 76px; }
  .brand img { width: 25px; }
  .brand-name { font-size: 22px; }
  .hero { display: flex; flex-direction: column; width: 100%; min-height: auto; padding: 24px 0 76px; }
  .hero-copy { width: min(100% - 28px, 620px); max-width: none; padding: 0; }
  h1 { font-size: clamp(52px, 14vw, 78px); }
  .hero-intro { max-width: 460px; font-size: 17px; }
  .card-scene { order: -1; width: min(100%, 700px); min-height: 500px; margin: -25px auto -30px; transform: scale(.9); }
  .scene-caption { right: 8%; bottom: 12%; }
  .app-showcase { display: flex; flex-direction: column; width: min(100% - 28px, 720px); min-height: auto; padding: 60px 28px; border-radius: 22px; }
  .app-showcase::before { background: radial-gradient(circle at 50% 24%, rgba(246,192,45,.14), transparent 28%); }
  .device-stage { width: 100%; min-height: 610px; }
  .phone--back { left: calc(50% - 270px); }
  .phone--front { left: 50%; transform: translateX(-22%) rotateY(-7deg) rotateZ(4deg); }
  .app-copy { width: 100%; }
  .access-section { grid-template-columns: 1fr; width: min(100% - 28px, 720px); margin: 90px auto; }
}

@media (max-width: 580px) {
  .language-control select { min-width: 60px; }
  .card-scene { min-height: 410px; margin: -48px auto -28px; transform: scale(.82); }
  .scene-caption { display: none; }
  .kicker { margin-bottom: 16px; }
  h1 { font-size: clamp(47px, 14.6vw, 68px); }
  .hero-intro { margin-top: 22px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .app-showcase { padding: 44px 16px; }
  .device-stage { min-height: 500px; transform: scale(.8); transform-origin: top center; margin-bottom: -100px; }
  .phone--back { left: calc(50% - 248px); }
  .phone--front { left: 50%; }
  .app-copy h2, .access-copy h2 { font-size: 44px; }
  .store-row { display: grid; grid-template-columns: 1fr; }
  .store-button { width: 100%; }
  .auth-panel { padding: 18px 14px; border-radius: 18px; }
  .provider-list { grid-template-columns: 1fr; }
  .provider { min-height: 50px; }
  .provider strong { font-size: 13px; }
  #authForm { grid-template-columns: 1fr; }
  .auth-submit { width: 100%; }
  .site-footer { width: min(100% - 28px, 720px); align-items: flex-start; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; gap: 6px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Reference-led premium entrance */
.site-header { min-height: 126px; }
.brand { gap: 18px; }
.brand img { width: 56px; }
.brand-name { font-size: 54px; letter-spacing: -.06em; }
.header-actions { gap: 20px; }
.header-auth { min-width: 132px; min-height: 50px; padding: 0 18px; color: var(--tc-yellow); border: 1px solid rgba(246,192,45,.62); background: #07090b; font-size: 14px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.header-auth--register { min-width: 176px; color: #080a0d; background: var(--tc-yellow); }

.hero { position: relative; grid-template-columns: minmax(660px, .9fr) minmax(600px, 1.1fr); min-height: calc(100vh - 126px); padding: 38px 0 70px; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: -126px calc(50% - 50vw) 0; background: radial-gradient(ellipse at 75% 74%, rgba(246,192,45,.16), transparent 31%), radial-gradient(ellipse at 98% 45%, rgba(115,50,203,.18), transparent 24%), linear-gradient(118deg, #040506 0%, #090a0b 53%, #07080b 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: -126px calc(50% - 50vw) 0; opacity: .32; background-image: radial-gradient(rgba(255,255,255,.12) .6px, transparent .7px); background-size: 4px 4px; mask-image: linear-gradient(90deg, #000, transparent 72%); pointer-events: none; }
.hero-copy { max-width: 650px; padding-left: 4px; }
.hero .kicker, .hero-intro, .hero-proof { display: none; }
.hero h1 { font-size: clamp(63px, 4.8vw, 78px); font-weight: 950; letter-spacing: -.062em; line-height: 1.13; text-transform: uppercase; text-shadow: 0 5px 25px rgba(0,0,0,.45); }
.hero h1 > span { white-space: nowrap; }
.hero-actions { margin-top: 38px; }
.hero-start { width: min(390px, 100%); min-height: 82px; border-radius: 13px; box-shadow: 0 0 0 1px rgba(255,221,105,.55) inset, 0 12px 32px rgba(246,192,45,.18); font-size: 24px; text-transform: uppercase; }
.hero-stores { margin-top: 22px; }
.hero-stores .store-button { min-width: 0; width: 188px; min-height: 62px; border-color: rgba(246,192,45,.45); }

.card-scene { min-height: 760px; }
.card-scene::before { display: none; }
.card-scene::after { left: -10%; right: -12%; bottom: -3%; height: 29%; background: radial-gradient(ellipse at center, rgba(246,192,45,.22), rgba(0,0,0,.82) 42%, transparent 72%); filter: blur(11px); }
.hero-light { position: absolute; z-index: -1; border-radius: 50%; filter: blur(85px); }
.hero-light--gold { width: 440px; height: 440px; left: 22%; bottom: 4%; background: rgba(246,192,45,.18); }
.hero-light--violet { width: 330px; height: 330px; right: -6%; top: 20%; background: rgba(107,48,191,.2); }
.app-shot { position: absolute; margin: 0; overflow: hidden; filter: drop-shadow(0 35px 34px rgba(0,0,0,.62)); }
.app-shot img { display: block; width: 100%; height: auto; }
.app-shot--scan { z-index: 3; width: 42%; height: 590px; left: 0; top: 68px; transform: rotate(-5deg); }
.app-shot--scan img { transform: translateY(-4%); }
.app-shot--vault { z-index: 5; width: 48%; height: 520px; left: 31%; top: 5px; transform: rotate(3deg); }
.app-shot--vault img { transform: translateY(-25%); }
.card-scene .collectible { padding: 3px; border-radius: 10px; }
.card-scene .collectible--pokemon { z-index: 7; width: 19%; aspect-ratio: 320 / 446; right: 0; top: 15%; left: auto; --tilt: 12deg; --depth: 30px; opacity: 1; }
.card-scene .collectible--conceicao { z-index: 8; width: 23%; aspect-ratio: 1070 / 1470; right: 1%; left: auto; top: 52%; --tilt: 12deg; --depth: 62px; }
.card-scene .collectible--lorcana { z-index: 8; width: 22%; aspect-ratio: 1468 / 2048; left: 1%; right: auto; bottom: 0; --tilt: -12deg; --depth: 72px; }

@media (max-width: 1180px) {
  .brand img { width: 46px; }
  .brand-name { font-size: 44px; }
  .hero { grid-template-columns: minmax(390px, .8fr) minmax(580px, 1.2fr); }
  .hero h1 { font-size: clamp(58px, 5.7vw, 78px); }
  .card-scene { min-height: 660px; }
  .app-shot--scan { height: 585px; }
  .app-shot--vault { height: 630px; }
}

@media (max-width: 860px) {
  .site-header { min-height: 86px; }
  .brand { gap: 11px; }
  .brand img { width: 42px; }
  .brand-name { font-size: 39px; }
  .header-actions { gap: 6px; }
  .header-auth { min-width: 94px; padding-inline: 10px; font-size: 11px; }
  .header-auth--register { min-width: 132px; }
  .hero { display: flex; min-height: auto; padding-top: 42px; }
  .hero-copy { order: 0; width: min(100% - 28px, 780px); }
  .hero h1 { font-size: clamp(50px, 9vw, 68px); }
  .hero-start { min-height: 68px; font-size: 20px; }
  .hero-stores { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-stores .store-button { width: 100%; }
  .card-scene { order: 1; min-height: 600px; width: min(100%, 720px); margin: 14px auto -20px; transform: none; }
  .app-shot--scan { left: 5%; }
  .app-shot--vault { left: 34%; }
}

@media (max-width: 580px) {
  .brand img { width: 31px; }
  .brand-name { font-size: 29px; }
  .header-auth { display: none; }
  .hero { padding-top: 28px; }
  .hero h1 { font-size: clamp(44px, 13.3vw, 62px); line-height: 1.02; }
  .hero-stores { gap: 8px; }
  .hero-stores .store-button { padding-inline: 9px; }
  .hero-stores .store-button strong { font-size: 14px; }
  .card-scene { min-height: 440px; margin-top: 28px; transform: none; }
  .app-shot--scan { width: 49%; height: 410px; left: 1%; top: 32px; }
  .app-shot--vault { width: 57%; height: 445px; left: 27%; top: 0; }
  .card-scene .collectible--pokemon { width: 22%; right: -2%; top: 11%; }
  .card-scene .collectible--conceicao { width: 25%; right: -1%; top: 52%; }
  .card-scene .collectible--lorcana { width: 23%; left: 0; bottom: 0; }
}

@media (max-width: 420px) {
  .hero h1 > span { white-space: normal; }
}

/* Supplied product composition replaces the individually layered hero media. */
.card-scene--product {
  background-image: url("/assets/img/home/hero-product.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 108% auto;
}
.card-scene--product::after { display: none; }

/* Real app campaign artwork — deliberately no artificial collection valuation. */
.app-art-stage {
  min-height: 680px;
  transform-style: preserve-3d;
  isolation: isolate;
}
.app-art-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 9% 4% 4%;
  border-radius: 50%;
  background: radial-gradient(circle at 48% 52%, rgba(246,192,45,.18), rgba(106,48,176,.1) 40%, transparent 68%);
  filter: blur(34px);
}
.app-poster {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: #080a0c;
  box-shadow: 0 45px 90px rgba(0,0,0,.58), 0 0 0 1px rgba(246,192,45,.08) inset;
  transform-origin: center bottom;
}
.app-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.app-poster--collection {
  z-index: 2;
  width: 314px;
  height: 680px;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(-2deg) translateZ(16px);
}
.app-poster--events {
  z-index: 3;
  width: 294px;
  height: 632px;
  left: 41%;
  top: 0;
  transform: rotate(5deg) translateZ(32px);
}

@media (max-width: 1180px) {
  .card-scene--product { background-size: 112% auto; }
  .app-poster--collection { left: 50%; }
  .app-poster--events { left: 38%; }
}

@media (max-width: 860px) {
  .card-scene--product { background-position: center; background-size: 100% auto; }
  .app-art-stage { width: min(100%, 620px); min-height: 660px; margin-inline: auto; }
  .app-poster--collection { left: 50%; }
  .app-poster--events { left: 43%; }
}

@media (max-width: 580px) {
  .card-scene--product { min-height: 410px; background-size: 112% auto; }
  .app-art-stage { min-height: 520px; margin-bottom: 0; transform: none; }
  .app-poster { border-radius: 17px; }
  .app-poster--collection { width: min(72%, 240px); height: 520px; left: 50%; top: 0; }
  .app-poster--events { width: 51%; height: 480px; left: 47%; top: 0; }
}

/* Premium account entry */
.access-section {
  position: relative;
  grid-template-columns: minmax(340px, .88fr) minmax(480px, 1.12fr);
  gap: clamp(44px, 7vw, 112px);
  width: min(1320px, calc(100% - 64px));
  margin: 150px auto 90px;
  padding: clamp(48px, 6vw, 82px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(246,192,45,.13), transparent 28%),
    radial-gradient(circle at 94% 88%, rgba(100,52,176,.12), transparent 30%),
    linear-gradient(135deg, rgba(19,23,28,.98), rgba(8,10,13,.98));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 36px;
  box-shadow: 0 50px 120px rgba(0,0,0,.42), 0 1px 0 rgba(255,255,255,.05) inset;
  isolation: isolate;
}
.access-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  left: -250px;
  bottom: -330px;
  border: 1px solid rgba(246,192,45,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(246,192,45,.025), 0 0 0 140px rgba(246,192,45,.018);
}
.access-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(rgba(255,255,255,.16) .55px, transparent .7px);
  background-size: 5px 5px;
  mask-image: linear-gradient(115deg, #000, transparent 56%);
  pointer-events: none;
}
.access-copy { position: relative; z-index: 1; }
.access-copy h2 { max-width: 520px; font-size: clamp(52px, 5.4vw, 78px); }
.access-copy p:last-child { max-width: 420px; color: #b1b8c2; }
.access-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin-bottom: 42px;
  border: 1px solid rgba(246,192,45,.23);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(246,192,45,.1), rgba(255,255,255,.025));
  box-shadow: 0 24px 65px rgba(0,0,0,.35), 0 0 45px rgba(246,192,45,.08) inset;
  transform: rotate(-4deg);
}
.access-symbol img { width: 66px; transform: rotate(4deg); }
.access-symbol span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--tc-yellow); box-shadow: 0 0 15px rgba(246,192,45,.7); }
.access-symbol span:nth-of-type(1) { top: 18px; right: 19px; }
.access-symbol span:nth-of-type(2) { right: -16px; bottom: 32px; width: 4px; height: 4px; opacity: .7; }
.access-symbol span:nth-of-type(3) { left: -10px; top: 44px; width: 3px; height: 3px; opacity: .55; }

.auth-panel {
  position: relative;
  padding: 28px 32px 32px;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(29,34,41,.94), rgba(12,15,19,.96));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  box-shadow: 0 36px 90px rgba(0,0,0,.48), 0 1px 0 rgba(255,255,255,.07) inset;
  backdrop-filter: blur(20px);
  transition: color .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.auth-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--tc-yellow), transparent);
  opacity: .9;
}
.auth-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 3px 0 24px; }
.auth-panel-head .mini-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 16px; font-weight: 900; letter-spacing: -.035em; }
.auth-panel-head .mini-brand img { width: 29px; }
.auth-panel-head .mini-brand strong { color: var(--tc-yellow); }
.auth-panel-head h2 { max-width: 300px; margin: 0; font-size: 25px; line-height: 1.05; letter-spacing: -.045em; text-align: right; }
.auth-tabs { gap: 6px; margin-bottom: 24px; padding: 5px; background: rgba(4,6,8,.72); border: 1px solid rgba(255,255,255,.06); border-radius: 15px; }
.auth-tabs button { min-height: 52px; border-radius: 11px; font-size: 13px; letter-spacing: .01em; }
.auth-tabs button[data-mode="login"] { color: var(--tc-yellow); background: #07090b; border: 1px solid rgba(246,192,45,.46); }
.auth-tabs button[data-mode="register"] { color: #080a0d; background: var(--tc-yellow); border: 1px solid var(--tc-yellow); }
.auth-tabs button[aria-selected="true"] { box-shadow: 0 0 0 2px rgba(246,192,45,.16), 0 9px 24px rgba(0,0,0,.24); transform: translateY(-1px); }
.auth-tabs button:not([aria-selected="true"]) { opacity: .68; }
.auth-tabs button:not([aria-selected="true"]):hover { opacity: 1; }
.auth-choice { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 11px; font-size: 13px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease; }
.auth-choice--login { color: var(--tc-yellow); background: #07090b; border: 1px solid rgba(246,192,45,.46); box-shadow: 0 0 0 2px rgba(246,192,45,.12); }
.auth-choice--register { color: #080a0d; background: var(--tc-yellow); border: 1px solid var(--tc-yellow); }
.auth-choice:hover { opacity: .9; transform: translateY(-1px); }
.auth-choice[aria-selected="false"] { opacity: .67; box-shadow: none; }
.provider-list { grid-template-columns: 1fr 1fr; gap: 10px; }
.provider { justify-content: flex-start; min-height: 58px; padding: 0 16px; color: var(--tc-text); background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.1); border-radius: 14px; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.provider:hover { background: rgba(255,255,255,.075); border-color: rgba(255,255,255,.2); transform: translateY(-1px); }
.provider--apple { grid-column: 1 / -1; justify-content: center; color: #090b0e; background: #f4f5f6; border-color: #f4f5f6; }
.provider--apple:hover { color: #090b0e; background: #fff; border-color: #fff; }
.provider > span { display: grid; place-items: center; flex: 0 0 31px; height: 31px; border-radius: 9px; background: rgba(255,255,255,.06); }
.provider--apple > span { background: transparent; }
.provider strong { font-size: 13px; }
.provider small { margin-left: auto; color: #737b86; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.provider:disabled { cursor: not-allowed; opacity: .68; }
.provider:disabled:hover { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.1); transform: none; }
.provider--apple:disabled:hover { color: #090b0e; background: #f4f5f6; border-color: #f4f5f6; }
.divider { margin: 24px 0; color: #838b97; text-transform: uppercase; letter-spacing: .12em; }
.divider::before, .divider::after { background: rgba(255,255,255,.09); }
#authForm { grid-template-columns: 1fr; gap: 14px; }
#authForm label { gap: 8px; color: #d4d8de; font-size: 11px; letter-spacing: .035em; text-transform: uppercase; }
.password-field[hidden] { display: none !important; }
#authForm input { min-height: 58px; padding: 0 17px; background: rgba(4,6,8,.72); border-color: rgba(255,255,255,.1); border-radius: 14px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
#authForm input:hover { background: rgba(7,9,12,.9); border-color: rgba(255,255,255,.17); }
#authForm input:focus { border-color: rgba(246,192,45,.68); box-shadow: 0 0 0 4px rgba(246,192,45,.09); }
.auth-submit { width: 100%; min-height: 60px; margin-top: 3px; border-radius: 14px; font-size: 15px; }
.legal-note { max-width: 440px; margin: 18px auto 0; color: #7f8792; line-height: 1.65; }
.home-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.auth-security-note { margin: 0; color: #9ba3af; font-size: 11px; line-height: 1.5; }
.auth-security-note[hidden] { display: none; }
.store-button.is-disabled { cursor: default; opacity: .72; }
.home-auth-view[hidden] { display: none !important; }
.home-register-view { display: grid; place-items: center; min-height: 410px; padding: 24px; text-align: center; }
.home-register-view > p:not(.legal-note) { max-width: 400px; margin: 22px auto; color: rgba(8,10,13,.72); font-size: 17px; line-height: 1.6; }
.home-register-mark { display: grid; place-items: center; width: 116px; height: 116px; border: 1px solid rgba(8,10,13,.24); border-radius: 31px; background: rgba(255,255,255,.24); box-shadow: 0 20px 45px rgba(8,10,13,.13); transform: rotate(-4deg); }
.home-register-mark img { width: 62px; transform: rotate(4deg); }
.home-register-social { width: min(100%, 440px); margin: 0 auto; }
.home-register-social .provider { color: #fff; background: #11151a; border-color: rgba(8,10,13,.7); }
.home-register-social .provider--apple { color: #fff; background: #080a0d; }
.home-register-divider { width: min(100%, 440px); margin: 18px auto; color: rgba(8,10,13,.62); }
.home-register-divider::before, .home-register-divider::after { background: rgba(8,10,13,.22); }
.home-register-continue { display: inline-flex; align-items: center; justify-content: center; width: min(100%, 390px); min-height: 62px; color: var(--tc-yellow); background: #080a0d; border: 1px solid #080a0d; border-radius: 15px; font-size: 15px; font-weight: 900; box-shadow: 0 18px 38px rgba(8,10,13,.22); }

.auth-panel[data-auth-mode="login"] { color: var(--tc-text); background: linear-gradient(155deg, rgba(29,34,41,.96), rgba(8,10,13,.98)); border-color: rgba(246,192,45,.28); box-shadow: 0 36px 90px rgba(0,0,0,.52), 0 0 0 1px rgba(246,192,45,.05) inset; }
.auth-panel[data-auth-mode="register"] { color: #080a0d; background: linear-gradient(145deg, #ffd55a 0%, var(--tc-yellow) 52%, #d99a0b 100%); border-color: rgba(255,225,128,.82); box-shadow: 0 38px 95px rgba(246,192,45,.22), 0 1px 0 rgba(255,255,255,.55) inset; }
.auth-panel[data-auth-mode="register"]::before { background: linear-gradient(90deg, transparent, rgba(8,10,13,.72), transparent); }
.auth-panel[data-auth-mode="register"] .auth-panel-head .mini-brand,
.auth-panel[data-auth-mode="register"] .auth-panel-head h2 { color: #080a0d; }
.auth-panel[data-auth-mode="register"] .auth-panel-head .mini-brand strong { color: #080a0d; }
.auth-panel[data-auth-mode="register"] .auth-tabs { background: rgba(8,10,13,.13); border-color: rgba(8,10,13,.13); }
.auth-panel[data-auth-mode="register"] .auth-choice--login { color: #080a0d; background: rgba(255,255,255,.2); border-color: rgba(8,10,13,.26); }
.auth-panel[data-auth-mode="register"] .auth-choice--register { color: var(--tc-yellow); background: #080a0d; border-color: #080a0d; }
.auth-panel[data-auth-mode="register"] .legal-note { color: rgba(8,10,13,.64); }

@media (max-width: 960px) {
  .access-section { grid-template-columns: 1fr; width: min(760px, calc(100% - 40px)); padding: 48px; }
  .access-copy { display: grid; grid-template-columns: auto 1fr; column-gap: 28px; align-items: center; }
  .access-symbol { grid-row: 1 / 4; margin: 0; }
  .access-copy .kicker, .access-copy h2, .access-copy p:last-child { grid-column: 2; }
}

@media (max-width: 580px) {
  .access-section { width: calc(100% - 28px); margin: 100px auto 56px; padding: 22px 14px 14px; border-radius: 24px; }
  .access-copy { display: block; padding: 10px 8px 14px; }
  .access-symbol { width: 82px; height: 82px; margin-bottom: 24px; border-radius: 23px; }
  .access-symbol img { width: 43px; }
  .access-copy h2 { font-size: 48px; }
  .auth-panel { padding: 22px 14px 18px; border-radius: 20px; }
  .auth-panel-head { align-items: flex-start; }
  .auth-panel-head h2 { font-size: 21px; }
  .provider-list { grid-template-columns: 1fr; }
  .provider--apple { grid-column: auto; }
  .provider { min-height: 56px; }
}

/* Homepage v2: one composed entrance, direct registration and current brand mark. */
.site-header {
  width: min(1540px, calc(100% - 64px));
  min-height: 128px;
}
.brand { gap: 17px; }
.brand img { width: 66px; height: 76px; object-fit: contain; }
.brand-name { font-size: 58px; line-height: 1; }
.header-actions { gap: 10px; }
.header-auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  line-height: 1;
  white-space: nowrap;
}
.header-auth--login { color: var(--tc-text); border-color: rgba(255,255,255,.18); }
.header-auth--register { color: #080a0d; border-color: var(--tc-yellow); }

.hero {
  position: relative;
  grid-template-columns: minmax(510px, .82fr) minmax(620px, 1.18fr);
  width: min(1540px, calc(100% - 64px));
  min-height: min(780px, calc(100vh - 152px));
  margin: 0 auto 90px;
  padding: clamp(42px, 5vw, 78px) clamp(38px, 5vw, 78px);
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 82%, rgba(246,192,45,.12), transparent 29%),
    radial-gradient(circle at 95% 34%, rgba(105,53,184,.14), transparent 27%),
    linear-gradient(125deg, #050607 0%, #090b0d 54%, #07080b 100%);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 34px;
  box-shadow: 0 55px 130px rgba(0,0,0,.46), 0 1px 0 rgba(255,255,255,.055) inset;
  isolation: isolate;
}
.hero::before {
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,6,7,.98) 0%, rgba(5,6,7,.83) 36%, rgba(5,6,7,.08) 68%, transparent 100%);
}
.hero::after {
  z-index: 3;
  inset: auto 5% 0 4%;
  height: 1px;
  opacity: 1;
  background: linear-gradient(90deg, transparent, rgba(246,192,45,.66), transparent);
  mask-image: none;
}
.hero-copy { max-width: 620px; padding-left: 0; }
.hero h1 { font-size: clamp(58px, 4.55vw, 76px); }
.card-scene--product {
  min-height: 680px;
  margin: -40px -54px -54px -72px;
  background-position: center right;
  background-size: contain;
  filter: drop-shadow(0 34px 44px rgba(0,0,0,.42));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.84) 12%, #000 25%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.84) 12%, #000 25%, #000 100%);
}
.store-icon svg { display: block; width: 25px; height: 31px; }
.provider svg { display: block; width: 18px; height: 23px; }

.auth-panel-head .mini-brand img { width: 36px; height: 43px; object-fit: contain; }
.access-symbol img { width: 76px; height: 91px; object-fit: contain; }
.home-register-view {
  display: block;
  min-height: 0;
  padding: 8px 0 0;
  text-align: left;
}
.home-register-heading {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
.home-register-heading p {
  margin: 0;
  color: rgba(8,10,13,.76);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}
.home-register-mark {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  transform: none;
}
.home-register-mark img { width: 42px; height: 51px; transform: none; }
.home-form-error {
  margin: 0 0 18px;
  padding: 13px 15px;
  color: #fff;
  background: var(--tc-danger);
  border: 1px solid rgba(8,10,13,.3);
  border-radius: 13px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.home-register-form { display: grid; gap: 16px; width: 100%; }
.home-register-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.home-register-fields label { display: grid; gap: 8px; color: rgba(8,10,13,.78); font-size: 11px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.home-register-fields input {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  color: #080a0d;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(8,10,13,.24);
  border-radius: 13px;
  outline: none;
}
.home-register-fields input:hover { background: rgba(255,255,255,.68); }
.home-register-fields input:focus { background: #fff; border-color: #080a0d; box-shadow: 0 0 0 4px rgba(8,10,13,.1); }
.home-register-fields .home-referral-field { grid-column: 1 / -1; }
.home-referral-field small { color: rgba(8,10,13,.66); font-size: 11px; font-weight: 650; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.home-referral-field input { text-transform: uppercase; }
.home-register-consent { display: grid; gap: 10px; }
.home-register-consent .tc-check { align-items: center; gap: 10px; min-height: 32px; color: rgba(8,10,13,.8); font-size: 12px; line-height: 1.45; }
.home-register-consent .tc-check-input { flex: 0 0 28px; width: 28px; height: 28px; }
.home-register-consent a { font-weight: 850; text-decoration: underline; text-underline-offset: 2px; }
.home-register-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 0 20px;
  color: var(--tc-yellow);
  background: #080a0d;
  border: 1px solid #080a0d;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(8,10,13,.22);
}
.home-register-submit:hover { background: #14181e; }
.auth-panel[data-auth-mode="register"] .auth-security-note { color: rgba(8,10,13,.68); }
.home-register-social { width: 100%; }
.home-register-divider { width: 100%; }

@media (max-width: 1180px) {
  .site-header, .hero { width: min(100% - 40px, 1120px); }
  .brand img { width: 54px; height: 64px; }
  .brand-name { font-size: 48px; }
  .hero { grid-template-columns: minmax(420px,.82fr) minmax(520px,1.18fr); min-height: 690px; padding-inline: 44px; }
  .hero h1 { font-size: clamp(54px,5.2vw,68px); }
  .card-scene--product { min-height: 620px; margin-inline: -60px -46px; }
}

@media (max-width: 860px) {
  .site-header { min-height: 96px; }
  .brand img { width: 45px; height: 54px; }
  .brand-name { font-size: 41px; }
  .hero {
    display: flex;
    width: min(100% - 28px, 760px);
    min-height: 0;
    padding: 52px 36px 22px;
    border-radius: 26px;
  }
  .hero-copy { width: 100%; }
  .card-scene--product {
    width: calc(100% + 72px);
    min-height: 560px;
    margin: 4px -36px -22px;
    background-size: contain;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 100%);
  }
}

@media (max-width: 580px) {
  .site-header { width: calc(100% - 28px); min-height: 80px; }
  .brand { gap: 9px; }
  .brand img { width: 35px; height: 42px; }
  .brand-name { font-size: 31px; }
  .header-auth--login { display: none; }
  .header-auth--register { min-width: 104px; padding-inline: 9px; font-size: 10px; }
  .language-control select { min-width: 58px; padding-left: 10px; }
  .hero { margin-bottom: 68px; padding: 38px 18px 12px; }
  .hero h1 { font-size: clamp(42px,12.5vw,58px); }
  .card-scene--product { width: calc(100% + 36px); min-height: 390px; margin: 15px -18px -12px; background-size: 109% auto; }
  .home-register-heading { grid-template-columns: 58px 1fr; gap: 13px; }
  .home-register-mark { width: 58px; height: 58px; border-radius: 16px; }
  .home-register-mark img { width: 34px; height: 41px; }
  .home-register-fields { grid-template-columns: 1fr; }
  .home-register-fields input { min-height: 56px; }
}

/* Compact public entrance with modal account access. */
html.home-modal-open,
html.home-modal-open body { overflow: hidden; }

.homepage main { min-height: 0; }
.homepage .hero {
  min-height: min(780px, calc(100svh - 228px));
  margin-bottom: 28px;
}
.homepage .site-footer {
  min-height: 68px;
  padding: 14px 0 18px;
}

.home-auth-modal {
  width: min(720px, calc(100% - 32px));
  max-width: none;
  max-height: min(92dvh, 920px);
  margin: auto;
  padding: 0;
  overflow: visible;
  color: var(--tc-text);
  background: transparent;
  border: 0;
}
.home-auth-modal::backdrop {
  background: rgba(2, 3, 5, .82);
  -webkit-backdrop-filter: blur(12px) saturate(.78);
  backdrop-filter: blur(12px) saturate(.78);
}
.home-auth-modal-shell { position: relative; }
.home-auth-modal .auth-panel {
  max-height: min(92dvh, 920px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(246,192,45,.52) transparent;
}
.home-auth-modal-close {
  position: absolute;
  z-index: 6;
  top: -14px;
  right: -14px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--tc-text);
  background: var(--tc-surface-strong);
  border: 1px solid var(--tc-border-strong);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0,0,0,.4);
  cursor: pointer;
}
.home-auth-modal-close:hover { border-color: rgba(246,192,45,.54); }
.home-auth-modal-close:focus-visible { outline: 3px solid rgba(246,192,45,.28); outline-offset: 3px; }
.home-auth-modal-close svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

@media (max-width: 860px) {
  .homepage .hero { min-height: 0; margin-bottom: 24px; }
}

@media (max-width: 580px) {
  .homepage .site-header { min-height: 76px; }
  .homepage .hero { margin-bottom: 18px; }
  .homepage .site-footer {
    width: calc(100% - 28px);
    min-height: 0;
    gap: 8px;
    padding: 15px 0 20px;
  }
  .homepage .site-footer nav { gap: 0 16px; }
  .homepage .site-footer a { min-height: 48px; }

  .home-auth-modal {
    width: 100%;
    max-height: 94dvh;
    margin: auto 0 0;
  }
  .home-auth-modal-shell { width: 100%; }
  .home-auth-modal .auth-panel {
    max-height: 94dvh;
    padding: 22px 14px 24px;
    border-radius: 24px 24px 0 0;
  }
  .home-auth-modal-close {
    position: fixed;
    top: max(10px, env(safe-area-inset-top));
    right: 10px;
  }
  .home-auth-modal .auth-panel-head { padding-right: 54px; }
  .home-auth-modal .auth-panel-head h2 { font-size: 20px; }
  .home-auth-modal .auth-tabs { margin-top: 18px; }
  .home-auth-modal .home-register-heading { padding-right: 48px; }
}
