@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--game-yellow: #f2e205;--game-purple: #451272;--game-blue: #00addc;--color-primary: var(--game-purple);--color-secondary: var(--game-blue);--color-accent: var(--game-yellow);--color-text: #333;--color-text-light: #666;--color-background: #f9fafb;--color-border: #e5e7eb;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--font-family: "Inter", system-ui, -apple-system, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--radius-sm: .125rem;--radius-md: .25rem;--radius-lg: .5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .05);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);line-height:1.5;min-height:100vh}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.hidden{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media print{.no-print{display:none!important}}.site-header{background-color:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.header-logo{display:flex;align-items:center}.logo-icon{font-size:1.875rem;color:var(--game-purple);margin-right:.5rem}.logo-text{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.logo-blue{color:var(--game-blue)}.header-nav{display:flex;gap:1.5rem}.nav-link{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--game-blue)}.header-auth{display:flex;gap:.75rem}.btn-login{padding:.5rem 1rem;border:1px solid var(--game-blue);border-radius:.25rem;color:var(--game-blue);background:transparent;font-weight:500;cursor:pointer;transition:all .2s}.btn-login:hover{background-color:#3b82f61a}.btn-register{padding:.5rem 1rem;border:none;border-radius:.25rem;color:#fff;background-color:var(--game-blue);font-weight:500;cursor:pointer;transition:all .2s}.btn-register:hover{background-color:var(--game-blue-dark)}.header-mobile-menu{display:none;background:none;border:none;font-size:1.25rem;color:var(--text-dark);cursor:pointer}.header-mobile-nav{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;flex-direction:column;padding:1rem 0}.mobile-nav-link{display:block;padding:.75rem 1.5rem;color:var(--text-dark);text-decoration:none;font-weight:500}.mobile-nav-link:hover{background-color:#0000000d}.mobile-nav-auth{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.1);margin-top:.5rem}.mobile-nav-btn{padding:.5rem;border:none;border-radius:.25rem;font-weight:500;cursor:pointer;width:100%;text-align:center}.mobile-nav-btn:first-child{border:1px solid var(--game-blue);color:var(--game-blue);background-color:transparent}.mobile-nav-btn:last-child{color:#fff;background-color:var(--game-blue)}@media (max-width: 768px){.header-nav,.header-auth{display:none}.header-mobile-menu{display:block}.header-mobile-nav.active{display:flex}}.site-footer{background-color:var(--dark-bg);color:var(--text-light);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:1.25rem}.footer-logo{display:flex;align-items:center}.footer-logo .logo-icon{font-size:1.75rem;color:var(--game-purple);margin-right:.5rem}.footer-logo .logo-text{font-size:1.5rem;font-weight:700;color:#fff}.footer-logo .logo-blue{color:var(--game-blue)}.footer-tagline{font-size:.875rem;line-height:1.5;color:var(--text-muted);max-width:300px}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ffffff1a;color:#fff;transition:all .2s}.social-link:hover{background-color:var(--game-blue);transform:translateY(-2px)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-heading{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-nav{list-style:none;padding:0;margin:0}.footer-nav li{margin-bottom:.5rem}.footer-nav-link{color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color .2s}.footer-nav-link:hover{color:var(--game-blue)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.copyright{font-size:.75rem;color:var(--text-muted)}.footer-badges{display:flex;gap:1rem}.badge{font-size:.75rem;color:var(--text-light);display:flex;align-items:center;gap:.375rem}.badge i{color:var(--game-blue)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:1rem;align-items:center;text-align:center}}@media (max-width: 480px){.footer-links{grid-template-columns:1fr;gap:1.5rem}}.hero-section{background:linear-gradient(135deg,var(--game-purple) 0%,var(--game-blue) 100%);color:#fff;padding:4rem 0}@media (min-width: 768px){.hero-section{padding:6rem 0}}.hero-content{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.hero-content{flex-direction:row;align-items:center}}.hero-text{margin-bottom:2.5rem}@media (min-width: 768px){.hero-text{width:50%;margin-bottom:0}.hero-image{width:50%;display:flex;justify-content:center}}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.hero-title{font-size:3rem}}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem;line-height:1.5}@media (min-width: 768px){.hero-subtitle{font-size:1.25rem}}.hero-buttons{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.hero-buttons{flex-direction:row;gap:1rem}}.btn-primary{padding:.75rem 2rem;background-color:var(--game-yellow);color:var(--game-purple);border:none;border-radius:.5rem;font-weight:700;cursor:pointer;transition:background-color .2s ease;text-align:center}.btn-primary:hover{background-color:#e6d600}.btn-secondary{padding:.75rem 2rem;background-color:transparent;color:#fff;border:2px solid white;border-radius:.5rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-decoration:none;text-align:center}.btn-secondary:hover{background-color:#fff;color:var(--game-purple)}.hero-img{border-radius:.5rem;box-shadow:0 20px 25px -5px #0003;max-width:100%;height:auto}@media (min-width: 768px){.hero-img{max-width:28rem}}.usecases-section{padding:4rem 0;background-color:#fff}.section-title{font-size:1.875rem;font-weight:700;text-align:center;color:var(--game-purple);margin-bottom:3rem}.usecases-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.usecases-grid{grid-template-columns:repeat(3,1fr)}}.usecase-card{background-color:#f9fafb;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.usecase-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-5px)}.usecase-icon{font-size:2.5rem;color:var(--game-blue);margin-bottom:1rem}.usecase-title{font-size:1.25rem;font-weight:700;color:var(--game-purple);margin-bottom:.75rem}.usecase-description{color:#4b5563}.how-it-works-section{padding:4rem 0;background-color:#f9fafb}.steps-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;text-align:center;transition:all .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px #0000001a}.step-number{width:4rem;height:4rem;background-color:var(--game-yellow);color:var(--game-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700}.step-title{font-size:1.125rem;font-weight:700;color:var(--game-purple);margin-bottom:.5rem}.step-description{color:#4b5563;font-size:.9375rem}.catalog-section{padding:4rem 0;background-color:#fff}.catalog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.catalog-header .section-title{margin-bottom:0;text-align:left}.view-all-link{color:var(--game-blue);text-decoration:none;transition:all .2s ease}.view-all-link:hover{text-decoration:underline}.catalog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.catalog-grid{grid-template-columns:repeat(4,1fr)}}.game-card{background-color:#f9fafb;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.game-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.game-image{height:12rem;background-color:#e5e7eb;position:relative}.game-img{width:100%;height:100%;object-fit:cover}.game-badge{position:absolute;top:.5rem;right:.5rem;background-color:var(--game-yellow);color:var(--game-purple);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:700}.game-details{padding:1rem}.game-title{font-size:1.125rem;font-weight:700;color:var(--game-purple);margin-bottom:.25rem}.game-location{color:#6b7280;font-size:.875rem;margin-bottom:.75rem}.game-footer{display:flex;justify-content:space-between;align-items:center}.game-price{font-weight:700;color:var(--game-blue)}.game-reserve{background-color:var(--game-purple);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;border:none;cursor:pointer;transition:background-color .2s ease}.game-reserve:hover{background-color:#3b0e60}.testimonials-section{padding:4rem 0;background-color:#f9fafb}.testimonials-title{font-size:1.875rem;font-weight:700;text-align:center;color:var(--game-purple);margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.testimonial-header{display:flex;align-items:center;margin-bottom:1rem}.testimonial-avatar{width:3rem;height:3rem;border-radius:50%;overflow:hidden;margin-right:1rem}.avatar-img{width:100%;height:100%;object-fit:cover}.testimonial-user{flex:1}.user-name{font-size:1rem;font-weight:700;color:var(--game-purple);margin:0 0 .25rem}.user-rating{color:var(--game-yellow);font-size:.875rem}.testimonial-text{color:#4b5563;font-style:italic;line-height:1.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.testimonial-card.visible{animation:fadeInUp .6s ease forwards}.cta-section{padding:4rem 0;background-color:#fff}.cta-container{background:linear-gradient(135deg,var(--game-purple) 0%,var(--game-blue) 100%);border-radius:1rem;overflow:hidden;padding:2rem;display:flex;flex-direction:column;color:#fff;box-shadow:0 4px 6px #0000001a}@media (min-width: 768px){.cta-container{flex-direction:row;align-items:center;padding:0 0 0 2rem}.cta-content{width:60%}.cta-image{width:40%}}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.125rem;margin-bottom:1.5rem;opacity:.9}.cta-buttons{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.cta-buttons{flex-direction:row;gap:1rem}}.cta-primary{padding:.75rem 1.5rem;background-color:var(--game-yellow);color:var(--game-purple);border:none;border-radius:.5rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.cta-primary:hover{background-color:#e6d600}.cta-secondary{padding:.75rem 1.5rem;background-color:transparent;color:#fff;border:2px solid white;border-radius:.5rem;font-weight:700;cursor:pointer;transition:all .2s ease}.cta-secondary:hover{background-color:#fff3}.cta-img{display:block;width:100%;height:100%;object-fit:cover;max-height:300px;margin-top:2rem}@media (min-width: 768px){.cta-img{margin-top:0;height:100%;max-height:none}}.modals-container{position:static;z-index:auto}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:1000}.modal.show{display:flex}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.modal-content{position:relative;background-color:#fff;width:90%;max-width:500px;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000040;z-index:1001;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.25rem;font-weight:700;color:var(--game-purple);margin:0}.modal-close{background:transparent;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;transition:color .2s ease}.modal-close:hover{color:var(--game-purple)}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;transition:border-color .2s ease}.form-group input:focus{border-color:var(--game-blue);outline:none}.password-requirements{display:block;margin-top:.5rem;font-size:.75rem;color:#6b7280}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.remember-me,.terms-check{display:flex;align-items:center}.remember-me input,.terms-check input{margin-right:.5rem}.forgot-password{color:var(--game-blue);text-decoration:none;font-size:.875rem}.forgot-password:hover{text-decoration:underline}.btn-submit{width:100%;padding:.75rem;background-color:var(--game-purple);color:#fff;border:none;border-radius:.375rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.btn-submit:hover{background-color:#3b0e60}.modal-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#6b7280;font-size:.875rem}.modal-divider:before,.modal-divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.modal-divider span{padding:0 .5rem}.social-login{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.btn-social{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-social i{margin-right:.5rem}.btn-google{color:#ea4335}.btn-google:hover{background-color:#fef2f2}.btn-facebook{color:#3b5998}.btn-facebook:hover{background-color:#eff6ff}.modal-redirect{text-align:center;font-size:.875rem}.btn-switch{background:none;border:none;color:var(--game-blue);font-weight:500;cursor:pointer;padding:0}.btn-switch:hover{text-decoration:underline}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal.show .modal-content{animation:modalFadeIn .2s ease forwards}.home-page{display:flex;flex-direction:column;min-height:100vh}.home-page>section{padding:4rem 0}.home-page>section:nth-child(2n){background-color:var(--bg-light)}
