/* PlayTPMaster studio redesign — 2026-08-12 */
:root{
  --bg:#07091a;
  --surface:#0e1430;
  --surface-2:#101b46;
  --purple:#4b2ab5;
  --magenta:#9d3cc6;
  --blue:#2756c7;
  --gold:#ffc83d;
  --ivory:#fff7e6;
  --ink:#f8f4eb;
  --muted:#a8afc4;
  --line:#b7c1e21f;
  --rail:#ffc83d73;
  --max:1280px;
  --display:"Trebuchet MS","Avenir Next",Avenir,"Noto Sans Devanagari",sans-serif;
  --body:"Avenir Next",Avenir,"Noto Sans Devanagari","Segoe UI",sans-serif;
  --utility:"Arial Narrow","Avenir Next Condensed","Noto Sans Devanagari",sans-serif;
}
html{background:var(--bg)}
body{
  background:
    radial-gradient(circle at 12% 6%,#1827688c 0,#07091a00 30rem),
    linear-gradient(180deg,#080a1d 0,#07091a 36rem,#080a18 100%);
  color:var(--ink);
  font-family:var(--body);
  overflow-x:clip;
}
h1,h2,h3{font-family:var(--display);letter-spacing:-.045em}
p{color:var(--muted)}
::selection{color:#100d05;background:var(--gold)}

/* Quiet, fixed brand chrome */
.site-header{height:76px;background:#07091af2;border-bottom:1px solid #ffc83d2b;backdrop-filter:blur(18px)}
.nav-shell{height:76px;max-width:var(--max);gap:24px;padding:0 30px}
.brand{width:204px;height:62px}
.nav-shell nav{gap:32px}
.language-link,.nav-shell nav a{color:#d2d4df;min-height:44px;align-items:center;display:inline-flex;font-family:var(--utility);font-size:13px;font-weight:800;letter-spacing:.035em}
.nav-shell nav a{min-width:44px;justify-content:center;padding:0 7px}
.language-link{border-color:#ffc83d33}
.language-link:hover,.nav-shell nav a:hover{color:var(--gold)}
.button{border:1px solid #ffe394;background:linear-gradient(180deg,#ffd96a,#ffc236);border-radius:8px;box-shadow:0 8px 0 #7b4e06,0 18px 34px #0007;transition:transform .16s ease,box-shadow .16s ease}
.button-small{min-height:44px}
.button:hover{transform:translateY(-2px);box-shadow:0 10px 0 #7b4e06,0 22px 40px #0009}
.button:active{transform:translateY(5px);box-shadow:0 3px 0 #7b4e06,0 10px 20px #0008}

/* Signature full-bleed table entrance */
.hero-banner{isolation:isolate;border-bottom:0;background:#050617}
.hero-banner:after{
  content:"";
  z-index:3;
  pointer-events:none;
  height:16px;
  background:linear-gradient(180deg,#e6a61d,#704506 45%,#120c03 48%,#ffc83d 54%,#5c3503);
  box-shadow:0 0 34px #ffc83d80;
  position:absolute;left:0;right:0;bottom:0;
}
.hero-banner-track{aspect-ratio:2.55/1;max-height:720px}
.hero-banner-slide{transition:opacity .55s ease,transform 1.1s cubic-bezier(.2,.7,.2,1),visibility .55s}
.hero-banner-slide.active{animation:table-reveal .9s both}
.hero-banner-slide img{filter:saturate(.94) contrast(1.04)}
@keyframes table-reveal{from{opacity:.2;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}
.hero-banner-arrow{width:54px;height:54px;color:var(--ivory);background:#090b22d9;border:1px solid #ffc83db3;border-radius:9px;font-size:34px;box-shadow:0 8px 24px #0009;transition:background .18s,transform .18s}
.hero-banner-arrow:hover{background:#4b2ab5e6;transform:scale(1.05)}
.hero-banner-dots{bottom:8px;gap:0}
.hero-banner-dots button{position:relative;width:44px;height:44px;border:0;background:transparent}
.hero-banner-dots button:after{content:"";position:absolute;width:22px;height:4px;border-radius:2px;background:#fff6;left:11px;top:20px}
.hero-banner-dots button.active{width:48px;height:44px;border:0;background:transparent}
.hero-banner-dots button.active:after{width:34px;left:7px;background:var(--gold)}

/* Core routes become table positions, not generic cards */
.seo-core-section{position:relative;max-width:var(--max);padding:112px 30px 54px}
.seo-core-section:before{
  content:"";pointer-events:none;position:absolute;inset:54px 30px 0;
  border:1px solid #ffc83d26;border-radius:52% 48% 44% 56%/18% 20% 80% 82%;
  transform:rotate(-1.2deg);
}
.seo-core-heading{text-align:left;max-width:850px;margin:0 0 52px;position:relative}
.seo-core-heading .kicker{justify-content:flex-start}
.kicker{color:var(--gold);font-family:var(--utility);font-size:10px;letter-spacing:.2em}
.kicker i{width:38px;height:1px}
.seo-core-heading h1,.seo-core-heading h2{color:var(--ivory);text-shadow:none;margin-top:14px;font-size:clamp(48px,6vw,80px);line-height:.96}
.seo-core-heading p{max-width:760px;margin:22px 0 0;font-size:17px;line-height:1.75}
.seo-core-grid{position:relative;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.seo-core-grid article{
  min-height:270px;padding:34px 34px 30px;border:1px solid #8996bc2e;border-radius:6px;
  background:#0d1433;box-shadow:inset 0 1px #ffffff08,0 24px 60px #0004;
  clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));
}
.seo-core-grid article:nth-child(1),.seo-core-grid article:nth-child(4){grid-column:span 7}
.seo-core-grid article:nth-child(2),.seo-core-grid article:nth-child(3){grid-column:span 5}
.seo-core-grid article:nth-child(1){background:linear-gradient(135deg,#142866,#101842 70%)}
.seo-core-grid article:nth-child(2){background:linear-gradient(145deg,#32197b,#171447 78%)}
.seo-core-grid article:nth-child(3){background:linear-gradient(145deg,#1d1948,#111735)}
.seo-core-grid article:nth-child(4){background:linear-gradient(135deg,#101a40,#1b174a 78%)}
.seo-core-grid article:hover{border-color:#ffc83d9c;transform:translateY(-3px)}
.seo-core-grid article>span{font-size:0;font-family:var(--utility)}
.seo-core-grid article>span:after{color:var(--gold);font-size:11px;letter-spacing:.16em;font-weight:900}
.seo-core-grid article:nth-child(1)>span:after{content:"GAME TABLE"}
.seo-core-grid article:nth-child(2)>span:after{content:"ANDROID RELEASE"}
.seo-core-grid article:nth-child(3)>span:after{content:"RULE BOOK"}
.seo-core-grid article:nth-child(4)>span:after{content:"TABLE VARIATIONS"}
.seo-core-grid h3{max-width:620px;margin-top:28px;font-size:clamp(26px,3vw,38px);line-height:1.04}
.seo-core-grid p{max-width:600px;margin-top:16px;margin-bottom:28px;font-size:14px}
.seo-core-grid a{border-color:#ffc83d2b;color:var(--ivory);font-size:13px;letter-spacing:.02em}
.seo-core-grid a b{color:var(--gold)}

/* Compact factual rail */
.trust-bar{max-width:calc(var(--max) - 60px);border:1px solid #ffc83d30;border-radius:0;background:#090e28;box-shadow:none}
.trust-bar div{min-height:82px;border-color:#ffc83d1f;padding:18px 22px}
.trust-bar span{color:#7f89a8;font-family:var(--utility);font-size:9px;letter-spacing:.14em}
.trust-bar strong{color:#e8e7ed;font-size:12px}

/* Added homepage knowledge — table flow, rankings, variants and Android guidance */
.home-guide-section{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:start;gap:72px;padding-top:104px;padding-bottom:86px;display:grid}
.home-guide-intro{position:sticky;top:112px}
.home-guide-intro h2,.ranking-board-heading h2,.variation-reference h2,.android-reference h2{color:var(--ivory);margin-top:14px;font-size:clamp(38px,4.6vw,62px);line-height:1}
.home-guide-intro>p{max-width:530px;margin-top:20px;font-size:16px}
.home-guide-links{flex-wrap:wrap;gap:10px;margin-top:28px;margin-bottom:24px;display:flex}
.home-guide-links a,.variation-reference>a,.ranking-board-link{min-height:44px;color:var(--gold);border:1px solid #ffc83d52;border-radius:6px;align-items:center;justify-content:space-between;gap:18px;padding:11px 14px;font-size:13px;font-weight:850;display:inline-flex}
.home-guide-links a:hover,.variation-reference>a:hover,.ranking-board-link:hover{color:#171005;background:var(--gold)}
.table-flow{border-top:1px solid #ffc83d52;counter-reset:round-step;list-style:none}
.table-flow li{border-bottom:1px solid #ffc83d2b;grid-template-columns:58px 1fr;gap:24px;min-height:148px;padding:28px 6px;display:grid}
.table-flow li>span{width:48px;height:48px;color:#171005;background:var(--gold);border-radius:50%;place-items:center;font-family:var(--utility);font-weight:950;display:grid;box-shadow:0 6px 0 #755006}
.table-flow h3{font-size:25px;line-height:1.08}
.table-flow p{max-width:620px;margin:9px 0 0;font-size:14px}

.home-knowledge-section{border-top:1px solid #ffc83d26;border-bottom:1px solid #ffc83d26;background:#080d24;padding:108px 30px 116px}
.home-knowledge-inner{max-width:var(--max);margin:auto}
.ranking-board{border:1px solid #ffc83d42;background:#0c1332;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));padding:44px}
.ranking-board-heading{max-width:820px}
.ranking-board-heading h2{font-size:clamp(42px,5vw,68px)}
.ranking-board-heading p{max-width:720px;margin:18px 0 0}
.ranking-strip{grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid #ffc83d3d;border-left:1px solid #ffc83d24;margin-top:38px;list-style:none;display:grid}
.ranking-strip li{border-right:1px solid #ffc83d24;border-bottom:1px solid #ffc83d24;min-width:0;min-height:178px;padding:22px 18px;display:flex;flex-direction:column}
.ranking-strip strong{color:var(--ivory);font-size:16px;line-height:1.15}
.ranking-strip span{color:var(--gold);white-space:nowrap;margin-top:24px;font-family:Georgia,serif;font-size:22px;font-weight:900;letter-spacing:.02em}
.ranking-strip small{color:#8992ac;margin-top:auto;font-size:11px;line-height:1.45}
.ranking-board-link{margin-top:22px}

.home-reference-grid{grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:18px;margin-top:18px;display:grid}
.variation-reference,.android-reference{border:1px solid #8693b42e;background:#0c112b;min-width:0;padding:38px}
.variation-reference h2,.android-reference h2{font-size:clamp(34px,3.7vw,50px)}
.variation-reference>p{max-width:680px}
.variation-reference dl{grid-template-columns:1fr 1fr;border-top:1px solid #ffc83d31;border-left:1px solid #ffc83d20;margin:28px 0;display:grid}
.variation-reference dl div{border-right:1px solid #ffc83d20;border-bottom:1px solid #ffc83d20;min-height:112px;padding:18px}
.variation-reference dt{color:var(--gold);font-weight:900}
.variation-reference dd{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.55}
.android-reference{background:linear-gradient(145deg,#27146b,#14275f)}
.android-reference ul{gap:0;margin:26px 0 30px;padding:0;list-style:none;display:grid}
.android-reference li{border-top:1px solid #ffffff24;grid-template-columns:110px 1fr;gap:16px;padding:17px 0;display:grid}
.android-reference b{color:var(--gold);font-size:13px}
.android-reference li span{color:#c7ccda;font-size:13px;line-height:1.55}
.android-reference .button{width:100%;min-height:52px}

/* Benefits read as a table legend */
.why-section{position:relative;padding-top:118px;padding-bottom:74px}
.why-heading{text-align:left;max-width:860px;margin:0 0 46px}
.why-heading .kicker{justify-content:flex-start}
.why-heading h2{color:var(--ivory);text-shadow:none;font-size:clamp(44px,5vw,68px);line-height:.98}
.why-heading p{max-width:720px;margin:20px 0 0}
.why-grid{grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #ffc83d3b;border-left:1px solid #ffc83d24}
.why-grid article{align-items:flex-start;text-align:left;justify-content:flex-start;min-height:250px;border:0;border-right:1px solid #ffc83d24;border-bottom:1px solid #ffc83d24;border-radius:0;background:#0b1028;padding:30px;box-shadow:none}
.why-grid article:hover{background:#111942;border-color:#ffc83d24;transform:none}
.why-icon{width:42px;height:42px;margin-bottom:34px;border:1px solid #ffc83d80;border-radius:50%;background:#ffc83d0d;box-shadow:none;font-size:20px}
.why-grid h3{color:var(--ivory);font-size:22px}
.why-grid p{font-size:13px}

/* Editorial hierarchy: one lead story, two concise side stories */
.home-blog-section{padding-top:72px;padding-bottom:104px}
.home-blog-heading{border-bottom:1px solid #ffc83d33;padding-bottom:30px;margin-bottom:24px}
.home-blog-heading h2{color:var(--ivory);font-size:clamp(44px,5vw,68px);line-height:.98}
.home-blog-heading>a{border:1px solid #ffc83d5c;border-radius:7px;padding:13px 16px}
.home-blog-heading>a:hover{color:#151005;background:var(--gold)}
.home-blog-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);grid-template-rows:1fr 1fr;gap:16px}
.home-blog-card{border:1px solid #8490b22b;border-radius:5px;background:#0c112b;box-shadow:0 24px 55px #0004}
.home-blog-card:first-child{grid-row:1/3}
.home-blog-card:not(:first-child){display:grid;grid-template-columns:42% 58%}
.home-blog-card:hover{border-color:#ffc83d7a;transform:translateY(-3px)}
.home-blog-image{aspect-ratio:16/9;background:linear-gradient(135deg,#101b46,#1a1350)}
.home-blog-card .home-blog-image{background-size:cover;background-position:center}
.home-blog-image img{opacity:1!important;visibility:visible!important;transition:opacity .35s ease,transform .55s ease}
.home-blog-card:hover .home-blog-image img{transform:scale(1.025)}
.home-blog-card:first-child .home-blog-image{aspect-ratio:16/9}
.home-blog-card:not(:first-child) .home-blog-image{height:100%;aspect-ratio:auto}
.home-blog-card:not(:first-child) .home-blog-copy{padding:18px}
.home-blog-card:not(:first-child) .home-blog-copy p{display:none}
.home-blog-copy>div span{color:#161005;background:var(--gold);border-radius:50%;font-family:var(--utility)}
.home-blog-copy>div small{color:#9ca6c4;font-family:var(--utility);letter-spacing:.08em;text-transform:uppercase}
.home-blog-copy h3{font-size:25px;line-height:1.08}
.home-blog-card:first-child .home-blog-copy h3{font-size:34px}
.home-blog-copy b{color:var(--gold)}

/* FAQ becomes the quiet part after the visual punctuation */
.faq-section{border-top:1px solid #ffc83d24;grid-template-columns:.72fr 1.28fr;gap:96px;padding-top:118px}
.faq-heading h2{color:var(--ivory);font-size:clamp(44px,5vw,68px);line-height:.98}
.faq-heading>a{color:var(--gold)}
.faq-heading>a,.final-download>div:last-child>a:last-child{min-height:44px;align-items:center;display:inline-flex}
.faq-list{border-top:1px solid #ffc83d40}
.faq-list details{border-bottom:1px solid #ffc83d24;background:transparent}
.faq-list summary{min-height:78px;padding:22px 4px;font-family:var(--display);font-size:20px}
.faq-list summary span{color:var(--gold)}
.faq-list details p{padding:0 48px 26px 4px}

.final-download{max-width:calc(var(--max) - 60px);border:1px solid #ffc83d70;border-radius:6px;background:linear-gradient(112deg,#132968,#28146b 68%,#0b112b);clip-path:polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px));padding:54px 56px}
.final-download h2{color:var(--ivory);font-size:clamp(34px,4vw,52px);line-height:1}

footer{background:#050714;border-top:1px solid #ffc83d2b}
.footer-grid{max-width:var(--max);padding-left:30px;padding-right:30px}
.footer-bottom{max-width:calc(var(--max) - 60px)}
.footer-primary a{min-width:44px;min-height:44px;align-items:center;display:inline-flex}
footer .footer-grid p{color:#c0c5d3;font-size:14px;line-height:1.75}
footer .age-chip{color:var(--ivory);border-color:#ffc83d59;background:#ffc83d0b;font-size:12px}
.footer-bottom{color:#969db3;font-size:12px;line-height:1.55}

/* Page-load choreography: one composed entrance */
@media(prefers-reduced-motion:no-preference){
  .hero-banner{animation:studio-enter .55s ease both}
  .seo-core-heading{animation:studio-rise .65s .12s ease both}
  .seo-core-grid{animation:studio-rise .7s .22s ease both}
  @keyframes studio-enter{from{opacity:0}to{opacity:1}}
  @keyframes studio-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
}

@media(max-width:1024px){
  .nav-shell nav{gap:20px}
  .seo-core-grid article:nth-child(n){grid-column:span 6}
  .home-guide-section{gap:48px}
  .ranking-strip{grid-template-columns:repeat(3,1fr)}
  .home-blog-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
  .home-blog-card:first-child{grid-column:1/-1;grid-row:auto}
  .home-blog-card:not(:first-child){display:block}
  .home-blog-card:not(:first-child) .home-blog-image{height:auto;aspect-ratio:16/9}
  .home-blog-card:not(:first-child) .home-blog-copy p{display:block}
}

@media(max-width:768px){
  .site-header,.nav-shell{height:66px}
  .nav-shell{padding:0 18px}
  .brand{width:154px;height:54px}
  .mobile-menu summary{border:1px solid #ffc83d40;border-radius:7px}
  .mobile-menu>div{border-color:#ffc83d3d;border-radius:8px;background:#090d24}
  .hero-banner-track{aspect-ratio:5/2}
  .hero-banner:after{height:10px}
  .hero-banner-arrow{width:44px;height:44px;border-radius:7px}
  .seo-core-section{padding:74px 20px 34px}
  .seo-core-section:before{display:none}
  .seo-core-heading h1,.seo-core-heading h2{font-size:48px}
  .seo-core-grid article:nth-child(n){grid-column:span 12}
  .trust-bar{max-width:none}
  .home-guide-section{grid-template-columns:1fr;gap:38px;padding-top:76px;padding-bottom:72px}
  .home-guide-section .site-header,.home-knowledge-section .site-header{display:none!important}
  .home-guide-intro{position:static}
  .home-guide-intro h2,.ranking-board-heading h2{font-size:44px}
  .table-flow li{min-height:130px}
  .home-knowledge-section{padding:76px 20px 84px}
  .ranking-board{padding:32px 26px}
  .home-reference-grid{grid-template-columns:1fr}
  .variation-reference,.android-reference{padding:32px 26px}
  .why-section{padding:76px 20px 40px}
  .why-grid{grid-template-columns:1fr 1fr}
  .why-grid article{min-height:210px;padding:24px}
  .why-icon{margin-bottom:24px}
  .home-blog-section{padding-top:64px;padding-bottom:78px}
  .home-blog-grid{grid-template-columns:1fr}
  .home-blog-card:first-child{grid-column:auto}
  .faq-section{grid-template-columns:1fr;gap:42px;padding-top:86px}
  .final-download{max-width:none;margin-left:20px;margin-right:20px;padding:40px 30px}
}

@media(max-width:480px){
  .hero-banner-arrow{display:none}
  .hero-banner-dots{bottom:17px}
  .seo-core-heading h1,.seo-core-heading h2{font-size:40px}
  .seo-core-heading p{font-size:15px}
  .seo-core-grid article{min-height:245px;padding:28px 24px}
  .seo-core-grid h3{font-size:29px}
  .trust-bar{grid-template-columns:1fr 1fr}
  .trust-bar div{padding:16px;min-width:0}
  .trust-bar strong{overflow-wrap:anywhere}
  .home-guide-intro h2,.ranking-board-heading h2{font-size:36px}
  .home-guide-links{display:grid}
  .home-guide-links a{width:100%}
  .table-flow li{grid-template-columns:46px 1fr;gap:14px;min-height:126px;padding:24px 0}
  .table-flow li>span{width:40px;height:40px}
  .table-flow h3{font-size:21px}
  .ranking-board{padding:28px 20px}
  .ranking-strip{grid-template-columns:1fr 1fr}
  .ranking-strip li{min-height:146px;padding:18px 14px}
  .ranking-strip span{font-size:19px}
  .ranking-strip small{color:#aab2c9;font-size:12px;line-height:1.5}
  .home-reference-grid{gap:14px;margin-top:14px}
  .variation-reference,.android-reference{padding:34px 18px}
  .ranking-board-link{width:100%}
  .variation-reference,.android-reference{padding:28px 20px}
  .variation-reference h2,.android-reference h2{font-size:34px}
  .variation-reference dl{grid-template-columns:1fr}
  .android-reference li{grid-template-columns:1fr;gap:7px}
  .why-heading h2,.home-blog-heading h2,.faq-heading h2{font-size:40px}
  .why-grid{grid-template-columns:1fr 1fr}
  .why-grid article{min-height:208px;padding:20px 16px}
  .why-grid h3{font-size:18px}
  .why-grid p{font-size:12px;line-height:1.55}
  .why-icon{width:38px;height:38px;margin-bottom:20px;font-size:18px}
  .home-blog-heading>a{width:100%;text-align:center}
  .home-blog-card:first-child .home-blog-copy h3{font-size:28px}
  .faq-list summary{font-size:18px}
  .mobile-download-bar{display:none}
}

/* 2026-08-20 mobile UX and speed pass */
.home-blog-card .home-blog-image{background-image:none!important}
.home-blog-image img{aspect-ratio:16/9;object-fit:cover}
.home-blog-card{overflow:hidden;contain:layout paint}
.hero-banner-slide img{width:100%;height:100%;object-fit:cover}
@media(max-width:768px){
  body{padding-bottom:0}
  main>.mobile-download-bar{display:none!important}
  .hero-banner-track{aspect-ratio:16/7;min-height:0}
  .hero-banner-dots button{width:34px;height:34px}
  .hero-banner-dots button:after{left:8px;top:16px;width:18px}
  .hero-banner-dots button.active{width:38px;height:34px}
  .hero-banner-dots button.active:after{left:6px;width:26px}
  .seo-core-section{padding-top:52px}
  .seo-core-heading{margin-bottom:26px}
  .seo-core-heading h1,.seo-core-heading h2{font-size:38px;line-height:1.02}
  .seo-core-grid article{min-height:0;padding:24px 20px}
  .seo-core-grid h3{margin-top:20px;font-size:27px;line-height:1.1}
  .home-guide-section{padding-top:56px;padding-bottom:54px}
  .home-knowledge-section{padding-top:56px;padding-bottom:62px}
  .ranking-board{padding:26px 18px}
  .ranking-board-heading h2{font-size:34px;line-height:1.06}
  .ranking-strip{grid-template-columns:1fr 1fr;margin-top:24px}
  .ranking-strip li{min-height:132px}
  .why-section{padding-top:58px}
  .why-grid article{min-height:178px}
  .home-blog-section{padding-top:54px;padding-bottom:58px}
  .home-blog-card{content-visibility:auto;contain-intrinsic-size:420px}
  .home-blog-copy h3,.home-blog-card:first-child .home-blog-copy h3{
    font-size:24px;
    line-height:1.16;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .home-blog-copy p{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .faq-section{padding-top:62px}
  .final-download{margin-bottom:42px}
}
@media(max-width:480px){
  .hero-banner-track{aspect-ratio:16/8.3}
  .seo-core-heading h1,.seo-core-heading h2{font-size:34px}
  .trust-bar{grid-template-columns:1fr}
  .trust-bar div:last-child{grid-column:auto}
  .why-grid{grid-template-columns:1fr}
  .why-grid article{min-height:0;padding:18px 16px}
  .why-icon{margin-bottom:14px}
  .home-blog-heading h2,.why-heading h2,.faq-heading h2{font-size:34px;line-height:1.05}
}

/* 2026-08-20 visual refresh based on purple/yellow mobile promo reference */
:root{
  --bg:#2b0c58;
  --surface:#55158e;
  --surface-2:#6c22b6;
  --purple:#7b2bd4;
  --magenta:#d51aaa;
  --blue:#5259d8;
  --gold:#ffd844;
  --ivory:#fff9fb;
  --ink:#fff9fb;
  --muted:#ead9f0;
  --line:#ffffff24;
}
html{background:#2b0c58}
body{
  background:
    radial-gradient(circle at 10% 2%,#ff5bcb66 0,#0000 24rem),
    linear-gradient(180deg,#d51aaa 0,#8b2bda 20rem,#4d168c 44rem,#260a55 100%)!important;
}
h1,h2,h3{letter-spacing:-.022em}
.site-header{
  background:#35105fee!important;
  border-bottom:1px solid #ffffff20!important;
  box-shadow:0 8px 28px #21053c30;
}
.button,.header-download,.final-button,.mobile-download-bar{
  border:0!important;
  border-radius:999px!important;
  color:#4b2700!important;
  background:linear-gradient(180deg,#ffe86a,#ffc72e)!important;
  box-shadow:0 10px 22px #4d105833!important;
}
.hero-banner{
  padding:18px 16px 22px;
  background:
    radial-gradient(circle at 82% 18%,#ff79d455,#0000 24rem),
    linear-gradient(135deg,#d51aaa 0,#8e2cda 54%,#512098 100%)!important;
}
.hero-banner:after{display:none!important}
.hero-banner-track{
  max-width:1280px;
  margin:auto;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 50px #26043e4a;
}
.hero-banner-arrow{
  color:#4b2700!important;
  background:#ffd844e8!important;
  border:0!important;
  border-radius:999px!important;
}
.seo-core-section:before{display:none!important}
.seo-core-heading h1,.seo-core-heading h2,
.home-guide-intro h2,.ranking-board-heading h2,.variation-reference h2,.android-reference h2,
.why-heading h2,.home-blog-heading h2,.faq-heading h2,.final-download h2{
  color:#fff!important;
  text-shadow:none!important;
}
.seo-core-grid article,.ranking-board,.variation-reference,.android-reference,
.why-grid article,.home-blog-card,.final-download{
  clip-path:none!important;
  border:1px solid #ffffff24!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,#ffffff18,#ffffff0b)!important;
  box-shadow:0 16px 36px #24033d24!important;
}
.seo-core-grid article:hover,.why-grid article:hover,.home-blog-card:hover{
  transform:translateY(-2px)!important;
  border-color:#ffe46c85!important;
}
.trust-bar{
  border-color:#ffffff24!important;
  border-radius:24px!important;
  background:#ffffff12!important;
  box-shadow:0 14px 34px #24033d20!important;
}
.home-knowledge-section{
  background:linear-gradient(180deg,#5d1aa0,#3d1175)!important;
  border-color:#ffffff24!important;
}
.ranking-strip,.variation-reference dl{border-color:#ffffff26!important}
.ranking-strip li,.variation-reference dl div,.table-flow li{
  border-color:#ffffff20!important;
}
.table-flow li>span,.why-icon,.home-blog-copy>div span{
  color:#4b2700!important;
  background:#ffd844!important;
  box-shadow:none!important;
}
.home-guide-links a,.variation-reference>a,.ranking-board-link,.faq-heading>a,.home-blog-copy b{
  color:#ffe46c!important;
}
.home-blog-heading{border-bottom-color:#ffffff24!important}
.faq-section,.faq-list,.faq-list details{border-color:#ffffff24!important}
footer{
  background:#24094f!important;
  border-top:1px solid #ffffff24!important;
}
@media(max-width:768px){
  .hero-banner{padding:10px 10px 14px}
  .hero-banner-track{border-radius:18px}
  .seo-core-section{padding-top:48px}
  .seo-core-heading h1,.seo-core-heading h2{font-size:34px!important;line-height:1.05!important}
  .home-guide-intro h2,.ranking-board-heading h2,.why-heading h2,.home-blog-heading h2,.faq-heading h2{font-size:32px!important;line-height:1.08!important}
  .seo-core-grid article,.ranking-board,.variation-reference,.android-reference,.why-grid article,.home-blog-card{border-radius:18px!important}
}
/* End PlayTPMaster studio redesign */

/* Mobile-first image correction: keep text-heavy banners/covers fully visible */
@media(max-width:768px){
  .hero-banner{
    padding:8px 8px 12px!important;
  }
  .hero-banner-track{
    aspect-ratio:2.5/1!important;
    min-height:0!important;
    max-height:none!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#d51aaa 0,#8e2cda 54%,#512098 100%)!important;
  }
  .hero-banner-slide img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    background:linear-gradient(135deg,#d51aaa 0,#8e2cda 54%,#512098 100%)!important;
    filter:none!important;
  }
  .home-blog-image{
    aspect-ratio:16/9!important;
    height:auto!important;
    background:#2b0c58!important;
  }
  .home-blog-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#2b0c58!important;
  }
  .home-blog-card:hover .home-blog-image img{
    transform:none!important;
  }
}

@media(max-width:480px){
  .hero-banner-track{
    aspect-ratio:2.5/1!important;
  }
}
