.app{min-height:100vh}.btn{padding:1rem 2rem;border:none;border-radius:30px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:white;color:#667eea;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.btn-secondary{background:rgba(255,255,255,.2);color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(255,255,255,.3);transform:translateY(-3px)}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}@media (max-width: 640px){.btn{width:100%;max-width:300px}}.hero{min-height:100vh;display:flex;align-items:center;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{flex:1;max-width:600px;position:relative;z-index:1}.hero-badge{display:inline-block;background:rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.hero-title-main{font-size:4rem;font-weight:800;color:#fff;line-height:1;text-shadow:0 4px 20px rgba(0,0,0,.2)}.hero-title-sub{font-size:1.5rem;font-weight:600;color:#fffffff2}.hero-description{font-size:1.125rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-stats{display:flex;gap:3rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-size:2.5rem;font-weight:800;color:#fff;line-height:1}.stat-label{font-size:.875rem;color:#fffc;font-weight:600}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.card-stack{position:relative;width:300px;height:400px}.floating-card{position:absolute;width:200px;height:280px;border-radius:15px;object-fit:cover;box-shadow:0 20px 60px #0000004d;animation:float 3s ease-in-out infinite}.floating-card:nth-child(1){top:0;left:50px}.floating-card:nth-child(2){top:60px;left:0}.floating-card:nth-child(3){top:60px;right:0}.floating-card:nth-child(4){top:120px;left:50px}.floating-card:nth-child(5){top:180px;left:25px}@keyframes float{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-20px) rotate(5deg)}}@media (max-width: 968px){.hero{flex-direction:column;text-align:center;padding-top:8rem}.hero-content{max-width:100%}.hero-title-main{font-size:3rem}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{margin-top:3rem}.card-stack{transform:scale(.8)}}@media (max-width: 640px){.hero-title-main{font-size:2.5rem}.hero-title-sub{font-size:1.25rem}.card-stack{transform:scale(.6)}}.navigation{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;padding:0}.nav-container{width:100%;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;color:#333}.logo-image{width:120px;height:120px;object-fit:contain}.nav-logo>div{display:flex;flex-direction:column;align-items:flex-start}.logo-tagline{font-size:.7em;font-style:italic;opacity:.9}.logo-text{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-links li a{color:#333;text-decoration:none;font-weight:600;cursor:pointer;transition:color .3s ease}.nav-links li a:hover{color:#667eea}.nav-cta{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff!important;padding:.75rem 1.5rem;border-radius:25px;transition:transform .3s ease,box-shadow .3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-toggle span{width:25px;height:3px;background:#333;border-radius:3px;transition:all .3s ease}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-links{position:fixed;top:70px;left:0;right:0;background:white;flex-direction:column;padding:2rem;box-shadow:0 10px 30px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.nav-links.mobile-open{transform:translateY(0);opacity:1;pointer-events:all}.nav-links li{width:100%;text-align:center}.nav-cta{display:block;width:100%}}.about-us{padding:6rem 2rem;background:#ffffff}.about-content{max-width:900px;margin:0 auto}.about-section{margin-bottom:3rem;background:#f8fafc;padding:2rem;border-radius:15px;box-shadow:0 2px 10px #0000000d}.about-section h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.about-section p{font-size:1.125rem;color:#475569;line-height:1.8;margin-bottom:1rem}.about-section p:last-child{margin-bottom:0}.product-section-inner{display:flex;align-items:flex-start;gap:2rem}.product-text{flex:1}.product-image-wrap{flex-shrink:0}.product-image{width:220px;height:auto;border-radius:10px;display:block}.values-list{list-style:none;padding:0;margin:0}.values-list li{font-size:1.125rem;color:#475569;line-height:1.8;margin-bottom:1rem;padding-left:1.5rem;position:relative}.values-list li:before{content:"★";position:absolute;left:0;color:#a855f7;font-size:1.2rem}.values-list li strong{color:#1e293b}@media (max-width: 768px){.about-us{padding:4rem 1rem}.section-header h2{font-size:2rem}.about-section{padding:1.5rem}.about-section h3{font-size:1.5rem}.product-section-inner{flex-direction:column}.product-image{width:100%;max-width:300px;margin:0 auto}.about-section p,.values-list li{font-size:1rem}}.connect{padding:6rem 2rem;background:#f8fafc}.section-header{text-align:center;margin-bottom:3rem}.connect-content{max-width:900px;margin:0 auto}.connect-intro{font-size:1.25rem;color:#475569;text-align:center;margin-bottom:3rem;line-height:1.8}.social-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:700px;margin:0 auto}.social-card{background:white;border-radius:20px;padding:3rem 2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.social-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000026}.social-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.instagram-icon{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.tiktok-icon{background:linear-gradient(135deg,#000000,#00f2ea)}.social-card h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.social-handle{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem;font-weight:500}.social-button{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}.social-button:hover{transform:scale(1.05);box-shadow:0 8px 25px #a855f766}@media (max-width: 768px){.connect{padding:4rem 1rem}.section-header h2{font-size:2rem}.connect-intro{font-size:1.125rem}.social-links{grid-template-columns:1fr}.social-card{padding:2rem 1.5rem}}.categories{padding:6rem 2rem;background:#f8fafc}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#64748b}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.category-card{background:white;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:5px solid}.category-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000026}.category-teal{border-top-color:#14b8a6}.category-pink{border-top-color:#ec4899}.category-purple{border-top-color:#a855f7}.category-yellow{border-top-color:#eab308}.category-orange{border-top-color:#f97316}.category-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem}.category-teal .category-icon{background:linear-gradient(135deg,#14b8a6,#0d9488)}.category-pink .category-icon{background:linear-gradient(135deg,#ec4899,#db2777)}.category-purple .category-icon{background:linear-gradient(135deg,#a855f7,#9333ea)}.category-yellow .category-icon{background:linear-gradient(135deg,#eab308,#ca8a04)}.category-orange .category-icon{background:linear-gradient(135deg,#f97316,#ea580c)}.category-star{color:#fff}.category-name{font-size:1.75rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.category-description{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.category-examples{font-size:.875rem;color:#475569;padding:1rem;background:#f1f5f9;border-radius:10px;line-height:1.5}.category-examples strong{color:#1e293b}@media (max-width: 768px){.categories{padding:4rem 1rem}.section-header h2{font-size:2rem}.categories-grid{grid-template-columns:1fr}}.features{padding:6rem 2rem;background:white}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:15px;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.feature-card p{font-size:1rem;color:#64748b;line-height:1.6}@media (max-width: 768px){.features{padding:4rem 1rem}.features-grid{grid-template-columns:1fr}}.how-to-play{padding:6rem 2rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.how-to-play .section-header h2,.how-to-play .section-header p{color:#fff}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.step{text-align:center;padding:2rem;background:rgba(255,255,255,.1);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-number{width:60px;height:60px;background:white;color:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step p{font-size:1rem;line-height:1.6;opacity:.95}.game-modes{text-align:center;padding:3rem;background:rgba(255,255,255,.1);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-modes h3{font-size:2rem;font-weight:700;margin-bottom:2rem}.modes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.mode{padding:1.5rem;background:rgba(255,255,255,.15);border-radius:10px;font-size:1rem;line-height:1.6}.mode strong{display:block;margin-bottom:.5rem;font-size:1.125rem}@media (max-width: 768px){.how-to-play{padding:4rem 1rem}.steps-container,.modes-grid{grid-template-columns:1fr}}.cta{padding:6rem 2rem;background:#f8fafc}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.cta-content p{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.cta-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;font-size:1rem;color:#475569;font-weight:600}.cta-features span{display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.cta{padding:4rem 1rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-features{flex-direction:column;gap:1rem}}.footer{background:#1e293b;color:#fff;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;margin-bottom:1rem}.footer-section p{color:#ffffffb3;line-height:1.6}.social-links{display:flex;gap:1rem;margin-bottom:1.5rem}.social-links a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.25rem;transition:background .3s ease}.social-links a:hover{background:rgba(255,255,255,.2)}.newsletter{display:flex;gap:.5rem}.newsletter input{flex:1;padding:.75rem;border:none;border-radius:5px;background:rgba(255,255,255,.1);color:#fff;font-size:.875rem}.newsletter input::placeholder{color:#ffffff80}.newsletter button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:transform .3s ease}.newsletter button:hover{transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#fff9;margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width: 768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.newsletter{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{scroll-behavior:smooth}#root{min-height:100vh}
