.lucky-game{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;background:linear-gradient(180deg,#2b1b69,#1a0f3c);color:#fff;font-family:Arial,sans-serif;overflow:hidden;padding:20px;box-sizing:border-box}.levels-bar{position:absolute;left:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:15px;padding:10px 0;z-index:10}.level-circle{width:45px;height:45px;border-radius:50%;background:#611d91b3;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px;color:#fff;box-shadow:0 0 10px #0000004d;cursor:default;transition:all .3s ease}.level-circle.active{background:#ff007b;transform:scale(1.15);box-shadow:0 0 15px #ff007b}.game-board{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:35px;padding:20px;width:100%;max-width:600px}.user-info{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.user-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #f6b500;box-shadow:0 0 15px #f6b50099}.user-meta{display:flex;flex-direction:column;align-items:center;background:#ffffff1a;border-radius:12px;padding:15px 25px;gap:5px;box-shadow:0 4px 15px #0000004d}.username{font-weight:700;font-size:20px;color:#f6b500}.balance{font-size:16px;font-weight:600;color:#4caf50}.bet-section{background:#0000004d;padding:20px;border-radius:15px;display:flex;align-items:center;gap:20px;width:100%;justify-content:center}.bet-section label{font-size:1.1em;font-weight:500}.bet-section input{width:120px;padding:10px;border-radius:8px;border:none;text-align:center;font-size:1.1em;background:#ffffffe6;color:#333}.bet-section button{background:#ff007b;border:none;padding:12px 24px;border-radius:10px;color:#fff;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 10px #ff007b80}.bet-section button:hover{background:#d40068;transform:translateY(-2px);box-shadow:0 6px 15px #ff007bb3}.bet-section button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;justify-content:start;margin-left:70px;max-width:320px;margin-top:-30px}.card{perspective:1000px;cursor:pointer;height:120px;max-width:120px}.card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d;border-radius:12px;box-shadow:0 6px 20px #0006}.card.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700}.card-front{background:#2496f2;background-image:linear-gradient(135deg,#2496f2,#00d2ff);color:#fff;box-shadow:inset 0 0 15px #0003}.card-front:before{content:"🃏";font-size:48px;color:#fff;opacity:.9}.card-back{background:#fff;color:#000;transform:rotateY(180deg)}.loot-section{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:3px;width:90%;max-width:400px}.loot-box{flex:1;padding:12px 18px;background:linear-gradient(90deg,#2b83f6,#5a21b9);border-radius:10px;display:flex;flex-direction:column;font-size:14px;text-align:left;box-shadow:0 4px 10px #0000004d}.loot-box span:first-child{font-weight:700}.cashout-btn{padding:12px 28px;background:#4caf50;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:1.1em;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #4caf5066}.cashout-btn:hover{background:#43a047;transform:scale(1.05)}.cashout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 600px){.lucky-game{padding:10px}.user-avatar{width:60px;height:60px}.username{font-size:18px}.balance{font-size:14px}.bet-section{flex-direction:column}.cards-grid{gap:8px;max-width:250px}}.game-message{position:fixed;top:100px;right:90px;padding:8px 10px;border-radius:10px;font-weight:700;color:#fff;animation:fadeIn .5s ease;z-index:1000}.game-message.win{background:linear-gradient(135deg,#28a745,#3ddc97)}.game-message.lose{background:linear-gradient(135deg,#dc3545,#ff6b6b)}.game-message.error{background:linear-gradient(135deg,#ff9800,#ff5722)}.game-message button{background:none;border:none;color:#fff;font-size:16px;margin-left:10px;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.historic-container{padding:5px 10px;text-align:center;color:#f5f5f5;background:#0000008c;border-radius:16px;max-width:95%;margin-left:5px;margin-right:auto;font-size:.75rem;position:relative;top:0}.historic-container h1{font-size:1.2rem;margin-bottom:10px;color:gold;letter-spacing:.5px}.historic-table{width:100%;border-collapse:collapse;background-color:#0f0f0fd9;border-radius:10px;overflow:hidden;box-shadow:0 0 8px #ffd70026;font-size:.78rem;table-layout:fixed}.historic-table th{color:gold;font-weight:600;background-color:#1e1e1ee6;text-transform:uppercase;padding:8px 6px;letter-spacing:.5px;font-size:.75rem}.historic-table td{padding:7px 5px;border-bottom:1px solid rgba(255,255,255,.08);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.historic-table th:nth-child(1),.historic-table td:nth-child(1){width:25%}.historic-table th:nth-child(2),.historic-table td:nth-child(2){width:20%}.historic-table th:nth-child(3),.historic-table td:nth-child(3){width:20%}.historic-table th:nth-child(4),.historic-table td:nth-child(4){width:35%}.historic-table tr:hover{background-color:#ffffff0d;transition:background .25s ease}.status.approved{color:#0f8;font-weight:600}.status.rejected{color:#ff4c4c;font-weight:600}.status.pending{color:#fc0;font-weight:600}@media (max-width: 600px){.historic-container{font-size:.8rem;padding:5px}.historic-table th,.historic-table td{padding:8px 1px;font-size:.7rem}.historic-table th:nth-child(1),.historic-table td:nth-child(1){width:28%}.historic-table th:nth-child(2),.historic-table td:nth-child(2){width:18%}.historic-table th:nth-child(3),.historic-table td:nth-child(3){width:22%}.historic-table th:nth-child(4),.historic-table td:nth-child(4){width:32%}}.table-container{overflow-x:auto;margin-top:10px}.method-icon{margin-right:4px}.method-name{font-weight:500}.amount{font-weight:600}.currency{opacity:.7;margin-left:2px}.loading-state,.empty-state{margin:20px 0;font-size:.85rem;color:#ccc}.loading-spinner{width:20px;height:20px;border:3px solid #ffd700;border-top:3px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin:10px auto}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#ff4c4c;background:#ff00001a;border-radius:8px;padding:6px;font-size:.85rem;margin:10px 0}.historic-page{display:flex;flex-direction:column;align-items:center;margin-top:0;padding-top:0;justify-content:flex-start;min-height:100vh}.historic-title{font-size:1.4rem;font-weight:700;color:gold;text-transform:uppercase;letter-spacing:1px;margin:5px 0 6px;text-align:center}body,html{margin:0;padding:0;width:100%;height:100vh;display:flex;justify-content:center;background-color:#f4f4f4;overflow:hidden}.app-container{background-size:cover;background-position:center;min-height:100vh;width:100%}.app-container{position:relative;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.sidebar-toggle{position:absolute;left:10px;top:65%;transform:translateY(-50%);width:60px;height:60px;cursor:pointer;z-index:1000}.app-container{width:100vw;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.app-container{width:100%;max-width:420px;height:100vh;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #ccc;background:#fff;position:relative;overflow:hidden}.content{flex-grow:1;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.app-container{width:100%;max-width:420px;height:100vh;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #ccc;background:#fff}.top-bar{display:flex;justify-content:space-around;align-items:center;background-color:#222;color:#fff;padding:10px;font-size:14px}.content{flex-grow:1;display:flex;align-items:center;justify-content:center}.bottom-bar{display:flex;justify-content:space-around;align-items:center;background-color:#222;padding:10px}.app-container{width:100vw;height:100vh;background-image:url(/assets/background-DA8Pu70q.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.content{flex-grow:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:transparent}.top-bar{display:flex;justify-content:space-around;align-items:center;background-color:#222;color:#fff;padding:10px;font-size:14px;width:100%}.bottom-bar{display:flex;justify-content:space-around;align-items:center;background-color:#222;padding:10px;width:100%}.bottom-bar button{background:none;border:none;color:#fff;font-size:16px;cursor:pointer}.auth-options{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#000;color:#fff;gap:1rem}.auth-options .buttons{display:flex;gap:1rem}.auth-options button{padding:.75rem 1.5rem;background-color:gold;color:#000;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:.3s}.auth-options button:hover{background-color:#e6c200}: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}iframe[src*="telegram.org"]{display:none}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}
