.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;pointer-events:none}.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;pointer-events:auto}.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}}.ata-warning-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;animation:ataWarnFadeIn .2s ease-out}@keyframes ataWarnFadeIn{0%{opacity:0}to{opacity:1}}.ata-warning-popup{background:#0f141cf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,200,50,.25);border-radius:22px;padding:28px 24px;max-width:380px;width:100%;text-align:center;box-shadow:0 20px 40px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff14;animation:ataWarnSlideUp .25s ease-out}@keyframes ataWarnSlideUp{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ata-warning-icon{width:52px;height:52px;margin:0 auto 16px;background:#ffc8321f;border-radius:50%;display:flex;align-items:center;justify-content:center}.ata-warning-icon svg{width:28px;height:28px;stroke:#ffc832}.ata-warning-title{font-size:20px;font-weight:800;color:#fff;margin:0 0 12px}.ata-warning-text{font-size:15px;color:#ffffffd9;margin:0 0 8px;line-height:1.5}.ata-warning-text strong{color:#ffc832;font-weight:700}.ata-warning-subtext{font-size:13px;color:#ffffff80;margin:0 0 20px;line-height:1.5}.ata-warning-link{color:#ffc832;text-decoration:underline;font-weight:600;transition:color .2s ease}.ata-warning-link:hover{color:#ffd966}.ata-warning-checkbox-label{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-bottom:20px;font-size:13px;color:#ffffff8c;-webkit-user-select:none;user-select:none;transition:color .2s ease}.ata-warning-checkbox-label:hover{color:#ffffffbf}.ata-warning-checkbox{width:16px;height:16px;accent-color:#00bf63;cursor:pointer}.ata-warning-buttons{display:flex;gap:10px}.ata-warning-btn{flex:1;padding:12px 16px;font-size:14px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .2s ease;border:none}.ata-warning-btn-cancel{background:#ffffff14;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.ata-warning-btn-cancel:hover{background:#ffffff1f;color:#fff}.ata-warning-btn-confirm{background:linear-gradient(135deg,#00bf63,#00a854);color:#fff;box-shadow:0 4px 12px #00bf634d}.ata-warning-btn-confirm:hover{box-shadow:0 6px 20px #00bf6373;transform:translateY(-1px)}.ata-warning-btn-confirm:active{transform:translateY(0)}@media(max-width:480px){.ata-warning-popup{padding:24px 20px;border-radius:20px;max-width:340px}.ata-warning-icon{width:44px;height:44px;margin-bottom:12px}.ata-warning-icon svg{width:24px;height:24px}.ata-warning-title{font-size:18px}.ata-warning-text{font-size:14px}.ata-warning-subtext{font-size:12px}.ata-warning-btn{padding:10px 14px;font-size:13px}}@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:420px;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-min-error{margin-top:8px;font-size:13px;font-weight:600;color:#ff6b6b;text-align:center}.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-card{border-color:#ffffff1f}.addfunds-option-card:hover{border-color:#ffffff40}.addfunds-option-card .addfunds-option-icon{background:linear-gradient(135deg,#00bf63,#00a854)}.addfunds-option-crypto .addfunds-option-icon{background:linear-gradient(135deg,#f7931a,#ff9500);box-shadow:0 4px 12px #f7931a4d}.addfunds-option-crypto:hover{border-color:#f7931a66}.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;min-width:0}.addfunds-option-title{font-size:17px;font-weight:700;color:#fff}.addfunds-option-subtitle{font-size:13px;color:#ffffff80;font-weight:500}.addfunds-logos-row{display:flex;align-items:center;gap:6px;margin-top:6px;flex-wrap:nowrap}.addfunds-logo{width:18px;height:18px;object-fit:contain;opacity:.85;transition:opacity .2s ease}.addfunds-logo:hover{opacity:1}.addfunds-logo-round{border-radius:50%}.addfunds-logo-invert{filter:invert(1)}.addfunds-logo-visa{width:30px;height:18px}.addfunds-logo-visa-img{width:32px;height:18px;object-fit:contain;border-radius:0}.addfunds-logo-mc{width:24px;height:16px}.addfunds-logo-phantom{background:#ab9aff26;padding:2px}.addfunds-logos-more{font-size:10px;font-weight:700;color:#ffffff73;background:#ffffff14;border-radius:6px;padding:2px 6px;line-height:1}.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;flex-shrink:0}.addfunds-option-badge.secondary{background:linear-gradient(135deg,#6366f1e6,#4f46e5e6)}.addfunds-option-badge.crypto{background:linear-gradient(135deg,#f7931ae6,#ff9500e6)}.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}.addfunds-logo{width:16px;height:16px}.addfunds-logo-visa{width:26px;height:16px}.addfunds-logo-mc{width:20px;height:14px}}@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}}.txhistory-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:txhistoryFadeIn .2s ease-out}@keyframes txhistoryFadeIn{0%{opacity:0}to{opacity:1}}.txhistory-popup{background:#0a0e14;border:1px solid rgba(107,70,193,.3);border-radius:28px;padding:32px 28px;max-width:560px;width:100%;height:520px;position:relative;box-shadow:0 25px 50px -12px #000c,0 0 0 1px #6b46c126;animation:txhistorySlideUp .3s ease-out;display:flex;flex-direction:column;overflow:hidden}@keyframes txhistorySlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.txhistory-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}.txhistory-close-btn svg{width:18px;height:18px;stroke:#fff9;transition:all .2s ease}.txhistory-close-btn:hover{background:#ff6b6b33;border-color:#ff6b6b66}.txhistory-close-btn:hover svg{stroke:#ff6b6b}.txhistory-title{font-size:26px;font-weight:800;color:#fff;text-align:center;margin:0 0 24px;letter-spacing:-.5px;flex-shrink:0}.txhistory-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:#ffffff80;font-size:14px}.loading-spinner{width:32px;height:32px;stroke:#6b46c1cc;animation:spin 1s linear infinite}.txhistory-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap;flex-shrink:0}.txhistory-tab{padding:8px 16px;border:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#fff9;font-size:13px;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s ease}.txhistory-tab:hover{background:#ffffff1a;color:#fff}.txhistory-tab.active{background:linear-gradient(135deg,#6b46c1,#7c3aed);border-color:transparent;color:#fff}.txhistory-table-container{flex:1;overflow-y:auto;border-radius:16px;border:1px solid rgba(107,70,193,.15);background:#060a0d}.txhistory-table-container::-webkit-scrollbar{width:6px}.txhistory-table-container::-webkit-scrollbar-track{background:transparent}.txhistory-table-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.txhistory-table{width:100%;border-collapse:collapse;font-size:13px}.txhistory-table th{background:#0006;color:#fff9;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.5px;padding:14px 12px;text-align:left;position:sticky;top:0;z-index:1}.txhistory-table td{padding:12px;color:#fff;border-bottom:1px solid rgba(255,255,255,.04)}.txhistory-table tbody tr{transition:background .15s ease}.txhistory-table tbody tr:hover{background:#ffffff08}.no-data{text-align:center!important;color:#fff6!important;padding:80px 32px!important;font-size:14px;height:200px;vertical-align:middle}.tx-type{display:inline-flex;align-items:center;gap:8px;text-transform:capitalize}.tx-icon{width:18px;height:18px;stroke-width:2;flex-shrink:0}.tx-icon-join{stroke:#4ade80}.tx-icon-cashout{stroke:#fbbf24}.tx-icon-withdrawal{stroke:#60a5fa}.tx-icon-affiliate{stroke:#a78bfa}.tx-icon-deposit{stroke:#34d399}.tx-type-label{font-weight:500}.tx-amount{font-weight:700;font-family:SF Mono,Fira Code,monospace}.solscan-link{display:inline-flex;align-items:center;justify-content:center;padding:6px;background:#ffffff14;border-radius:8px;transition:all .2s ease}.solscan-link:hover{background:#ffffff26;transform:scale(1.05)}@media(max-width:768px){.txhistory-overlay{padding:16px;align-items:flex-end}.txhistory-popup{max-width:100%;height:70vh;border-radius:28px 28px 0 0;padding:28px 24px 34px;margin-bottom:0;animation:txhistorySlideUpMobile .3s ease-out}@keyframes txhistorySlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.txhistory-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:8px;margin-bottom:12px}.txhistory-tab{flex-shrink:0;padding:6px 12px;font-size:12px}}@media(max-width:480px){.txhistory-overlay{padding:0}.txhistory-popup{padding:24px 16px 32px;border-radius:24px 24px 0 0;height:65vh}.txhistory-close-btn{top:14px;right:14px;width:32px;height:32px}.txhistory-close-btn svg{width:16px;height:16px}.txhistory-title{font-size:22px;margin-bottom:18px}.txhistory-tab{padding:6px 12px;font-size:12px}.txhistory-table{font-size:12px}.txhistory-table th{padding:10px 8px;font-size:10px}.txhistory-table td{padding:10px 8px}.tx-icon{width:16px;height:16px}.tx-type-label{font-size:11px}.status-badge{padding:3px 8px;font-size:10px}.status-icon{width:12px;height:12px}.solscan-icon{width:18px;height:18px}}@media(max-height:600px)and (orientation:landscape){.txhistory-overlay{padding:10px;align-items:center;overflow-y:auto}.txhistory-popup{padding:20px;max-height:90vh;border-radius:20px}.txhistory-title{font-size:20px;margin-bottom:14px}.txhistory-tabs{margin-bottom:12px}.txhistory-tab{padding:6px 12px;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-usdc-logo{width:22px;height:22px;border-radius:50%;flex-shrink:0;object-fit:contain}.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-history-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-history-icon:hover{color:#6b46c1;background:#6b46c126}.wallet-history-icon svg{width:20px;height:20px}.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}}.copy-warning-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;animation:copyWarnFadeIn .2s ease-out}@keyframes copyWarnFadeIn{0%{opacity:0}to{opacity:1}}.copy-warning-popup{background:#0f141cf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,200,50,.25);border-radius:22px;padding:28px 24px;max-width:340px;width:100%;text-align:center;box-shadow:0 20px 40px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff14;animation:copyWarnSlideUp .25s ease-out}@keyframes copyWarnSlideUp{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.copy-warning-icon{width:52px;height:52px;margin:0 auto 16px;background:#ffc8321f;border-radius:50%;display:flex;align-items:center;justify-content:center}.copy-warning-icon svg{width:28px;height:28px;stroke:#ffc832}.copy-warning-title{font-size:20px;font-weight:800;color:#fff;margin:0 0 12px}.copy-warning-text{font-size:15px;color:#ffffffd9;margin:0 0 6px;line-height:1.5}.copy-warning-text strong{color:#ffc832;font-weight:700}.copy-warning-subtext{font-size:13px;color:#ffffff80;margin-bottom:20px}.copy-warning-checkbox-label{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-bottom:20px;font-size:13px;color:#ffffff8c;-webkit-user-select:none;user-select:none;transition:color .2s ease}.copy-warning-checkbox-label:hover{color:#ffffffbf}.copy-warning-checkbox{width:16px;height:16px;accent-color:#00bf63;cursor:pointer}.copy-warning-buttons{display:flex;gap:10px}.copy-warning-btn{flex:1;padding:12px 16px;font-size:14px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .2s ease;border:none}.copy-warning-btn-cancel{background:#ffffff14;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.copy-warning-btn-cancel:hover{background:#ffffff1f;color:#fff}.copy-warning-btn-confirm{background:linear-gradient(135deg,#00bf63,#00a854);color:#fff;box-shadow:0 4px 12px #00bf634d}.copy-warning-btn-confirm:hover{box-shadow:0 6px 20px #00bf6373;transform:translateY(-1px)}.copy-warning-btn-confirm:active{transform:translateY(0)}@media(max-width:480px){.copy-warning-popup{padding:24px 20px;border-radius:20px}.copy-warning-icon{width:44px;height:44px;margin-bottom:12px}.copy-warning-icon svg{width:24px;height:24px}.copy-warning-title{font-size:18px}.copy-warning-text{font-size:14px}.copy-warning-btn{padding:10px 14px;font-size:13px}}.affiliate-overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:affiliateFadeIn .2s ease-out}@keyframes affiliateFadeIn{0%{opacity:0}to{opacity:1}}.affiliate-popup{background:#0a0e14;border:1px solid rgba(74,222,128,.3);border-radius:28px;padding:32px 28px;max-width:580px;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #000c,0 0 0 1px #4ade8026;animation:affiliateSlideUp .3s ease-out}@keyframes affiliateSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.affiliate-popup::-webkit-scrollbar{width:6px}.affiliate-popup::-webkit-scrollbar-track{background:transparent}.affiliate-popup::-webkit-scrollbar-thumb{background:#4ade804d;border-radius:3px}.affiliate-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}.affiliate-close-btn svg{width:18px;height:18px;stroke:#fff9;transition:all .2s ease}.affiliate-close-btn:hover{background:#ff6b6b33;border-color:#ff6b6b66}.affiliate-close-btn:hover svg{stroke:#ff6b6b}.affiliate-title{font-size:26px;font-weight:800;color:#fff;text-align:center;margin:0 0 20px;letter-spacing:-.5px}.affiliate-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:#ffffff80;font-size:14px}.loading-spinner{width:32px;height:32px;stroke:#4ade80cc;animation:spin 1s linear infinite}.affiliate-description{background:#0d1a14;border:1px solid rgba(74,222,128,.25);border-radius:16px;padding:18px 20px;margin-bottom:24px}.affiliate-description p{margin:0;font-size:14px;line-height:1.6;color:#ffffffd9}.affiliate-description p.affiliate-tiers{margin-top:12px;padding:12px 14px;background:#4ade8014;border:1px solid rgba(74,222,128,.2);border-radius:10px;line-height:1.7}.affiliate-description p.affiliate-tiers strong{color:#4ade80}.affiliate-description p.affiliate-cta{margin-top:12px;color:#4ade80;font-weight:500}.affiliate-description p.affiliate-partner{margin-top:10px;padding-top:10px;border-top:1px solid rgba(74,222,128,.15);color:#fbbf24;font-weight:600;font-size:13px}.affiliate-section{margin-bottom:24px}.affiliate-section-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px}.section-icon{width:18px;height:18px;stroke:#4ade80cc}.referral-link-container{display:flex;align-items:center;gap:10px;background:#060a0d;border:1px solid rgba(74,222,128,.2);border-radius:14px;padding:14px 16px}.referral-link{flex:1;font-family:SF Mono,Fira Code,JetBrains Mono,monospace;font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.referral-link-prefix{color:#ffffff73}.referral-link-code{color:#4ade80;font-weight:700}.edit-code-btn{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.edit-code-btn:hover{background:#4ade8026;border-color:#4ade804d}.edit-code-btn svg{width:16px;height:16px;stroke:#ffffffb3}.copy-link-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:700;font-size:13px;border-radius:10px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.copy-link-btn svg{width:16px;height:16px}.copy-link-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #4ade8066}.copy-link-btn.copied{background:linear-gradient(135deg,#4ade80,#22c55e)}.edit-code-form{display:flex;align-items:center;gap:10px;flex:1}.edit-code-input{flex:1;padding:10px 14px;background:#040608;border:2px solid rgba(74,222,128,.25);border-radius:10px;color:#fff;font-family:SF Mono,Fira Code,monospace;font-size:14px;outline:none;transition:all .2s ease}.edit-code-input:focus{border-color:#4ade80;box-shadow:0 0 0 3px #4ade8033}.edit-code-save,.edit-code-cancel{width:36px;height:36px;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.edit-code-save{background:linear-gradient(135deg,#4ade80,#22c55e)}.edit-code-save svg{width:18px;height:18px;stroke:#fff}.edit-code-save:hover:not(:disabled){transform:scale(1.05)}.edit-code-save:disabled{opacity:.5;cursor:not-allowed}.edit-code-cancel{background:#f8717133;border:1px solid rgba(248,113,113,.3)}.edit-code-cancel svg{width:18px;height:18px;stroke:#f87171}.edit-code-cancel:hover{background:#f871714d}.affiliate-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.stat-card{background:#060a0d;border:1px solid rgba(74,222,128,.15);border-radius:14px;padding:16px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.stat-icon-wrapper{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.stat-icon-wrapper svg{width:20px;height:20px}.stat-icon-l1{background:#4ade8026}.stat-icon-l1 svg{stroke:#4ade80}.stat-icon-l2{background:#fbbf2426}.stat-icon-l2 svg{stroke:#fbbf24}.stat-icon-referrals{background:#4ade8026}.stat-icon-referrals svg{stroke:#4ade80}.stat-icon-games{background:#4ade8026}.stat-icon-games svg{stroke:#4ade80}.stat-label{display:block;font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.3px}.stat-value{display:block;font-size:24px;font-weight:800;color:#fff}.earnings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.earnings-card{background:#060a0d;border:1px solid rgba(74,222,128,.15);border-radius:14px;padding:18px 16px}.earnings-card.balance{background:linear-gradient(135deg,#0d1a14,#091210);border-color:#4ade8059}.earnings-label{display:block;font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px}.earnings-value{display:block;font-size:26px;font-weight:800;color:#fff;font-family:SF Mono,Fira Code,monospace}.earnings-note{display:flex;align-items:center;gap:6px;font-size:12px;color:#ffffff80;margin-top:8px;font-weight:500}.info-icon{width:14px;height:14px;stroke:#fff6}.payout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:12px;padding:12px 16px;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.payout-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #4ade8066;background:linear-gradient(135deg,#4ade80,#22c55e)}.payout-btn:active:not(:disabled){transform:translateY(0)}.payout-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.payout-btn-icon{width:18px;height:18px}.payout-btn-icon.spinning{animation:spin 1s linear infinite}.payout-btn.full-width{width:100%;margin-top:16px;padding:16px 24px;font-size:16px;border-radius:14px}.balance-value{color:#4ade80!important}.earnings-note-full{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:16px;padding:14px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:14px;color:#ffffff80;font-weight:500}.earnings-note-full .info-icon{width:18px;height:18px}.affiliate-section.explainer{background:#060a0d;border:1px solid rgba(74,222,128,.15);border-radius:16px;padding:20px}.tier-diagram{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.tier-you,.tier-l1,.tier-l2{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 20px;background:#040608;border-radius:14px;min-width:110px;border:2px solid}.tier-icon-wrapper{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.tier-icon-wrapper svg{width:24px;height:24px}.tier-you{border-color:#60a5fa80}.tier-you .tier-icon-wrapper{background:#60a5fa33}.tier-you .tier-icon-wrapper svg{stroke:#60a5fa}.tier-l1{border-color:#4ade8080}.tier-l1 .tier-icon-wrapper{background:#4ade8033}.tier-l1 .tier-icon-wrapper svg{stroke:#4ade80}.tier-l2{border-color:#fbbf2480}.tier-l2 .tier-icon-wrapper{background:#fbbf2433}.tier-l2 .tier-icon-wrapper svg{stroke:#fbbf24}.tier-label{font-size:13px;font-weight:700;color:#fff}.tier-rate{font-size:11px;color:#ffffff80;font-weight:500}.tier-arrow{display:flex;align-items:center;justify-content:center}.tier-arrow svg{width:24px;height:24px;stroke:#4ade8066}.history-table-container{max-height:200px;overflow-y:auto;border-radius:12px;border:1px solid rgba(74,222,128,.15);background:#060a0d}.history-table-container::-webkit-scrollbar{width:6px}.history-table-container::-webkit-scrollbar-track{background:transparent}.history-table-container::-webkit-scrollbar-thumb{background:#4ade804d;border-radius:3px}.history-table{width:100%;border-collapse:collapse;font-size:13px}.history-table th{background:#040608;color:#fff9;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.3px;padding:12px 14px;text-align:left;position:sticky;top:0;z-index:1}.history-table td{padding:12px 14px;color:#fff;border-bottom:1px solid rgba(74,222,128,.05)}.history-table tbody tr{transition:background .15s ease}.history-table tbody tr:hover{background:#4ade800d}.payout-amount{font-weight:700;font-family:SF Mono,Fira Code,monospace;color:#4ade80}.no-payouts{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 20px;background:#060a0d;border:1px solid rgba(74,222,128,.12);border-radius:12px;color:#fff6;font-size:13px;text-align:center}.no-payouts-icon{width:40px;height:40px;stroke:#4ade804d}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase}.status-confirmed{background:#4ade8026;color:#4ade80}.status-pending{background:#fbbf2426;color:#fbbf24}.status-failed{background:#f8717126;color:#f87171}.status-icon{width:14px;height:14px}.status-icon-confirmed{stroke:#4ade80}.status-icon-pending{stroke:#fbbf24}.status-icon-pending.spinning{animation:spin 2s linear infinite}.status-icon-failed{stroke:#f87171}.solscan-link{display:inline-flex;align-items:center;justify-content:center;padding:6px;background:#4ade801a;border-radius:8px;transition:all .2s ease}.solscan-link:hover{background:#4ade8033;transform:scale(1.05)}.solscan-icon{width:20px;height:20px;object-fit:contain}.tx-no-link{color:#ffffff4d}@media(max-width:768px){.affiliate-overlay{padding:16px;align-items:flex-end}.affiliate-popup{max-width:100%;max-height:90vh;border-radius:28px 28px 0 0;padding:28px 24px 34px;margin-bottom:0;animation:affiliateSlideUpMobile .3s ease-out}@keyframes affiliateSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.affiliate-stats-grid{grid-template-columns:repeat(2,1fr)}.tier-diagram{flex-direction:column}.tier-arrow svg{transform:rotate(90deg)}}@media(max-width:480px){.affiliate-overlay{padding:0}.affiliate-popup{padding:24px 16px 32px;border-radius:24px 24px 0 0}.affiliate-close-btn{top:14px;right:14px;width:32px;height:32px}.affiliate-close-btn svg{width:16px;height:16px}.affiliate-title{font-size:22px;margin-bottom:16px}.affiliate-description{padding:14px 16px}.affiliate-description p{font-size:13px}.referral-link-container{flex-wrap:nowrap;gap:6px}.referral-link{flex:1;min-width:0;font-size:11px}.edit-code-btn{width:32px;height:32px;flex-shrink:0}.edit-code-btn svg{width:14px;height:14px}.copy-link-btn{padding:8px 12px;font-size:12px;flex-shrink:0}.copy-link-btn svg{width:14px;height:14px}.stat-card{padding:12px 10px}.stat-icon-wrapper{width:32px;height:32px}.stat-icon-wrapper svg{width:18px;height:18px}.stat-value{font-size:20px}.stat-label{font-size:10px}.earnings-value{font-size:22px}.tier-you,.tier-l1,.tier-l2{padding:12px 16px;min-width:100px}.tier-icon-wrapper{width:38px;height:38px}.tier-icon-wrapper svg{width:20px;height:20px}.history-table th,.history-table td{padding:10px 12px;font-size:12px}}@media(max-height:600px)and (orientation:landscape){.affiliate-overlay{padding:10px;align-items:center;overflow-y:auto}.affiliate-popup{padding:20px;max-height:90vh;border-radius:20px}.affiliate-title{font-size:20px;margin-bottom:14px}.affiliate-description{padding:12px 14px;margin-bottom:16px}.affiliate-description p{font-size:12px}.affiliate-stats-grid{gap:8px;margin-bottom:16px}.stat-card{padding:10px 8px}.stat-icon-wrapper{width:28px;height:28px;margin-bottom:2px}.stat-icon-wrapper svg{width:16px;height:16px}.stat-value{font-size:18px}.earnings-grid{gap:8px}.earnings-card{padding:12px}.earnings-value{font-size:20px}}.skinselector-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:skinFadeIn .2s ease-out}@keyframes skinFadeIn{0%{opacity:0}to{opacity:1}}.skinselector-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:skinSlideUp .3s ease-out;max-height:85vh;overflow-y:auto}@keyframes skinSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.skinselector-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}.skinselector-close-btn svg{width:18px;height:18px;stroke:#fff9;transition:all .2s ease}.skinselector-close-btn:hover{background:#ff6b6b33;border-color:#ff6b6b66}.skinselector-close-btn:hover svg{stroke:#ff6b6b}.skinselector-title{font-size:26px;font-weight:800;color:#fff;text-align:center;margin:0 0 24px;letter-spacing:-.5px}.skinselector-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.skinselector-skin-btn{aspect-ratio:1;background:#ffffff0f;border:2px solid rgba(255,255,255,.1);border-radius:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:8px;position:relative;overflow:hidden}.skinselector-skin-btn:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.skinselector-skin-btn.selected{background:#00bf6326;border-color:#00bf6380;box-shadow:0 0 20px #00bf6333}.skinselector-skin-btn.img-error{background:#ffffff0a}.skinselector-skin-img{width:100%;height:100%;object-fit:contain;border-radius:8px}.skinselector-noskin{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff6}.skinselector-noskin svg{width:40%;height:40%}.skinselector-checkmark{position:absolute;bottom:4px;right:4px;width:24px;height:24px;background:linear-gradient(135deg,#00bf63,#00a854);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00bf6366}.skinselector-checkmark svg{width:14px;height:14px;stroke:#fff}.skinselector-confirm-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#00bf63,#00a854);border:none;border-radius:14px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 20px #00bf634d}.skinselector-confirm-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00bf6366}.skinselector-confirm-btn:active{transform:translateY(0)}@media(max-width:768px){.skinselector-overlay{padding:16px;align-items:flex-end}.skinselector-popup{max-width:100%;border-radius:28px 28px 0 0;padding:28px 24px 34px;margin-bottom:0;animation:skinSlideUpMobile .3s ease-out;max-height:80vh}@keyframes skinSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.skinselector-grid{grid-template-columns:repeat(4,1fr);gap:10px}}@media(max-width:480px){.skinselector-overlay{padding:0}.skinselector-popup{padding:24px 20px 32px;border-radius:24px 24px 0 0}.skinselector-close-btn{top:14px;right:14px;width:32px;height:32px}.skinselector-close-btn svg{width:16px;height:16px}.skinselector-title{font-size:22px;margin-bottom:20px}.skinselector-grid{grid-template-columns:repeat(3,1fr);gap:8px}.skinselector-skin-btn{border-radius:12px;padding:6px}.skinselector-checkmark{width:20px;height:20px;bottom:3px;right:3px}.skinselector-checkmark svg{width:12px;height:12px}.skinselector-confirm-btn{padding:14px 20px;font-size:15px;border-radius:12px}}@media(max-height:600px)and (orientation:landscape){.skinselector-overlay{padding:10px;align-items:center;overflow-y:auto}.skinselector-popup{padding:20px;max-height:90vh;overflow-y:auto;border-radius:20px}.skinselector-title{font-size:20px;margin-bottom:16px}.skinselector-grid{grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:16px}.skinselector-skin-btn{padding:4px;border-radius:10px}.skinselector-confirm-btn{padding:12px 20px;font-size:14px}}.cell-preview-container{display:flex;flex-direction:column;align-items:center}.cell-preview-wrapper{position:relative;display:inline-block}.cell-preview-canvas{display:block}.cell-preview-choose-skin{position:absolute;top:5px;right:5px;display:flex;flex-direction:column;align-items:center;gap:1px;padding:5px 8px;background:#000000a6;border:2px solid rgba(255,255,255,.35);border-radius:8px;cursor:pointer;transition:all .2s ease}.cell-preview-choose-skin:hover{background:#000000d9;border-color:#fff9;transform:scale(1.08)}.cell-preview-choose-skin:active{transform:scale(.95)}.choose-skin-plus{font-size:18px;font-weight:700;color:#fff;line-height:1}.choose-skin-label{font-size:9px;font-weight:600;color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.cell-preview-choose-skin{padding:4px 6px;top:3px;right:3px}.choose-skin-plus{font-size:14px}.choose-skin-label{font-size:7px}}@media(max-height:500px)and (orientation:landscape){.cell-preview-choose-skin{padding:3px 5px;top:2px;right:2px}.choose-skin-plus{font-size:12px}.choose-skin-label{font-size:6px}}.chat-bubble-btn{position:fixed;bottom:24px;left:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2093c3,#1a7ba3);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #2093c366;transition:all .3s ease;z-index:1100;color:#fff}.chat-bubble-btn:hover{transform:scale(1.08);box-shadow:0 6px 24px #2093c38c}.chat-bubble-btn:active{transform:scale(.96)}.chat-bubble-btn svg{width:26px;height:26px}.chat-panel{position:fixed;bottom:92px;left:24px;width:380px;height:550px;background:#000;border:1px solid rgba(32,147,195,.3);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 40px #00000080;z-index:1100;transition:opacity .2s ease,transform .2s ease}.chat-panel.chat-panel-open{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible}.chat-panel.chat-panel-closed{opacity:0;transform:translateY(12px);pointer-events:none;visibility:hidden}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.chat-panel-iframe{flex:1;width:100%;border:none;background:#000;overflow:hidden}@media(max-width:480px){.chat-bubble-btn{bottom:16px;left:16px;width:50px;height:50px}.chat-bubble-btn svg{width:22px;height:22px}.chat-panel{bottom:78px;left:12px;right:12px;width:auto;height:60vh;max-height:480px}}@media(max-width:768px){.chat-panel{width:340px;height:480px}}.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 .affiliate-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:linear-gradient(135deg,#166534,#14532d);border:1px solid #22c55e;border-radius:12px;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #22c55e4d}.homepage .affiliate-btn:hover{background:linear-gradient(135deg,#15803d,#166534);border-color:#4ade80;transform:translateY(-2px);box-shadow:0 6px 20px #4ade8066}.homepage .affiliate-btn svg{width:20px;height:20px;stroke:#fff}.homepage .middle-column{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:16px}.homepage .game-section{width:100%;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;min-height:500px}.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-preview-container{display:flex;justify-content:center;align-items:center;min-height:200px;height:200px;width:100%}.homepage .game-logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:0;width:100%;height:100%}.homepage .game-logo{max-width:220px;max-height:200px;width:auto;height:auto;object-fit:contain;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 .game-section-survivor .game-logo-container{margin-bottom:20px}.homepage .game-section-survivor .amount-buttons-container{margin-top:10px}.homepage .game-section-survivor .amount-btn{background:linear-gradient(145deg,#f39c1240,#f1c40f26);border:2px solid rgba(241,196,15,.5);border-radius:25px;box-shadow:0 4px 12px #f39c124d;letter-spacing:.5px}.homepage .game-section-survivor .amount-btn-player-count{background:linear-gradient(145deg,#f39c1240,#f1c40f26);border:2px solid rgba(241,196,15,.5);border-radius:12px}.homepage .game-section-survivor .amount-btn:hover{border-color:#f1c40f;box-shadow:0 6px 20px #f39c1266;background:linear-gradient(145deg,#f39c1259,#f1c40f40)}.homepage .game-section-survivor .amount-btn.selected{background:linear-gradient(135deg,#f39c12,#f1c40f);border:3px solid #f1c40f;box-shadow:0 6px 20px #f39c1280;color:#fff}.homepage .game-section-survivor .amount-btn.selected .amount-btn-player-count{background:linear-gradient(135deg,#f39c12e6,#f1c40fe6);border-color:#f1c40f;color:#fff}.homepage .game-section-survivor .amount-btn.selected:hover{background:linear-gradient(135deg,#f1c40f,#f39c12);box-shadow:0 8px 25px #f39c1299}.homepage .game-section-survivor .play-btn{background:linear-gradient(135deg,#f39c12,#f1c40f);border:3px solid rgba(241,196,15,.4);box-shadow:0 4px 15px #f39c124d;letter-spacing:.5px}.homepage .game-section-survivor .play-btn:hover:not(:disabled){box-shadow:0 6px 20px #f39c1280;background:linear-gradient(135deg,#f1c40f,#f39c12);border-color:#f1c40f}.homepage .total-playing-display{display:flex;align-items:center;justify-content:center;gap:6px;margin:12px auto;padding:6px 14px;background:#0006;border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.homepage .total-playing-display .playing-indicator{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.9)}}.homepage .total-playing-display .playing-count{color:#fff;font-size:15px;font-weight:700}.homepage .total-playing-display .playing-text{color:#fff9;font-size:13px;font-weight:500}.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 .skin-selector-btn{flex:0 0 auto;width:48px;height:48px;background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.homepage .skin-selector-btn svg{width:24px;height:24px;stroke:#ffffffb3;transition:all .2s ease}.homepage .skin-selector-btn:hover{background:#00bf6326;border-color:#00bf6380;transform:translateY(-2px)}.homepage .skin-selector-btn:hover svg{stroke:#00bf63}.homepage .skin-selector-btn:active{transform:translateY(0)}.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;max-height:180px;transform:scale(1.4)}.homepage .game-preview-container{min-height:180px;height:180px}.homepage .game-logo-container{width:100%;height:100%}.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 .middle-column{order:1;max-width:600px;width:100%}.homepage .game-section{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;max-height:160px;transform:scale(1.3)}.homepage .game-preview-container{min-height:160px;height:160px}.homepage .game-logo-container{width:100%;height:100%}.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;min-height:400px}.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;max-height:140px;transform:scale(1.3)}.homepage .game-preview-container{min-height:140px;height:140px}.homepage .game-logo-container{margin-bottom:0;width:100%;height:100%}.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 .middle-column{max-width:600px}}@media(max-width:640px){.homepage .game-section{gap:14px}.homepage .middle-column,.homepage .games-list-column,.homepage .lobby-leaderboard,.homepage .wallet-container,.homepage .right-column{max-width:100%}.homepage .game-logo{max-width:140px;max-height:120px;transform:scale(1.2)}.homepage .game-preview-container{min-height:120px;height:120px}.homepage .game-logo-container{width:100%;height:100%}.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 .middle-column,.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;min-height:350px}.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-preview-container{min-height:110px;height:110px}.homepage .game-logo{max-width:120px;max-height:110px;transform:scale(1.2)}.homepage .game-logo-container{margin-bottom:0;width:100%;height:100%}.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;max-height:100px;transform:scale(1.15)}.homepage .game-preview-container{min-height:100px;height:100px}.homepage .game-logo-container{width:100%;height:100%}.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 .community-section{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;box-sizing:border-box}.homepage .discord-banner{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 32px;background:linear-gradient(135deg,#5865f2,#4752c4);border-radius:14px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #5865f24d;cursor:pointer}.homepage .discord-banner:hover{transform:translateY(-2px);box-shadow:0 8px 30px #5865f273;filter:brightness(1.08)}.homepage .discord-banner:active{transform:translateY(0)}.homepage .discord-banner-content{display:flex;align-items:center;gap:14px}.homepage .discord-banner-icon{width:34px;height:34px;color:#fff;flex-shrink:0}.homepage .discord-banner-text{font-size:20px;font-weight:800;color:#fff;letter-spacing:.3px;white-space:nowrap}.homepage .social-icons-row{display:flex;align-items:center;justify-content:center;gap:16px}.homepage .social-icon-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#1a2332;border:1px solid rgba(32,147,195,.35);border-radius:50%;color:#c0d8e8;text-decoration:none;transition:all .25s ease}.homepage .social-icon-link:hover{background:#243447;border-color:#2093c3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 14px #2093c359}.homepage .social-icon-link svg{width:22px;height:22px}.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 .community-section{gap:12px}.homepage .discord-banner{padding:14px 20px;border-radius:12px}.homepage .discord-banner-icon{width:28px;height:28px}.homepage .discord-banner-text{font-size:17px}.homepage .social-icon-link{width:44px;height:44px}.homepage .social-icon-link svg{width:20px;height:20px}.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 .community-section{gap:10px}.homepage .discord-banner{padding:12px 16px;border-radius:10px}.homepage .discord-banner-icon{width:24px;height:24px}.homepage .discord-banner-text{font-size:15px}.homepage .social-icons-row{gap:12px}.homepage .social-icon-link{width:42px;height:42px}.homepage .social-icon-link svg{width:19px;height:19px}.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}
