.request-game-title{font-family:var(--font-primary);color:var(--color-black);margin-bottom:.75rem;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:400}.request-game-intro{font-family:var(--font-secondary);color:var(--color-forest);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.request-game-form{text-align:left;flex-direction:column;gap:1.15rem;display:flex}.request-game-error{font-family:var(--font-secondary);color:var(--color-black);background:color-mix(in srgb, #c0392b 12%, var(--color-cream));border:1px solid #c0392b59;border-radius:10px;margin:0;padding:.75rem .9rem;font-size:.95rem;line-height:1.5}.request-game-field{font-family:var(--font-secondary);color:var(--color-black);flex-direction:column;gap:.4rem;font-size:.95rem;display:flex}.request-game-required{color:var(--color-amethyst)}.request-game-field input{width:100%;font-family:var(--font-secondary);letter-spacing:.03em;color:var(--color-black);background:var(--color-cream);border:1px solid color-mix(in srgb, var(--color-amethyst) 35%, transparent);border-radius:10px;outline:none;padding:.75rem .9rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.request-game-field textarea{width:100%;min-height:6rem;font-family:var(--font-secondary);letter-spacing:.03em;color:var(--color-black);background:var(--color-cream);border:1px solid color-mix(in srgb, var(--color-amethyst) 35%, transparent);resize:vertical;border-radius:10px;outline:none;padding:.75rem .9rem;font-size:1rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.request-game-field input::placeholder,.request-game-field textarea::placeholder{color:color-mix(in srgb, var(--color-forest) 55%, var(--color-cream))}.request-game-field input:focus,.request-game-field textarea:focus{border-color:var(--color-amethyst);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-amethyst) 25%, transparent)}.request-game-form .site-button-primary{align-self:center;margin-top:.35rem}.request-game-success{font-family:var(--font-secondary);color:var(--color-black);background:var(--color-cream);border:1px solid color-mix(in srgb, var(--color-amethyst) 30%, transparent);border-radius:12px;padding:1.15rem 1.25rem;font-size:1.1rem;line-height:1.7}.home-main{flex-direction:column;gap:0;display:flex}.home-hero{text-align:center;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1100px;margin:0 auto;padding:4rem 2rem 5rem;display:flex}.home-hero-brand{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.home-hero-emblem-wrap{width:fit-content;margin:0 auto;position:relative}.home-hero-emblem{aspect-ratio:588.721/673.737;z-index:1;width:min(220px,55vw);height:auto;animation:4s ease-in-out infinite home-emblem-glow;display:block;position:relative}.home-hero-wordmark{aspect-ratio:474.293/65.953;width:min(320px,75vw);height:auto;margin:0 auto;display:block}.home-sparkle{pointer-events:none;z-index:2;opacity:0;width:10px;height:10px;animation:2.8s ease-in-out infinite home-sparkle-twinkle;position:absolute}.home-sparkle:before,.home-sparkle:after{content:"";background:var(--color-cream);box-shadow:0 0 6px 1px color-mix(in srgb, var(--color-lilac-light) 80%, var(--color-cream));border-radius:1px;position:absolute;top:50%;left:50%}.home-sparkle:before{width:2px;height:10px;transform:translate(-50%,-50%)}.home-sparkle:after{width:10px;height:2px;transform:translate(-50%,-50%)}.home-sparkle-1{animation-delay:0s;top:8%;left:18%}.home-sparkle-2{width:8px;height:8px;animation-delay:.6s;top:4%;left:62%}.home-sparkle-3{animation-delay:1.2s;top:22%;left:auto;right:6%}.home-sparkle-4{width:9px;height:9px;animation-delay:.3s;top:48%;left:2%}.home-sparkle-5{animation-delay:1.8s;top:55%;left:auto;right:4%}.home-sparkle-6{width:7px;height:7px;animation-delay:2.1s;top:auto;bottom:18%;left:12%}.home-sparkle-7{animation-delay:.9s;top:auto;bottom:10%;left:50%}.home-sparkle-8{width:8px;height:8px;animation-delay:1.5s;inset:auto 14% 22% auto}@keyframes home-sparkle-twinkle{0%,to{opacity:0;transform:scale(.4)rotate(0)}50%{opacity:1;transform:scale(1)rotate(45deg)}}@keyframes home-emblem-glow{0%,to{filter:drop-shadow(0 0 10px color-mix(in srgb, var(--color-amethyst) 35%, transparent)) drop-shadow(0 0 4px color-mix(in srgb, var(--color-lilac-light) 25%, transparent))}50%{filter:drop-shadow(0 0 22px color-mix(in srgb, var(--color-amethyst) 55%, transparent)) drop-shadow(0 0 8px color-mix(in srgb, var(--color-cream) 30%, transparent))}}@media (prefers-reduced-motion:reduce){.home-hero-emblem,.home-sparkle{animation:none}.home-sparkle{opacity:.35}.home-hero-emblem{filter:drop-shadow(0 0 12px color-mix(in srgb, var(--color-amethyst) 40%, transparent))}}.home-hero-slogan{justify-content:center;display:flex}.home-hero-slogan-image{aspect-ratio:640.927/184.268;width:min(420px,78vw);height:auto;filter:drop-shadow(0 8px 18px color-mix(in srgb, var(--color-plum-dark) 70%, transparent));animation:3.5s ease-in-out infinite home-slogan-float;display:block}@keyframes home-slogan-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.home-hero-slogan-image{animation:none}}.home-hero-title{font-family:var(--font-primary);color:var(--color-cream);min-height:2.4em;margin:0;font-size:clamp(2rem,5.5vw,3.25rem);font-weight:400;line-height:1.2}.home-hero-description{max-width:820px;min-height:5.25rem;font-family:var(--font-secondary);color:var(--color-lilac-light);margin:0;font-size:1.2rem;line-height:1.75}.home-hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-features{background:var(--color-lilac-light);padding:5rem 2rem}.home-features .home-section-title{max-width:1100px;color:var(--color-plum-dark);margin-left:auto;margin-right:auto}.home-section-title{font-family:var(--font-primary);color:var(--color-cream);text-align:center;margin-bottom:3rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400}.home-features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;max-width:1100px;margin:0 auto;display:grid}.home-feature-card{background:var(--color-cream);border:1px solid color-mix(in srgb, var(--color-amethyst) 28%, transparent);box-shadow:0 4px 20px color-mix(in srgb, var(--color-plum-dark) 10%, transparent);border-radius:16px;padding:2rem;transition:border-color .2s,transform .2s,box-shadow .2s}.home-feature-card:hover{border-color:color-mix(in srgb, var(--color-amethyst) 40%, transparent);box-shadow:0 8px 28px color-mix(in srgb, var(--color-plum-dark) 16%, transparent);transform:translateY(-4px)}.home-feature-icon{width:3.25rem;height:3.25rem;color:var(--color-olive);border:1.5px solid color-mix(in srgb, var(--color-olive) 65%, var(--color-forest));background:var(--color-cream);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:color .2s,border-color .2s,background .2s;display:flex}.home-feature-icon svg{width:1.75rem;height:1.75rem}.home-feature-card:hover .home-feature-icon{color:var(--color-cream);border-color:var(--color-olive);background:var(--color-olive)}.home-feature-card h3{font-family:var(--font-primary);color:var(--color-black);margin-bottom:.75rem;font-size:1.35rem;font-weight:400}.home-feature-card p{font-family:var(--font-secondary);color:var(--color-forest);font-size:1.05rem;line-height:1.65}.home-audiences{background:var(--color-plum-dark);padding:5rem 2rem}.home-audiences-inner{width:100%;max-width:1100px;margin:0 auto}.home-audiences-title{font-family:var(--font-primary);color:var(--color-cream);text-align:center;margin:0 0 3rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400}.home-audiences-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.home-audience-card{background:var(--color-cream);border:1px solid color-mix(in srgb, var(--color-amethyst) 28%, transparent);border-radius:14px;align-items:flex-start;gap:1.15rem;padding:1.35rem 1.5rem;transition:border-color .2s,box-shadow .2s;display:flex}.home-audience-card:hover{border-color:var(--color-amethyst);box-shadow:0 6px 22px color-mix(in srgb, var(--color-plum-dark) 12%, transparent)}.home-audience-icon{width:3rem;height:3rem;color:var(--color-amethyst);border:1.5px solid color-mix(in srgb, var(--color-amethyst) 45%, transparent);background:color-mix(in srgb, var(--color-amethyst) 10%, var(--color-cream));border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-audience-icon svg{width:1.45rem;height:1.45rem}.home-audience-copy{min-width:0}.home-audience-card h3{font-family:var(--font-primary);color:var(--color-black);margin:0 0 .45rem;font-size:1.2rem;font-weight:400}.home-audience-card p{font-family:var(--font-secondary);color:var(--color-forest);margin:0;font-size:.98rem;line-height:1.6}.home-request{background:var(--color-lilac-light);padding:5rem 2rem}.home-request-content{text-align:center;max-width:520px;margin:0 auto}.home-request .request-game-title{font-size:clamp(1.75rem,4vw,2.5rem)}.home-request .request-game-intro{font-size:1.15rem;line-height:1.8}.home-donate{background:var(--color-plum-dark);padding:5rem 2rem}.home-donate-content{text-align:center;max-width:560px;margin:0 auto}.home-donate-content p{font-family:var(--font-secondary);color:var(--color-lilac-light);margin-bottom:3rem;font-size:1.15rem;line-height:1.8}@media (width<=900px){.home-hero{padding:3.25rem 1.5rem 4rem}.home-features{padding:4rem 1.5rem}.home-features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.home-audiences{padding:4rem 1.5rem}}@media (width<=600px){.home-hero{gap:1.5rem;padding:2.5rem 1rem 3rem}.home-hero-description{min-height:4.5rem;font-size:1.05rem}.home-hero-slogan-image{width:min(300px,88vw)}.home-hero-emblem{width:min(160px,48vw)}.home-hero-wordmark{width:min(240px,72vw)}.home-hero-actions{width:100%}.home-features{padding:3rem 1rem}.home-features-grid{grid-template-columns:1fr}.home-audiences{padding:3rem 1rem}.home-audiences-grid{grid-template-columns:1fr}.home-audiences-title,.home-section-title{margin-bottom:2rem}.home-request,.home-donate{padding:3rem 1rem}.home-donate-content p{font-size:1.05rem}}:root{--font-primary:"Uncial Antiqua", Georgia, "Times New Roman", serif;--font-secondary:"Source Serif 4", Georgia, "Times New Roman", serif;--color-cream:#fefaf0;--color-white:var(--color-cream);--color-black:#282828;--color-lilac-light:#e4d0ea;--color-amethyst:#9b71b4;--color-plum-dark:#3b1c36;--color-olive:#6a6d11;--color-forest:#374125;--font-size-button:.95rem;--font-weight-button:400;--site-surface-gradient:radial-gradient(ellipse 80% 50% at 50% -20%, color-mix(in srgb, var(--color-amethyst) 22%, transparent), transparent), radial-gradient(ellipse 60% 40% at 100% 100%, color-mix(in srgb, var(--color-olive) 18%, transparent), transparent)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-secondary);letter-spacing:.03em;background-color:var(--color-plum-dark);background-image:var(--site-surface-gradient);color:var(--color-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}button,input,select,textarea{font:inherit;letter-spacing:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}#root{min-height:100vh}
