body{background:#0a0e27;color:#e2e8f0;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b880}.game-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #94a3b81a;border-radius:20px;box-shadow:0 4px 20px #0003;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.game-card:hover{background:#0f172acc;border-color:#3b82f666;box-shadow:0 20px 40px #3b82f633,0 0 0 1px #3b82f64d;transform:translateY(-8px)}.game-card-image{align-items:center;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;height:220px;justify-content:center;overflow:hidden;width:100%}.game-card img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.game-card:hover img{transform:scale(1.05)}.game-info{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.game-card h3{color:#f1f5f9;font-size:1.25rem;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin:0 0 .75rem}.game-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#94a3b8;display:-webkit-box;flex:1 1;font-size:.875rem;line-height:1.6;margin:0 0 .75rem;overflow:hidden}.game-stats{color:#64748b;font-size:.875rem}.game-stats span{align-items:center;display:flex;gap:.25rem}.game-card-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ef4444f2,#dc2626f2);border-radius:12px;box-shadow:0 4px 12px #ef444466;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;right:12px;text-transform:uppercase;top:12px;z-index:10}@media (max-width:767px){.game-card-image{height:180px}.game-info{padding:1rem}.game-card h3{font-size:1.125rem}}.search-bar{flex:1 1;max-width:500px}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #94a3b833;border-radius:16px;color:#f1f5f9;font-size:.9375rem;font-weight:500;padding:.875rem 3rem .875rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.search-input::placeholder{color:#64748b}.search-input:focus{background:#0f172acc;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0003;outline:none}.clear-search-button{align-items:center;background:#94a3b833;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;font-size:1rem;height:28px;justify-content:center;padding:0;position:absolute;right:1rem;transition:all .3s ease;width:28px}.clear-search-button:hover{background:#ef444433;color:#f87171;transform:scale(1.05)}@media (max-width:767px){.search-bar{max-width:100%}.search-input{font-size:.875rem;padding:.75rem 2.75rem .75rem 1rem}.clear-search-button{height:24px;right:.75rem;width:24px}}.home-page{background:#0a0e27;background-image:radial-gradient(at 20% 30%,#3b82f626 0,#0000 50%),radial-gradient(at 80% 70%,#a855f726 0,#0000 50%),radial-gradient(at 50% 50%,#ec48991a 0,#0000 50%);color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.home-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border-bottom:1px solid #94a3b81a;box-shadow:0 4px 20px #0000004d;display:flex;gap:2rem;justify-content:space-between;padding:2rem 3rem;position:sticky;top:0;z-index:100}.home-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#a855f7 50%,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin:0;white-space:nowrap}.games-section{padding:3rem}.games-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.5rem}.games-header h2{color:#f1f5f9;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin:0}.games-count{color:#64748b;font-size:1rem;font-weight:500}.games-grid{grid-gap:2rem;animation:fadeIn .5s ease-in;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.no-games{color:#64748b;font-size:1.125rem;font-weight:500;grid-column:1/-1;padding:4rem 2rem;text-align:center}@media (min-width:768px) and (max-width:1023px){.home-header{padding:1.5rem 2rem}.home-header h1{font-size:1.75rem}.games-section{padding:2rem}.games-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:767px){.home-header{align-items:stretch;flex-direction:column;gap:1rem;padding:1.5rem}.home-header h1{font-size:1.5rem;text-align:center}.games-section{padding:1.5rem}.games-header{align-items:flex-start;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.games-header h2{font-size:1.5rem}.games-grid{gap:1.25rem;grid-template-columns:1fr}}.game-page{background:#0a0e27;background-image:radial-gradient(at 20% 30%,#3b82f626 0,#0000 50%),radial-gradient(at 80% 70%,#a855f726 0,#0000 50%);color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.game-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border-bottom:1px solid #94a3b81a;box-shadow:0 4px 20px #0000004d;display:flex;gap:1.5rem;padding:1.5rem 2rem;position:sticky;top:0;z-index:100}.game-header h1{color:#f1f5f9;font-size:1.5rem;font-weight:700;letter-spacing:-.3px;margin:0}.back-button{background:#3b82f633;border:1px solid #3b82f64d;border-radius:12px;color:#93c5fd;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.back-button:hover{background:#3b82f64d;border-color:#3b82f680;transform:translateX(-4px)}.game-container{border:1px solid #94a3b81a;border-radius:20px;box-shadow:0 20px 40px #0006;height:75vh;margin:2rem;overflow:hidden}.game-iframe{background:#0f172a;border:none;height:100%;width:100%}.game-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #94a3b81a;border-radius:20px;margin:0 2rem 2rem;padding:1.5rem 2rem}.game-stats{display:flex;gap:1rem;margin-bottom:1rem}.game-stats span{background:#3b82f626;border:1px solid #3b82f633;border-radius:12px;color:#cbd5e1;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem}.game-description{color:#94a3b8;font-size:1rem;line-height:1.6;margin:0}.game-page.error,.game-page.loading{align-items:center;display:flex;justify-content:center;min-height:100vh}.loading-spinner{animation:pulse 2s infinite;color:#60a5fa;font-size:1.5rem}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.error-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172acc;border-radius:20px;padding:2rem}.error-message h2{color:#f87171;margin-bottom:1.5rem}.game-page.no-access{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.no-access-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172acc;border:1px solid #94a3b81a;border-radius:20px;max-width:500px;padding:2.5rem;text-align:center}.game-preview{background:#0f172a99;border:1px solid #94a3b81a;border-radius:16px;margin:2rem 0;padding:1.5rem}.game-preview img{border-radius:12px;margin-bottom:1rem;max-width:300px;width:100%}.game-preview h3{color:#f1f5f9;font-size:1.5rem;margin:.5rem 0}.game-preview p{color:#94a3b8;margin:0}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.subscribe-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;padding:.75rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.subscribe-button:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}@media (max-width:767px){.game-header{padding:1rem 1.5rem}.game-header h1{font-size:1.25rem}.game-container{height:60vh;margin:1rem}.game-info{margin:0 1rem 1rem;padding:1.25rem}.game-stats{flex-wrap:wrap}}.subscription-page{background:#0a0e27;background-image:radial-gradient(at 20% 30%,#3b82f626 0,#0000 50%),radial-gradient(at 80% 70%,#a855f726 0,#0000 50%);color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:20px}.subscription-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #94a3b81a;border-radius:20px;box-shadow:0 4px 20px #0000004d;display:flex;gap:1.5rem;margin-bottom:30px;padding:1.5rem 2rem}.subscription-header h1{color:#f1f5f9;font-size:1.75rem;font-weight:700;letter-spacing:-.5px;margin:0}.subscription-content{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1200px}.subscription-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #94a3b81a;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:2rem}.subscription-info h2{color:#f1f5f9;font-weight:700;margin-top:0}.subscription-plans{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #94a3b81a;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:2rem}.plan-toggle{background:#0f172a99;border:1px solid #94a3b833;border-radius:12px;display:flex;justify-content:center;margin:0 auto 30px;overflow:hidden;width:fit-content}.plan-toggle button{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.plan-toggle button.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.plan-details{background:#0f172a66;border:1px solid #94a3b81a;border-radius:16px;padding:2rem;text-align:center}.plan-price{margin:20px 0}.price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#a855f7);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.period{color:#94a3b8;font-size:1rem;margin-left:5px}.plan-features{list-style:none;margin:30px auto;max-width:400px;padding:0;text-align:left}.plan-features li{color:#cbd5e1;font-weight:500;padding:.75rem 0}.error-message{background:#ef444426;border:1px solid #ef44444d;border-radius:12px;color:#fca5a5;margin-bottom:15px;padding:1rem;text-align:center}.carrier-options{margin-top:30px;text-align:center}.carrier-options p{color:#94a3b8;margin-bottom:15px}.carrier-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.carrier-button{border:1px solid #94a3b833;border-radius:12px;cursor:pointer;font-size:.9375rem;font-weight:700;padding:.75rem 1.75rem;transition:all .3s}.carrier-button.ais{background:#00a86233;border-color:#00a8624d;color:#6ee7b7}.carrier-button.dtac{background:#007bff33;border-color:#007bff4d;color:#93c5fd}.carrier-button.selected,.carrier-button:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-2px)}.operator-selection{margin-top:20px;text-align:center}.operator-message{color:#f1f5f9;font-size:1.1rem;font-weight:600;margin-bottom:20px}.subscription-details{background:#0f172a66;border:1px solid #94a3b81a;border-radius:16px;margin:20px 0;padding:1.5rem;text-align:center}.subscription-details p{color:#cbd5e1;line-height:1.6;margin-bottom:15px}.subscription-details p:last-child{margin-bottom:0}.game-image-container{margin:20px auto;text-align:center}.subscription-image{border:1px solid #94a3b81a;border-radius:16px;box-shadow:0 10px 30px #0006;display:block;height:auto;margin:0 auto;max-width:100%}.subscription-failed{background:#0f172a99;border:1px solid #ef44444d;border-radius:20px;margin:20px 0;padding:2.5rem;text-align:center}.failed-icon{font-size:48px;margin-bottom:15px}.subscription-failed h2{color:#f87171;font-weight:700;margin-bottom:15px}.subscription-failed p{color:#cbd5e1;font-size:16px;line-height:1.6;margin-bottom:25px}.retry-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 1.75rem;transition:all .3s}.retry-button:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.subscription-processing,.subscription-success{background:#0f172a99;border:1px solid #94a3b81a;border-radius:20px;margin:20px 0;padding:2.5rem;text-align:center}.processing-icon,.success-icon{font-size:48px;margin-bottom:15px}.subscription-processing h2{color:#fbbf24;font-weight:700;margin-bottom:15px}.subscription-success h2{color:#6ee7b7;font-weight:700;margin-bottom:15px}.subscription-processing p,.subscription-success p{color:#cbd5e1;font-size:16px;line-height:1.6;margin-bottom:15px}@media (max-width:767px){.subscription-header{padding:1rem 1.5rem}.subscription-header h1{font-size:1.5rem}.plan-details,.subscription-info,.subscription-plans{padding:1.5rem}.price{font-size:2rem}}.App{background:#0a0e27;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}
/*# sourceMappingURL=main.4afdab2e.css.map*/