:root{--primary:#0d5c3d;--primary-dark:#094a31;--primary-light:#e8f5ee;--bg:#fff;--surface:#f8faf9;--text:#1a2e24;--text-muted:#5a6b62;--border:#d4e4dc;--sans:system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-width:320px;margin:0}#root{min-height:100svh}a{color:var(--primary)}h1,h2,h3{font-weight:600}.layout{flex-direction:column;min-height:100svh;display:flex}.site-header{background:var(--primary);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.brand{color:inherit;align-items:center;gap:.65rem;text-decoration:none;display:flex}.brand-mark{width:2.25rem;height:2.25rem;color:var(--primary);background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.brand-name{letter-spacing:-.02em;font-size:1.35rem;font-weight:600}.site-nav ul{flex-wrap:wrap;gap:.25rem 1.25rem;margin:0;padding:0;list-style:none;display:flex}.site-nav a{color:#ffffffe0;border-bottom:2px solid #0000;padding:.35rem 0;font-size:.95rem;text-decoration:none;transition:color .2s,border-color .2s}.site-nav a:hover,.site-nav a.active{color:#fff;border-bottom-color:#fff}.site-main{text-align:left;flex:1;padding:2rem 1.5rem 3rem}.site-footer{text-align:center;border-top:1px solid var(--border);background:var(--surface);color:var(--text-muted);padding:1.5rem;font-size:.9rem}.site-footer p{margin:0 0 .5rem}.footer-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;display:flex}.footer-nav a{color:var(--primary);text-decoration:none}.footer-nav a:hover{text-decoration:underline}.footer-nav span{color:var(--border)}@media (width<=640px){.site-header{flex-direction:column;align-items:flex-start}.site-nav ul{flex-direction:column;gap:.5rem}}.home-page{text-align:center;max-width:800px;margin:0 auto}.home-hero h1{color:var(--primary);letter-spacing:-.03em;margin:0 0 .75rem;font-size:2.5rem}.home-tagline{color:var(--text-muted);max-width:520px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.6}.home-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}.home-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:block}.home-card:hover{border-color:var(--primary);box-shadow:0 4px 16px #0d5c3d1f}.home-card h2{color:var(--primary);margin:0 0 .5rem;font-size:1.1rem}.home-card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.home-contact{color:var(--text-muted);font-size:.95rem}.home-contact a{color:var(--primary);font-weight:500}.legal-page{max-width:720px;margin:0 auto}.legal-page h1{color:var(--primary);letter-spacing:-.02em;margin:0 0 .5rem;font-size:2rem}.legal-meta{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.legal-page section{margin-bottom:1.75rem}.legal-page h2{color:var(--text);margin:0 0 .6rem;font-size:1.15rem}.legal-page p,.legal-page li{color:var(--text-muted);line-height:1.65}.legal-page ul{margin:.5rem 0 0;padding-left:1.35rem}.legal-page li{margin-bottom:.4rem}.legal-page a{color:var(--primary);word-break:break-all}.legal-page a:hover{text-decoration:underline}.support-page{max-width:720px;margin:0 auto}.support-header h1{color:var(--primary);margin:0 0 .5rem;font-size:2rem}.support-header p{color:var(--text-muted);margin:0 0 2rem;line-height:1.6}.support-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;padding:1.5rem}.support-card h2{color:var(--primary);margin:0 0 .75rem;font-size:1.15rem}.support-card p{color:var(--text-muted);margin:0 0 .75rem;line-height:1.6}.support-email{color:var(--primary);padding:.5rem 0;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block}.support-email:hover{text-decoration:underline}.support-note{font-size:.9rem;margin-bottom:0!important}.support-faq{margin:0}.support-faq>div{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1.25rem}.support-faq>div:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.support-faq dt{color:var(--text);margin-bottom:.4rem;font-weight:600}.support-faq dd{color:var(--text-muted);margin:0;line-height:1.6}.support-faq a{color:var(--primary)}.support-play{background:var(--primary-light);border-color:#0d5c3d33}
