:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}html,body,#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{width:100%;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:#fff;min-height:100vh;line-height:1.6;width:100%}.casino-app{min-height:100vh;display:flex;flex-direction:column;width:100%}.casino-header{background:linear-gradient(90deg,#1a1a2e,#16213e);border-bottom:2px solid #d4af37;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #d4af3733}.header-content{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center}.logo-image{height:120px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.header-stats{display:flex;gap:2rem}.stat-item{display:flex;align-items:center;gap:.5rem;background:#d4af371a;padding:.75rem 1.5rem;border-radius:25px;border:1px solid rgba(212,175,55,.3);font-weight:600}.stat-icon{width:20px;height:20px;color:#d4af37}.hero-section{background:linear-gradient(135deg,#000000b3,#00000080),url(../827B71DA-093E-48D1-A402-C91573920BA9.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:4rem 2rem;text-align:center;border-bottom:1px solid rgba(212,175,55,.2);position:relative}.hero-content{width:100%;position:relative;z-index:2}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.hero-logo{height:200px;width:auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.6))}.hero-description{font-size:1.3rem;color:#fff;font-weight:400;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.casino-main{flex:1;width:100%}.games-section{padding:4rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#fff}.section-icon{width:32px;height:32px;color:#d4af37}.section-description{font-size:1.1rem;color:#a0a0a0}.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}.game-card{background:linear-gradient(145deg,#1e1e3f,#2a2a4a);border-radius:20px;overflow:hidden;border:2px solid rgba(212,175,55,.2);transition:all .3s ease;position:relative;overflow:visible}.game-card:hover{transform:translateY(-8px);border-color:#d4af3799;box-shadow:0 20px 40px #d4af3733}.game-card-header{position:relative;height:300px;overflow:hidden}.game-thumbnail{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease;background:linear-gradient(135deg,#1e1e3f,#2a2a4a)}.locked-overlay{position:absolute;inset:0;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:18px;z-index:10}.lock-icon{color:#d4af37}.lock-text{color:#fff;font-weight:600;font-size:.9rem}.game-card:hover .game-thumbnail{transform:scale(1.1)}.game-badges{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem}.badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge.popular{background:linear-gradient(45deg,#d4af37,gold);color:#000}.badge.new{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);color:#fff}.game-card-content{padding:1.5rem}.game-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;color:#fff}.game-description{color:#b0b0b0;margin-bottom:1rem;font-size:.95rem}.game-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.game-category{background:#d4af3733;color:#d4af37;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.game-rating{display:flex;align-items:center;gap:.25rem;color:gold;font-weight:600}.star-icon{fill:currentColor}.game-url-display{margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.url-label{font-size:.8rem;color:#a0a0a0;font-weight:600}.url-text{font-size:.85rem;color:#d4af37;font-weight:500;padding:.5rem .75rem;background:#d4af371a;border-radius:8px;border:1px solid rgba(212,175,55,.2)}.game-actions{display:flex;gap:1rem;align-items:center}.play-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(45deg,#d4af37,gold);color:#000;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.play-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766}.play-button:disabled{background:#444;color:#888;cursor:not-allowed}.external-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#d4af3733;color:#d4af37;border-radius:10px;text-decoration:none;transition:all .3s ease}.login-button{background:none;border:none;display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;cursor:pointer;transition:color .3s ease}.login-button:hover{color:#d4af37}.login-button.logged-in{color:#4ade80}.external-link:hover{background:#d4af374d;transform:translateY(-2px)}.play-button.locked{background:linear-gradient(45deg,#666,#888);color:#fff}.play-button.locked:hover{transform:none;box-shadow:none}.game-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.game-modal-content{background:#1a1a2e;border-radius:20px;width:100%;max-width:1200px;height:80vh;display:flex;flex-direction:column;border:2px solid #d4af37}.login-modal-content{background:#1a1a2e;border-radius:20px;width:100%;max-width:400px;border:2px solid #d4af37}.login-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(212,175,55,.3)}.login-modal-header h3{font-size:1.3rem;font-weight:700;color:#d4af37;margin:0}.login-modal-body{padding:2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-weight:600;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid rgba(212,175,55,.3);border-radius:8px;background:#d4af371a;color:#fff;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#d4af37}.form-group input::placeholder{color:#888}.login-submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(45deg,#d4af37,gold);color:#000;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.login-submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766}.login-demo-note{text-align:center;color:#888;font-size:.85rem;margin-top:1rem;font-style:italic}.tutorial-modal-content{background:#1a1a2e;border-radius:20px;width:100%;max-width:800px;max-height:90vh;border:2px solid #d4af37;display:flex;flex-direction:column}.tutorial-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(212,175,55,.3)}.tutorial-modal-header h2{font-size:1.5rem;font-weight:700;color:#d4af37;margin:0}.tutorial-modal-body{flex:1;overflow-y:auto;padding:0}.tutorial-sections{padding:2rem}.tutorial-section{margin-bottom:2.5rem}.tutorial-section:last-child{margin-bottom:1rem}.tutorial-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.tutorial-icon{width:24px;height:24px;color:#d4af37}.tutorial-section-header h3{font-size:1.3rem;font-weight:700;color:#fff;margin:0}.tutorial-content{color:#b0b0b0;line-height:1.6}.tutorial-content p{margin-bottom:1rem}.tutorial-content ul{margin:1rem 0;padding-left:1.5rem}.tutorial-content li{margin-bottom:.5rem}.badge-examples{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.badge-example{display:flex;align-items:center;gap:1rem}.login-info{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.login-step{display:flex;align-items:center;gap:1rem}.step-icon{width:20px;height:20px;color:#d4af37;flex-shrink:0}.control-examples{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.control-item{display:flex;align-items:center;gap:1rem}.demo-button{pointer-events:none;opacity:.8}.stats-examples{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.stat-example{display:flex;align-items:center;gap:1rem}.tips-list{list-style:none;padding:0}.tips-list li{background:#d4af371a;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #d4af37;margin-bottom:.75rem}.tutorial-footer{padding:1.5rem 2rem;border-top:1px solid rgba(212,175,55,.3);display:flex;justify-content:center}.tutorial-close-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(45deg,#d4af37,gold);color:#000;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.tutorial-close-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766}.game-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(212,175,55,.3)}.game-modal-header h3{font-size:1.5rem;font-weight:700;color:#d4af37}.close-button{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.close-button:hover{background:#ffffff1a}.game-iframe-container{flex:1;padding:1.5rem}.game-iframe{width:100%;height:100%;border-radius:10px}.casino-footer{background:linear-gradient(135deg,#000c,#0009),url(../827B71DA-093E-48D1-A402-C91573920BA9%20copy.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-top:2px solid #d4af37;padding:3rem 2rem 1rem;margin-top:auto;position:relative}.footer-content{width:100%;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h4{color:#d4af37;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-section p{color:#b0b0b0;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{color:#a0a0a0;margin-bottom:.5rem;cursor:pointer;transition:color .3s ease}.footer-section ul li:hover{color:#d4af37}.footer-bottom{width:100%;margin:2rem 0 0;padding-top:2rem;padding-left:2rem;padding-right:2rem;border-top:1px solid rgba(212,175,55,.2);text-align:center;color:#888}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center;padding:0 1rem}.header-stats{gap:1rem}.casino-title{font-size:2rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}.games-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.game-modal{padding:1rem}.game-modal-content{height:90vh}.hero-section,.games-section{padding:3rem 1rem}.footer-content{padding:0 1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.footer-bottom{padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.casino-header{padding:.75rem 0}.header-content{padding:0 1rem}.hero-section,.games-section{padding:2rem 1rem}.stat-item{padding:.5rem 1rem;font-size:.9rem}.game-card-content{padding:1rem}.games-grid{grid-template-columns:1fr;gap:1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.hero-title{font-size:2rem}.section-title{font-size:1.8rem}.header-stats{flex-wrap:wrap;justify-content:center}}
