@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:IBM Plex Sans,system-ui,sans-serif;line-height:1.6;font-weight:400;--color-primary: #7b14c9;--color-secondary: #9d4edd;--color-background: #fdeded;--color-text: #333;--color-text-light: #555;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--color-background: #1a1a2e;--color-text: #eee;--color-text-light: #ccc;--color-card-bg: #4a2545;--color-light-section-bg: #7b14c9}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-background);color:var(--color-text);transition:background .3s ease,color .3s ease}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:IBM Plex Sans,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}code,pre{font-family:IBM Plex Mono,monospace}img{max-width:100%;height:auto}.theme-toggle{background:#fff3;border:2px solid white;border-radius:8px;padding:.5rem 1rem;font-size:1.3rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:50px}.theme-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.header{background:linear-gradient(135deg,#7b14c9,#9d4edd);padding:1rem 0;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:10000!important;width:100%}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo-link{display:flex;align-items:center}.logo{height:60px;width:auto;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav{display:flex;gap:2rem;flex-wrap:wrap}.nav-link{color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{background:#fff3;transform:translateY(-2px)}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#fff;transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after{width:80%}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center}.nav{gap:1rem}.nav-link{font-size:1rem}}.footer{background:linear-gradient(135deg,#7b14c9,#9d4edd);color:#fff;padding:2rem 0;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-content p{margin:.5rem 0;font-weight:600}.tagline{font-size:.9rem;opacity:.9;font-weight:400}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#fdeded,#ffd4e5);padding:4rem 2rem;text-align:center;border-radius:20px;margin:2rem;box-shadow:0 10px 30px #7b14c91a}[data-theme=dark] .hero{background:var(--color-light-section-bg)}.hero-title{font-size:3.5rem;color:#7b14c9;margin:0;font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,.1)}[data-theme=dark] .hero-title{color:#e91e63}.hero-subtitle{font-size:1.5rem;color:#555;margin:1rem 0 0;font-weight:500}[data-theme=dark] .hero-subtitle{color:var(--color-text-light)}.about-section{max-width:900px;margin:3rem auto;padding:0 2rem}.about-content{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 20px #00000014;text-align:center}[data-theme=dark] .about-content{background:var(--color-card-bg)}.about-content h2{font-size:2.2rem;color:#7b14c9;margin:0 0 1.5rem;font-weight:700}[data-theme=dark] .about-content h2{color:#e91e63}.about-content p{font-size:1.2rem;color:#555;line-height:1.8;margin:0 0 1rem}[data-theme=dark] .about-content p{color:var(--color-text-light)}.about-content p:last-child{margin-bottom:0}.featured-game{max-width:1200px;margin:2rem auto;padding:0 2rem;position:relative}.featured-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;padding:.35rem 1.5rem;border-radius:20px;font-weight:700;font-size:.85rem;box-shadow:0 4px 15px #ff6b6b66;z-index:10}.featured-content{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem;display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;box-shadow:0 8px 32px #667eea4d}.featured-text{color:#fff}.featured-text h2{font-size:1.8rem;margin:0 0 .75rem;font-weight:800;color:#fff;line-height:1.2}.featured-description{font-size:.95rem;line-height:1.6;margin-bottom:1.25rem;color:#fffffff2}.featured-highlights{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.25rem}.highlight-item{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.5rem .75rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.85rem}.highlight-icon{font-size:1.2rem}.play-button{display:inline-block;background:#fff;color:#667eea;padding:.75rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.play-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #0000004d}.featured-preview{display:flex;align-items:center;justify-content:center}.preview-link{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;display:block;box-shadow:0 4px 20px #0000004d;transition:all .3s ease}.preview-link:hover{transform:scale(1.02);box-shadow:0 8px 30px #0006}.preview-iframe{width:100%;height:100%;border:none;pointer-events:none;transform:scale(.8);transform-origin:center}.preview-screenshot{width:100%;height:100%;object-fit:cover;border-radius:16px}.preview-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.preview-link:hover .preview-overlay{opacity:1}.preview-overlay-text{background:#fff;color:#667eea;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;box-shadow:0 4px 15px #0000004d}.games-section{max-width:1200px;margin:4rem auto;padding:0 2rem}.section-title{font-size:2.5rem;color:#7b14c9;text-align:center;margin-bottom:3rem;font-weight:700}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.game-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit}[data-theme=dark] .game-card{background:var(--color-card-bg)}.game-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #7b14c933}.game-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#fdeded,#ffd4e5)}[data-theme=dark] .game-image-wrapper{background:var(--color-light-section-bg)}.original-art-badge{position:absolute;bottom:10px;right:10px;background:#fff;border-radius:12px;padding:.5rem;box-shadow:0 4px 15px #0000004d;display:flex;align-items:center;gap:.5rem;z-index:10}[data-theme=dark] .original-art-badge{background:var(--color-card-bg)}.original-art{width:50px;height:50px;object-fit:cover;border-radius:8px}.badge-text{font-size:.75rem;font-weight:700;color:#7b14c9;white-space:nowrap}[data-theme=dark] .badge-text{color:#e91e63}.game-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.game-card:hover .game-image{transform:scale(1.1)}.game-content{padding:1.5rem}.game-content h3{font-size:1.8rem;color:#7b14c9;margin:0 0 .5rem;font-weight:700}[data-theme=dark] .game-content h3{color:#e91e63}.game-date{font-size:.9rem;color:#888;margin:0 0 1rem}[data-theme=dark] .game-date{color:#ccc}.game-description{font-size:1rem;color:#555;line-height:1.6;margin:0}[data-theme=dark] .game-description{color:var(--color-text-light)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.about-content{padding:2rem}.about-content h2{font-size:1.8rem}.about-content p{font-size:1rem}.featured-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.featured-text h2{font-size:1.5rem}.featured-description{font-size:.9rem}.featured-highlights{grid-template-columns:1fr;gap:.5rem}.highlight-item{font-size:.8rem;padding:.5rem}.preview-link{aspect-ratio:4 / 3}.preview-overlay{opacity:1}.preview-overlay-text{font-size:.9rem;padding:.75rem 1.5rem}.games-grid{grid-template-columns:1fr}}.unicorns-unite{min-height:100vh}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;text-align:center}[data-theme=dark] .info-card{background:var(--color-card-bg)}.info-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #7b14c933}.card-icon{font-size:4rem;margin-bottom:1rem}.info-card h2{font-size:1.8rem;color:#7b14c9;margin:0 0 1rem;font-weight:700}[data-theme=dark] .info-card h2{color:#e91e63}.info-card p{font-size:1.1rem;color:#555;line-height:1.6;margin:0}[data-theme=dark] .info-card p{color:var(--color-text-light)}.coming-soon{text-align:center;padding:2rem;background:linear-gradient(135deg,#7b14c9,#9d4edd);border-radius:16px;margin-top:3rem}.coming-soon p{font-size:1.3rem;color:#fff;margin:0;font-weight:600}@media (max-width: 768px){.page-hero{padding:1.5rem 1rem}.page-hero h1{font-size:1.75rem}.game-intro{font-size:1.2rem}.info-grid{grid-template-columns:1fr}.game-wrapper{aspect-ratio:4 / 3}.game-instructions{padding:1.5rem}.game-instructions h3{font-size:1.5rem}.game-instructions li{font-size:1rem}}.creator{min-height:100vh}.creator .hero-subtitle{font-size:1.5rem;color:#7b14c9;margin:1rem 0 0;font-weight:600}.button-section{text-align:center;margin:2rem 0}.how-to-button{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#7b14c9;padding:1.2rem 2.5rem;border:2px solid #7b14c9;border-radius:12px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}[data-theme=dark] .how-to-button{background:var(--color-card-bg);color:#e91e63;border-color:#e91e63}.how-to-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #7b14c94d;background:#f9f9f9}[data-theme=dark] .how-to-button:hover{background:#5a3555}.features-section{max-width:900px;margin:3rem auto 0}.feature{display:flex;gap:2rem;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}[data-theme=dark] .feature{background:var(--color-card-bg)}.feature:hover{transform:translate(10px);box-shadow:0 8px 30px #7b14c926}.feature-number{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#7b14c9,#9d4edd);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:800;box-shadow:0 4px 15px #7b14c94d}.feature-content{flex:1}.feature-content h2{font-size:1.8rem;color:#7b14c9;margin:0 0 1rem;font-weight:700}[data-theme=dark] .feature-content h2{color:#e91e63}.feature-content p{font-size:1.1rem;color:#555;line-height:1.7;margin:0}[data-theme=dark] .feature-content p{color:var(--color-text-light)}.game-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #7b14c933;background:#000;max-height:80vh}.fullscreen-button{position:absolute;bottom:10px;left:10px;width:40px;height:40px;background:#000000b3;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-button:hover{background:#7b14c9e6;border-color:#fff9;transform:scale(1.1)}.fullscreen-button:active{transform:scale(.95)}.game-wrapper:fullscreen{border-radius:0;max-height:none}.game-wrapper:fullscreen .fullscreen-button{bottom:20px;left:20px;width:50px;height:50px;font-size:1.8rem}.game-instructions ul{list-style:none;padding:0;margin:0 0 1.5rem}.game-objective{font-size:1.2rem;color:#555;margin:0;padding:1rem;background:linear-gradient(135deg,#7b14c91a,#9d4edd1a);border-radius:12px;border-left:4px solid #7b14c9}[data-theme=dark] .game-objective{color:var(--color-text-light);background:linear-gradient(135deg,#e91e631a,#9d4edd1a);border-left-color:#e91e63}.updates-section{margin:3rem 0;max-width:900px;margin-left:auto;margin-right:auto}.update-list{list-style:none;padding:0;margin:0}@media (max-width: 768px){.feature{flex-direction:column;text-align:center;gap:1rem}.feature-number{margin:0 auto}.feature:hover{transform:translateY(-5px)}.game-wrapper{aspect-ratio:4 / 3}.game-instructions{padding:1.5rem}.game-instructions h3{font-size:1.5rem}.game-instructions li{font-size:1rem}}.tomato-hunter{min-height:100vh}.page-hero{background:linear-gradient(135deg,#fdeded,#ffd4e5);padding:2rem;text-align:center;box-shadow:0 2px 10px #7b14c91a}[data-theme=dark] .page-hero{background:var(--color-light-section-bg)}.page-hero h1{font-size:2rem;color:#7b14c9;margin:0;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.1)}[data-theme=dark] .page-hero h1{color:#e91e63}.page-content{max-width:1200px;margin:0 auto;padding:3rem 2rem}.intro-section{text-align:center;margin-bottom:4rem}.game-intro{font-size:1.4rem;color:#555;line-height:1.8;max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}[data-theme=dark] .game-intro{background:var(--color-card-bg);color:var(--color-text-light)}.game-container{margin:3rem 0;display:flex;flex-direction:column;gap:2rem}.game-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #7b14c933;background:#000;max-height:80vh;margin-bottom:2rem}.game-iframe{width:100%;height:100%;border:none;display:block}body.game-focused{overflow:hidden}.game-instructions{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014}[data-theme=dark] .game-instructions{background:var(--color-card-bg)}.game-instructions h3{font-size:1.8rem;color:#7b14c9;margin:0 0 1.5rem;font-weight:700}[data-theme=dark] .game-instructions h3{color:#e91e63}.game-instructions ul{list-style:none;padding:0;margin:0}.game-instructions li{font-size:1.1rem;color:#555;line-height:2;padding-left:1.5rem;position:relative}[data-theme=dark] .game-instructions li{color:var(--color-text-light)}.game-instructions li:before{content:"▸";position:absolute;left:0;color:#7b14c9;font-weight:700}[data-theme=dark] .game-instructions li:before{color:#e91e63}.game-instructions strong{color:#7b14c9}[data-theme=dark] .game-instructions strong{color:#e91e63}.download-section-wrapper{margin:3rem 0;max-width:900px;margin-left:auto;margin-right:auto}.download-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border:2px solid #e0e0e0}[data-theme=dark] .download-section{background:var(--color-card-bg);border-color:#e91e634d}.download-section h3{font-size:1.6rem;color:#7b14c9;margin:0 0 1rem;font-weight:700}[data-theme=dark] .download-section h3{color:#e91e63}.download-section>p{font-size:1.1rem;color:#555;margin:0 0 1.5rem}[data-theme=dark] .download-section>p{color:var(--color-text-light)}.download-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#7b14c9,#9d4edd);color:#fff;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #7b14c94d}.download-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #7b14c966}.button-icon{font-size:1.3rem}.note{margin-top:1.5rem;padding:1rem;background:#fff;border-radius:8px;font-size:.95rem;color:#555;line-height:1.6}[data-theme=dark] .note{background:var(--color-card-bg);color:var(--color-text-light)}.note strong{color:#7b14c9}[data-theme=dark] .note strong{color:#e91e63}.external-link{color:#7b14c9;font-weight:600;text-decoration:none;border-bottom:2px solid #7b14c9;transition:all .2s ease}.external-link:hover{color:#9d4edd;border-bottom-color:#9d4edd}.updates-section{margin:3rem 0 0;max-width:100%}.updates-title{font-size:2.5rem;color:#7b14c9;margin:0 0 2rem;font-weight:800;text-align:center}[data-theme=dark] .updates-title{color:#e91e63}.update-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;border:2px solid #e0e0e0;transition:all .3s ease}[data-theme=dark] .update-card{background:var(--color-card-bg);border-color:#e91e634d}.update-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #7b14c933}.update-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.update-badge{display:inline-block;background:linear-gradient(135deg,#7b14c9,#9d4edd);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.update-date{color:#666;font-size:1rem;font-weight:600}[data-theme=dark] .update-date{color:var(--color-text-light)}.update-card h3{font-size:1.8rem;color:#7b14c9;margin:0 0 1.5rem;font-weight:700}[data-theme=dark] .update-card h3{color:#e91e63}.update-content p{font-size:1.15rem;color:#555;line-height:1.8;margin:0 0 1.5rem}[data-theme=dark] .update-content p{color:var(--color-text-light)}.update-list{list-style:none;padding:0;margin:0 0 1.5rem}.update-list li{font-size:1.1rem;color:#555;line-height:1.8;padding:.75rem 0 .75rem 2rem;position:relative;border-bottom:1px solid rgba(123,20,201,.1)}[data-theme=dark] .update-list li{color:var(--color-text-light);border-bottom-color:#e91e631a}.update-list li:last-child{border-bottom:none}.update-list li:before{content:"✨";position:absolute;left:0;font-size:1.2rem}.update-list li strong{color:#7b14c9}[data-theme=dark] .update-list li strong{color:#e91e63}.reflection{padding:1.5rem;background:linear-gradient(135deg,#7b14c914,#9d4edd14);border-radius:12px;border-left:4px solid #7b14c9;font-style:italic;margin:0!important}[data-theme=dark] .reflection{background:linear-gradient(135deg,#e91e6314,#9d4edd14);border-left-color:#e91e63}.reflection strong{color:#7b14c9;font-weight:700}[data-theme=dark] .reflection strong{color:#e91e63}@media (max-width: 768px){.page-hero{padding:1.5rem 1rem}.page-hero h1{font-size:1.75rem}.game-intro{font-size:1.2rem;padding:1.5rem}.game-wrapper{aspect-ratio:4 / 3}.game-instructions{padding:1.5rem}.game-instructions h3{font-size:1.5rem}.game-instructions li{font-size:1rem}.download-section{padding:1.5rem}}.podcasts{min-height:100vh}.podcasts .hero-subtitle{font-size:1.1rem;color:#7b14c9;margin:.5rem 0 0;font-weight:600}[data-theme=dark] .podcasts .hero-subtitle{color:#e91e63}.podcasts-intro{font-size:1.4rem;color:#555;line-height:1.8;max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}[data-theme=dark] .podcasts-intro{background:var(--color-card-bg);color:var(--color-text-light)}.listen-on-section{margin-top:3rem;text-align:center}.listen-on-section h2{font-size:2rem;color:#7b14c9;margin-bottom:2rem;font-weight:700}.platform-box{display:block;max-width:500px;margin:0 auto;background:linear-gradient(135deg,#7b14c9,#9d4edd);padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #7b14c94d;transition:all .3s ease;text-decoration:none;cursor:pointer}.platform-box:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 40px #7b14c980}.platform-icon{font-size:3.5rem;margin-bottom:1rem}.platform-box h3{font-size:2rem;color:#fff;margin:0 0 .5rem;font-weight:700}.platform-box p{font-size:1.2rem;color:#fffffff2;margin:0}.podcasts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.podcast-card{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:all .3s ease}[data-theme=dark] .podcast-card{background:var(--color-card-bg)}.podcast-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #7b14c933}.podcast-icon{font-size:4rem;margin-bottom:1.5rem}.podcast-card h3{font-size:1.8rem;color:#7b14c9;margin:0 0 1rem;font-weight:700}[data-theme=dark] .podcast-card h3{color:#e91e63}.podcast-card p{font-size:1.1rem;color:#555;line-height:1.6;margin:0}[data-theme=dark] .podcast-card p{color:var(--color-text-light)}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.main-content{flex:1;width:100%;position:relative}.page{min-height:calc(100vh - 200px)}iframe{max-width:100%;max-height:100%;position:relative!important}.game-wrapper{position:relative;overflow:hidden}.game-iframe{position:absolute;top:0;left:0;width:100%;height:100%}
