.navbar{background:rgba(15,23,42,.85);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);padding:.75rem 0;box-shadow:0 4px 24px #02061733;position:sticky;top:0;z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.2rem}.nav-logo-image{height:30px;width:auto;object-fit:contain}.navbar ul{list-style:none;display:flex;align-items:center;margin:0;padding:0;gap:2rem}.navbar li{margin:0}.navbar a{color:#e5e7eb;text-decoration:none;font-weight:500;font-size:1rem;opacity:.95;transition:opacity .2s ease;padding:.5rem 0;position:relative}.navbar a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--color-accent);transform:scaleX(0);transition:transform .2s ease}.navbar a:hover{opacity:1}.navbar a:hover:after{transform:scaleX(1)}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{display:block;width:100%;height:3px;background:#fff;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex}.navbar ul{position:fixed;top:0;right:-100%;flex-direction:column;background:#2c3e50;width:100%;height:100vh;padding:5rem 2rem;gap:2rem;transition:right .3s ease-in-out}.navbar ul.active{right:0}.navbar li{margin:0;width:100%;text-align:center}.navbar a{font-size:1.2rem;width:100%;display:block;padding:1rem 0}.navbar a:after{display:none}.social-links{margin:1rem 0;justify-content:center}header .navbar .nav-container .nav-logo{gap:.5rem;font-size:1rem}header .navbar .nav-container .nav-logo .nav-logo-image{height:25px}}.nav-group{position:relative}.nav-group-title{color:#e5e7eb;cursor:pointer;font-weight:500;font-size:1rem;opacity:.95;padding:.5rem 0;display:flex;align-items:center;gap:.5rem;justify-content:center}.caret{font-size:.6rem;transition:transform .2s ease}.nav-group.active .caret{transform:rotate(180deg)}.nav-group-items{position:absolute;top:100%;left:0;background:#0b1220;min-width:200px;border-radius:4px;box-shadow:0 14px 28px #02061759;display:none;padding:.5rem 0}.nav-group:hover .nav-group-items{display:flex;flex-direction:column}.nav-group-items a{padding:.5rem 1rem!important;width:100%;display:block}.category-link{font-weight:600!important;background:rgba(255,255,255,.1)!important;border-radius:4px 4px 0 0}.nav-divider{height:1px;background:rgba(255,255,255,.1);margin:.5rem 0}.nav-group-items a:hover{background:rgba(255,255,255,.06)}@media (max-width: 768px){.nav-group-items{position:static;display:none;box-shadow:none;background:rgba(255,255,255,.05);margin-top:.5rem;width:100%;text-align:center}.nav-group-items.active{display:flex}.nav-group:hover .nav-group-items{display:none}.nav-group.active .nav-group-items{display:flex}.nav-group-items a{text-align:center}}.social-links{display:flex;gap:1rem;margin-left:1rem}.social-link{color:#fff;font-size:1.2rem;opacity:.9;transition:opacity .2s ease}.game-card{background:#ffffff;border-radius:16px;box-shadow:0 10px 30px #02061714;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;height:100%;border:1px solid rgba(2,6,23,.06)}.game-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #0206171f}.game-card-image{width:100%;aspect-ratio:1;position:relative;overflow:hidden}.game-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.game-card-image .placeholder{filter:blur(10px);transform:scale(1.1)}.game-card:hover .game-card-image img{transform:scale(1.05)}.game-card-content{padding:1rem 1.25rem 1.25rem;flex-grow:1;display:flex;flex-direction:column;gap:.4rem}.game-card-content h3{margin:0;font-size:1.1rem;color:#0b1220;letter-spacing:-.01em}.game-card-content p{margin:0;color:#64748b;font-size:.95rem;line-height:1.55}.hero{position:relative;background:radial-gradient(1200px 400px at 20% 0%,rgba(34,211,238,.25),transparent 60%),radial-gradient(1000px 500px at 80% -10%,rgba(37,99,235,.3),transparent 60%),linear-gradient(180deg,#0b1220 0%,#0f172a 100%);color:#fff;padding:64px 16px;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero h1{font-size:2.5rem;margin-bottom:.5rem;letter-spacing:-.02em}.hero p{font-size:1.125rem;opacity:.9}.games-section{padding:3.5rem 1rem}.games-section h2{text-align:center;margin-bottom:1.25rem;font-size:2rem;color:#0b1220}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;padding:0 .25rem}.welcome{padding:3rem 1rem;background:#f8fafc;text-align:center}.welcome h2{color:#0b1220;margin-bottom:1rem;font-size:2rem}.welcome p{color:#475569;max-width:850px;margin:.75rem auto}.subscribe{padding:3rem 1rem;text-align:center;background:#0f172a;color:#fff}.subscribe h2{margin-bottom:.25rem}.subscribe p{margin-bottom:1rem;opacity:.9}.signup-form{max-width:560px;margin:0 auto;padding:12px}.signup-form form{display:grid;grid-template-columns:1fr auto;gap:12px}.signup-form input[type=email]{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;border-radius:8px}.signup-form input::placeholder{color:#ffffffb3}.signup-form .button{padding:12px 18px;border-radius:8px}.success-message{color:#86efac;margin-top:4px}.error-message{color:#fca5a5;margin-top:4px}@media (max-width: 640px){.signup-form form{grid-template-columns:1fr}}.about-page{padding:3rem 1rem;max-width:800px!important;margin:0 auto}.about-page h1{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-section{margin-bottom:3rem}.about-section:last-child{margin-bottom:0}.about-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;position:relative;padding-bottom:.5rem}.about-section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#3498db;border-radius:3px}.about-section p{color:#555;line-height:1.8;margin-bottom:1rem;font-size:1.1rem}.about-section p:last-child{margin-bottom:0}@media (max-width: 768px){.about-page{padding:2rem 1rem}.about-page h1{font-size:2rem}.about-section h2{font-size:1.5rem}.about-section p{font-size:1rem}}.contact-page{padding:3rem 1rem;max-width:600px!important;margin:0 auto}.contact-page h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;text-align:center}.contact-intro{text-align:center;color:#555;margin-bottom:2rem;line-height:1.6}.contact-form-container{background:white;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#2c3e50;font-weight:500}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.submit-button{background:#2c3e50;color:#fff;padding:1rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.submit-button:hover{background:#34495e;transform:translateY(-1px)}@media (max-width: 768px){.contact-page{padding:2rem 1rem}.contact-page h1{font-size:2rem}.contact-form-container{padding:1.5rem}}.blog-page{padding:3rem 1rem;max-width:1000px!important;margin:0 auto}.blog-page h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;text-align:center}.blog-intro{text-align:center;color:#555;margin-bottom:3rem;font-size:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.blog-card-link{text-decoration:none;color:inherit;display:block;height:100%}.blog-card{background:white;border-radius:14px;box-shadow:0 10px 30px #02061714;transition:transform .2s ease,box-shadow .2s ease;height:100%;border:1px solid rgba(2,6,23,.06)}.blog-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px #0206171f}.blog-card-content{padding:1.5rem}.blog-card h2{margin:0 0 1rem;font-size:1.5rem;color:#2c3e50}.blog-card h2 a{color:#2c3e50;text-decoration:none;transition:color .2s ease}.blog-card h2 a:hover{color:#3498db}.blog-meta{display:flex;gap:1rem;color:#666;font-size:.9rem;margin-bottom:1rem}.blog-excerpt{color:#555;line-height:1.6;margin-bottom:1.5rem}.read-more{color:#3498db;font-weight:500;display:inline-block}.blog-card:hover .read-more{color:#2980b9}.blog-card-image{width:100%;height:200px;object-fit:cover;display:block;margin-bottom:15px}@media (max-width: 768px){.blog-page{padding:2rem 1rem}.blog-page h1{font-size:2rem}.blog-card h2{font-size:1.3rem}}.blog-post{padding:3rem 1rem;max-width:800px!important;margin:0 auto}.blog-post h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.blog-post-meta{display:flex;gap:1rem;color:#666;font-size:.9rem;margin-bottom:2rem}.blog-post-content{font-size:1.1rem;line-height:1.8;color:#333}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content h2{color:#2c3e50;font-size:1.8rem;margin:2.5rem 0 1rem;line-height:1.3}.blog-post-content ul{margin:1.5rem 0;padding-left:2rem}.blog-post-content li{margin-bottom:.75rem}.blog-post-content a{color:#3498db;text-decoration:none;transition:color .2s ease}.blog-post-content a:hover{color:#2980b9;text-decoration:underline}.blog-post-content strong{color:#2c3e50;font-weight:600}@media (max-width: 768px){.blog-post{padding:2rem 1rem}.blog-post h1{font-size:2rem}.blog-post-content{font-size:1rem}.blog-post-content h2{font-size:1.5rem;margin:2rem 0 1rem}}.blog-post-container{padding:3rem 1rem;max-width:800px!important;margin:0 auto}.blog-post-header{margin-bottom:2rem}.blog-post-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.blog-meta{display:flex;gap:1rem;color:#666;font-size:.9rem;margin-bottom:2rem}.blog-date:before{content:"📅";margin-right:.5rem}.blog-read-time:before{content:"⏱️";margin-right:.5rem}.back-to-blog-link{display:inline-block;margin-top:3rem;color:#3498db;text-decoration:none;font-weight:500;transition:color .2s ease}.back-to-blog-link:hover{color:#2980b9;text-decoration:underline}@media (max-width: 768px){.blog-post-container{padding:2rem 1rem}.blog-post-header h1{font-size:2rem}}.games-page{padding:3rem 0}.games-page h1{text-align:center;color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.games-intro{text-align:center;max-width:800px;margin:0 auto 3rem;color:#555;line-height:1.6}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem}.game-card-link{text-decoration:none;color:inherit;display:block;height:100%}.game-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column}.game-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.game-image{width:100%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.game-image img{width:100%;height:100%;object-fit:contain;padding:1rem}.game-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.game-content h2{color:#2c3e50;margin:0 0 1rem;font-size:1.5rem;text-decoration:none}.game-content p{color:#555;margin:0;line-height:1.5;text-decoration:none;flex:1;margin-bottom:1.5rem}.play-button{display:block;background:linear-gradient(135deg,#3498db 0%,#2c3e50 100%);color:#fff;padding:.8rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;transition:transform .2s ease,box-shadow .2s ease;text-align:center;margin-top:auto;border:none;cursor:pointer}.play-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.game-buttons{display:flex;gap:.75rem;margin-top:auto}.play-button.primary{flex:1;background:linear-gradient(135deg,#3498db 0%,#2c3e50 100%);margin-top:0;color:#fff}.play-button.primary:hover{background:linear-gradient(135deg,#2980b9 0%,#34495e 100%);color:#fff}.play-button.secondary{flex:1;background:white;border:2px solid #2c3e50;color:#2c3e50;margin-top:0;font-weight:600}.play-button.secondary:hover{background:#2c3e50;color:#fff;border-color:#2c3e50}.social-share{display:flex;gap:1rem}.share-button{display:inline-block;padding:.5rem 1rem;border-radius:4px;text-decoration:none;font-size:.9rem;color:#fff;transition:opacity .2s ease}.share-button:hover{opacity:.9}.share-button.facebook{background:#1877f2}.share-button.twitter{background:#1da1f2}@media (max-width: 768px){.games-page{padding:2rem 0}.games-page h1{font-size:2rem}.games-grid{grid-template-columns:1fr;gap:1.5rem}.game-image{height:180px}.game-image img{padding:.75rem}.game-content{padding:1rem}.game-content h2{font-size:1.2rem}.game-content p{margin:0 0 1rem}.game-buttons{flex-direction:column;gap:.5rem}.play-button{text-align:center}.social-share{justify-content:center}}.apps-page{padding:3rem 1rem;max-width:1200px;margin:0 auto}.apps-page h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.apps-intro{color:#555;font-size:1.2rem;line-height:1.6;text-align:center;max-width:800px;margin:0 auto 3rem}.apps-grid{display:grid;grid-template-columns:1fr;gap:2rem}.app-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .2s ease-in-out;display:flex;flex-direction:column;padding:2rem}.app-card:hover{transform:translateY(-5px)}.app-image{width:120px;height:120px;margin:0 auto 1.5rem}.app-image img{width:100%;height:100%;object-fit:contain;border-radius:24px}.app-content{flex:1;text-align:center}.app-content h2{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.app-stats{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;color:#666;font-size:1.1rem}.rating{color:#f1c40f;font-weight:700}.app-description{color:#555;line-height:1.6;margin-bottom:1.5rem;font-size:1.1rem}.app-store-buttons{display:flex;justify-content:center;gap:1rem;margin-top:auto}.app-store-button img{height:40px;transition:opacity .2s ease-in-out}.app-store-button:hover img{opacity:.8}@media (min-width: 768px){.apps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.apps-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.apps-page{padding:2rem 1rem}.apps-page h1{font-size:2rem}.apps-intro{font-size:1.1rem}.app-content h2{font-size:1.5rem}.app-description{font-size:1rem}}.legal-page{padding:3rem 1rem;max-width:800px!important;margin:0 auto}.legal-page h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;text-align:center}.legal-page .last-updated{color:#666;text-align:center;margin-bottom:3rem;font-style:italic}.legal-page section{margin-bottom:2.5rem}.legal-page h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.legal-page h3{color:#34495e;font-size:1.25rem;margin:1.5rem 0 1rem;font-weight:500}.legal-page p{color:#444;line-height:1.6;margin-bottom:1rem}.legal-page ul{margin:1rem 0;padding-left:2rem}.legal-page li{color:#444;margin-bottom:.5rem;line-height:1.5}.legal-page a{color:#3498db;text-decoration:none;transition:color .2s ease}.legal-page a:hover{color:#2980b9}@media (max-width: 768px){.legal-page{padding:2rem 1rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.35rem}.legal-page h3{font-size:1.15rem}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:rgba(44,62,80,.95);color:#fff;padding:1rem;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 1rem}.cookie-consent p{margin:0;font-size:.95rem;line-height:1.5}.cookie-consent a{color:#3498db;text-decoration:none;transition:color .2s ease}.cookie-consent a:hover{color:#2980b9;text-decoration:underline}.accept-button{background:#3498db;color:#fff;border:none;padding:.75rem 2rem;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease;white-space:nowrap}.accept-button:hover{background:#2980b9;transform:translateY(-1px)}@media (max-width: 768px){.cookie-consent-content{flex-direction:column;gap:1rem;text-align:center}.cookie-consent p{font-size:.9rem}.accept-button{width:100%}}.footer{background-color:#0f172a;color:#fff;padding:3rem 0 0;margin-top:3rem}.subscribe+.footer{margin-top:0}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:0 1rem}.footer-section h3{color:#fff;margin:0 0 1rem;font-size:1.2rem}.footer-section p{color:#f0f0f0;margin:0 0 1.5rem;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#f0f0f0;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#fff;text-decoration:underline}.social-links{display:flex;gap:1rem}.social-link{color:#fff;font-size:1.5rem;opacity:.8;transition:opacity .2s ease}.social-link:hover{opacity:1}.footer-bottom{margin-top:2rem;padding:1.25rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{margin:0;color:#fff9;font-size:.9rem}@media (max-width: 768px){.footer{padding:3rem 0 0;margin-top:3rem}.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.footer-section{margin-bottom:2rem}.footer-section:last-child{margin-bottom:0}}.not-found-page{padding:4rem 1rem;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.not-found-page h1{font-size:6rem;color:#2c3e50;margin:0;line-height:1}.not-found-page h2{font-size:2rem;color:#2c3e50;margin:1rem 0}.not-found-page p{color:#555;font-size:1.1rem;margin-bottom:2rem}.home-button{display:inline-block;background:linear-gradient(135deg,#3498db 0%,#2c3e50 100%);color:#fff;padding:.8rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.home-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}@media (max-width: 768px){.not-found-page h1{font-size:4rem}.not-found-page h2{font-size:1.5rem}}.breadcrumbs{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:12px 0;font-size:14px}.breadcrumb-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;max-width:1200px;margin:0 auto;padding:0 20px;list-style:none}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-link{color:#007bff;text-decoration:none;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;gap:4px}.breadcrumb-link:hover{color:#0056b3;background-color:#e7f3ff;text-decoration:none}.breadcrumb-link:focus{outline:2px solid #007bff;outline-offset:2px}.breadcrumb-separator{color:#6c757d;font-weight:700;margin:0 4px;-webkit-user-select:none;user-select:none}.breadcrumb-current{color:#6c757d;font-weight:500}.breadcrumb-current span{padding:4px 8px}@media (max-width: 768px){.breadcrumbs{padding:8px 0;font-size:13px}.breadcrumb-list{padding:0 15px;gap:6px}.breadcrumb-link{padding:3px 6px}.breadcrumb-separator{margin:0 2px}}@media (prefers-color-scheme: dark){.breadcrumbs{background:#2d3748;border-bottom-color:#4a5568}.breadcrumb-link{color:#63b3ed}.breadcrumb-link:hover{color:#90cdf4;background-color:#2a4365}.breadcrumb-separator,.breadcrumb-current{color:#a0aec0}}.crowns-hero{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.crowns-hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative}.crowns-hero-content h1:before{content:"👑";margin-right:1rem}.crowns-hero-content h1:after{content:"👑";margin-left:1rem}.crowns-hero-content p{font-size:1.3rem;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3);opacity:.9}.games-grid>div:nth-child(2) h3:before{content:"👑"}.games-grid>div:nth-child(3) h3:before{content:"🔄"}@media (max-width: 768px){.crowns-hero{padding:3rem 0}.crowns-hero-content h1{font-size:2.2rem}.crowns-hero-content p{font-size:1.1rem}.games-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.crowns-hero-content h1{font-size:1.8rem}.crowns-hero-content h1:before,.crowns-hero-content h1:after{display:none}}.binary-sudoku-page{min-height:100vh;background:#f8f9fa}.binary-sudoku-content{padding:2rem 1rem;max-width:1200px;margin:0 auto}.binary-sudoku-container{background:white;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.binary-sudoku-header{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);padding:4rem 2rem;text-align:center;color:#fff;position:relative}.binary-sudoku-header:before{content:"0 1 0 1 0";position:absolute;top:1rem;left:50%;transform:translate(-50%);font-size:1.5rem;opacity:.2;font-family:Courier New,monospace}.binary-sudoku-header h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.binary-sudoku-subtitle{margin:0;font-size:1.2rem;opacity:.9}.binary-sudoku-intro{padding:2rem;background:#e3f2fd;border-left:5px solid #3498db}.binary-sudoku-intro p{font-size:1.1rem;line-height:1.7;margin:0;color:#2c3e50}.binary-sudoku-story,.binary-sudoku-rules,.binary-sudoku-strategy,.binary-sudoku-benefits,.binary-sudoku-levels{padding:2rem}.binary-sudoku-story h2,.binary-sudoku-rules h2,.binary-sudoku-strategy h2,.binary-sudoku-benefits h2,.binary-sudoku-levels h2{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem;text-align:center}.binary-sudoku-story p,.binary-sudoku-strategy p,.binary-sudoku-benefits p,.binary-sudoku-levels p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#34495e}.rules-grid,.benefits-grid,.levels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.rule-item,.benefit-item,.level-item{background:white;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #00000014;border-left:4px solid #3498db;transition:transform .3s ease,box-shadow .3s ease}.rule-item:hover,.benefit-item:hover,.level-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.rule-item h3,.benefit-item h4,.level-item h4{margin:0 0 1rem;color:#2c3e50;font-size:1.2rem;font-weight:600}.rule-item p,.benefit-item p,.level-item p{margin:0;color:#34495e;line-height:1.6}.level-item.beginner{background:linear-gradient(135deg,#e8f5e8 0%,#c8e6c9 100%)}.level-item.intermediate{background:linear-gradient(135deg,#fff3e0 0%,#ffcc02 100%)}.level-item.advanced{background:linear-gradient(135deg,#fce4ec 0%,#f48fb1 100%)}.level-item.expert{background:linear-gradient(135deg,#f3e5f5 0%,#ce93d8 100%)}.binary-sudoku-cta{padding:3rem 2rem;text-align:center;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);color:#fff}.binary-sudoku-cta h2{margin:0 0 1rem;font-size:2rem;font-weight:700}.binary-sudoku-cta p{margin:0 0 2rem;font-size:1.1rem;line-height:1.7;opacity:.9}@media (max-width: 768px){.binary-sudoku-content{padding:1rem .5rem}.binary-sudoku-header{padding:3rem 1rem}.binary-sudoku-header h1{font-size:2rem}.binary-sudoku-story,.binary-sudoku-rules,.binary-sudoku-strategy,.binary-sudoku-benefits,.binary-sudoku-levels{padding:1.5rem 1rem}.rules-grid,.benefits-grid,.levels-grid,.strategy-sections{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.play-button{width:100%;max-width:300px}}@media (max-width: 480px){.binary-sudoku-header h1{font-size:1.8rem}.binary-sudoku-header:before{display:none}}.aquarium-page{min-height:100vh;background:#f8f9fa}.aquarium-content{padding:2rem 1rem;max-width:1200px;margin:0 auto}.aquarium-container{background:white;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.aquarium-header{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);padding:4rem 2rem;text-align:center;color:#fff;position:relative}.aquarium-header:before{content:"🌊 💧 🌊";position:absolute;top:1rem;left:50%;transform:translate(-50%);font-size:1.5rem;opacity:.2}.aquarium-header h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.aquarium-subtitle{margin:0;font-size:1.2rem;opacity:.9}.aquarium-intro{padding:2rem;background:#e3f2fd;border-left:5px solid #3498db}.aquarium-intro p{font-size:1.1rem;line-height:1.7;margin:0;color:#2c3e50}.aquarium-mechanics,.aquarium-rules,.aquarium-strategy,.aquarium-benefits,.aquarium-difficulty{padding:2rem}.aquarium-mechanics h2,.aquarium-rules h2,.aquarium-strategy h2,.aquarium-benefits h2,.aquarium-difficulty h2{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem;text-align:center}.aquarium-mechanics p,.aquarium-strategy p,.aquarium-benefits p,.aquarium-difficulty p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#34495e}.rules-grid,.benefits-grid,.difficulty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.rule-item,.benefit-item,.difficulty-item{background:white;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #00000014;border-left:4px solid #3498db;transition:transform .3s ease,box-shadow .3s ease}.rule-item:hover,.benefit-item:hover,.difficulty-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.rule-item h3,.benefit-item h4,.difficulty-item h4{margin:0 0 1rem;color:#2c3e50;font-size:1.2rem;font-weight:600}.rule-item p,.benefit-item p,.difficulty-item p{margin:0;color:#34495e;line-height:1.6}.difficulty-item.beginner{background:linear-gradient(135deg,#e8f5e8 0%,#c8e6c9 100%)}.difficulty-item.intermediate{background:linear-gradient(135deg,#fff3e0 0%,#ffcc02 100%)}.difficulty-item.advanced{background:linear-gradient(135deg,#fce4ec 0%,#f48fb1 100%)}.difficulty-item.expert{background:linear-gradient(135deg,#f3e5f5 0%,#ce93d8 100%)}.aquarium-cta{padding:3rem 2rem;text-align:center;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);color:#fff}.aquarium-cta h2{margin:0 0 1rem;font-size:2rem;font-weight:700}.aquarium-cta p{margin:0 0 2rem;font-size:1.1rem;line-height:1.7;opacity:.9}@media (max-width: 768px){.aquarium-content{padding:1rem .5rem}.aquarium-header{padding:3rem 1rem}.aquarium-header h1{font-size:2rem}.aquarium-mechanics,.aquarium-rules,.aquarium-strategy,.aquarium-benefits,.aquarium-difficulty{padding:1.5rem 1rem}.rules-grid,.benefits-grid,.difficulty-grid,.strategy-sections{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.play-button{width:100%;max-width:300px}}@media (max-width: 480px){.aquarium-header h1{font-size:1.8rem}.aquarium-header:before{display:none}}.aquarium-specific-hero{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.aquarium-specific-hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative}.aquarium-specific-hero-content h1:before{content:"🐠";margin-right:1rem}.aquarium-specific-hero-content h1:after{content:"🐠";margin-left:1rem}.aquarium-specific-hero-content p{font-size:1.3rem;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3);opacity:.9}.games-grid>div:nth-child(2) h3:before{content:"🌊"}.games-grid>div:nth-child(3) h3:before{content:"💧"}@media (max-width: 768px){.aquarium-specific-hero{padding:3rem 0}.aquarium-specific-hero-content h1{font-size:2.2rem}.aquarium-specific-hero-content p{font-size:1.1rem}.games-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.aquarium-specific-hero-content h1{font-size:1.8rem}.aquarium-specific-hero-content h1:before,.aquarium-specific-hero-content h1:after{display:none}}.dotstream-page{min-height:100vh;background:#f8f9fa}.dotstream-content{padding:2rem 1rem;max-width:1200px;margin:0 auto}.dotstream-container{background:white;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.dotstream-header{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);padding:4rem 2rem;text-align:center;color:#fff;position:relative}.dotstream-header:before{content:"• ○ • ○ •";position:absolute;top:1rem;left:50%;transform:translate(-50%);font-size:1.5rem;opacity:.2}.dotstream-header h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.dotstream-subtitle{margin:0;font-size:1.2rem;opacity:.9}.dotstream-intro{padding:2rem;background:#e3f2fd;border-left:5px solid #3498db}.dotstream-intro p{font-size:1.1rem;line-height:1.7;margin:0;color:#2c3e50}.dotstream-mechanics,.dotstream-rules,.dotstream-strategy,.dotstream-benefits,.dotstream-complexity{padding:2rem}.dotstream-mechanics h2,.dotstream-rules h2,.dotstream-strategy h2,.dotstream-benefits h2,.dotstream-complexity h2{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem;text-align:center}.dotstream-mechanics p,.dotstream-strategy p,.dotstream-benefits p,.dotstream-complexity p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#34495e}.dotstream-cta{padding:3rem 2rem;text-align:center;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);color:#fff}.dotstream-cta h2{margin:0 0 1rem;font-size:2rem;font-weight:700}.dotstream-cta p{margin:0 0 2rem;font-size:1.1rem;line-height:1.7;opacity:.9}@media (max-width: 768px){.dotstream-content{padding:1rem .5rem}.dotstream-header{padding:3rem 1rem}.dotstream-header h1{font-size:2rem}.dotstream-mechanics,.dotstream-rules,.dotstream-strategy,.dotstream-benefits,.dotstream-complexity{padding:1.5rem 1rem}.rules-grid,.benefits-grid,.complexity-grid,.strategy-sections{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.play-button{width:100%;max-width:300px}}@media (max-width: 480px){.dotstream-header h1{font-size:1.8rem}.dotstream-header:before{display:none}}.tents-hero{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.tents-hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative}.tents-hero-content h1:before{content:"⛺";margin-right:1rem}.tents-hero-content h1:after{content:"⛺";margin-left:1rem}.tents-hero-content p{font-size:1.3rem;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3);opacity:.9}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.games-grid>div{transition:transform .3s ease,box-shadow .3s ease}.games-grid>div:hover{transform:translateY(-5px);box-shadow:0 8px 16px #3498db33!important}.games-grid h3:before{margin-right:.5rem}.games-grid>div:nth-child(1) h3:before{content:"🎯"}.games-grid>div:nth-child(2) h3:before{content:"⛺"}.games-grid>div:nth-child(3) h3:before{content:"🌲"}.games-grid>div:nth-child(4) h3:before{content:"🧩"}.games-grid>div:nth-child(5) h3:before{content:"✅"}.games-grid>div:nth-child(6) h3:before{content:"🎮"}@media (max-width: 768px){.tents-hero{padding:3rem 0}.tents-hero-content h1{font-size:2.2rem}.tents-hero-content p{font-size:1.1rem}.games-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.tents-hero-content h1{font-size:1.8rem}.tents-hero-content h1:before,.tents-hero-content h1:after{display:none}}.palettepath-page{min-height:100vh;background:#f8f9fa}.palettepath-content{padding:2rem 1rem;max-width:1200px;margin:0 auto}.palettepath-container{background:white;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.palettepath-header{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);padding:4rem 2rem;text-align:center;color:#fff;position:relative}.palettepath-header:before{content:"🎨 🌈 🎨";position:absolute;top:1rem;left:50%;transform:translate(-50%);font-size:1.5rem;opacity:.2}.palettepath-header h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.palettepath-subtitle{margin:0;font-size:1.2rem;opacity:.9}.palettepath-intro{padding:2rem;background:#e3f2fd;border-left:5px solid #3498db}.palettepath-intro p{font-size:1.1rem;line-height:1.7;margin:0;color:#2c3e50}.palettepath-mechanics,.palettepath-rules,.palettepath-strategy,.palettepath-benefits,.palettepath-complexity{padding:2rem}.palettepath-mechanics h2,.palettepath-rules h2,.palettepath-strategy h2,.palettepath-benefits h2,.palettepath-complexity h2{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem;text-align:center}.palettepath-mechanics p,.palettepath-strategy p,.palettepath-benefits p,.palettepath-complexity p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#34495e}.rules-grid,.benefits-grid,.complexity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.rule-item,.benefit-item,.complexity-item{background:white;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #00000014;border-left:4px solid #3498db;transition:transform .3s ease,box-shadow .3s ease}.rule-item:hover,.benefit-item:hover,.complexity-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.rule-item h3,.benefit-item h4,.complexity-item h4{margin:0 0 1rem;color:#2c3e50;font-size:1.2rem;font-weight:600}.rule-item p,.benefit-item p,.complexity-item p{margin:0;color:#34495e;line-height:1.6}.strategy-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.strategy-section{background:#e3f2fd;padding:1.5rem;border-radius:10px;border-left:4px solid #2196f3}.strategy-section h3{margin:0 0 1rem;color:#2c3e50;font-size:1.3rem;font-weight:600}.strategy-section ul{list-style:none;padding:0;margin:0}.strategy-section li{margin:.5rem 0;padding:.5rem 0 .5rem 1.5rem;color:#2c3e50;position:relative}.strategy-section li:before{content:"▶";position:absolute;left:0;color:#2196f3;font-size:.8rem}.complexity-item.beginner{background:linear-gradient(135deg,#e8f5e8 0%,#c8e6c9 100%)}.complexity-item.intermediate{background:linear-gradient(135deg,#fff3e0 0%,#ffcc02 100%)}.complexity-item.advanced{background:linear-gradient(135deg,#fce4ec 0%,#f48fb1 100%)}.complexity-item.expert{background:linear-gradient(135deg,#f3e5f5 0%,#ce93d8 100%)}.palettepath-cta{padding:3rem 2rem;text-align:center;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);color:#fff}.palettepath-cta h2{margin:0 0 1rem;font-size:2rem;font-weight:700}.palettepath-cta p{margin:0 0 2rem;font-size:1.1rem;line-height:1.7;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.play-button{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.play-button.primary{background:#3498db;color:#fff;box-shadow:0 5px 15px #3498db4d}.play-button.primary:hover{background:#2980b9;transform:translateY(-3px);box-shadow:0 8px 25px #3498db66}@media (max-width: 768px){.palettepath-content{padding:1rem .5rem}.palettepath-header{padding:3rem 1rem}.palettepath-header h1{font-size:2rem}.palettepath-mechanics,.palettepath-rules,.palettepath-strategy,.palettepath-benefits,.palettepath-complexity{padding:1.5rem 1rem}.rules-grid,.benefits-grid,.complexity-grid,.strategy-sections{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.play-button{width:100%;max-width:300px}}@media (max-width: 480px){.palettepath-header h1{font-size:1.8rem}.palettepath-header:before{display:none}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #0f172a;--color-surface: #111827;--color-elevated: #0b1220;--color-card: #ffffff;--color-text: #0b1220;--color-muted: #4b5563;--color-primary: #2563eb;--color-primary-700: #1d4ed8;--color-accent: #22d3ee;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0,0,0,.08);--shadow-md: 0 6px 16px rgba(0,0,0,.12);--shadow-lg: 0 12px 28px rgba(0,0,0,.18)}html,body{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.6;background:#f7f8fb;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-700);text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--color-primary);color:#fff;padding:.8rem 1.2rem;border-radius:var(--radius-sm);border:0;cursor:pointer;font-weight:600;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.button:hover{background:var(--color-primary-700);transform:translateY(-1px);box-shadow:var(--shadow-md)}.button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}section{scroll-margin-top:80px}
