:root{--primary:#2f6bff;--primary-dark:#1f4fd8;--up:#f6465d;--down:#0ecb81;--bg:#f5f6fa;--card:#fff;--text:#1a1c2e;--text-2:#6b7280;--text-3:#9ca3af;--border:#eef0f4;--header-h:56px;--tabbar-h:76px;--radius:14px;--shadow:0 2px 12px #14183c0f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;background:#000;margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;line-height:1.5}#root{background:var(--bg);max-width:480px;min-height:100dvh;margin:0 auto;position:relative}h1,h2,h3,h4,h5{color:var(--text);margin:0;font-weight:600}p{margin:0}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}input,select,textarea{color:var(--text);background:0 0;border:none;outline:none;width:100%;font-family:inherit}a{color:var(--primary);text-decoration:none}::-webkit-scrollbar{width:0;height:0}.flex{display:flex}.flex-1{flex:1}.flex-center{justify-content:center;align-items:center;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.text-primary{color:var(--primary)}.text-up{color:var(--up)}.text-down{color:var(--down)}.text-2{color:var(--text-2)}.text-3{color:var(--text-3)}.text-white{color:#fff}.bold{font-weight:600}.text-center{text-align:center}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);margin:0 12px 12px;padding:16px}.btn{border-radius:12px;justify-content:center;align-items:center;height:48px;font-size:16px;font-weight:600;transition:opacity .2s;display:flex}.btn:active{opacity:.8}.btn-primary{background:var(--primary);color:#fff;width:100%}.btn-primary:disabled{background:#c5d3f7}.btn-ghost{color:var(--primary);background:#eef1fb;width:100%}.btn-danger{background:var(--up);color:#fff;width:100%}.btn-sm{border-radius:8px;width:auto;height:32px;padding:0 16px;font-size:13px}.input-wrap{background:#f4f6fa;border-radius:12px;align-items:center;height:48px;padding:0 14px;display:flex}.input-wrap input{height:100%;font-size:15px}.input-wrap input::placeholder{color:var(--text-3)}.input-label{color:var(--text-2);margin-bottom:8px;font-size:13px;font-weight:500}.page{min-height:100vh;padding-bottom:calc(var(--tabbar-h) + 16px)}.page-header{z-index:100;height:var(--header-h);background:var(--card);align-items:center;padding:0 16px;display:flex;position:sticky;top:0;box-shadow:0 1px 4px #14183c0a}.tabbar{width:100%;height:var(--tabbar-h);border-top:1px solid var(--border);z-index:100;padding-bottom:env(safe-area-inset-bottom);background:#fff;display:flex;position:fixed;bottom:0;left:0;right:0}@media (width>=768px){.tabbar{border-radius:16px 16px 0 0;width:480px;left:50%;right:auto;transform:translate(-50%)}}.tab-item{color:var(--text-3);flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:2px;padding-top:6px;padding-bottom:20px;font-size:10px;font-weight:500;display:flex;position:relative}.tab-item.active{color:#ff4d4d}.tab-item.active:after{content:"";background:#ff4d4d;border-radius:2px;width:20px;height:2px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.tab-item .tab-icon{margin-top:11px;margin-bottom:3px;line-height:1}.tab-item>span:last-child{margin-bottom:0}.row{background:var(--card);align-items:center;padding:14px 16px;display:flex}.row+.row{border-top:1px solid var(--border)}.badge{border-radius:20px;align-items:center;padding:2px 10px;font-size:12px;font-weight:500;display:inline-flex}.badge-green{color:var(--down);background:#0ecb811f}.badge-red{color:var(--up);background:#f6465d1f}.badge-blue{color:var(--primary);background:#2f6bff1f}.badge-gray{color:var(--text-2);background:#f0f1f5}.mono{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.empty{text-align:center;color:var(--text-3);padding:48px 16px}.empty-icon{margin-bottom:12px;font-size:48px}.section-title{align-items:center;padding:12px 16px 8px;font-size:15px;font-weight:600;display:flex}.spinner{border:3px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-page{justify-content:center;align-items:center;min-height:50vh;display:flex}.toast-wrap{z-index:9999;pointer-events:none;flex-direction:column;align-items:center;gap:8px;padding:0 16px;display:flex;position:fixed;top:16px;left:0;right:0}.toast{color:#fff;text-align:left;pointer-events:auto;cursor:pointer;background:#141414;border:1px solid #22222280;border-radius:10px;align-items:flex-start;gap:10px;width:auto;max-width:calc(100vw - 32px);padding:16px 20px;font-size:14px;line-height:1.4;transition:opacity .4s,transform .4s;animation:.4s toastIn;display:flex;box-shadow:0 8px 24px #0006}.toast.toast-out{opacity:0;transform:translateY(-44px)}.toast-icon{color:#ffffffd9;flex:none;width:18px;height:18px;margin-top:1px}.toast-text{word-break:break-word;flex:auto}@keyframes toastIn{0%{opacity:0;transform:translateY(-53px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sheet-mask{z-index:1000;background:#00000073;animation:.2s fadeIn;position:fixed;inset:0}.sheet{width:100%;max-width:480px;padding:20px 16px calc(20px + env(safe-area-inset-bottom));z-index:1001;background:#fff;border-radius:20px 20px 0 0;animation:.25s slideUp;position:fixed;bottom:0;left:50%;transform:translate(-50%)}@keyframes slideUp{0%{transform:translate(-50%,100%)}to{transform:translate(-50%)}}.sheet-title{text-align:center;margin-bottom:4px;font-size:17px;font-weight:600}.sheet-sub{color:var(--text-3);text-align:center;margin-bottom:16px;font-size:13px}.sheet-close{width:28px;height:28px;color:var(--text-2);background:#f2f3f7;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;top:14px;right:16px}.wallet-option{border:1px solid var(--border);background:#fff;border-radius:16px;align-items:center;gap:14px;margin-bottom:10px;padding:14px 12px;transition:background .15s;display:flex}.wallet-option:active{background:#f7f8fb}.wallet-option .w-icon{background:#f4f6fa;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex}.wallet-option .w-name{font-size:15px;font-weight:600}.wallet-option .w-desc{color:var(--text-3);margin-top:2px;font-size:12px}.wallet-option .w-arrow{color:var(--text-3);margin-left:auto;font-size:16px}.wallet-no-install{color:#b45309;text-align:center;background:#fff7f0;border-radius:12px;margin-top:8px;padding:12px;font-size:13px;line-height:1.6}.divider{color:var(--text-3);align-items:center;gap:12px;margin:24px 0;font-size:13px;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.page-dark{color:#fff;background:#000;flex-direction:column;min-height:100dvh;display:flex}body:has(.page-dark){background:#000}.topbar{z-index:50;-webkit-backdrop-filter:blur(24px);background:#0a0a0af2;border-bottom:1px solid #222;height:64px;position:fixed;top:0;left:0;right:0}@media (width>=768px){.topbar{height:80px}}.topbar-inner{justify-content:space-between;align-items:center;gap:12px;max-width:1600px;height:100%;margin:0 auto;padding:0 16px;display:flex}@media (width>=768px){.topbar-inner{padding:0 24px}}.topbar .brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-inner{align-items:center;gap:8px;min-width:0;display:flex}@media (width>=768px){.brand-inner{gap:12px}}.brand-text{color:#fff;letter-spacing:-.4px;white-space:nowrap;font-size:16px;font-weight:700}@media (width>=768px){.brand-text{font-size:20px}}.brand-text .brand-dot{color:#ff4d4d}.topbar-right{align-items:center;gap:8px;display:flex}@media (width>=768px){.topbar-right{gap:12px}}.lang-dd{position:relative}.lang-btn{color:#fff;letter-spacing:.4px;background:#141414;border:1px solid #222;border-radius:16px;justify-content:center;align-items:center;gap:6px;min-width:72px;height:40px;padding:0 10px;font-size:12px;font-weight:600;transition:border-color .18s,background .18s;display:inline-flex}@media (width>=768px){.lang-btn{min-width:84px;height:44px;padding:0 12px;font-size:14px}}.lang-btn:hover{border-color:#333}.lang-btn .lang-code{letter-spacing:.4px;font-size:12px;font-weight:600;line-height:1}@media (width>=768px){.lang-btn .lang-code{font-size:14px}}.lang-flag{border-radius:0;flex:none;width:20px;height:auto;display:block}.lang-caret{opacity:.7;margin-left:1px;transition:transform .18s;display:inline-block}.lang-caret.open{transform:rotate(180deg)}.lang-pop{z-index:60;background:#141414;border:1px solid #222;border-radius:16px;flex-direction:column;gap:0;min-width:168px;padding:0;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.lang-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border-radius:0;align-items:center;gap:10px;height:44px;padding:12px 16px;font-size:16px;transition:background .15s;display:flex}.lang-item:hover{background:#1a1a1a}.lang-item.active{color:#fff;background:#ff4d4d1a}.lang-item-check{color:#ff4d4d;flex:none;width:16px;height:16px;margin-left:auto;display:block}.lang-item-flag{border-radius:0;flex:none;width:20px;height:auto;display:block}.lang-item-label{flex:1}.connect-btn{color:#fff;white-space:nowrap;height:36px;box-shadow:none;background:linear-gradient(90deg,#ff4d4d 0%,#e53935 100%);border:0;border-radius:16px;padding:0 16px;font-size:14px;font-weight:600;transition:transform .15s,filter .18s,opacity .15s}@media (width>=768px){.connect-btn{padding:0 24px}}.connect-btn:hover{filter:brightness(1.05)}.connect-btn:active{opacity:.92;transform:scale(.97)}.guard{flex:1;justify-content:center;align-items:center;padding:24px 16px;display:flex}.guard-card{text-align:center;background:linear-gradient(135deg,#141414 0%,#111 100%);border:1px solid #222;border-radius:16px;flex-direction:column;align-items:center;width:100%;padding:24px;display:flex}.guard-icon{justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.guard-title{color:#fff;margin:0 0 4px;font-size:16px;font-weight:600;line-height:1.5}.guard-sub{color:#666;margin:0;font-size:14px;line-height:1.25}.dev-login-btn{color:#7c7c7c;cursor:pointer;background:#141414;border:1px dashed #333;border-radius:10px;width:100%;margin-top:16px;padding:9px 0;font-size:13px;transition:all .2s}.dev-login-btn:hover{color:#aaa;background:#1a1a1a;border-color:#4a4a4a}.dev-login-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=380px){.topbar{padding:0 14px}.brand-text{font-size:16px}.connect-btn{padding:0 14px;font-size:12px}.lang-btn{min-width:68px;padding:0 10px}}.wc-mask{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000c7;justify-content:center;align-items:center;padding:20px;animation:.18s wcfade;display:flex;position:fixed;inset:0}@keyframes wcfade{0%{opacity:0}to{opacity:1}}.wc-modal{background:#141414;border:1px solid #222;border-radius:16px;width:100%;max-width:360px;animation:.22s cubic-bezier(.2,.7,.3,1.05) wcpop;position:relative;overflow:hidden;box-shadow:0 24px 70px #0000008c}@keyframes wcpop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width>=640px){.wc-modal{max-width:400px}}.wc-close{z-index:2;color:#a0a0a0;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex;position:absolute;top:12px;right:12px}.wc-close:hover{color:#fff;background:#1a1a1a}.wc-body{padding:16px}@media (width>=640px){.wc-body{padding:20px}}.wc-head{text-align:center;flex-direction:column;align-items:center;margin-bottom:12px;display:flex}@media (width>=640px){.wc-head{margin-bottom:16px}}.wc-head .logo-box{margin-bottom:8px}.wc-title{color:#fff;margin:0 0 4px;font-size:18px;font-weight:700}@media (width>=640px){.wc-title{font-size:20px}}.wc-sub{color:#666;margin:0;font-size:12px}@media (width>=640px){.wc-sub{font-size:13.5px}}.wc-network-wrap{margin-bottom:12px}@media (width>=640px){.wc-network-wrap{margin-bottom:16px}}.wc-network-label{color:#666;margin:0 0 8px;padding:0 4px;font-size:10px;font-weight:500}@media (width>=640px){.wc-network-label{font-size:12px}}.wc-network{grid-template-columns:1fr 1fr;gap:10px;display:grid}.wc-net{color:#a0a0a0;cursor:pointer;background:#0a0a0a;border:1px solid #222;border-radius:16px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 10px;font-size:12px;font-weight:600;line-height:1;transition:background-color .18s,color .18s,border-color .18s;display:flex}@media (width>=640px){.wc-net{height:48px;font-size:14px}}.wc-net-icon{object-fit:contain;background:0 0;border-radius:9999px;flex-shrink:0;width:20px;height:20px}.wc-net:hover{color:#fff;border-color:#333}.wc-net.active,.wc-net.active:hover{color:#ff4d4d;background:#141414;border-color:#ff4d4d;box-shadow:inset 0 0 0 1px #ff4d4d1f}.wc-list{flex-direction:column;gap:8px;display:flex}@media (width>=640px){.wc-list{gap:12px}}.wc-row{color:#fff;cursor:pointer;background:#0a0a0a;border:1px solid #222;border-radius:16px;align-items:center;gap:10px;width:100%;padding:12px;font-size:13px;font-weight:500;transition:border-color .18s,background .18s;display:flex}@media (width>=640px){.wc-row{gap:16px;padding:16px;font-size:14px}}.wc-row:hover{background:#1a1a1a;border-color:#ff4d4d}.wc-row:disabled{opacity:.6;cursor:not-allowed}.wc-row-icon{object-fit:cover;border-radius:10px;flex-shrink:0;width:24px;height:24px;display:block}.wc-row-name{color:#fff}.wc-row-tag{color:#15803d;background:0 0;flex:none;margin-left:8px;padding:2px 0;font-size:10px;font-weight:500;line-height:1}@media (width>=640px){.wc-row-tag{margin-left:10px;padding:3px 0;font-size:11px}}.wc-row-arrow{color:#666;align-items:center;margin-left:auto;display:inline-flex}.wc-row-loading{border:2px solid #333;border-top-color:#ff4d4d;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.wc-foot{text-align:center;color:#666;letter-spacing:normal;background:#0a0a0a;border-top:1px solid #222;margin:0;padding:12px;font-size:10px;font-weight:400;line-height:16px}@media (width>=640px){.wc-foot{padding:16px;font-size:12px}}.wc-foot-link{color:inherit;text-decoration:none}.logo-box{-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#ff4d4d 0%,#e53935 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.logo-box img{pointer-events:none;object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.logo-box--topbar{width:36px;height:36px}.logo-box--topbar img{width:28px;height:28px}@media (width>=768px){.logo-box--topbar{width:40px;height:40px}.logo-box--topbar img{width:32px;height:32px}}.logo-box--modal{width:48px;height:48px}.logo-box--modal img{width:32px;height:32px}body:has(.app-dark){background:#000}body:has(.app-dark) #root{background:#000}.app-dark{color:#fff;background:#000;min-height:100dvh}.app-dark .page{padding:64px 16px calc(var(--tabbar-h) + 24px);background:0 0;max-width:1600px;margin:0 auto}@media (width>=768px){.app-dark .page{padding:80px 24px calc(var(--tabbar-h) + 32px)}}.page{padding-top:64px}@media (width>=768px){.page{padding-top:80px}}.page>:first-child{margin-top:16px}.dash-card{background:#141414;border:1px solid #222;border-radius:16px;margin:0 0 12px;padding:16px}.dash-card--flush{margin-left:0;margin-right:0}.dash-head{justify-content:space-between;align-items:center;gap:10px;padding:6px 0;display:flex}.dash-title{color:#fff;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.dash-title--muted{color:#666;font-size:14px;font-weight:600}.dash-icon--profit{color:#00d084}.dash-icon--loss{color:#ff4d4d}.dash-title-stack{flex-direction:column;justify-content:center;height:36px;line-height:1.2;display:flex}.dash-title--with-sub{gap:10px}.dash-title--with-sub .dash-title-text{flex-direction:column;justify-content:center;line-height:1.2;display:flex}.dash-title--with-sub .dash-title-main{color:#fff;font-size:16px;font-weight:600}.dash-title--with-sub .dash-title-sub{color:#666;margin-top:2px;font-size:12px;font-weight:400}.dash-title-stack .dash-meta{color:#666;margin-top:2px;font-size:12px;font-weight:400;line-height:1.2}.dash-meta{color:#666;font-size:14px;font-weight:400}.dash-link{color:#ff4d4d;white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:0;font-size:13px;font-weight:500;line-height:1;display:inline-flex}.dash-link:hover{text-decoration:underline}.dash-icon{color:#ff4d4d;background:#ff4d4d1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dash-icon--circle{border-radius:50%}.dash-icon--blue{color:#2f6bff;background:#2f6bff1f}.dash-icon--green{color:#15803d;background:#15803d1f}.dash-icon--amber{color:#ffa94d;background:#ffa94d24}.dash-icon--red{color:#ff4d4d;background:#ff4d4d29}.dash-icon--gray{color:#a0a0a0;background:#222}.chip{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.chip-red{color:#ff4d4d;background:#ff4d4d1f}.chip-green{color:#15803d;background:#15803d1f}.chip-amber{color:#ffa94d;background:#ffa94d24}.chip--xl{padding:4px 6px;font-size:12px;font-weight:500}.chip-blue{color:#2f6bff;background:#2f6bff1f}.chip-gray{color:#a0a0a0;background:#222}.chip-light{color:#fff;background:#222}.chip-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.chip-dot--green{background:#15803d}.chip-dot--red{background:#ff4d4d}.chip-dot--gray{background:#a0a0a0}.pnl-pos{color:#00d084}.pnl-neg{color:#ff4d4d}.sub-card{background:#0a0a0a;border:1px solid #222;border-radius:16px;margin-top:12px;padding:14px}.sub-card:first-child{margin-top:0}.stat-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.stat-cell{background:#0a0a0a;border:1px solid #222;border-radius:14px;padding:14px}.stat-cell .stat-label{color:#666;font-size:13px}.stat-cell .stat-value{color:#fff;margin-top:8px;font-size:20px;font-weight:600}.btn-dark{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;height:44px;font-size:15px;font-weight:600;transition:opacity .2s,filter .2s;display:flex}.btn-dark:active{opacity:.8}.btn-red{color:#fff;background:linear-gradient(90deg,#ff4d4d 0%,#e53935 100%);border:none;width:100%}.btn-green{color:#fff;background:#15803d;border:none;width:100%}.btn-outline-dark{color:#fff;background:0 0;border:1px solid #333;width:100%}.btn-ghost-red{color:#ff4d4d;background:#ff4d4d1f;border:1px solid #ff4d4d59;width:100%}.btn-chip{color:#fff;cursor:pointer;background:#222;border:none;align-items:center;gap:5px;font-size:13px;font-weight:500;display:inline-flex}.btn-ghost-green{color:#15803d;background:#15803d1f;border:1px solid #15803d59;width:100%}.btn-dark:disabled{opacity:.5;cursor:not-allowed}.input-dark{color:#fff;appearance:textfield;box-sizing:border-box;background:#0a0a0a;border:1px solid #222;border-radius:12px;outline:none;width:100%;height:44px;padding:0 12px;font-family:inherit;font-size:14px}.input-dark::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-dark::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-dark::placeholder{color:#666}.progress-dark{background:#222;border-radius:3px;height:6px;overflow:hidden}.progress-dark>span{background:linear-gradient(90deg,#ff4d4d 0%,#e53935 100%);border-radius:3px;height:100%;transition:width .5s;display:block}.tabbar-dark{background:#0a0a0a;border-top:1px solid #222}.tabbar-dark .tab-item{color:#666}.tabbar-dark .tab-item.active{color:#ff4d4d}.dark-modal{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000c7;justify-content:center;align-items:center;padding:20px;animation:.18s wcfade;display:flex;position:fixed;inset:0}.dark-modal-inner{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;width:100%;max-width:400px;padding:24px 22px 22px;animation:.22s cubic-bezier(.2,.7,.3,1.05) wcpop;position:relative;box-shadow:0 24px 70px #0000008c}.dark-modal-title{color:#fff;text-align:center;border-bottom:1px solid #2a2a2a;margin:0 -22px 18px;padding:0 22px 16px;font-size:18px;font-weight:700}.dark-modal-sub{color:#666;margin:0;font-size:12px}.dark-close{color:#a0a0a0;cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:12px;right:12px}.dark-close:hover{color:#fff;background:#1a1a1a}.dark-row{border-bottom:1px solid #222;align-items:center;gap:10px;padding:12px 0;display:flex}.dark-row:last-child{border-bottom:none}.order-card{background:#0a0a0a;border:1px solid #222;border-radius:14px;align-items:center;gap:10px;margin-bottom:10px;padding:24px 16px;display:flex}.order-card:last-child{margin-bottom:0}.disconnect-btn{color:#ff4d4d;white-space:nowrap;cursor:pointer;background:#141414;border:1px solid #222;border-radius:16px;height:36px;padding:0 16px;font-size:14px;font-weight:600;transition:transform .15s,background .18s}.disconnect-btn:active{background:#ff4d4d26;transform:scale(.97)}@media (width>=768px){.disconnect-btn{padding:0 24px}}.dim-text{color:#666;font-size:14px}.notice-bar{color:#a0a0a0;background:#0a0a0a;border:1px solid #222;border-radius:16px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;display:flex}.notice-bar .notice-icon{color:#ff4d4d;flex-shrink:0}.progress-amber>span{background:linear-gradient(90deg,#ffa94d 0%,#ff4d4d 100%)}.progress-home>span{background:linear-gradient(90deg,#ff4d4d 0%,#ff6b6b 100%)}.stat-row3{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:12px;display:grid}.stat-mini{text-align:center;background:#0a0a0a;border:1px solid #222;border-radius:16px;padding:18px 8px}.stat-mini .v{color:#fff;font-size:20px;font-weight:700;line-height:1.1}.stat-mini .k{color:#666;margin-top:6px;font-size:11px}.stat-mini--warn .v{color:#ffa94d}.stat-mini--ok .v{color:#15803d}.lp-card{background:#0a0a0a;border:1px solid #222;border-radius:16px;margin-top:10px;padding:14px}.lp-head{color:#fff;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;display:flex}.lp-head .lp-pct{color:#ffa94d;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700}.lp-bar{background:#222;border-radius:3px;height:6px;margin-top:12px;overflow:hidden}.lp-bar>span{background:linear-gradient(90deg,#ffa94d 0%,#ff4d4d 100%);border-radius:3px;height:100%;transition:width .5s;display:block}.lp-sub{color:#666;margin-top:8px;font-size:11px}.course-row{border-bottom:1px solid #222;align-items:center;gap:12px;padding:12px 0;display:flex}.course-row:last-child{border-bottom:none}.course-card{background:#15803d0f;border:1px solid #15803d66;border-radius:16px;align-items:flex-start;gap:12px;margin-bottom:10px;padding:14px;display:flex;position:relative}.course-card:last-child{margin-bottom:0}.course-card--idle{background:#000;border:1px solid #2a2a2a}.course-card--idle .cc-icon{color:#888;background:#2a2a2a}.course-card .cc-icon{color:#15803d;background:#15803d2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.course-card .cc-icon--gray{color:#888;background:#2a2a2a}.course-card .cc-body{flex:1;min-width:0}.course-card .cc-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.course-card .cc-title{color:#fff;font-size:15px;font-weight:400;line-height:1.4}.course-card .cc-summary{color:#aaa;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.course-card .cc-foot{color:#888;align-items:center;gap:14px;margin-top:8px;font-size:11px;display:flex}.course-card .cc-foot .cc-time{align-items:center;gap:4px;display:inline-flex}.course-card .cc-foot .cc-status{color:#15803d;font-weight:500}.course-card .cc-foot .cc-status--locked{color:#888;font-weight:400}.course-icon{color:#15803d;background:#15803d1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.course-icon--gray{color:#a0a0a0;background:#222}.course-body{flex:1;min-width:0}.course-body .title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.course-body .meta{color:#666;flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;font-size:11px;display:flex}.course-time{color:#666;flex-shrink:0;align-items:center;gap:4px;font-size:11px;display:flex}.done-card{background:#000;border:1px solid #2a2a2a;border-radius:16px;align-items:center;gap:12px;margin-bottom:10px;padding:14px;display:flex}.done-card:last-child{margin-bottom:0}.done-icon{color:#15803d;background:#15803d1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.done-body{flex:1;min-width:0}.done-body .title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.done-body .meta{color:#666;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:11px;overflow:hidden}.done-time{color:#a0a0a0;flex-shrink:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}.done-check{color:#15803d;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;display:flex}.invite-row{background:#0a0a0a;border:1px solid #222;border-radius:16px;margin-top:10px;padding:12px}.invite-row .addr{color:#fff;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.invite-row .addr-line{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.invite-row .kv-grid{border-top:1px dashed #222;grid-template-columns:1fr 1fr 1fr;gap:8px;padding-top:8px;display:grid}.invite-row .kv-grid .k{color:#666;font-size:11px}.invite-row .kv-grid .v{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:12px;overflow:hidden}.transfer-toggle{color:#ff4d4d;z-index:2;cursor:pointer;background:#ff4d4d26;border:2px solid #141414;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:-20px auto;display:flex;position:relative}.transfer-wallet{background:#0a0a0a;border:1px solid #222;border-radius:16px;justify-content:space-between;align-items:center;padding:14px;display:flex}.transfer-wallet .left{align-items:center;gap:10px;display:flex}.transfer-wallet .ico{color:#2f6bff;background:#2f6bff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.transfer-wallet .ico--lobster{color:#ff4d4d;background:#ff4d4d26}.transfer-wallet .name{color:#fff;font-size:13px;font-weight:500}.transfer-wallet .sub{color:#666;margin-top:2px;font-size:11px}.transfer-wallet .balance{color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:17px;font-weight:700}.detail-link{color:#ff4d4d;cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:0;font-size:13px;font-weight:500;line-height:1;display:inline-flex}.detail-link svg{align-self:center;display:block}.chip-win{color:#fff;background:#222}.chip-flat{background:0 0;border-radius:0;align-items:center;padding:0;font-size:15px;font-weight:500;display:inline-flex}.chip-flat-win{color:#fff}.chip-flat-loss{color:#ff4d4d}.chip-flat-muted{color:#666;margin-left:8px}.cell-icon-blue{color:#5b8dff;background:0 0}.cell-icon-amber{color:#ffa94d;background:0 0}.cell-icon-green{color:#15803d;background:0 0}.cell-icon-red{color:#ff4d4d;background:0 0}.cell-icon{background:0 0;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}
