*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #a8727d;--primary-light: #c48b9f;--primary-dark: #8b5a66;--bg: #faf8f7;--text: #2d2d2d;--text-light: #6b6b6b;--white: #ffffff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.layout{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.header{padding:1rem 2rem;background:var(--white);border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:800;color:var(--primary);display:flex;align-items:center;gap:.5rem}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:8px;display:grid;grid-template-columns:1fr 1fr;padding:4px;gap:2px}.logo-dot{background:var(--white);border-radius:2px}.logo-dot.on{opacity:1}.logo-dot.off{opacity:.3}.nav{display:flex;gap:2rem}.nav a{color:var(--text-light);font-weight:500;transition:color .2s}.nav a:hover{color:var(--primary);text-decoration:none}.footer{padding:3rem 2rem;background:var(--text);color:var(--white)}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;font-size:.9rem}.footer-links a:hover{color:var(--white)}.footer-copy{color:#ffffff80;font-size:.85rem}.hero{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);text-align:center}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.hero p{font-size:1.25rem;opacity:.9;max-width:500px;margin:0 auto 2rem}.store-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:var(--white);color:var(--text);border-radius:12px;font-weight:600;transition:transform .2s,box-shadow .2s}.store-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026;text-decoration:none}.store-btn svg{width:24px;height:24px}.features{padding:6rem 2rem;background:var(--white)}.features-inner{max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:var(--text-light);font-size:.95rem}.how-to-play{padding:6rem 2rem;background:var(--bg)}.how-to-play-inner{max-width:800px;margin:0 auto;text-align:center}.how-to-play h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.how-to-play>p{color:var(--text-light);margin-bottom:3rem}.game-demo{display:inline-grid;grid-template-columns:repeat(3,60px);gap:8px;padding:1.5rem;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:16px;margin-bottom:2rem}.demo-tile{width:60px;height:60px;background:var(--white);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:transform .15s}.demo-tile:hover{transform:scale(1.05)}.demo-tile.on:after{content:"";width:20px;height:20px;background:var(--primary);border-radius:50%}.legal{padding:4rem 2rem;max-width:800px;margin:0 auto}.legal h1{font-size:2rem;margin-bottom:.5rem}.legal .updated{color:var(--text-light);margin-bottom:2rem}.legal h2{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.legal p,.legal ul{margin-bottom:1rem;color:var(--text-light)}.legal ul{padding-left:1.5rem}.legal li{margin-bottom:.5rem}.cta{padding:6rem 2rem;text-align:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white)}.cta h2{font-size:2rem;margin-bottom:1rem}.cta p{opacity:.9;margin-bottom:2rem}@media (max-width: 768px){.hero h1{font-size:2.5rem}.header{padding:1rem}.nav{display:none}.footer-inner{flex-direction:column;text-align:center}}
