@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Work+Sans:wght@400;500;600&display=swap";:root{--green-900: #004018;--green-700: #084818;--green-500: #307828;--amber-500: #f08018;--amber-300: #f08818;--red-500: #c81018;--black: #181010;--white: #ffffff;--sand: #f7f2e9}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Work Sans,sans-serif;color:var(--black);background:radial-gradient(circle at top left,rgba(0,64,24,.22),transparent 45%),radial-gradient(circle at top right,rgba(240,128,24,.2),transparent 45%),radial-gradient(circle at 70% 30%,rgba(200,16,24,.12),transparent 40%),linear-gradient(140deg,#fffdf7,#f7f2e9 60%,#efe4d5);min-height:100vh;line-height:1.6}.app-shell{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(120deg,#004018f5,#084818eb);color:var(--white);border-bottom:4px solid var(--amber-500);box-shadow:0 4px 12px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--white);transition:opacity .2s}.brand:hover{opacity:.9}.logo{width:48px;height:48px;object-fit:contain}.brand-name{font-family:Fraunces,serif;font-size:1.5rem;font-weight:700;margin:0}.nav{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--white);text-decoration:none;font-weight:500;padding:.5rem 0;border-bottom:2px solid transparent;transition:border-color .2s}.nav-link:hover,.nav-link.router-link-active{border-bottom-color:var(--amber-500)}.main-content{flex:1;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.home-page{width:100%}.hero{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#0040180d,#f080180d)}.hero-content{max-width:800px;margin:0 auto}.hero-logo{width:240px;height:240px;object-fit:contain;margin-bottom:1.5rem}.hero-title{font-family:Fraunces,serif;font-size:3.5rem;font-weight:700;color:var(--green-900);margin-bottom:.5rem}.hero-subtitle{font-size:1.5rem;color:var(--green-700);font-weight:600;margin-bottom:1rem}.hero-description{font-size:1.1rem;color:#181010cc;max-width:600px;margin:0 auto;line-height:1.7}.features{padding:4rem 2rem}.section-title{font-family:Fraunces,serif;font-size:2.5rem;color:var(--green-900);text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 8px 24px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-family:Fraunces,serif;font-size:1.5rem;color:var(--green-900);margin-bottom:.75rem}.feature-description{color:#181010bf;line-height:1.6}.cta{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#00401814,#f0801814)}.cta-title{font-family:Fraunces,serif;font-size:2.25rem;color:var(--green-900);margin-bottom:1rem}.cta-description{font-size:1.1rem;color:#181010cc;max-width:600px;margin:0 auto 2.5rem}.play-banner{display:inline-flex;align-items:center;gap:1rem;background:var(--white);padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px #0000001f;margin-top:1.5rem;position:relative}.play-badge{display:flex;align-items:center;gap:.75rem}.play-icon{width:40px;height:40px;color:var(--green-900)}.play-text{display:flex;flex-direction:column;align-items:flex-start}.play-label{font-size:.75rem;color:#18101099;line-height:1;margin-bottom:.2rem}.play-name{font-size:1.25rem;font-weight:600;color:var(--green-900);line-height:1;font-family:Work Sans,sans-serif}.coming-soon-badge{background:linear-gradient(135deg,var(--amber-500),var(--red-500));color:var(--white);padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.privacy-policy-page{padding:3rem 2rem;max-width:900px;margin:0 auto}.page-title{font-family:Fraunces,serif;font-size:3rem;color:var(--green-900);margin-bottom:.5rem}.last-updated{color:#18101099;font-size:.9rem;margin-bottom:2.5rem}.policy-section{margin-bottom:2.5rem;background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 4px 12px #00000014}.policy-section .section-title{font-family:Fraunces,serif;font-size:1.75rem;color:var(--green-900);margin-bottom:1rem;text-align:left}.subsection-title{font-family:Fraunces,serif;font-size:1.25rem;color:var(--green-700);margin-top:1.5rem;margin-bottom:.75rem}.policy-section p{margin-bottom:1rem;color:#181010cc;line-height:1.7}.policy-section ul{margin-left:1.5rem;margin-bottom:1rem;color:#181010cc}.policy-section li{margin-bottom:.5rem;line-height:1.6}.footer{background:linear-gradient(120deg,#004018f5,#084818eb);color:var(--white);border-top:4px solid var(--amber-500);margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content p{margin:0;opacity:.9}.footer-links{display:flex;gap:1.5rem}.footer-link{color:var(--white);text-decoration:none;opacity:.9;transition:opacity .2s}.footer-link:hover{opacity:1;text-decoration:underline}@media (max-width: 768px){.hero-logo{width:180px;height:180px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.play-banner{flex-direction:column;gap:.75rem;padding:1rem}.play-badge{width:100%;justify-content:center}.coming-soon-badge{width:100%;text-align:center}.header-content{flex-direction:column;text-align:center}.nav{width:100%;justify-content:center}.footer-content{flex-direction:column;text-align:center}.page-title{font-size:2.25rem}.policy-section{padding:1.5rem}}
