:root{--gold-50: #fdf9e7;--gold-100: #fbf0c4;--gold-200: #f6e08a;--gold-300: #efc94c;--gold-400: #e5b51d;--gold-500: #d4af37;--gold-600: #b8932a;--gold-primary: #ffd700;--gold-darker: #daa520;--gold-gradient: linear-gradient(135deg, #ffe066 0%, #ffd700 38%, #daa520 100%);--gold-gradient-sheen: linear-gradient(135deg, #fff3b0 0%, #ffd700 45%, #c8911a 100%);--surface-0: #00040e;--surface-1: #000a1f;--surface-2: #0b0e1c;--surface-3: #141829;--surface-glass: rgba(11, 14, 28, .72);--border: rgba(255, 255, 255, .07);--border-mid: rgba(255, 255, 255, .12);--border-gold: rgba(255, 215, 0, .28);--border-gold-strong: rgba(255, 215, 0, .5);--text-primary: #f4f6fb;--text-secondary: #aab2c8;--text-muted: #717a96;--accent-tint: rgba(255, 215, 0, .09);--accent-tint-soft: rgba(255, 215, 0, .04);--gold-glow: 0 0 40px rgba(255, 215, 0, .22);--font-display: Futura, "Futura PT", "Century Gothic", "Trebuchet MS", sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", ui-monospace, Menlo, monospace;--maxw: 1120px;--maxw-narrow: 760px;--gutter: clamp(1.1rem, 4vw, 2rem);--radius: 14px;--radius-lg: 20px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html,body{margin:0;padding:0;background-color:var(--surface-0);color:var(--text-primary);font-family:var(--font-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{position:relative;min-height:100vh;background:radial-gradient(ellipse 80% 50% at 75% -5%,rgba(255,215,0,.1),transparent 60%),radial-gradient(ellipse 60% 45% at 5% 8%,rgba(40,70,160,.16),transparent 55%),linear-gradient(180deg,#00040e,#00081a 32%,#00040e)}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E")}a{color:var(--gold-primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--gold-200)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.08;letter-spacing:-.02em;margin:0 0 .5em;text-wrap:balance}h1{font-size:clamp(2.3rem,5.2vw,4rem)}h2{font-size:clamp(1.75rem,3.4vw,2.6rem)}h3{font-size:1.3rem;letter-spacing:-.01em}h4{font-size:1.1rem;letter-spacing:-.005em}p{margin:0 0 1.1em;color:var(--text-secondary)}strong{color:var(--text-primary);font-weight:600}p.lead{font-size:clamp(1.15rem,1.8vw,1.45rem);line-height:1.5;color:var(--text-primary);max-width:36ch;font-weight:400}.gold-text{background:var(--gold-gradient-sheen);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--gold-primary)}.eyebrow{display:inline-flex;align-items:center;gap:.6em;font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-primary);margin:0 0 1.1rem}.eyebrow:before{content:"";width:1.8rem;height:1px;background:linear-gradient(90deg,var(--gold-primary),transparent)}ul,ol{padding-left:1.3em;margin:0 0 1.1em;color:var(--text-secondary)}li{margin-bottom:.45em}code,pre{font-family:var(--font-mono);font-size:.88em}pre{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:1em;overflow-x:auto}code{background:#ffd70014;color:var(--gold-200);padding:.12em .4em;border-radius:5px}pre code{background:transparent;color:inherit;padding:0}.container{max-width:var(--maxw);margin:0 auto;padding-inline:var(--gutter)}.container-narrow{max-width:var(--maxw-narrow);margin:0 auto;padding-inline:var(--gutter)}main{display:block}section{padding-block:clamp(2.5rem,6vw,5rem)}section:not(.hero):not(.cta-section)>.container>h2,section:not(.hero):not(.cta-section)>h2{position:relative;padding-top:1.1rem;margin-bottom:1.2rem}section:not(.hero):not(.cta-section)>.container>h2:before,section:not(.hero):not(.cta-section)>h2:before{content:"";position:absolute;top:0;left:0;width:44px;height:3px;border-radius:2px;background:var(--gold-gradient)}header.site-header{position:sticky;top:0;z-index:50;padding-block:.85rem;background:var(--surface-glass);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border-bottom:1px solid var(--border)}header.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}header.site-header .brand{display:flex;align-items:center;gap:11px;font-family:var(--font-display);font-weight:700;letter-spacing:1.6px;font-size:1.15rem;color:var(--gold-primary)}header.site-header .brand svg{width:24px;height:24px;display:block}header.site-header nav{display:flex;align-items:center;gap:.4rem}header.site-header nav a{position:relative;color:var(--text-secondary);font-size:.92rem;font-weight:500;padding:.45rem .85rem;border-radius:8px;transition:color .15s ease,background .15s ease}header.site-header nav a:hover{color:var(--gold-primary);background:var(--accent-tint)}header.site-header nav a:last-child{color:var(--gold-primary);border:1px solid var(--border-gold)}header.site-header nav a:last-child:hover{background:var(--accent-tint);border-color:var(--border-gold-strong)}.breadcrumb{display:flex;gap:.5rem;align-items:center;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.4rem}.breadcrumb a{color:var(--text-secondary)}.breadcrumb a:hover{color:var(--gold-primary)}.breadcrumb span[aria-hidden]{color:var(--text-muted);opacity:.6}.related-card{display:flex;flex-direction:column;text-decoration:none}.related-card h4{color:var(--gold-primary)}.related-card p{color:var(--text-secondary);flex:1}.related-go{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);transition:color .15s ease}.related-card:hover .related-go{color:var(--gold-primary)}section.hero{padding-top:clamp(3rem,8vw,6rem);padding-bottom:clamp(2rem,5vw,4rem)}section.hero h1{max-width:16ch;margin-bottom:.55em;animation:rise .7s cubic-bezier(.2,.7,.2,1) both}section.hero .lead{animation:rise .7s cubic-bezier(.2,.7,.2,1) .08s both}section.hero>.container>p:not(.lead){max-width:58ch;color:var(--text-secondary);animation:rise .7s cubic-bezier(.2,.7,.2,1) .16s both}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.player-embed{margin:2.25rem 0 .5rem;animation:fade-in .7s ease .24s both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.player-embed-label{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-primary);text-align:center;margin-bottom:1.4rem}.dual-players{display:flex;flex-direction:column;align-items:center;gap:clamp(2rem,5vw,3.5rem);margin:0 auto}.player-col{margin:0;display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;min-width:0}.player-col--desktop{width:70vw;max-width:1400px}.player-col--mobile{max-width:380px}.pc-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-primary);margin:0}.player-bezel{position:relative;width:100%;border-radius:var(--radius-lg);padding:10px;background:linear-gradient(160deg,rgba(255,215,0,.14),rgba(255,255,255,.02) 30%,transparent 60%),var(--surface-2);box-shadow:inset 0 0 0 1px var(--border-gold),0 0 0 1px #0006,0 30px 80px #0009,0 0 60px #ffd70014}.player-screen{position:relative;width:100%;overflow:hidden;border-radius:12px;background:#000}.player-screen.is-desktop{aspect-ratio:1280 / 720}.player-screen.is-mobile{aspect-ratio:390 / 693}.player-screen:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,var(--surface-1) 30%,var(--surface-3) 50%,var(--surface-1) 70%);background-size:220% 100%;animation:shimmer 1.8s ease-in-out infinite;z-index:0}.player-screen:has(iframe):after{display:none}@keyframes shimmer{0%{background-position:130% 0}to{background-position:-130% 0}}.player-screen iframe:not(.ic-iframe-fullscreen){position:absolute;top:0;left:0;z-index:1;border:none;display:block;transform-origin:top left;transform:scale(var(--ic-scale, .5))}.player-screen.is-desktop iframe:not(.ic-iframe-fullscreen){width:1280px;height:720px}.player-screen.is-mobile iframe:not(.ic-iframe-fullscreen){width:390px;height:693px}.table-wrap{margin:.5em 0 0;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;background:var(--surface-2)}table.compare{width:100%;border-collapse:collapse}table.compare th,table.compare td{padding:1em 1.15em;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}table.compare thead th{font-family:var(--font-mono);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);background:#ffffff04}table.compare tbody td:first-child{color:var(--text-primary);font-weight:500}table.compare tbody td:nth-child(2){color:var(--text-secondary)}table.compare tr:last-child td{border-bottom:none}table.compare th:last-child,table.compare td:last-child{background:linear-gradient(180deg,#ffd70012,#ffd70008);box-shadow:inset 1px 0 0 var(--border-gold),inset -1px 0 0 var(--border-gold)}table.compare thead th:last-child{color:var(--gold-primary);background:linear-gradient(180deg,#ffd70024,#ffd7000d)}table.compare td.win{color:var(--gold-primary);font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(248px,1fr));gap:1.1rem;margin:.5em 0 0}.card{position:relative;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);border-color:var(--border-mid);box-shadow:0 18px 40px #0006}.card h4{color:var(--text-primary);margin-bottom:.75rem;font-family:var(--font-display)}.card p{margin-bottom:.55em;font-size:.96rem}.card p:last-child{margin-bottom:0}.card p strong{color:var(--text-primary)}.card-grid.pricing .card:last-child{border-color:var(--border-gold);background:linear-gradient(160deg,rgba(255,215,0,.08),transparent 45%),var(--surface-2);box-shadow:0 0 0 1px var(--border-gold),0 20px 50px #00000073,0 0 50px #ffd7000f}.card-grid.pricing .card:last-child h4{color:var(--gold-primary)}.card-grid.pricing .card:last-child:before{content:"RECOMMENDED";position:absolute;top:1.5rem;right:1.5rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.16em;color:var(--surface-1);background:var(--gold-gradient);padding:.25em .6em;border-radius:5px;font-weight:600}.callout{position:relative;margin:1.75rem 0 0;padding:1.4rem 1.6rem 1.4rem 1.9rem;background:linear-gradient(135deg,var(--accent-tint),var(--accent-tint-soft));border:1px solid var(--border-gold);border-radius:var(--radius);color:var(--text-secondary);overflow:hidden}.callout:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gold-gradient)}.callout strong{color:var(--gold-primary)}.affiliate-highlight{display:flex;align-items:center;gap:clamp(1rem,4vw,2.5rem);flex-wrap:wrap;margin-top:.5rem;padding:clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius-lg);border:1px solid var(--border-gold);background:radial-gradient(circle at 0% 0%,rgba(255,215,0,.12),transparent 55%),var(--surface-2)}.affiliate-highlight .pct{font-family:var(--font-display);font-size:clamp(4rem,12vw,7rem);font-weight:700;line-height:.9;letter-spacing:-.04em;flex-shrink:0}.affiliate-highlight .pct-body{flex:1 1 320px}.affiliate-highlight .pct-body p:last-child{margin-bottom:0}.faq-list{margin-top:.5rem}details.faq{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.35rem;margin-bottom:.65rem;transition:border-color .18s ease,background .18s ease}details.faq:hover{border-color:var(--border-mid)}details.faq[open]{border-color:var(--border-gold);background:linear-gradient(160deg,var(--accent-tint-soft),transparent 60%),var(--surface-2)}details.faq summary{cursor:pointer;font-weight:600;color:var(--text-primary);list-style:none;display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;font-size:1.02rem}details.faq summary::-webkit-details-marker{display:none}details.faq summary:after{content:"+";flex-shrink:0;color:var(--gold-primary);font-size:1.5rem;line-height:1.1;font-weight:300;transition:transform .2s ease}details.faq[open] summary:after{transform:rotate(45deg)}details.faq p{margin:.85rem 0 0;color:var(--text-secondary);font-size:.97rem}.cta-row{display:flex;gap:1.1rem;flex-wrap:wrap;align-items:center;margin:1.5rem 0 0}.cta-button{position:relative;display:inline-flex;align-items:center;justify-content:center;background:var(--gold-gradient);color:var(--surface-1)!important;font-weight:700;font-size:1.02rem;font-family:var(--font-body);letter-spacing:.005em;padding:.95em 1.9em;border-radius:11px;border:none;cursor:pointer;box-shadow:0 6px 24px #ffd70047;transition:transform .16s ease,box-shadow .16s ease;overflow:hidden;isolation:isolate}.cta-button:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.55) 50%,transparent 70%);transform:translate(-120%);transition:transform .6s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 34px #ffd70066;color:var(--surface-1)!important}.cta-button:hover:before{transform:translate(120%)}.cta-button:active{transform:translateY(0)}.cta-aside{color:var(--text-muted);font-size:.88rem;max-width:30ch;line-height:1.45}section.cta-section{margin-top:clamp(3rem,7vw,5rem);padding-block:clamp(3rem,8vw,5.5rem);text-align:center;border-top:1px solid var(--border-gold);border-bottom:1px solid var(--border-gold);background:radial-gradient(ellipse 60% 100% at 50% 0%,rgba(255,215,0,.12),transparent 70%),var(--surface-1)}section.cta-section h2{margin-top:0}section.cta-section p{color:var(--text-secondary);max-width:52ch;margin-inline:auto}section.cta-section .cta-row{justify-content:center;margin-top:1.75rem}footer.site-footer{padding-block:2.5rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.9rem;text-align:center}footer.site-footer a{color:var(--text-secondary)}footer.site-footer a:hover{color:var(--gold-primary)}::selection{background:var(--gold-primary);color:var(--surface-1)}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:var(--surface-0)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:6px;border:2px solid var(--surface-0)}::-webkit-scrollbar-thumb:hover{background:#ffd70066}img,video,iframe{max-width:100%}@media(max-width:760px){html,body{font-size:16px}section{padding-block:clamp(2rem,9vw,3rem)}p.lead{max-width:none}.player-col--mobile{order:-1;max-width:min(80vw,320px)}.player-col--desktop{width:100%;max-width:100%}.player-bezel{padding:8px}.table-wrap{border:none;border-radius:0;background:transparent;overflow:visible}table.compare,table.compare tbody,table.compare tr,table.compare td{display:block;width:100%}table.compare thead{display:none}table.compare tr{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;margin-bottom:.8rem}table.compare td{border:none!important;box-shadow:none!important;background:none!important;padding:.32rem 0;font-size:.97rem}table.compare td:first-child{font-family:var(--font-display);font-size:1.08rem;font-weight:700;letter-spacing:-.01em;padding-bottom:.6rem;margin-bottom:.5rem;border-bottom:1px solid var(--border)!important}table.compare td[data-label]{display:flex;align-items:baseline;gap:.7em}table.compare td[data-label]:before{content:attr(data-label);flex-shrink:0;width:5em;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}table.compare td.win[data-label]:before{color:var(--gold-primary)}.card-grid.pricing .card:last-child{padding-top:2.75rem}.card-grid.pricing .card:last-child:before{top:1rem;right:1.25rem}.affiliate-highlight{gap:.5rem}.cta-row{flex-direction:column;align-items:stretch;gap:.85rem}.cta-button{width:100%;font-size:1rem}.cta-aside{text-align:center;max-width:none}section.cta-section .cta-row{align-items:stretch}header.site-header nav a:not(:last-child){display:none}}@media(max-width:420px){.player-col--mobile{width:min(86vw,300px)}}.tldr{position:relative;margin:1.5rem 0 0;padding:1.4rem 1.6rem 1.4rem 1.9rem;background:linear-gradient(135deg,var(--accent-tint),var(--accent-tint-soft));border:1px solid var(--border-gold);border-radius:var(--radius);overflow:hidden}.tldr:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gold-gradient)}.tldr-tag{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-primary);margin-bottom:.5rem}.tldr p:last-child{color:var(--text-secondary);font-size:1.05rem;line-height:1.6;margin:0}.tldr strong{color:var(--text-primary)}.stat-list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.7rem}.stat-list li{position:relative;padding:.85rem 1rem .85rem 2.1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);font-size:.95rem}.stat-list li:before{content:"→";position:absolute;left:.85rem;color:var(--gold-primary);font-weight:700}.stat-list strong{color:var(--text-primary)}table.compare tr.row-win td{background:linear-gradient(160deg,rgba(255,215,0,.08),transparent 60%);color:var(--text-primary)}table.compare tr.row-win td.win{color:var(--gold-primary);font-weight:600}.source-note{margin:1rem 0 0;font-size:.82rem;color:var(--text-muted);font-style:italic}.footer-links{display:flex;flex-wrap:wrap;gap:.4rem 1rem;margin-top:.6rem;font-size:.85rem}.footer-links a{color:var(--text-secondary)}.footer-links a:hover{color:var(--gold-primary)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
