.toast{position:relative;display:flex;align-items:center;gap:0;min-width:280px;max-width:380px;padding:10px 16px 10px 12px;background:#0f1216f5;border-radius:8px;box-shadow:0 4px 16px #00000080,0 0 0 1px #ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:slideUp .3s cubic-bezier(.34,1.56,.64,1);margin-bottom:8px;overflow:hidden;border:1px solid}.toast-bar{position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:8px 0 0 8px}.toast-error{border-color:#ef444440}.toast-error .toast-bar{background:#ef4444;box-shadow:0 0 10px #ef444466}.toast-success{border-color:#22c55e40}.toast-success .toast-bar{background:#22c55e;box-shadow:0 0 10px #22c55e66}.toast-warning{border-color:#fb923c40}.toast-warning .toast-bar{background:#fb923c;box-shadow:0 0 10px #fb923c66}.toast-money{border-color:#facc1540}.toast-money .toast-bar{background:#facc15;box-shadow:0 0 10px #facc1566}.toast-info{border-color:#3b82f640}.toast-info .toast-bar{background:#3b82f6;box-shadow:0 0 10px #3b82f666}.toast-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.toast-message{color:#f0f8ff;font-size:13px;font-weight:500;line-height:1.4;word-wrap:break-word}.toast-support{margin-top:2px;padding-top:6px;border-top:1px solid rgba(255,255,255,.08);font-size:11px;color:#fff9;line-height:1.4}.toast-support strong{color:#3b82f6;font-weight:600}.toast-support .discord-link{color:#5865f2;text-decoration:none;font-weight:600;transition:color .2s ease}.toast-support .discord-link:hover{color:#7289da;text-decoration:underline}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.toast{min-width:auto;max-width:calc(100vw - 32px);margin-left:16px;margin-right:16px}}@media(max-width:480px){.toast{padding:9px 14px 9px 10px;max-width:calc(100vw - 24px);margin-left:12px;margin-right:12px}.toast-message{font-size:12px}.toast-support{font-size:10px}}.toast-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;align-items:center;pointer-events:none}.toast-container>*{pointer-events:auto}@media(max-width:768px){.toast-container{bottom:16px;width:100%;left:0;transform:none}}@media(max-width:480px){.toast-container{bottom:12px}}:root{--bg: #05080a;--panel: #0a0f13;--primary: #2093c3;--primary-30: rgba(32, 147, 195, .3);--primary-20: rgba(32, 147, 195, .2);--primary-12: rgba(32, 147, 195, .12);--primary-08: rgba(32, 147, 195, .08);--text: #f0f8ff;--muted: #a8d0e8;--accent: #00bf63;--accent-30: rgba(0, 191, 99, .3);--accent-20: rgba(0, 191, 99, .2)}html{height:100%}body{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);overflow-x:hidden}.pushable{position:relative;border:none;background:transparent;padding:0;cursor:pointer;outline-offset:4px;transition:filter .25s;font-family:inherit}.pushable.disabled{cursor:not-allowed;opacity:.5;filter:grayscale(.5)}.pushable:focus:not(:focus-visible){outline:none}.shadow{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background:#00000040;will-change:transform;transform:translateY(2px);transition:transform .6s cubic-bezier(.3,.7,.4,1)}.edge{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.front{display:block;position:relative;padding:12px 42px;border-radius:12px;font-size:1.25rem;color:#fff;will-change:transform;transform:translateY(-4px);transition:transform .6s cubic-bezier(.3,.7,.4,1);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.pushable:not(.disabled):hover{filter:brightness(110%)}.pushable:not(.disabled):hover .front{transform:translateY(-6px);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.pushable:not(.disabled):hover .shadow{transform:translateY(4px);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.pushable:not(.disabled):active .front{transform:translateY(-2px);transition:transform 34ms}.pushable:not(.disabled):active .shadow{transform:translateY(1px);transition:transform 34ms}.pushable.primary .edge{background:linear-gradient(to left,#12546e,#19759a 8% 92%,#12546e)}.pushable.primary .front{background:#2093c3}.pushable.accent .edge{background:linear-gradient(to left,#008042,#00b35c 8% 92%,#008042)}.pushable.accent .front{background:#00bf63}.pushable.gradient .edge{background:linear-gradient(to left,#12546e,#0b8e81 8% 92%,#12546e)}.pushable.gradient .front{background:linear-gradient(135deg,#2093c3,#00bf63)}.pushable.danger .edge{background:linear-gradient(to left,#bc1010,#eb1414 8% 92%,#bc1010)}.pushable.danger .front{background:#ef4343}.pushable.warning .edge{background:linear-gradient(to left,#b37100,#e69100 8% 92%,#b37100)}.pushable.warning .front{background:#ffab1a}.pushable.secondary .edge{background:linear-gradient(to left,#33444d,#475f6b 8% 92%,#33444d)}.pushable.secondary .front{background:#5c7a8a;color:#f0f8ff}.pushable.resume .edge{background:linear-gradient(to left,#b32a00,#e63600 8% 92%,#b32a00)}.pushable.resume .front{background:linear-gradient(135deg,#ff6b35,#f7931e)}.pushable.twitter .edge{background:linear-gradient(to left,#000,#1a1a1a 8% 92%,#000)}.pushable.twitter .front{background:#000;color:#fff}.pushable.discord .edge{background:linear-gradient(to left,#3656c9,#5e77d4 8% 92%,#3656c9)}.pushable.discord .front{background:#7289da;color:#fff}.pushable.small .front{padding:8px 24px;font-size:.9rem}.pushable.large .front{padding:16px 56px;font-size:1.5rem}@media(max-width:768px){.front{padding:10px 32px;font-size:1.1rem}.pushable.small .front{padding:6px 20px;font-size:.85rem}.pushable.large .front{padding:14px 44px;font-size:1.3rem}}@media(max-width:480px){.front{padding:8px 24px;font-size:1rem}.pushable.small .front{padding:6px 16px;font-size:.8rem}.pushable.large .front{padding:12px 36px;font-size:1.2rem}}.pvp-header{position:fixed;top:0;left:0;right:0;height:110px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:0 20px;background:#000000a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(32,147,195,.35);box-shadow:0 10px 30px #00000073;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header-logo img{height:96px;width:auto;filter:drop-shadow(0 4px 12px rgba(32,147,195,.3));transition:transform .3s ease}.header-logo img:hover{transform:scale(1.05)}.header-welcome{text-align:center}.welcome-text{color:#e6f4ff;font-weight:800;font-size:22px;letter-spacing:.3px;display:flex;align-items:center;justify-content:center;gap:8px}.username{color:#9ecfe3;cursor:pointer;position:relative;padding:4px 8px;border-radius:8px;transition:all .3s ease}.username:hover{background:#2093c326;color:#b5d9ec}.username-input{background:#0a0f1399;border:2px solid rgba(32,147,195,.3);border-radius:8px;padding:4px 8px;color:#f0f8ff;font-size:22px;font-weight:800;letter-spacing:.3px;outline:none;min-width:120px;transition:all .3s ease;-webkit-appearance:none;appearance:none;font-family:inherit}.username-input:focus{border-color:#2093c3;box-shadow:0 0 20px #2093c34d;background:#0a0f13cc}.username-input::placeholder{color:#a8d0e8;opacity:.6}.edit-icon{color:#9ecfe3;cursor:pointer;font-size:16px;opacity:.7;transition:all .3s ease}.edit-icon:hover{opacity:1;transform:scale(1.1)}.header-controls{display:flex;align-items:center;gap:12px}.login-btn .front{padding:10px 20px;font-size:14px}.refresh-btn{width:36px;height:36px}.refresh-btn .front{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center}.refresh-btn:hover:not(.disabled) img{transform:rotate(45deg);transition:transform .3s ease}.refresh-btn.refreshing{animation:refresh-spin 1s linear infinite;pointer-events:none}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.balance-display{color:#0f8;font-weight:800;font-size:16px;font-family:Courier New,monospace;text-shadow:0 0 8px rgba(0,255,136,.3);padding:8px 12px}.balance-medium,.balance-short{display:none}.wallet-btn .front{padding:8px 16px;font-size:14px;white-space:nowrap;display:flex;align-items:center;gap:8px}.logout-btn .front{padding:8px 16px;font-size:14px}.logout-icon{display:none}@media(max-width:1024px){.pvp-header{padding:0 16px;height:100px}.header-logo img{height:80px}.welcome-text{font-size:20px}.header-controls{gap:10px}.balance-full{display:none}.balance-medium{display:inline}.balance-display{font-size:15px;padding:8px 10px}.wallet-text{display:none}.wallet-btn .front{padding:8px 12px}}@media(max-width:768px){.pvp-header{padding:0 12px;height:90px}.header-logo img{height:70px}.welcome-prefix{display:none}.welcome-text,.username-input{font-size:18px}.header-controls{gap:8px}.balance-display{font-size:14px;padding:6px 8px}.wallet-btn .front,.logout-btn .front,.login-btn .front{padding:8px 12px;font-size:13px}.refresh-btn,.refresh-btn .front{width:34px;height:34px}}@media(max-width:600px){.pvp-header{padding:0 10px;height:80px}.header-logo img{height:60px}.welcome-text{font-size:16px}.username-input{font-size:16px;min-width:100px}.header-controls{gap:6px}.balance-medium{display:none}.balance-short{display:inline}.balance-display{font-size:13px;padding:6px}.logout-text{display:none}.logout-icon{display:inline;font-size:18px}.wallet-btn .front,.logout-btn .front{padding:8px 10px;min-width:36px}.login-btn .front{padding:8px 14px;font-size:13px}.refresh-btn,.refresh-btn .front{width:32px;height:32px}}@media(max-width:480px){.pvp-header{padding:0 8px;height:70px;gap:6px}.header-logo img{height:50px}.welcome-text{font-size:14px}.username{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.username-input{font-size:14px;min-width:80px;padding:3px 6px}.edit-icon img{width:14px;height:14px}.header-controls{gap:4px}.balance-display{font-size:12px;padding:4px 6px}.wallet-btn .front,.logout-btn .front{padding:6px 8px;min-width:32px}.logout-icon{font-size:16px}.login-btn .front{padding:8px 12px;font-size:12px}.refresh-btn,.refresh-btn .front{width:28px;height:28px}}@media(max-width:380px){.pvp-header{height:65px;padding:0 6px}.header-logo img{height:45px}.welcome-text{font-size:13px}.username{max-width:60px}.username-input{font-size:13px;min-width:60px}.balance-display{font-size:11px;padding:4px}.header-controls{gap:3px}.wallet-btn .front,.logout-btn .front{padding:6px;min-width:28px}.refresh-btn,.refresh-btn .front{width:26px;height:26px}.login-btn .front{padding:6px 10px;font-size:11px}}.lobby-leaderboard{background:linear-gradient(145deg,#0a0f13f2,#05080ae6);border:1px solid rgba(32,147,195,.3);border-radius:16px;padding:20px;width:280px;min-width:240px;flex-shrink:1;height:340px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column}.lobby-leaderboard-header{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding-bottom:12px;border-bottom:1px solid rgba(32,147,195,.2)}.lobby-crown-icon{width:28px;height:28px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 0 15px #ffd70080}.leaderboard-icon-img{width:18px;height:18px;filter:brightness(0) saturate(100%)}.lobby-leaderboard-title{font-size:16px;color:#f0f8ff;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.lobby-leaderboard-list{flex:1;overflow-y:auto;overflow-x:hidden}.lobby-leaderboard-list::-webkit-scrollbar{width:6px}.lobby-leaderboard-list::-webkit-scrollbar-track{background:#2093c31a;border-radius:3px}.lobby-leaderboard-list::-webkit-scrollbar-thumb{background:#2093c34d;border-radius:3px}.lobby-leaderboard-list::-webkit-scrollbar-thumb:hover{background:#2093c380}.lobby-leaderboard-entry{display:flex;align-items:flex-start;gap:12px;padding:12px 8px;border-bottom:1px solid rgba(32,147,195,.1);transition:all .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.lobby-leaderboard-entry.clickable{cursor:pointer}.lobby-leaderboard-entry:hover{background:transparent}.lobby-leaderboard-entry:last-child{border-bottom:none}.lobby-player-rank{color:#a8d0e8;font-size:11px;font-weight:600;min-width:20px;text-align:left;flex-shrink:0;padding-top:2px}.lobby-player-content{flex:1;min-width:0}.lobby-player-name{font-size:14px;font-weight:600;color:#f0f8ff;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lobby-player-earnings{font-size:13px;font-weight:700;color:#00bf63}.lobby-leaderboard-entry.gold .lobby-player-rank{color:gold;font-size:13px;font-weight:700}.lobby-leaderboard-entry.gold .lobby-player-name{color:gold}.lobby-leaderboard-entry.silver .lobby-player-rank{color:silver;font-size:12px;font-weight:700}.lobby-leaderboard-entry.silver .lobby-player-name{color:silver}.lobby-leaderboard-entry.bronze .lobby-player-rank{color:#cd7f32;font-size:12px;font-weight:700}.lobby-leaderboard-entry.bronze .lobby-player-name{color:#cd7f32}.lobby-leaderboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#a8d0e8}.loading-spinner{border:3px solid rgba(32,147,195,.15);border-top:3px solid #2093c3;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:15px}.lobby-leaderboard-loading p{font-size:14px}.lobby-leaderboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px;color:#ff6b6b}.lobby-leaderboard-error p{font-size:14px;margin-bottom:15px;text-align:center}.retry-button{background:#2093c333;border:1px solid rgba(32,147,195,.4);border-radius:8px;padding:8px 16px;font-size:13px;color:#2093c3;cursor:pointer;transition:all .2s ease}.retry-button:hover{background:#2093c34d;border-color:#2093c3}.lobby-leaderboard-empty{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#888;font-size:14px;text-align:center}@media(max-width:1024px){.lobby-leaderboard{width:100%;max-width:600px;margin:0 auto}}@media(max-width:768px){.lobby-leaderboard{height:300px;padding:18px}.lobby-leaderboard-entry{padding:10px 6px}.lobby-player-rank{font-size:10px;min-width:18px}.lobby-leaderboard-entry.gold .lobby-player-rank{font-size:12px}.lobby-leaderboard-entry.silver .lobby-player-rank,.lobby-leaderboard-entry.bronze .lobby-player-rank{font-size:11px}.lobby-player-name{font-size:13px}.lobby-player-earnings{font-size:12px}}@media(max-width:480px){.lobby-leaderboard{height:260px;padding:15px}.lobby-leaderboard-header{margin-bottom:12px;padding-bottom:10px}.lobby-leaderboard-title{font-size:15px}}.help-fab-container{position:fixed;bottom:30px;right:30px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:0}.help-fab-main{display:flex;align-items:center;gap:10px;padding:14px 18px 14px 16px;min-width:200px;border-radius:50px;background:#0f141ceb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0006,0 0 0 1px #ffffff0d}.help-fab-main:hover{transform:translateY(-2px);border-color:#ffffff40;box-shadow:0 8px 30px #00000080,0 0 30px #2093c326}.help-fab-main.active{background:#2093c326;border-color:#2093c366}.help-fab-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.help-fab-icon svg{width:24px;height:24px;stroke:#2093c3;transition:all .3s ease}.help-fab-main:hover .help-fab-icon svg{stroke:#00bf63}.help-fab-text{font-size:15px;font-weight:700;color:#fff;white-space:nowrap;letter-spacing:.3px}.help-fab-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:transform .3s ease}.help-fab-arrow svg{width:18px;height:18px;stroke:#ffffff80}.help-fab-arrow.rotated{transform:rotate(180deg)}.help-fab-main:hover .help-fab-arrow svg{stroke:#fffc}.help-bubbles{display:flex;flex-direction:column;align-items:flex-end;gap:10px;margin-bottom:14px;opacity:0;pointer-events:none;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.help-fab-container.expanded .help-bubbles{opacity:1;pointer-events:auto;transform:translateY(0)}.help-bubble{display:flex;align-items:center;gap:12px;padding:14px 18px 14px 16px;min-width:200px;background:#0f141ceb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:50px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(10px) scale(.95);box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff0d;white-space:nowrap}.help-fab-container.expanded .help-bubble{opacity:1;transform:translateY(0) scale(1);transition-delay:var(--bubble-delay)}.help-bubble:hover{transform:translate(-8px) scale(1.02);border-color:var(--bubble-color);box-shadow:0 8px 24px #0006,0 0 20px color-mix(in srgb,var(--bubble-color) 30%,transparent)}.help-bubble-icon{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--bubble-color),color-mix(in srgb,var(--bubble-color) 70%,#000));display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px color-mix(in srgb,var(--bubble-color) 40%,transparent)}.help-bubble-icon svg{width:14px;height:14px;stroke:#fff}.help-bubble-label{font-size:15px;font-weight:600;color:#fff;letter-spacing:.3px;flex:1}.help-fab-backdrop{position:fixed;inset:0;background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999;animation:fadeIn .2s ease}.help-popup-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}.help-popup{background:#0f141cf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px 24px;max-width:420px;width:100%;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;animation:popupSlideUp .3s ease-out}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.help-popup-close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.help-popup-close svg{width:18px;height:18px;stroke:#fff9;transition:all .2s ease}.help-popup-close:hover{background:#ff6b6b33;border-color:#ff6b6b66}.help-popup-close:hover svg{stroke:#ff6b6b}.help-popup-header{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.help-popup-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--topic-color),color-mix(in srgb,var(--topic-color) 60%,#000));display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px color-mix(in srgb,var(--topic-color) 30%,transparent)}.help-popup-icon svg{width:24px;height:24px;stroke:#fff}.help-popup-header h2{font-size:22px;font-weight:800;color:#fff;margin:0;letter-spacing:-.3px}.help-popup-description{font-size:15px;line-height:1.7;color:#ffffffb3;margin:0 0 20px}.help-popup-points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.help-popup-points li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#ffffffd9;line-height:1.5}.help-point-bullet{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--point-color),color-mix(in srgb,var(--point-color) 60%,#000));display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;margin-top:1px}@media(max-width:768px){.help-fab-container{bottom:20px;right:20px}.help-fab-main{padding:12px 16px 12px 14px;min-width:180px;gap:8px}.help-fab-icon{width:24px;height:24px}.help-fab-icon svg{width:22px;height:22px}.help-fab-text{font-size:14px}.help-fab-arrow{width:18px;height:18px}.help-fab-arrow svg{width:16px;height:16px}.help-bubbles{gap:8px;margin-bottom:12px}.help-bubble{padding:12px 16px 12px 14px;min-width:180px;gap:10px}.help-bubble-icon{width:26px;height:26px}.help-bubble-icon svg{width:13px;height:13px}.help-bubble-label{font-size:14px}.help-popup-overlay{padding:16px;align-items:flex-end}.help-popup{max-width:100%;border-radius:24px 24px 0 0;padding:24px 20px 32px;max-height:80vh;overflow-y:auto;animation:popupSlideUpMobile .3s ease-out}@keyframes popupSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}@media(max-width:480px){.help-fab-container{bottom:16px;right:16px}.help-fab-main{padding:10px 14px 10px 12px;min-width:160px;gap:6px}.help-fab-icon{width:22px;height:22px}.help-fab-icon svg{width:20px;height:20px}.help-fab-text{font-size:13px}.help-fab-arrow{width:16px;height:16px}.help-fab-arrow svg{width:14px;height:14px}.help-bubble{padding:10px 14px 10px 12px;min-width:160px;gap:8px}.help-bubble-icon{width:24px;height:24px}.help-bubble-icon svg{width:12px;height:12px}.help-bubble-label{font-size:13px}.help-popup-overlay{padding:0}.help-popup{padding:22px 18px 28px;border-radius:20px 20px 0 0}.help-popup-close{top:14px;right:14px;width:32px;height:32px}.help-popup-close svg{width:16px;height:16px}.help-popup-header{gap:12px;margin-bottom:16px;padding-bottom:14px}.help-popup-icon{width:42px;height:42px;border-radius:12px}.help-popup-icon svg{width:20px;height:20px}.help-popup-header h2{font-size:20px}.help-popup-description{font-size:14px;margin-bottom:16px}.help-popup-points{gap:10px}.help-popup-points li{font-size:13px;gap:10px}.help-point-bullet{width:20px;height:20px;font-size:10px}}.withdraw-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:withdrawFadeIn .2s ease-out}@keyframes withdrawFadeIn{0%{opacity:0}to{opacity:1}}.withdraw-popup{background:#0f141ceb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:32px 28px;max-width:420px;width:100%;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;animation:withdrawSlideUp .3s ease-out}@keyframes withdrawSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.withdraw-close-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.withdraw-close-btn svg{width:18px;height:18px;stroke:#fff9;transition:all .2s ease}.withdraw-close-btn:hover{background:#ff6b6b33;border-color:#ff6b6b66}.withdraw-close-btn:hover svg{stroke:#ff6b6b}.withdraw-title{font-size:26px;font-weight:800;color:#fff;text-align:center;margin:0 0 28px;letter-spacing:-.5px}.withdraw-balance-section{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px 18px;margin-bottom:20px}.withdraw-balance-row{display:flex;justify-content:space-between;align-items:center}.withdraw-balance-label{color:#ffffff80;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.withdraw-balance-right{display:flex;align-items:center;gap:12px}.withdraw-refresh-btn{width:32px;height:32px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.withdraw-refresh-btn svg{width:16px;height:16px;stroke:#ffffff80;transition:all .2s ease}.withdraw-refresh-btn:hover{background:#ffffff1a;border-color:#fff3}.withdraw-refresh-btn:hover svg{stroke:#fff}.withdraw-refresh-btn svg.spinning{animation:spin 1s linear infinite}.withdraw-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.withdraw-balance-amount{font-size:22px;font-weight:800;color:gold;text-shadow:0 0 20px rgba(255,215,0,.3)}.withdraw-input-section{margin-bottom:16px}.withdraw-input-wrapper{display:flex;align-items:center;background:#ffffff0f;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 16px;transition:all .2s ease;gap:12px}.withdraw-input-wrapper:focus-within{border-color:#6b46c180;background:#ffffff14;box-shadow:0 0 0 4px #6b46c11a}.withdraw-amount-input{flex:1;background:transparent;border:none;outline:none;font-size:28px;font-weight:800;color:#fff;width:100%;min-width:0}.withdraw-amount-input::placeholder{color:#ffffff40}.withdraw-amount-input:disabled{opacity:.6}.withdraw-currency{color:#fff6;font-size:14px;font-weight:700;flex-shrink:0}.withdraw-max-btn{background:linear-gradient(135deg,#6b46c1cc,#7c3aedcc);border:none;border-radius:10px;padding:10px 16px;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:uppercase;flex-shrink:0}.withdraw-max-btn:hover:not(:disabled){background:linear-gradient(135deg,#7c3aede6,#8b5cf6e6);transform:translateY(-1px);box-shadow:0 4px 12px #6b46c14d}.withdraw-max-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.withdraw-slider-section{margin-bottom:20px;text-align:center}.withdraw-slider{width:100%;height:6px;-webkit-appearance:none;appearance:none;background:#ffffff1a;border-radius:3px;outline:none;margin-bottom:10px}.withdraw-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;background:linear-gradient(135deg,#6b46c1,#7c3aed);border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #6b46c166;transition:all .2s ease}.withdraw-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 16px #6b46c180}.withdraw-slider::-moz-range-thumb{width:22px;height:22px;background:linear-gradient(135deg,#6b46c1,#7c3aed);border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 8px #6b46c166}.withdraw-slider:disabled{opacity:.4}.withdraw-slider-label{color:#fff6;font-size:13px;font-weight:500}.withdraw-destination-section{margin-bottom:24px}.withdraw-destination-label{display:block;font-size:13px;font-weight:600;color:#ffffff80;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.withdraw-destination-wrapper{position:relative;display:flex;align-items:center}.withdraw-destination-input{width:100%;background:#ffffff0f;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 50px 14px 16px;font-size:14px;font-family:SF Mono,Fira Code,Consolas,monospace;color:#fff;outline:none;transition:all .2s ease}.withdraw-destination-input::placeholder{color:#ffffff40;font-family:inherit}.withdraw-destination-input:focus{border-color:#6b46c180;background:#ffffff14;box-shadow:0 0 0 4px #6b46c11a}.withdraw-destination-input.valid{border-color:#00bf6380}.withdraw-destination-input.valid:focus{box-shadow:0 0 0 4px #00bf631a}.withdraw-destination-input.invalid{border-color:#ff6b6b80}.withdraw-destination-input.invalid:focus{box-shadow:0 0 0 4px #ff6b6b1a}.withdraw-destination-input:disabled{opacity:.6}.withdraw-validation-icon{position:absolute;right:16px;font-size:18px;font-weight:700}.withdraw-validation-icon.valid{color:#00bf63}.withdraw-validation-icon.invalid{color:#ff6b6b}.withdraw-submit-btn{width:100%;padding:18px 24px;font-size:17px;font-weight:800;color:#fff;background:linear-gradient(135deg,#6b46c1,#7c3aed);border:none;border-radius:16px;cursor:pointer;transition:all .25s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 20px #6b46c14d}.withdraw-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #6b46c166;background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.withdraw-submit-btn:active:not(:disabled){transform:translateY(0)}.withdraw-submit-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.withdraw-help-links{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.withdraw-help-links a{font-size:12px;color:#ffffff59;text-decoration:none;transition:color .2s ease}.withdraw-help-links a:hover{color:#6b46c1e6;text-decoration:underline}@media(max-width:768px){.withdraw-overlay{padding:16px;align-items:flex-end}.withdraw-popup{max-width:100%;border-radius:28px 28px 0 0;padding:28px 24px 34px;margin-bottom:0;animation:withdrawSlideUpMobile .3s ease-out}@keyframes withdrawSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}@media(max-width:480px){.withdraw-overlay{padding:0}.withdraw-popup{padding:24px 20px 32px;border-radius:24px 24px 0 0}.withdraw-close-btn{top:14px;right:14px;width:32px;height:32px}.withdraw-close-btn svg{width:16px;height:16px}.withdraw-title{font-size:22px;margin-bottom:22px}.withdraw-balance-section{padding:14px 16px}.withdraw-balance-label{font-size:11px}.withdraw-balance-amount{font-size:20px}.withdraw-input-wrapper{padding:12px 14px;border-radius:14px}.withdraw-amount-input{font-size:24px}.withdraw-currency{font-size:12px}.withdraw-max-btn{padding:8px 12px;font-size:12px}.withdraw-slider-label{font-size:12px}.withdraw-destination-label{font-size:11px}.withdraw-destination-input{padding:12px 45px 12px 14px;font-size:12px;border-radius:14px}.withdraw-submit-btn{padding:16px 20px;font-size:15px;border-radius:14px}.withdraw-help-links a{font-size:11px}}@media(max-height:600px)and (orientation:landscape){.withdraw-overlay{padding:10px;align-items:center;overflow-y:auto}.withdraw-popup{padding:20px;max-height:90vh;overflow-y:auto;border-radius:20px}.withdraw-title{font-size:20px;margin-bottom:16px}.withdraw-balance-section{padding:12px 14px;margin-bottom:14px}.withdraw-balance-label{font-size:11px}.withdraw-balance-amount{font-size:18px}.withdraw-refresh-btn{width:28px;height:28px}.withdraw-refresh-btn svg{width:14px;height:14px}.withdraw-input-section{margin-bottom:12px}.withdraw-input-wrapper{padding:10px 12px}.withdraw-amount-input{font-size:22px}.withdraw-currency{font-size:12px}.withdraw-max-btn{padding:8px 12px;font-size:11px}.withdraw-slider-section{margin-bottom:14px}.withdraw-slider{height:5px;margin-bottom:8px}.withdraw-slider::-webkit-slider-thumb{width:18px;height:18px}.withdraw-slider::-moz-range-thumb{width:18px;height:18px}.withdraw-slider-label{font-size:11px}.withdraw-destination-section{margin-bottom:16px}.withdraw-destination-label{font-size:11px;margin-bottom:8px}.withdraw-destination-input{padding:10px 40px 10px 12px;font-size:12px}.withdraw-validation-icon{font-size:16px;right:12px}.withdraw-submit-btn{padding:14px 18px;font-size:14px}.withdraw-help-links{margin-top:12px;padding-top:10px;gap:4px}.withdraw-help-links a{font-size:10px}}.addfunds-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.addfunds-popup{background:#0f141ceb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:32px 28px;max-width:380px;width:100%;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.addfunds-close-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.addfunds-close-btn svg{width:18px;height:18px;stroke:#fff9;transition:all .2s ease}.addfunds-close-btn:hover{background:#ff6b6b33;border-color:#ff6b6b66}.addfunds-close-btn:hover svg{stroke:#ff6b6b}.addfunds-title{font-size:26px;font-weight:800;color:#fff;text-align:center;margin:0 0 28px;letter-spacing:-.5px}.addfunds-amount-section{margin-bottom:24px}.addfunds-amount-label{display:block;font-size:13px;font-weight:600;color:#ffffff80;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.addfunds-amount-input-wrapper{display:flex;align-items:center;background:#ffffff0f;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 18px;transition:all .2s ease}.addfunds-amount-input-wrapper:focus-within{border-color:#00bf6380;background:#ffffff14;box-shadow:0 0 0 4px #00bf631a}.addfunds-currency-symbol{font-size:28px;font-weight:700;color:#fff6;margin-right:8px}.addfunds-amount-input{flex:1;background:transparent;border:none;outline:none;font-size:32px;font-weight:800;color:#fff;width:100%;-moz-appearance:textfield}.addfunds-amount-input::-webkit-outer-spin-button,.addfunds-amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.addfunds-amount-input::placeholder{color:#ffffff40}.addfunds-preset-amounts{display:flex;gap:10px;margin-top:14px}.addfunds-preset-btn{flex:1;padding:10px 0;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.addfunds-preset-btn:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.addfunds-preset-btn.active{background:#00bf6326;border-color:#00bf6380;color:#00bf63}.addfunds-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.addfunds-option{display:flex;align-items:center;gap:14px;padding:18px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:18px;cursor:pointer;transition:all .25s ease;text-align:left}.addfunds-option:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px)}.addfunds-option:active{transform:translateY(0)}.addfunds-option:disabled{opacity:.6;cursor:not-allowed;transform:none}.addfunds-option-applepay{background:linear-gradient(135deg,#00bf631f,#00965014);border-color:#00bf6340}.addfunds-option-applepay:hover{background:linear-gradient(135deg,#00bf6333,#00965026);border-color:#00bf6366;box-shadow:0 8px 24px #00bf6333}.addfunds-option-applepay .addfunds-option-icon{background:linear-gradient(135deg,#00bf63,#00a854);box-shadow:0 4px 12px #00bf634d}.addfunds-option-privy .addfunds-option-icon{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 12px #6366f14d}.addfunds-option-privy:hover{border-color:#6366f166}.addfunds-option-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.addfunds-option-icon svg{width:24px;height:24px;color:#fff}.addfunds-option-content{flex:1;display:flex;flex-direction:column;gap:3px}.addfunds-option-title{font-size:17px;font-weight:700;color:#fff}.addfunds-option-subtitle{font-size:13px;color:#ffffff80;font-weight:500}.addfunds-option-badge{padding:5px 10px;background:linear-gradient(135deg,#00bf63,#00a854);border-radius:8px;font-size:11px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.5px}.addfunds-option-badge.secondary{background:linear-gradient(135deg,#6366f1e6,#4f46e5e6)}.addfunds-option-arrow{width:20px;height:20px;stroke:#fff6;flex-shrink:0;transition:all .2s ease}.addfunds-option:hover .addfunds-option-arrow{stroke:#ffffffb3;transform:translate(3px)}.addfunds-info{text-align:center;font-size:12px;color:#ffffff59;margin:0;padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}@media(max-width:768px){.addfunds-overlay{padding:16px;align-items:flex-end}.addfunds-popup{max-width:100%;border-radius:28px 28px 0 0;padding:28px 24px 34px;margin-bottom:0;animation:slideUpMobile .3s ease-out}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}@media(max-width:480px){.addfunds-overlay{padding:0}.addfunds-popup{padding:24px 20px 32px;border-radius:24px 24px 0 0}.addfunds-close-btn{top:14px;right:14px;width:32px;height:32px}.addfunds-close-btn svg{width:16px;height:16px}.addfunds-title{font-size:22px;margin-bottom:22px}.addfunds-amount-input-wrapper{padding:12px 14px;border-radius:14px}.addfunds-currency-symbol{font-size:24px}.addfunds-amount-input{font-size:28px}.addfunds-preset-amounts{gap:8px;margin-top:12px}.addfunds-preset-btn{padding:8px 0;font-size:13px;border-radius:10px}.addfunds-option{padding:14px;border-radius:16px;gap:12px}.addfunds-option-icon{width:44px;height:44px;border-radius:12px}.addfunds-option-icon svg{width:22px;height:22px}.addfunds-option-title{font-size:15px}.addfunds-option-subtitle{font-size:12px}.addfunds-option-badge{padding:4px 8px;font-size:10px}.addfunds-option-arrow{width:18px;height:18px}.addfunds-info{font-size:11px}}@media(max-height:600px)and (orientation:landscape){.addfunds-overlay{padding:10px;align-items:center;overflow-y:auto}.addfunds-popup{padding:20px;max-height:90vh;overflow-y:auto;border-radius:20px}.addfunds-title{font-size:20px;margin-bottom:16px}.addfunds-amount-section{margin-bottom:16px}.addfunds-amount-input-wrapper{padding:10px 14px}.addfunds-currency-symbol{font-size:22px}.addfunds-amount-input{font-size:24px}.addfunds-preset-amounts{margin-top:10px;gap:6px}.addfunds-preset-btn{padding:6px 0;font-size:12px}.addfunds-options{gap:8px;margin-bottom:14px}.addfunds-option{padding:12px}.addfunds-option-icon{width:38px;height:38px}.addfunds-option-icon svg{width:18px;height:18px}.addfunds-option-title{font-size:14px}.addfunds-option-subtitle{font-size:11px}}.wallet-container{background:linear-gradient(145deg,#0a0f13f2,#05080ae6);border:1px solid rgba(32,147,195,.3);border-radius:20px;padding:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000004d;width:280px;min-width:240px;flex-shrink:1;box-sizing:border-box}.wallet-header{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(32,147,195,.2);flex-wrap:nowrap;overflow:hidden}.wallet-icon-wrapper{width:22px;height:22px;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:none;flex-shrink:0;text-decoration:none;transition:box-shadow .2s ease;padding:0;overflow:hidden}.wallet-icon-wrapper:hover{box-shadow:none}.wallet-icon-wrapper:hover .wallet-icon{transform:none}.wallet-icon{width:100%;height:100%;object-fit:contain;display:block;transition:transform .2s ease;background:transparent}.wallet-title{font-size:16px;color:#f0f8ff;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.wallet-address{font-size:11px;color:#a8d0e8;font-weight:600;font-family:Courier New,monospace;margin-left:auto;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-copy-icon{background:transparent;border:none;color:#a8d0e8;cursor:pointer;padding:4px;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wallet-copy-icon:hover{color:#2093c3;background:#2093c326}.wallet-copy-icon svg{width:16px;height:16px}.wallet-actions{display:none}.wallet-action-btn{display:flex;align-items:center;gap:4px;background:transparent;border:none;color:#a8d0e8;font-size:9px;font-weight:500;cursor:pointer;padding:4px 6px;border-radius:6px;transition:all .3s ease;white-space:nowrap}.wallet-action-btn:hover{color:#f0f8ff;background:#2093c326}.wallet-action-btn svg{width:12px;height:12px;flex-shrink:0}.wallet-action-btn svg.spinning{animation:spin 1s linear infinite}.wallet-action-btn:disabled{opacity:.5;cursor:not-allowed}.balance-error{color:#ff6b6b;font-size:24px}.balance-loading{color:#a8d0e8}.wallet-balance-section{text-align:center;margin:12px 0;padding:8px 0}.wallet-balance-row{display:flex;align-items:center;justify-content:center;gap:12px}.wallet-balance-usd{font-size:32px;font-weight:900;color:gold;text-shadow:0 0 20px rgba(255,215,0,.5);line-height:1.2}.wallet-refresh-icon{background:transparent;border:none;color:#a8d0e8;cursor:pointer;padding:6px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.wallet-refresh-icon:hover:not(:disabled){color:#2093c3;background:#2093c326}.wallet-refresh-icon:disabled{opacity:.5;cursor:not-allowed}.wallet-refresh-icon svg{width:20px;height:20px}.wallet-refresh-icon svg.spinning{animation:spin 1s linear infinite}.wallet-buttons{display:flex;gap:10px;margin-top:12px}.wallet-btn{flex:1;height:40px;padding:8px 12px;font-size:13px;font-weight:700;color:#f0f8ff;background:linear-gradient(145deg,#ffffff1f,#ffffff14);border:2px solid;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wallet-btn-add{border-color:#00bf63}.wallet-btn-add:hover{background:linear-gradient(145deg,#00bf6333,#00bf6326);border-color:#00d470;box-shadow:0 6px 20px #00bf6366;transform:translateY(-2px)}.wallet-btn-cashout{border-color:#6b46c1}.wallet-btn-cashout:hover{background:linear-gradient(145deg,#6b46c133,#6b46c126);border-color:#7c3aed;box-shadow:0 6px 20px #6b46c166;transform:translateY(-2px)}.wallet-btn:active{transform:translateY(0)}@media(max-width:768px){.wallet-container{padding:20px;margin-bottom:16px}.wallet-header{margin-bottom:12px}.wallet-actions{width:100%;justify-content:center;margin-bottom:12px}.wallet-balance-usd{font-size:40px}.wallet-buttons{flex-direction:column;gap:10px}.wallet-btn{width:100%}}@media(max-width:480px){.wallet-container{padding:18px}.wallet-title{font-size:16px}.wallet-action-btn{font-size:12px;padding:5px 10px}.wallet-action-btn span{display:none}.wallet-action-btn svg{width:18px;height:18px}.wallet-balance-usd{font-size:36px}.wallet-btn{height:44px;font-size:15px}}.homepage{position:fixed;inset:0;background:#05080a;color:#f0f8ff;overflow:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.homepage-background{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(1400px 700px at 70% -10%,rgba(32,147,195,.12),transparent 60%),radial-gradient(1000px 600px at -10% 100%,rgba(0,191,99,.12),transparent 55%),#05080a;z-index:-3;overflow:hidden}.homepage-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(90deg,rgba(32,147,195,.15) 1px,transparent 1px),linear-gradient(180deg,rgba(32,147,195,.15) 1px,transparent 1px);background-size:50px 50px;opacity:.6;animation:gridMove 40s linear infinite}.homepage-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 40%,rgba(5,8,10,.8) 100%);pointer-events:none}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.homepage-cells-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;overflow:hidden;pointer-events:none}.homepage .lobby-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:130px 20px 40px;position:relative;box-sizing:border-box}.homepage .stats-container{display:flex;gap:20px;margin-bottom:30px;margin-top:10px;flex-wrap:wrap;justify-content:center;width:100%;max-width:100%;padding:0 10px;box-sizing:border-box}.homepage .stat-box{background:linear-gradient(145deg,#ffffff1f,#ffffff14);border:1px solid rgba(32,147,195,.3);border-radius:12px;padding:16px 28px;text-align:center;min-width:160px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 4px 12px #0000004d}.homepage .stat-box:hover{border-color:#2093c3;box-shadow:0 0 20px #2093c366;transform:translateY(-3px)}.homepage .stat-label{font-size:13px;color:#a8d0e8;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.homepage .stat-value{font-size:20px;font-weight:700;color:#2093c3}.homepage .stat-value.green{color:#00bf63}.homepage .stat-value.orange{color:#f90}.homepage .main-content{display:flex;gap:20px;width:100%;max-width:1400px;align-items:stretch;margin-top:30px;margin-bottom:20px;padding:0 10px;box-sizing:border-box}.homepage .games-list-column{display:flex;flex-direction:column;gap:15px;width:280px;min-width:240px;flex-shrink:1}.homepage .game-select-btn{width:100%;min-height:150px;padding:24px 28px;background:linear-gradient(145deg,#0a0f13f2,#05080ae6);border:1px solid rgba(32,147,195,.3);border-radius:16px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:16px;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000004d;box-sizing:border-box}.homepage .game-select-btn:hover:not(:disabled){border-color:#2093c3;box-shadow:0 6px 20px #2093c366;transform:translateY(-2px);background:linear-gradient(145deg,#0a0f13fa,#05080af2)}.homepage .game-select-btn.active{border-color:#2093c3;background:linear-gradient(135deg,#0a141efa,#050c12f2);box-shadow:0 6px 20px #2093c380}.homepage .game-select-btn:disabled{cursor:not-allowed;opacity:.6;background:linear-gradient(145deg,#0a0f13f2,#05080ae6)}.homepage .game-select-logo{width:96px;height:96px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 0 8px rgba(32,147,195,.3))}.homepage .game-select-name{font-size:22px;font-weight:700;color:#f0f8ff;flex:1}.homepage .game-select-btn.active .game-select-name{color:#2093c3}.homepage .game-coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;min-height:300px}.homepage .coming-soon-icon{font-size:64px;margin-bottom:20px;filter:drop-shadow(0 0 12px rgba(32,147,195,.3))}.homepage .coming-soon-title{font-size:28px;font-weight:700;color:#2093c3;margin-bottom:12px;text-transform:uppercase;letter-spacing:2px}.homepage .coming-soon-text{font-size:16px;color:#a8d0e8;line-height:1.6;max-width:400px;margin:0}.homepage .right-column{display:flex;flex-direction:column;gap:20px;width:280px;min-width:240px;flex-shrink:1}.homepage .game-section{flex:1 1 auto;min-width:0;text-align:center;background:linear-gradient(145deg,#0a0f13f2,#05080ae6);border:1px solid rgba(32,147,195,.3);border-radius:20px;padding:35px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:20px}.homepage .game-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--game-background-image, none);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;z-index:0}.homepage .game-section>*{position:relative;z-index:1}.homepage .game-logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:0}.homepage .game-logo{max-width:220px;width:85%;height:auto;filter:drop-shadow(0 0 12px rgba(32,147,195,.3));transform:scale(1.5);transform-origin:center}.homepage .game-title{font-size:42px;font-weight:900;color:#f0f8ff;margin-bottom:12px;text-transform:uppercase;letter-spacing:3px;background:linear-gradient(135deg,#f0f8ff,#2093c3,#00bf63);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px rgba(32,147,195,.3))}.homepage .amount-buttons-container{display:flex;gap:12px;justify-content:center;align-items:center;margin:0 auto;max-width:500px;width:100%;flex-wrap:wrap}.homepage .amount-btn{flex:1;min-width:0;height:48px;padding:8px 16px;font-size:14px;font-weight:700;color:#f0f8ff;background:linear-gradient(145deg,#2093c340,#2093c326);border:2px solid rgba(32,147,195,.5);border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;gap:8px;position:relative;box-sizing:border-box}.homepage .amount-btn-player-count{display:flex;align-items:center;gap:2px;color:#f0f8ff;font-size:11px;font-weight:600;background:linear-gradient(145deg,#2093c340,#2093c326);border:2px solid rgba(32,147,195,.5);border-radius:6px;padding:3px 4px;flex-shrink:0;min-width:0}.homepage .amount-btn-player-count svg{width:11px;height:11px;stroke:#f0f8ff;flex-shrink:0}.homepage .amount-btn-count{min-width:16px;text-align:left;font-size:11px}.homepage .amount-btn-text{flex:1;text-align:center}.homepage .amount-btn-free{flex-direction:column;justify-content:center;padding:8px 12px;gap:2px}.homepage .amount-btn-free .amount-btn-text{font-size:14px;font-weight:700}.homepage .amount-btn-free .amount-btn-subtext{font-size:10px;color:#f0f8ffb3;font-weight:500}.homepage .amount-btn-free.selected .amount-btn-subtext{color:#fffc}.homepage .amount-btn.selected .amount-btn-player-count{color:#fff;background:linear-gradient(135deg,#2093c3,#1a7ba1);border-color:#2093c3}.homepage .amount-btn:hover{transform:translateY(-2px);border-color:#2093c3;box-shadow:0 6px 20px #2093c366;background:linear-gradient(145deg,#2093c359,#2093c340)}.homepage .amount-btn.selected{background:linear-gradient(135deg,#2093c3,#1a7ba1);border-color:#2093c3;box-shadow:0 6px 20px #2093c380;color:#fff}.homepage .amount-btn.selected:hover{background:linear-gradient(135deg,#1a7ba1,#146689);transform:translateY(-2px)}.homepage .button-group{display:flex;gap:12px;justify-content:center;align-items:stretch;margin:0 auto;max-width:500px;width:100%}.homepage .play-btn{flex:1;width:100%;height:48px;padding:12px 24px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#00bf63,#00a854);border:2px solid rgba(0,191,99,.4);border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00bf634d;white-space:nowrap;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.homepage .play-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00bf6380;background:linear-gradient(135deg,#00d470,#00bf63)}.homepage .play-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 10px #00bf634d}.homepage .play-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:0 2px 8px #0003}.homepage .play-btn.resume-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);border-color:#ff6b3566;animation:pulse-resume 2s ease-in-out infinite}.homepage .play-btn.resume-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3599;background:linear-gradient(135deg,#ff8555,#ff9f3e)}@keyframes pulse-resume{0%,to{box-shadow:0 4px 15px #ff6b354d}50%{box-shadow:0 6px 20px #ff6b3580}}.homepage .play-btn.server-full-btn{background:linear-gradient(135deg,#666,#444);border-color:#f446;cursor:not-allowed;opacity:.7;box-shadow:0 4px 15px #ff44444d}.homepage .play-btn.server-full-btn:hover{transform:none;box-shadow:0 4px 15px #ff44444d}.homepage .settings-btn{flex:0 0 auto;height:56px;width:56px}.homepage .settings-btn .front{padding:16px;font-size:20px;height:56px;width:56px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.homepage .settings-btn svg{width:20px;height:20px;transition:transform .3s ease}.homepage .settings-btn:hover svg{transform:rotate(45deg)}.homepage .settings-panel{background:#0a0f13e6;border:1px solid rgba(32,147,195,.3);border-radius:12px;padding:22px;margin-top:18px;text-align:left;max-width:450px;margin-left:auto;margin-right:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000004d}.homepage .settings-title{color:#2093c3;margin-bottom:16px;font-size:1.15em;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:1px}.homepage .setting-option{display:block;margin-bottom:12px;cursor:pointer;color:#a8d0e8;padding:10px 12px;border-radius:8px;transition:all .2s ease;font-weight:500}.homepage .setting-option:hover{background:#2093c326;color:#f0f8ff}.homepage .setting-option input{margin-right:12px;cursor:pointer}.homepage .player-stats-section{margin-top:25px;width:100%;max-width:800px;background:linear-gradient(145deg,#ffffff1f,#ffffff14);border:1px solid rgba(32,147,195,.3);border-radius:20px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000004d}.homepage .player-stats-title{font-size:18px;font-weight:700;color:#2093c3;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;text-align:center}.homepage .player-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.homepage .player-stat-item{background:#2093c314;border:1px solid rgba(32,147,195,.2);border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;transition:all .3s ease}.homepage .player-stat-item:hover{background:#2093c326;border-color:#2093c366;transform:translateY(-2px)}.homepage .player-stat-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.homepage .player-stat-icon svg{width:24px;height:24px}.homepage .player-stat-icon.games{background:linear-gradient(135deg,#9c27b033,#9c27b01a)}.homepage .player-stat-icon.games svg{stroke:#9c27b0}.homepage .player-stat-icon.eliminations{background:linear-gradient(135deg,#ff6b6b33,#ff6b6b1a)}.homepage .player-stat-icon.eliminations svg{stroke:#ff6b6b}.homepage .player-stat-icon.winrate{background:linear-gradient(135deg,#4caf5033,#4caf501a)}.homepage .player-stat-icon.winrate svg{stroke:#4caf50}.homepage .player-stat-icon.profit{background:linear-gradient(135deg,#00bf6333,#00bf631a)}.homepage .player-stat-icon.profit svg{stroke:#00bf63}.homepage .player-stat-info{flex:1;min-width:0}.homepage .player-stat-label{font-size:11px;font-weight:600;color:#a8d0e8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.homepage .player-stat-value{font-size:20px;font-weight:700;color:#f0f8ff}.homepage .player-stat-value.positive{color:#00bf63}.homepage .player-stat-value.negative{color:#ff6b6b}.homepage .connection-indicator-overlay{position:fixed;inset:0;background-color:#05080abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;pointer-events:none}.homepage .connection-indicator{background:linear-gradient(145deg,#0a0f13f2,#05080af2);border:3px solid #2093c3;border-radius:24px;padding:40px 50px;max-width:400px;text-align:center;box-shadow:0 0 50px #2093c3b3,0 0 100px #2093c366;animation:pulse-glow 2s ease-in-out infinite;pointer-events:auto}.homepage .connection-logo{width:120px;height:auto;margin-bottom:25px;filter:drop-shadow(0 0 15px rgba(32,147,195,.5));animation:float 3s ease-in-out infinite}.homepage .transaction-progress-container{width:100%;height:8px;background:#2093c333;border-radius:10px;overflow:hidden;margin-bottom:20px;box-shadow:inset 0 2px 4px #0000004d}.homepage .transaction-progress-bar{height:100%;background:linear-gradient(90deg,#2093c3,#00bf63);border-radius:10px;transition:width .3s ease-out;box-shadow:0 0 10px #00bf6380;position:relative;overflow:hidden}.homepage .transaction-progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.homepage .connection-spinner{border:5px solid rgba(32,147,195,.2);border-top:5px solid #2093c3;border-right:5px solid #00bf63;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin:20px auto}.homepage .connection-text{color:#2093c3;font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin:15px 0 10px;text-shadow:0 0 10px rgba(32,147,195,.5)}.homepage .connection-subtext{color:#a8d0e8;font-size:14px;line-height:1.6;margin-top:8px;opacity:.9}.homepage .connection-details{display:flex;flex-direction:column;gap:15px;margin-top:10px}.homepage .confirmation-timer{background:#2093c31a;border:2px solid rgba(32,147,195,.3);border-radius:12px;padding:15px 20px;margin-top:10px}.homepage .timer-display{color:#00bf63;font-size:32px;font-weight:700;font-family:Courier New,monospace;text-shadow:0 0 15px rgba(0,191,99,.6);letter-spacing:2px;margin-bottom:5px}.homepage .timer-subtext{color:#a8d0e8;font-size:12px;opacity:.7;font-style:italic}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 50px #2093c3b3,0 0 100px #2093c366}50%{box-shadow:0 0 60px #2093c3e6,0 0 120px #2093c380,0 0 150px #00bf634d}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1600px){.homepage .main-content{max-width:1200px}}@media(max-width:1440px){.homepage .lobby-container{padding:120px 15px 30px}.homepage .main-content{gap:20px;max-width:1100px}.homepage .game-section{padding:30px}.homepage .game-logo{max-width:200px;transform:scale(1.4)}.homepage .games-list-column,.homepage .lobby-leaderboard,.homepage .wallet-container,.homepage .right-column{width:260px;min-width:220px}}@media(max-width:1280px){.homepage .main-content{gap:15px}.homepage .games-list-column,.homepage .lobby-leaderboard,.homepage .wallet-container,.homepage .right-column{width:240px;min-width:200px}}.homepage .horizontal-notice{display:none}@media(max-width:768px){.homepage .horizontal-notice{position:fixed;top:90px;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(145deg,#0a0f13f2,#05080ae6);border-bottom:1px solid rgba(32,147,195,.3);padding:10px 12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:13px;color:#a8d0e8;font-weight:600;box-shadow:0 4px 12px #0000004d;min-height:40px}.homepage .horizontal-notice svg{color:#2093c3;flex-shrink:0}}@media(max-width:600px){.homepage .horizontal-notice{top:80px}}@media(max-width:480px){.homepage .horizontal-notice{top:70px;font-size:12px;padding:8px 10px;min-height:36px}}@media(max-width:380px){.homepage .horizontal-notice{top:65px}}@media(max-width:1024px){.homepage .main-content{flex-direction:column;align-items:center;gap:25px;padding:0 15px}.homepage .game-section{order:1;max-width:600px;width:100%;gap:18px}.homepage .right-column{order:2;width:100%;max-width:600px;min-width:unset;margin:0 auto}.homepage .games-list-column{order:3;width:100%;max-width:600px;min-width:unset;margin-bottom:10px}.homepage .lobby-leaderboard,.homepage .wallet-container{width:100%;max-width:600px;min-width:unset;margin:0 auto}.homepage .stats-container{gap:18px}.homepage .game-logo{max-width:200px;transform:scale(1.3)}.homepage .game-select-btn{margin-bottom:0}.homepage .games-list-column{gap:10px}}@media(max-width:768px){.homepage .lobby-container{padding:110px 15px 20px}.homepage .stats-container{gap:12px;margin-top:5px}.homepage .stat-box{min-width:120px;padding:10px 16px;font-size:13px}.homepage .stat-label{font-size:11px}.homepage .stat-value{font-size:18px}.homepage .game-section{padding:25px 20px;gap:16px}.homepage .game-coming-soon{padding:30px 15px;min-height:250px}.homepage .coming-soon-icon{font-size:48px;margin-bottom:16px}.homepage .coming-soon-title{font-size:24px}.homepage .coming-soon-text{font-size:14px}.homepage .game-logo{max-width:160px;transform:scale(1.3)}.homepage .game-logo-container{margin-bottom:0}.homepage .amount-buttons-container{gap:10px;max-width:100%}.homepage .amount-btn{flex:1;min-width:0;height:48px;font-size:14px;padding:10px 12px;gap:8px}.homepage .amount-btn-player-count{font-size:12px;gap:4px;padding:3px 7px}.homepage .amount-btn-player-count svg{width:13px;height:13px}.homepage .amount-btn-text{font-size:14px}.homepage .button-group{max-width:100%}.homepage .play-btn{padding:10px 18px;font-size:15px;height:46px}.homepage .settings-btn{height:52px;width:52px}.homepage .settings-btn .front{height:52px;width:52px;padding:14px}.homepage .settings-btn svg{width:18px;height:18px}.homepage .player-stats-section{padding:20px}.homepage .player-stats-title{font-size:16px}.homepage .player-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.homepage .player-stat-item{padding:14px}.homepage .player-stat-icon{width:38px;height:38px}.homepage .player-stat-icon svg{width:20px;height:20px}.homepage .player-stat-label{font-size:10px}.homepage .player-stat-value{font-size:18px}.homepage .games-list-column,.homepage .lobby-leaderboard,.homepage .wallet-container{width:100%;max-width:600px}.homepage .game-section{max-width:600px}}@media(max-width:640px){.homepage .game-section{gap:14px;max-width:100%}.homepage .games-list-column,.homepage .lobby-leaderboard,.homepage .wallet-container,.homepage .right-column{max-width:100%}.homepage .game-logo{max-width:140px;transform:scale(1.2)}.homepage .amount-buttons-container{max-width:100%;gap:8px}.homepage .amount-btn{flex:1;min-width:0;height:44px;font-size:13px;padding:8px 10px;gap:6px}.homepage .amount-btn-player-count{font-size:10px;gap:2px;padding:3px 4px}.homepage .amount-btn-player-count svg{width:10px;height:10px}.homepage .amount-btn-text{font-size:13px}.homepage .button-group{max-width:100%}.homepage .play-btn{height:42px;font-size:14px;padding:8px 12px}.homepage .settings-btn{max-width:100%}.homepage .games-list-column{gap:12px}.homepage .game-select-btn{min-height:90px;padding:16px 20px}.homepage .game-select-logo{width:44px;height:44px}.homepage .game-select-name{font-size:15px}}@media(max-width:480px){.homepage .lobby-container{padding:100px 12px 20px}.homepage .game-section,.homepage .games-list-column,.homepage .lobby-leaderboard,.homepage .wallet-container,.homepage .right-column{max-width:100%}.homepage .stats-container{flex-direction:column;gap:10px;width:100%;max-width:100%;margin-top:5px}.homepage .stat-box{width:100%;min-width:unset;padding:12px}.homepage .game-section{padding:20px 15px;gap:14px}.homepage .game-coming-soon{padding:25px 12px;min-height:200px}.homepage .coming-soon-icon{font-size:40px;margin-bottom:12px}.homepage .coming-soon-title{font-size:20px}.homepage .coming-soon-text{font-size:13px}.homepage .game-logo{max-width:120px;transform:scale(1.2)}.homepage .game-logo-container{margin-bottom:0}.homepage .amount-buttons-container{width:100%;gap:6px;flex-wrap:nowrap}.homepage .amount-btn{flex:1;min-width:0;height:50px;padding:8px;font-size:12px;gap:6px;flex-direction:row;justify-content:space-between}.homepage .amount-btn-player-count{font-size:9px;gap:2px;padding:3px 4px;border-radius:5px;border-width:1px;flex-shrink:0}.homepage .amount-btn-player-count svg{width:9px;height:9px;flex-shrink:0}.homepage .amount-btn-text{font-size:14px;font-weight:700;flex-shrink:0;white-space:nowrap}.homepage .button-group{width:100%;gap:0}.homepage .play-btn{width:100%;height:44px;padding:10px 16px;font-size:15px}.homepage .settings-btn{width:100%;height:48px}.homepage .settings-btn .front{width:100%;height:48px;padding:12px}.homepage .settings-btn svg{width:18px;height:18px}.homepage .games-list-column{gap:12px}.homepage .game-select-btn{min-height:85px;padding:18px 22px}.homepage .game-select-logo{width:44px;height:44px}.homepage .game-select-name{font-size:16px}.homepage .right-column{gap:15px}.homepage .lobby-leaderboard{padding:15px}.homepage .popup-content{padding:25px 20px;width:95%}.homepage .popup-icon{width:60px;height:60px;font-size:30px;padding:14px}.homepage .popup-title{font-size:20px}.homepage .player-stats-section{padding:18px;max-width:100%}.homepage .player-stats-title{font-size:15px;margin-bottom:16px}.homepage .player-stats-grid{grid-template-columns:1fr;gap:10px}.homepage .player-stat-item{padding:12px}.homepage .player-stat-icon{width:36px;height:36px}.homepage .player-stat-icon svg{width:18px;height:18px}.homepage .player-stat-label{font-size:10px}.homepage .player-stat-value{font-size:16px}}@media(max-width:375px){.homepage .game-logo{max-width:100px;transform:scale(1.15)}.homepage .stat-value{font-size:16px}.homepage .play-btn,.homepage .settings-btn{height:44px}.homepage .settings-btn .front{height:44px;font-size:15px}.homepage .amount-buttons-container{gap:5px}.homepage .amount-btn{flex:1;min-width:0;height:52px;padding:6px;font-size:11px;gap:4px}.homepage .amount-btn-text{font-size:13px}.homepage .amount-btn-player-count{font-size:8px;gap:1px;padding:3px}.homepage .amount-btn-player-count svg{width:8px;height:8px}}@media(max-width:768px){.homepage .connection-indicator{padding:30px 35px;max-width:90%}.homepage .connection-logo{width:100px}.homepage .connection-spinner{width:50px;height:50px}.homepage .connection-text{font-size:20px}.homepage .connection-subtext{font-size:13px}.homepage .timer-display{font-size:28px}.homepage .confirmation-timer{padding:12px 15px}.homepage .transaction-progress-container{height:6px}}@media(max-width:480px){.homepage .connection-indicator{padding:25px 30px}.homepage .connection-logo{width:80px;margin-bottom:15px}.homepage .connection-spinner{width:45px;height:45px;border-width:4px;margin:15px auto}.homepage .connection-text{font-size:18px}.homepage .connection-subtext{font-size:12px}.homepage .timer-display{font-size:24px}.homepage .timer-subtext{font-size:11px}.homepage .confirmation-timer{padding:10px 12px}.homepage .transaction-progress-container{height:5px}}.homepage .homepage-social-links{position:fixed;bottom:20px;left:20px;display:flex;flex-direction:column;gap:12px;z-index:1000}.homepage .social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#2093c326;border:1px solid rgba(32,147,195,.3);border-radius:12px;color:#9ecfe3;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000004d}.homepage .social-link:hover{background:#2093c340;border-color:#2093c3;color:#e6f4ff;transform:translateY(-2px);box-shadow:0 6px 16px #2093c366}.homepage .social-link svg{width:24px;height:24px}.homepage .beta-refund-notice{background:#00bf6326;border:1px solid rgba(0,191,99,.3);border-radius:10px;padding:14px 18px;color:#9ecfe3;font-size:14px;line-height:1.6;margin:16px 0 0}.homepage .beta-refund-notice strong{color:#00bf63;font-weight:700}.homepage .no-crypto-section{background:linear-gradient(135deg,#00bf631f,#2093c314);border:2px solid rgba(0,191,99,.3);border-radius:20px;padding:32px;margin:30px 0;max-width:100%;animation:slideIn .5s ease}.homepage .no-crypto-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid rgba(0,191,99,.3)}.homepage .no-crypto-icon{width:50px;height:50px;color:#00bf63;filter:drop-shadow(0 0 12px rgba(0,191,99,.4));flex-shrink:0}.homepage .no-crypto-header h3{color:#e6f4ff;font-size:24px;font-weight:800;margin:0}.homepage .no-crypto-intro{color:#9ecfe3;font-size:16px;line-height:1.7;text-align:center;margin-bottom:30px}.homepage .no-crypto-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.homepage .feature-item{display:flex;gap:16px;align-items:flex-start;background:#0000004d;border:1px solid rgba(32,147,195,.3);border-radius:12px;padding:20px;transition:all .3s ease}.homepage .feature-item:hover{background:#2093c31f;border-color:#00bf6380;transform:translateY(-3px);box-shadow:0 6px 16px #00bf6333}.homepage .feature-item svg{width:32px;height:32px;color:#2093c3;flex-shrink:0}.homepage .feature-item strong{display:block;color:#e6f4ff;font-size:16px;font-weight:700;margin-bottom:6px}.homepage .feature-item p{color:#9ecfe3;font-size:14px;line-height:1.5;margin:0}.homepage .no-crypto-benefits{margin-bottom:30px}.homepage .benefit-highlight{background:#0000004d;border:1px solid rgba(0,191,99,.3);border-radius:12px;padding:24px;display:flex;gap:20px;align-items:flex-start}.homepage .benefit-highlight svg{width:40px;height:40px;color:#00bf63;flex-shrink:0}.homepage .benefit-highlight h4{color:#00bf63;font-size:18px;font-weight:700;margin:0 0 10px}.homepage .benefit-highlight p{color:#9ecfe3;font-size:15px;line-height:1.6;margin:0}.homepage .no-crypto-vision{background:linear-gradient(135deg,#ffc10726,#ff980014);border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:24px;text-align:center;margin-bottom:24px}.homepage .no-crypto-vision h4{color:#ffc107;font-size:20px;font-weight:700;margin:0 0 12px}.homepage .no-crypto-vision p{color:#e6f4ff;font-size:15px;line-height:1.7;margin:0 0 12px}.homepage .no-crypto-vision p:last-child{margin-bottom:0}.homepage .no-crypto-vision strong{color:#ffc107;font-weight:700}.homepage .learn-crypto-btn{width:100%;background:linear-gradient(135deg,#2093c3,#1a7ba1);color:#fff;border:none;border-radius:14px;padding:16px 24px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 4px 16px #2093c34d}.homepage .learn-crypto-btn:hover{background:linear-gradient(135deg,#1a7ba1,#146689);transform:translateY(-2px);box-shadow:0 6px 20px #2093c366}.homepage .learn-crypto-btn svg{width:24px;height:24px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.homepage .homepage-social-links{bottom:15px;left:15px;gap:10px}.homepage .social-link{width:44px;height:44px}.homepage .social-link svg{width:22px;height:22px}.homepage .no-crypto-section{padding:24px;margin:20px 0}.homepage .no-crypto-header{flex-direction:column;text-align:center;align-items:center}.homepage .no-crypto-header h3{font-size:20px}.homepage .no-crypto-icon{width:40px;height:40px}.homepage .no-crypto-features{grid-template-columns:1fr;gap:16px}.homepage .feature-item{padding:16px}.homepage .benefit-highlight{flex-direction:column;padding:20px}.homepage .no-crypto-vision{padding:20px}.homepage .learn-crypto-btn{padding:14px 20px;font-size:15px}}@media(max-width:480px){.homepage .homepage-social-links{bottom:12px;left:12px;gap:8px}.homepage .social-link{width:40px;height:40px}.homepage .social-link svg{width:20px;height:20px}.homepage .no-crypto-section{padding:20px}.homepage .no-crypto-header h3{font-size:18px}.homepage .no-crypto-intro{font-size:14px}.homepage .feature-item{flex-direction:column;text-align:center}.homepage .feature-item svg{margin:0 auto}.homepage .learn-crypto-btn{font-size:14px;padding:12px 16px}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#2093c380;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2093c3b3}::selection{background:#2093c34d;color:#f0f8ff}::-moz-selection{background:#2093c34d;color:#f0f8ff}
