*{box-sizing:border-box;margin:0;padding:0}:root{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--secondary-gradient:linear-gradient(135deg,#f093fb,#f5576c);--accent-gradient:linear-gradient(135deg,#4facfe,#00f2fe);--dark-gradient:linear-gradient(135deg,#2c3e50,#34495e);--primary-color:#667eea;--secondary-color:#764ba2;--accent-color:#f5576c;--text-dark:#1a1a2e;--text-light:#6c757d;--bg-light:#f8f9fa;--bg-white:#fff;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 32px #00000029;--shadow-xl:0 16px 48px #0003;--border-radius:16px;--border-radius-sm:8px;--border-radius-lg:24px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-fast:all 0.15s cubic-bezier(0.4,0,0.2,1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#f8f9fa,#fff);color:#1a1a2e;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.7;margin:0;padding:0}code{font-family:Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}h1,h2,h3,h4,h5,h6{color:#1a1a2e;color:var(--text-dark);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-top:0}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3rem);font-weight:700}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}p{font-size:1.1rem;line-height:1.8;margin-top:0}button{border:none;cursor:pointer;font-family:inherit;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}html{scroll-behavior:smooth}::selection{background:#667eea;background:var(--primary-color);color:#fff}.main-navigation{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#667eeaf2;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 24px #667eea26;padding:0;position:-webkit-sticky;position:sticky;top:0;transition:var(--transition);z-index:1000}.main-navigation:before{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;content:"";left:0;opacity:.98;position:absolute;right:0;top:0;z-index:-1}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo{color:#fff;text-decoration:none}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin:0;transition:var(--transition)}.logo:hover h1{transform:scale(1.05)}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a,.nav-links li{position:relative}.nav-links a{border-radius:12px;color:#fff;display:block;font-size:.95rem;font-weight:600;padding:.6rem 1.2rem;text-decoration:none;transition:var(--transition)}.nav-links a:before{background:#fff;border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:var(--transition);width:0}.nav-links a.active,.nav-links a:hover{background-color:#ffffff26;transform:translateY(-2px)}.nav-links a.active:before,.nav-links a:hover:before{width:60%}.dropdown-trigger{border-radius:5px;color:#fff;cursor:pointer;display:block;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.dropdown-trigger:hover{background-color:#fff3}.legal-dropdown{position:relative}.dropdown-menu{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #0000000d;border-radius:var(--border-radius);box-shadow:var(--shadow-lg);left:0;list-style:none;margin:.75rem 0 0;min-width:220px;opacity:0;padding:.75rem 0;position:absolute;top:100%;transform:translateY(-10px) scale(.95);transition:var(--transition);visibility:hidden}.legal-dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0) scale(1);visibility:visible}.dropdown-menu li{margin:0}.dropdown-menu a{border-radius:0;color:var(--text-dark);display:block;font-weight:500;padding:.75rem 1.5rem;transition:var(--transition-fast)}.dropdown-menu a:hover{background:linear-gradient(90deg,#667eea1a,#764ba21a);color:var(--primary-color);padding-left:1.75rem;transform:translateX(4px)}@media (max-width:768px){.nav-container{flex-direction:column;padding:1rem}.nav-links{flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.logo h1{font-size:1.2rem}.nav-links a{font-size:.9rem;padding:.4rem .8rem}}.main-footer{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;margin-top:auto;overflow:hidden;padding:4rem 0 1.5rem;position:relative}.main-footer:before{background:linear-gradient(90deg,#0000,#667eea80,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem;margin-top:0}.footer-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.footer-section h4{border-bottom:2px solid #667eea4d;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem}.footer-section p{color:#fffc;line-height:1.6;margin:.5rem 0}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin:.5rem 0}.footer-section ul li a{color:#fffc;display:inline-block;padding:.25rem 0;position:relative;text-decoration:none;transition:var(--transition)}.footer-section ul li a:before{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));bottom:0;content:"";height:2px;left:0;position:absolute;transition:var(--transition);width:0}.footer-section ul li a:hover{color:#fff;transform:translateX(4px)}.footer-section ul li a:hover:before{width:100%}.social-links{display:flex;gap:1rem;margin-top:1rem}.footer-bottom{border-top:1px solid #fff3;margin:2rem auto 0;max-width:1200px;padding:1.5rem 2rem 0;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem;margin:0}@media (max-width:768px){.footer-container{gap:1.5rem;grid-template-columns:1fr}}.home-page{min-height:calc(100vh - 200px)}.hero-section{background-position:100%;background-repeat:no-repeat;background-size:cover;color:#fff;overflow:hidden;padding:8rem 2rem;position:relative;text-align:left}.hero-section:before{background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;padding-right:min(18vw,260px)}.hero-section h1{animation:fadeInUp .8s ease-out;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;letter-spacing:-.03em;margin-bottom:1.5rem;position:relative;text-shadow:0 4px 20px #0003;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{animation:fadeInUp 1s ease-out .2s both;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400;margin-bottom:1.5rem;opacity:.95;position:relative;z-index:1}.hero-description{animation:fadeInUp 1s ease-out .4s both;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8;margin-bottom:3rem;margin-left:0;margin-right:0;max-width:700px;opacity:.9;position:relative;z-index:1}.cta-button{animation:fadeInUp 1s ease-out .6s both;background:#fff;border-radius:50px;box-shadow:0 8px 24px #00000040;color:var(--primary-color);display:inline-block;font-size:1.1rem;font-weight:700;overflow:hidden;padding:1.25rem 3rem;position:relative;text-decoration:none;transition:var(--transition);z-index:1}.cta-button:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.cta-button:hover:before{left:100%}.cta-button:hover{box-shadow:0 12px 32px #00000059;transform:translateY(-4px) scale(1.05)}.features-section,.popular-games-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:6rem 2rem;position:relative}.container{margin:0 auto;max-width:1200px}.features-section h2,.popular-games-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);-webkit-background-clip:text;background-clip:text;color:var(--text-dark);font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:4rem;position:relative;text-align:center}.features-section h2:after,.popular-games-section h2:after{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:2px;bottom:-1rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-card{background:#fff;border:1px solid #667eea1a;border-radius:var(--border-radius);box-shadow:var(--shadow-md);overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:var(--transition)}.feature-card:before{background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:var(--transition)}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{border-color:#667eea4d;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.feature-icon{font-size:1rem;margin-bottom:1.5rem;min-height:64px;transition:var(--transition);width:86px}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-card h3{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:var(--text-light);font-size:1rem;line-height:1.8}.games-preview{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.game-card{background:#fff;border:1px solid #667eea1a;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.game-card,.game-card:after{transition:var(--transition)}.game-card:after{background:radial-gradient(circle,#667eea1a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;width:200%}.game-card:hover:after{opacity:1}.game-card:hover{border-color:#667eea4d;box-shadow:var(--shadow-xl);transform:translateY(-10px) scale(1.02)}.game-thumbnail{aspect-ratio:1;border-radius:8px;margin-bottom:1.5rem;object-fit:cover;transition:var(--transition);width:96px}.game-card:hover .game-thumbnail{transform:scale(1.15) rotate(5deg)}.game-card h3{color:var(--text-dark);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.game-card p{color:var(--text-light);font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.play-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 4px 16px #667eea66;color:#fff;display:inline-block;font-size:1.05rem;font-weight:700;overflow:hidden;padding:1rem 2.5rem;position:relative;text-decoration:none;transition:var(--transition)}.play-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.play-button:hover:before{height:300px;width:300px}.play-button:hover{box-shadow:0 8px 24px #667eea80;transform:translateY(-3px) scale(1.05)}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.features-section h2,.popular-games-section h2{font-size:2rem}.features-grid,.games-preview{grid-template-columns:1fr}.hero-section{text-align:center}.hero-content{padding-right:0}}.games-page{background:linear-gradient(180deg,#fff,#f8f9fa);min-height:calc(100vh - 200px)}.games-header{animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background-size:200% 200%;color:#fff;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.games-header h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;margin-bottom:1rem;text-shadow:0 4px 20px #0003}.games-header p{font-size:clamp(1rem,2vw,1.3rem);font-weight:400;opacity:.95}.games-container{padding:3rem 2rem}.games-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.game-item{background:#fff;border:1px solid #667eea1a;border-radius:var(--border-radius);box-shadow:var(--shadow-md);overflow:hidden;transition:var(--transition)}.game-item:hover{border-color:#667eea4d;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.game-thumbnail-large{background:#eef2ff;display:block;height:220px;min-height:150px;object-fit:cover;width:100%}.game-info{padding:1.5rem}.game-info h2{color:#333;font-size:1.5rem;margin-bottom:.5rem}.daily-card-label{background:#fff7ed;border-radius:8px;color:#9a3412;display:inline-block;font-size:.78rem;font-weight:900;letter-spacing:.08em;margin-bottom:.75rem;padding:.25rem .55rem;text-transform:uppercase}.game-category{color:#667eea;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.play-game-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:var(--border-radius-sm);box-shadow:0 4px 16px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1.05rem;font-weight:700;justify-content:center;min-height:50px;overflow:hidden;padding:1rem;position:relative;text-decoration:none;transition:var(--transition);width:100%}.play-game-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.play-game-button:hover:before{height:300px;width:300px}.play-game-button:hover{box-shadow:0 8px 24px #667eea80;transform:translateY(-3px)}.game-player{background:#f8f9fa;display:flex;flex-direction:column;min-height:calc(100vh - 200px)}.game-player-header{align-items:center;background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1.5rem 2rem}.game-player-header h2{color:#333;margin:0}.close-game-button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:all .3s ease}.close-game-button:hover{background:#5568d3;transform:translateY(-2px)}.game-iframe-container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.game-iframe{background:#fff;border:none;border-radius:10px;box-shadow:0 4px 15px #0003;height:80vh;max-width:1200px;min-height:600px;width:100%}@media (max-width:768px){.games-header h1{font-size:2rem}.games-grid{grid-template-columns:1fr}.game-player-header{flex-direction:column;gap:1rem;text-align:center}.game-iframe{height:70vh;min-height:500px}}.ad-slot{align-items:center;background:#f7f8ff;border:1px dashed #667eea59;border-radius:8px;color:#5c6478;display:flex;font-size:.85rem;font-weight:700;justify-content:center;letter-spacing:.08em;min-height:96px;text-transform:uppercase;width:100%}.ad-slot-sidebar{min-height:280px}.ad-slot-banner{min-height:110px}.playable-game{color:#1f2937;margin:0 auto;max-width:760px;width:100%}.game-toolbar{align-items:center;gap:1rem;justify-content:space-between;margin-bottom:1rem}.game-stats,.game-toolbar{display:flex;flex-wrap:wrap}.game-stats{gap:.75rem}.difficulty-button,.stat-pill{background:#eef2ff;border-radius:8px;color:#3730a3;font-size:.95rem;font-weight:800;min-height:40px;padding:.55rem .85rem}.game-actions{display:flex;flex-wrap:wrap;gap:.75rem}.difficulty-button,.game-action-button{border:0;cursor:pointer}.game-action-button{background:#667eea;border-radius:8px;color:#fff;font-weight:800;min-height:42px;padding:.65rem 1rem}.game-action-button.secondary{background:#e5e7eb;color:#1f2937}.game-action-button:disabled{cursor:not-allowed;opacity:.65}.game-status{background:#fff7ed;border-radius:8px;color:#9a3412;font-weight:800;margin:1rem 0;padding:.85rem 1rem;text-align:center}.touch-pad{grid-gap:.45rem;display:grid;gap:.45rem;grid-template-columns:repeat(3,56px);grid-template-rows:repeat(3,48px);justify-content:center;margin-top:1rem}.touch-pad button{background:#eef2ff;border-radius:8px;color:#3730a3;font-size:1rem;font-weight:900}.touch-pad .up{grid-column:2}.touch-pad .left{grid-column:1;grid-row:2}.touch-pad .down{grid-column:2;grid-row:2}.touch-pad .right{grid-column:3;grid-row:2}.snake-board{aspect-ratio:1;background:#f8fafc;border:8px solid #1f2937;border-radius:8px;display:grid;grid-template-columns:repeat(16,1fr);margin:0 auto;overflow:hidden;width:min(92vw,560px)}.snake-cell{border:1px solid #1f29370a}.snake-cell.snake{background:#16a34a}.snake-cell.head{background:#14532d}.snake-cell.food{background:#f5576c;border-radius:50%}.difficulty-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.difficulty-button.active{background:#667eea;color:#fff}.memory-board{grid-gap:.75rem;display:grid;gap:.75rem;margin:0 auto}.memory-board.easy{max-width:460px}.memory-board.easy,.memory-board.medium{grid-template-columns:repeat(4,minmax(54px,1fr))}.memory-board.medium{max-width:520px}.memory-board.hard{grid-template-columns:repeat(6,minmax(42px,1fr));max-width:640px}.memory-card{aspect-ratio:1;background:#1f2937;border-radius:8px;box-shadow:var(--shadow-sm);color:#fff;font-size:clamp(1.2rem,5vw,2rem);font-weight:900}.memory-card.matched,.memory-card.revealed{background:#eef2ff;color:#3730a3}.memory-card.matched{outline:3px solid #22c55e}.mines-board{grid-gap:.35rem;background:#1f2937;border-radius:8px;display:grid;gap:.35rem;margin:0 auto;padding:.65rem;touch-action:manipulation;width:min(92vw,620px)}.mines-cell{align-items:center;aspect-ratio:1;background:#eef2ff;border-radius:6px;box-shadow:inset 0 -3px 0 #1f29371f;color:#1f2937;display:flex;font-size:clamp(.75rem,3vw,1.1rem);font-weight:900;justify-content:center;min-width:0}.mines-cell:hover{background:#dbeafe}.mines-cell.revealed{background:#f8fafc;box-shadow:none}.mines-cell.flagged{background:#fef3c7;color:#92400e}.mines-cell.mine{background:#fecaca;color:#991b1b}.mines-cell.count-1{color:#2563eb}.mines-cell.count-2{color:#16a34a}.mines-cell.count-3{color:#dc2626}.mines-cell.count-4,.mines-cell.count-5,.mines-cell.count-6,.mines-cell.count-7,.mines-cell.count-8{color:#7c3aed}.puzzle-2048-board{grid-gap:.75rem;aspect-ratio:1;background:#1f2937;border-radius:8px;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr);margin:0 auto;padding:.75rem;touch-action:none;width:min(92vw,520px)}.tile-2048{align-items:center;background:#e5e7eb;border-radius:8px;color:#1f2937;display:flex;font-size:clamp(1.35rem,6vw,2.5rem);font-weight:900;justify-content:center}.tile-2048.value-0{background:#ffffff24;color:#0000}.tile-2048.value-2,.tile-2048.value-4{background:#eef2ff}.tile-2048.value-16,.tile-2048.value-8{background:#bfdbfe}.tile-2048.value-32,.tile-2048.value-64{background:#fbcfe8}.tile-2048.value-128,.tile-2048.value-256{background:#fde68a}.tile-2048.value-1024,.tile-2048.value-2048,.tile-2048.value-512{background:#86efac}@media (max-width:640px){.game-toolbar{align-items:stretch}.difficulty-row,.game-actions,.game-stats{width:100%}.difficulty-button,.game-action-button,.stat-pill{flex:1 1;text-align:center}.memory-board.hard{gap:.45rem}.mines-board{gap:.24rem;padding:.4rem}}.game-detail-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.game-detail-hero{background:linear-gradient(135deg,#667eea,#764ba2 52%,#f5576c);color:#fff;padding:4rem 2rem}.game-detail-hero-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:minmax(0,1fr) 220px}.game-detail-hero h1{color:#fff;margin-bottom:1rem}.daily-label,.game-kicker{font-size:.85rem;font-weight:900;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.daily-label{background:#fff;border-radius:8px;color:#764ba2;display:inline-block;padding:.35rem .7rem}.game-lede{color:#ffffffed;max-width:700px}.play-anchor{align-items:center;background:#fff;border-radius:8px;color:#553c9a;display:inline-flex;font-weight:900;justify-content:center;margin-top:1rem;min-height:48px;padding:.85rem 1.4rem}.game-emblem{aspect-ratio:1;border:1px solid #ffffff59;border-radius:8px;box-shadow:var(--shadow-lg);object-fit:cover;width:220px}.game-detail-content{padding:3rem 2rem}.game-detail-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:minmax(0,1fr) 300px}.info-panel,.more-games-panel,.play-panel{background:#fff;border-radius:8px;box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.5rem}.play-panel-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.info-panel h2,.more-games-panel h2,.play-panel h2{color:#1f2937;font-size:1.5rem;margin:0 0 1rem}.play-panel-header h2{margin:0}.back-link{color:#667eea;font-weight:800}.detail-game-iframe{background:#fff;border:0;border-radius:8px;height:min(76vh,720px);min-height:560px;width:100%}.info-panel ul{color:#4b5563;line-height:1.8;padding-left:1.25rem}.faq-item{border-top:1px solid #e5e7eb;padding:1rem 0}.faq-item h3{font-size:1.1rem;margin-bottom:.45rem}.faq-item p{color:#4b5563;margin:0}.game-detail-sidebar{position:-webkit-sticky;position:sticky;top:1rem}.mini-game-link{grid-gap:.75rem;align-items:center;border-radius:8px;color:#1f2937;display:grid;gap:.75rem;grid-template-columns:48px 1fr;min-height:58px;padding:.65rem}.mini-game-link:hover{background:#eef2ff}.mini-game-link img{aspect-ratio:1;border-radius:8px;object-fit:cover;width:48px}@media (max-width:900px){.game-detail-hero-grid,.game-detail-layout{grid-template-columns:1fr}.game-emblem{width:160px}.game-detail-sidebar{position:static}}@media (max-width:640px){.game-detail-content,.game-detail-hero{padding-left:1rem;padding-right:1rem}.play-panel-header{align-items:flex-start;flex-direction:column}.detail-game-iframe{min-height:500px}}.mobile-games-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.mobile-games-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.mobile-games-header h1{font-size:2.5rem;margin-bottom:1rem}.mobile-games-header p{font-size:1.2rem;opacity:.95}.mobile-games-content{padding:3rem 2rem}.mobile-games-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:4rem}.mobile-game-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.mobile-game-card:hover{box-shadow:0 8px 15px #0003;transform:translateY(-5px)}.game-icon{align-items:center;aspect-ratio:1;background:linear-gradient(135deg,#667eea,#f5576c);border-radius:8px;color:#fff;display:inline-flex;font-size:1.6rem;font-weight:900;justify-content:center;margin-bottom:1rem;width:86px}.game-details h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.platform-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:1rem;padding:.3rem 1rem}.game-description{color:#666;line-height:1.6;margin-bottom:1.5rem;min-height:60px}.download-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease;width:100%}.download-button:hover:not(.coming-soon){box-shadow:0 4px 10px #667eea66;transform:translateY(-2px)}.download-button.coming-soon{background:#ccc;cursor:not-allowed;opacity:.7}.no-games{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:4rem;padding:4rem 2rem;text-align:center}.no-games p{color:#666;font-size:1.2rem}.mobile-games-info{margin-top:4rem}.info-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2.5rem}.info-section h2{border-bottom:3px solid #667eea;color:#667eea;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem}.info-section p{color:#555;font-size:1.1rem;line-height:1.8}.info-section a{color:#667eea;font-weight:600;text-decoration:none}.info-section a:hover{text-decoration:underline}.features-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-item{align-items:flex-start;display:flex;gap:1rem}.feature-icon{align-items:center;background:#eef2ff;border-radius:8px;color:#3730a3;display:inline-flex;flex-shrink:0;font-size:.9rem;font-weight:900;justify-content:center;min-height:48px;width:58px}.feature-item h4{color:#333;font-size:1.2rem;margin-bottom:.5rem}.feature-item p{color:#666;font-size:1rem;margin:0}@media (max-width:768px){.mobile-games-header h1{font-size:2rem}.features-list,.mobile-games-grid{grid-template-columns:1fr}.info-section{padding:1.5rem}}.about-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.about-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.about-header h1{font-size:3rem;margin-bottom:1rem}.subtitle{font-size:1.3rem;opacity:.95}.about-content{padding:3rem 2rem}.about-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2.5rem}.about-section h2{border-bottom:3px solid #667eea;color:#667eea;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem}.about-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.about-section a{color:#667eea;font-weight:600;text-decoration:none}.about-section a:hover{text-decoration:underline}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.value-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem}.value-item h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.value-item p{color:#666;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.about-header h1{font-size:2rem}.subtitle{font-size:1.1rem}.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}.values-grid{grid-template-columns:1fr}}.contact-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.contact-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.contact-header h1{font-size:2.5rem;margin-bottom:1rem}.contact-header p{font-size:1.2rem;opacity:.95}.contact-content{padding:3rem 2rem}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;margin:0 auto;max-width:1000px}.contact-form-container,.contact-info{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2.5rem}.contact-form-container h2,.contact-info h2{color:#667eea;font-size:1.8rem;margin-bottom:1.5rem}.contact-info p{color:#555;line-height:1.8;margin-bottom:2rem}.info-item{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1.5rem}.info-item:last-child{border-bottom:none}.info-item h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.info-item p{color:#666;margin:0}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:5px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{resize:vertical}.submit-button{align-self:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-button:hover{box-shadow:0 4px 10px #667eea66;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.error-message{color:#b91c1c;font-size:.95rem;font-weight:700;margin-bottom:1rem}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724;padding:1.5rem;text-align:center}.success-message p{font-size:1.1rem;font-weight:600;margin:0}@media (max-width:768px){.contact-header h1{font-size:2rem}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-form-container,.contact-info{padding:1.5rem}}.legal-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.legal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.legal-header h1{font-size:2.5rem;margin-bottom:.5rem}.last-updated{font-size:.9rem;margin:0;opacity:.9}.legal-content{padding:3rem 2rem}.legal-content .container{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:900px;padding:3rem}.legal-content section{margin-bottom:3rem}.legal-content section:last-child{margin-bottom:0}.legal-content h2{border-bottom:2px solid #667eea;color:#667eea;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.legal-content h3{color:#333;font-size:1.3rem;margin-bottom:.75rem;margin-top:1.5rem}.legal-content p{font-size:1rem}.legal-content p,.legal-content ul{color:#555;line-height:1.8;margin-bottom:1rem}.legal-content ul{margin-left:2rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:#667eea;font-weight:600;text-decoration:none}.legal-content a:hover{text-decoration:underline}.cookie-table{border-collapse:collapse;box-shadow:0 2px 4px #0000001a;margin:1.5rem 0;width:100%}.cookie-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cookie-table th{font-weight:600;padding:1rem;text-align:left}.cookie-table td{border-bottom:1px solid #eee;padding:1rem}.cookie-table tbody tr:hover{background-color:#f8f9fa}.cookie-table tbody tr:last-child td{border-bottom:none}@media (max-width:768px){.legal-header h1{font-size:2rem}.legal-content .container{padding:2rem 1.5rem}.legal-content h2{font-size:1.5rem}.cookie-table{font-size:.9rem}.cookie-table td,.cookie-table th{padding:.75rem .5rem}}.mobile-games-terms-page{background:#f8f9fa;min-height:calc(100vh - 200px)}.mobile-games-terms-page .legal-header{animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background-size:200% 200%;color:#fff;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.mobile-games-terms-page .legal-content{padding:3rem 2rem}.mobile-games-terms-page .legal-content .container{margin:0 auto;max-width:1000px}.game-specific-terms-section,.general-terms-section{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-md);margin-bottom:2rem;padding:3rem}.game-specific-terms-section h2,.general-terms-section h2{border-bottom:3px solid var(--primary-color);color:var(--primary-color);font-size:2rem;font-weight:800;margin-bottom:1rem;padding-bottom:.75rem}.section-intro{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-left:4px solid var(--primary-color);border-radius:var(--border-radius-sm);color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:2rem;padding:1rem}.terms-section{margin-bottom:2.5rem}.terms-section:last-child{margin-bottom:0}.terms-section h3,.terms-section h4{color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:1rem}.terms-section h4{color:var(--primary-color);font-size:1.1rem}.terms-section p{font-size:1rem}.terms-section p,.terms-section ul{color:var(--text-light);line-height:1.8;margin-bottom:1rem}.terms-section ul{margin-left:2rem}.terms-section li{margin-bottom:.5rem}.terms-section a{color:var(--primary-color);font-weight:600;text-decoration:none;transition:var(--transition)}.terms-section a:hover{color:var(--secondary-color);text-decoration:underline}.games-terms-list{margin-top:2rem}.game-terms-card{background:#f8f9fa;border:2px solid #667eea1a;border-radius:var(--border-radius);margin-bottom:1.5rem;overflow:hidden;transition:var(--transition)}.game-terms-card:hover{border-color:#667eea4d;box-shadow:var(--shadow-md)}.game-terms-header{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem 2rem;text-align:left;transition:var(--transition);width:100%}.game-terms-header:hover{background:linear-gradient(135deg,#667eea0d,#764ba20d)}.game-terms-header.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-bottom:2px solid var(--primary-color)}.game-terms-title{align-items:center;display:flex;gap:1rem}.game-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:2rem}.game-name{color:var(--text-dark);font-size:1.3rem;font-weight:700}.toggle-icon{align-items:center;background:#667eea1a;border-radius:50%;color:var(--primary-color);display:flex;font-size:1.5rem;font-weight:700;height:32px;justify-content:center;transition:var(--transition);width:32px}.game-terms-header.active .toggle-icon{background:var(--primary-color);color:#fff;transform:rotate(180deg)}.game-terms-content{animation:slideDown .3s ease-out;background:#fff;border-top:1px solid #667eea1a;padding:2rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.game-terms-updated{border-bottom:1px solid #667eea1a;color:var(--text-light);font-size:.9rem;font-style:italic;margin-bottom:1.5rem;padding-bottom:1rem}.no-games-message{background:#f8f9fa;border:2px dashed #667eea4d;border-radius:var(--border-radius);padding:3rem 2rem;text-align:center}.no-games-message p{color:var(--text-light);font-size:1.1rem}@media (max-width:768px){.game-specific-terms-section,.general-terms-section{padding:2rem 1.5rem}.game-specific-terms-section h2,.general-terms-section h2{font-size:1.75rem}.game-terms-header{padding:1.25rem 1.5rem}.game-name{font-size:1.1rem}.game-terms-content{padding:1.5rem}.terms-section{margin-bottom:2rem}}.not-found-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.not-found-content{max-width:600px;text-align:center}.not-found-content h1{font-size:8rem;font-weight:700;line-height:1;margin:0;text-shadow:4px 4px 8px #0000004d}.not-found-content h2{font-size:2.5rem;font-weight:600;margin:1rem 0}.not-found-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.home-button{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.home-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.not-found-content h1{font-size:5rem}.not-found-content h2{font-size:2rem}.not-found-content p{font-size:1rem}}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}
/*# sourceMappingURL=main.f5c5e5be.css.map*/