:root{color-scheme:dark;--bg:#101716;--surface:#182220;--surface-2:#202b28;--ink:#f6f3e9;--muted:#b4c2ba;--line:#34413a;--accent:#efbd66;--green:#8dd9ba;--red:#ffb2a7;--radius:22px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.55}button,input,select{font:inherit}button,a,select,input{touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--green);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.15;letter-spacing:-.035em}img{max-width:100%;display:block}button{color:inherit}select{max-width:100%;background:#1e2925;color:var(--ink);border:1px solid #66766d;border-radius:10px;padding:10px 30px 10px 12px;min-height:44px}input[type=checkbox]{accent-color:var(--accent);width:20px;height:20px;flex:0 0 20px;margin:2px 0 0}button,select{min-height:44px}[hidden]{display:none!important}.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;top:-80px;left:16px;background:var(--accent);color:#14221b;padding:12px 20px;z-index:20;border-radius:8px}.skip-link:focus{top:12px}.site-header,main,.site-footer{max-width:1320px;margin:auto}.site-header{min-height:100px;padding:22px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-size:14px;font-weight:700;letter-spacing:-.01em}.brand img{flex:0 0 42px;width:42px;height:42px}.brand small{display:block;color:var(--muted);font-size:11px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;margin-top:4px}.site-header nav{display:flex;align-items:center;gap:24px}.home-link{font-size:13px;text-decoration:none;padding:12px 0}.home-link:hover{text-decoration:underline}.language-control select{font-size:13px}.hero{margin:12px 40px 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:510px;gap:28px}.hero-copy{padding:28px 0 40px;position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:11px;line-height:1.6;font-weight:700;color:var(--accent);margin-bottom:20px}.hero .eyebrow{display:flex;align-items:center;gap:9px}.live-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;display:inline-block;box-shadow:0 0 0 5px #efbd6612}.hero h1{font-size:clamp(52px,5.8vw,82px);font-weight:750;letter-spacing:-.055em;line-height:1.02;margin-bottom:26px}.hero h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.05em;color:var(--accent)}.hero-description{font-size:16px;line-height:1.7;color:var(--muted);max-width:390px;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;text-decoration:none;min-height:50px;padding:13px 21px;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:700;line-height:1.45;transition:background .18s,transform .18s}.button:not(:disabled):active{transform:translateY(1px)}.button-primary{color:#172017;background:var(--accent)}.button-primary:hover:not(:disabled){background:#ffd28c}.button-primary span[aria-hidden]{font-size:20px}.button-secondary{color:var(--ink);background:var(--surface-2);border-color:#57675d}.button-secondary:hover:not(:disabled){background:#2d3c34}.hero-cta{min-width:210px;justify-content:space-between}.hero-fine{font-size:12px;color:var(--muted);margin-top:17px;margin-bottom:0}.hero-art{height:490px;position:relative;overflow:hidden;border-radius:28px;background:#25352c;border:1px solid #455748}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#101716b8,transparent 40%);pointer-events:none}.art-caption{position:absolute;bottom:22px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center;letter-spacing:.23em;font-size:10px;font-weight:700;z-index:1}.art-caption b{font-size:26px;color:var(--accent)}.benefit-strip{display:flex;justify-content:space-between;gap:20px;margin:34px 40px 0;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;color:#d1dacf}.benefit-strip>span{display:flex;gap:12px;align-items:center}.benefit-strip b{font-size:20px;color:var(--accent)}.choose-section,.how-section{padding:74px 40px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}.section-heading .eyebrow{margin-bottom:12px}.section-heading h2{font-size:34px;font-weight:650;margin:0;max-width:560px}.section-heading>p{font-size:13px;max-width:285px;color:var(--muted);margin:0;line-height:1.7}.pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pack-card{min-height:310px;display:flex;text-align:left;flex-direction:column;position:relative;isolation:isolate;overflow:hidden;border:1px solid #546056;border-radius:16px;padding:22px;background:#25392f;transition:transform .2s,border-color .2s;box-shadow:inset 0 0 0 1px #ffffff03}.pack-card:hover{transform:translateY(-4px);border-color:var(--accent)}.pack-card[aria-pressed=true]{outline:2px solid var(--accent);outline-offset:3px}.card-top{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:9px;letter-spacing:.19em;font-weight:750;margin-bottom:66px;z-index:1}.card-top>span:last-child{font-size:21px;font-weight:400;letter-spacing:0}.card-title{display:block;font-size:27px;font-weight:700;line-height:1.16;letter-spacing:-.045em;margin-bottom:7px;z-index:1;max-width:94%}.card-native{font-size:12px;letter-spacing:.04em;color:#e1dfce;margin-bottom:13px;z-index:1}.card-description{font-size:12px;color:#e7e6db;line-height:1.5;z-index:1;margin-bottom:20px;max-width:230px}.card-bottom{margin-top:auto;display:flex;justify-content:space-between;gap:8px;align-items:center;z-index:1;padding-top:16px;border-top:1px solid #ffffff30;font-size:10px;color:#ece8d8}.card-bottom>span:last-child{font-weight:700;color:#fff}.card-art{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.cinema .card-art{background-image:linear-gradient(90deg,#20322ee6,#172723aa),url('/assets/images/fan-challenge/arena.webp');background-size:cover;background-position:25% 30%}.hindi{background:#513039}.hindi .card-art{background-image:linear-gradient(90deg,#461f27ed,#3c1b2a9c),url('/assets/images/fan-challenge/arena.webp');background-position:65% 15%}.malayalam .card-art{background-image:linear-gradient(90deg,#1a3936ed,#214a4399),url('/assets/images/fan-challenge/arena.webp');background-position:0% 30%}.kannada .card-art{background-image:linear-gradient(90deg,#4c3923ed,#513f2999),url('/assets/images/fan-challenge/arena.webp');background-position:45% 30%}.reel{position:absolute;width:126px;height:126px;border:8px solid #e6c78870;border-radius:50%;right:18px;top:22px;transform:rotate(-16deg);background:radial-gradient(circle at 50% 24%,#dbc79560 0 12%,transparent 13%),radial-gradient(circle at 27% 59%,#dbc79560 0 12%,transparent 13%),radial-gradient(circle at 74% 59%,#dbc79560 0 12%,transparent 13%),radial-gradient(circle,#dcc28490 0 7%,transparent 8%);opacity:.75}.clapboard{position:absolute;right:5px;top:110px;background:#f0dbb4;color:#322d20;font-size:8px;padding:6px 11px;border-radius:3px;transform:rotate(15deg);letter-spacing:.15em;border-top:7px solid transparent;border-image:repeating-linear-gradient(125deg,#dfca9f 0 12px,#343831 12px 24px) 7;opacity:.9}.cricket{background:#274239}.cricket .card-art{background:radial-gradient(ellipse at 90% 10%,#87cbb35c,transparent 60%),linear-gradient(150deg,#28493f,#183c30)}.cricket-ball{width:94px;height:94px;position:absolute;right:30px;top:34px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#d69169,#a53932 50%,#592d29);box-shadow:8px 13px 25px #0006;transform:rotate(30deg)}.cricket-ball:after{content:"";position:absolute;left:41px;top:0;width:9px;height:94px;border-left:2px dashed #ffe9c5;border-right:2px dashed #ffe9c5;border-radius:30%}.bat{position:absolute;right:18px;top:93px;width:25px;height:94px;border-radius:3px 3px 9px 9px;background:linear-gradient(90deg,#b88f58,#eacf95 45%,#c39c64);transform:rotate(34deg);box-shadow:6px 6px 15px #0004}.bat:before{content:"";position:absolute;top:-42px;height:42px;width:12px;background:repeating-linear-gradient(#242724 0 3px,#373f36 3px 5px);left:6px;border-radius:4px 4px 0 0}.football .card-art{background:linear-gradient(140deg,#2e4650,#1b303c)}.pitch-lines{position:absolute;right:-50px;top:30px;width:230px;height:144px;border:1px solid #bbcbbb55;transform:rotate(-18deg);background:repeating-linear-gradient(90deg,transparent 0 45px,#c1d5c30c 45px 90px)}.pitch-lines:before{content:"";position:absolute;left:94px;top:36px;width:62px;height:62px;border:1px solid #cde5d655;border-radius:50%}.pitch-lines:after{content:"";position:absolute;left:125px;height:100%;border-left:1px solid #cde5d655}.football-ball{position:absolute;width:85px;height:85px;border-radius:50%;right:34px;top:45px;background:radial-gradient(circle at 30% 24%,#ffffe9,transparent 62%),conic-gradient(from 30deg at 50% 50%,#324240 0 60deg,#f0e6c9 60deg 120deg,#324240 120deg 180deg,#e4dfc8 180deg 240deg,#324240 240deg 300deg,#e4dfc8 300deg);box-shadow:8px 14px 22px #0005;border:1px solid #e4dfc8}.availability-note{margin:21px 0 0;color:var(--muted);font-size:12px;line-height:1.7}.arena-section{scroll-margin-top:24px;margin:62px 40px 0;padding:30px 38px 34px;border:1px solid #65766a;border-radius:var(--radius);background:#19231f;box-shadow:0 18px 60px #0003}.arena-top{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px}.text-button{padding:10px 0;border:0;background:none;font-size:13px;color:var(--green);text-align:left;text-decoration:underline;text-underline-offset:5px;min-height:44px}.mode-pill{font-size:10px;letter-spacing:.06em;border:1px solid #768267;border-radius:30px;padding:6px 12px;color:#f1ddb4;white-space:nowrap}.arena-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.arena-heading .eyebrow{margin-bottom:8px}.arena-heading h2{font-size:31px;margin-bottom:0}.arena-heading label{display:flex;flex-direction:column;gap:7px;font-size:11px;color:var(--muted)}.question-meta{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);margin:28px 0 12px}.progress-track{height:3px;background:#3b493e;border-radius:4px;margin-bottom:30px;overflow:hidden}.progress-track span{display:block;height:100%;background:var(--accent);transition:width .2s}#question-text{font-size:25px;line-height:1.4;letter-spacing:-.02em;margin:0 0 24px;max-width:860px}#question-text:focus,#arena-title:focus{outline:none}.answers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.answer{display:flex;align-items:center;text-align:left;gap:14px;min-height:64px;border:1px solid #697569;background:#202d26;border-radius:12px;padding:13px 16px;font-size:15px;line-height:1.5}.answer:hover:not(:disabled){background:#2b3d32;border-color:#b0c2ab}.answer-key{display:flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:7px;background:#435044;color:#ecf1e7;font-size:11px;font-weight:700}.answer[aria-pressed=true]{border-color:var(--accent);background:#3a3724;box-shadow:inset 0 0 0 1px var(--accent)}.answer.correct{border-color:var(--green);background:#214333}.answer.incorrect{border-color:#eea995;background:#493127}.answer:disabled{opacity:1;cursor:default}.answer-feedback{margin-top:20px;border-left:3px solid var(--green);padding:12px 16px;background:#8dd9ba08;font-size:14px}.answer-feedback strong{display:block;margin-bottom:6px}.answer-feedback p{margin-bottom:0;color:#d2ded3;line-height:1.7}.question-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 0}.question-footer p{color:var(--muted);font-size:12px;max-width:520px;margin:0}.purchase-panel{padding-top:27px;margin-top:30px;border-top:1px solid var(--line)}.purchase-summary{display:flex;justify-content:space-between;gap:25px;align-items:center}.purchase-summary .eyebrow{display:block;font-size:10px;margin-bottom:9px}.purchase-summary h3{display:flex;align-items:center;gap:13px;font-size:12px;letter-spacing:0;margin-bottom:9px;line-height:1.5}.price{font-size:42px;letter-spacing:-.05em;color:var(--accent);font-weight:700}.purchase-summary p{font-size:13px;color:#d1dbce;margin-bottom:7px}.purchase-summary .tax-breakdown{font-size:11px;color:var(--muted)}.purchase-action{min-width:260px}.consent{display:flex;gap:12px;align-items:flex-start;font-size:13px;line-height:1.6;cursor:pointer;padding:6px 0}.purchase-action .consent{margin-bottom:12px}.purchase-action .button{width:100%}.privacy-note,.result-share-note{font-size:12px;line-height:1.7;color:var(--muted);margin:20px 0 0}.preview-complete{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:25px 0 10px}.preview-complete h3{font-size:37px;margin-bottom:12px}.preview-complete p:last-child{color:var(--muted);margin-bottom:0;font-size:14px}.preview-star{font-size:90px;line-height:1;color:var(--accent);padding-right:20px}.submit-panel{padding:24px 0 8px}.submit-panel h3{font-size:28px;line-height:1.4}.ranking-consent{padding:20px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;max-width:720px;margin-bottom:25px}.ranking-consent strong{display:block;font-size:14px}.ranking-consent small{display:block;color:var(--muted);margin-top:8px;font-size:12px;line-height:1.7}.notice,.error-message,.recovery-panel{padding:18px;border-radius:12px;font-size:13px;line-height:1.7;margin:16px 0;background:#394334;border:1px solid #a6b596}.error-message{color:#ffd9d1;background:#432c28;border-color:#a77365}.recovery-panel{background:#273931;border-color:#6d957e}.recovery-panel p{margin-bottom:12px}.status-message{font-size:13px;color:var(--green);margin:18px 0 0;min-height:0}.status-message:empty{margin:0}.loading-state{padding:50px 0;display:flex;align-items:center;justify-content:center;gap:15px;color:var(--muted)}.loader{width:22px;height:22px;border:2px solid #efbd6633;border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-card{position:relative;overflow:hidden;margin:22px auto 0;padding:28px 34px 22px;border:1px solid #788c71;border-radius:18px;text-align:center;background:radial-gradient(ellipse at 100% 0,#ddb26128,transparent 50%),#243b2e}.result-card:after{content:"✦";position:absolute;right:28px;top:92px;font-size:90px;color:#ddc1790a;pointer-events:none}.scorecard-top,.scorecard-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left;font-size:10px;letter-spacing:.13em;font-weight:700;color:#ddd8bd}.scorecard-top{padding-bottom:24px;border-bottom:1px solid #6c7d5f;margin-bottom:34px}.scorecard-top span:last-child{text-align:right;letter-spacing:.02em}.result-card .eyebrow{margin-bottom:10px}.score-display{display:flex;justify-content:center;align-items:baseline;gap:9px;color:var(--accent);line-height:1;margin:22px 0 14px}.score-display strong{font-size:112px;font-weight:750;letter-spacing:-.09em}.score-display>span{font-size:27px;color:#d4dabd;font-weight:400}.result-card h3{font-size:26px;margin-bottom:13px}.result-card>p:not(.eyebrow){color:#ced8c9;font-size:12px}.result-ranking{max-width:650px;margin:24px auto 25px;font-size:12px;color:#d3dfcf;line-height:1.7}.result-ranking strong{display:block;color:var(--ink);font-size:20px;line-height:1.5;margin-bottom:8px}.result-ranking small{display:block;font-size:10px;margin-top:8px;color:#c8d3c2}.result-comparison{display:inline-block;padding:10px 15px;border:1px solid #71896b;border-radius:9px;color:#f0dab0;font-size:13px}.scorecard-bottom{padding-top:18px;border-top:1px solid #6c7d5f;letter-spacing:0;font-size:9px}.scorecard-bottom>span:last-child{text-align:right;font-weight:400}.result-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.result-actions .button{font-size:12px;min-height:46px;padding:10px 15px}.review{margin-top:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}.review>summary{font-weight:650;font-size:15px;cursor:pointer;padding:9px 0;min-height:44px}.review-question{padding:24px 0;border-top:1px solid var(--line)}.review-question:first-child{margin-top:16px}.review-question h4{font-size:16px;line-height:1.6;margin:0 0 12px}.review-question p{font-size:13px;color:#d0dacd;line-height:1.7}.review-question .review-answer{color:var(--green);font-weight:650;margin-bottom:10px}.review-question ul{display:flex;gap:10px;flex-wrap:wrap;padding:0;list-style:none;margin:12px 0 0}.review-question a{color:var(--accent);font-size:11px;display:inline-block;min-height:32px;padding:5px 0;text-underline-offset:3px;overflow-wrap:anywhere}.play-another{margin-top:24px}.how-section{padding-top:86px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;border-top:1px solid var(--line);padding-top:30px}.step-number{display:inline-flex;font-family:Georgia,serif;font-size:37px;color:var(--accent);line-height:1;margin-bottom:20px}.how-grid h3{font-size:20px;margin-bottom:12px}.how-grid p{font-size:13px;line-height:1.8;color:var(--muted);margin:0;max-width:300px}.ground-rules{margin:70px 40px 0;padding:30px;border:1px solid var(--line);border-radius:16px;display:grid;grid-template-columns:1fr 2fr;gap:35px;background:#17201c}.ground-rules h2{font-size:21px;line-height:1.4;max-width:210px}.ground-rules p{font-size:12px;line-height:1.75;color:var(--muted);margin-bottom:12px}.ground-rules p:last-child{margin-bottom:0}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:40px;margin-top:15px;font-size:11px}.footer-brand{font-size:12px;font-weight:700;text-decoration:none}.site-footer p{color:var(--muted);margin:0}.site-footer nav{display:flex;gap:18px}.site-footer nav a{text-decoration:none;min-height:44px;display:flex;align-items:center}.site-footer nav a:hover{text-decoration:underline}html:lang(te) h1,html:lang(hi) h1,html:lang(ml) h1,html:lang(kn) h1{font-size:clamp(43px,4.7vw,66px);line-height:1.25}html:not(:lang(en)) .card-title{font-size:24px;line-height:1.4}html:not(:lang(en)) .hero h1 em{font-family:inherit}html:not(:lang(en)) .eyebrow{letter-spacing:.035em}html:lang(ml) .card-title{font-size:21px}html:lang(ml) .card-description{font-size:11px}
@media(min-width:1400px){.hero{gap:55px}.hero-art{height:510px}}
@media(max-width:1050px){.hero h1{font-size:65px}.hero{gap:24px;min-height:450px}.hero-art{height:435px}.hero-description{font-size:15px}.card-title{font-size:23px}.pack-card{padding:18px;min-height:305px}.card-description{font-size:11px}.section-heading h2{font-size:30px}.section-heading>p{max-width:240px}.site-footer p{display:none}.purchase-action{min-width:230px}.arena-section{padding:28px}.site-header, .site-footer{padding-left:30px;padding-right:30px}.hero,.benefit-strip{margin-left:30px;margin-right:30px}.choose-section,.how-section{padding-left:30px;padding-right:30px}.ground-rules,.arena-section{margin-left:30px;margin-right:30px}}
@media(max-width:780px){.hero{grid-template-columns:1.05fr 1fr;gap:18px;min-height:400px}.hero h1{font-size:50px}.hero-art{height:390px}.hero-copy{padding:24px 0}.hero-description{font-size:13px}.hero-fine{font-size:10px}.hero-cta{min-width:185px;font-size:13px}.hero .eyebrow{font-size:9px}.benefit-strip{font-size:10px;gap:13px}.benefit-strip>span{gap:7px}.pack-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.pack-card{min-height:300px}.card-title{font-size:26px}.section-heading{align-items:flex-start;gap:20px}.section-heading>p{max-width:200px;font-size:12px}.section-heading h2{font-size:28px}.choose-section{padding-top:55px}.how-grid{gap:24px}.how-grid h3{font-size:17px;line-height:1.4}.how-grid p{font-size:12px}.ground-rules{grid-template-columns:1fr;gap:10px}.ground-rules h2{max-width:none}.purchase-summary{align-items:flex-start;flex-direction:column;gap:16px}.purchase-action{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.purchase-action .consent{margin:0}.purchase-action .button{width:auto;min-width:230px}.answers{grid-template-columns:1fr}.arena-heading h2{font-size:26px}.question-footer{align-items:flex-start}.question-footer .button{flex-shrink:0}#question-text{font-size:22px}.score-display strong{font-size:95px}}
@media(max-width:580px){.site-header{padding:17px 20px;min-height:85px;gap:10px}.brand{font-size:11px;gap:8px;line-height:1.4}.brand img{width:34px;height:34px;flex-basis:34px}.brand small{font-size:8px;letter-spacing:.07em;margin-top:2px}.site-header nav{gap:0}.home-link{display:none}.language-control select{font-size:12px;max-width:118px;padding:8px 20px 8px 9px;min-height:44px}.hero{display:flex;flex-direction:column;gap:0;margin:0 20px;align-items:stretch}.hero-copy{padding:25px 0 29px}.hero h1{font-size:58px;margin-bottom:20px;line-height:1.03;letter-spacing:-.055em}.hero .eyebrow{font-size:9px;margin-bottom:20px}.hero-description{max-width:340px;font-size:14px;line-height:1.7;margin-bottom:22px}.hero-cta{font-size:13px;padding:13px 18px;min-width:210px}.hero-fine{font-size:11px;margin-top:14px}.hero-art{height:270px;border-radius:18px}.hero-art img{object-position:50% 43%}.art-caption{bottom:16px;left:18px;right:18px;font-size:8px}.benefit-strip{margin:25px 20px 0;padding:17px 0;gap:14px;flex-wrap:wrap;justify-content:flex-start;font-size:10px}.benefit-strip>span{gap:7px}.benefit-strip>span:nth-child(2){order:3;width:100%}.benefit-strip b{font-size:16px}.choose-section,.how-section{padding:43px 20px 0}.section-heading{display:block;margin-bottom:24px}.section-heading .eyebrow{font-size:9px;margin-bottom:11px}.section-heading h2{font-size:29px;max-width:320px;line-height:1.18}.section-heading>p{max-width:none;margin-top:14px;font-size:12px}.section-heading>p br{display:none}.pack-grid{gap:12px}.pack-card{min-height:282px;border-radius:13px;padding:14px 12px}.card-top{font-size:8px;letter-spacing:.1em;margin-bottom:60px}.card-top>span:last-child{font-size:18px}.card-title{font-size:21px;line-height:1.22;letter-spacing:-.045em;margin-bottom:7px}.card-native{font-size:10px;margin-bottom:10px}.card-description{font-size:10px;margin-bottom:14px;line-height:1.65}.card-bottom{font-size:8px;gap:3px;flex-wrap:wrap;padding-top:13px}.card-bottom>span:last-child{font-size:9px}.reel{width:85px;height:85px;border-width:5px;right:6px;top:36px;opacity:.55}.clapboard{font-size:5px;padding:4px 8px;right:3px;top:97px;border-top-width:5px}.cricket-ball{width:63px;height:63px;right:16px;top:40px}.cricket-ball:after{height:63px;left:27px;width:6px;border-width:1px}.bat{width:18px;height:63px;top:92px;right:12px}.bat:before{width:8px;height:25px;top:-25px;left:5px}.football-ball{width:63px;height:63px;right:14px;top:45px}.pitch-lines{width:200px;right:-86px;top:44px}.availability-note{font-size:10px;margin-top:17px}.arena-section{margin:40px 14px 0;padding:20px 16px 24px;border-radius:16px}.arena-top{gap:10px;margin-bottom:24px}.arena-top .text-button{font-size:11px}.mode-pill{font-size:9px;padding:5px 9px}.arena-heading{align-items:flex-start;flex-direction:column;gap:17px;margin-bottom:20px}.arena-heading .eyebrow{font-size:9px}.arena-heading h2{font-size:28px}.arena-heading label{width:100%;font-size:10px;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.arena-heading select{font-size:12px;max-width:170px;min-width:125px}.question-meta{font-size:10px;margin-top:23px}.progress-track{margin-bottom:23px}#question-text{font-size:20px;margin-bottom:22px}.answer{font-size:13px;min-height:61px;gap:11px;padding:12px}.answer-key{width:25px;height:25px;flex-basis:25px;font-size:10px}.answers{gap:10px}.answer-feedback{font-size:12px;padding:10px 12px}.question-footer{flex-direction:column;gap:17px;margin-top:22px}.question-footer p{font-size:11px}.question-footer .button{width:100%;min-height:48px;font-size:13px}.purchase-summary h3{font-size:11px}.purchase-summary .price{font-size:40px}.purchase-summary p{font-size:12px;line-height:1.7}.purchase-summary .tax-breakdown{font-size:10px}.purchase-action{display:block;min-width:0}.purchase-action .consent{font-size:12px;margin-bottom:14px}.purchase-action .button{width:100%;min-width:0;font-size:13px}.privacy-note,.result-share-note{font-size:10px}.preview-complete h3{font-size:32px}.preview-complete p:last-child{font-size:12px}.preview-star{font-size:64px;padding:0}.submit-panel h3{font-size:24px}.ranking-consent{padding:15px;gap:10px}.ranking-consent strong{font-size:12px}.ranking-consent small{font-size:10px}.submit-panel>.button{width:100%}.result-card{padding:20px 18px}.scorecard-top{font-size:8px;padding-bottom:17px;margin-bottom:25px}.result-card .eyebrow{font-size:9px}.score-display strong{font-size:90px}.score-display>span{font-size:22px}.result-card h3{font-size:23px}.result-card>p:not(.eyebrow){font-size:10px}.result-ranking{font-size:10px}.result-ranking strong{font-size:17px}.result-ranking small{font-size:9px}.scorecard-bottom{font-size:7px;gap:10px}.scorecard-bottom>span:last-child{max-width:125px}.result-actions{gap:8px}.result-actions .button{font-size:10px;flex:1 1 40%;padding:11px 12px;min-height:46px}.result-actions .button:first-child{flex-basis:100%;font-size:12px}.review>summary{font-size:13px}.review-question h4{font-size:14px}.review-question p{font-size:12px}.review-question a{font-size:10px}.how-section{padding-top:56px}.how-grid{display:flex;flex-direction:column;gap:28px;padding-top:27px}.how-grid article{position:relative;padding-left:56px}.step-number{position:absolute;left:0;top:0;font-size:30px}.how-grid h3{font-size:19px;margin-bottom:9px}.how-grid p{max-width:none;font-size:12px}.ground-rules{margin:45px 20px 0;padding:22px}.ground-rules h2{font-size:20px;margin-bottom:10px}.ground-rules p{font-size:10px}.site-footer{margin-top:10px;padding:27px 20px;flex-direction:column;align-items:flex-start;gap:12px}.site-footer nav{gap:22px;font-size:10px}html:lang(te) h1,html:lang(hi) h1,html:lang(ml) h1,html:lang(kn) h1{font-size:44px;line-height:1.35}html:not(:lang(en)) .card-title{font-size:18px;line-height:1.5}html:lang(ml) .card-title{font-size:16px}html:lang(ml) .card-description{font-size:10px}html:not(:lang(en)) .card-description{font-size:10px}html:not(:lang(en)) .pack-card{min-height:320px}html:not(:lang(en)) .section-heading h2{font-size:25px;line-height:1.5}}
@media(max-width:360px){.site-header{padding-left:15px;padding-right:15px}.brand{font-size:10px}.brand small{font-size:7px}.brand img{width:29px;height:29px;flex-basis:29px}.language-control select{max-width:99px;font-size:10px}.hero{margin-left:16px;margin-right:16px}.hero h1{font-size:51px}.hero-art{height:225px}.hero-description{font-size:13px}.choose-section,.how-section{padding-left:16px;padding-right:16px}.pack-grid{gap:10px}.pack-card{padding:13px 10px;min-height:283px}.card-title{font-size:20px}.card-top{font-size:7px}.card-native{font-size:9px}.card-bottom{font-size:7px}.card-description{font-size:9px}.benefit-strip{margin-left:16px;margin-right:16px}.mode-pill{font-size:8px}.arena-top .text-button{font-size:10px}.arena-heading h2{font-size:25px}.ground-rules{margin-left:16px;margin-right:16px}.section-heading h2{font-size:27px}html:lang(ml) .card-title{font-size:14px}html:lang(te) h1,html:lang(hi) h1,html:lang(ml) h1,html:lang(kn) h1{font-size:38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.pack-card:hover{transform:none}}
@media print{:root,html,body{color-scheme:light;background:#fff!important;color:#111}.site-header,.hero,.benefit-strip,.choose-section,.how-section,.ground-rules,.site-footer,.arena-top,.arena-heading,#question-panel,#preview-complete,#purchase-panel,#submit-panel,.result-actions,.review,.play-another,.result-share-note,#arena-error,#arena-status,#friend-banner{display:none!important}main{max-width:none}.arena-section{display:block!important;border:0;box-shadow:none;padding:0;margin:0;background:white}#result-panel{display:block!important}.result-card{color:#111!important;background:white!important;border:2px solid #333;max-width:720px;break-inside:avoid;margin:30px auto;padding:35px}.result-card:after{display:none}.result-card *{color:#111!important}.scorecard-top,.scorecard-bottom{border-color:#444}.score-display strong{font-size:100px}.result-ranking{font-size:12px}.scorecard-bottom{font-size:10px}}
/* Long native-language words must wrap within a mobile answer/card. */
.card-title,.card-description,.answer span:last-child{overflow-wrap:anywhere;min-width:0}
/* Keep mobile copy readable: a single generous card is preferable to tiny type. */
@media(max-width:780px){
  .card-description{font-size:13px}.card-bottom{font-size:12px}.card-top{font-size:10px}
  .availability-note,.how-grid p{font-size:13px}.section-heading>p{font-size:13px}
}
@media(max-width:580px){
  .hero .eyebrow,.section-heading .eyebrow,.arena-heading .eyebrow{font-size:11px}
  .hero-fine,.benefit-strip{font-size:12px}.benefit-strip{gap:16px}
  .pack-grid{grid-template-columns:minmax(0,1fr);gap:16px}
  .pack-card{min-height:275px;padding:22px;border-radius:17px}
  .card-top{font-size:11px;letter-spacing:.12em;margin-bottom:42px}
  .card-top>span:last-child{font-size:23px}.card-title{font-size:30px;line-height:1.2;max-width:90%;margin-bottom:9px}
  .card-native{font-size:13px;margin-bottom:12px}.card-description{font-size:14px;line-height:1.7;max-width:270px;margin-bottom:19px}
  .card-bottom{font-size:12px;gap:10px;padding-top:15px}.card-bottom>span:last-child{font-size:13px}
  .reel{width:120px;height:120px;border-width:7px;right:23px;top:27px;opacity:.55}
  .clapboard{font-size:8px;right:14px;top:116px;padding:5px 10px;border-top-width:7px}
  .cricket-ball{width:91px;height:91px;right:33px;top:37px}.cricket-ball:after{height:91px;left:40px;width:8px;border-width:2px}
  .bat{width:24px;height:92px;top:100px;right:24px}.bat:before{width:12px;height:37px;top:-37px;left:6px}
  .football-ball{width:88px;height:88px;right:31px;top:43px}.pitch-lines{width:250px;right:-55px;top:39px}
  .availability-note{font-size:13px;line-height:1.8}.arena-top .text-button{font-size:13px}.mode-pill{font-size:11px}
  .arena-heading label,.arena-heading select,.question-meta{font-size:12px}
  #question-text{font-size:21px;line-height:1.55}.answer{font-size:15px;line-height:1.6;padding:14px 12px}.answer-key{font-size:12px}
  .answer-feedback{font-size:14px;line-height:1.8}.question-footer p{font-size:13px;line-height:1.8}
  .purchase-summary h3,.purchase-summary .tax-breakdown{font-size:12px}.purchase-summary p{font-size:14px}
  .purchase-action .consent{font-size:14px}.purchase-action .button{font-size:14px}
  .privacy-note,.result-share-note{font-size:13px;line-height:1.8}.preview-complete p:last-child{font-size:14px}
  .ranking-consent strong{font-size:14px}.ranking-consent small{font-size:13px;line-height:1.8}
  .scorecard-top{font-size:10px}.result-card .eyebrow{font-size:11px}.result-card>p:not(.eyebrow){font-size:12px}
  .result-ranking{font-size:13px}.result-ranking strong{font-size:19px}.result-ranking small{font-size:12px;line-height:1.8}
  .scorecard-bottom{font-size:10px;align-items:flex-start}.scorecard-bottom>span:last-child{max-width:135px}
  .result-actions .button{font-size:13px;min-height:49px}.result-actions .button:first-child{font-size:14px}
  .review>summary{font-size:15px}.review-question h4{font-size:16px}.review-question p{font-size:14px}.review-question a{font-size:12px;min-height:44px;padding:10px 0}
  .how-grid p,.ground-rules p{font-size:13px;line-height:1.8}.site-footer nav{font-size:12px;gap:22px}
  html:not(:lang(en)) .pack-card{min-height:320px}
  html:not(:lang(en)) .card-title,html:lang(ml) .card-title{font-size:25px;line-height:1.55}
  html:not(:lang(en)) .card-description,html:lang(ml) .card-description{font-size:14px}
}
@media(max-width:360px){
  .pack-card{padding:20px}.card-title{font-size:28px}.card-description{font-size:14px}.card-bottom{font-size:12px}
  .arena-top{align-items:flex-start;flex-wrap:wrap;gap:4px}.arena-top .text-button{font-size:13px}.mode-pill{font-size:10px}
  .scorecard-bottom{flex-direction:column;gap:8px}.scorecard-bottom>span:last-child{max-width:none;text-align:left}
  .result-actions .button{flex-basis:100%}html:lang(ml) .card-title{font-size:23px}
}
.question-meta>span:last-child{text-align:right;max-width:68%}
/* Native navigation labels can be longer than their English equivalents. */
.site-footer nav{flex-wrap:wrap;max-width:100%;row-gap:4px}
.site-footer nav a{overflow-wrap:anywhere;min-width:0}
.hero-copy,.section-heading>*,.how-grid article,.ground-rules>*{min-width:0}
.hero h1,.section-heading h2,.how-grid h3,.ground-rules h2{overflow-wrap:anywhere}
