@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Noto+Sans+KR:wght@300;400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;font-family:Noto Sans KR,sans-serif}.App,.App-header,body{background:#071633;min-height:100vh}.App-header{margin:0 auto;max-width:480px;padding-bottom:80px;position:relative}.top-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.top-header .logo{color:#1a1a2e;font-family:Orbitron,sans-serif;font-size:20px;font-weight:700;letter-spacing:2px}.top-header .uid{background:#f5f5f5;border-radius:20px;color:#888;font-size:11px;padding:4px 10px}.top-header .menu-btn{align-items:center;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;width:32px}.ticker-bar{background:linear-gradient(90deg,#1a1a2e,#2d2d5e);color:#fff;font-size:11px;overflow:hidden;padding:7px 16px;white-space:nowrap}.game-session-bar{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-around;margin:10px 12px 0;padding:10px 14px}.session-time{text-align:center}.session-time .s-label{color:#aaa;font-size:9px;margin-bottom:2px}.session-time .s-value{color:#1a1a2e;font-size:11px;font-weight:700}.session-dot{background:#4caf50;border-radius:50%;display:inline-block;height:5px;margin-right:2px;vertical-align:middle;width:5px}.main-layout{align-items:center;display:flex;gap:4px;justify-content:space-between;padding:14px 10px}.menu-col{gap:16px;width:62px}.menu-col,.menu-col .mitem{display:flex;flex-direction:column}.menu-col .mitem{align-items:center;cursor:pointer;gap:4px}.menu-col .mitem .micon{font-size:32px;line-height:1}.menu-col .mitem .mlabel{color:#444;font-size:10px;font-weight:500;text-align:center}.card-center{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px}.gold-card{background:linear-gradient(135deg,#1a1a2e,#2d2d5e 50%,#1a1a2e);border-radius:16px;box-shadow:0 10px 30px #1a1a2e66;overflow:hidden;padding:16px;position:relative;width:175px}.gold-card:before{background:radial-gradient(circle,#f0a50059 0,#0000 70%);content:"";height:100px;position:absolute;right:-30px;top:-30px;width:100px}.gold-card .card-name{color:#fff9;font-size:9px;letter-spacing:1px;margin-bottom:10px}.gold-card .card-bal{color:#fff;font-size:20px;font-weight:700;margin-bottom:12px}.gold-card .card-bal span{color:#fff9;font-size:10px;margin-right:3px}.gold-card .card-bottom{align-items:flex-end;display:flex;justify-content:space-between}.gold-card .card-num{color:#ffffffb3;font-size:10px;letter-spacing:2px}.gold-card .card-mc{color:#f0a500;font-size:11px;font-style:italic;font-weight:900}.card-status-badge{background:#34a85326;border:1px solid #34a8534d;border-radius:8px;color:#4caf50;font-size:9px;padding:2px 8px;text-align:center}.card-quick-btns{display:flex;gap:6px;width:175px}.card-quick-btns button{align-items:center;background:#fff;border:none;border-radius:10px;box-shadow:0 2px 6px #00000014;color:#1a1a2e;cursor:pointer;display:flex;flex:1 1;font-family:Noto Sans KR,sans-serif;font-size:10px;font-weight:600;gap:3px;justify-content:center;padding:8px 4px}.card-quick-btns button.gold,.coupon-btn{background:linear-gradient(135deg,#f0a500,gold);color:#fff}.coupon-btn{align-items:center;border:none;border-radius:16px;box-shadow:0 6px 20px #f0a50059;cursor:pointer;display:flex;font-family:Noto Sans KR,sans-serif;font-size:14px;font-weight:700;gap:8px;justify-content:center;margin:0 12px 10px;padding:14px;text-align:center;width:calc(100% - 24px)}.section-card{background:#fff;border-radius:18px;box-shadow:0 2px 8px #0000000a;margin:0 12px 10px;padding:14px 16px}.section-card h3{color:#1a1a2e;font-size:13px;font-weight:700;margin-bottom:12px}.wallet-item .w-label{color:#888}.wallet-item .w-value{color:#1a1a2e;font-weight:600}.wallet-item .w-value.gold{color:#f0a500}.wallet-item .w-value.blue{color:#1a73e8}.bottom-tab{background:linear-gradient(180deg,#0b1c3a,#081428);border-top:1px solid #1c3358;bottom:0;box-shadow:0 -4px 20px #0006;display:flex;justify-content:space-around;left:50%;max-width:480px;padding:6px 0 10px;position:fixed;transform:translateX(-50%);width:100%;z-index:200}.tab-item{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;font-family:Noto Sans KR,sans-serif;gap:3px;padding:4px}.tab-item .tab-icon{color:#c3d0ea;font-size:20px}.tab-item .tab-label{color:#9fb3d6;font-size:10px;font-weight:500}.tab-item.active .tab-label{color:#f5d488;font-weight:700}.tab-item.active .tab-icon{color:#f5d488}.menu-overlay{background:#071633;height:100vh;left:50%;max-width:480px;overflow-y:auto;position:fixed;top:0;transform:translateX(-50%);width:100%;z-index:300}.menu-overlay-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:14px 18px;position:-webkit-sticky;position:sticky;top:0}.menu-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);padding:20px 16px}.menu-grid-item{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;font-family:Noto Sans KR,sans-serif;gap:6px}.menu-grid-item .g-icon{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000014;display:flex;font-size:26px;height:56px;justify-content:center;width:56px}.menu-grid-item .g-label{color:#444;font-size:11px;font-weight:500;text-align:center}.dashboard{padding:10px 0 20px}.back-btns{display:flex;gap:8px;margin:10px 12px}.back-btns button{background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 2px 6px #0000000f;color:#1a1a2e;cursor:pointer;flex:1 1;font-family:Noto Sans KR,sans-serif;font-size:13px;font-weight:500;padding:10px}.wallets{background:#fff;border-radius:18px;box-shadow:0 2px 8px #0000000a;margin:0 12px 10px;padding:16px}.wallets h3{color:#1a1a2e;font-size:13px;font-weight:700;margin-bottom:12px}.wallet-item{align-items:center;border-bottom:1px solid #f5f5f5;color:#1a1a2e;display:flex;font-size:12px;justify-content:space-between;padding:8px 0}.wallet-item:last-child{border-bottom:none}.deposit-section{background:#fff;border-radius:18px;box-shadow:0 2px 8px #0000000a;margin:0 12px 10px;padding:16px}.deposit-section h3{color:#1a1a2e;font-size:13px;font-weight:700;margin-bottom:12px}.btn-primary{background:linear-gradient(135deg,#1a1a2e,#2d2d5e);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Noto Sans KR,sans-serif;font-size:13px;font-weight:600;margin-top:8px;padding:13px 20px;transition:opacity .2s;width:100%}.btn-primary:hover{opacity:.9}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-gold{background:linear-gradient(135deg,#f0a500,gold);border:none;border-radius:12px;color:#fff;font-size:13px;margin-top:8px;padding:13px 20px}.btn-amount,.btn-gold{cursor:pointer;font-family:Noto Sans KR,sans-serif;font-weight:600;width:100%}.btn-amount{background:#071633;border:1.5px solid #e8e8e8;border-radius:10px;color:#1a1a2e;font-size:12px;padding:12px;transition:all .2s}.btn-amount.active,.btn-amount:hover{background:#e8f0fe;border-color:#1a73e8;color:#1a73e8}.input-field{background:#fff;border:1.5px solid #e8e8e8;border-radius:12px;color:#1a1a2e;font-family:Noto Sans KR,sans-serif;font-size:13px;margin-bottom:10px;outline:none;padding:12px 14px;transition:border-color .2s;width:100%}.input-field:focus{border-color:#1a1a2e}.session-item{align-items:center;background:#071633;border:1.5px solid #0000;border-radius:10px;cursor:pointer;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px;padding:10px 12px;transition:all .2s}.session-item:hover{border-color:#1a1a2e}.session-item.selected{background:#f0f0f8;border-color:#1a1a2e}.game-count-selector{align-items:center;display:flex;gap:20px;justify-content:center;margin:12px 0}.btn-count{background:#fff;border:2px solid #1a1a2e;border-radius:50%;cursor:pointer;font-size:1.2rem;height:36px;width:36px}.btn-count,.game-count{color:#1a1a2e;font-weight:700}.game-count{font-size:14px;min-width:120px;text-align:center}.message{background:#1a1a2e;border-radius:25px;bottom:90px;box-shadow:0 4px 20px #0003;color:#fff;font-size:13px;left:50%;max-width:90%;padding:12px 24px;position:fixed;text-align:center;transform:translateX(-50%);white-space:normal;z-index:250}.ref-link-box{background:#071633;border:1px solid #e8e8e8;border-radius:10px;margin-bottom:10px;padding:12px}.ref-link{color:#888;font-size:11px;word-break:break-all}.btn-copy{background:#071633;border:1px solid #e8e8e8;border-radius:8px;color:#1a1a2e;cursor:pointer;font-size:11px;font-weight:600;padding:6px 12px}.toggle-wrap{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:12px 0}.toggle-label{color:#444;font-size:13px}.toggle{display:inline-block;height:24px;position:relative;width:44px}.toggle input{height:0;opacity:0;width:0}.toggle-slider{background:#ddd;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}input:checked+.toggle-slider{background:#4caf50}input:checked+.toggle-slider:before{transform:translateX(20px)}.maintenance-screen{padding:40px;text-align:center}.connect-screen,.maintenance-screen{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.connect-screen{padding:40px 30px}.connect-logo{color:#1a1a2e;font-family:Orbitron,sans-serif;font-size:2.5rem;font-weight:900;margin-bottom:10px}.divider{border:none;border-top:1px solid #f0f0f0;margin:12px 0}.badge{border-radius:20px;display:inline-block;font-size:11px;font-weight:600;padding:3px 8px}.badge-green{background:#e6f4ea;color:#2e7d32}.badge-blue{background:#e8f0fe;color:#1a73e8}.badge-gold{background:#fff8e1;color:#f0a500}.badge-red{background:#fce8e6;color:#c62828}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.form-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{color:#888;font-size:12px;font-weight:500}.App-header{overflow-y:auto;will-change:scroll-position}*{-webkit-tap-highlight-color:transparent}.deposit-section,.gold-card,.section-card,.wallets,img{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}:root{--neon-blue-0:#02155c;--neon-blue-1:#063aa6;--neon-blue-2:#0c69df;--neon-cyan:#39dcff;--neon-cyan-soft:#39dcff8c;--neon-gold-1:#fff1a1;--neon-gold-2:#ffc83c;--neon-gold-3:#a75f00;--neon-text:#f5f9ff;--neon-muted:#b4cef8}#root,.App,body,html{background:#031d77!important;color:#f5f9ff;color:var(--neon-text)}.App{background:radial-gradient(ellipse at 50% -18%,#51bbffb3 0,#0000 40%),linear-gradient(180deg,#0a67d7,#0742bc 45%,#021767)!important;margin:0 auto;max-width:520px}.App-header{background:#0000!important;padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.neon-global-header{align-items:center;background:linear-gradient(180deg,#084bbef2,#042885f2);border-bottom:1px solid #3edcff8c;box-shadow:0 4px 18px #00001e59,inset 0 -1px 0 #ffffff1f;box-sizing:border-box;display:flex;gap:7px;min-height:60px;padding:6px 14px 5px}.neon-global-spacer{flex:0 0 22px;width:22px}.neon-region-chip{align-items:center;color:#f8fbff;display:flex;flex:1 1;font-size:clamp(17px,4.7vw,23px);font-weight:900;gap:7px;justify-content:center;letter-spacing:.2px;text-shadow:0 2px 4px #00134c}.neon-region-chip b{font-size:.78em;font-weight:800}.neon-wallet-chip{background:linear-gradient(180deg,#146ee2,#05267f);border:1px solid #4be6ff;border-radius:22px;box-shadow:inset 0 1px 0 #ffffff73,0 0 13px #30c0ff61;color:#eaf6ff;font-size:12px;font-weight:800;padding:8px 10px;white-space:nowrap}.neon-page{background:radial-gradient(ellipse at 50% 0,#39c9ff61 0,#0000 29%),linear-gradient(180deg,#0969d9,#0648bc 38%,#021a74)!important;color:#f5f9ff;color:var(--neon-text);min-height:100vh!important;padding-bottom:120px!important;position:relative}.neon-page>div[style]{border-color:#39dcff8c!important;border-color:var(--neon-cyan-soft)!important;box-shadow:inset 0 1px 0 #fff3,0 0 12px #28d3ff38}.neon-page button,.neon-page>div[style] button{text-shadow:0 1px 3px #0000238c}.neon-page input,.neon-page select{background:linear-gradient(180deg,#073797,#021a65)!important;border-color:#2cccf8!important;box-shadow:inset 0 0 12px #00000042,0 0 6px #28d3ff2e;color:#f5fbff!important}.neon-page input::placeholder{color:#b7cfee!important}.neon-page table{color:#eff9ff!important}.neon-page table th{color:#d7eaff!important}.neon-page table td{border-color:#4adaff3d!important}.neon-home{background:radial-gradient(ellipse at 50% 0,#37d0ff80 0,#0000 26%),linear-gradient(180deg,#0b6dd7,#0643bc 48%,#021c76)!important}.neon-bottom-nav{align-items:flex-end;background:linear-gradient(180deg,#0f63d2f5,#022687fa);border:1px solid #3adeffc7;border-radius:23px;bottom:max(8px,env(safe-area-inset-bottom,0px));box-shadow:0 0 0 2px #01278fa6,0 0 22px #2cd6ff6b,inset 0 1px 0 #ffffff4d;display:flex;left:12px;overflow:visible;padding:8px 5px 9px;position:fixed;right:12px;z-index:1000}.neon-bottom-nav button>span{color:#dbeeff!important;font-weight:800!important}.neon-bottom-nav button[style]{min-height:60px}.neon-bottom-nav button svg{filter:drop-shadow(0 0 3px rgba(79,224,255,.55))}.neon-bottom-nav button div[style]{border-color:#ffdc48!important;box-shadow:0 0 0 3px #0640ad,0 0 22px #ffca2dbf,inset 0 1px 0 #ffffff94!important}@media (min-width:521px){.neon-bottom-nav{left:calc(50% - 248px);right:calc(50% - 248px)}}.neon-page>div:first-child{border:1px solid #44e3ffe0!important;border-radius:15px!important;box-shadow:0 0 0 2px #0848b9a3,0 0 18px #29d4ff66,inset 0 1px 0 #ffffff4d!important}.neon-assets>div[style],.neon-coupongas>div[style],.neon-lucky>div[style],.neon-membership>div[style],.neon-swap>div:nth-child(2),.neon-swap>div:nth-child(4),.neon-transfer>div:nth-child(3),.neon-transfer>div:nth-child(5){background:linear-gradient(145deg,#0f68dbf5,#032c92f5)!important;border:1px solid #3ae0ffc7!important;box-shadow:0 0 0 1px #0746c5b8,0 0 17px #1fd8ff47,inset 0 1px 0 #fff3!important}.neon-coupongas>button[style],.neon-game>button[style],.neon-lucky>button[style],.neon-membership>button[style],.neon-swap>button[style],.neon-transfer>button[style]{background:linear-gradient(180deg,#fff2a1,#ffd142 42%,#d58900 78%,#ffc43b)!important;border:1px solid #fff0a3!important;box-shadow:0 0 0 2px #a75f00b8,0 0 18px #ffcc29b8,inset 0 2px 0 #ffffffc7!important;color:#261500!important;text-shadow:none!important}.neon-assets button,.neon-coupongas button,.neon-game button,.neon-lucky button,.neon-membership button,.neon-swap button,.neon-transfer button{border-color:#43deffd1!important}.neon-coupongas button[style*="#28a060"],.neon-coupongas button[style*="#5de09a"],.neon-coupongas button[style*=green]{background:linear-gradient(180deg,#4df596,#08a53f 58%,#026c30)!important;border-color:#a6ffcb!important;box-shadow:0 0 14px #2aff878c,inset 0 1px 0 #ffffff8c!important;color:#f5fff7!important}.neon-home img[alt="3배 쿠폰 / 가스 충전"]{border:1px solid #3fe3ffcc;box-shadow:0 0 15px #21d9ff57,inset 0 1px 0 #ffffff52}.neon-home [style*="linear-gradient(135deg, #4a1580"], .neon-home [style*="linear-gradient(135deg,#4a1580"]{box-shadow:0 0 0 1px #ca68ffad,0 0 18px #ab39ff99,inset 0 1px 0 #ffffff47!important}.neon-home [style*="aspectRatio: '1.58'"]{border-radius:20px!important}.neon-card img[alt="AI21 Card"]{border:1px solid #48dcff;box-shadow:0 0 0 2px #0a4dc4cc,0 0 22px #27d5ff6b,inset 0 1px 0 #ffffff3d}.neon-page [style*="background: 'rgba(231,192,105"],.neon-page [style*="background:rgba(231,192,105"]{background:linear-gradient(180deg,#fff0a1,#db8e00)!important;color:#261500!important}.neon-region-chip{white-space:nowrap}.neon-page>div:first-child{border-radius:17px!important;margin-bottom:18px!important;min-height:66px;padding:10px 12px!important}.neon-page>div:first-child>button,.neon-page>div:first-child>span[style*=cursor]{background:linear-gradient(145deg,#126fe2,#052a83)!important;border:1px solid #52e7ff!important;border-radius:15px!important;box-shadow:0 0 0 2px #0645c2d6,0 0 15px #2dd7ff8f,inset 0 1px 0 #ffffff75!important;font-size:31px!important;height:52px!important;min-height:52px!important;min-width:52px!important;width:52px!important}.neon-page>div:first-child>div[style*="flex: 1"]>div:first-child{color:#f4f8ff!important;font-size:25px!important;line-height:1.05!important;text-shadow:0 2px 5px #00165e}.neon-page>div:first-child>div[style*="flex: 1"]>div:last-child{color:#acf!important;font-size:12px!important;letter-spacing:2px!important;margin-top:5px!important}.neon-assets>div[style]:not(:first-child),.neon-coupongas>div[style]:not(:first-child),.neon-game>div[style]:not(:first-child),.neon-lucky>div[style]:not(:first-child),.neon-membership>div[style]:not(:first-child),.neon-swap>div[style]:not(:first-child),.neon-transfer>div[style]:not(:first-child){border-radius:22px!important;border-width:2px!important;margin-bottom:18px!important}.neon-swap>div[style]:not(:first-child),.neon-transfer>div[style]:not(:first-child){padding:19px 18px!important}.neon-assets>div[style]:not(:first-child),.neon-coupongas>div[style]:not(:first-child),.neon-lucky>div[style]:not(:first-child),.neon-membership>div[style]:not(:first-child){padding:18px!important}.neon-page input{border-radius:15px!important;font-size:19px!important;font-weight:800!important;min-height:54px;padding:14px 16px!important}.neon-page button{border-radius:13px!important;font-weight:800!important;min-height:44px}.neon-coupongas>button[style],.neon-game>button[style],.neon-lucky>button[style],.neon-membership>button[style],.neon-swap>button[style],.neon-transfer>button[style]{border-radius:20px!important;font-size:26px!important;letter-spacing:.4px;min-height:66px!important}.neon-page [style*="color: '#27c4a0"],.neon-page [style*="color:'#27c4a0"]{color:#27ef9b!important}.neon-page [style*="color: '#4286f4"],.neon-page [style*="color:'#4286f4"]{color:#61d5ff!important}.neon-page [style*="color: '#f5d488"],.neon-page [style*="color:'#f5d488"]{color:#ffe36d!important;text-shadow:0 0 9px #ffd9406b}.neon-home{padding:12px 16px 126px!important}.neon-home>div:first-child{background:#0000!important;border:none!important;box-shadow:none!important;margin-bottom:14px!important;min-height:56px}.neon-home>div:nth-child(2){margin-bottom:18px!important}.neon-home>div:nth-child(3){align-items:flex-start!important;gap:12px!important}.neon-home>div:nth-child(3)>div:first-child,.neon-home>div:nth-child(3)>div:last-child{gap:18px!important;width:64px!important}.neon-home>div:nth-child(3)>div:nth-child(2){gap:15px!important}.neon-home>div:nth-child(3) [style*="width: '50px'"]{border-radius:16px!important;height:58px!important;width:58px!important}.neon-home>div:nth-child(3) [style*="maxWidth: '215px'"]{border-radius:21px!important;max-width:265px!important}.neon-home>div:nth-child(3) img[alt="3배 쿠폰 / 가스 충전"]{border-radius:15px!important}@media (max-width:540px){.neon-page:not(.neon-home){background:linear-gradient(180deg,#0754cf,#0644ba 50%,#032782)!important;padding:16px 14px 134px!important}.neon-page:not(.neon-home)>div:first-child{margin-bottom:20px!important;min-height:72px!important}.neon-page:not(.neon-home)>div:first-child>button,.neon-page:not(.neon-home)>div:first-child>span[style*=cursor]{font-size:32px!important;height:56px!important;min-height:56px!important;min-width:56px!important;width:56px!important}.neon-page:not(.neon-home)>div:first-child>div[style*="flex: 1"]>div:first-child{font-size:25px!important}.neon-page:not(.neon-home)>div:first-child>div[style*="flex: 1"]>div:last-child{font-size:12px!important}.neon-page:not(.neon-home)>div[style]:not(:first-child){border-color:#54e5ff!important;box-shadow:0 0 0 2px #0950c8a3,0 0 20px #36dbff57,inset 0 1px 0 #ffffff47!important}.neon-page:not(.neon-home) button{font-size:16px!important}.neon-page:not(.neon-home) input{font-size:19px!important}.neon-swap>div[style]:not(:first-child),.neon-transfer>div[style]:not(:first-child){margin-bottom:20px!important;padding:20px 18px!important}.neon-swap>button[style],.neon-transfer>button[style]{font-size:28px!important;min-height:68px!important}.neon-game>div[style]:not(:first-child){margin-bottom:20px!important}.neon-game button{font-size:18px!important;min-height:48px!important}.neon-game>button[style]{font-size:27px!important;min-height:68px!important}.neon-coupongas>div[style]:not(:first-child){margin-bottom:20px!important}.neon-coupongas button{font-size:18px!important;min-height:52px!important}.neon-coupongas>button[style]{font-size:27px!important;min-height:70px!important}.neon-lucky>div[style]:not(:first-child),.neon-membership>div[style]:not(:first-child){margin-bottom:20px!important}.neon-lucky button,.neon-membership button{font-size:18px!important;min-height:52px!important}.neon-lucky>button[style],.neon-membership>button[style]{font-size:26px!important;min-height:68px!important}.neon-assets>div[style]:not(:first-child){margin-bottom:20px!important}.neon-assets button{font-size:21px!important;min-height:70px!important}.neon-assets table{font-size:16px!important}.neon-assets table td,.neon-assets table th{font-size:15px!important;padding:12px 5px!important}.neon-card>div[style]:not(:first-child){margin-bottom:20px!important}.neon-card button{font-size:18px!important;min-height:54px!important}}.neon-bottom-nav{align-items:stretch!important;aspect-ratio:415/43!important;background:url(/static/media/nav_no_frame.dd61188461e149e67b7b.png) 50%/100% 100% no-repeat!important;border:0!important;border-radius:0!important;box-shadow:none!important;height:auto!important;left:0!important;max-width:none!important;min-height:0!important;overflow:hidden!important;padding:0!important;right:0!important;width:100%!important}.neon-bottom-nav button,.neon-bottom-nav button[style]{flex:1 1 20%!important;height:100%!important;margin:0!important;min-height:0!important;opacity:0!important;padding:0!important;z-index:2!important}.neon-bottom-nav button div[style]{margin:0!important}@media (min-width:521px){.neon-bottom-nav{left:calc(50% - 260px)!important;right:calc(50% - 260px)!important;width:520px!important}}.App.asset-reference-app .App-header.asset-reference-shell{-webkit-overflow-scrolling:touch;height:100vh!important;height:100dvh!important;max-height:none!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior-y:contain!important;padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px))!important;scroll-padding:12px 12px calc(112px + env(safe-area-inset-bottom, 0px));touch-action:pan-y}.App.asset-reference-app .asset-full-stage{margin-bottom:0!important}.App-header{-webkit-overflow-scrolling:touch;height:100vh!important;height:100dvh!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior-y:contain;padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px))!important;scroll-padding:12px 12px calc(112px + env(safe-area-inset-bottom, 0px))}body.game-reference-body,body.game-reference-body #root,body.game-reference-body .App,body.game-reference-body .App-header{margin-top:0!important;padding-top:0!important}body.game-reference-body .App-header{border-top:0!important}body.game-reference-body .game-reference-page,body.game-reference-body .game-reference-stage{margin-top:0!important;top:0!important}@media (max-width:540px){.neon-page.neon-card.card-apply-page>div:first-child{margin-bottom:10px!important;min-height:54px!important;padding:7px 9px!important}.neon-page.neon-card.card-apply-page .card-apply-title{font-size:20px!important;letter-spacing:.4px!important;line-height:1.05!important}.neon-page.neon-card.card-apply-page .card-delivery-input{border-radius:10px!important;box-sizing:border-box!important;font-size:17.1px!important;height:38px!important;line-height:38px!important;min-height:0!important;padding:0 10px!important}}.ai-screen .btc-amt,.ai-screen .btc-out-amount,.ai-screen .lk-amount,.ai-screen .tf-amount{background:#0003!important}.ai-screen .btc-amt .cell,.ai-screen .btc-amt .dot,.ai-screen .btc-amt em,.ai-screen .btc-out-amount em,.ai-screen .btc-out-cell,.ai-screen .btc-out-cell.empty,.ai-screen .btc-out-dot,.ai-screen .lk-amount .fld,.ai-screen .lk-amount .fld b,.ai-screen .lk-amount .fld small,.ai-screen .lk-amount .fld.empty,.ai-screen .tf-amount input,.ai-screen .tf-amount input::placeholder{color:#0b2c6e!important;font-size:12px!important;text-shadow:0 1px 1px #ffffff8c!important}.ai-screen .btc-amt .cell,.ai-screen .btc-out-cell,.ai-screen .lk-amount .fld,.ai-screen .lk-amount .fld.empty,.ai-screen .tf-amount input{background:#0000!important;border:0!important;box-shadow:none!important}.ai-screen .tf-amount input{outline:0!important}.swap-reference-page .swap-amount-input{background:#0003!important;border:0!important;box-shadow:none!important;color:#0b2c6e!important;font-size:12px!important;text-shadow:0 1px 1px #ffffff8c!important}.ai-screen .deposit-amount-row .deposit-amount-input::placeholder{color:#0b2c6e!important;opacity:.9!important;text-shadow:0 1px 1px #ffffff8c!important}.ai-screen .deposit-amount-row+.lk-amts .lk-amt{font-size:15px!important;font-weight:800!important}.ai-screen:has(.lucky-mode-switch) .lk-amount .fld,.ai-screen:has(.lucky-mode-switch) .lk-amount .fld.empty{font-size:13.5px!important;font-weight:700!important}.ai-screen .ai-title b,.ai-screen .bw-title,.ai-screen .htitle b,.ai-screen .iv-title,.ai-screen .share-title,.game-rules-page [class*=title],.game-rules-page [class*=title] b,.invite2-screen .invite2-title b,.lucky-record-title,.settings-menu-title,.swap-page .sw-title h1{text-shadow:0 1px 2px #002054ad!important}.neon-bottom-nav{bottom:0!important;position:fixed!important;transform:translateZ(0)!important;transition:transform .18s ease-out,opacity .14s ease-out!important;will-change:transform,opacity}.neon-bottom-nav.bottom-nav-visible{opacity:1;pointer-events:auto;transform:translateZ(0)!important}.neon-bottom-nav.bottom-nav-hidden{opacity:0;pointer-events:none;transform:translate3d(0,calc(100% + env(safe-area-inset-bottom, 0px)),0)!important}
/*# sourceMappingURL=main.63172d86.css.map*/