*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px;max-width:1200px;margin:0 auto}.nav-brand h1{color:#2563eb;font-size:1.5rem;font-weight:700}.nav-menu{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#2563eb}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;opacity:.9}.hero-countdown{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.countdown-item{text-align:center;background:#ffffff1a;padding:1.5rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.countdown-number{display:block;font-size:2.5rem;font-weight:700}.countdown-label{font-size:.9rem;opacity:.8}.countdown-description{font-size:1.1rem;opacity:.9}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333}.about{padding:80px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr;gap:3rem}.about-text{font-size:1.1rem;line-height:1.8;color:#555}.about-text p{margin-bottom:1.5rem}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-card{background:#f8fafc;padding:2rem;border-radius:10px;text-align:center;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.value-card h3{font-size:1.25rem;margin-bottom:1rem;color:#2563eb}.value-card p{color:#666;line-height:1.6}.events{padding:80px 0;background:#f8fafc}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.event-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease}.event-card:hover{transform:translateY(-5px)}.event-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2563eb}.event-countdown{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.event-countdown-item{text-align:center}.event-countdown-number{display:block;font-size:1.5rem;font-weight:700;color:#2563eb}.event-countdown-label{font-size:.8rem;color:#666}.testimonials{padding:80px 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#f8fafc;padding:2rem;border-radius:10px;border-left:4px solid #2563eb;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-3px)}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{font-style:italic;color:#555;line-height:1.6}.testimonial-author strong{color:#333;font-weight:600}.testimonial-author span{color:#666;font-size:.9rem;display:block;margin-top:.25rem}.faq{padding:80px 0;background:#f8fafc}.faq-grid{display:grid;gap:1.5rem;max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.faq-question{background:#2563eb;color:#fff;padding:1.5rem;margin:0;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.faq-question:hover{background:#1d4ed8}.faq-answer{padding:1.5rem;background:#fff}.faq-answer p{margin-bottom:1rem;line-height:1.6;color:#555}.faq-answer p:last-child{margin-bottom:0}.blog{padding:80px 0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.blog-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;cursor:pointer}.blog-card:hover{transform:translateY(-5px)}.blog-card-content{padding:1.5rem}.blog-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#333}.blog-excerpt{color:#666;margin-bottom:1rem;line-height:1.6}.blog-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#999}.blog-read-time{background:#e2e8f0;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.contact{padding:80px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.btn-primary{background:#2563eb;color:#fff;padding:.75rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.btn-primary:hover{background:#1d4ed8}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#00000080}.modal-content{background-color:#fff;margin:5% auto;padding:2rem;border-radius:10px;width:90%;max-width:800px;max-height:80vh;overflow-y:auto;position:relative}.close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer;position:absolute;top:1rem;right:1.5rem}.close:hover{color:#000}@media (max-width: 768px){.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 2px 10px #0000001a}.nav-menu.active,.nav-toggle{display:flex}.hero-title{font-size:2rem}.hero-countdown{flex-wrap:wrap;gap:1rem}.countdown-item{flex:1;min-width:120px}.contact-content{grid-template-columns:1fr;gap:2rem}.events-grid,.blog-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-countdown{grid-template-columns:repeat(2,1fr)}.countdown-number,.section-title{font-size:2rem}}.mini-games{padding:80px 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.game-card{background:#fff;border-radius:15px;padding:30px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.game-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.game-card h3{color:#2c3e50;margin-bottom:10px;font-size:1.4rem}.game-card p{color:#7f8c8d;margin-bottom:20px}.game-container{min-height:200px}.game-question p{font-weight:600;color:#2c3e50;margin-bottom:15px}.game-options{display:flex;flex-direction:column;gap:10px}.game-btn{padding:12px 20px;border:2px solid #3498db;background:#fff;color:#3498db;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.game-btn:hover{background:#3498db;color:#fff}.game-btn.correct{background:#27ae60;border-color:#27ae60;color:#fff}.game-btn.incorrect{background:#e74c3c;border-color:#e74c3c;color:#fff}.game-score{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:1px solid #ecf0f1}.game-reset,.calculate-btn,.generate-btn{padding:8px 16px;background:#9b59b6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.game-reset:hover,.calculate-btn:hover,.generate-btn:hover{background:#8e44ad}.calculator-inputs{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.input-group{display:flex;flex-direction:column;gap:5px}.input-group label{font-weight:600;color:#2c3e50}.date-input{padding:10px;border:2px solid #bdc3c7;border-radius:6px;font-size:14px}.date-input:focus{outline:none;border-color:#3498db}.calculator-result{background:#ecf0f1;padding:20px;border-radius:8px;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center}.memory-board{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}.memory-card{aspect-ratio:1;background:#3498db;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.memory-card:hover{transform:scale(1.05)}.memory-card.flipped{background:#fff;border:2px solid #3498db}.memory-card.matched{background:#27ae60;color:#fff}.memory-stats{display:flex;justify-content:space-between;align-items:center;font-weight:600}.generator-result{background:#f8f9fa;border-radius:10px;padding:20px;margin-bottom:20px}.event-suggestion h4{color:#2c3e50;margin-bottom:15px}.event-suggestion p{margin-bottom:8px;color:#34495e}.event-suggestion strong{color:#2c3e50}.generate-btn{width:100%;padding:15px;font-size:1.1rem;font-weight:600}.games-benefits{margin-top:60px}.games-benefits h3{text-align:center;color:#2c3e50;margin-bottom:40px;font-size:1.8rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.benefit-item{text-align:center;padding:20px}.benefit-item h4{color:#2c3e50;margin-bottom:15px;font-size:1.2rem}.benefit-item p{color:#7f8c8d;line-height:1.6}.special-countdowns{padding:80px 0;background:#f8f9fa}.special-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.special-item{background:#fff;border-radius:15px;padding:30px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.special-item:hover{transform:translateY(-5px)}.special-item h3{color:#2c3e50;margin-bottom:15px;font-size:1.4rem}.special-item p{color:#7f8c8d;margin-bottom:20px;line-height:1.6}.iframe-container{width:100%;height:300px;border-radius:10px;overflow:hidden;margin-bottom:15px;border:2px solid #ecf0f1}.iframe-container iframe{width:100%;height:100%;border:none}.special-link{display:inline-block;color:#3498db;text-decoration:none;font-weight:600;transition:color .3s ease}.special-link:hover{color:#2980b9}.special-features{margin-top:60px}.special-features h3{text-align:center;color:#2c3e50;margin-bottom:40px;font-size:1.8rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.feature-card{background:#fff;padding:30px;border-radius:10px;text-align:center;box-shadow:0 5px 15px #00000014}.feature-card h4{color:#2c3e50;margin-bottom:15px;font-size:1.2rem}.feature-card p{color:#7f8c8d;line-height:1.6}@media (max-width: 768px){.games-grid{grid-template-columns:1fr;gap:20px}.game-card{padding:20px}.memory-board{grid-template-columns:repeat(3,1fr)}.special-grid{grid-template-columns:1fr}.iframe-container{height:250px}}.site-footer{background:#2c3e50;color:#fff;padding:60px 0 20px;margin-top:80px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3{color:#3498db;margin-bottom:20px;font-size:1.5rem}.footer-section h4{color:#ecf0f1;margin-bottom:15px;font-size:1.2rem}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:20px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.social-links{display:flex;gap:15px}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid #34495e;padding-top:20px;text-align:center}.footer-bottom p{color:#95a5a6;margin-bottom:5px}.legal-page{padding:40px 0;background:#f8f9fa;min-height:100vh}.legal-header{text-align:center;margin-bottom:60px;padding:40px 0;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a}.legal-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:10px}.legal-date{color:#7f8c8d;font-style:italic;margin-bottom:20px}.legal-intro{color:#34495e;font-size:1.1rem;line-height:1.6;max-width:800px;margin:0 auto}.legal-section{background:#fff;margin-bottom:30px;padding:40px;border-radius:10px;box-shadow:0 5px 15px #0000001a}.legal-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:20px;border-bottom:2px solid #3498db;padding-bottom:10px}.legal-section h3{color:#34495e;font-size:1.4rem;margin:30px 0 15px}.legal-section p{color:#2c3e50;line-height:1.7;margin-bottom:15px}.legal-section ul{margin:15px 0;padding-left:20px}.legal-section ul li{color:#2c3e50;line-height:1.6;margin-bottom:8px}.contact-info{background:#ecf0f1;padding:20px;border-radius:8px;margin:20px 0}.contact-info h3{color:#2c3e50;margin-bottom:15px}.contact-info p{margin-bottom:8px}.contact-info a{color:#3498db;text-decoration:none}.contact-info a:hover{text-decoration:underline}.legal-footer{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid #ecf0f1}.legal-footer p{color:#7f8c8d;margin-bottom:10px}.legal-footer a{color:#3498db;text-decoration:none;margin:0 10px}.legal-footer a:hover{text-decoration:underline}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:30px}.legal-section,.legal-header{padding:20px}.legal-header h1{font-size:2rem}}.guides-page{padding:40px 0;background:#f8f9fa;min-height:100vh}.guides-header{text-align:center;margin-bottom:60px;padding:40px 0;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a}.guides-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:20px}.guides-intro{color:#34495e;font-size:1.2rem;line-height:1.6;max-width:800px;margin:0 auto}.guides-grid{display:flex;flex-direction:column;gap:40px}.guide-section{background:#fff;border-radius:15px;padding:40px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.guide-section:hover{transform:translateY(-5px)}.guide-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:30px;border-bottom:3px solid #3498db;padding-bottom:15px}.guide-content h3{color:#34495e;font-size:1.5rem;margin:30px 0 20px}.guide-content h4{color:#2c3e50;font-size:1.3rem;margin:25px 0 15px;background:#ecf0f1;padding:10px 15px;border-radius:8px;border-left:4px solid #3498db}.guide-content h5{color:#34495e;font-size:1.1rem;margin:20px 0 10px;font-weight:600}.guide-content ul{margin:15px 0;padding-left:20px}.guide-content ul li{color:#2c3e50;line-height:1.7;margin-bottom:12px}.guide-content ul li strong{color:#2980b9;font-weight:600}.checklist{display:flex;flex-direction:column;gap:10px;margin:20px 0;background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #27ae60}.checklist label{display:flex;align-items:center;gap:10px;color:#2c3e50;cursor:pointer;padding:8px;border-radius:5px;transition:background .3s ease}.checklist label:hover{background:#e8f5e8}.checklist input[type=checkbox]{width:18px;height:18px;accent-color:#27ae60}.checklist input[type=checkbox]:checked+span{text-decoration:line-through;color:#7f8c8d}@media (max-width: 768px){.guides-header{padding:20px}.guides-header h1{font-size:2rem}.guides-intro{font-size:1.1rem}.guide-section{padding:20px}.guide-section h2{font-size:1.5rem}.guide-content h3{font-size:1.3rem}.guide-content h4{font-size:1.1rem;padding:8px 12px}}
