:root{--cream:#f7f4eb;--cream-soft:#ebe5d3;--terracotta:#d35400;--terracotta-dark:#a63800;--terracotta-mid:#c04800;--charcoal:#2b2624;--charcoal-soft:#383230;--line:#3d3734;--line-strong:#3f3836;--line-soft:#3b3533;--radius:24px;--radius-lg:32px;--header-h:65px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:auto}html,body{margin:0;padding:0;background:var(--charcoal);color:var(--cream)}body{font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit}button,input,textarea,select{font-family:inherit}button{cursor:pointer}::selection{background:var(--terracotta);color:var(--cream)}.serif{font-family:"Playfair Display",Georgia,serif;letter-spacing:-0.03em;line-height:1.05}.site{width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:clip;background:var(--charcoal)}.header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#2b2624;border-bottom:1px solid rgba(61,55,52,0.8)}.logo{font-family:"Playfair Display",Georgia,serif;font-size:20px;font-weight:700;letter-spacing:-0.03em;color:var(--cream);text-decoration:none;line-height:1.1}.logo em{font-style:normal;font-weight:700;color:var(--terracotta)}.nav-toggle{width:36px;height:36px;border:0;border-radius:999px;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0}.nav-toggle:hover,.nav-toggle:focus-visible{background:rgba(255,255,255,0.05);outline:none}.nav-toggle span{display:block;height:2px;background:var(--cream);border-radius:999px;width:20px;transition:transform 0.2s ease,opacity 0.2s ease,width 0.2s ease}.nav-toggle span:nth-child(3){width:14px;background:var(--terracotta);align-self:flex-end;margin-right:2px}.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] span:nth-child(3){width:20px;margin-right:0;align-self:center;background:var(--cream);transform:translateY(-8px) rotate(-45deg)}.nav{display:none}.nav.is-open{display:flex;flex-direction:column;position:absolute;left:0;right:0;top:100%;z-index:60;background:#241f1e;border-bottom:1px solid var(--line);padding:8px 20px 20px;gap:4px;box-shadow:0 18px 30px rgba(0,0,0,0.35)}.nav a{text-decoration:none;color:var(--cream);font-size:15px;font-weight:600;padding:12px 4px;border-bottom:1px solid rgba(61,55,52,0.6)}.nav a:last-child,.nav .nav-cta{border-bottom:0}.nav a[aria-current="page"]{color:var(--terracotta)}.nav-cta{margin-top:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--terracotta);color:var(--cream) !important;border-radius:999px;padding:12px 18px !important;font-size:13px !important;letter-spacing:0.04em}.header-cta{display:none}.main{flex:1;display:flex;flex-direction:column;gap:28px;padding:16px 16px 32px}.section-head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 4px 8px}.section-head h2{font-family:"Playfair Display",Georgia,serif;font-size:24px;font-weight:700;letter-spacing:-0.03em;margin:0}.section-kicker{font-size:11px;text-transform:uppercase;letter-spacing:0.08em;color:var(--terracotta);font-weight:600}.eyebrow{display:block;font-size:10.5px;text-transform:uppercase;font-weight:700;letter-spacing:0.2em;color:var(--terracotta);margin-bottom:4px}.hero{display:flex;flex-direction:column;gap:12px}.hero-card{background:var(--cream);color:var(--charcoal);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}.hero-card::after{content:"";position:absolute;right:-24px;bottom:-24px;width:128px;height:128px;background:var(--cream-soft);border-radius:999px;opacity:0.55;pointer-events:none}.hero-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px;position:relative;z-index:1}.pill{border:1px solid rgba(43,38,36,0.4);color:#2b2624;font-size:10px;font-weight:700;letter-spacing:0.08em;padding:4px 10px;border-radius:9999px;text-transform:uppercase}.hero-card h1{font-family:"Playfair Display",Georgia,serif;font-size:33px;font-weight:800;letter-spacing:-0.03em;line-height:1.08;margin:0 0 14px;position:relative;z-index:1}.hero-card p{color:rgba(43,38,36,0.8);font-size:13.5px;line-height:1.625;font-weight:500;margin:0 0 24px;position:relative;z-index:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;text-decoration:none;border-radius:999px;background:var(--terracotta);color:var(--cream);font-weight:600;transition:background 0.2s ease,transform 0.15s ease}.btn:hover{background:var(--terracotta-dark)}.btn:active{transform:scale(0.98)}.btn-hero{width:100%;padding:14px 24px;font-size:14px;letter-spacing:0.025em;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);position:relative;z-index:1}.btn svg{width:16px;height:16px}.hero-bento{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat-card{border-radius:var(--radius);aspect-ratio:1;padding:20px;display:flex;flex-direction:column;justify-content:space-between;color:var(--cream);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.stat-card--hot{background:linear-gradient(to bottom right,#d35400,#a63800)}.stat-card--safe{background:var(--charcoal);border:1px solid var(--line-strong)}.stat-label{font-size:9px;text-transform:uppercase;letter-spacing:0.2em;font-weight:600}.stat-card--hot .stat-label{color:rgba(247,244,235,0.75)}.stat-card--safe .stat-label{color:rgba(247,244,235,0.6)}.stat-value{font-family:"Playfair Display",Georgia,serif;font-size:52px;font-weight:900;line-height:1;letter-spacing:-0.05em;text-align:center}.stat-icon{display:flex;align-items:center;justify-content:center}.stat-icon svg{width:56px;height:56px}.stat-foot{text-align:center;font-size:10.5px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(247,244,235,0.9)}.games{padding-top:12px}.games-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.game-card{background:var(--cream);color:var(--charcoal);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.game-media{height:176px;overflow:hidden;background:#0f172a;position:relative;display:block;text-decoration:none;color:inherit}.game-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.2s ease}.game-card:hover .game-media img{transform:scale(1.05)}.badge{position:absolute;top:12px;left:12px;background:rgba(43,38,36,0.88);color:var(--cream);font-size:10px;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:0.06em}.game-body{padding:20px;display:flex;flex-direction:column;gap:12px}.game-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.game-body h3{font-family:"Playfair Display",Georgia,serif;font-size:20px;font-weight:700;margin:0;letter-spacing:-0.02em}.rating{background:var(--terracotta);color:var(--cream);font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:4px;flex-shrink:0}.game-body p{margin:0;color:rgba(43,38,36,0.8);font-size:13px;line-height:1.625}.btn-game{width:100%;padding:10px 16px;font-size:12px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase}.spotlight{position:relative;background:linear-gradient(to bottom right,#d35400,#c04800,#a63800);border-radius:var(--radius-lg);padding:24px;color:var(--cream);overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}.spotlight-mark{position:absolute;right:-32px;top:-24px;font-family:"Playfair Display",Georgia,serif;font-size:110px;font-weight:900;color:rgba(255,255,255,0.05);user-select:none;pointer-events:none;line-height:1}.spotlight-rule{display:flex;align-items:center;gap:12px;margin-bottom:16px}.spotlight-rule span:first-child{height:1px;width:32px;background:rgba(247,244,235,0.6)}.spotlight-rule span:last-child{height:1px;flex:1;background:rgba(247,244,235,0.3)}.spotlight-rule em{font-style:normal;font-size:10px;letter-spacing:0.25em;text-transform:uppercase;font-weight:700;color:rgba(247,244,235,0.9)}.spotlight h2{font-family:"Playfair Display",Georgia,serif;font-size:38px;font-weight:900;line-height:0.95;margin:0 0 16px;letter-spacing:-0.03em}.spotlight-frame{position:relative;margin:8px 0;width:100%;border-radius:16px;overflow:hidden;border:1px solid rgba(247,244,235,0.2)}.spotlight-frame img{width:100%;height:192px;object-fit:cover;transform:scale(1.05);transition:transform 0.7s ease}.spotlight-frame:hover img{transform:scale(1.1)}.spotlight-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0.2),transparent)}.spotlight-caps{position:absolute;z-index:1;left:12px;right:12px;bottom:12px;display:flex;justify-content:space-between;align-items:flex-end;gap:8px}.cap{font-size:11px;font-weight:600;letter-spacing:0.02em;padding:4px 10px;border-radius:999px}.cap-glass{color:var(--cream);background:rgba(43,38,36,0.55)}.cap-invert{color:var(--terracotta);background:var(--cream);font-weight:700}.spotlight>p{color:rgba(247,244,235,0.95);font-size:13.5px;line-height:1.625;margin:16px 0 0}.spotlight-foot{margin-top:20px;padding-top:12px;border-top:1px solid rgba(247,244,235,0.2);display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.spotlight-foot span{color:rgba(247,244,235,0.8);font-weight:500}.spotlight-foot a{font-weight:700;text-underline-offset:4px}.method{background:var(--charcoal);border-radius:var(--radius);padding:24px;border:1px solid var(--line-strong);position:relative;overflow:hidden;content-visibility:auto;contain-intrinsic-size:auto 520px}.method-star{position:absolute;font-family:"Playfair Display",Georgia,serif;font-size:190px;line-height:1;color:rgba(211,84,0,0.12);pointer-events:none;user-select:none;right:-25px;top:40px;transform:rotate(15deg)}.method-head{margin-bottom:24px;position:relative;z-index:1}.method-head h2{font-family:"Playfair Display",Georgia,serif;font-size:24px;font-weight:700;margin:0;letter-spacing:-0.03em}.method-list{display:flex;flex-direction:column;gap:24px;position:relative;z-index:1}.method-item{display:flex;align-items:flex-start;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--line-soft)}.method-item:last-child{padding-bottom:0;border-bottom:0}.method-num{font-family:"Playfair Display",Georgia,serif;color:var(--terracotta);font-size:30px;font-weight:900;line-height:1;padding-top:2px}.method-item h3{font-family:"Playfair Display",Georgia,serif;font-size:16px;font-weight:700;margin:0 0 4px;letter-spacing:-0.02em}.method-item p{margin:0;color:rgba(247,244,235,0.7);font-size:12.5px;line-height:1.625}.faq{background:var(--cream);color:var(--charcoal);border-radius:var(--radius);padding:24px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);content-visibility:auto;contain-intrinsic-size:auto 420px}.faq-head{margin-bottom:20px}.faq-head h2{font-family:"Playfair Display",Georgia,serif;font-size:30px;font-weight:700;margin:0;letter-spacing:-0.03em}.faq-item{border-bottom:1px solid rgba(43,38,36,0.2)}.faq-item:last-child{border-bottom:0}.faq-q{width:100%;background:none;border:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0;text-align:left;color:var(--charcoal);font-size:16px;font-weight:600;line-height:1.35}.faq-icon{width:28px;height:28px;border-radius:999px;border:1px solid rgba(211,84,0,0.4);display:flex;align-items:center;justify-content:center;color:var(--terracotta);font-weight:700;font-size:16px;flex-shrink:0;transition:background 0.15s ease,color 0.15s ease}.faq-q:hover .faq-icon,.faq-item.is-open .faq-icon{background:var(--terracotta);color:var(--cream)}.faq-a{display:none;padding:0 36px 16px 0;color:rgba(43,38,36,0.8);font-size:14px;line-height:1.6;font-weight:500}.faq-item.is-open .faq-a{display:block}.faq-item.is-open .faq-icon{transform:none}.faq-item.is-open .faq-icon::after{content:none}.footer{width:100%;background:var(--cream);color:var(--charcoal);padding:32px 24px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-top:16px;display:flex;flex-direction:column;gap:20px}.footer h2{font-family:"Playfair Display",Georgia,serif;font-size:24px;font-weight:900;letter-spacing:-0.03em;text-transform:uppercase;margin:0}.footer-tag{font-size:12px;color:rgba(43,38,36,0.7);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;margin:2px 0 0}.footer hr{border:0;border-top:1px solid rgba(43,38,36,0.25);margin:4px 0}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;font-size:12px;font-weight:600;letter-spacing:0.025em}.footer-nav a{text-decoration:none}.footer-nav a:hover{color:var(--terracotta)}.footer-contact{display:flex;flex-direction:column;gap:6px;font-size:11.5px;color:rgba(43,38,36,0.8);line-height:1.625;font-weight:500}.footer-contact p{margin:0;display:flex;align-items:flex-start;gap:8px}.footer-contact a{color:var(--charcoal);font-weight:600}.mark{color:var(--terracotta);font-weight:700}.footer-legal{padding-top:12px;border-top:1px solid rgba(43,38,36,0.15);font-size:10px;color:rgba(43,38,36,0.6);line-height:1.5}.footer-legal p{margin:0 0 8px}.footer-copy{font-weight:500;color:rgba(43,38,36,0.75);padding-top:4px}.page-hero{background:var(--cream);color:var(--charcoal);border-radius:var(--radius);padding:28px 24px}.page-hero h1{font-family:"Playfair Display",Georgia,serif;font-size:32px;font-weight:800;letter-spacing:-0.03em;line-height:1.08;margin:8px 0 12px}.page-hero p{margin:0;font-size:14px;line-height:1.6;font-weight:500;color:rgba(43,38,36,0.8)}.prose{background:var(--charcoal);border:1px solid var(--line-strong);border-radius:var(--radius);padding:24px}.prose h2{font-family:"Playfair Display",Georgia,serif;font-size:22px;margin:0 0 12px;scroll-margin-top:84px}.prose h2:not(:first-child){margin-top:28px}.prose p,.prose li{color:rgba(247,244,235,0.78);font-size:14px;line-height:1.7}.prose p{margin:0 0 12px}.prose ul{margin:0 0 12px;padding-left:18px}.prose a{color:var(--cream)}.prose h3{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700;letter-spacing:-0.01em;margin:22px 0 8px;color:var(--cream)}.prose ol{margin:0 0 12px;padding-left:20px}.prose strong{color:var(--cream);font-weight:600}.toc{background:rgba(247,244,235,0.04);border:1px solid var(--line-strong);border-radius:16px;padding:18px 20px 8px;margin:0 0 32px}.toc-label{display:block;font-size:10.5px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--terracotta);margin-bottom:10px}.toc ol{margin:0 0 12px;padding-left:18px}.toc li{color:rgba(247,244,235,0.88);font-size:13px;line-height:1.85;font-weight:500}@media (min-width:960px){.toc ol{columns:2;column-gap:36px}}.contact-grid{display:flex;flex-direction:column;gap:16px}.contact-card{background:var(--cream);color:var(--charcoal);border-radius:var(--radius);padding:24px}.contact-card h2{font-family:"Playfair Display",Georgia,serif;font-size:22px;margin:0 0 12px}.contact-card p,.contact-card address{font-style:normal;font-size:14px;line-height:1.65;color:rgba(43,38,36,0.8);margin:0 0 10px}.contact-card a{color:var(--charcoal);font-weight:600}.form{display:flex;flex-direction:column;gap:12px}.form label{font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.form input,.form textarea{width:100%;border:1px solid rgba(43,38,36,0.25);background:#fff;color:var(--charcoal);border-radius:12px;padding:12px 14px;font-size:15px}.form input:focus,.form textarea:focus{outline:2px solid var(--terracotta);outline-offset:1px}.form textarea{min-height:140px;resize:vertical}.form-note{font-size:12px;color:rgba(43,38,36,0.65);margin:0}.form-status{display:none;font-size:13px;font-weight:600;color:var(--terracotta-dark)}.form-status.is-visible{display:block}.error-card{background:var(--cream);color:var(--charcoal);border-radius:var(--radius);padding:40px 24px;text-align:center}.error-card p.big{font-family:"Playfair Display",Georgia,serif;font-size:72px;font-weight:900;margin:0;color:var(--terracotta);line-height:1}.error-card h1{font-family:"Playfair Display",Georgia,serif;font-size:28px;margin:8px 0 12px}.error-card p{color:rgba(43,38,36,0.75)}.btn-inline{display:inline-flex;margin-top:8px;padding:12px 22px;width:auto}.main--play{gap:16px}.play-hero{display:flex;flex-direction:column;gap:10px}.play-hero h1{font-family:"Playfair Display",Georgia,serif;font-size:28px;font-weight:800;letter-spacing:-0.03em;margin:0}.play-hero p{margin:0;font-size:14px;line-height:1.6;color:rgba(247,244,235,0.75)}.play-stage{position:relative;width:100%;background:#1a1615;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line-strong);height:calc(100dvh - 210px);min-height:420px}.play-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}.play-stage iframe[hidden]{display:none}.play-launch{position:absolute;inset:0;border:0;padding:0;margin:0;cursor:pointer;background:#1a1615}.play-launch img{width:100%;height:100%;object-fit:cover}.play-launch span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--terracotta);color:var(--cream);padding:14px 28px;border-radius:999px;font-weight:700;font-size:15px;letter-spacing:0.02em;box-shadow:0 8px 24px rgba(0,0,0,0.35)}.play-stage.is-playing .play-launch{display:none}.play-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:rgba(247,244,235,0.7)}.play-bar a{color:var(--cream);font-weight:600}.play-more{display:grid;grid-template-columns:1fr 1fr;gap:10px}.play-more a{background:var(--cream);color:var(--charcoal);border-radius:16px;padding:12px 14px;text-decoration:none;font-size:13px;font-weight:700}.play-more a:hover{color:var(--terracotta)}@media (min-width:960px){.site{max-width:1180px;margin:0 auto}.header{padding:18px 32px}.nav-toggle{display:none}.nav{display:flex;flex-direction:row;align-items:center;gap:28px;position:static;background:none;border:0;padding:0}.nav a{border:0;padding:0;font-size:13px;letter-spacing:0.04em;text-transform:uppercase}.nav-cta{display:none}.header-cta{display:inline-flex;padding:10px 18px;font-size:12px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;text-decoration:none;border-radius:999px;background:var(--terracotta);color:var(--cream)}.header-cta:hover{background:var(--terracotta-dark)}.main{gap:48px;padding:28px 32px 56px}.hero{display:grid;grid-template-columns:1.35fr 0.95fr;gap:16px;align-items:stretch}.hero-card{padding:40px}.hero-card h1{font-size:52px;max-width:14ch}.hero-card p{font-size:16px;max-width:46ch}.btn-hero{width:auto;align-self:flex-start;padding:16px 28px;font-size:15px}.hero-bento{grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:16px}.stat-card{aspect-ratio:auto;min-height:0;padding:28px}.stat-value{font-size:72px}.section-head h2{font-size:36px}.games-list{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.game-media{height:220px}.game-body{padding:24px;gap:14px}.game-body h3{font-size:24px}.game-body p{font-size:14px}.spotlight{display:grid;grid-template-columns:1fr 1.05fr;grid-template-areas:"rule img" "title img" "text img" "foot img";gap:12px 40px;align-items:center;padding:40px}.spotlight-rule{grid-area:rule}.spotlight h2{grid-area:title;font-size:64px}.spotlight-frame{grid-area:img;margin:0}.spotlight-frame img{height:340px}.spotlight>p{grid-area:text;font-size:16px;margin-top:8px}.spotlight-foot{grid-area:foot}.method{padding:40px}.method-head h2{font-size:36px}.method-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}.method-item{flex-direction:column;gap:12px;padding-bottom:0;border-bottom:0}.method-item h3{font-size:20px}.method-item p{font-size:14px}.faq{padding:40px}.faq-head h2{font-size:42px}.faq-q{font-size:18px}.footer{display:grid;grid-template-columns:1.4fr 1fr 1.3fr;gap:32px 48px;padding:48px 40px 40px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.footer-brand{grid-column:1}.footer hr{display:none}.footer-nav{grid-template-columns:1fr 1fr}.footer-contact{font-size:13px}.footer-legal{grid-column:1 / -1}.page-hero{padding:48px 40px}.page-hero h1{font-size:52px}.page-hero p{font-size:18px;max-width:60ch}.prose{padding:40px}.contact-grid{display:grid;grid-template-columns:0.9fr 1.1fr;gap:24px}.error-card{padding:80px 40px}.play-hero h1{font-size:42px}.play-stage{height:min(78vh,780px);min-height:560px}.play-more{grid-template-columns:repeat(4,1fr)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.game-media img,.spotlight-frame img,.btn,.nav-toggle span{transition:none}}.toast{position:fixed;inset:0;z-index:80;background:rgba(43,38,36,0.72);display:flex;align-items:center;justify-content:center;padding:20px}.toast[hidden]{display:none!important}.toast-card{background:var(--cream);color:var(--charcoal);border-radius:var(--radius);padding:32px 28px;max-width:360px;width:100%;text-align:center}.toast-card p{font-family:"Playfair Display",Georgia,serif;font-size:22px;font-weight:700;margin:0 0 20px;letter-spacing:-0.03em;line-height:1.2}.toast-card .btn{width:100%}body.toast-open{overflow:hidden}