:root{--color-sky-light: #c5dff0;--color-sky-dark: #a8cce6;--color-green-light: #6bc96f;--color-green-dark: #3cb371;--color-wood-light: #f5deb3;--color-wood-dark: #c9a055;--color-wood-border: #8b6914;--color-blue-dark: #1e3a6e;--color-blue-light: #4a6fa5;--color-white: #ffffff;--color-text: #2d3436;font-family:Fredoka,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;background:linear-gradient(180deg,var(--color-sky-light) 0%,var(--color-sky-dark) 50%,var(--color-green-light) 70%,var(--color-green-dark) 100%);background-attachment:fixed;color:var(--color-text)}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-blue-dark);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-blue-light)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--color-blue-dark)}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.header{background:linear-gradient(180deg,#c5dff0f2,#a8cce6e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:.75rem}.logo-icon{width:50px;height:50px;border-radius:12px;box-shadow:0 2px 8px #00000026}.logo-text{font-size:1.5rem;font-weight:700;color:var(--color-blue-dark)}.nav-links{display:flex;gap:2rem}.nav-link{font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.nav-link:hover{background:#ffffff80}.footer{background:linear-gradient(180deg,#3cb371e6,#2e8b57f2);padding:2rem;text-align:center;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-link{color:var(--color-white);font-weight:500}.footer-link:hover{color:var(--color-wood-light)}.footer-copyright{color:#ffffffd9;font-size:.9rem}.home{padding:2rem}.hero{max-width:1000px;margin:0 auto;text-align:center}.game-title{max-width:500px;width:100%;margin:0 auto 2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.hero-tagline{font-size:1.5rem;color:var(--color-blue-dark);margin-bottom:2rem;font-weight:500}.hero-cta{display:flex;justify-content:center;margin-bottom:1rem}.app-store-badge{display:inline-block;transition:transform .2s ease,opacity .2s ease}.app-store-badge:hover{transform:scale(1.05);opacity:.9}.app-store-svg{height:54px;width:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.app-store-coming-soon{display:inline-flex;align-items:center;gap:.5rem;background:#000000bf;color:#fff;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border-radius:10px;letter-spacing:.02em;font-family:system-ui,-apple-system,sans-serif;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.apple-icon{width:18px;height:18px;flex-shrink:0}.waitlist-section{padding:2rem 1rem;text-align:center;max-width:500px;margin:0 auto}.waitlist-title{font-size:1.75rem;margin-bottom:.5rem}.waitlist-subtitle{color:var(--color-text);margin-bottom:1.25rem;font-size:1rem}.waitlist-form{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.waitlist-input{flex:1;min-width:220px;padding:.75rem 1rem;border-radius:50px;border:2px solid var(--color-wood-dark);font-size:1rem;font-family:inherit;outline:none;background:#ffffffe6}.waitlist-input:focus{border-color:var(--color-blue-dark)}.waitlist-button{padding:.75rem 1.75rem;border-radius:50px;border:none;background:var(--color-blue-dark);color:var(--color-white);font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s ease,transform .2s ease}.waitlist-button:hover:not(:disabled){background:var(--color-blue-light);transform:translateY(-1px)}.waitlist-button:disabled{opacity:.7;cursor:not-allowed}.waitlist-success{font-size:1.1rem;font-weight:600;color:var(--color-green-dark);padding:.75rem 1rem;background:#ffffffb3;border-radius:12px;display:inline-block}.waitlist-error{font-size:.95rem;color:#c0392b;margin-top:.5rem}.screenshots-section{padding:2rem 0}.screenshots-title{text-align:center;font-size:1.75rem;margin-bottom:1.5rem}.screenshots-scroll{display:flex;gap:1rem;overflow-x:auto;padding:1rem 2rem 1.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-wood-dark) transparent;justify-content:safe center}.screenshots-scroll::-webkit-scrollbar{height:6px}.screenshots-scroll::-webkit-scrollbar-track{background:transparent}.screenshots-scroll::-webkit-scrollbar-thumb{background:var(--color-wood-dark);border-radius:3px}.screenshot-frame{flex:0 0 auto;scroll-snap-align:start;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0003;border:3px solid var(--color-wood-dark);transition:transform .2s ease}.screenshot-frame:hover{transform:translateY(-4px)}.screenshot-img{display:block;width:180px;aspect-ratio:360 / 780}.video-section{margin:3rem auto;max-width:900px}.video-container{position:relative;width:100%;padding-bottom:56.25%;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000040;border:6px solid var(--color-wood-dark);background:var(--color-wood-light)}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-title{text-align:center;margin-bottom:1.5rem;font-size:2rem}.features{max-width:1000px;margin:4rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:0 1rem}.feature-card{background:linear-gradient(145deg,var(--color-wood-light) 0%,#e8d4a8 100%);border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 16px #00000026;border:4px solid var(--color-wood-dark);transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;margin-bottom:.75rem}.feature-description{color:var(--color-text);font-size:1rem}.cta-section{text-align:center;margin:3rem auto;padding:2rem}.cta-button{display:inline-block;background:linear-gradient(145deg,var(--color-blue-dark) 0%,#153057 100%);color:var(--color-white);padding:1rem 3rem;border-radius:50px;font-size:1.25rem;font-weight:600;text-decoration:none;box-shadow:0 4px 16px #1e3a6e66;transition:all .2s ease;border:3px solid var(--color-wood-dark)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e3a6e80;color:var(--color-white)}.legal-page{max-width:800px;margin:0 auto;padding:2rem}.legal-content{background:#fffffff2;border-radius:16px;padding:3rem;box-shadow:0 4px 24px #0000001a;border:4px solid var(--color-wood-dark)}.legal-title{font-size:2.5rem;margin-bottom:.5rem;text-align:center}.legal-updated{text-align:center;color:#666;margin-bottom:2rem;font-size:.9rem}.legal-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--color-blue-dark)}.legal-content p{margin-bottom:1rem;line-height:1.7}.legal-content ul{margin-bottom:1rem;padding-left:2rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--color-blue-dark);text-decoration:underline}.store-badges{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.store-badge{height:50px;transition:transform .2s ease}.store-badge:hover{transform:scale(1.05)}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:50vh}.not-found-ring{width:140px;height:140px;border-radius:50%;border:16px solid var(--color-wood-dark);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 16px #00000026,inset 0 2px 8px #0000001a;background:#ffffff4d}.not-found-timmy{font-size:3rem;animation:wobble 2s ease-in-out infinite}@keyframes wobble{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}.not-found-title{font-size:5rem;color:var(--color-blue-dark);line-height:1;margin-bottom:.5rem}.not-found-subtitle{font-size:1.5rem;font-weight:600;color:var(--color-blue-dark);margin-bottom:1rem}.not-found-body{font-size:1.1rem;color:var(--color-text);max-width:400px;margin-bottom:2rem;line-height:1.6}.not-found-button{display:inline-block;background:var(--color-green-dark);color:#fff;padding:.75rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;box-shadow:0 4px 12px #00000026;transition:transform .2s ease,box-shadow .2s ease}.not-found-button:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #0003}.faq-section{max-width:800px;margin:0 auto;padding:3rem 2rem}.faq-title{text-align:center;font-size:2rem;margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#fff9;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.faq-question{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.faq-answer{font-size:1rem;line-height:1.6;margin:0;color:#444}.game-title-heading{margin:0;padding:0;display:contents}.press-facts{width:100%;border-collapse:collapse;margin-bottom:1rem}.press-facts th,.press-facts td{padding:.5rem .75rem;border-bottom:1px solid rgba(0,0,0,.08);text-align:left}.press-facts th{color:var(--color-blue-dark);font-weight:600;width:140px}.press-icon-wrap{margin:1rem 0 .75rem}.press-icon{width:100px;height:100px;border-radius:20px;box-shadow:0 4px 12px #00000026}.press-downloads{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.press-download-link{display:inline-block;padding:.5rem 1rem;background:var(--color-blue-dark);color:var(--color-white);border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s ease}.press-download-link:hover{background:var(--color-blue-light);color:var(--color-white)}.press-screenshots{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.press-screenshot-link{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-decoration:none;color:var(--color-text);font-size:.8rem}.press-screenshot-thumb{width:80px;aspect-ratio:360 / 780;border-radius:8px;border:2px solid var(--color-wood-dark);box-shadow:0 2px 6px #00000026;transition:transform .2s ease}.press-screenshot-link:hover .press-screenshot-thumb{transform:translateY(-2px)}@media(max-width:768px){.header{padding:1rem}.header-content{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero-tagline{font-size:1.25rem}.video-title{font-size:1.5rem}.legal-content{padding:1.5rem}.legal-title{font-size:2rem}}@media(max-width:480px){.logo-text{font-size:1.25rem}.game-title{max-width:300px}.feature-card{padding:1.5rem}.screenshot-img{width:150px}.not-found-title{font-size:4rem}}
