*{box-sizing:border-box}.auth-page{position:relative;min-height:100vh;min-height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;background:#fff;padding:env(safe-area-inset-top) 24px calc(env(safe-area-inset-bottom) + 20px);overflow:hidden}.auth-bg-shapes{position:absolute;top:0;left:0;right:0;height:42%;pointer-events:none;overflow:hidden}.auth-bg-shapes:before{content:"";position:absolute;top:-140px;left:50%;width:420px;height:420px;transform:translate(-50%);background:radial-gradient(circle,rgba(42,165,245,.16),rgba(22,200,200,.08) 45%,transparent 70%);border-radius:50%}.auth-bg-shapes .shape{display:none}.auth-card{position:relative;z-index:1;width:100%;max-width:400px;margin:0 auto;background:transparent;box-shadow:none;border:none;padding:0;display:flex;flex-direction:column;flex:1;justify-content:center}.auth-logo{text-align:center;margin-bottom:40px}.auth-logo-icon{width:76px;height:76px;margin:0 auto 22px;border-radius:22px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#2aa5f5,#16c8c8);box-shadow:0 12px 28px #1ea5dc59}.auth-logo-icon svg{width:38px;height:38px}.auth-logo h1{font-size:1.7rem;font-weight:700;color:#16233f;letter-spacing:.5px;margin:0 0 8px}.auth-logo p{font-size:.9rem;color:#9aa4b2;margin:0}.auth-error{background:#fef2f2;color:#e11d48;font-size:.82rem;padding:11px 14px;border-radius:12px;text-align:center;border:1px solid #fbd5d5}.auth-invite-tip{background:#eef3fb;color:#1d3a6e;font-size:.8rem;padding:11px 14px;border-radius:12px;text-align:center;border:1px solid #d4e0f5}.auth-invite-tip b{font-weight:800;letter-spacing:1px}.input-group{display:flex;flex-direction:column}.input-group label{display:none}.input-wrapper{position:relative;display:flex;align-items:center;background:#f4f6f9;border:1.5px solid transparent;border-radius:14px;transition:all .18s ease}.input-wrapper:focus-within{background:#fff;border-color:#2aa5f5;box-shadow:0 0 0 4px #2aa5f51a}.input-icon{width:20px;height:20px;margin:0 10px 0 16px;color:#b3bcc9;flex-shrink:0}.input-wrapper:focus-within .input-icon{color:#2aa5f5}.input-wrapper input{flex:1;border:none;outline:none;background:transparent;padding:15px 16px 15px 0;font-size:.95rem;color:#16233f;font-family:inherit}.input-wrapper input::placeholder{color:#aab3c0}.auth-btn{margin-top:12px;width:100%;height:52px;border:none;border-radius:26px;font-size:1rem;font-weight:700;letter-spacing:3px;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2aa5f5,#16c8c8);box-shadow:0 10px 24px #1ea5dc52;display:flex;align-items:center;justify-content:center;transition:all .18s ease;font-family:inherit}.auth-btn:hover{filter:brightness(1.04)}.auth-btn:active{transform:scale(.98)}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.btn-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.auth-footer{text-align:center;margin-top:28px}.auth-footer p{font-size:.88rem;color:#9aa4b2;margin:0}.auth-footer a{color:#2aa5f5;font-weight:700;text-decoration:none;margin-left:4px}.auth-footer a:active{opacity:.7}@media (min-width: 640px){.auth-page{padding-top:0;padding-bottom:0}.auth-card{max-width:380px}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;background:#fff;padding:0;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:#ffffff0d;top:-200px;right:-100px;animation:float-slow 20s ease-in-out infinite}.auth-page:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:#ffffff0a;bottom:-150px;left:-100px;animation:float-slow 15s ease-in-out infinite reverse}.auth-bg-shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.auth-bg-shapes .shape{position:absolute;border-radius:50%;opacity:.08;background:#fff}.auth-bg-shapes .shape-1{width:80px;height:80px;top:15%;left:10%;animation:float-slow 12s ease-in-out infinite}.auth-bg-shapes .shape-2{width:120px;height:120px;top:60%;right:8%;animation:float-slow 18s ease-in-out infinite 2s}.auth-bg-shapes .shape-3{width:60px;height:60px;border-radius:12px;top:30%;right:20%;transform:rotate(45deg);animation:float-slow 14s ease-in-out infinite 1s}.auth-bg-shapes .shape-4{width:40px;height:40px;bottom:20%;left:20%;border-radius:8px;transform:rotate(30deg);animation:float-slow 16s ease-in-out infinite 3s}.auth-bg-shapes .shape-5{width:200px;height:200px;top:-50px;left:30%;opacity:.03;animation:float-slow 22s ease-in-out infinite 4s}.auth-bg-shapes .shape-6{width:150px;height:2px;border-radius:0;top:45%;left:-20px;opacity:.1;transform:rotate(-20deg)}.auth-bg-shapes .shape-7{width:100px;height:2px;border-radius:0;bottom:30%;right:10%;opacity:.08;transform:rotate(25deg)}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(3deg)}}.auth-card{width:100%;max-width:480px;min-height:100vh;min-height:100dvh;background:#fff;border-radius:0;box-shadow:none;padding:40px 32px calc(env(safe-area-inset-bottom) + 40px);animation:slide-up .5s ease;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center}.auth-logo{text-align:center;margin-bottom:32px}.auth-logo-icon{width:64px;height:64px;background:linear-gradient(135deg,#1890ff,#36cfc9);border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 8px 24px #1890ff4d}.auth-logo-icon svg{width:36px;height:36px;color:#fff}.auth-logo h1{font-size:1.5rem;font-weight:600;color:#262626;margin-bottom:4px}.auth-logo p{font-size:.85rem;color:#8c8c8c}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-error{background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;padding:8px 12px;color:#ff4d4f;font-size:.8rem}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-size:.8rem;font-weight:500;color:#595959}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;width:16px;height:16px;color:#bfbfbf;pointer-events:none;transition:color .2s}.input-wrapper input{width:100%;padding:11px 12px 11px 44px;background:#f7f8fa;border:1.5px solid #e8e8e8;border-radius:10px;color:#262626;font-size:.875rem;font-family:inherit;transition:all .2s;outline:none}.input-wrapper input::placeholder{color:#bfbfbf}.input-wrapper input:focus{background:#fff;border-color:#1890ff;box-shadow:0 0 0 3px #1890ff1a}.input-wrapper:focus-within .input-icon{color:#1890ff}.auth-btn{width:100%;padding:12px;margin-top:8px;background:linear-gradient(135deg,#1890ff,#36cfc9);border:none;border-radius:10px;color:#fff;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #1890ff4d}.auth-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #1890ff66}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.btn-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.auth-footer{margin-top:24px;text-align:center}.auth-footer p{color:#8c8c8c;font-size:.8rem}.auth-footer a{color:#1890ff;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}@media (max-width: 480px){.auth-card{padding:32px 20px calc(env(safe-area-inset-bottom) + 32px);border-radius:0}.auth-bg-shapes .shape-2,.auth-bg-shapes .shape-5{display:none}}.c28-page{display:flex;flex-direction:column;height:100vh;height:100dvh;background:#f0f2f5;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.c28-header{display:flex;align-items:center;padding:14px 16px;padding-top:max(14px,env(safe-area-inset-top));background:linear-gradient(135deg,#1e3a8a,#1d4ed8,#2563eb);color:#fff;min-height:56px;flex-shrink:0;box-shadow:0 2px 12px #1e3a8a4d;position:relative;z-index:10}.c28-back{background:none;border:none;color:#ffffffe6;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.c28-back:active{background:#ffffff26}.c28-back svg{width:20px;height:20px}.c28-header-center{flex:1;text-align:center}.c28-header-left{display:flex;gap:8px}.c28-header-center h1{font-size:1.05rem;font-weight:800;margin:0;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.c28-header-center span{font-size:.68rem;opacity:.75;letter-spacing:.5px}.c28-header-right{display:flex;gap:8px}.c28-back-to-lobby{background:#ffffff1f;border:none;color:#fff;height:32px;padding:0 12px 0 8px;cursor:pointer;border-radius:16px;display:flex;align-items:center;gap:4px;font-size:.8rem;font-weight:600;font-family:inherit;transition:background .2s}.c28-back-to-lobby:active{background:#ffffff40;opacity:.85}.c28-back-to-lobby svg{width:18px;height:18px;flex-shrink:0}.c28-icon-btn{background:#ffffff1f;border:none;color:#fff;width:32px;height:32px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.c28-icon-btn:active{background:#ffffff40}.c28-icon-btn svg{width:18px;height:18px}.c28-info-panel{flex-shrink:0;padding:10px 16px;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0}.c28-info-row{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:14px;padding:14px 18px;box-shadow:0 4px 20px #0f172a26,inset 0 1px #ffffff0d}.c28-info-period{display:flex;align-items:center;gap:6px}.c28-info-icon{width:16px;height:16px;color:#94a3b8;flex-shrink:0}.c28-info-icon.gold{color:#fbbf24}.c28-info-period-text{font-size:.72rem;color:#94a3b8;white-space:nowrap}.c28-info-period-text b{color:#e2e8f0;font-weight:800;font-size:.82rem}.c28-info-countdown{display:flex;align-items:center;justify-content:center}.c28-cd-box{display:flex;align-items:center;gap:3px}.c28-cd-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:32px;background:#ffffff14;border-radius:6px;font-size:1.15rem;font-weight:900;color:#fff;font-family:SF Mono,Courier New,monospace;text-shadow:0 0 8px rgba(99,179,255,.5);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.c28-cd-sep{font-size:1.1rem;font-weight:900;color:#60a5fa;margin:0 1px;animation:blink-sep 1s step-end infinite}@keyframes blink-sep{0%,to{opacity:1}50%{opacity:.2}}.c28-cd-status{font-size:.76rem;font-weight:700;color:#fbbf24;letter-spacing:1px;padding:4px 12px;background:#fbbf241a;border-radius:6px;border:1px solid rgba(251,191,36,.2)}.c28-info-balance{display:flex;align-items:center;gap:6px}.c28-info-balance-val{font-size:1rem;font-weight:900;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:SF Mono,Courier New,monospace}.c28-scratch-wrap{position:relative;display:inline-flex;align-items:center}.c28-scratch-canvas{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:6px;cursor:crosshair;z-index:5;touch-action:none}.c28-scratch-canvas.result{border-radius:8px}.c28-scratch-toggle{margin-left:6px;width:28px;height:28px;border-radius:50%;border:2px solid rgba(251,191,36,.4);background:#fbbf241a;color:#fbbf24;font-size:.65rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s}.c28-scratch-toggle:active{transform:scale(.9)}.c28-scratch-toggle.active{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e293b;border-color:#f59e0b;box-shadow:0 0 8px #fbbf2466}.c28-lr-balls-wrap{display:flex;align-items:center;gap:6px;position:relative}.c28-last-result{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 16px;background:linear-gradient(180deg,#fff,#f9fafb);border-bottom:1px solid #e5e7eb;cursor:pointer;flex-shrink:0;flex-wrap:wrap;transition:background .2s,box-shadow .2s;position:relative}.c28-last-result:active{background:#f1f5f9}.c28-last-result.opened{background:#f0f9ff;box-shadow:0 2px 8px #2563eb14}.c28-lr-arrow{width:18px;height:18px;color:#9ca3af;transition:transform .35s cubic-bezier(.4,0,.2,1);margin-left:4px;flex-shrink:0}.c28-lr-arrow.up{transform:rotate(180deg);color:#2563eb}.c28-lr-period{font-size:.78rem;color:#6b7280;margin-right:6px;font-weight:500}.c28-lr-plus{font-size:.75rem;color:#d1d5db;font-weight:700}.c28-lr-eq{font-size:.85rem;color:#9ca3af;margin:0 6px;font-weight:700}.c28-lr-label{font-size:.8rem;font-weight:700;margin-left:6px;padding:2px 8px;border-radius:4px}.c28-ball{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:.8rem;font-weight:800;color:#fff;position:relative;box-shadow:0 3px 6px #0003,inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #00000026;text-shadow:0 1px 2px rgba(0,0,0,.3)}.c28-ball:before{content:"";position:absolute;top:3px;left:6px;width:12px;height:8px;border-radius:50%;background:linear-gradient(180deg,#fff9,#fff0)}.c28-ball.blue{background:linear-gradient(145deg,#60a5fa,#2563eb,#1d4ed8)}.c28-ball.sum{width:34px;height:34px;font-size:.9rem}.c28-ball.sum.red{background:linear-gradient(145deg,#fb7185,#e11d48,#be123c)}.c28-ball.sum.green{background:linear-gradient(145deg,#6ee7b7,#10b981,#059669)}.c28-ball-sm{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:.65rem;font-weight:800;color:#fff;box-shadow:0 2px 4px #00000026,inset 0 1px 2px #ffffff4d;text-shadow:0 1px 1px rgba(0,0,0,.2)}.c28-ball-sm.blue{background:linear-gradient(145deg,#60a5fa,#2563eb)}.c28-ball-sm.sum{width:24px;height:24px;font-size:.7rem}.c28-ball-sm.sum.red{background:linear-gradient(145deg,#fb7185,#e11d48)}.c28-ball-sm.sum.green{background:linear-gradient(145deg,#6ee7b7,#10b981)}.c28-history{background:#fff;border-bottom:1px solid #e5e7eb;max-height:320px;overflow-y:auto;flex-shrink:0;animation:history-slide .3s cubic-bezier(.4,0,.2,1)}@keyframes history-slide{0%{max-height:0;opacity:0}to{max-height:320px;opacity:1}}.c28-history-header{display:flex;padding:8px 16px;font-size:.7rem;color:#9ca3af;font-weight:600;border-bottom:1px solid #f3f4f6;text-transform:uppercase;letter-spacing:.5px}.c28-history-header span:nth-child(1){width:80px}.c28-history-header span:nth-child(2){width:100px}.c28-history-header span:nth-child(3){flex:1}.c28-history-row{display:flex;align-items:center;padding:8px 16px;border-bottom:1px solid #f9fafb;transition:background .15s}.c28-history-row:hover{background:#f9fafb}.c28-hr-period{width:80px;font-size:.72rem;color:#374151;font-weight:600}.c28-hr-time{width:100px;font-size:.7rem;color:#9ca3af}.c28-hr-result{display:flex;align-items:center;gap:3px;flex:1}.c28-hr-plus{font-size:.65rem;color:#d1d5db}.c28-hr-eq{font-size:.65rem;color:#9ca3af;margin:0 2px}.c28-hr-label{font-size:.68rem;color:#dc2626;font-weight:600;margin-left:4px}.c28-history-more{display:block;width:100%;padding:12px;background:none;border:none;border-top:1px solid #f3f4f6;color:#2563eb;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit}.c28-history-more:active{background:#eff6ff}.c28-messages{flex:1;overflow-y:auto;padding:12px 16px;position:relative}.c28-messages-inner{display:flex;flex-direction:column;gap:14px}.c28-empty{text-align:center;color:#9ca3af;font-size:.82rem;padding:40px 0}.c28-bet-msg{display:flex;gap:10px;align-items:flex-start;animation:fade-in .3s ease}.c28-bet-info{flex:1;min-width:0}.c28-bet-user{display:flex;align-items:center;gap:6px;margin-bottom:4px}.c28-bet-name{font-size:.8rem;font-weight:700;color:#374151;cursor:pointer}.c28-bet-bubble{display:inline-block;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;padding:9px 14px;border-radius:2px 14px 14px;font-size:.85rem;font-weight:600;line-height:1.5;word-break:break-all;max-width:75%;border:1px solid #bfdbfe}.c28-bot-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;cursor:pointer;flex-shrink:0;border:2px solid #e5e7eb}.c28-bot-avatar-sm{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb}.c28-announce-msg{background:linear-gradient(135deg,#fefce8,#fef9c3);border:1px solid #fde047;border-radius:12px;padding:12px 14px;margin:4px 0}.c28-announce-header{display:flex;align-items:center;gap:6px;font-size:.76rem;font-weight:700;color:#92400e;margin-bottom:6px}.c28-announce-body{font-size:.78rem;color:#78350f;white-space:pre-wrap;line-height:1.7}.c28-sys-msg{text-align:center;padding:4px 0}.c28-sys-msg span{font-size:.66rem;color:#9ca3af;background:#00000008;padding:3px 12px;border-radius:12px}.c28-result-card{background:linear-gradient(135deg,#1e3a8a,#7c3aed,#a855f7);border-radius:14px;padding:16px;color:#fff;margin:4px auto;max-width:320px;width:100%;box-shadow:0 4px 16px #7c3aed40}.c28-rc-header{font-size:.73rem;font-weight:600;text-align:center;margin-bottom:10px;opacity:.85;letter-spacing:1px}.c28-rc-balls{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.c28-closed-line{text-align:center;padding:10px 0;margin:4px 0}.c28-closed-line span{display:inline-block;font-size:.76rem;font-weight:700;color:#dc2626;padding:8px 18px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:8px;border:1px solid #fecaca;box-shadow:0 1px 4px #dc262614}.c28-bills-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;max-width:320px;width:100%;margin:4px auto;border:1px solid #f3f4f6}.c28-bills-header{padding:11px 14px;font-size:.73rem;font-weight:700;color:#374151;cursor:pointer;background:linear-gradient(180deg,#f9fafb,#f3f4f6)}.c28-bills-header:active{background:#e5e7eb}.c28-bills-list{padding:4px 10px 10px}.c28-bill-item{display:flex;justify-content:space-between;padding:6px 8px;border-radius:6px;font-size:.7rem;margin-bottom:2px}.c28-bill-item.won{background:#f0fdf4}.c28-bill-item.lost{background:#fef2f2}.c28-bill-profit{font-weight:700}.c28-bill-item.won .c28-bill-profit{color:#16a34a}.c28-bill-item.lost .c28-bill-profit{color:#dc2626}.c28-fail-msg{text-align:center;padding:4px 0}.c28-fail-msg span{font-size:.72rem;color:#dc2626;background:#fef2f2;padding:5px 14px;border-radius:6px;border:1px solid #fecaca}.c28-notice{text-align:center;padding:6px 0}.c28-notice span{font-size:.68rem;color:#d97706;background:linear-gradient(135deg,#fffbeb,#fef3c7);padding:6px 14px;border-radius:8px;border:1px solid #fde68a;display:inline-block;max-width:90%;line-height:1.5}.c28-float-wrap{position:fixed;z-index:999;display:flex;flex-direction:column;align-items:center;gap:8px;touch-action:none;user-select:none;-webkit-user-select:none;transition:none}.c28-float-main{width:48px;height:48px;border-radius:50%;border:none;cursor:grab;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 16px #0f172a59;transition:transform .2s,box-shadow .2s;animation:float-pulse 2.5s ease-in-out infinite}.c28-float-main:active{cursor:grabbing;transform:scale(.92)}.c28-float-main.expanded{animation:none;background:linear-gradient(135deg,#475569,#64748b)}@keyframes float-pulse{0%,to{box-shadow:0 4px 16px #0f172a59}50%{box-shadow:0 4px 16px #0f172a59,0 0 0 6px #6366f133}}.c28-float-group{display:flex;flex-direction:column;align-items:center;gap:8px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;transform:scale(0) translateY(-10px);opacity:0;pointer-events:none;transform-origin:top center}.c28-float-group.show{transform:scale(1) translateY(0);opacity:1;pointer-events:auto}.c28-float-btn{width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#fff;letter-spacing:.5px;box-shadow:0 3px 12px #00000026;transition:transform .2s cubic-bezier(.4,0,.2,1)}.c28-float-btn:active{transform:scale(.88)}.c28-float-btn.orders{background:linear-gradient(135deg,#818cf8,#6366f1)}.c28-float-btn.svc{background:linear-gradient(135deg,#fb923c,#f97316)}.c28-float-btn.recharge{background:linear-gradient(135deg,#f87171,#ef4444)}.c28-float-btn.withdraw{background:linear-gradient(135deg,#34d399,#10b981)}.c28-bottom{flex-shrink:0;background:#fff;border-top:1px solid #e5e7eb;padding:8px 12px;padding-bottom:max(8px,env(safe-area-inset-bottom))}.c28-bottom-tabs{display:flex;align-items:center;gap:0}.c28-tab{padding:7px 16px;border:1px solid #d1d5db;background:#fff;font-size:.78rem;cursor:pointer;font-family:inherit;color:#4b5563;transition:all .15s;flex-shrink:0;font-weight:600}.c28-tab:first-child{border-radius:6px 0 0 6px}.c28-tab:nth-child(2){border-radius:0 6px 6px 0;border-left:none}.c28-tab.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.c28-input-area{display:flex;gap:8px;flex:1;margin-left:10px}.c28-input{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:9px 14px;font-size:.85rem;outline:none;font-family:inherit;background:#f9fafb;transition:all .2s}.c28-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.c28-input::placeholder{color:#9ca3af}.c28-send-btn{padding:9px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s;flex-shrink:0}.c28-send-btn:active:not(:disabled){transform:scale(.95)}.c28-send-btn:disabled{background:#d1d5db;cursor:not-allowed}.c28-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#0000002e;animation:overlay-fade .2s ease}@keyframes overlay-fade{0%{opacity:0}to{opacity:1}}.c28-panel{position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:200;border-top:2px solid #1d4ed8;box-shadow:0 -4px 24px #0000001f;max-height:65vh;overflow-y:auto;animation:slide-up .25s ease;border-radius:16px 16px 0 0}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.c28-panel-header{display:flex;align-items:center;gap:0;padding:12px 14px;border-bottom:1px solid #f3f4f6}.c28-panel-close{background:none;border:none;color:#6b7280;font-size:.78rem;cursor:pointer;padding:4px 8px;font-family:inherit;font-weight:600}.c28-panel-tab{background:none;border:none;padding:6px 20px;font-size:.88rem;cursor:pointer;font-family:inherit;color:#9ca3af;font-weight:600;border-bottom:2px solid transparent}.c28-panel-tab.active{color:#1d4ed8;border-bottom-color:#1d4ed8;font-weight:700}.c28-panel-hint{margin-left:auto;font-size:.68rem;color:#d1d5db}.c28-panel-body{padding:12px 14px}.c28-table-grid{display:flex;flex-direction:column;gap:8px}.c28-table-row{display:flex;gap:8px}.c28-table-cell{flex:1;border:1.5px solid #e5e7eb;border-radius:10px;padding:12px 8px;text-align:center;cursor:pointer;transition:all .15s;background:#fff}.c28-table-cell:active{transform:scale(.96)}.c28-table-cell.selected{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 0 0 3px #2563eb26}.c28-tc-label{font-size:1.1rem;font-weight:800;color:#1f2937}.c28-tc-odds{font-size:.68rem;color:#9ca3af;margin-top:2px}.c28-number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.c28-number-cell{border:1.5px solid #e5e7eb;border-radius:10px;padding:10px 6px;text-align:center;cursor:pointer;transition:all .15s;background:#fff}.c28-number-cell:active{transform:scale(.96)}.c28-number-cell.selected{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 0 0 3px #2563eb26}.c28-nc-label{font-size:1rem;font-weight:800;color:#1d4ed8}.c28-nc-odds{font-size:.62rem;color:#9ca3af;margin-top:2px}.c28-panel-chips{display:flex;gap:0;padding:10px 14px;border-top:1px solid #f3f4f6}.c28-chip{flex:1;padding:9px 4px;border:1.5px solid #d1d5db;background:#fff;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;color:#374151;transition:all .15s}.c28-chip:first-child{border-radius:6px 0 0 6px}.c28-chip:last-child{border-radius:0 6px 6px 0}.c28-chip+.c28-chip{border-left:none}.c28-chip.active{background:#1f2937;color:#fbbf24;border-color:#1f2937}.c28-panel-footer{display:flex;align-items:center;padding:10px 14px;border-top:1px solid #f3f4f6;gap:8px}.c28-bet-summary{flex:1;font-size:.8rem;color:#374151}.c28-bet-summary b{color:#1d4ed8;font-size:.95rem}.c28-cancel-btn{padding:9px 20px;background:linear-gradient(135deg,#f87171,#dc2626);color:#fff;border:none;border-radius:6px;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit}.c28-confirm-btn{padding:9px 20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:6px;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit}.c28-confirm-btn:active{transform:scale(.96)}.c28-quick-input-row{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #f3f4f6}.c28-quick-input{flex:1;border:1.5px solid #d1d5db;border-radius:8px;padding:10px 14px;font-size:.9rem;outline:none;font-family:inherit}.c28-quick-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.c28-quick-clear{padding:9px 14px;background:#4b5563;color:#fff;border:none;border-radius:6px;font-size:.78rem;cursor:pointer;font-family:inherit;font-weight:600}.c28-quick-scroll{display:flex;gap:6px;padding:8px 14px;overflow-x:auto;border-bottom:1px solid #f3f4f6}.c28-quick-num-chip{display:flex;flex-direction:column;align-items:center;min-width:44px;padding:6px 8px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-family:inherit;flex-shrink:0;transition:all .15s}.c28-quick-num-chip span{font-size:.82rem;font-weight:800;color:#1d4ed8}.c28-quick-num-chip small{font-size:.55rem;color:#9ca3af}.c28-quick-num-chip:active{border-color:#2563eb;background:#eff6ff;transform:scale(.95)}.c28-quick-special{display:flex;gap:6px;padding:8px 14px}.c28-qs-btn{flex:1;padding:8px 4px;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.75rem;cursor:pointer;font-family:inherit;text-align:center;color:#374151;font-weight:600}.c28-qs-btn.cancel{color:#dc2626;border-color:#fecaca;background:#fef2f2}.c28-qs-btn.del{font-size:1rem}.c28-qs-btn:active{background:#f3f4f6}.c28-quick-keyboard{display:flex;gap:4px;padding:4px 8px}.c28-qk-col{display:flex;flex-direction:column;gap:4px}.c28-qk-col.left,.c28-qk-col.right{width:62px}.c28-qk-col.center{flex:1}.c28-qk-col button{padding:10px 4px;border:none;border-radius:6px;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .1s}.c28-qk-col button:active{transform:scale(.93)}.c28-qk-col button small{font-size:.55rem;font-weight:400;color:#0006}.c28-qk-col.left button,.c28-qk-col.right button{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8}.c28-qk-col.center button{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;font-size:1rem}.c28-qk-row{display:flex;gap:4px}.c28-qk-row button{flex:1}.c28-quick-bottom{display:flex;gap:6px;padding:8px 14px;border-top:1px solid #f3f4f6}.c28-qb-btn{flex:1;padding:10px;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.78rem;cursor:pointer;font-family:inherit;text-align:center;color:#374151;font-weight:600}.c28-qb-submit{flex:2;padding:10px;border:none;border-radius:6px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.88rem;font-weight:800;cursor:pointer;font-family:inherit}.c28-qb-submit:active{transform:scale(.97)}.c28-orders-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:flex-end;animation:fade-bg .2s ease}@keyframes fade-bg{0%{opacity:0}to{opacity:1}}.c28-orders-modal{background:#fff;width:100%;max-height:70vh;border-radius:16px 16px 0 0;overflow:hidden;animation:slide-up .3s ease;display:flex;flex-direction:column}.c28-orders-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #f3f4f6}.c28-orders-header h3{font-size:1rem;font-weight:800;color:#1f2937;margin:0}.c28-orders-close{background:none;border:none;font-size:1.2rem;color:#6b7280;cursor:pointer;padding:4px 8px}.c28-orders-body{flex:1;overflow-y:auto;padding:12px 16px}.c28-orders-empty{text-align:center;color:#9ca3af;padding:40px 0;font-size:.85rem}.c28-order-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f9fafb;border-radius:10px;margin-bottom:8px;border:1px solid #f3f4f6}.c28-order-info{flex:1}.c28-order-cmd{font-size:.88rem;font-weight:700;color:#1f2937}.c28-order-meta{font-size:.7rem;color:#9ca3af;margin-top:2px}.c28-order-amount{font-size:.95rem;font-weight:800;color:#1d4ed8;margin-right:12px}.c28-order-cancel{padding:6px 14px;background:linear-gradient(135deg,#f87171,#dc2626);color:#fff;border:none;border-radius:6px;font-size:.72rem;font-weight:700;cursor:pointer;font-family:inherit}.c28-order-cancel:disabled{background:#d1d5db;cursor:not-allowed}.c28-order-settled{font-size:.72rem;color:#9ca3af;font-weight:600}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.c28-info-row{padding:16px 28px;border-radius:16px}.c28-info-period-text{font-size:.82rem}.c28-info-period-text b{font-size:.95rem}.c28-cd-num{width:30px;height:36px;font-size:1.3rem;border-radius:8px}.c28-cd-sep{font-size:1.3rem}.c28-info-balance-val{font-size:1.2rem}.c28-info-icon{width:18px;height:18px}.c28-float-main{width:52px;height:52px;font-size:.7rem}.c28-float-btn{width:48px;height:48px;font-size:.65rem}}.c28-svc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:400;display:flex;align-items:flex-end;justify-content:center;animation:fade-bg .2s ease}.c28-svc-modal{background:#f7f8fa;width:100%;max-width:480px;height:78vh;border-radius:16px 16px 0 0;overflow:hidden;display:flex;flex-direction:column;animation:slide-up .3s ease}.c28-svc-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.c28-svc-header span{font-size:1rem;font-weight:800}.c28-svc-close{background:none;border:none;font-size:1.2rem;color:#fff;cursor:pointer;padding:2px 8px}.c28-svc-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px}.c28-svc-empty{text-align:center;color:#9ca3af;font-size:.82rem;padding:30px 0}.c28-svc-msg{display:flex;align-items:flex-end;gap:8px;max-width:82%}.c28-svc-msg.them{align-self:flex-start}.c28-svc-msg.me{align-self:flex-end;flex-direction:row;justify-content:flex-end}.c28-svc-bubble{padding:9px 13px;border-radius:14px;font-size:.9rem;line-height:1.4;word-break:break-word}.c28-svc-msg.them .c28-svc-bubble{background:#fff;color:#1f2937;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000f}.c28-svc-msg.me .c28-svc-bubble{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;border-bottom-right-radius:4px}.c28-svc-img{max-width:180px;max-height:200px;border-radius:8px;display:block;cursor:pointer}.c28-svc-input{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #eef0f2}.c28-svc-img-btn{flex:none;width:40px;height:40px;border:none;border-radius:8px;background:#f1f5f9;font-size:1.1rem;cursor:pointer}.c28-svc-img-btn:disabled{opacity:.5;cursor:not-allowed}.c28-svc-text{flex:1;border:1.5px solid #e5e7eb;border-radius:20px;padding:10px 16px;font-size:.9rem;font-family:inherit;outline:none}.c28-svc-text:focus{border-color:#2563eb}.c28-svc-send{flex:none;padding:10px 18px;border:none;border-radius:20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;font-family:inherit}.c28-svc-blocked{padding:14px;text-align:center;color:#dc2626;font-size:.82rem;background:#fef2f2;border-top:1px solid #fee2e2}:root{--pc-bg-0: #0a0e1a;--pc-bg-1: #10152a;--pc-gold: #f5c451;--pc-gold-2: #e0952f;--pc-gold-soft: rgba(245, 196, 81, .14);--pc-text: #eef1f8;--pc-text-dim: #9aa3b8;--pc-text-mute: rgba(255, 255, 255, .45);--pc-card: rgba(255, 255, 255, .05);--pc-card-2: rgba(255, 255, 255, .08);--pc-card-border: rgba(255, 255, 255, .1);--pc-up: #ff5a5a;--pc-down: #38e07b;--pc-in: #38e07b;--pc-out: #ff6b6b;--pc-grad-gold: linear-gradient(135deg, #ffe9a8 0%, #f5c451 50%, #e0952f 100%)}.pc-page{position:relative;height:100vh;overflow:hidden;color:var(--pc-text);background:radial-gradient(120% 60% at 50% 0%,#1a2142 0%,transparent 60%),radial-gradient(100% 50% at 100% 100%,rgba(245,196,81,.08) 0%,transparent 55%),linear-gradient(180deg,var(--pc-bg-1) 0%,var(--pc-bg-0) 100%)}.pc-container{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;max-width:720px;margin:0 auto;padding:max(14px,env(safe-area-inset-top)) 16px calc(78px + env(safe-area-inset-bottom))}.pc-container::-webkit-scrollbar{width:0}.pc-topbar{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 14px}.pc-back{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:var(--pc-text-dim);font-size:.84rem;font-family:inherit;cursor:pointer;padding:0}.pc-back-ic{width:16px;height:16px;display:inline-flex}.pc-back-ic svg{width:16px;height:16px}.pc-back:hover{color:var(--pc-gold)}.pc-title{font-size:.98rem;font-weight:800;color:#fff}.pc-topbar-right{width:68px}.pc-balance-card{position:relative;overflow:hidden;border-radius:18px;padding:20px 22px;background:linear-gradient(135deg,#f5c4511a,#e0952f0a),linear-gradient(160deg,#1a2142,#10152a);border:1px solid rgba(245,196,81,.25);box-shadow:0 12px 34px #00000080;margin-bottom:14px}.pc-bc-pattern{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 88% 10%,rgba(245,196,81,.2),transparent 36%),radial-gradient(circle at 10% 100%,rgba(255,255,255,.05),transparent 42%)}.pc-bc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;position:relative;z-index:1}.pc-bc-user{display:flex;align-items:center;gap:10px}.pc-bc-name{font-size:.94rem;font-weight:800;color:#fff}.pc-bc-id{font-size:.7rem;color:var(--pc-text-dim);margin-top:3px;letter-spacing:.5px}.pc-bc-level{display:inline-flex;align-items:center;gap:4px;font-size:.64rem;font-weight:800;letter-spacing:.5px;padding:4px 9px;border-radius:20px;color:#3a1d00;background:var(--pc-grad-gold);box-shadow:0 2px 8px #f5c45159}.pc-bc-level svg{width:12px;height:12px}.pc-bc-label{font-size:.72rem;color:var(--pc-text-dim);letter-spacing:.5px;position:relative;z-index:1}.pc-bc-value{font-size:2.2rem;font-weight:900;letter-spacing:.5px;margin:4px 0 16px;position:relative;z-index:1;font-variant-numeric:tabular-nums;background:linear-gradient(90deg,#ffe9a8,var(--pc-gold),var(--pc-gold-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pc-bc-cny{font-size:1.15rem;font-weight:700;margin-right:4px;-webkit-text-fill-color:initial;color:var(--pc-gold)}.pc-bc-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(245,196,81,.25),transparent);margin-bottom:14px;position:relative;z-index:1}.pc-bc-actions{display:flex;gap:10px;position:relative;z-index:1}.pc-bc-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:12px;font-size:.9rem;font-weight:800;font-family:inherit;cursor:pointer;transition:all .15s;border:none}.pc-bc-btn-ic{width:16px;height:16px;display:inline-flex}.pc-bc-btn-ic svg{width:16px;height:16px}.pc-bc-btn.primary{background:var(--pc-grad-gold);color:#3a1d00;box-shadow:0 4px 14px #f5c45166,inset 0 1px #ffffff80}.pc-bc-btn.primary:hover{filter:brightness(1.05)}.pc-bc-btn.ghost{background:#ffffff14;color:var(--pc-text);border:1px solid rgba(245,196,81,.3)}.pc-bc-btn.ghost:hover{background:#ffffff24}.pc-bc-btn:active{transform:scale(.98)}.pc-stats{display:flex;align-items:stretch;background:var(--pc-card);border:1px solid var(--pc-card-border);border-radius:14px;padding:16px 8px;margin-bottom:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pc-stat{flex:1;text-align:center}.pc-stat-label{font-size:.72rem;color:var(--pc-text-dim)}.pc-stat-value{font-size:1.04rem;font-weight:800;color:#fff;margin-top:6px;font-variant-numeric:tabular-nums}.pc-stat-value.up{color:var(--pc-up)}.pc-stat-value.down{color:var(--pc-down)}.pc-stat-sep{width:1px;background:#ffffff14;margin:4px 0}.pc-menu-list{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;margin-bottom:12px}.pc-menu-item{display:flex;align-items:center;width:100%;padding:14px 16px;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.06);color:#fff;cursor:pointer;font-family:inherit;transition:background .2s ease}.pc-menu-item:last-child{border-bottom:none}.pc-menu-item:active{background:#ffffff14}.pc-menu-icon{width:24px;height:24px;margin-right:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--pc-gold);flex-shrink:0}.pc-menu-icon svg{width:20px;height:20px}.pc-menu-text{flex:1;font-size:.94rem;font-weight:600;text-align:left}.pc-menu-arrow{display:inline-flex;align-items:center;color:#ffffff4d;flex-shrink:0}.pc-menu-arrow svg{width:16px;height:16px}.pc-menu-item.logout .pc-menu-icon,.pc-menu-item.logout .pc-menu-text{color:var(--pc-down)}.pc-tx-filters{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.pc-chip{padding:6px 15px;border-radius:10px;border:1px solid var(--pc-card-border);background:var(--pc-card);color:var(--pc-text-dim);font-size:.78rem;font-family:inherit;cursor:pointer;transition:all .15s}.pc-chip.active{background:var(--pc-gold-soft);color:var(--pc-gold);border-color:#f5c45180;font-weight:700}.pc-tx-list{display:flex;flex-direction:column}.pc-tx-empty{text-align:center;color:var(--pc-text-mute);padding:36px 0;font-size:.82rem}.pc-tx-item{display:flex;align-items:center;gap:12px;padding:13px 2px;border-bottom:1px solid rgba(255,255,255,.06)}.pc-tx-item:last-child{border-bottom:none}.pc-tx-ic{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pc-tx-ic svg{width:18px;height:18px}.pc-tx-ic.in{background:#38e07b24;color:var(--pc-in)}.pc-tx-ic.out{background:#ff6b6b24;color:var(--pc-out)}.pc-tx-ic.neutral{background:#ffffff14;color:var(--pc-text-dim)}.pc-tx-info{flex:1;min-width:0}.pc-tx-remark{font-size:.86rem;color:var(--pc-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-tx-time{font-size:.72rem;color:var(--pc-text-mute);margin-top:4px;font-variant-numeric:tabular-nums}.pc-tx-right{text-align:right;flex-shrink:0}.pc-tx-amount{font-size:.98rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.2px;color:#fff}.pc-tx-amount.in{color:var(--pc-in)}.pc-tx-amount.out{color:var(--pc-out)}.pc-tx-amount.neutral{color:var(--pc-text-dim)}.pc-tx-balance{font-size:.7rem;color:var(--pc-text-mute);margin-top:4px;font-variant-numeric:tabular-nums}.pc-footer-note{text-align:center;font-size:.7rem;color:var(--pc-text-mute);margin-top:18px}.pc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#04060ead;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:pc-fade .2s}@keyframes pc-fade{0%{opacity:0}to{opacity:1}}.pc-modal{width:100%;max-width:480px;border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto;background:linear-gradient(180deg,#161d36,#0e1326);border:1px solid rgba(245,196,81,.2);border-bottom:none;box-shadow:0 -8px 40px #0009;animation:pc-slide .25s ease}.pc-modal::-webkit-scrollbar{width:0}@keyframes pc-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pc-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 12px;position:sticky;top:0;background:linear-gradient(180deg,#161d36,#161d36eb);border-bottom:1px solid rgba(255,255,255,.08);z-index:2}.pc-modal-head h3{font-size:1.02rem;font-weight:800;color:#fff}.pc-modal-close{background:none;border:none;font-size:1.5rem;color:var(--pc-text-dim);cursor:pointer;line-height:1;padding:0 4px}.pc-modal-close:hover{color:var(--pc-gold)}.pc-modal-body{padding:10px 20px 24px}.pc-field-label{font-size:.78rem;color:var(--pc-text-dim);font-weight:600;margin:14px 0 8px}.pc-input{width:100%;padding:12px 14px;border:1px solid var(--pc-card-border);border-radius:10px;font-size:.9rem;font-family:inherit;color:#fff;outline:none;transition:all .15s;background:#ffffff0a}.pc-input::placeholder{color:var(--pc-text-mute)}.pc-input:focus{border-color:var(--pc-gold);background:#ffffff12;box-shadow:0 0 0 3px #f5c4511f}.pc-input:disabled{color:var(--pc-text-mute);background:#ffffff05}.pc-input[type=date]{color-scheme:dark}.pc-textarea{resize:vertical;min-height:64px;line-height:1.5}.pc-channels{display:flex;gap:8px;flex-wrap:wrap}.pc-channel{flex:1;min-width:80px;padding:10px;border:1px solid var(--pc-card-border);border-radius:10px;background:#ffffff0a;color:var(--pc-text-dim);font-size:.82rem;font-family:inherit;cursor:pointer;transition:all .15s}.pc-channel.active{border-color:var(--pc-gold);background:var(--pc-gold-soft);color:var(--pc-gold);font-weight:700}.pc-channel.disabled{opacity:.4;cursor:not-allowed}.pc-pay-channels{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:10px}.pc-pay-channel{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:12px;border:1px solid var(--pc-card-border);border-radius:12px;background:var(--pc-card);font-family:inherit;cursor:pointer;transition:all .15s;text-align:left}.pc-pay-channel.active{border-color:var(--pc-gold);background:var(--pc-gold-soft);box-shadow:0 0 0 1px var(--pc-gold) inset}.pc-pay-channel-name{font-size:.84rem;font-weight:700;color:var(--pc-text)}.pc-pay-channel.active .pc-pay-channel-name{color:var(--pc-gold)}.pc-pay-channel-rate{font-size:.72rem;color:var(--pc-text-mute);font-variant-numeric:tabular-nums}.pc-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.pc-preset{padding:13px;border:1px solid var(--pc-card-border);border-radius:10px;background:#ffffff0a;color:var(--pc-text);font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .15s;font-variant-numeric:tabular-nums}.pc-preset.active{border-color:var(--pc-gold);background:var(--pc-gold-soft);color:var(--pc-gold)}.pc-avail{display:flex;align-items:center;justify-content:space-between;background:var(--pc-gold-soft);border:1px solid rgba(245,196,81,.25);border-radius:10px;padding:13px 16px;font-size:.82rem;color:var(--pc-text-dim);margin-bottom:4px}.pc-avail b{color:var(--pc-gold);font-size:1.05rem;font-variant-numeric:tabular-nums}.pc-rate-bar{display:flex;align-items:center;gap:6px;margin-top:12px;padding:10px 14px;border-radius:10px;background:var(--pc-gold-soft);border:1px solid rgba(245,196,81,.28);color:var(--pc-gold);font-size:.8rem;font-weight:600;font-variant-numeric:tabular-nums}.pc-fee-box{background:#ffffff0a;border:1px solid var(--pc-card-border);border-radius:12px;padding:12px 14px;margin-top:14px}.pc-fee-row{display:flex;justify-content:space-between;font-size:.82rem;color:var(--pc-text-dim);padding:4px 0;font-variant-numeric:tabular-nums}.pc-fee-row.total{color:#fff;font-weight:700;font-size:.92rem;border-top:1px dashed rgba(255,255,255,.14);margin-top:6px;padding-top:8px}.pc-fee-row.total span:last-child{color:var(--pc-gold)}.pc-fee-row .up{color:var(--pc-up)}.pc-fee-row .down{color:var(--pc-down)}.pc-tip{font-size:.72rem;color:var(--pc-text-dim);line-height:1.7;margin-top:12px;padding:10px 12px;background:#ffffff08;border-radius:10px;border-left:3px solid var(--pc-gold)}.pc-submit{width:100%;margin-top:18px;padding:14px;border:none;border-radius:12px;font-size:.95rem;font-weight:800;font-family:inherit;cursor:pointer;background:var(--pc-grad-gold);color:#3a1d00;box-shadow:0 6px 18px #f5c45159,inset 0 1px #ffffff80;transition:all .15s}.pc-submit:active{transform:scale(.98)}.pc-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.pc-submit.withdraw{background:linear-gradient(135deg,#ffd98a,#e0952f)}.pc-usdt-qr{display:flex;justify-content:center;padding:14px;margin:14px auto 0;width:fit-content;background:#fff;border:1px solid rgba(245,196,81,.3);border-radius:12px}.pc-usdt-net{text-align:center;margin-top:10px;font-size:.8rem;font-weight:700;color:var(--pc-in);letter-spacing:.3px}.pc-usdt-field{margin-top:14px}.pc-usdt-field-label{font-size:.75rem;color:var(--pc-text-dim);margin-bottom:6px}.pc-usdt-copyrow{display:flex;align-items:center;gap:8px;background:#ffffff0a;border:1px solid var(--pc-card-border);border-radius:10px;padding:10px 12px}.pc-usdt-addr{flex:1;font-size:.78rem;color:var(--pc-text);word-break:break-all;font-family:monospace}.pc-usdt-amount{flex:1;font-size:1.05rem;font-weight:800;color:var(--pc-gold);font-variant-numeric:tabular-nums}.pc-usdt-amount b{font-size:.8rem;color:var(--pc-text-dim);font-weight:700}.pc-usdt-copy{flex-shrink:0;padding:7px 14px;border:none;border-radius:8px;background:var(--pc-grad-gold);color:#3a1d00;font-size:.78rem;font-weight:700;cursor:pointer}.pc-usdt-copy:active{transform:scale(.96)}.pc-usdt-credit{margin-top:12px;text-align:center;font-size:.85rem;font-weight:700;color:var(--pc-gold);font-variant-numeric:tabular-nums}.pc-usdt-timer{margin-top:8px;text-align:center;font-size:.78rem;color:var(--pc-text-dim)}.pc-usdt-timer b{color:var(--pc-out);font-variant-numeric:tabular-nums}.pc-usdt-guide{margin-top:14px;padding:12px 14px;background:#ffffff08;border-radius:10px;border-left:3px solid var(--pc-gold)}.pc-usdt-guide-title{font-size:.78rem;font-weight:700;color:var(--pc-text);margin-bottom:6px}.pc-usdt-guide ol{margin:0;padding-left:18px}.pc-usdt-guide li{font-size:.72rem;color:var(--pc-text-dim);line-height:1.8}.pc-usdt-guide li b{color:var(--pc-gold)}.pc-usdt-waiting{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:.82rem;font-weight:600;color:var(--pc-in)}.pc-usdt-dot{width:9px;height:9px;border-radius:50%;background:var(--pc-in);animation:pc-usdt-pulse 1.4s infinite}@keyframes pc-usdt-pulse{0%{box-shadow:0 0 #38e07b80}70%{box-shadow:0 0 0 7px #38e07b00}to{box-shadow:0 0 #38e07b00}}.pc-usdt-result{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 12px}.pc-usdt-result-ic{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:14px}.pc-usdt-result.ok .pc-usdt-result-ic{background:var(--pc-in)}.pc-usdt-result.err .pc-usdt-result-ic{background:var(--pc-gold-2)}.pc-usdt-result-title{font-size:1.05rem;font-weight:700;color:#fff}.pc-usdt-result-desc{margin-top:8px;font-size:.82rem;color:var(--pc-text-dim)}.pc-toast{position:fixed;top:24px;left:50%;transform:translate(-50%);padding:11px 22px;border-radius:12px;font-size:.85rem;font-weight:600;color:#fff;z-index:2000;box-shadow:0 8px 24px #00000080;animation:pc-toast-in .25s;border:1px solid rgba(255,255,255,.12)}.pc-toast.ok{background:#0f1423f5;border-color:#f5c45166}.pc-toast.err{background:#2d0f0ff5;border-color:#ff6b6b80}@keyframes pc-toast-in{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}.pc-avatar-btn{position:relative;padding:0;border:none;background:none;cursor:pointer;line-height:0;border-radius:50%;flex-shrink:0}.pc-avatar-btn .avatar{border:2px solid rgba(245,196,81,.5);box-shadow:0 0 12px #f5c4514d}.pc-avatar-edit{position:absolute;right:-2px;bottom:-2px;width:16px;height:16px;border-radius:50%;background:var(--pc-grad-gold);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0006}.pc-avatar-edit svg{width:9px;height:9px;color:#3a1d00}.pc-avatar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:6px 0 18px}.pc-avatar-cell{padding:0;border:2px solid transparent;background:none;border-radius:50%;cursor:pointer;line-height:0;transition:all .15s;position:relative}.pc-avatar-cell img{width:100%;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;display:block}.pc-avatar-cell:hover{transform:scale(1.06)}.pc-avatar-cell.active{border-color:var(--pc-gold);box-shadow:0 0 0 3px #f5c4514d}@media (max-width: 480px){.pc-avatar-grid{grid-template-columns:repeat(4,1fr);gap:10px}}.pc-agent-apply{text-align:center;padding:8px 4px 4px}.pc-agent-apply-icon{width:56px;height:56px;margin:8px auto 14px;color:var(--pc-gold);background:var(--pc-gold-soft);border-radius:16px;display:flex;align-items:center;justify-content:center}.pc-agent-apply-icon svg{width:30px;height:30px}.pc-agent-apply-title{font-size:1.05rem;font-weight:800;color:#fff;margin-bottom:8px}.pc-agent-apply-desc{font-size:.82rem;color:var(--pc-text-dim);line-height:1.6;margin-bottom:18px}.pc-agent-status{padding:12px;border-radius:10px;font-size:.82rem;margin-bottom:14px}.pc-agent-status.pending{background:#f5c4511a;border:1px solid rgba(245,196,81,.35);color:var(--pc-gold)}.pc-agent-status.rejected{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.35);color:var(--pc-out)}.pc-agent-msg{font-size:.8rem;color:var(--pc-text-dim);background:#ffffff0a;border-radius:8px;padding:10px 12px;margin-bottom:14px}.pc-invite-card{background:linear-gradient(135deg,#1a2142,#10152a);border:1px solid rgba(245,196,81,.28);border-radius:14px;padding:18px;color:#fff;text-align:center;margin-bottom:16px}.pc-invite-title{font-size:.78rem;color:var(--pc-text-dim);margin-bottom:8px}.pc-invite-code{font-size:1.7rem;font-weight:900;letter-spacing:3px;cursor:pointer;font-variant-numeric:tabular-nums;background:linear-gradient(90deg,#ffe9a8,var(--pc-gold),var(--pc-gold-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pc-invite-link{font-size:.72rem;color:var(--pc-text-mute);margin:8px 0 12px;word-break:break-all}.pc-invite-copy{background:var(--pc-gold-soft);border:1px solid rgba(245,196,81,.4);color:var(--pc-gold);padding:9px 18px;border-radius:20px;font-size:.82rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background .15s}.pc-invite-copy:hover{background:#f5c45133}.pc-agent-stats{display:flex;align-items:center;background:#ffffff0a;border:1px solid var(--pc-card-border);border-radius:12px;padding:14px 8px;margin-bottom:18px}.pc-agent-stat{flex:1;text-align:center}.pc-team-title{font-size:.86rem;font-weight:800;color:#fff;margin:4px 0 10px}.pc-agent-earnings,.pc-agent-levels{margin-top:4px}.pc-tree{border:1px solid var(--pc-card-border);border-radius:12px;overflow:hidden;background:#ffffff05}.pc-tree-node{border-bottom:1px solid rgba(255,255,255,.06)}.pc-tree-node:last-child{border-bottom:none}.pc-tree-row{display:flex;align-items:center;gap:8px;padding:11px 12px}.pc-tree-toggle{width:22px;height:22px;flex-shrink:0;border:1px solid var(--pc-card-border);background:#ffffff0d;color:var(--pc-gold);border-radius:6px;font-size:.9rem;line-height:1;cursor:pointer;font-family:inherit}.pc-tree-toggle.leaf{color:var(--pc-text-mute);border-color:#ffffff0f;cursor:default}.pc-tree-name{flex:1;font-size:.86rem;color:var(--pc-text);cursor:pointer;display:flex;align-items:center;gap:6px;min-width:0}.pc-tree-name:hover{color:var(--pc-gold)}.pc-tree-tag{font-size:.64rem;background:var(--pc-gold-soft);color:var(--pc-gold);padding:1px 6px;border-radius:6px;font-weight:700}.pc-tree-sub{font-size:.68rem;color:var(--pc-text-mute)}.pc-tree-bal{font-size:.82rem;color:var(--pc-in);font-weight:700;font-variant-numeric:tabular-nums;flex-shrink:0}.pc-tree-loading{padding:16px 12px;text-align:center;font-size:.8rem;color:var(--pc-text-dim)}.pc-dl-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;background:#ffffff0a;border:1px solid var(--pc-card-border);border-radius:12px;margin-bottom:14px}.pc-dl-name{font-size:.98rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:6px;margin-bottom:6px}.pc-dl-info{font-size:.74rem;color:var(--pc-text-dim);line-height:1.5}.pc-dl-bal{font-size:1.1rem;font-weight:800;color:var(--pc-in);flex-shrink:0;font-variant-numeric:tabular-nums}.pc-report-filter{display:flex;align-items:center;gap:8px;margin-bottom:10px}.pc-report-filter .pc-input{margin:0;flex:1;min-width:0}.pc-report-to{color:var(--pc-text-dim);font-size:.8rem;flex-shrink:0}.pc-report-query{flex-shrink:0;padding:10px 16px;border:none;border-radius:8px;background:var(--pc-grad-gold);color:#3a1d00;font-family:inherit;font-size:.84rem;font-weight:700;cursor:pointer}.pc-report-query:disabled{opacity:.5;cursor:default}.pc-report-table{margin-top:12px;border:1px solid var(--pc-card-border);border-radius:10px;overflow:hidden}.pc-report-head,.pc-report-row{display:grid;grid-template-columns:1fr 1.2fr 1.2fr 1.2fr;align-items:center}.pc-report-head{background:#ffffff0d;padding:10px 12px;font-size:.74rem;color:var(--pc-text-dim);font-weight:600}.pc-report-head span:not(:first-child),.pc-report-row span:not(:first-child){text-align:right}.pc-report-row{padding:11px 12px;font-size:.8rem;color:var(--pc-text);border-top:1px solid rgba(255,255,255,.06);font-variant-numeric:tabular-nums}.pc-report-row:nth-child(2n){background:#ffffff05}.pc-report-row .in{color:var(--pc-up)}.pc-report-row .out{color:var(--pc-down)}.pc-report-row .up{color:var(--pc-up);font-weight:600}.pc-report-row .down{color:var(--pc-down);font-weight:600}.pc-wd-item{background:var(--pc-card);border:1px solid var(--pc-card-border);border-radius:12px;padding:12px 14px;margin-bottom:10px}.pc-wd-top{display:flex;align-items:center;justify-content:space-between}.pc-wd-amount{font-size:1.02rem;font-weight:800;color:#fff;font-variant-numeric:tabular-nums}.pc-wd-status{font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:20px}.pc-wd-status.pending{color:var(--pc-gold);background:#f5c4511f}.pc-wd-status.approved{color:var(--pc-in);background:#38e07b24}.pc-wd-status.rejected{color:var(--pc-out);background:#ff6b6b24}.pc-wd-meta{display:flex;align-items:center;justify-content:space-between;margin-top:8px;font-size:.74rem;color:var(--pc-text-dim)}.pc-wd-reason{margin-top:8px;padding:7px 10px;background:#ff6b6b1a;border-radius:8px;font-size:.74rem;color:var(--pc-out)}.pc-acct-list{display:flex;flex-direction:column;gap:10px}.pc-acct-item{display:flex;align-items:center;gap:10px;background:var(--pc-card);border:1px solid var(--pc-card-border);border-radius:12px;padding:10px 12px}.pc-acct-type{flex-shrink:0;font-size:.72rem;font-weight:600;color:var(--pc-gold);background:var(--pc-gold-soft);padding:4px 9px;border-radius:6px}.pc-acct-body{flex:1;min-width:0}.pc-acct-name{font-size:.82rem;font-weight:600;color:#fff}.pc-acct-info{font-size:.76rem;color:var(--pc-text-dim);margin-top:2px;word-break:break-all}.pc-acct-qr{width:42px;height:42px;border-radius:6px;object-fit:cover;flex-shrink:0}.pc-qr-upload{margin-top:4px}.pc-qr-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border:1px dashed rgba(245,196,81,.4);border-radius:8px;color:var(--pc-gold);font-size:.82rem;cursor:pointer;background:#ffffff05}.pc-qr-preview{position:relative;display:inline-block}.pc-qr-preview img{width:110px;height:110px;border-radius:8px;object-fit:cover;border:1px solid var(--pc-card-border)}.pc-qr-remove{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;border-radius:6px;padding:3px 8px;font-size:.68rem;cursor:pointer}.pc-wd-acct-list{display:flex;flex-direction:column;gap:10px;margin-bottom:4px}.pc-wd-acct{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 14px;border:1.5px solid var(--pc-card-border);border-radius:12px;background:#ffffff0a;color:var(--pc-text-dim);font-family:inherit;cursor:pointer;transition:all .15s}.pc-wd-acct.active{border-color:var(--pc-gold);background:var(--pc-gold-soft);box-shadow:0 0 0 1px var(--pc-gold) inset}.pc-wd-acct-ic{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;border-radius:9px;background:#f5c4511f}.pc-wd-acct-body{flex:1;min-width:0}.pc-wd-acct-type{font-size:.84rem;font-weight:700;color:#fff}.pc-wd-acct.active .pc-wd-acct-type{color:var(--pc-gold)}.pc-wd-acct-info{font-size:.76rem;color:var(--pc-text-dim);margin-top:2px;letter-spacing:.5px;word-break:break-all}.pc-wd-acct-check{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--pc-gold);color:#1a1206;font-size:.72rem;font-weight:900}.pc-wd-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 12px 20px;text-align:center}.pc-wd-empty-ic{width:52px;height:52px;color:var(--pc-gold);opacity:.85}.pc-wd-empty-ic svg{width:100%;height:100%}.pc-wd-empty-title{font-size:.98rem;font-weight:700;color:#fff}.pc-wd-empty-desc{font-size:.82rem;color:var(--pc-text-dim);margin-bottom:6px}@media (min-width: 640px){.pc-modal-overlay{align-items:center}.pc-modal{border-radius:20px;border-bottom:1px solid rgba(245,196,81,.2)}.pc-container{padding-top:24px}}:root{--glz-bg-0: #0a0e1a;--glz-bg-1: #10152a;--glz-gold: #f5c451;--glz-gold-2: #e0952f;--glz-gold-soft: rgba(245, 196, 81, .14);--glz-text: #eef1f8;--glz-text-dim: #9aa3b8;--glz-card: rgba(255, 255, 255, .05);--glz-card-border: rgba(255, 255, 255, .08)}.glz-page{position:relative;height:100vh;overflow:hidden;color:var(--glz-text);background:radial-gradient(120% 60% at 50% 0%,#1a2142 0%,transparent 60%),radial-gradient(100% 50% at 100% 100%,rgba(245,196,81,.08) 0%,transparent 55%),linear-gradient(180deg,var(--glz-bg-1) 0%,var(--glz-bg-0) 100%)}.glz-scroll{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 16px;padding-top:max(14px,env(safe-area-inset-top));padding-bottom:calc(72px + env(safe-area-inset-bottom))}.glz-scroll::-webkit-scrollbar{width:0}.glz-topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 4px 16px}.glz-user{display:flex;align-items:center;gap:10px;cursor:pointer}.glz-user .avatar{border:2px solid rgba(245,196,81,.5);box-shadow:0 0 12px #f5c45140}.glz-user-meta{display:flex;flex-direction:column;gap:2px}.glz-user-name{font-size:.92rem;font-weight:700;color:#fff}.glz-user-tag{font-size:.6rem;font-weight:700;letter-spacing:.5px;color:var(--glz-gold);background:var(--glz-gold-soft);padding:1px 7px;border-radius:8px;width:fit-content}.glz-balance{display:flex;flex-direction:column;align-items:flex-end;gap:1px;padding:6px 14px;cursor:pointer;background:linear-gradient(135deg,#f5c4511f,#e0952f0f);border:1px solid rgba(245,196,81,.28);border-radius:12px}.glz-balance-label{font-size:.6rem;color:var(--glz-text-dim)}.glz-balance-value{font-size:1.02rem;font-weight:800;background:linear-gradient(90deg,#ffe9a8,var(--glz-gold),var(--glz-gold-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.glz-carousel{position:relative;border-radius:12px;overflow:hidden;border:1px solid rgba(245,196,81,.3);padding:0;background:#f5c45108}.glz-carousel-track{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1)}.glz-slide{position:relative;flex:0 0 100%;height:150px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;overflow:hidden;border-radius:0}.glz-slide-img{padding:0}.glz-slide-img img{width:100%;height:100%;object-fit:cover;display:block}.glz-slide-caption{position:absolute;left:0;right:0;bottom:0;padding:12px 16px;background:linear-gradient(transparent,#0009);color:#fff;font-size:.9rem;font-weight:700}.glz-slide-text{position:relative;z-index:2}.glz-slide-title{font-size:1.4rem;font-weight:900;color:#fff;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.glz-slide-sub{margin-top:6px;font-size:.78rem;color:#ffffffe0;font-weight:500}.glz-slide-emoji{position:relative;z-index:2;font-size:3.6rem;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35));animation:glz-float 3s ease-in-out infinite}.glz-slide-emoji svg{display:block}@keyframes glz-float{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-10px) rotate(4deg)}}.glz-slide-decor{position:absolute;top:-40%;right:-10%;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,var(--glow) 0%,transparent 70%);z-index:1}.glz-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:3}.glz-dot{width:6px;height:6px;border-radius:50%;background:#ffffff73;transition:all .25s;cursor:pointer}.glz-dot.active{width:20px;border-radius:4px;background:var(--glz-gold)}.glz-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0 4px}.glz-quick-item{display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px 4px;border:1px solid var(--glz-card-border);background:var(--glz-card);border-radius:14px;cursor:pointer;color:var(--glz-text);font-family:inherit;transition:transform .18s ease,background .18s ease}.glz-quick-item:active{transform:translateY(2px) scale(.97);background:#ffffff17}.glz-quick-ic{display:flex;align-items:center;justify-content:center;width:30px;height:30px;line-height:1;filter:drop-shadow(0 2px 5px rgba(240,160,48,.35))}.glz-quick-label{font-size:.72rem;font-weight:600;color:var(--glz-text-dim)}.glz-section-title{font-size:1.02rem;font-weight:800;color:#fff;margin:24px 2px 14px;display:flex;align-items:center;gap:4px}.glz-rooms{display:flex;flex-direction:column;gap:14px}.glz-room-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px;border-radius:18px;cursor:pointer;overflow:hidden;box-shadow:0 10px 30px #00000073;border:1px solid rgba(255,255,255,.1);transition:transform .2s ease,box-shadow .2s ease}.glz-room-card:active{transform:translateY(-3px);box-shadow:0 16px 40px #0000008c}.glz-room-shine{position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.22),transparent);transform:skew(-20deg);animation:glz-shine 4.5s ease-in-out infinite}@keyframes glz-shine{0%{left:-60%}45%,to{left:130%}}.glz-room-left{position:relative;z-index:2;min-width:0}.glz-room-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.glz-room-icon{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.glz-room-name{font-size:1.08rem;font-weight:800;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.4)}.glz-room-badge{font-size:.58rem;font-weight:800;color:#7a1f00;background:linear-gradient(135deg,#ffe08a,var(--glz-gold));padding:2px 7px;border-radius:8px;letter-spacing:.5px}.glz-room-desc{margin-top:8px;font-size:.76rem;color:#ffffffd1}.glz-room-online{margin-top:10px;display:flex;align-items:center;gap:6px;font-size:.72rem;color:#ffffffbf}.glz-room-online b{color:#fff;font-weight:800}.glz-online-dot{width:7px;height:7px;border-radius:50%;background:#38e07b;box-shadow:0 0 8px #38e07be6;animation:glz-pulse 1.6s ease-in-out infinite}@keyframes glz-pulse{0%,to{opacity:1}50%{opacity:.35}}.glz-room-enter{position:relative;z-index:2;flex-shrink:0;padding:11px 20px;border:none;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:800;color:#3a1d00;background:linear-gradient(135deg,#ffe9a8,var(--accent, var(--glz-gold)));border-radius:12px;box-shadow:0 4px 14px #f5c45166,inset 0 1px #ffffff80;transition:transform .16s ease}.glz-room-card:active .glz-room-enter{transform:scale(1.05)}.glz-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.glz-grid-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:22px 12px;border-radius:16px;background:var(--glz-card);border:1px solid var(--glz-card-border);opacity:.85}.glz-grid-icon{font-size:2.2rem;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3))}.glz-grid-name{font-size:.82rem;font-weight:700;color:var(--glz-text)}.glz-grid-tag{font-size:.6rem;font-weight:700;color:var(--glz-gold);background:var(--glz-gold-soft);padding:2px 9px;border-radius:8px}.glz-footnote{text-align:center;font-size:.66rem;color:#ffffff4d;margin:26px 0 8px}.glz-announce{display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;margin-bottom:10px;border-radius:10px;cursor:pointer;overflow:hidden;background:#0a0e1ab3;border:1px solid rgba(245,196,81,.28)}.glz-announce-ic{flex-shrink:0;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 5px rgba(240,160,48,.35))}.glz-announce-viewport{flex:1;min-width:0;overflow:hidden}.glz-announce-track{display:inline-flex;white-space:nowrap;animation:glz-marquee 22s linear infinite}.glz-announce-item{font-size:.76rem;color:#ffffffe6;font-weight:500;padding-right:48px}@keyframes glz-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.glz-ann-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0009;display:flex;align-items:center;justify-content:center;padding:24px;animation:glz-toast-in .2s ease}.glz-ann-modal{width:100%;max-width:420px;max-height:72vh;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#141a2e,#0c1020);border:1px solid rgba(245,196,81,.3);box-shadow:0 20px 50px #0009}.glz-ann-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(245,196,81,.18)}.glz-ann-title{display:flex;align-items:center;gap:7px;font-size:1rem;font-weight:800;background:linear-gradient(90deg,#ffe9a8,var(--glz-gold),var(--glz-gold-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.glz-ann-title-ic{display:flex;-webkit-text-fill-color:initial}.glz-ann-close{border:none;background:#ffffff0f;color:var(--glz-text-dim);width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:.85rem}.glz-ann-body{padding:14px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.glz-ann-card{padding:12px 14px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(245,196,81,.15)}.glz-ann-card-title{font-size:.9rem;font-weight:700;color:var(--glz-gold);margin-bottom:6px}.glz-ann-card-content{font-size:.82rem;color:#ffffffd9;line-height:1.6;white-space:pre-wrap;word-break:break-word}.glz-ann-card-date{margin-top:8px;font-size:.68rem;color:var(--glz-text-dim)}.glz-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);z-index:200;padding:10px 20px;border-radius:12px;background:#0f1423f2;color:#fff;font-size:.82rem;font-weight:600;border:1px solid rgba(245,196,81,.3);box-shadow:0 8px 24px #00000080;animation:glz-toast-in .22s ease}@keyframes glz-toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}:root{--primary: #1890ff;--primary-hover: #40a9ff;--primary-active: #096dd9;--primary-bg: #e6f7ff;--green: #95ec69;--white: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #f0f0f0;--gray-300: #d9d9d9;--gray-400: #bfbfbf;--gray-500: #8c8c8c;--gray-600: #595959;--gray-700: #434343;--gray-800: #262626;--success: #52c41a;--danger: #ff4d4f;--warning: #faad14;--bg-page: #f0f2f5;--bg-sidebar: #ffffff;--bg-header: #ffffff;--bg-hover: #f5f5f5;--bg-active: #e6f7ff;--text-primary: #262626;--text-secondary: #595959;--text-muted: #8c8c8c;--text-white: #ffffff;--border: #f0f0f0;--border-strong: #d9d9d9;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 2px 8px rgba(0,0,0,.08);--shadow-lg: 0 4px 16px rgba(0,0,0,.12);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg-page);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;font-size:14px}#root{height:100%}.app-container{width:100%;height:100%;overflow:hidden}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px;color:var(--text-muted)}.loading-spinner{width:32px;height:32px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:2px}::selection{background:var(--primary-bg);color:var(--text-primary)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){body{background:#1a1a2e;display:flex;justify-content:center;align-items:flex-start}#root{width:430px;max-width:430px;height:100vh;position:relative;box-shadow:0 0 30px #00000080;overflow-x:hidden;background:var(--bg-page)}.app-container{width:430px;max-width:430px}.c28-panel,.c28-panel-overlay,.c28-orders-overlay,.c28-svc-overlay,.pc-modal-overlay,.app-bottom-nav{left:calc(50vw - 215px)!important;right:calc(50vw - 215px)!important;width:auto!important}}.app-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:stretch;height:calc(58px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#0d111ef0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(212,175,55,.16);box-shadow:0 -6px 24px #0006}.abn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:none;cursor:pointer;color:#6b7280;font-family:inherit;font-size:.68rem;font-weight:600;transition:color .2s ease;position:relative}.abn-item svg{width:24px;height:24px;transition:transform .2s ease}.abn-item.active{color:#f5c451}.abn-item.active svg{transform:translateY(-1px)}.abn-item.active:before{content:"";position:absolute;top:6px;width:26px;height:3px;border-radius:3px;background:linear-gradient(90deg,#f5c451,#e0952f);box-shadow:0 0 10px #f5c45199}.abn-item:active{transform:scale(.94)}
