/* ============ base ============ */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#0D0E11;color:#fff;font-family:-apple-system,"SF Pro Text","Helvetica Neue",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:#5AB0FF;text-decoration:none}
a:hover{color:#8CC8FF}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-thumb{background:#2C2E35;border-radius:4px}
button{font-family:inherit;border:none;background:none;color:inherit;padding:0;cursor:pointer}

.page{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(1100px 760px at 8% -8%,rgba(10,132,255,.22),rgba(10,132,255,.05) 42%,rgba(10,132,255,0) 68%),#0D0E11}

.mark{width:30px;height:30px;border-radius:8px;background:linear-gradient(155deg,#3AA0FF,#0A6BE0 62%,#0752B4);display:flex;align-items:center;justify-content:center;flex:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}
.brand{display:flex;align-items:center;gap:11px}
.brand-name{font-size:17px;font-weight:700;letter-spacing:-.3px;color:#fff}

.wrap{flex:1;display:flex;flex-direction:column;width:100%;max-width:1080px;margin:0 auto;padding:16px 24px 24px}

.footer{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;padding:clamp(12px,2vh,20px) 4px 0;margin-top:clamp(10px,1.6vh,20px);border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#6E6F77}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer a{color:#6E6F77}
.footer a:hover{color:#A6A7AE}

/* ============ contact page ============ */
input,textarea,select{font-family:inherit;width:100%;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:15px;padding:13px 14px;outline:none;transition:border-color .2s}
input:focus,textarea:focus,select:focus{border-color:#0A84FF}
input::placeholder,textarea::placeholder{color:#6E6F77}
select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A6A7AE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:38px}
select option{background:#171A20;color:#fff}
textarea{resize:vertical}

.main{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(28px,5vw,64px);align-items:center}
.intro{min-width:0}
.intro h1{font-size:clamp(30px,4.6vh,40px);line-height:1.1;letter-spacing:-1.3px;font-weight:700;margin:0}
.lede{font-size:16px;color:#A6A7AE;line-height:1.6;margin:14px 0 0;text-wrap:pretty}

.hints{margin-top:clamp(14px,2.6vh,26px);display:flex;flex-direction:column;gap:clamp(9px,1.6vh,14px)}
.hint{display:flex;gap:11px;align-items:flex-start}
.dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex:none}
.hint-body{min-width:0}
.hint-title{font-size:14.5px;font-weight:600}
.hint-text{font-size:13.5px;color:#A6A7AE;line-height:1.5;margin-top:3px;text-wrap:pretty}

.notice{margin-top:clamp(14px,2.6vh,26px);background:rgba(255,159,10,.07);border:1px solid rgba(255,159,10,.32);border-radius:14px;padding:13px 16px}
.notice-text{font-size:13px;color:#E7C58A;line-height:1.5;text-wrap:pretty}

.formCard{min-width:0;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:clamp(20px,3vw,28px)}
.fields{display:flex;flex-direction:column;gap:clamp(9px,1.5vh,14px)}
.field{min-width:0}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lbl{display:block;font-size:13px;font-weight:600;color:#A6A7AE;margin-bottom:7px}
.check{display:flex;gap:10px;align-items:flex-start;cursor:pointer}
.check input{width:18px;height:18px;margin:2px 0 0;accent-color:#0A84FF;flex:none}
.check span{font-size:13px;color:#A6A7AE;line-height:1.5}
.sendBtn{width:100%;height:clamp(42px,6vh,50px);border-radius:13px;background:#0A84FF;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff;transition:background .2s}
.sendBtn:hover{background:#2694FF}
.sendBtn:disabled{opacity:.6;cursor:default}
.consent{font-size:12px;color:#6E6F77;line-height:1.5;text-wrap:pretty}
.formError{font-size:13px;color:#FF6B6B;line-height:1.5}

.sentPanel{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:40px 10px}
.sentPanel[hidden]{display:none}
.sentIcon{width:60px;height:60px;border-radius:50%;background:rgba(48,209,88,.14);border:1px solid rgba(48,209,88,.4);display:flex;align-items:center;justify-content:center}
.sentTitle{font-size:20px;font-weight:700;letter-spacing:-.4px}
.sentText{font-size:14.5px;color:#A6A7AE;line-height:1.55;max-width:340px;text-wrap:pretty}
.ticket{font-size:13.5px;color:#A6A7AE}
.ticket span:last-child{color:#fff;font-weight:600;font-variant-numeric:tabular-nums}
.againBtn{margin-top:6px;height:44px;padding:0 20px;border-radius:12px;border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;font-size:14.5px;font-weight:600;color:#fff}
.againBtn:hover{border-color:rgba(255,255,255,.35)}

@media (min-width:920px) and (min-height:640px){
  .page--contact{height:100dvh;overflow:hidden}
  .page--contact input,.page--contact textarea,.page--contact select{padding:10px 14px}
  .page--contact select{padding-right:38px}
  .page--contact textarea{min-height:0}
}
@media (min-width:920px) and (min-height:640px) and (max-height:800px){
  .page--contact input,.page--contact textarea,.page--contact select{padding:7px 12px;font-size:14px}
  .page--contact select{padding-right:38px}
  .page--contact textarea{height:72px}
  .page--contact .formCard{padding:16px 18px}
  .page--contact h1{margin-top:0}
}

/* ============ landing ============ */
.navbar{position:sticky;top:0;z-index:50;backdrop-filter:blur(18px);background:rgba(13,14,17,.72);border-bottom:1px solid rgba(255,255,255,.07)}
.navbar-in{max-width:1080px;margin:0 auto;padding:11px 24px;min-height:60px;display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px}
.navbar-in .brand{flex:1;min-width:0;gap:10px}
.navlinks{display:flex;align-items:center;gap:14px 22px;font-size:14px;flex-wrap:wrap;justify-content:flex-end}
.navlinks a{color:#A6A7AE}
.navlinks a:hover{color:#fff}
.dlBtn{height:34px;padding:0 15px;border-radius:10px;background:#0A84FF;display:flex;align-items:center;font-size:14px;font-weight:600;color:#fff !important;white-space:nowrap}
.dlBtn:hover{background:#2694FF}

.landing-main{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center}
.hero{width:100%;max-width:1080px;margin:0 auto;padding:clamp(18px,3.4vh,44px) 24px clamp(16px,2.6vh,36px);display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(24px,4vw,60px);align-items:center}
.hero-copy{min-width:0}
.betaBadge{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;border-radius:999px;background:rgba(10,132,255,.14);border:1px solid rgba(10,132,255,.32);font-size:13px;color:#7FC0FF;font-weight:500}
.heroTitle{font-size:clamp(32px,min(5.4vw,6.4vh),58px);line-height:1.04;letter-spacing:-1.8px;font-weight:700;margin:clamp(10px,1.8vh,18px) 0 0;text-wrap:balance}
.heroSub{font-size:clamp(16px,1.5vw,19px);line-height:1.5;color:#A6A7AE;margin:16px 0 0;max-width:520px;text-wrap:pretty}
.btnRow{display:flex;flex-wrap:wrap;gap:12px;margin-top:clamp(16px,2.6vh,28px)}
.storeBtn{height:56px;padding:0 22px;border-radius:14px;background:#fff;color:#0D0E11 !important;display:flex;align-items:center;gap:11px;min-width:186px}
.storeBtn-txt{line-height:1.1}
.storeBtn-pre{font-size:11px;letter-spacing:.2px;opacity:.7}
.storeBtn-name{font-size:19px;font-weight:600;letter-spacing:-.4px}
.tfBtn{height:56px;padding:0 22px;border-radius:14px;border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;gap:9px;font-size:15px;font-weight:600;color:#fff !important}
.tfBtn:hover{border-color:rgba(255,255,255,.35)}
.stats{display:flex;flex-wrap:wrap;gap:clamp(18px,3vw,40px);margin-top:clamp(16px,3vh,32px)}
.stat-n{font-size:24px;font-weight:700;letter-spacing:-.6px}
.stat-l{font-size:13px;color:#7C7D85;margin-top:2px}

.heroShotWrap{position:relative;min-width:0;display:grid}
#paneShot{grid-area:1/1;min-width:0;display:flex;justify-content:center}
#paneDesc{grid-area:1/1;min-width:0;align-self:center;max-height:100%}
#paneShot,#paneDesc{transition:opacity .45s ease,transform .45s ease}
.shotPane{max-height:none}
.paneLabel{font-size:13px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;color:#5AB0FF}
.featTags{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.featTag{padding:5px 11px;border-radius:999px;background:rgba(10,132,255,.12);border:1px solid rgba(10,132,255,.3);font-size:12.5px;color:#BFD9FF;white-space:nowrap}
.paneNote{font-size:12.5px;color:#6E6F77;line-height:1.5;margin-top:14px;text-wrap:pretty}
.heroDots{position:absolute;right:-6px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:7px;z-index:5}
#heroDot0,#heroDot1{width:8px;height:8px;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.22)}
#heroDot0{background:#0A84FF;box-shadow:0 0 0 3px rgba(10,132,255,.25)}
body.pane1 #heroDot0{background:rgba(255,255,255,.22);box-shadow:none}
body.pane1 #heroDot1{background:#0A84FF;box-shadow:0 0 0 3px rgba(10,132,255,.25)}

@media (min-width:920px) and (min-height:600px){
  .page--landing{height:100dvh;overflow:hidden}
  .shotPane{max-height:54vh;overflow:hidden;align-items:flex-start;-webkit-mask-image:linear-gradient(180deg,#000 72%,transparent 98%);mask-image:linear-gradient(180deg,#000 72%,transparent 98%)}
  #paneDesc{opacity:0;transform:translateY(18px);pointer-events:none}
  body.pane1 #paneShot{opacity:0;transform:translateY(-18px);pointer-events:none}
  body.pane1 #paneDesc{opacity:1;transform:translateY(0);pointer-events:auto}
}
@media (max-width:919px),(max-height:599px){
  .heroShotWrap{display:flex;flex-direction:column;gap:26px}
  #paneShot,#paneDesc{opacity:1 !important;transform:none !important;pointer-events:auto !important}
  .heroDots{display:none !important}
}

.steps{width:100%;max-width:1080px;margin:0 auto;padding:0 24px clamp(14px,2.4vh,32px)}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
.step{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:clamp(14px,2vh,20px) 20px}
.stepNum{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#C7C8CE}
.stepTitle{font-size:16px;font-weight:600;margin-top:clamp(8px,1.4vh,14px);letter-spacing:-.2px}
.stepText{font-size:14px;color:#A6A7AE;line-height:1.45;margin-top:6px}

.landfoot{width:100%;max-width:1080px;margin:0 auto;padding:0 24px clamp(10px,1.8vh,20px)}
.landfoot-row{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;padding:12px 4px 6px;border-top:1px solid rgba(255,255,255,.07);font-size:13px;color:#6E6F77}
.landfoot-row a{color:#6E6F77}
.landfoot-row a:hover{color:#A6A7AE}
.tmnote{padding:4px 4px 10px;font-size:12px;color:#55565E;line-height:1.5;text-wrap:pretty}

/* phone mockup (hero shot) */
.phoneFrame{flex:none;width:318px;padding:9px;border-radius:47.6px;background:#151619;box-shadow:inset 0 0 0 1px #2B2C31,0 18px 40px rgba(0,0,0,.5)}
.phoneScreen{width:300px;height:650px;border-radius:33.6px;overflow:hidden;position:relative;background:radial-gradient(500px 500px at 4% -6%,rgba(10,132,255,.26),rgba(10,132,255,.07) 36%,rgba(10,132,255,0) 64%),#000}
.phoneNotch{position:absolute;top:9.2px;left:50%;transform:translateX(-50%);width:96.2px;height:26.7px;background:#000;border-radius:20px;z-index:9}
.phoneInner{width:393px;height:852px;transform:scale(.76336);transform-origin:top left}
.sbRow{display:flex;align-items:center;justify-content:space-between;height:54px;padding:18px 30px 0;color:#fff}
.sbTime{font-size:16px;font-weight:600}
.sbIcons{display:flex;align-items:center;gap:6px}
.sbBatt{width:24px;height:12px;border:1.3px solid rgba(255,255,255,.5);border-radius:3.5px;padding:1.5px}
.sbBatt div{width:78%;height:100%;background:#fff;border-radius:1.5px}
.shotHead{padding:6px 16px 0;display:flex;align-items:center;justify-content:space-between;height:46px}
.shotHead .brand{gap:8px}
.shotHead .mark{width:26px;height:26px;border-radius:6.8px}
.shotHead-name{font-size:17px;font-weight:600}
.shotBody{padding:12px 16px 0}
.shotSecRow{display:flex;align-items:flex-end;justify-content:space-between;padding:2px 2px 9px}
.shotSecTitle{font-size:20px;font-weight:700;letter-spacing:-.4px}
.shotSecAll{font-size:15px;color:#0A84FF}
.appGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.appTile{background:#1C1C1E;border-radius:14px;padding:11px 9px;display:flex;flex-direction:column;align-items:center;gap:7px}
.appTile span{font-size:13px;font-weight:500}
.exeIcon{width:52px;height:52px;border-radius:11.4px;display:flex;align-items:center;justify-content:center;flex:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
.shotCaption{font-size:13px;color:#98989F;text-transform:uppercase;letter-spacing:.5px;padding:18px 4px 8px}
.tileGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.setTile{background:#1C1C1E;border-radius:16px;padding:12px 13px 13px;display:flex;flex-direction:column;justify-content:space-between;aspect-ratio:1.95;min-width:0;overflow:hidden}
.setTile-l{font-size:14px;font-weight:500;color:#98989F}
.setTile-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}
.setTile-v{font-size:32px;font-weight:700;letter-spacing:-.8px;line-height:1}
.setTile-v--sm{font-size:21px}
.setTile-s{font-size:13px;color:#98989F}

/* ============ compat page ============ */
.page--doc .wrap{padding:22px 24px 80px}
.compat-head{padding-top:44px}
.compat-head h1{font-size:40px;line-height:1.1;letter-spacing:-1.3px;font-weight:700;margin:0}
.compat-notice{margin-top:18px;background:rgba(255,159,10,.07);border:1px solid rgba(255,159,10,.32);border-radius:14px;padding:14px 18px;display:flex;flex-direction:column;gap:8px}
.compat-notice div{font-size:13.5px;color:#B79A6D;line-height:1.45;text-wrap:pretty}
.compat-notice div:first-child{color:#E7C58A}
.searchWrap{margin-top:24px;position:relative}
.searchWrap .searchIcon{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none}
.searchWrap input{padding:12px 14px 12px 42px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}
.chip{display:flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;color:#C7C8CE;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}
.chip.on{color:#0D0E11;background:#fff;border-color:#fff}
.statusDot{width:9px;height:9px;border-radius:50%;flex:none}
.gameList{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden}
.gameRow{display:flex;align-items:flex-start;gap:12px;padding:12px 18px;border-top:1px solid rgba(255,255,255,.06)}
.gameRow:first-child{border-top:none}
.gameRow-main{flex:1;min-width:0}
.gameRow-name{font-size:15.5px;font-weight:500;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gameLink{color:#fff}
.gameLink:hover{color:#8CC8FF}
.gameLink .extIcon{margin-left:5px;color:#6E6F77;vertical-align:1px}
.gameLink:hover .extIcon{color:#8CC8FF}
.tagRow{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}
.tagPill{font-size:12px;color:#A6A7AE;padding:3px 9px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);white-space:nowrap}
.gameRow-status{display:flex;align-items:center;gap:8px;flex:none;padding-top:3px}
.statusLbl{font-size:13px;white-space:nowrap}
.gameList-empty{padding:28px 18px;text-align:center;font-size:14px;color:#6E6F77}
.counter{font-size:13px;color:#6E6F77;margin-top:12px}
.compat-foot-note{padding:40px 4px 0;margin-top:34px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#55565E;line-height:1.5;text-wrap:pretty}
.compat-footer{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;padding:14px 4px 10px;font-size:13px;color:#6E6F77;border-top:none;margin-top:0}

/* ============ privacy / legal ============ */
.legal-head{max-width:760px}
.legal-head h1{font-size:40px;line-height:1.1;letter-spacing:-1.3px;font-weight:700;margin:0}
.legal-date{font-size:13px;color:#6E6F77;margin-top:14px}
.legal-lede{font-size:16px;color:#A6A7AE;line-height:1.6;margin-top:14px;text-wrap:pretty}
.doc{max-width:760px;margin-top:34px;display:flex;flex-direction:column;gap:30px}
.doc h2{font-size:24px;letter-spacing:-.6px;font-weight:700;margin:14px 0 0}
.doc h3{font-size:18px;letter-spacing:-.3px;font-weight:600;margin:4px 0 0}
.doc p{font-size:15px;color:#C7C8CF;line-height:1.65;text-wrap:pretty;margin:0}
.doc b{color:#fff;font-weight:600}
.doc ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}
.doc li{position:relative;padding-left:15px;font-size:14.5px;color:#A6A7AE;line-height:1.55;text-wrap:pretty}
.doc li::before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:50%;background:#0A84FF}
.legal-footer{padding:46px 4px 10px;margin-top:34px}
