:root{--primary:#6c63ff;--primary-light:#6c63ff18;--bg:#f4f5fb;--card:#fff;--text:#334155;--muted:#8290a8;--border:#edf0f7;--green:#4fd37b;--cyan:#28c6e8;--red:#ff6b57;--purple:#7468ff;--shadow:0 10px 28px rgba(44,55,90,.08)}*{box-sizing:border-box}body{margin:0;font:14px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Microsoft YaHei",sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:var(--primary)}input,select,button,textarea{font:inherit}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#eef2ff,#f8fafc 58%,#eefcff)}.auth-bg span{position:fixed;border-radius:50%;filter:blur(2px);opacity:.55}.auth-bg span:nth-child(1){width:300px;height:300px;background:#dcd9ff;left:-80px;top:-80px}.auth-bg span:nth-child(2){width:260px;height:260px;background:#c6f4ff;right:-60px;bottom:-60px}.auth-bg span:nth-child(3){width:160px;height:160px;background:#ffe6ca;right:15%;top:12%}.auth-card{position:relative;z-index:1;width:900px;min-height:560px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.8);border-radius:28px;box-shadow:0 25px 80px rgba(71,85,105,.16);display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;backdrop-filter:blur(18px)}.register-card{min-height:680px}.auth-hero{padding:58px;background:linear-gradient(145deg,var(--primary),#8f8bff);color:#fff;display:flex;flex-direction:column;justify-content:center}.brand-dot{width:52px;height:52px;border-radius:16px;background:rgba(255,255,255,.2);box-shadow:inset 0 0 0 1px rgba(255,255,255,.28);position:relative}.brand-dot:after{content:'';position:absolute;width:22px;height:22px;background:#fff;border-radius:8px;left:15px;top:15px}.brand-dot.small{width:28px;height:28px;border-radius:10px;background:var(--primary);display:inline-block;margin-right:10px;vertical-align:middle}.brand-dot.small:after{width:12px;height:12px;left:8px;top:8px}.auth-hero h1{font-size:34px;margin:28px 0 12px}.auth-hero p{font-size:16px;opacity:.92;max-width:360px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:46px}.hero-stats div{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.13);border-radius:16px;padding:14px}.hero-stats b{display:block;font-size:18px}.hero-stats span{font-size:12px;opacity:.85}.auth-form{padding:52px 44px;display:flex;flex-direction:column;justify-content:center;background:#fff}.auth-form h2{font-size:28px;margin:0 0 4px;color:#172033}.auth-form .sub{margin:0 0 22px;color:var(--muted)}.auth-form label{display:block;margin-bottom:15px;color:#5d6880;font-weight:600}.auth-form input{width:100%;height:46px;border:1px solid #e5e9f3;border-radius:14px;background:#f8faff;padding:0 15px;outline:0;margin-top:7px}.auth-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light);background:#fff}.captcha-line,.sms-line{display:flex;gap:10px;margin-top:7px}.captcha-line input,.sms-line input{margin-top:0;flex:1}.captcha-line img{width:120px;height:46px;border-radius:14px;cursor:pointer;border:1px solid #e5e9f3}.sms-line button{width:112px;border:0;border-radius:14px;background:var(--primary-light);color:var(--primary);font-weight:700;cursor:pointer}.sms-line button:disabled{opacity:.6;cursor:not-allowed}.auth-btn{height:48px;border:0;border-radius:15px;background:var(--primary);box-shadow:0 10px 24px var(--primary-light);color:#fff;font-weight:800;cursor:pointer;width:100%;letter-spacing:1px}.auth-error{background:#fff1f2;color:#e11d48;border:1px solid #ffe4e6;border-radius:12px;padding:10px 12px;margin-bottom:14px}.auth-tip{margin-top:12px;color:#64748b}.auth-links{margin-top:18px;text-align:center;color:var(--muted)}.auth-links span{margin:0 10px}.dash-page{min-height:100vh}.member-header{height:64px;background:#fff;box-shadow:0 6px 20px rgba(44,55,90,.05);display:flex;align-items:center;justify-content:space-between;padding:0 7vw;position:sticky;top:0;z-index:10}.member-brand{font-size:20px;font-weight:800;color:#172033}.member-header nav{display:flex;gap:22px}.member-header nav a{color:#536078;font-weight:700}.dash-wrap{max-width:1360px;margin:24px auto 60px;padding:0 24px}.welcome-card{background:#fff;border-radius:8px;box-shadow:var(--shadow);min-height:140px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;padding:32px 44px;overflow:hidden}.welcome-text{font-size:18px;color:#6a65ff}.member-tags{display:flex;flex-wrap:wrap;gap:10px}.member-tags span{border:1px solid var(--primary);border-radius:4px;color:var(--primary);padding:4px 10px;font-size:12px;background:#fff}.welcome-ill{position:relative;width:210px;height:110px}.person{position:absolute;right:84px;bottom:0;width:72px;height:96px;background:linear-gradient(#25384d 0 18%,#7168ff 18%);border-radius:30px 30px 12px 12px}.person:before{content:'';position:absolute;left:16px;top:-28px;width:42px;height:42px;border-radius:50%;background:#ffd7ba;box-shadow:0 -8px 0 6px #26384c}.laptop{position:absolute;right:18px;bottom:2px;width:92px;height:58px;background:#c7ced8;border-radius:8px;transform:skew(-8deg)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:20px}.metric-card{background:#fff;border-radius:8px;box-shadow:var(--shadow);padding:26px 24px;min-height:158px;position:relative}.metric-card:after{content:'⋮';position:absolute;right:22px;top:22px;color:#71809c;font-size:22px}.metric-card i{width:36px;height:36px;border-radius:10px;display:block;margin-bottom:14px}.metric-card span{display:block;color:#71809c;font-weight:700}.metric-card strong{display:block;font-size:26px;margin:3px 0;color:#536078}.metric-card em{font-style:normal;font-size:12px;color:#16a34a}.metric-card.green i{background:#d8f8c9}.metric-card.cyan i{background:#c9f3ff}.metric-card.red i{background:#ffe0d8}.metric-card.purple i{background:#e3ddff}.dash-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px;margin-bottom:20px}.dash-panel{background:#fff;border-radius:8px;box-shadow:var(--shadow);padding:26px}.dash-panel h3{margin:0 0 22px;font-size:18px;color:#64748b;letter-spacing:1px}.chart-panel{min-height:320px}.bar-chart{height:235px;display:flex;align-items:flex-end;gap:24px;border-bottom:1px solid #eef2f7;padding:0 28px 26px}.bar-item{flex:1;text-align:center;color:#64748b;font-size:12px}.bar{width:14px;min-height:6px;margin:0 auto 13px;border-radius:8px;background:linear-gradient(180deg,#7168ff,#9ca3ff)}.conversion{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.mini-btn{border:1px solid var(--primary);border-radius:5px;color:var(--primary);background:#fff;padding:7px 16px;font-size:13px}.ring{width:150px;height:150px;border-radius:50%;border:14px solid #d9d7ff;border-top-color:var(--primary);border-right-color:var(--primary);display:flex;align-items:center;justify-content:center;flex-direction:column;margin:24px 0 12px}.ring span{font-size:24px;font-weight:800}.ring small{color:#71809c}.mini-row{display:flex;justify-content:space-between;width:100%;margin-top:15px;color:#64748b}.dashboard-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px;margin-bottom:20px}.order-total{display:grid;grid-template-columns:1fr 130px;align-items:center}.order-total strong{font-size:34px}.order-total>span{grid-column:1;color:#71809c}.circle{grid-row:1/3;grid-column:2;width:112px;height:112px;border-radius:50%;border:10px solid #0bb6d4;display:flex;flex-direction:column;align-items:center;justify-content:center}.circle b{font-size:25px;color:#64748b}.circle small{color:#64748b}.channel-list{list-style:none;padding:0;margin:24px 0 0}.channel-list li{display:flex;align-items:center;gap:12px;padding:11px 0;color:#536078}.channel-list i,.wallet-line i,.latest-item i{width:34px;height:34px;border-radius:8px;background:#e5e7ff;display:inline-block}.channel-list i.wechat{background:#d9fbd1}.channel-list i.alipay{background:#dcf7ff}.channel-list i.isv{background:#f4e7ff}.channel-list small{margin-left:auto;color:#94a3b8}.wallet-line{display:flex;gap:14px;align-items:center;color:#71809c}.wallet-line b{font-size:18px;color:#536078}.soft-lines{height:190px;margin-top:24px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 44px,#eef2f7 45px)}.latest-item{display:flex;align-items:center;gap:14px;padding:11px 0}.latest-item div{flex:1}.latest-item small{display:block;color:#94a3b8}.latest-item b{display:block;color:#536078;font-size:14px}.latest-item span{color:#536078}.empty,.notice{color:#71809c;background:#f8faff;border:1px dashed #dbe3f0;border-radius:10px;padding:16px}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.panel-title h3{margin:0}.pay-create,.channel-table,.api-box{margin-bottom:20px}.pay-form{display:grid;grid-template-columns:1.2fr .7fr 1.4fr auto;gap:12px}.pay-form input,.pay-form select{height:42px;border:1px solid #e5e9f3;border-radius:10px;padding:0 12px}.pay-form button,.front-table button,.token-line button{border:0;background:var(--primary);color:#fff;border-radius:10px;padding:0 16px;cursor:pointer}.front-table{overflow:auto}.front-table table{width:100%;border-collapse:collapse;white-space:nowrap}.front-table th,.front-table td{border-bottom:1px solid #eef2f7;padding:12px;text-align:center}.front-table th{color:#64748b}.front-table form{display:inline}.front-table button{height:28px;margin-left:6px}.token-line{display:flex;gap:12px;align-items:center;background:#f8faff;border:1px solid #e5e9f3;border-radius:12px;padding:12px}.token-line code{flex:1;word-break:break-all}.token-line button{height:34px}.api-box code{background:#f8faff;border:1px solid #e5e9f3;border-radius:7px;padding:3px 7px}.popup-mask{position:fixed;inset:0;background:rgba(15,23,42,.42);display:flex;align-items:center;justify-content:center;z-index:100}.popup-card{width:min(520px,92vw);background:#fff;border-radius:20px;box-shadow:0 35px 100px rgba(15,23,42,.25);padding:30px;position:relative}.popup-close{position:absolute;right:16px;top:14px;border:0;background:#f1f5f9;border-radius:50%;width:30px;height:30px;font-size:18px;cursor:pointer}.popup-block{border-left:4px solid var(--primary);padding-left:14px;margin-bottom:18px}.popup-block h3{margin:0 0 8px}.popup-block p{color:#64748b}.popup-block.warning{border-color:#ff8a3d}.popup-block.success{border-color:#16b36b}@media(max-width:1000px){.auth-card{width:94vw;grid-template-columns:1fr}.auth-hero{display:none}.metric-grid,.dashboard-columns,.dash-grid{grid-template-columns:1fr}.pay-form{grid-template-columns:1fr}.member-header{padding:0 18px}.member-header nav{gap:10px}.welcome-ill{display:none}.bar-chart{gap:8px;padding-left:0;padding-right:0}}

/* v6 会员前台框架：左侧菜单 + 顶部栏 + 账号设置 */
.member-layout-page{background:#f4f5fb;color:#5d6b82}.member-shell-v6{min-height:100vh}.member-side{position:fixed;left:0;top:0;bottom:0;width:230px;background:#fff;box-shadow:4px 0 18px rgba(30,41,59,.05);z-index:20;overflow:auto}.front-logo{height:64px;display:flex;align-items:center;padding:0 12px 0 10px;gap:8px;border-bottom:1px solid #eef2f7;color:#15a7ed}.logo-mark{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#19c0f5,#1689f9);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.front-logo strong{font-size:20px;white-space:nowrap}.collapse-dot{margin-left:auto;width:28px;height:28px;border:0;border-radius:50%;background:#6965ff;color:#fff;font-size:24px;line-height:20px;box-shadow:0 5px 14px rgba(105,101,255,.26)}.front-menu{padding:12px 0 22px}.menu-row{height:46px;display:flex;align-items:center;gap:13px;padding:0 16px;color:#6c7c95;border-right:3px solid transparent;letter-spacing:2px}.menu-row i{width:18px;text-align:center;font-style:normal;color:#73839b}.menu-row b{margin-left:auto;font-weight:400}.menu-row:hover,.menu-row.active{background:#eceafe;color:var(--primary);border-right-color:var(--primary)}.menu-row.active i,.menu-row:hover i{color:var(--primary)}.menu-group.open>.menu-row{background:#eceafe;color:var(--primary);border-right-color:var(--primary)}.sub-menu{display:none;padding:8px 0 8px 38px}.menu-group.open .sub-menu{display:block}.sub-menu a{display:block;position:relative;color:#62738b;padding:9px 8px 9px 16px;letter-spacing:2px}.sub-menu a:before{content:'';position:absolute;left:0;top:17px;width:6px;height:6px;border-radius:50%;background:#bac4d2}.sub-menu a.sub-active{color:#4e59ff}.sub-menu a.sub-active:before{background:#6965ff;box-shadow:0 0 0 5px rgba(105,101,255,.12)}.menu-caption{color:#9aa6b8;padding:22px 16px 10px;letter-spacing:2px}.member-main-v6{margin-left:230px;min-height:100vh}.front-topbar{height:64px;background:#fff;border-radius:0 0 4px 4px;box-shadow:0 4px 14px rgba(30,41,59,.06);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:12}.front-top-right{display:flex;align-items:center;gap:24px}.front-top-right a{color:#111827}.panda-avatar{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:25px;background:#fff8e2;border:2px solid #f1c35d;box-shadow:0 3px 10px rgba(0,0,0,.08)}.top-username{color:#334155}.mobile-title{color:#64748b;font-weight:700}.member-content-v6{padding:26px 28px 60px;max-width:1480px;margin:0 auto}.home-grid-v6{display:grid;grid-template-columns:1.25fr 180px 180px;gap:24px;align-items:stretch}.hello-card-v6{grid-column:1/2;background:#fff;border-radius:8px;box-shadow:0 8px 20px rgba(30,41,59,.08);min-height:160px;padding:34px 26px;display:flex;align-items:center;justify-content:space-between}.hello-text{font-size:18px;color:#6661ff;margin:0 0 12px}.hello-tags{display:flex;flex-wrap:wrap;gap:10px}.hello-tags span{border:1px solid #6b66ff;border-radius:3px;color:#f00042;background:#fff;padding:4px 10px;font-weight:700;font-size:12px}.dashboard-ill{position:relative;width:230px;height:120px}.ill-head{position:absolute;right:126px;top:5px;width:46px;height:46px;border-radius:50%;background:#ffccb1;box-shadow:0 -10px 0 5px #26384c}.ill-body{position:absolute;right:95px;top:48px;width:72px;height:78px;border-radius:30px 30px 8px 8px;background:linear-gradient(135deg,#7b73ff,#5955f5)}.ill-laptop{position:absolute;right:28px;bottom:2px;width:95px;height:54px;background:#bfc7d4;border-radius:8px;transform:skew(-8deg)}.quick-card-v6{background:#fff;border-radius:8px;box-shadow:0 8px 20px rgba(30,41,59,.08);padding:24px;min-height:156px;position:relative}.quick-card-v6:after{content:'⋮';position:absolute;right:20px;top:20px;color:#64748b;font-size:22px}.quick-icon{width:38px;height:38px;border-radius:9px;margin-bottom:12px}.quick-card-v6 span{display:block;color:#64748b;font-weight:700}.quick-card-v6 strong{display:block;font-size:27px;color:#53657d;margin:2px 0}.quick-card-v6 em{font-style:normal;font-size:12px}.quick-card-v6.green .quick-icon{background:#d9fac9}.quick-card-v6.green em{color:#22c55e}.quick-card-v6.cyan .quick-icon{background:#cbf3ff}.quick-card-v6.cyan em{color:#0ea5e9}.quick-card-v6.orange .quick-icon{background:#ffe3dc}.quick-card-v6.orange em{color:#ff4d3d}.quick-card-v6.purple .quick-icon{background:#e3ddff}.quick-card-v6.purple em{color:#6b66ff}.panel-v6{background:#fff;border-radius:8px;box-shadow:0 8px 20px rgba(30,41,59,.08);padding:26px;margin-bottom:24px}.panel-v6 h3{margin:0 0 18px;color:#607086;font-size:18px;font-weight:600;letter-spacing:3px}.chart-wide-v6{grid-column:1/2;min-height:365px;margin-bottom:0}.bar-chart-v6{height:270px;display:flex;align-items:flex-end;gap:24px;padding:0 30px 22px;border-bottom:1px solid #e9edf4}.bar-item-v6{flex:1;text-align:center;color:#64748b;font-size:12px}.bar-v6{width:15px;min-height:8px;border-radius:8px;background:linear-gradient(180deg,#7069ff,#9ca3ff);margin:0 auto 14px}.total-flow-v6{grid-column:2/4;min-height:162px;position:relative;overflow:hidden}.total-flow-v6 label{display:inline-block;background:#fff2ca;color:#ff9f1a;border-radius:9px;padding:4px 12px;font-size:12px}.total-flow-v6 strong{display:block;font-size:28px;color:#53657d;margin-top:10px}.wave-line{position:absolute;right:30px;top:54px;width:220px;height:65px;border-top:8px solid #ffb429;border-radius:50%;transform:rotate(-8deg);filter:drop-shadow(0 8px 8px rgba(255,180,41,.18))}.order-stat-v6,.balance-log-v6,.latest-v6{min-height:370px}.order-stat-v6{grid-column:1/2}.balance-log-v6{grid-column:2/3}.latest-v6{grid-column:3/4}.order-stat-flex{display:flex;align-items:center;justify-content:space-between;margin:22px 12px}.order-stat-flex strong{display:block;font-size:32px;color:#53657d}.order-stat-flex span{color:#8290a8}.circle-v6{width:116px;height:116px;border-radius:50%;border:10px solid #10b8d4;display:flex;align-items:center;justify-content:center;flex-direction:column}.circle-v6 b{font-size:24px;color:#53657d}.circle-v6 small{color:#8290a8}.mini-list-v6{list-style:none;margin:18px 0 0;padding:0}.mini-list-v6 li{display:grid;grid-template-columns:42px 70px 1fr 28px;align-items:center;gap:10px;padding:10px 0;color:#53657d}.mini-list-v6 i{width:38px;height:38px;border-radius:8px;background:#eceafe}.mini-list-v6 i.wechat{background:#d9fac9}.mini-list-v6 i.alipay{background:#cbf3ff}.mini-list-v6 small{color:#98a6ba}.wallet-line-v6{display:flex;gap:14px;align-items:center;color:#8290a8}.wallet-line-v6 i,.latest-item-v6 i{width:38px;height:38px;border-radius:8px;background:#e6e4ff}.wallet-line-v6 b{font-size:18px;color:#53657d}.soft-lines-v6{height:220px;margin-top:22px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 43px,#eef2f7 44px)}.latest-item-v6{display:flex;align-items:center;gap:12px;padding:12px 0}.latest-item-v6 div{flex:1}.latest-item-v6 small{display:block;color:#9aa6b8}.latest-item-v6 b{display:block;color:#53657d}.latest-item-v6 span{color:#53657d}.panel-title-v6{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-title-v6 h3{margin:0}.btn-v6{display:inline-flex;align-items:center;justify-content:center;height:40px;border:0;border-radius:7px;background:#6b66ff;color:#fff!important;padding:0 22px;box-shadow:0 7px 14px rgba(107,102,255,.25);font-weight:700;cursor:pointer}.btn-v6.light{background:#fff;color:#6b66ff!important;border:1px solid #6b66ff;box-shadow:none}.pay-form-v6{display:grid;grid-template-columns:1.2fr .6fr 1.3fr auto;gap:12px}.pay-form-v6 input,.pay-form-v6 select,.form-v6 input,.form-v6 select,.form-v6 textarea,.profile-grid-v6 input,.profile-grid-v6 select,.profile-grid-v6 textarea{height:42px;border:1px solid #dce3ed;border-radius:6px;background:#f8faff;padding:0 12px;color:#5c6b82;outline:0}.pay-form-v6 button{border:0;background:#6b66ff;color:#fff;border-radius:7px;padding:0 22px;cursor:pointer}.notice-v6,.empty-v6{background:#f8faff;border:1px dashed #dce3ed;color:#71809c;border-radius:7px;padding:14px}.front-table-v6{overflow:auto}.front-table-v6 table{width:100%;border-collapse:collapse;white-space:nowrap}.front-table-v6 th,.front-table-v6 td{border-bottom:1px solid #eef2f7;padding:12px;text-align:center}.front-table-v6 th{color:#64748b;background:#fbfcff;font-weight:700}.front-table-v6 form{display:inline}.front-table-v6 button,.token-line-v6 button{border:0;background:#6b66ff;color:#fff;border-radius:6px;padding:6px 12px;cursor:pointer}.front-table-v6.compact th,.front-table-v6.compact td{text-align:left;font-size:12px}.status-v6.ok{color:#16a34a}.status-v6.warn{color:#f59e0b}.status-v6.off{color:#94a3b8}.pagination-v6{padding-top:14px}.token-line-v6{display:flex;gap:12px;align-items:center;background:#f8faff;border:1px solid #dce3ed;border-radius:7px;padding:12px}.token-line-v6 code{flex:1;word-break:break-all}.tabs-v6{display:flex;gap:14px;margin:0 0 18px}.tabs-v6 a{height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border-radius:5px;color:#63738b}.tabs-v6 a.active{background:#6b66ff;color:#fff;box-shadow:0 6px 14px rgba(107,102,255,.25)}.account-panel-v6{padding:0}.account-panel-v6 h3{padding:24px 26px;margin:0}.profile-top-v6{padding:0 26px 26px;border-bottom:1px solid #e5e9f0}.big-avatar{width:96px;height:96px;border-radius:6px;background:#111;display:flex;align-items:center;justify-content:center;font-size:66px;overflow:hidden}.profile-grid-v6{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;padding:26px}.profile-grid-v6.no-border{padding:0;gap:16px}.profile-grid-v6 label,.form-v6 label{display:block}.profile-grid-v6 span,.form-v6 span{display:block;margin-bottom:7px;color:#52647b;font-weight:700;font-size:13px}.profile-grid-v6 input[readonly]{background:#eef1f5}.settings-grid-v6{display:grid;grid-template-columns:1fr 1.1fr;gap:24px}.form-v6{display:grid;gap:16px}.form-v6 textarea{height:110px;padding-top:10px}.ok-v6{background:#ecfdf5;color:#059669;border:1px solid #bbf7d0;border-radius:7px;padding:10px}.err-v6{background:#fff1f2;color:#e11d48;border:1px solid #ffe4e6;border-radius:7px;padding:10px}.notify-list-v6{display:grid;gap:16px}.switch-row-v6{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e9f0;background:#fbfcff;border-radius:8px;padding:18px 20px;gap:20px}.switch-row-v6 b{display:block;color:#475569;margin-bottom:6px}.switch-row-v6 p{margin:0 0 6px;color:#71809c}.switch-row-v6 small{color:#94a3b8}.switch-row-v6 input{display:none}.switch-row-v6 span{width:54px;height:30px;border-radius:20px;background:#cbd5e1;position:relative;flex:0 0 auto}.switch-row-v6 span:after{content:'';position:absolute;left:4px;top:4px;width:22px;height:22px;border-radius:50%;background:#fff;transition:.2s}.switch-row-v6 input:checked+span{background:#6b66ff}.switch-row-v6 input:checked+span:after{left:28px}.notify-panel-v6{max-width:900px}.channel-form-panel-v6 .form-v6>label{margin-bottom:0}@media(max-width:1200px){.home-grid-v6{grid-template-columns:1fr 1fr}.hello-card-v6,.chart-wide-v6,.total-flow-v6,.order-stat-v6,.balance-log-v6,.latest-v6{grid-column:auto}.hello-card-v6{grid-column:1/3}.chart-wide-v6{grid-column:1/3}.pay-form-v6{grid-template-columns:1fr}.settings-grid-v6{grid-template-columns:1fr}}@media(max-width:860px){.member-side{position:relative;width:100%;height:auto}.member-main-v6{margin-left:0}.front-menu{display:grid;grid-template-columns:repeat(2,1fr)}.sub-menu{display:none!important}.member-content-v6{padding:18px}.home-grid-v6,.profile-grid-v6{grid-template-columns:1fr}.hello-card-v6,.chart-wide-v6{grid-column:auto}.dashboard-ill{display:none}.front-top-right{gap:10px;font-size:12px}.tabs-v6{overflow:auto}.pay-form-v6{grid-template-columns:1fr}}
.help-v6{color:#71809c;font-size:13px;margin-top:12px}.api-key-panel-v6{max-width:980px}.api-doc-v6{display:grid;gap:12px}.api-doc-v6 p{margin:0;color:#64748b}.api-doc-v6 code{background:#f8faff;border:1px solid #dce3ed;border-radius:6px;padding:4px 8px;color:#334155;word-break:break-all}.menu-row.active span{font-weight:700}

/* v6.5 channel list/config polish */
.menu-group.open>.sub-menu{display:block}.sub-menu a.sub-active{color:#6b66ff;font-weight:800}.channel-list-table-v65 td{vertical-align:middle}.table-actions-v65{display:flex;gap:8px;align-items:center;justify-content:center}.btn-mini-v65{height:30px;border:0;border-radius:6px;background:#6b66ff;color:#fff;padding:0 12px;cursor:pointer}.btn-mini-v65.disabled{background:#cbd5e1;cursor:not-allowed}.link-mini-v65{display:inline-flex;align-items:center;height:30px;border:1px solid #dce3ed;border-radius:6px;padding:0 10px;background:#fff}.modal-mask-v65{position:fixed;inset:0;background:rgba(15,23,42,.42);z-index:1000;display:flex;align-items:center;justify-content:center;padding:22px}.modal-card-v65{background:#fff;border-radius:14px;box-shadow:0 30px 90px rgba(15,23,42,.25);width:min(760px,96vw);max-height:90vh;overflow:auto}.modal-card-v65.wide{width:min(940px,96vw)}.modal-card-v65.small{width:min(460px,94vw)}.modal-head-v65{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #eef2f7}.modal-head-v65 strong{font-size:17px;color:#334155}.modal-head-v65 button{border:0;background:#f1f5f9;color:#64748b;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:20px}.modal-form-v65{padding:22px;display:grid;gap:18px}.config-block-v65,.config-section-v65{border:1px solid #edf0f7;background:#fbfcff;border-radius:12px;padding:18px}.config-block-v65 h4,.config-section-v65 h4{margin:0 0 14px;color:#334155;font-size:16px}.notice-v6.slim{padding:10px 12px;margin:0 0 14px}.config-section-v65 textarea{min-height:110px}.key-check-v65{display:flex;gap:12px;align-items:center;margin-top:10px}.key-check-v65 em{font-style:normal;color:#64748b;font-size:13px}.isv-qr-wrap-v65{display:flex;gap:18px;align-items:center;margin:14px 0;padding:14px;border:1px dashed #dce3ed;border-radius:10px;background:#fff}.qr-small-v65{width:160px;height:160px;background:#fff;border:1px solid #eef2f7;border-radius:8px;padding:8px}.save-config-btn-v65{justify-self:start}.test-pay-form-v65{padding:20px;display:grid;gap:15px}.test-channel-box-v65{border:1px solid #edf0f7;background:#f8faff;border-radius:10px;padding:12px}.test-channel-box-v65 b{display:block;color:#334155}.test-channel-box-v65 span{display:block;color:#64748b;margin-top:3px}@media(max-width:860px){.table-actions-v65{flex-direction:column}.modal-mask-v65{align-items:flex-start}.key-check-v65{align-items:flex-start;flex-direction:column}.isv-qr-wrap-v65{flex-direction:column;align-items:flex-start}}
/* v11 auth linkage */
.external-captcha{display:flex;align-items:center;gap:10px;margin-top:7px;min-height:46px}.captcha-btn{height:42px;border:0;border-radius:14px;background:var(--primary-light);color:var(--primary);font-weight:800;padding:0 16px;cursor:pointer}.external-captcha span{color:#64748b;font-size:13px}.social-login-panel{display:grid;gap:12px;margin:16px 0}.social-login-btn{height:52px;border-radius:16px;background:#f0f9ff;border:1px solid #bae6fd;display:flex;align-items:center;justify-content:center;gap:12px;color:#0369a1;text-decoration:none}.social-login-btn span{width:32px;height:32px;border-radius:50%;background:#12b7f5;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;line-height:1}.social-login-btn b{font-size:15px}.auth-form .send-code-btn{white-space:nowrap}.auth-form-el{margin:0}


/* v12 social login position */
.social-login-panel.below-login-btn{margin:12px 0 0}.auth-form .social-login-btn{box-sizing:border-box}.social-login-btn.qq{width:100%;height:46px;border-radius:14px;background:#f8fbff;border-color:#d8e9ff;color:#1769c2}.social-login-btn.qq span{width:28px;height:28px;font-size:16px;flex:0 0 28px}.social-login-btn.qq b{line-height:1}.sys-qq-callback-readonly{background:#f8fafc;color:#475569}


/* v13 register agreement */
.agreement-check{display:flex!important;align-items:flex-start;gap:9px;margin:4px 0 14px!important;color:#64748b!important;font-weight:500!important;line-height:1.55}.agreement-check input{width:16px!important;height:16px!important;min-width:16px;margin:3px 0 0!important;padding:0!important;border-radius:4px;accent-color:var(--primary);box-shadow:none!important}.agreement-check span{display:block}.agreement-check a{font-weight:800;color:var(--primary)}.legal-page{min-height:100vh;background:#f4f5fb;padding:34px 18px}.legal-card{max-width:920px;margin:0 auto;background:#fff;border-radius:22px;box-shadow:0 16px 50px rgba(44,55,90,.10);padding:34px}.legal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;color:#172033}.legal-head>div{display:flex;align-items:center;font-size:18px}.legal-head a{border:1px solid #e5e9f3;border-radius:12px;padding:8px 14px;color:#475569;background:#f8fafc}.legal-card h1{margin:0 0 18px;font-size:28px;color:#172033}.legal-content{color:#475569;line-height:1.9;white-space:normal}.legal-content p{margin:0 0 12px}@media (max-width:640px){.legal-card{padding:24px 18px;border-radius:16px}.legal-head{align-items:flex-start;gap:12px;flex-direction:column}.agreement-check{font-size:13px}}

/* v14 forced legal agreement modal */
.agreement-status{margin:-7px 0 14px;color:#94a3b8;font-size:12px;line-height:1.55}.agreement-status.ok{color:#059669}.legal-modal-open{overflow:hidden}.legal-modal-mask{position:fixed;inset:0;z-index:3000;background:rgba(15,23,42,.55);display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(4px)}.legal-modal-mask.show{display:flex}.legal-modal-card{width:min(720px,96vw);max-height:92vh;background:#fff;border-radius:22px;box-shadow:0 30px 100px rgba(15,23,42,.35);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.7)}.legal-modal-head{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #edf0f7;background:linear-gradient(180deg,#fff,#fbfcff)}.legal-modal-head strong{font-size:19px;color:#172033}.legal-modal-head span{height:28px;min-width:48px;border-radius:99px;background:var(--primary-light);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}.legal-modal-tip{padding:12px 24px;background:#f8fafc;border-bottom:1px solid #edf0f7;color:#64748b;font-size:13px}.legal-modal-body{height:48vh;min-height:280px;overflow:auto;padding:24px;color:#475569;line-height:1.9;outline:0;background:#fff;word-break:break-word}.legal-modal-body:focus{box-shadow:inset 0 0 0 2px var(--primary-light)}.legal-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-top:1px solid #edf0f7;background:#fbfcff}.legal-modal-foot span{color:#64748b;font-size:13px}.legal-read-btn{height:42px;border:0;border-radius:13px;background:var(--primary);color:#fff;font-weight:800;padding:0 22px;cursor:pointer;box-shadow:0 10px 18px rgba(108,99,255,.22)}.legal-read-btn:disabled{background:#cbd5e1;color:#fff;box-shadow:none;cursor:not-allowed}.agreement-check input:not(:checked){cursor:pointer}.agreement-check input:checked+span{color:#334155}.agreement-check input:checked+span:after{content:' 已完成';display:inline-flex;margin-left:6px;color:#059669;font-weight:800}@media(max-width:640px){.legal-modal-mask{padding:10px;align-items:flex-end}.legal-modal-card{width:100%;max-height:94vh;border-radius:20px 20px 0 0}.legal-modal-head{height:58px;padding:0 18px}.legal-modal-tip{padding:10px 18px}.legal-modal-body{height:56vh;min-height:260px;padding:18px}.legal-modal-foot{padding:14px 18px;align-items:stretch;flex-direction:column}.legal-read-btn{width:100%}}

/* v15 register page viewport fix: prevent 100% zoom clipping/covering */
body.auth-page{min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;align-items:flex-start;justify-content:center;padding:28px 16px;background-attachment:fixed}.auth-page .auth-card{max-width:calc(100vw - 32px);margin:auto}.auth-page .register-card{min-height:0;height:auto}.register-card .auth-form{justify-content:flex-start;padding-top:36px;padding-bottom:36px}.register-card .auth-hero{min-height:100%;justify-content:center}.register-card .auth-btn{flex:0 0 auto}.legal-modal-mask{overflow-y:auto;align-items:flex-start}.legal-modal-card{margin:auto 0;max-height:calc(100vh - 36px);max-height:calc(100dvh - 36px)}.legal-modal-body{height:auto;max-height:calc(100vh - 245px);max-height:calc(100dvh - 245px);min-height:240px}.legal-modal-open{overflow:hidden!important}
@media (min-width:1001px) and (max-height:860px){.auth-page{padding:18px 12px}.auth-page .auth-card{max-width:calc(100vw - 24px)}.register-card .auth-hero{padding:34px 42px}.register-card .auth-hero h1{font-size:28px;margin:18px 0 8px}.register-card .auth-hero p{font-size:14px}.register-card .hero-stats{margin-top:24px}.register-card .hero-stats div{padding:10px}.register-card .auth-form{padding:28px 34px}.register-card .auth-form h2{font-size:24px}.register-card .auth-form .sub{margin-bottom:14px}.register-card .auth-form label{margin-bottom:10px}.register-card .auth-form input{height:42px}.register-card .captcha-line img{height:42px}.register-card .auth-btn{height:44px}.agreement-status{margin-bottom:10px}}
@media (max-width:1000px){.auth-page{padding:18px 12px;align-items:flex-start}.auth-page .auth-card{width:100%;max-width:720px;margin:0 auto}.register-card .auth-form{padding:34px 24px}.register-card{border-radius:22px}.legal-modal-card{max-height:calc(100vh - 20px);max-height:calc(100dvh - 20px)}.legal-modal-body{max-height:calc(100vh - 220px);max-height:calc(100dvh - 220px)}}
@media (max-height:640px){.legal-modal-mask{padding:8px}.legal-modal-head{height:52px}.legal-modal-tip{padding-top:8px;padding-bottom:8px}.legal-modal-body{min-height:160px;max-height:calc(100vh - 205px);max-height:calc(100dvh - 205px);padding-top:16px;padding-bottom:16px}.legal-modal-foot{padding-top:10px;padding-bottom:10px}.legal-read-btn{height:38px}}
