.web-app-container{display:flex;min-height:100vh;background-color:#26202b;color:#f3f4f6;position:relative}.mobile-header{display:none;padding:.75rem 1rem;width:100%;background-color:#26202b;align-items:center;z-index:10;position:sticky;top:0}.mobile-logo{color:#3b82f6;font-size:1.5rem;font-weight:600;margin-left:1rem}.hamburger-menu{display:block;width:40px;height:40px;background:transparent;border:none;padding:8px;cursor:pointer}.hamburger-menu span{display:block;width:24px;height:2px;background-color:#fff;margin:5px 0;transition:.3s}.sidebar{position:fixed;top:0;left:0;height:100vh;width:240px;background-color:#1c1721;z-index:999;transition:transform .3s ease}.sidebar .sidebar-logo{padding:1.5rem;text-align:center}.sidebar .sidebar-logo h1{margin:0;color:#3b82f6;font-size:2rem;font-weight:600}.sidebar .balance-card{margin:0 1rem 1.5rem;padding:1rem;background-color:#2d2633;border-radius:8px}.sidebar .balance-card .balance-label{color:#a0aec0;font-size:.875rem;margin-bottom:.25rem}.sidebar .balance-card .balance-amount{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.sidebar .balance-card .add-button{background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;width:100%;font-size:.9rem;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer}.sidebar .balance-card .add-button .icon{margin-right:.5rem;font-weight:700}.sidebar .balance-card .add-button:hover{background-color:#2563eb}.sidebar .menu-section{margin-bottom:1.5rem}.sidebar .menu-section .menu-title{padding:0 1.5rem .75rem;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em}.sidebar .menu-section .menu-items{display:flex;flex-direction:column}.sidebar .menu-section .menu-items .menu-item{display:flex;align-items:center;padding:.75rem 1.5rem;color:#a0aec0;cursor:pointer;transition:background-color .2s,color .2s}.sidebar .menu-section .menu-items .menu-item .menu-icon{margin-right:1rem;font-size:1.2rem;width:24px;display:flex;justify-content:center}.sidebar .menu-section .menu-items .menu-item:hover{background-color:#ffffff0d;color:#fff}.sidebar .menu-section .menu-items .menu-item.active{background-color:#ffffff14;color:#fff;position:relative}.sidebar .menu-section .menu-items .menu-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#ffffff2e}.sidebar .menu-section .menu-items .menu-item.back-menu-item{margin-bottom:8px;background-color:#3b82f61a;border-radius:4px;margin-left:8px;margin-right:8px;padding:10px 14px;font-weight:500;color:#3b82f6}.sidebar .menu-section .menu-items .menu-item.back-menu-item:hover{background-color:#3b82f633}.sidebar .menu-section .menu-items .menu-item.back-menu-item .menu-icon{font-size:18px;font-weight:700}.main-content{flex:1;margin-left:240px;padding:1rem;overflow-y:auto;height:100vh}html,body{margin:0;padding:0;font-family:Roboto,Arial,sans-serif;background-color:#26202b;color:#f3f4f6;height:100%;width:100%;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}a{text-decoration:none;color:inherit}@media (max-width: 768px){.web-app-container{flex-direction:column;height:100vh;overflow:hidden}.mobile-header{display:flex}.main-content{margin-left:0;width:100%;height:calc(100vh - 56px);overflow-y:auto;flex:1}.sidebar{transform:translate(-100%);z-index:1001}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background-color:#00000080;z-index:1000}}.sidebar.open+.hamburger-menu span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.sidebar.open+.hamburger-menu span:nth-child(2){opacity:0}.sidebar.open+.hamburger-menu span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.casino-home[data-v-4e00d865]{width:100%;height:100%;max-width:1200px;margin:0 auto;padding:0;padding-bottom:2rem}.hero-section[data-v-4e00d865]{margin:0;margin-bottom:1rem;padding:1.5rem;background:linear-gradient(to right,#1a1f2e,#2a3142);border-radius:8px}.hero-content[data-v-4e00d865]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center;width:100%}.hero-left .hero-title[data-v-4e00d865]{font-size:2.2rem;font-weight:700;color:#fff;margin:0;margin-bottom:.5rem;line-height:1.2}.hero-left .hero-subtitle[data-v-4e00d865]{font-size:.9rem;color:#fffc;margin-bottom:1rem}.hero-left .register-button[data-v-4e00d865]{background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;border:none;border-radius:6px;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.hero-left .register-button[data-v-4e00d865]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.hero-right[data-v-4e00d865]{display:flex;flex-direction:column;gap:.5rem}.hero-card[data-v-4e00d865]{position:relative;background:#ffffff0d;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.1)}.hero-card[data-v-4e00d865]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003;background:#ffffff14}.hero-card__content[data-v-4e00d865]{padding:1rem}.hero-card__icon-wrapper[data-v-4e00d865]{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.hero-card__icon[data-v-4e00d865]{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:6px;font-size:1.125rem}.hero-card__preview[data-v-4e00d865]{display:flex;gap:.375rem}.preview-item[data-v-4e00d865]{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem;background:#ffffff0d;border-radius:6px;transition:background-color .2s ease;flex:1}.preview-item[data-v-4e00d865]:hover{background:#ffffff1a}.preview-item .game-emoji[data-v-4e00d865]{font-size:1.25rem}.preview-item span[data-v-4e00d865]:not(.game-emoji){font-size:.75rem;color:#ffffffe6}.sports-card[data-v-4e00d865]{background:#1a47214d}.sports-card[data-v-4e00d865]:hover{background:#1a472166}@media (max-width: 1024px){.hero-content[data-v-4e00d865]{grid-template-columns:1fr;gap:1rem}.hero-left[data-v-4e00d865]{text-align:center}}@media (max-width: 768px){.hero-section[data-v-4e00d865]{padding:1rem;margin-bottom:.75rem}.hero-left .hero-title[data-v-4e00d865]{font-size:1.8rem}.hero-left .register-button[data-v-4e00d865]{width:100%}}.welcome-banner[data-v-4e00d865]{background:linear-gradient(135deg,#4a154b,#9f7aea);border-radius:12px;padding:1rem 2rem;margin-bottom:2rem}.welcome-banner .banner-content[data-v-4e00d865]{display:flex;align-items:center}.welcome-banner .banner-content .slot-icon[data-v-4e00d865]{font-size:3rem;margin-right:2rem}.welcome-banner .banner-content .banner-text h2[data-v-4e00d865]{font-size:1.5rem;margin:0 0 0rem}.welcome-banner .banner-content .banner-text p[data-v-4e00d865]{font-size:1.1rem;margin:0 0 .5rem;opacity:.9}.welcome-banner .banner-content .banner-text .claim-button[data-v-4e00d865]{background-color:#fff;color:#4a154b;border:none;border-radius:6px;padding:.5rem 1.2rem;font-weight:700;cursor:pointer}.welcome-banner .banner-content .banner-text .claim-button[data-v-4e00d865]:hover{background-color:#f0f0f0}.game-categories[data-v-4e00d865]{display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;padding-bottom:.5rem}.game-categories .category-button[data-v-4e00d865]{background-color:#1e212e;color:#fff;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:.9rem;cursor:pointer;white-space:nowrap}.game-categories .category-button[data-v-4e00d865]:hover{background-color:#2d3348}.game-categories .category-button.active[data-v-4e00d865]{background-color:#3b82f6;font-weight:700}.games-section[data-v-4e00d865]{margin-bottom:2rem}.games-section .section-title[data-v-4e00d865]{font-size:1.5rem;margin-bottom:1.5rem;color:#f3f4f6;padding-left:.5rem;display:flex;align-items:center;gap:.75rem}.games-section .section-title .section-icon[data-v-4e00d865]{display:flex;align-items:center;justify-content:center;font-size:1.25rem;width:32px;height:32px;background:#ffffff1a;border-radius:8px;padding:4px}.launch-status[data-v-4e00d865]{align-self:center;color:#9ca3af;font-size:.9rem;padding:.5rem .75rem}.games-grid.scrollable[data-v-4e00d865]{display:flex;gap:1.5rem;overflow-x:auto;padding:.5rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.games-grid.scrollable[data-v-4e00d865]::-webkit-scrollbar{display:none}.games-grid.small-cards[data-v-4e00d865]{gap:1rem}.games-grid.small-cards .game-card[data-v-4e00d865]{width:200px}.games-grid.small-cards .game-card .game-preview[data-v-4e00d865]{height:120px}.games-grid.small-cards .game-card .game-preview .game-icon[data-v-4e00d865]{font-size:2.5rem}.games-grid.small-cards .game-card .game-preview .game-image[data-v-4e00d865]{padding:15px}.games-grid.small-cards .game-card .game-preview .game-tag[data-v-4e00d865]{font-size:.7rem;padding:.25rem .5rem}.games-grid.small-cards .game-card .game-details[data-v-4e00d865]{padding:.75rem}.games-grid.small-cards .game-card .game-details .game-title[data-v-4e00d865]{font-size:1rem;margin-bottom:.25rem}.games-grid.small-cards .game-card .game-details .game-description[data-v-4e00d865]{font-size:.8rem;margin-bottom:.5rem;line-height:1.2}.games-grid.small-cards .game-card .game-details .game-provider[data-v-4e00d865]{font-size:.7rem;color:#6b7280}.embedded-game[data-v-4e00d865]{margin-top:1rem;border-radius:10px;overflow:hidden;background:#0e111a;border:1px solid rgba(255,255,255,.1)}.embedded-game__header[data-v-4e00d865]{display:flex;justify-content:flex-end;padding:8px;background:#ffffff0f}.embedded-game__close[data-v-4e00d865]{width:36px;height:36px;border-radius:6px;border:none;background:#ffffff26;color:#fff;font-size:20px;cursor:pointer}.embedded-game__body[data-v-4e00d865]{position:relative;width:100%;aspect-ratio:16/9;min-height:900px}@supports not (aspect-ratio: 1){.embedded-game__body[data-v-4e00d865]{height:56.25vw;max-height:70vh}}.embedded-game__iframe[data-v-4e00d865]{width:100%;height:100%;min-height:900px;border:none;display:block}.game-card[data-v-4e00d865]{flex:0 0 auto;width:280px;background-color:#312a38;border-radius:10px;overflow:hidden;transition:transform .3s,box-shadow .3s;transition:background-color .3s ease;cursor:pointer;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 20px #00000059}.game-card[data-v-4e00d865]:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000004d;background-color:#393140}.game-card:hover .game-preview .game-image[data-v-4e00d865]{transform:scale(1.03)}.game-card .game-preview[data-v-4e00d865]{height:160px;background-color:#29232f;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.game-card .game-preview .game-icon[data-v-4e00d865]{font-size:4rem;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.game-card .game-preview .game-image[data-v-4e00d865]{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.game-card .game-preview .game-tag[data-v-4e00d865]{position:absolute;top:10px;left:10px;padding:.2rem .6rem;border-radius:4px;font-size:.8rem;font-weight:700;z-index:1}.game-card .game-preview .game-tag.hot-tag[data-v-4e00d865]{background-color:#ef4444}.game-card .game-preview .game-tag.new-tag[data-v-4e00d865]{background-color:#3b82f6}.game-card .game-details[data-v-4e00d865]{padding:1rem 1.2rem 1.2rem}.game-card .game-details .game-title[data-v-4e00d865]{font-size:1.35rem;margin:0 0 .1rem;color:#f3f4f6}.game-card .game-details .game-description[data-v-4e00d865]{color:#9ca3af;font-size:.9rem;margin:0 0 .75rem}.game-card .game-details .game-provider[data-v-4e00d865]{display:block;font-size:.8rem;color:#ff6f00}@media (max-width: 1024px){.game-card[data-v-4e00d865]{width:260px}.games-grid.small-cards .game-card[data-v-4e00d865]{width:180px}}@media (max-width: 768px){.game-card[data-v-4e00d865]{width:240px}.game-card .game-preview .game-image[data-v-4e00d865]{padding:12px}.games-grid.small-cards .game-card[data-v-4e00d865]{width:160px}.games-grid.small-cards .game-card .game-preview[data-v-4e00d865]{height:100px}.games-grid.small-cards .game-card .game-preview .game-image[data-v-4e00d865]{padding:10px}.games-grid.small-cards .game-card .game-preview .game-icon[data-v-4e00d865]{font-size:2rem}.games-grid.small-cards .game-card .game-details[data-v-4e00d865]{padding:.5rem}.games-grid.small-cards .game-card .game-details .game-description[data-v-4e00d865]{-webkit-line-clamp:2;max-height:2.4em}.games-section .section-title[data-v-4e00d865]{font-size:1.25rem;margin-bottom:1rem}.games-section .section-title .section-icon[data-v-4e00d865]{width:28px;height:28px;font-size:1.1rem}}.game-launcher[data-v-a600986e]{padding:1rem}.status[data-v-a600986e]{color:#9ca3af;margin-bottom:.5rem}.error[data-v-a600986e]{color:#ef4444;margin-bottom:.5rem}.embedded-game[data-v-a600986e]{margin-top:1rem;border-radius:10px;overflow:hidden;background:#0e111a;border:1px solid rgba(255,255,255,.1)}.embedded-game__header[data-v-a600986e]{display:flex;justify-content:flex-end;padding:8px;background:#ffffff0f}.embedded-game__close[data-v-a600986e]{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;background:#ffffff26}.embedded-game__body[data-v-a600986e]{position:relative;width:100%;aspect-ratio:16 / 9;min-height:900px}.embedded-game__iframe[data-v-a600986e]{width:100%;height:100%;min-height:900px;border:none;display:block}
