:root{--primary: #E63D2E;--primary-container: #FF8577;--on-primary: #FFF9F0;--secondary: #FF9800;--on-secondary: #FFF9F0;--tertiary: #4CAF50;--on-tertiary: #FFF9F0;--background: #FFF9F0;--surface: #FFF9F0;--surface-container-lowest: #FFFCF7;--surface-container-low: #F9F2E4;--surface-container: #F2EAD8;--surface-container-high: #EDE4CC;--surface-container-highest: #E8DFCF;--on-surface: #312E29;--on-surface-variant: #6B645B;--outline-variant: rgba(49, 46, 41, .15);--font-display: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--radius-sm: .75rem;--radius-md: 1.5rem;--radius-lg: 2rem;--radius-xl: 3rem;--radius-full: 999px;--shadow-ambient: 0 20px 40px rgba(49, 46, 41, .06);--shadow-ambient-lg: 0 30px 60px rgba(49, 46, 41, .08);--ease-soft: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--on-surface);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none;transition:opacity .2s var(--ease-soft)}a:hover{opacity:.75}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.display-lg,h1{font-family:var(--font-display);font-weight:800;font-size:clamp(2.75rem,6vw,4.75rem);line-height:1.05;letter-spacing:-.02em;margin:0 0 1.5rem}.headline-md,h2{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,4vw,2.75rem);line-height:1.15;letter-spacing:-.015em;margin:0 0 1rem}h3{font-family:var(--font-display);font-weight:700;font-size:1.5rem;line-height:1.25;letter-spacing:-.01em;margin:0 0 .75rem}h4{font-family:var(--font-body);font-weight:700;font-size:1.125rem;line-height:1.4;margin:0 0 .5rem}p{margin:0 0 1rem;color:var(--on-surface)}.lead{font-size:1.25rem;line-height:1.55;color:var(--on-surface-variant);max-width:56ch}.label{font-family:var(--font-display);font-weight:600;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--secondary)}.eyebrow{display:inline-block;padding:.4rem .9rem;background:var(--surface-container-low);border-radius:var(--radius-full);font-family:var(--font-display);font-weight:600;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);margin-bottom:1.25rem}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem}.container-narrow{width:100%;max-width:760px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}@media(min-width:768px){section{padding:7rem 0}}.site-header{position:sticky;top:0;z-index:50;background:#fff9f0d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav{position:relative;display:flex;align-items:center;justify-content:space-between;padding:.78rem 0}.nav-brand{display:flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-weight:800;font-size:1.15rem;color:var(--on-surface);letter-spacing:-.01em}.nav-brand:hover{opacity:1}.nav-brand img{width:32px;height:32px;border-radius:var(--radius-full);object-fit:cover}.nav-links{display:none;gap:2rem;align-items:center;list-style:none;margin:0;padding:0}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{color:var(--on-surface);font-family:var(--font-display);font-weight:600;font-size:.95rem}.nav-dropdown{position:relative}.nav-dropdown:before{content:"";position:absolute;top:100%;right:-.8rem;left:-.8rem;height:1rem}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;padding:0;color:var(--on-surface);font-family:var(--font-display);font-weight:600;font-size:.95rem}.nav-dropdown-trigger:after{content:"";width:.42rem;height:.42rem;border-right:2px solid var(--secondary);border-bottom:2px solid var(--secondary);transform:translateY(-2px) rotate(45deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + .9rem);left:50%;min-width:170px;padding:.55rem;border-radius:var(--radius-md);background:#fffcf7f0;box-shadow:var(--shadow-ambient);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;pointer-events:none;transform:translate(-50%,-6px);transition:opacity .18s var(--ease-soft),transform .18s var(--ease-soft)}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-dropdown-menu a{display:block;padding:.68rem .8rem;border-radius:var(--radius-sm);white-space:nowrap}.nav-dropdown-menu a:hover{background:var(--surface-container-low);opacity:1}.nav .nav-cta{display:none;align-items:center;gap:.5rem;padding:.72rem 1.2rem;font-size:.92rem}@media(min-width:768px){.nav .nav-cta{display:inline-flex}}.mobile-nav{position:relative;display:block}.mobile-nav-trigger{padding:.72rem 1.2rem;font-size:.92rem;list-style:none}.mobile-nav-trigger::-webkit-details-marker{display:none}.mobile-nav-trigger::marker{content:""}.mobile-nav-trigger:after{content:"";width:.42rem;height:.42rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s var(--ease-soft)}.mobile-nav[open] .mobile-nav-trigger:after{transform:translateY(1px) rotate(225deg)}.mobile-nav-panel{position:absolute;top:calc(100% + .75rem);right:0;z-index:60;width:min(82vw,260px);padding:.55rem;border-radius:var(--radius-md);background:var(--surface-container-lowest);box-shadow:var(--shadow-ambient-lg);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-nav-panel a{display:flex;align-items:center;min-height:44px;padding:.68rem .82rem;border-radius:var(--radius-sm);color:var(--on-surface);font-family:var(--font-display);font-size:.96rem;font-weight:700}.mobile-nav-panel a:hover,.mobile-nav-panel a:focus-visible{background:var(--surface-container-low);opacity:1}@media(min-width:768px){.mobile-nav{display:none}}@media(max-width:767px){.nav{padding:1rem 0 .85rem}.mobile-nav .mobile-nav-trigger{min-height:36px;padding:.42rem .72rem;gap:.32rem;font-size:.78rem;box-shadow:0 8px 22px #e63d2e3d}.mobile-nav .mobile-nav-trigger:after{width:.32rem;height:.32rem;border-width:2px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:1rem;padding:.95rem 1.6rem;border-radius:var(--radius-full);transition:transform .2s var(--ease-soft),box-shadow .2s var(--ease-soft),opacity .2s var(--ease-soft);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-container) 100%);color:var(--on-primary);box-shadow:0 10px 30px #e63d2e40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px #e63d2e52;opacity:1}.btn-secondary{background:var(--surface-container-highest);color:var(--secondary)}.btn-secondary:hover{background:var(--surface-container-high);opacity:1}.btn-tertiary{padding:.5rem 0;background:none;color:var(--on-surface);font-weight:600;border-bottom:2px solid var(--primary-container);border-radius:2px}.btn-tertiary:hover{border-bottom-color:var(--primary);opacity:1}.btn-lg{font-size:1.0625rem;padding:1.1rem 2rem}.btn-appstore{display:inline-flex;align-items:center;gap:.85rem;background:var(--on-surface);color:var(--on-primary);border-radius:var(--radius-md);padding:.85rem 1.5rem;font-family:var(--font-display);transition:transform .2s var(--ease-soft),opacity .2s var(--ease-soft)}.btn-appstore:hover{transform:translateY(-2px);opacity:1}.btn-appstore svg{width:28px;height:28px;flex-shrink:0}.btn-appstore-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.btn-appstore-text small{font-size:.7rem;font-weight:500;opacity:.85}.btn-appstore-text strong{font-size:1.15rem;font-weight:700;letter-spacing:-.01em}.hero{min-height:calc(100svh - 68px);padding:2.75rem 0 3.25rem;position:relative;display:flex;align-items:center;overflow:hidden}@media(max-width:767px){.hero{min-height:0;padding:clamp(5.75rem,14svh,7rem) 0 2rem;align-items:stretch}.hero .container{display:flex}}@media(min-width:768px){.hero{padding:3.5rem 0 4rem}}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(max-width:767px){.hero-grid{width:100%;gap:2rem;align-items:stretch}}@media(min-width:960px){.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:4rem}}.hero-copy,.hero-screenshot,.slot-stage{min-width:0}.hero-copy h1 .accent{color:var(--primary)}.hero-copy h1 .accent-orange{color:var(--secondary)}@media(max-width:767px){.hero-copy{min-height:0;display:flex;flex-direction:column}}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;align-items:center}@media(max-width:767px){.hero-actions{margin-top:1.85rem}}.hero-meta{margin-top:1.75rem;font-size:.875rem;color:var(--on-surface-variant)}.hero-screenshot{margin:0;position:relative}@media(max-width:767px){.hero-screenshot{margin-top:clamp(15rem,36svh,24rem)}}.hero-screenshot:before{content:"";position:absolute;inset:12% -7% -8% 12%;border-radius:var(--radius-xl);background:radial-gradient(circle at 34% 30%,rgba(255,152,0,.24),transparent 42%),radial-gradient(circle at 80% 70%,rgba(230,61,46,.18),transparent 40%);filter:blur(10px);pointer-events:none}.hero-screenshot-zoom{position:relative;display:block;width:100%;padding:0;border-radius:var(--radius-xl);cursor:zoom-in}.hero-screenshot-zoom:focus-visible{outline:3px solid var(--primary);outline-offset:5px}.hero-screenshot img{position:relative;width:100%;height:auto;border-radius:var(--radius-xl);box-shadow:0 28px 56px #312e2921;transition:transform .2s var(--ease-soft),box-shadow .2s var(--ease-soft)}@media(hover:hover){.hero-screenshot-zoom:hover img{transform:translateY(-2px) scale(1.01);box-shadow:0 34px 64px #312e2929}}.hero-screenshot-menu{justify-self:center;width:min(100%,420px)}.screenshot-lightbox{width:fit-content;max-width:min(94vw,1280px);max-height:90svh;margin:auto;padding:0;border:0;border-radius:var(--radius-lg);background:var(--surface-container-lowest);box-shadow:0 34px 80px #00000052;overflow:visible}.screenshot-lightbox::backdrop{background:#312e29b8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.screenshot-lightbox img{display:block;width:auto;max-width:min(94vw,1280px);max-height:90svh;object-fit:contain;border-radius:var(--radius-lg)}.screenshot-lightbox-close{position:absolute;top:-.8rem;right:-.8rem;z-index:1;width:44px;height:44px;border-radius:var(--radius-full);background:var(--on-surface);box-shadow:0 14px 32px #0000003d}.screenshot-lightbox-close:before,.screenshot-lightbox-close:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;border-radius:var(--radius-full);background:var(--on-primary)}.screenshot-lightbox-close:before{transform:translate(-50%,-50%) rotate(45deg)}.screenshot-lightbox-close:after{transform:translate(-50%,-50%) rotate(-45deg)}@media(max-width:767px){.screenshot-lightbox{width:calc(100vw - 1rem);max-height:86svh;border-radius:var(--radius-md);overflow:visible}.screenshot-lightbox img{width:100%;max-width:none;height:auto;max-height:86svh;border-radius:var(--radius-md)}.screenshot-lightbox-close{position:fixed;top:calc(7svh + .65rem);right:1rem}}.screenshot-window{position:relative;overflow:hidden;aspect-ratio:1.18;border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffcf7eb,#f9f2e4db),var(--surface-container-low);box-shadow:inset 0 1px #ffffffc7,0 28px 56px #312e291c}.screenshot-titlebar{display:flex;align-items:center;gap:.45rem;height:3rem;padding:0 1.25rem;background:#fffcf7ad;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.screenshot-titlebar span{width:.78rem;height:.78rem;border-radius:var(--radius-full);background:var(--primary-container)}.screenshot-titlebar span:nth-child(2){background:var(--secondary)}.screenshot-titlebar span:nth-child(3){background:var(--tertiary)}.screenshot-body{display:grid;grid-template-columns:minmax(74px,.28fr) minmax(0,1fr);min-height:calc(100% - 3rem)}.screenshot-sidebar{display:grid;align-content:start;gap:.75rem;padding:1rem;background:#e8dfcf9e}.screenshot-sidebar span{display:block;height:2.25rem;border-radius:var(--radius-md);background:#fffcf7c7}.screenshot-main{display:grid;place-items:center;padding:1.25rem;background:linear-gradient(135deg,rgba(230,61,46,.08),transparent 48%),linear-gradient(315deg,rgba(76,175,80,.1),transparent 42%),#fffcf7b3}.screenshot-label{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.7rem 1.15rem;border-radius:var(--radius-full);background:var(--surface-container-highest);color:var(--on-surface-variant);font-family:var(--font-display);font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}@media(max-width:560px){.hero-screenshot{margin-bottom:5rem}.hero-screenshot img,.screenshot-window{border-radius:var(--radius-lg)}.screenshot-titlebar{height:2.55rem}.screenshot-body{min-height:calc(100% - 2.55rem)}}.slot-game-section{min-height:100svh;margin-top:clamp(3rem,7vw,6rem);padding:clamp(4.5rem,8vw,7rem) 0;display:flex;align-items:center;scroll-margin-top:72px;background:radial-gradient(circle at 14% 16%,rgba(255,249,240,.38),transparent 30%),radial-gradient(circle at 88% 18%,rgba(255,194,71,.72),transparent 34%),radial-gradient(circle at 22% 84%,rgba(76,175,80,.18),transparent 32%),linear-gradient(150deg,#e63d2e,#ff8a32 54%,#ffc247);overflow:hidden}.slot-game-section .container{width:100%}.slot-game-section .slot-stage{max-width:1080px;margin:0 auto}.slot-stage{position:relative;border-radius:0;background:transparent;padding:clamp(1rem,3vw,2.5rem);min-height:min(760px,calc(100svh - 9rem));display:grid;align-items:center;box-shadow:none;overflow:hidden;isolation:isolate;border:0}.slot-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 34%,rgba(255,249,240,.64) 0 2px,transparent 3px),radial-gradient(circle at 78% 20%,rgba(255,249,240,.7) 0 3px,transparent 4px),radial-gradient(circle at 88% 76%,rgba(255,249,240,.55) 0 2px,transparent 3px);pointer-events:none;z-index:0}.slotty-game{position:relative;z-index:1;width:100%;max-width:510px;margin:0 auto}.slotty-machine{position:relative;display:grid;gap:1rem;padding:1rem;border-radius:calc(var(--radius-xl) - .45rem);background:linear-gradient(180deg,#fffcf7e6,#f9f2e4b8 34%,#e63d2e47),linear-gradient(145deg,#ffb137,#f2702e 54%,#ba2c22);box-shadow:inset 0 2px #fffcf7ad,inset 0 -18px 36px #312e291f,0 24px 48px #682c1c3d}.slotty-machine:after{content:"";position:absolute;inset:.65rem;border-radius:calc(var(--radius-xl) - .9rem);box-shadow:inset 0 0 0 1px #fffcf747;pointer-events:none}.slotty-machine-top{display:flex;align-items:center;gap:.9rem;position:relative;z-index:1}.slotty-app-icon{width:82px;height:82px;flex:0 0 auto;border-radius:1.45rem;box-shadow:0 14px 28px #5c25193d}.slotty-chip,.slotty-coupon-kicker{display:inline-flex;align-items:center;width:fit-content;padding:.32rem .7rem;border-radius:var(--radius-full);background:#fffcf7d1;color:var(--primary);font-family:var(--font-display);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.slotty-game-title{margin:.4rem 0 .35rem;color:var(--on-surface);font-family:var(--font-display);font-size:1.45rem;line-height:1.12;letter-spacing:0;overflow-wrap:anywhere}.slotty-game-copy{margin:0;color:#312e29c7;font-size:.9rem;line-height:1.45}.slotty-reel-window{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;padding:.78rem;border-radius:var(--radius-md);background:linear-gradient(180deg,#312e29f0,#57301ceb),var(--on-surface);box-shadow:inset 0 3px 12px #00000052,0 10px 24px #5c251938}.slotty-reel-window:before{content:"";position:absolute;left:.78rem;right:.78rem;top:50%;height:46%;border-radius:1rem;background:#fffcf714;transform:translateY(-50%);pointer-events:none}.slotty-reel{position:relative;min-width:0;min-height:126px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;padding:.9rem .45rem;border-radius:1rem;background:linear-gradient(180deg,#fffcf7fa,#f2ead8fa);box-shadow:inset 0 16px 20px #ffffffa3,inset 0 -18px 22px #312e2917;overflow:hidden}.slotty-reel:before,.slotty-reel:after{content:"";position:absolute;left:0;right:0;height:28%;pointer-events:none;z-index:2}.slotty-reel:before{top:0;background:linear-gradient(180deg,rgba(255,252,247,.92),transparent)}.slotty-reel:after{bottom:0;background:linear-gradient(0deg,rgba(232,223,207,.92),transparent)}.slotty-symbol{display:block;font-size:2.8rem;line-height:1;transform:translateY(0)}.slotty-reel-label{color:var(--on-surface-variant);font-family:var(--font-display);font-size:.76rem;font-weight:800;line-height:1.15;text-align:center;min-height:1.75rem;display:flex;align-items:center;justify-content:center;overflow-wrap:anywhere}.slotty-console{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.85rem}.slotty-readout{min-height:72px;display:flex;flex-direction:column;justify-content:center;gap:.25rem;padding:.85rem 1rem;border-radius:var(--radius-md);background:#fffcf7d6;color:var(--on-surface);box-shadow:inset 0 1px #ffffffc7,0 12px 24px #5c25191f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.slotty-readout span{color:var(--on-surface-variant);font-size:.86rem;line-height:1.3;overflow-wrap:anywhere}.slotty-readout strong{color:var(--primary);font-family:var(--font-display);font-size:1.4rem;line-height:1;font-variant-numeric:tabular-nums}.slotty-lever{width:78px;min-height:108px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.2rem;border-radius:var(--radius-md);color:var(--on-surface);transition:transform .2s var(--ease-soft),opacity .2s var(--ease-soft)}.slotty-lever:hover{transform:translateY(-2px)}.slotty-lever:disabled{cursor:default;opacity:.72;transform:none}.slotty-lever-track{position:relative;width:64px;height:78px;display:block}.slotty-lever-stick{position:absolute;left:50%;bottom:11px;width:11px;height:58px;border-radius:var(--radius-full);background:linear-gradient(90deg,#d8d3cb,#fff9f0 52%,#8c8175);box-shadow:0 7px 12px #312e292e;transform:translate(-50%) rotate(-18deg);transform-origin:50% 100%;transition:transform .22s var(--ease-soft)}.slotty-lever-knob{position:absolute;left:50%;top:0;width:42px;height:42px;border-radius:50%;background:radial-gradient(circle at 32% 26%,#FFF9F0 0 12%,transparent 13%),linear-gradient(145deg,#ff8577,#e63d2e 72%);box-shadow:inset -7px -9px 12px #8f201642,0 10px 18px #5c25193d;transform:translate(-50%);transition:top .22s var(--ease-soft),transform .22s var(--ease-soft)}.slotty-lever-label{display:inline-flex;align-items:center;justify-content:center;min-width:62px;min-height:34px;padding:.35rem .6rem;border-radius:var(--radius-full);background:var(--tertiary);color:var(--on-tertiary);font-family:var(--font-display);font-weight:800;font-size:.86rem;box-shadow:0 8px 18px #25662a38}.slotty-game.is-spinning .slotty-symbol{animation:slotty-symbol-roll .18s linear infinite}.slotty-game.is-spinning .slotty-lever-stick{transform:translate(-50%) rotate(26deg)}.slotty-game.is-spinning .slotty-lever-knob{top:19px;transform:translate(-50%) scale(.94)}.slotty-game.is-won .slotty-reel{background:linear-gradient(180deg,#fffcf7fa,#dff5dafa);box-shadow:inset 0 16px 20px #ffffffa3,inset 0 -18px 22px #4caf5029,0 0 0 3px #4caf5038}.slotty-game.is-closed .slotty-reel{background:linear-gradient(180deg,#fffcf7e6,#e8dfcff0);opacity:.78}.slotty-game.is-closed .slotty-lever-label{background:var(--surface-container-highest);color:var(--on-surface-variant);box-shadow:none}.slotty-coupon[hidden]{display:none}.slotty-coupon{display:grid;justify-items:center;gap:.55rem;margin-top:1rem;padding:1.15rem;border-radius:var(--radius-lg);text-align:center;background:#fffcf7e6;box-shadow:0 18px 36px #5c25192e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.slotty-coupon strong{display:block;width:min(100%,280px);padding:.7rem 1rem;border-radius:var(--radius-md);background:var(--surface-container-highest);color:var(--primary);font-family:var(--font-display);font-size:1.35rem;line-height:1.1;letter-spacing:.08em;overflow-wrap:anywhere}.slotty-coupon p{margin:0;color:var(--on-surface-variant);font-size:.92rem}.slotty-coupon .btn{margin-top:.2rem}@keyframes slotty-symbol-roll{0%{opacity:.5;transform:translateY(-14px) scale(.92)}50%{opacity:1;transform:translateY(0) scale(1.04)}to{opacity:.5;transform:translateY(14px) scale(.92)}}@media(max-width:560px){.slot-game-section{min-height:0;margin-top:3rem;padding:4rem 0}.slot-stage{min-height:0;padding:.75rem}.slotty-machine{padding:.78rem;border-radius:var(--radius-lg)}.slotty-machine-top{align-items:flex-start}.slotty-app-icon{width:64px;height:64px;border-radius:1.1rem}.slotty-game-title{font-size:1.18rem}.slotty-game-copy{font-size:.82rem}.slotty-reel-window{gap:.42rem;padding:.55rem}.slotty-reel{min-height:102px;padding:.7rem .24rem}.slotty-symbol{font-size:2.08rem}.slotty-reel-label{font-size:.63rem}.slotty-console{grid-template-columns:1fr}.slotty-lever{width:100%;min-height:92px;display:grid;grid-template-columns:auto 1fr;justify-content:start}.slotty-lever-track{height:76px}.slotty-lever-label{min-width:100px}}@media(min-width:860px){.slotty-game{max-width:660px}.slotty-machine{gap:1.25rem;padding:1.35rem}.slotty-game-title{font-size:1.75rem}.slotty-game-copy{font-size:1rem}.slotty-reel{min-height:154px}.slotty-symbol{font-size:3.35rem}}@media(prefers-reduced-motion:reduce){.slotty-game.is-spinning .slotty-symbol{animation:none}.slotty-lever,.slotty-lever-stick,.slotty-lever-knob{transition:none}}.section-head{max-width:720px;margin:0 auto 3rem;text-align:center}.section-head .lead{margin-left:auto;margin-right:auto}.section-head.left{text-align:left;margin-left:0}.section-tonal{background:var(--surface-container-low)}.intro-section{padding:5.75rem 0}.intro-section .section-head{max-width:860px;margin-bottom:0}.intro-section .label{display:block;margin-bottom:1rem;font-size:.86rem}.intro-section h2{max-width:780px;margin:0 auto 1.8rem;font-size:2.4rem;line-height:1.12}.intro-section .lead{max-width:66ch;font-size:1.3rem;line-height:1.66}@media(min-width:768px){.intro-section{padding:8rem 0}.intro-section .label{margin-bottom:1.25rem}.intro-section h2{margin-bottom:2.15rem;font-size:3rem}.intro-section .lead{font-size:1.4rem}}.section-tonal-deep{background:var(--surface-container)}.feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--surface-container-lowest);border-radius:var(--radius-lg);padding:2rem;transition:transform .25s var(--ease-soft),box-shadow .25s var(--ease-soft)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-ambient)}.feature-card .icon{font-size:2rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--surface-container-high);border-radius:var(--radius-md)}.feature-card h3{font-size:1.25rem;margin-bottom:.6rem}.feature-card p{font-size:.95rem;color:var(--on-surface-variant);margin:0}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.step{position:relative;padding-top:1rem}.step .step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--surface-container-highest);color:var(--primary);border-radius:var(--radius-full);font-family:var(--font-display);font-weight:800;font-size:1.15rem;margin-bottom:1rem}.step h3{font-size:1.35rem}.step p{color:var(--on-surface-variant);font-size:.975rem}.prose{max-width:68ch}.prose p{font-size:1.0625rem;line-height:1.7;color:var(--on-surface);margin-bottom:1.25rem}.prose h2{margin-top:3rem;margin-bottom:1rem}.prose h3{margin-top:2.25rem}.prose ul{padding-left:1.25rem;margin-bottom:1.5rem}.prose li{margin-bottom:.5rem}.support-hero{min-height:min(720px,calc(100svh - 68px))}.support-card-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.support-card{display:flex;flex-direction:column;align-items:flex-start;min-height:100%;padding:2rem;border-radius:var(--radius-lg);background:var(--surface-container-lowest);box-shadow:inset 0 0 0 1px #312e290f,0 16px 32px #312e290a}.support-card-featured{background:linear-gradient(180deg,#fffcf7fa,#fffcf7eb),var(--surface-container-lowest);box-shadow:var(--shadow-ambient)}.support-card-kicker{margin-bottom:.85rem;color:var(--secondary);font-family:var(--font-display);font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.support-card h3{margin-bottom:.75rem}.support-card p{margin-bottom:1.4rem;color:var(--on-surface-variant);font-size:.98rem;line-height:1.6}.support-card .btn{margin-top:auto}.support-card-link{margin-top:1rem;color:var(--on-surface);font-weight:700;overflow-wrap:anywhere}.support-checklist{display:grid;gap:1rem}.support-check{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.35rem;border-radius:var(--radius-md);background:var(--surface-container-lowest);box-shadow:inset 0 0 0 1px #312e290f}.support-check>span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-full);background:var(--surface-container-high);color:var(--primary);font-family:var(--font-display);font-size:.9rem;font-weight:800}.support-check h3{margin-bottom:.35rem;font-size:1.15rem}.support-check p{margin:0;color:var(--on-surface-variant);font-size:.96rem;line-height:1.55}.support-final{max-width:760px;margin:0 auto;text-align:center}.support-final p{max-width:58ch;margin:0 auto 1.75rem;color:var(--on-surface-variant);font-size:1.12rem;line-height:1.65}.support-final-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}@media(min-width:760px){.support-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1040px){.support-card-grid{grid-template-columns:1.2fr repeat(3,minmax(0,1fr))}}@media(max-width:560px){.support-card,.support-check{padding:1.35rem}.support-card .btn,.support-final-actions .btn{width:100%}}.editorial{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:900px){.editorial{grid-template-columns:1fr 1.6fr;gap:4rem}}.editorial.flip{direction:rtl}.editorial.flip>*{direction:ltr}.editorial .aside{position:static}@media(min-width:900px){.editorial .aside{position:sticky;top:100px}}.editorial .aside h2{margin-bottom:.75rem}.editorial .aside .label{margin-bottom:.5rem;display:block}.faq-list{display:grid;gap:1.25rem}.faq-item{background:var(--surface-container-lowest);border-radius:var(--radius-md);padding:0;overflow:hidden;transition:background .2s var(--ease-soft)}.faq-item[open]{background:var(--surface-container-low)}.faq-item summary{list-style:none;cursor:pointer;padding:1.4rem 1.6rem;font-family:var(--font-display);font-weight:700;font-size:1.0625rem;color:var(--on-surface);display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;font-weight:400;color:var(--secondary);transition:transform .25s var(--ease-soft);flex-shrink:0}.faq-item[open] summary:after{content:"–";transform:rotate(0)}.faq-item .faq-body{padding:0 1.6rem 1.5rem;color:var(--on-surface-variant);font-size:.975rem;line-height:1.65}.faq-item .faq-body p:last-child{margin-bottom:0}.pricing-section{position:relative}.pricing-head{max-width:760px;margin:0 auto 3rem;text-align:center}.pricing-head .label{display:block;margin-bottom:1rem}.pricing-head h2{margin-bottom:.8rem}.pricing-head p{max-width:54ch;margin:0 auto;color:var(--on-surface-variant);font-size:1.18rem;line-height:1.55}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.pricing-card{display:flex;flex-direction:column;min-height:0;padding:2rem;border-radius:var(--radius-lg);background:var(--surface-container-lowest);box-shadow:var(--shadow-ambient)}.pricing-card-featured{background:linear-gradient(180deg,#fffcf7fa,#fffcf7eb),var(--surface-container-lowest);box-shadow:var(--shadow-ambient-lg)}.pricing-card-muted{background:#f2efe8b8;box-shadow:inset 0 0 0 1px #312e2912,0 16px 32px #312e290a}.pricing-card-muted .pricing-button{background:#dedad2;color:var(--on-surface);box-shadow:none}.pricing-card-muted .pricing-button:hover{background:#d5d0c8}.pricing-card h3{margin-bottom:1.3rem;font-size:1.9rem}.pricing-price{margin-bottom:1rem;color:var(--on-surface);font-family:var(--font-display);font-size:4rem;font-weight:800;line-height:1;letter-spacing:0}.pricing-meta{margin-bottom:3rem;color:var(--on-surface-variant);font-size:1.05rem;font-weight:600}.pricing-card h4{margin-bottom:1.25rem;color:var(--on-surface);font-family:var(--font-display);font-size:1.2rem}.pricing-list{display:grid;gap:1.05rem;margin:0 0 2rem;padding:0;list-style:none;color:var(--on-surface-variant);font-size:1.04rem;line-height:1.45}.pricing-list li{position:relative;padding-left:1.55rem}.pricing-list li:before{content:"";position:absolute;left:.15rem;top:.64em;width:.45rem;height:.45rem;border-radius:var(--radius-full);background:var(--secondary)}.pricing-button{width:100%;margin-top:auto}.pricing-note{margin:1rem 0 0;text-align:center;color:var(--on-surface-variant);font-size:.95rem;line-height:1.4;min-height:2.7rem}.pricing-luck-link{display:block;max-width:34ch;margin:1rem auto 0;color:var(--primary);font-size:.95rem;font-weight:700;line-height:1.4;min-height:2.7rem;text-align:center}.pricing-luck-link:hover{color:var(--secondary);opacity:1}@media(min-width:860px){.pricing-head{margin-bottom:4.25rem}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}.pricing-card{min-height:620px;padding:3.2rem}}.site-footer{background:var(--surface-container-low);padding:4rem 0 2.5rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.footer-brand{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-weight:800;font-size:1.25rem;color:var(--on-surface);margin-bottom:1rem}.footer-brand img{width:40px;height:40px;border-radius:var(--radius-full);object-fit:cover}.footer-tagline{font-size:.95rem;color:var(--on-surface-variant);max-width:32ch}.footer-col h4{font-family:var(--font-display);font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;color:var(--on-surface-variant);margin-bottom:1.1rem;font-weight:600}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.footer-col a{color:var(--on-surface);font-size:.95rem;font-weight:500}.footer-bottom{padding-top:2rem;font-size:.875rem;color:var(--on-surface-variant);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.footer-bottom p{margin:0}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.5rem 0}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;background:var(--surface-container-low);border-radius:var(--radius-full);font-size:.85rem;font-weight:600;color:var(--on-surface-variant);font-family:var(--font-display)}.pill .dot{width:8px;height:8px;border-radius:50%;background:var(--tertiary)}@media(max-width:767px){.pill-row{flex-wrap:nowrap;gap:.35rem;margin:.85rem 0 0}.pill{flex:0 1 auto;min-width:0;gap:.28rem;padding:.34rem .48rem;font-size:.68rem;line-height:1.1;white-space:nowrap}.pill .dot{width:6px;height:6px;flex:0 0 auto}}@media(max-width:360px){.pill-row{gap:.25rem}.pill{padding:.32rem .34rem;font-size:.62rem}}.menubar-mock{background:var(--surface-container-lowest);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-ambient);font-family:var(--font-display);max-width:360px;margin:1.5rem 0}.menubar-mock .mock-row{display:flex;align-items:center;justify-content:space-between;padding:.65rem .5rem;border-radius:var(--radius-sm);font-size:.95rem;color:var(--on-surface)}.menubar-mock .mock-row.active{background:var(--surface-container-highest);position:relative}.menubar-mock .mock-row.active:before{content:"";position:absolute;left:-.5rem;top:25%;bottom:25%;width:4px;background:var(--primary);border-radius:var(--radius-full)}.menubar-mock .mock-row .timer{font-variant-numeric:tabular-nums;color:var(--secondary);font-weight:700}.menubar-mock .mock-row .timer.over{color:var(--primary)}.menubar-mock .mock-section{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--on-surface-variant);padding:.85rem .5rem .35rem}
