﻿*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:"Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#1f2937;background:#f5f7fb}a{color:#2563eb;text-decoration:none}img{max-width:100%}.wrap{max-width:1180px;margin:0 auto;padding:18px}.top{background:#111827;color:#fff}.top .wrap{display:flex;justify-content:space-between;align-items:center}.brand{font-size:20px;font-weight:900}.nav a{color:#fff;margin-left:14px}.box{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;margin:0 0 18px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.box h1,.box h2,.box h3{margin-top:0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 8px 20px rgba(15,23,42,.04)}.btn,button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border:0;border-radius:8px;background:#2563eb;color:#fff;padding:0 14px;cursor:pointer;font-weight:700;text-decoration:none;font-size:14px}.btn.gray,button.gray{background:#64748b}.btn.red,button.red{background:#dc2626}.btn.green,button.green{background:#16a34a}input,select,textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;background:#fff;font-size:14px;outline:none}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}textarea{min-height:96px;resize:vertical}label{font-weight:700;font-size:13px;color:#374151}.row{display:grid;gap:6px;margin-bottom:0}.table{width:100%;border-collapse:collapse;background:#fff}.table th{background:#f9fafb;color:#374151;font-weight:800}.table th,.table td{border-bottom:1px solid #e5e7eb;padding:12px 10px;text-align:left;vertical-align:middle}.table tr:last-child td{border-bottom:0}.muted{color:#6b7280;font-size:13px;line-height:1.6}.msg{padding:12px 14px;border-radius:10px;background:#ecfdf5;color:#166534;margin:0 0 16px;border:1px solid #bbf7d0}.err{background:#fef2f2;color:#991b1b;border-color:#fecaca}.status{display:inline-block;padding:4px 9px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:800}.product-img{width:100%;height:150px;object-fit:cover;border-radius:12px;background:#e5e7eb}.login{max-width:420px;margin:8vh auto}

/* 标准后台布局：电脑端优先整齐 */
.admin-body{background:#f3f4f6;color:#111827}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:230px;background:#111827;color:#fff;padding:18px 14px;z-index:30;overflow-y:auto}.admin-brand{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.10)}.admin-brand-main{font-size:20px;font-weight:900;letter-spacing:.5px}.admin-menu{display:grid;gap:6px}.admin-menu a{height:42px;display:flex;align-items:center;padding:0 12px;border-radius:9px;color:#d1d5db;font-weight:700}.admin-menu a:hover{background:#1f2937;color:#fff}.admin-side-line{height:1px;background:rgba(255,255,255,.12);margin:8px 0}.admin-main{margin-left:230px;min-width:0;width:calc(100% - 230px)}.admin-top{height:72px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20}.admin-top h1{font-size:22px;line-height:1;margin:0 0 6px;color:#111827}.admin-top p{margin:0;color:#6b7280;font-size:13px}.admin-top-links{display:flex;gap:10px}.admin-top-links a{height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:8px;background:#f3f4f6;color:#111827;border:1px solid #e5e7eb;font-weight:700}.admin-top-links a:hover{background:#e5e7eb}.admin-content{max-width:1420px;margin:0 auto;padding:24px 28px 40px}.admin-mobile-toggle,.admin-mobile-close,.admin-drawer-mask{display:none}.admin-bubble-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.admin-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;min-height:116px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.admin-bubble .label{color:#6b7280;font-size:13px;font-weight:800}.admin-bubble .num{font-size:34px;line-height:1;margin:12px 0 8px;font-weight:900;color:#111827}.admin-bubble .sub{color:#9ca3af;font-size:13px}.admin-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;margin-bottom:18px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.admin-narrow{max-width:640px}.admin-panel-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #e5e7eb}.admin-panel-title h2{margin:0;font-size:20px;color:#111827}.admin-panel-title p{margin:0;color:#6b7280;font-size:13px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.admin-form-grid.one-col{grid-template-columns:1fr}.span-2{grid-column:span 2}.admin-form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.checkline{display:inline-flex;align-items:center;gap:8px;margin:0;font-weight:700;color:#374151}.checkline input{width:auto}.table-wrap{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.table-wrap .table{min-width:900px}.actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.actions form{display:flex;align-items:center;gap:8px;margin:0}.inline-save{display:flex;align-items:center;gap:10px;margin:0;flex-wrap:wrap}.admin-filter-bar{display:flex;align-items:center;gap:10px;margin:0 0 16px;flex-wrap:wrap}.admin-tabs{display:flex;gap:6px;flex-wrap:wrap}.admin-tabs a{height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border-radius:999px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;font-weight:800;font-size:13px}.admin-tabs a.active{background:#2563eb;color:#fff;border-color:#2563eb}.admin-filter-bar input{width:260px;height:36px}.admin-filter-bar button{min-height:36px}.date-range-sep{font-weight:900;color:#2563eb;padding:0 2px}.product-edit-form{display:grid;grid-template-columns:90px minmax(220px,1fr) auto auto;gap:8px;align-items:center;margin:0}.product-edit-form input[name="tags"]{min-width:220px}.table .btn,.table button{min-height:32px;padding:0 11px;font-size:13px;border-radius:7px}.admin-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-guide-item{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#f9fafb}.admin-guide-item b{display:block;margin-bottom:8px;color:#111827}.admin-guide-item span{color:#6b7280;font-size:13px;line-height:1.7}.pay-switch{display:inline-flex;gap:0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#f9fafb;width:100%;max-width:520px}.pay-switch-btn{flex:1 1 0;min-height:42px;padding:0 16px;border:0;background:transparent;color:#374151;font-weight:800;font-size:14px;cursor:pointer;transition:.18s;border-radius:0}.pay-switch-btn+.pay-switch-btn{border-left:1px solid #e5e7eb}.pay-switch-btn:hover{background:#fff}.pay-switch-btn.active{background:#2563eb;color:#fff}.pay-config-block{transition:none}

/* 后台整体：海洋气泡灵动升级 + 多色调 */
.admin-body{--tone:#2563eb;--tone2:#06b6d4;--tone3:#7dd3fc;--tone-soft:rgba(14,165,233,.13);--tone-shadow:rgba(37,99,235,.18);--side1:#0b2f6f;--side2:#075985;position:relative;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 18% 8%,rgba(125,211,252,.26),transparent 28%),radial-gradient(circle at 92% 18%,rgba(59,130,246,.18),transparent 26%),linear-gradient(180deg,#eff8ff,#f8fbff 46%,#eef6ff);color:#0f172a}.admin-tone-purple{--tone:#7c3aed;--tone2:#ec4899;--tone3:#c4b5fd;--tone-soft:rgba(124,58,237,.13);--tone-shadow:rgba(124,58,237,.18);--side1:#4c1d95;--side2:#9d174d;background:radial-gradient(circle at 18% 8%,rgba(196,181,253,.30),transparent 28%),radial-gradient(circle at 92% 18%,rgba(236,72,153,.16),transparent 26%),linear-gradient(180deg,#f6f2ff,#fff7fb 48%,#f4f0ff)}.admin-tone-green{--tone:#059669;--tone2:#06b6d4;--tone3:#99f6e4;--tone-soft:rgba(5,150,105,.13);--tone-shadow:rgba(5,150,105,.18);--side1:#064e3b;--side2:#0e7490;background:radial-gradient(circle at 18% 8%,rgba(153,246,228,.28),transparent 28%),radial-gradient(circle at 92% 18%,rgba(34,197,94,.16),transparent 26%),linear-gradient(180deg,#effdf7,#f7fffb 48%,#ecfeff)}.admin-tone-orange{--tone:#f97316;--tone2:#f59e0b;--tone3:#fed7aa;--tone-soft:rgba(249,115,22,.13);--tone-shadow:rgba(249,115,22,.18);--side1:#9a3412;--side2:#92400e;background:radial-gradient(circle at 18% 8%,rgba(254,215,170,.34),transparent 28%),radial-gradient(circle at 92% 18%,rgba(245,158,11,.16),transparent 26%),linear-gradient(180deg,#fff7ed,#fffaf4 48%,#fff7ed)}.admin-body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 8% 92%,rgba(255,255,255,.68) 0 9px,transparent 10px),radial-gradient(circle at 24% 78%,rgba(255,255,255,.42) 0 6px,transparent 7px),radial-gradient(circle at 72% 88%,rgba(255,255,255,.52) 0 8px,transparent 9px),radial-gradient(circle at 90% 66%,rgba(255,255,255,.34) 0 5px,transparent 6px);animation:adminSeaBubbles 10s linear infinite;opacity:.72}.admin-body:after{content:"";position:fixed;left:230px;right:-120px;bottom:-180px;height:420px;pointer-events:none;z-index:0;background:radial-gradient(ellipse at 52% 100%,var(--tone-soft),transparent 64%);filter:blur(1px)}.admin-layout{position:relative;z-index:1}.admin-sidebar{background:linear-gradient(180deg,#07152f,#0f2f57 48%,#09203f);border-right:1px solid rgba(125,211,252,.20);box-shadow:18px 0 48px rgba(15,23,42,.18)}.admin-brand{border-bottom-color:rgba(255,255,255,.14)}.admin-brand-main{color:#fff;text-shadow:0 10px 26px rgba(125,211,252,.24)}.admin-menu a{position:relative;overflow:hidden;border:1px solid transparent;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease,border-color .22s ease}.admin-menu a:before{content:"";position:absolute;right:-28px;top:-28px;width:68px;height:68px;border-radius:50%;background:rgba(255,255,255,.10);opacity:0;transition:.24s}.admin-menu a:hover{transform:translateX(4px);background:linear-gradient(135deg,var(--tone),var(--tone2));border-color:rgba(255,255,255,.22);box-shadow:0 12px 30px var(--tone-shadow);color:#fff}.admin-menu a:hover:before{opacity:1;transform:scale(1.14)}.admin-top{background:rgba(255,255,255,.78);border-bottom:1px solid rgba(147,197,253,.38);backdrop-filter:blur(16px);box-shadow:0 10px 32px rgba(15,23,42,.06)}.admin-top h1{color:#0f172a}.admin-top p{color:#64748b}.admin-top-links{align-items:center}.admin-tone-picker{display:flex;align-items:center;gap:7px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.70);border:1px solid rgba(147,197,253,.42);box-shadow:0 10px 24px rgba(37,99,235,.08),inset 0 1px 0 rgba(255,255,255,.9)}.tone-dot{width:22px;height:22px;min-height:22px;padding:0;border-radius:50%;border:2px solid rgba(255,255,255,.9);box-shadow:0 8px 18px rgba(15,23,42,.12);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.tone-dot:hover,.tone-dot.active{transform:translateY(-2px) scale(1.12);box-shadow:0 12px 24px var(--tone-shadow),0 0 0 4px rgba(255,255,255,.72)}.tone-blue{background:linear-gradient(135deg,#2563eb,#06b6d4)}.tone-purple{background:linear-gradient(135deg,#7c3aed,#ec4899)}.tone-green{background:linear-gradient(135deg,#059669,#06b6d4)}.tone-orange{background:linear-gradient(135deg,#f97316,#f59e0b)}.admin-body .box,.admin-panel,.admin-bubble,.admin-guide-item,.table-wrap{position:relative;overflow:hidden;background:rgba(255,255,255,.76);border-color:rgba(147,197,253,.34);box-shadow:0 18px 42px rgba(15,23,42,.07),inset 0 1px 0 rgba(255,255,255,.86);backdrop-filter:blur(14px)}.admin-body .box:before,.admin-panel:before,.admin-bubble:before,.admin-guide-item:before{content:"";position:absolute;right:-34px;top:-34px;width:112px;height:112px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.62),var(--tone-soft) 42%,transparent 68%);pointer-events:none}.admin-bubble{border-radius:24px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;animation:adminBubbleFloat 6.2s ease-in-out infinite}.admin-bubble:nth-child(2n){animation-delay:.65s}.admin-bubble:nth-child(3n){animation-delay:1.25s}.admin-bubble:hover{transform:translateY(-7px) scale(1.02);border-color:rgba(125,211,252,.72);box-shadow:0 28px 64px var(--tone-shadow),inset 0 1px 0 rgba(255,255,255,.96)}.admin-bubble .num{color:var(--tone);text-shadow:0 10px 24px var(--tone-shadow)}.admin-body .btn,.admin-body button,.admin-top-links a,.admin-tabs a,.product-subnav-inline a{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background .2s ease}.admin-body .btn:not(.gray):not(.red):not(.green),.admin-body button:not(.gray):not(.red):not(.green):not(.tone-dot){background:linear-gradient(135deg,var(--tone),var(--tone2));box-shadow:0 12px 24px var(--tone-shadow)}.admin-body .btn:before,.admin-body button:not(.tone-dot):before,.admin-top-links a:before,.admin-tabs a:before,.product-subnav-inline a:before{content:"";position:absolute;inset:-35% -70%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.46),transparent);transform:translateX(-120%) rotate(12deg);transition:.46s;pointer-events:none}.admin-body .btn:hover,.admin-body button:not(.tone-dot):hover,.admin-top-links a:hover,.admin-tabs a:hover,.product-subnav-inline a:hover{transform:translateY(-2px);filter:saturate(1.06);box-shadow:0 16px 32px var(--tone-shadow)}.admin-body .btn:hover:before,.admin-body button:not(.tone-dot):hover:before,.admin-top-links a:hover:before,.admin-tabs a:hover:before,.product-subnav-inline a:hover:before{transform:translateX(120%) rotate(12deg)}.admin-tabs a.active,.product-subnav-inline a.active{background:linear-gradient(135deg,var(--tone),var(--tone2))!important;border-color:transparent!important;color:#fff!important;box-shadow:0 12px 26px var(--tone-shadow)!important}.dashboard-hero{background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.96) 0,rgba(255,255,255,.62) 18%,transparent 19%),linear-gradient(135deg,#06213f,var(--tone) 50%,var(--tone2));box-shadow:0 24px 58px var(--tone-shadow)}.dashboard-chart-card{background:rgba(255,255,255,.78);border-color:rgba(147,197,253,.36)}@keyframes adminSeaBubbles{0%{transform:translateY(52px);opacity:.10}16%{opacity:.72}100%{transform:translateY(-120px);opacity:0}}@keyframes adminBubbleFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:780px){.admin-body:after{left:0}.admin-mobile-toggle{background:linear-gradient(135deg,var(--tone),var(--tone2));border-radius:14px;box-shadow:0 14px 28px var(--tone-shadow)}.admin-tone-picker{gap:5px;padding:6px}.tone-dot{width:18px;height:18px;min-height:18px}.admin-top-links{gap:6px}.admin-top-links a{padding:0 9px}}

/* 后台左侧导航：随右上角色调联动的海洋气泡侧栏 */
.admin-sidebar{overflow:hidden;background:radial-gradient(circle at 18% 9%,rgba(255,255,255,.24),transparent 22%),radial-gradient(circle at 85% 18%,var(--tone-soft),transparent 28%),linear-gradient(180deg,var(--side1),var(--side2) 52%,#06152d);border-right:1px solid rgba(255,255,255,.18);box-shadow:20px 0 58px var(--tone-shadow),inset -1px 0 0 rgba(255,255,255,.12)}.admin-sidebar:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 22% 88%,rgba(255,255,255,.30) 0 7px,transparent 8px),radial-gradient(circle at 72% 74%,rgba(255,255,255,.22) 0 5px,transparent 6px),radial-gradient(circle at 88% 42%,rgba(255,255,255,.18) 0 9px,transparent 10px),radial-gradient(circle at 16% 32%,rgba(255,255,255,.16) 0 4px,transparent 5px);animation:adminSideBubbleRise 8.8s linear infinite;opacity:.78}.admin-sidebar:after{content:"";position:absolute;left:-95px;bottom:-125px;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.20),var(--tone-soft) 42%,transparent 68%);pointer-events:none;filter:blur(1px)}.admin-brand,.admin-menu{position:relative;z-index:1}.admin-brand{height:auto;min-height:62px;margin:0 0 18px;padding:12px;border-radius:20px;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.12);box-shadow:0 18px 38px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.24);backdrop-filter:blur(12px)}.admin-brand-main{display:flex;align-items:center;gap:10px}.admin-brand-main:before{content:"";width:13px;height:13px;border-radius:50%;background:linear-gradient(135deg,#fff,var(--tone3));box-shadow:0 0 0 7px rgba(255,255,255,.10),0 0 22px var(--tone3)}.admin-menu{gap:8px}.admin-menu a{height:44px;margin:0 2px;padding:0 13px;border-radius:16px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(10px)}.admin-menu a:after{content:"";position:absolute;left:12px;bottom:6px;width:18px;height:3px;border-radius:99px;background:rgba(255,255,255,.22);opacity:.0;transition:.22s}.admin-menu a:hover,.admin-menu a.active{transform:translateX(5px) translateY(-1px);background:linear-gradient(135deg,rgba(255,255,255,.26),rgba(255,255,255,.11)),linear-gradient(135deg,var(--tone),var(--tone2));border-color:rgba(255,255,255,.38);box-shadow:0 16px 34px rgba(0,0,0,.16),0 0 28px var(--tone-shadow),inset 0 1px 0 rgba(255,255,255,.38);color:#fff}.admin-menu a:hover:after,.admin-menu a.active:after{opacity:1;width:44px;background:linear-gradient(90deg,#fff,var(--tone3))}.admin-menu-group{position:relative;padding:0;background:transparent;border:0;box-shadow:none}.admin-submenu{display:grid;gap:6px;margin:7px 0 0 14px;padding-left:10px;border-left:1px solid rgba(255,255,255,.18)}.admin-submenu a{height:36px;border-radius:14px;font-size:13px;background:rgba(255,255,255,.07)}.admin-side-line{background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);margin:10px 4px}.admin-mobile-close{background:rgba(255,255,255,.18)!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:none!important}.admin-menu-arrow{margin-left:auto;transition:.2s}.admin-menu-group-open .admin-menu-arrow{transform:rotate(180deg)}@keyframes adminSideBubbleRise{0%{transform:translateY(62px);opacity:.16}18%{opacity:.82}100%{transform:translateY(-90px);opacity:.05}}

/* 前台首页 */
.front-home{background:#eef2f7}.front-shell{width:100%;max-width:430px;margin:0 auto;min-height:100vh;background:#f7f9ff;padding:10px 10px 24px;box-shadow:0 0 0 1px rgba(15,23,42,.04),0 18px 45px rgba(15,23,42,.10)}.front-header{height:48px;display:flex;align-items:center;justify-content:space-between}.front-logo{font-size:20px;font-weight:900;color:#111827}.front-query{height:34px;display:inline-flex;align-items:center;border-radius:999px;background:#fff;color:#2563eb;border:1px solid #dbeafe;padding:0 12px;font-weight:800}.home-carousel{position:relative;height:0;padding-bottom:42%;min-height:168px;border-radius:18px;overflow:hidden;background:#dbeafe;box-shadow:0 12px 28px rgba(37,99,235,.12)}.carousel-track,.carousel-slide{position:absolute;inset:0}.carousel-slide{opacity:0;transition:opacity .35s}.carousel-slide.active{opacity:1}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:6px}.carousel-dots button{width:7px;height:7px;min-height:7px;padding:0;border-radius:50%;background:rgba(255,255,255,.65)}.carousel-dots button.active{width:18px;border-radius:99px;background:#fff}.front-notice{margin:12px 0;padding:10px 12px;border-radius:12px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;font-size:13px;line-height:1.6}.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.quick-btn{height:68px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#111827;box-shadow:0 8px 18px rgba(15,23,42,.04)}.quick-btn span{font-size:22px}.quick-btn b{font-size:12px}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:0 0 14px}.category-btn{height:64px;border-radius:18px;background:radial-gradient(circle at 26% 18%,rgba(255,255,255,.98) 0,rgba(255,255,255,.72) 28%,transparent 29%),linear-gradient(145deg,#ffffff,#eef7ff);border:1px solid rgba(191,219,254,.95);color:#1e3a8a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:900;letter-spacing:.2px;box-shadow:0 12px 24px rgba(37,99,235,.12),inset 0 1px 0 rgba(255,255,255,.98);position:relative;overflow:hidden}.category-btn:before{content:"";position:absolute;right:11px;top:9px;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:-18px 18px 0 rgba(255,255,255,.35)}.category-btn span{font-size:20px;line-height:1}.category-btn b{font-size:12px;line-height:1}.category-btn.active{background:radial-gradient(circle at 26% 18%,rgba(255,255,255,.88) 0,rgba(255,255,255,.28) 30%,transparent 31%),linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;border-color:#93c5fd;box-shadow:0 16px 32px rgba(37,99,235,.30),inset 0 1px 0 rgba(255,255,255,.45)}.product-filter{display:flex;gap:8px;margin:0 0 14px}.product-filter input{height:38px;border-radius:999px}.product-filter button{height:38px;min-height:38px;border-radius:999px;padding:0 16px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin:6px 2px 10px}.section-title h2{margin:0;font-size:20px;color:#111827}.section-title span{font-size:12px;color:#6b7280}.product-list{display:grid;gap:12px}.front-product-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:10px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 20px rgba(15,23,42,.04)}.front-product-img{width:96px;height:96px;border-radius:13px;overflow:hidden;background:#eef2ff;display:block}.front-product-img img{width:100%;height:100%;object-fit:cover;display:block}.img-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#2563eb;font-weight:900}.front-product-info{min-width:0;display:flex;flex-direction:column}.front-product-info h3{font-size:15px;line-height:1.35;margin:0 0 6px;color:#111827}.front-product-desc{margin:0 0 8px;color:#4b5563;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.front-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.front-tags span{font-size:11px;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:2px 6px}.front-sold{margin:0 0 8px}.sold-tag{display:inline-flex;align-items:center;font-size:11px;color:#f97316;background:linear-gradient(90deg,#fff7ed,#ffedd5);border:1px solid #fed7aa;border-radius:999px;padding:2px 8px;font-weight:800;line-height:1.5}.front-product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.front-product-bottom small{color:#9ca3af}.front-product-bottom .btn{min-height:30px;border-radius:999px;padding:0 10px;font-size:12px}
@media(max-width:1100px){.admin-bubble-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-guide{grid-template-columns:1fr}}
@media(max-width:780px){.admin-layout{display:block}.admin-mobile-toggle{display:inline-flex;position:fixed;left:10px;top:10px;z-index:60;width:42px;height:42px;min-height:42px;padding:0;border-radius:8px;background:#111827;color:#fff;font-size:22px}.admin-drawer-mask{display:block;position:fixed;inset:0;background:rgba(17,24,39,.48);z-index:40;opacity:0;pointer-events:none;transition:.2s}.admin-menu-open .admin-drawer-mask{opacity:1;pointer-events:auto}.admin-sidebar{transform:translateX(-105%);transition:.22s;box-shadow:20px 0 45px rgba(0,0,0,.25)}.admin-menu-open .admin-sidebar{transform:translateX(0)}.admin-mobile-close{display:inline-flex;width:32px;height:32px;min-height:32px;padding:0;background:#374151}.admin-main{margin-left:0;width:100%}.admin-top{height:62px;padding:0 10px 0 62px}.admin-top h1,.admin-top p{display:none}.admin-top-links{margin-left:auto}.admin-top-links a{height:36px;padding:0 10px;font-size:12px}.admin-content{padding:78px 10px 24px}.admin-bubble-grid{grid-template-columns:1fr;gap:10px}.admin-bubble{min-height:auto}.admin-form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.admin-form-actions{display:grid;gap:10px}.admin-panel-title{display:block}.admin-panel-title p{margin-top:6px}.box,.admin-panel{border-radius:12px;padding:14px;margin-bottom:14px}.grid{grid-template-columns:1fr}.table{font-size:13px;white-space:nowrap}.wrap{padding:12px}.top .wrap{display:block}.nav{margin-top:10px}.nav a{display:inline-block;margin:6px 10px 0 0}.table button,.table .btn{width:auto;min-height:30px;font-size:12px}.admin-filter-bar{display:grid;grid-template-columns:1fr;align-items:stretch}.admin-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.admin-tabs a{padding:0;font-size:12px}.admin-filter-bar input{width:100%}.product-edit-form{grid-template-columns:1fr;min-width:260px}.btn,button{width:auto}.front-shell{padding:10px 10px 24px}.quick-grid{gap:8px}.quick-btn{height:68px}.quick-btn b{font-size:12px}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.category-btn{height:62px;border-radius:16px}.category-btn span{font-size:19px}.category-btn b{font-size:12px}.front-product-card{grid-template-columns:96px minmax(0,1fr);gap:10px;padding:10px}.front-product-img{width:96px;height:96px}.front-product-info h3{font-size:15px}.front-product-desc{font-size:12px;line-height:1.45}.front-tags span{font-size:11px;padding:2px 6px}.front-product-bottom .btn{min-height:30px;font-size:12px;padding:0 10px}}
.commission-cell{display:grid;gap:5px;align-items:start}.rebate-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.5px}.rebate-instant{background:rgba(245,158,11,.14);color:#fbbf24;border:1px solid rgba(245,158,11,.35)}.rebate-next{background:rgba(34,211,238,.14);color:#22d3ee;border:1px solid rgba(34,211,238,.35)}.rebate-monthly{background:rgba(16,185,129,.14);color:#6ee7b7;border:1px solid rgba(16,185,129,.35)}.rebate-unknown{background:rgba(148,163,184,.12);color:#4b5563;border:1px solid #e5e7eb}.rebate-tabs a.active{box-shadow:0 6px 16px rgba(37,99,235,.18)}
/* 产品管理：科技感布局 */
.product-tech-panel{position:relative;overflow:hidden;background:rgba(7,11,26,.72);border:1px solid rgba(34,211,238,.18);box-shadow:0 14px 36px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.06)}.product-tech-panel:before{content:"";position:absolute;right:-120px;top:-120px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,.14),rgba(99,102,241,.06),transparent 68%);filter:blur(2px);pointer-events:none}.product-tech-panel:after{content:"";position:absolute;left:18%;bottom:-150px;width:360px;height:240px;background:radial-gradient(circle,rgba(34,211,238,.08),transparent 68%);pointer-events:none}.product-tech-title{position:relative;z-index:1}.tech-orbit{position:relative;width:92px;height:54px;flex:0 0 auto}.tech-orbit:before{content:"";position:absolute;inset:4px;border:1px solid rgba(34,211,238,.22);border-radius:999px;transform:rotate(-16deg)}.tech-orbit span{position:absolute;width:10px;height:10px;border-radius:50%;background:#2563eb;box-shadow:0 0 18px rgba(37,99,235,.8);animation:techFloat 2.8s ease-in-out infinite}.tech-orbit span:nth-child(1){left:10px;top:20px}.tech-orbit span:nth-child(2){right:18px;top:8px;background:#a855f7;animation-delay:.35s}.tech-orbit span:nth-child(3){right:32px;bottom:7px;background:#06b6d4;animation-delay:.7s}@keyframes techFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-7px) scale(1.12)}}.product-tech-filter{position:relative;z-index:1;padding:12px;border:1px solid rgba(34,211,238,.18);border-radius:14px;background:rgba(7,11,26,.5);backdrop-filter:blur(14px)}.product-tech-filter .admin-tabs a{background:rgba(255,255,255,.04);border-color:rgba(34,211,238,.18);color:#94a3b8;transition:.18s}.product-tech-filter .admin-tabs a:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(34,211,238,.12);color:#22d3ee}.product-tech-filter .admin-tabs a.active{background:linear-gradient(135deg,#22d3ee,#6366f1);border-color:transparent;color:#fff;box-shadow:0 10px 22px rgba(37,99,235,.22)}.product-tech-wrap{position:relative;z-index:1;border-color:rgba(34,211,238,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.product-tech-table{border-collapse:separate;border-spacing:0}.product-tech-table th{background:linear-gradient(135deg,rgba(34,211,238,.12),rgba(99,102,241,.06));color:#a5f3fc;border-bottom:0;padding:14px 12px}.product-tech-table td{background:rgba(7,11,26,.4);transition:.2s}.product-tech-table tr:hover td{background:rgba(34,211,238,.06);box-shadow:inset 0 1px 0 rgba(34,211,238,.08),inset 0 -1px 0 rgba(34,211,238,.08)}.product-admin-card{display:grid;grid-template-columns:88px minmax(230px,1fr);gap:12px;align-items:center;min-width:340px}.product-admin-imgbox{position:relative;width:88px;height:88px;border-radius:18px;padding:3px;background:linear-gradient(135deg,#38bdf8,#6366f1,#a855f7);box-shadow:0 12px 24px rgba(37,99,235,.16);overflow:hidden}.product-admin-imgbox:after{content:"";position:absolute;inset:-40% -70%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);transform:rotate(18deg);animation:techShine 3.8s ease-in-out infinite}.product-admin-img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;border-radius:15px;background:rgba(7,11,26,.5);display:block}.product-admin-noimg{position:relative;z-index:1;width:100%;height:100%;border-radius:15px;background:rgba(7,11,26,.5);color:#64748b;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;font-weight:900;line-height:1.1}.product-admin-info strong{display:block;color:#f0f9ff;font-size:15px;line-height:1.35;margin-bottom:4px}.product-admin-info .muted{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.tech-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(34,211,238,.10);color:#22d3ee;border:1px solid rgba(34,211,238,.22);font-weight:900;font-size:12px}.tech-status{background:rgba(255,255,255,.04);color:#94a3b8;border:1px solid rgba(34,211,238,.16)}.tech-on{background:rgba(16,185,129,.14);color:#6ee7b7;border:1px solid rgba(16,185,129,.35)}.tech-off{background:rgba(148,163,184,.12);color:#64748b;border:1px solid rgba(148,163,184,.25)}.commission-num{display:inline-block;font-size:22px;line-height:1;color:#fbbf24}.product-tech-edit{grid-template-columns:110px minmax(260px,1fr) 112px 72px;padding:8px;border-radius:12px;background:rgba(7,11,26,.5);border:1px solid rgba(34,211,238,.19);min-width:560px}.product-tech-edit .checkline{white-space:nowrap;justify-content:center}.product-tech-edit button{background:linear-gradient(135deg,#22d3ee,#6366f1);box-shadow:0 8px 18px rgba(34,211,238,.18)}.product-tech-wrap{overflow-x:auto!important;overflow-y:hidden!important}.product-tech-wrap .product-tech-table{min-width:1760px;table-layout:auto}.product-admin-card{grid-template-columns:96px minmax(300px,1fr);min-width:430px}.product-admin-imgbox{width:96px;height:96px}.product-admin-info .muted{-webkit-line-clamp:3}.product-tech-table th,.product-tech-table td{white-space:normal}.product-tech-table .tech-on,.product-tech-table .tech-off{white-space:nowrap;min-width:82px;text-align:center}.product-tech-table th:nth-last-child(3),.product-tech-table td:nth-last-child(3){min-width:160px}.product-tech-table th:nth-last-child(2),.product-tech-table td:nth-last-child(2){min-width:280px}.product-tech-table th:last-child,.product-tech-table td:last-child{min-width:640px}.product-tech-table td:last-child{padding-right:18px}@keyframes techShine{0%,45%{transform:translateX(-120%) rotate(18deg)}70%,100%{transform:translateX(120%) rotate(18deg)}}
@media(max-width:780px){.tech-orbit{display:none}.product-tech-filter{padding:10px}.product-admin-card{grid-template-columns:72px minmax(190px,1fr);min-width:280px}.product-admin-imgbox{width:72px;height:72px;border-radius:16px}.product-admin-img,.product-admin-noimg{border-radius:13px}.product-tech-table th,.product-tech-table td{padding:10px 8px}.product-tech-edit{grid-template-columns:1fr;min-width:260px}}
.admin-menu-group{display:grid;gap:4px}.admin-menu-parent{position:relative;justify-content:space-between}.admin-menu-arrow{margin-left:auto;transition:.18s}.admin-menu-group-open .admin-menu-arrow{transform:rotate(180deg)}.admin-submenu{display:grid;gap:4px;margin:2px 0 6px 12px;padding-left:10px;border-left:1px solid rgba(96,165,250,.35);max-height:0;overflow:hidden;opacity:0;transition:.22s}.admin-menu-group.admin-menu-group-open .admin-submenu{max-height:190px;opacity:1}.admin-submenu a{height:34px!important;font-size:13px!important;color:#c7d2fe!important;background:rgba(59,130,246,.08);border:1px solid rgba(96,165,250,.12)}.admin-submenu a:hover{background:rgba(37,99,235,.22)!important;color:#fff!important;transform:translateX(2px)}.product-subnav-inline{position:relative;z-index:1;display:flex;gap:10px;flex-wrap:wrap;margin:-4px 0 16px;padding:10px;border-radius:14px;background:rgba(7,11,26,.5);border:1px solid rgba(34,211,238,.18)}.product-subnav-inline a{height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(34,211,238,.18);color:#94a3b863,184,.28);font-weight:900;color:#334155;transition:.18s}.product-subnav-inline a:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(37,99,235,.12)}.product-subnav-inline a.active{background:linear-gradient(135deg,#0ea5e9,#7c3aed);border-color:transparent;color:#fff;box-shadow:0 10px 22px rgba(37,99,235,.20)}.bulk-toolbar{position:relative;z-index:1;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 12px;padding:12px;border-radius:14px;background:rgba(255,255,255,.78);border:1px solid rgba(96,165,250,.20)}.bulk-toolbar select{width:180px}.product-add-form{position:relative;z-index:1;padding:16px;border:1px solid rgba(96,165,250,.20);border-radius:14px;background:rgba(255,255,255,.76);backdrop-filter:blur(10px)}
@media(max-width:780px){.admin-menu-group .admin-submenu{max-height:190px;opacity:1}.product-subnav-inline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-subnav-inline a{padding:0 8px}.bulk-toolbar{display:grid;grid-template-columns:1fr}.bulk-toolbar select{width:100%}}


.ops-toolbox{position:relative;z-index:1;margin:0 0 14px;padding:14px;border-radius:18px;background:linear-gradient(135deg,rgba(14,165,233,.10),rgba(124,58,237,.10)),rgba(255,255,255,.82);border:1px solid rgba(96,165,250,.24);box-shadow:0 14px 35px rgba(15,23,42,.08);backdrop-filter:blur(12px)}.ops-toolbox-title{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px}.ops-toolbox-title strong{font-size:16px;color:#0f172a}.ops-toolbox-title span{font-size:13px;color:#64748b}.ops-tool-grid{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;align-items:end}.ops-tool-grid label{display:grid;gap:6px;font-weight:800;color:#334155}.ops-tool-grid label span{font-size:12px;color:#64748b}.ops-tool-grid select,.ops-tool-grid input,.channel-filter-select{height:38px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#fff;padding:0 10px}.ops-tool-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ops-tool-actions button{height:38px;border-radius:12px}.ops-tips{margin-top:10px;padding:10px 12px;border-radius:12px;background:rgba(14,165,233,.08);color:#475569;font-size:13px;line-height:1.65}.channel-filter-select{min-width:180px}.ops-bulk-form{margin:0}
@media(max-width:980px){.ops-tool-grid{grid-template-columns:1fr 1fr}.ops-toolbox-title{display:block}.ops-toolbox-title span{display:block;margin-top:4px}}@media(max-width:620px){.ops-tool-grid{grid-template-columns:1fr}.ops-tool-actions{display:grid}.channel-filter-select{width:100%}}
/* 首页概览：气泡灵动数据大屏 */
.dashboard-hero{position:relative;overflow:hidden;min-height:150px;margin:0 0 18px;padding:24px;border-radius:24px;background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.96) 0,rgba(255,255,255,.62) 18%,transparent 19%),linear-gradient(135deg,#0f172a,#1d4ed8 48%,#06b6d4);box-shadow:0 22px 48px rgba(37,99,235,.22);color:#fff}.dashboard-hero:before{content:"";position:absolute;right:-80px;top:-100px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.16);filter:blur(1px)}.dashboard-hero:after{content:"";position:absolute;left:28%;bottom:-130px;width:360px;height:220px;border-radius:50%;background:rgba(34,211,238,.20);filter:blur(4px)}.dashboard-hero-text{position:relative;z-index:1}.dashboard-hero-text span{font-size:12px;font-weight:900;letter-spacing:2px;color:#bae6fd}.dashboard-hero-text h2{font-size:30px;margin:8px 0 8px}.dashboard-hero-text p{margin:0;color:#dbeafe}.dashboard-float-bubbles i{position:absolute;border-radius:50%;background:rgba(255,255,255,.34);box-shadow:inset 0 1px 3px rgba(255,255,255,.75),0 10px 25px rgba(255,255,255,.08);animation:dashBubble 4.8s ease-in-out infinite}.dashboard-float-bubbles i:nth-child(1){width:24px;height:24px;right:13%;bottom:22px}.dashboard-float-bubbles i:nth-child(2){width:14px;height:14px;right:23%;top:24px;animation-delay:.5s}.dashboard-float-bubbles i:nth-child(3){width:34px;height:34px;right:7%;top:58px;animation-delay:1s}.dashboard-float-bubbles i:nth-child(4){width:12px;height:12px;left:42%;bottom:34px;animation-delay:1.6s}.dashboard-float-bubbles i:nth-child(5){width:18px;height:18px;left:58%;top:28px;animation-delay:2.1s}@keyframes dashBubble{0%,100%{transform:translateY(0) scale(1);opacity:.68}50%{transform:translateY(-16px) scale(1.08);opacity:1}}.dashboard-bubble-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 18px}.dashboard-bubble{position:relative;overflow:hidden;min-height:132px;padding:18px;border-radius:22px;background:rgba(255,255,255,.82);border:1px solid rgba(191,219,254,.7);box-shadow:0 18px 42px rgba(15,23,42,.08);backdrop-filter:blur(14px)}.dashboard-bubble:before{content:"";position:absolute;right:-30px;top:-32px;width:100px;height:100px;border-radius:50%;background:rgba(255,255,255,.50)}.dashboard-bubble:after{content:"";position:absolute;right:26px;bottom:18px;width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.72);box-shadow:-32px -42px 0 rgba(255,255,255,.26),-58px 8px 0 rgba(255,255,255,.18);animation:dashBubble 4.4s ease-in-out infinite}.dashboard-bubble .label{position:relative;z-index:1;color:#475569;font-size:13px;font-weight:900}.dashboard-bubble .num{position:relative;z-index:1;margin:11px 0 8px;font-size:34px;line-height:1;font-weight:1000;color:#0f172a;letter-spacing:-1px}.dashboard-bubble .num.money{font-size:28px}.dashboard-bubble .sub{position:relative;z-index:1;color:#64748b;font-size:12px;line-height:1.5}.bubble-blue{background:linear-gradient(135deg,rgba(239,246,255,.92),rgba(255,255,255,.76))}.bubble-cyan{background:linear-gradient(135deg,rgba(236,254,255,.92),rgba(255,255,255,.76))}.bubble-pink{background:linear-gradient(135deg,rgba(253,242,248,.94),rgba(255,255,255,.76))}.bubble-orange{background:linear-gradient(135deg,rgba(255,247,237,.94),rgba(255,255,255,.76))}.bubble-green{background:linear-gradient(135deg,rgba(240,253,244,.94),rgba(255,255,255,.76))}.bubble-purple{background:linear-gradient(135deg,rgba(245,243,255,.94),rgba(255,255,255,.76))}.bubble-indigo{background:linear-gradient(135deg,rgba(238,242,255,.94),rgba(255,255,255,.76))}.bubble-teal{background:linear-gradient(135deg,rgba(240,253,250,.94),rgba(255,255,255,.76))}.dashboard-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboard-chart-card{position:relative;overflow:hidden;padding:18px;border-radius:22px;background:rgba(255,255,255,.88);border:1px solid rgba(191,219,254,.72);box-shadow:0 18px 42px rgba(15,23,42,.08);backdrop-filter:blur(14px)}.dashboard-chart-card:before{content:"";position:absolute;right:-70px;top:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.17),transparent 65%)}.chart-title{position:relative;z-index:1;display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.chart-title h3{margin:0 0 5px;font-size:18px;color:#0f172a}.chart-title p{margin:0;color:#64748b;font-size:13px}.chart-title span{height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;background:linear-gradient(135deg,#0ea5e9,#7c3aed);color:#fff;font-size:11px;font-weight:900;letter-spacing:.8px}canvas{position:relative;z-index:1;width:100%;display:block}
@media(max-width:1100px){.dashboard-bubble-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-chart-grid{grid-template-columns:1fr}}@media(max-width:620px){.dashboard-hero{padding:18px;border-radius:18px}.dashboard-hero-text h2{font-size:24px}.dashboard-bubble-grid{grid-template-columns:1fr;gap:10px}.dashboard-bubble{min-height:112px;border-radius:18px}.dashboard-chart-card{padding:14px;border-radius:18px}.chart-title{display:block}.chart-title span{margin-top:8px}.dashboard-bubble .num{font-size:30px}.dashboard-bubble .num.money{font-size:25px}}
/* 代理注册页品牌气泡：搬用清沐风格，只改文字 */
.agent-register-page{min-height:100vh;background:radial-gradient(circle at 14% 10%,rgba(59,130,246,.18),transparent 30%),radial-gradient(circle at 88% 18%,rgba(14,165,233,.14),transparent 28%),linear-gradient(135deg,#f8fbff,#eef6ff 48%,#f8fafc)}.agent-qingmu-hero{position:relative;overflow:hidden;text-align:center;margin:0 0 18px;padding:34px 26px;border-radius:14px;background:radial-gradient(circle at 18% 20%,rgba(59,130,246,.24),transparent 30%),radial-gradient(circle at 82% 10%,rgba(14,165,233,.20),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,246,255,.82));border:1px solid rgba(96,165,250,.45);box-shadow:0 8px 22px rgba(15,23,42,.04)}.agent-hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.agent-hero-orb-right{inset:auto -80px -120px auto;width:260px;height:260px;background:rgba(37,99,235,.10)}.agent-hero-orb-left{left:-70px;top:-90px;width:220px;height:220px;background:rgba(125,211,252,.16);filter:blur(1px)}.agent-hero-inner{position:relative;z-index:1;max-width:820px;margin:0 auto}.agent-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:rgba(255,255,255,.58);border:1px solid rgba(147,197,253,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);color:#2563eb;font-weight:900;font-size:13px;letter-spacing:.16em;text-transform:uppercase}.agent-hero-title{margin-top:16px;font-size:32px;line-height:1.25;font-weight:1000;letter-spacing:.08em;color:#0f172a;text-shadow:0 12px 32px rgba(37,99,235,.18)}.agent-hero-line{margin:16px auto 0;width:min(520px,86%);height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.55),rgba(14,165,233,.45),transparent)}.agent-hero-pill{margin-top:16px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:18px;background:rgba(255,255,255,.62);border:1px solid rgba(219,234,254,.95);box-shadow:0 14px 34px rgba(37,99,235,.12);color:#1e40af;font-size:18px;font-weight:900}@media(max-width:620px){.agent-qingmu-hero{padding:28px 16px;border-radius:14px}.agent-hero-badge{font-size:12px;padding:7px 13px}.agent-hero-title{font-size:26px}.agent-hero-pill{font-size:15px;padding:10px 16px;border-radius:16px}}
/* 代理店铺与推广海报 */
.agent-store.theme-purple .front-shell{background:linear-gradient(180deg,#f5f3ff,#fff)}.agent-store.theme-green .front-shell{background:linear-gradient(180deg,#ecfdf5,#fff)}.agent-store.theme-orange .front-shell{background:linear-gradient(180deg,#fff7ed,#fff)}.agent-store.theme-blue .front-shell{background:linear-gradient(180deg,#eff6ff,#fff)}.agent-poster-wrap{display:grid;grid-template-columns:minmax(280px,380px) minmax(260px,1fr);gap:18px;align-items:start}.agent-poster{position:relative;overflow:hidden;min-height:520px;border-radius:28px;padding:34px 26px;color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 24px 60px rgba(37,99,235,.25)}.agent-poster:before{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.20)}.agent-poster:after{content:"";position:absolute;left:-70px;bottom:-90px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.14)}.agent-poster.theme-purple{background:linear-gradient(135deg,#7c3aed,#ec4899)}.agent-poster.theme-green{background:linear-gradient(135deg,#059669,#22c55e)}.agent-poster.theme-orange{background:linear-gradient(135deg,#f97316,#f59e0b)}.agent-poster-badge{position:relative;z-index:1;display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.22);font-weight:900}.agent-poster h2{position:relative;z-index:1;font-size:34px;line-height:1.18;margin:54px 0 18px}.agent-poster p{position:relative;z-index:1;font-size:16px;line-height:1.9;color:rgba(255,255,255,.90)}.agent-poster-link{position:relative;z-index:1;margin-top:54px;padding:14px;border-radius:16px;background:rgba(255,255,255,.20);border:1px solid rgba(255,255,255,.35);font-size:14px;word-break:break-all}.agent-poster-tip{position:absolute;left:26px;right:26px;bottom:24px;z-index:1;color:rgba(255,255,255,.82);font-weight:800}.agent-poster-side{padding:18px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.agent-body .admin-top p{max-width:620px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:780px){.agent-poster-wrap{grid-template-columns:1fr}.agent-poster{min-height:440px;border-radius:22px}.agent-poster h2{font-size:28px;margin-top:38px}}

/* 手机端后台抽屉导航修复与布局优化 */
@media(max-width:780px){
  .admin-menu-open{overflow:hidden}
  .admin-mobile-toggle{z-index:120;width:44px;height:44px;min-height:44px;border-radius:14px;box-shadow:0 12px 30px rgba(15,23,42,.22)}
  .admin-drawer-mask{z-index:80;background:rgba(15,23,42,.52);backdrop-filter:blur(2px)}
  .admin-sidebar{z-index:100;width:min(86vw,320px);padding:14px 12px 20px;border-radius:0 22px 22px 0;box-shadow:24px 0 60px rgba(15,23,42,.32)}
  .admin-brand{height:54px;margin-bottom:12px;padding:0 8px 0 10px}
  .admin-brand-main{font-size:18px}
  .admin-mobile-close{display:inline-flex!important;align-items:center;justify-content:center;width:36px;height:36px;min-height:36px;border-radius:12px;font-size:22px;background:rgba(255,255,255,.16);color:#fff}
  .admin-menu{gap:7px;padding-bottom:20px}
  .admin-menu a{height:46px;padding:0 13px;border-radius:14px;font-size:15px;line-height:1.2;position:relative;z-index:101;touch-action:manipulation}
  .admin-menu-group{position:relative;z-index:101}
  .admin-menu-group .admin-submenu{max-height:260px;opacity:1;margin:4px 0 8px 12px;padding-left:10px;overflow:visible}
  .admin-submenu a{height:40px!important;font-size:14px!important;border-radius:12px!important}
  .admin-top{height:auto;min-height:62px;padding:8px 10px 8px 62px;align-items:center;gap:8px}
  .admin-top-links{gap:6px;max-width:100%;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}
  .admin-top-links::-webkit-scrollbar{display:none}
  .admin-top-links a{height:34px;white-space:nowrap;padding:0 10px;font-size:12px;border-radius:999px}
  .admin-tone-picker{flex:0 0 auto;padding:5px 7px;gap:5px}
  .tone-dot{width:20px;height:20px;min-height:20px}
  .admin-content{padding:76px 10px 28px}
}

/* 手机端首页趋势图紧凑化 */
@media(max-width:620px){
  .dashboard-chart-grid{gap:10px}
  .dashboard-chart-card{padding:11px 10px 9px;border-radius:16px;box-shadow:0 12px 26px rgba(15,23,42,.07)}
  .dashboard-chart-card:before{width:140px;height:140px;right:-48px;top:-58px}
  .chart-title{margin-bottom:4px}
  .chart-title h3{font-size:15px;margin-bottom:2px;line-height:1.25}
  .chart-title p{font-size:11px;line-height:1.35;max-height:30px;overflow:hidden}
  .chart-title span{height:22px;margin-top:5px;padding:0 8px;font-size:10px}
  .dashboard-chart-card canvas{max-height:138px!important}
}

/* 手机端后台导航二次修复：清晰、可滚动、可点击 */
@media(max-width:780px){
  .admin-menu-open .admin-drawer-mask{z-index:70!important;pointer-events:auto!important;opacity:1!important;background:rgba(15,23,42,.42)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .admin-sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;height:100vh!important;max-height:100vh!important;z-index:220!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;pointer-events:auto!important;background:linear-gradient(180deg,#07152f 0%,#0f2f57 48%,#09203f 100%)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;will-change:transform}
  .admin-menu-open .admin-sidebar{transform:translateX(0)!important;pointer-events:auto!important;box-shadow:24px 0 60px rgba(15,23,42,.36)!important}
  .admin-sidebar,.admin-sidebar *{pointer-events:auto!important}
  .admin-menu a,.admin-submenu a,.admin-menu-parent{cursor:pointer!important;-webkit-tap-highlight-color:rgba(125,211,252,.25)}
  .admin-menu a:active{transform:scale(.98)!important;background:linear-gradient(135deg,var(--tone),var(--tone2))!important;color:#fff!important}
  .admin-menu{min-height:max-content!important;padding-bottom:42px!important}
  .admin-submenu{display:block!important;position:relative!important;z-index:221!important}
  .admin-submenu a{display:flex!important;align-items:center!important;color:#dbeafe!important;background:rgba(255,255,255,.07)!important;margin:4px 0!important}
  .admin-submenu a.active,.admin-menu a.active{background:linear-gradient(135deg,var(--tone),var(--tone2))!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important}
}

/* 手机端后台导航最终修复：解决遮罩压住菜单导致点了只收回不跳转 */
@media(max-width:780px){
  .admin-menu-open .admin-layout{position:relative!important;z-index:300!important}
  .admin-menu-open .admin-drawer-mask{z-index:90!important;pointer-events:none!important;background:rgba(15,23,42,.28)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .admin-menu-open .admin-main{pointer-events:none!important}
  .admin-menu-open .admin-sidebar{z-index:320!important;pointer-events:auto!important;transform:translateX(0)!important}
  .admin-menu-open .admin-sidebar *{pointer-events:auto!important}
  .admin-menu-open .admin-mobile-toggle{pointer-events:none!important}
}

/* 手机端后台二级菜单可收起修复 */
@media(max-width:780px){
  .admin-menu-group .admin-submenu{display:none!important;max-height:0!important;opacity:0!important;overflow:hidden!important;margin:0!important;padding-left:0!important;transition:max-height .22s ease,opacity .18s ease,margin .18s ease!important}
  .admin-menu-group.admin-menu-group-open .admin-submenu{display:block!important;max-height:320px!important;opacity:1!important;overflow:visible!important;margin:4px 0 8px 12px!important;padding-left:10px!important}
  .admin-menu-group.admin-menu-group-open .admin-menu-arrow{transform:rotate(180deg)}
  .admin-menu-arrow{display:inline-block;transition:transform .18s ease}
}

/* 手机端后台导航：点击右侧空白遮罩关闭，同时不影响菜单点击 */
@media(max-width:780px){
  .admin-menu-open .admin-layout{position:relative!important;z-index:300!important;pointer-events:none!important}
  .admin-menu-open .admin-sidebar{pointer-events:auto!important;z-index:320!important}
  .admin-menu-open .admin-sidebar *{pointer-events:auto!important}
  .admin-menu-open .admin-main{pointer-events:none!important}
  .admin-menu-open .admin-drawer-mask{z-index:250!important;pointer-events:auto!important;opacity:1!important;background:rgba(15,23,42,.34)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
}

/* 前端首页设置：轮播图上传预览 */
.banner-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-top:10px}
.banner-preview-item{overflow:hidden;border:1px solid rgba(191,219,254,.8);border-radius:14px;background:rgba(255,255,255,.86);box-shadow:0 8px 18px rgba(15,23,42,.05)}
.banner-preview-item img{display:block;width:100%;height:88px;object-fit:cover;background:#e5e7eb}
.banner-preview-item span{display:block;padding:7px 8px;color:#64748b;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.banner-clear{margin-top:10px}
@media(max-width:620px){.banner-preview-grid{grid-template-columns:1fr 1fr;gap:8px}.banner-preview-item img{height:72px}.banner-preview-item span{font-size:11px}}

/* 后台登录页：佳期云号卡系统高级气泡风 */
.admin-login-body{min-height:100vh;margin:0;overflow-x:hidden;background:#071225;color:#0f172a;font-family:"Microsoft YaHei",Arial,sans-serif}
.admin-login-bg{position:fixed;inset:0;overflow:hidden;background:radial-gradient(circle at 18% 14%,rgba(56,189,248,.34),transparent 26%),radial-gradient(circle at 78% 12%,rgba(168,85,247,.26),transparent 24%),radial-gradient(circle at 55% 92%,rgba(14,165,233,.24),transparent 30%),linear-gradient(135deg,#061225 0%,#0c2a4d 46%,#07162d 100%)}
.admin-login-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.10),transparent 28%,rgba(255,255,255,.06) 46%,transparent 70%);opacity:.72}
.admin-login-bg:after{content:"";position:absolute;left:0;right:0;bottom:-90px;height:280px;background:radial-gradient(ellipse at center,rgba(125,211,252,.28),transparent 68%);filter:blur(6px)}
.login-bubble{position:absolute;border-radius:50%;background:radial-gradient(circle at 28% 24%,rgba(255,255,255,.96),rgba(255,255,255,.28) 34%,rgba(56,189,248,.16) 66%,rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px 12px rgba(255,255,255,.36),0 18px 60px rgba(14,165,233,.18);animation:loginBubbleFloat 9s ease-in-out infinite;pointer-events:none}
.login-bubble.b1{width:96px;height:96px;left:7%;top:16%}.login-bubble.b2{width:54px;height:54px;left:18%;bottom:18%;animation-delay:1.1s}.login-bubble.b3{width:130px;height:130px;right:10%;top:13%;animation-delay:.45s}.login-bubble.b4{width:70px;height:70px;right:23%;bottom:15%;animation-delay:1.8s}.login-bubble.b5{width:42px;height:42px;left:51%;top:9%;animation-delay:2.4s}
@keyframes loginBubbleFloat{0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.76}50%{transform:translate3d(0,-24px,0) scale(1.06);opacity:1}}
.admin-login-shell{position:relative;z-index:1;min-height:100vh;display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(340px,430px);align-items:center;gap:44px;width:min(1120px,calc(100% - 48px));margin:0 auto;padding:34px 0}
.admin-login-hero{position:relative;color:#fff;padding:36px 10px}.login-brand-badge{display:inline-flex;align-items:center;height:34px;padding:0 15px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.26);font-size:12px;font-weight:900;letter-spacing:.22em;color:#bfdbfe}.admin-login-hero h1{margin:22px 0 16px;font-size:52px;line-height:1.12;letter-spacing:.06em;font-weight:1000;text-shadow:0 18px 48px rgba(14,165,233,.28)}.admin-login-hero p{max-width:590px;margin:0;color:rgba(226,242,255,.84);font-size:16px;line-height:1.9}.login-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.login-hero-tags span{height:36px;display:inline-flex;align-items:center;padding:0 15px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#e0f2fe;font-weight:800;box-shadow:0 12px 28px rgba(2,6,23,.14)}
.login-orbit{position:absolute;right:32px;bottom:14px;width:156px;height:92px;border:1px solid rgba(255,255,255,.18);border-radius:50%;transform:rotate(-16deg);opacity:.78}.login-orbit i{position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 24px #38bdf8}.login-orbit i:nth-child(1){left:18px;top:41px}.login-orbit i:nth-child(2){right:30px;top:13px;background:#a5f3fc}.login-orbit i:nth-child(3){right:47px;bottom:9px;background:#c4b5fd}
.admin-login-card{position:relative;overflow:hidden;border-radius:30px;padding:28px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(239,248,255,.86));border:1px solid rgba(255,255,255,.76);box-shadow:0 30px 90px rgba(2,6,23,.36),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(16px)}.admin-login-card:before{content:"";position:absolute;right:-80px;top:-80px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.32),rgba(168,85,247,.13),transparent 70%)}.admin-login-card:after{content:"";position:absolute;left:-70px;bottom:-90px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.18),transparent 70%)}.login-card-glow{position:absolute;inset:1px;border-radius:29px;background:linear-gradient(135deg,rgba(255,255,255,.50),transparent 38%,rgba(125,211,252,.12));pointer-events:none}.login-card-head,.login-form,.login-footnote,.login-error{position:relative;z-index:1}.login-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.login-card-head span{display:block;margin-bottom:8px;color:#0284c7;font-weight:1000;font-size:12px;letter-spacing:.18em}.login-card-head h2{margin:0;color:#0f172a;font-size:28px}.login-card-head em{font-style:normal;height:30px;display:inline-flex;align-items:center;padding:0 11px;border-radius:999px;background:#ecfeff;color:#0369a1;border:1px solid #bae6fd;font-weight:900;font-size:12px}.login-form{display:grid;gap:16px}.login-field{margin:0}.login-field label{display:block;margin-bottom:8px;color:#334155;font-weight:900}.login-input-wrap{height:52px;display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:17px;background:rgba(255,255,255,.86);border:1px solid rgba(147,197,253,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 12px 24px rgba(37,99,235,.06);transition:.18s}.login-input-wrap:focus-within{border-color:#38bdf8;box-shadow:0 0 0 4px rgba(14,165,233,.14),0 14px 28px rgba(37,99,235,.10)}.login-input-wrap b{font-size:18px}.login-input-wrap input{height:48px;border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;outline:none!important;min-width:0;width:100%;font-size:15px;color:#0f172a}.login-submit{position:relative;overflow:hidden;width:100%;height:52px;margin-top:4px;border-radius:18px;background:linear-gradient(135deg,#0284c7,#2563eb 52%,#7c3aed);box-shadow:0 18px 36px rgba(37,99,235,.26);font-size:16px;font-weight:1000;letter-spacing:.08em}.login-submit:before{content:"";position:absolute;inset:-40% -80%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);transform:translateX(-120%) rotate(15deg);transition:.55s}.login-submit:hover:before{transform:translateX(120%) rotate(15deg)}.login-footnote{margin:16px 0 0;color:#64748b;font-size:12px;line-height:1.6;text-align:center}.login-error{border-radius:14px;margin-bottom:14px}
@media(max-width:860px){.admin-login-shell{grid-template-columns:1fr;width:min(430px,calc(100% - 28px));gap:16px;padding:22px 0}.admin-login-hero{text-align:center;padding:12px 4px 0}.admin-login-hero h1{font-size:32px;margin:14px 0 10px}.admin-login-hero p{font-size:13px;line-height:1.7}.login-hero-tags{justify-content:center;gap:7px;margin-top:14px}.login-hero-tags span{height:30px;padding:0 10px;font-size:12px}.login-orbit{display:none}.admin-login-card{border-radius:24px;padding:20px}.login-card-head h2{font-size:23px}.login-input-wrap{height:50px}.login-submit{height:50px}}

/* 手机端后台登录页专项修复：避免布局拥挤错乱 */
@media(max-width:620px){
  html,body.admin-login-body{width:100%;min-height:100%;overflow-x:hidden}
  .admin-login-body{display:block;background:#071225}
  .admin-login-bg{position:fixed;inset:0}
  .login-bubble.b1{width:72px;height:72px;left:-18px;top:76px}
  .login-bubble.b2{width:46px;height:46px;left:78%;bottom:18%}
  .login-bubble.b3{width:92px;height:92px;right:-36px;top:24px}
  .login-bubble.b4,.login-bubble.b5{display:none}
  .admin-login-shell{box-sizing:border-box;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;width:100%!important;max-width:none!important;min-height:100vh!important;margin:0!important;padding:22px 14px 26px!important;gap:14px!important}
  .admin-login-hero{box-sizing:border-box;width:100%!important;padding:8px 4px 2px!important;text-align:center!important;color:#fff!important}
  .login-brand-badge{height:28px;padding:0 12px;font-size:10px;letter-spacing:.16em}
  .admin-login-hero h1{margin:12px 0 4px!important;font-size:27px!important;line-height:1.18!important;letter-spacing:.03em!important;white-space:nowrap!important}
  .admin-login-hero p,.login-hero-tags,.login-orbit{display:none!important}
  .admin-login-card{box-sizing:border-box;width:100%!important;max-width:420px!important;margin:0 auto!important;padding:18px 16px!important;border-radius:22px!important;overflow:hidden!important}
  .login-card-head{margin-bottom:14px!important;gap:8px!important;align-items:center!important}
  .login-card-head span{font-size:10px!important;letter-spacing:.14em!important;margin-bottom:5px!important}
  .login-card-head h2{font-size:22px!important;line-height:1.2!important;white-space:nowrap!important}
  .login-card-head em{height:26px;padding:0 9px;font-size:11px;flex:0 0 auto}
  .login-form{gap:12px!important}
  .login-field label{margin-bottom:6px!important;font-size:13px!important}
  .login-input-wrap{box-sizing:border-box;width:100%!important;height:48px!important;border-radius:15px!important;padding:0 12px!important;gap:8px!important}
  .login-input-wrap input{height:46px!important;font-size:14px!important;min-width:0!important}
  .login-submit{height:48px!important;border-radius:15px!important;font-size:15px!important;margin-top:2px!important}
  .login-footnote{margin-top:12px!important;font-size:11px!important}
  .login-error{margin:0 0 12px!important;padding:10px 12px!important;font-size:13px!important}
}
@media(max-width:360px){
  .admin-login-shell{padding-left:10px!important;padding-right:10px!important}
  .admin-login-hero h1{font-size:24px!important}
  .admin-login-card{padding:16px 13px!important}
  .login-card-head h2{font-size:20px!important}
  .login-card-head em{display:none!important}
}

/* 后台全局长内容横向滑动修复：订单、代理、渠道、产品等表格统一可左右滑动 */
.admin-body .admin-main,.admin-body .admin-content,.admin-body .admin-panel{min-width:0!important;max-width:100%!important}
.admin-body .table-wrap{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important;overscroll-behavior-x:contain!important;position:relative!important;z-index:2!important}
.admin-body .table-wrap:after{content:"左右滑动查看更多";position:sticky;left:10px;bottom:0;display:inline-flex;margin:6px 0 0;padding:4px 9px;border-radius:999px;background:rgba(14,165,233,.10);color:#0284c7;border:1px solid rgba(14,165,233,.18);font-size:11px;font-weight:900;pointer-events:none}
.admin-body .table-wrap .table{width:max-content!important;min-width:100%!important;border-collapse:collapse}
.admin-body .table-wrap .table th,.admin-body .table-wrap .table td{white-space:nowrap;vertical-align:middle}
.admin-body .table-wrap .table td .muted,.admin-body .table-wrap .table td small{white-space:nowrap}
.admin-body .table-wrap .actions{flex-wrap:nowrap!important;min-width:max-content}
.admin-body .table-wrap .actions form,.admin-body .table-wrap .inline-save{flex-wrap:nowrap!important;min-width:max-content}
.admin-body .table-wrap input,.admin-body .table-wrap select{min-width:90px}
.order-table{min-width:1680px!important}
.product-tech-table{min-width:1760px!important}
@media(max-width:780px){
  .admin-body{overflow-x:hidden!important}
  .admin-content{box-sizing:border-box;width:100%!important;padding-left:10px!important;padding-right:10px!important;overflow:visible!important}
  .admin-panel,.admin-body .box{box-sizing:border-box;width:100%!important;max-width:100%!important;overflow:visible!important}
  .admin-panel:before,.admin-body .box:before{pointer-events:none!important}
  .admin-body .table-wrap{border-radius:12px!important;margin-left:0!important;margin-right:0!important;padding-bottom:4px!important;overflow-x:scroll!important;overflow-y:hidden!important;scrollbar-width:thin!important}
  .admin-body .table-wrap::-webkit-scrollbar{height:7px}
  .admin-body .table-wrap::-webkit-scrollbar-thumb{background:rgba(37,99,235,.35);border-radius:999px}
  .admin-body .table-wrap .table{font-size:12px!important;min-width:980px!important}
  .admin-body .table-wrap .table th,.admin-body .table-wrap .table td{padding:10px 9px!important;white-space:nowrap!important}
  .admin-body .table-wrap .table button,.admin-body .table-wrap .table .btn{white-space:nowrap!important;flex:0 0 auto!important}
  .order-table{min-width:1760px!important}
  .product-tech-table{min-width:1760px!important}
  .agent-body .table-wrap .table,.admin-body .table-wrap .table{touch-action:pan-x pan-y!important}
}

/* 首页搜索与办理详情页灵动优化 */
.home-search-toggle{height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border-radius:999px;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff!important;font-size:12px;font-weight:900;box-shadow:0 10px 22px rgba(37,99,235,.18)}
.home-search-card{position:relative;margin:0 0 8px;padding:9px;border-radius:18px;background:rgba(255,255,255,.84);border:1px solid rgba(191,219,254,.86);box-shadow:0 12px 26px rgba(37,99,235,.08);backdrop-filter:blur(10px)}
.home-search-card input{height:40px;border-radius:999px;background:#fff}.home-search-card button,.home-search-card .btn{height:40px;min-height:40px;border-radius:999px;white-space:nowrap}.search-result-tip{margin:0 2px 12px;color:#64748b;font-size:12px;font-weight:800}
.order-detail-page{background:#eaf4ff}.order-shell{background:radial-gradient(circle at 18% 0%,rgba(125,211,252,.30),transparent 30%),linear-gradient(180deg,#f0f8ff,#f8fbff 44%,#fff);padding-bottom:30px}.order-hero-card{position:relative;overflow:hidden;display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;margin:4px 0 14px;padding:14px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(239,248,255,.78));border:1px solid rgba(147,197,253,.70);box-shadow:0 18px 42px rgba(37,99,235,.12),inset 0 1px 0 rgba(255,255,255,.94)}
.order-hero-card:before{content:"";position:absolute;right:-70px;top:-80px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.28),rgba(124,58,237,.10),transparent 68%)}.order-hero-card:after{content:"";position:absolute;left:22px;bottom:14px;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.86);box-shadow:42px -96px 0 rgba(255,255,255,.45),300px 28px 0 rgba(125,211,252,.22);animation:dashBubble 4.6s ease-in-out infinite}.order-hero-img,.order-hero-info{position:relative;z-index:1}.order-hero-img{width:132px;height:132px;border-radius:22px;padding:3px;background:linear-gradient(135deg,#38bdf8,#2563eb,#7c3aed);box-shadow:0 16px 32px rgba(37,99,235,.18);overflow:hidden}.order-hero-img img{width:100%;height:100%;object-fit:cover;border-radius:19px;display:block;background:#e5e7eb}.order-hero-img .img-placeholder{border-radius:19px;background:#eff6ff}.order-badge-row{display:flex;gap:7px;flex-wrap:wrap;margin:1px 0 8px}.order-badge-row span{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:11px;font-weight:900}.order-hero-info h1{margin:0 0 8px;color:#0f172a;font-size:20px;line-height:1.28;font-weight:1000}.order-hero-info p{margin:0 0 10px;color:#475569;font-size:13px;line-height:1.65}.order-tags{margin-bottom:0}.order-rules-card,.order-form-card{position:relative;overflow:hidden;margin:0 0 14px;padding:16px;border-radius:22px;background:rgba(255,255,255,.86);border:1px solid rgba(191,219,254,.84);box-shadow:0 16px 36px rgba(15,23,42,.07);backdrop-filter:blur(12px)}.order-rules-card:before,.order-form-card:before{content:"";position:absolute;right:-44px;top:-48px;width:138px;height:138px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.14),transparent 68%)}.order-rules-card h2{position:relative;z-index:1;margin:0 0 10px;font-size:18px;color:#0f172a}.order-rules-content{position:relative;z-index:1;color:#475569;font-size:13px;line-height:1.75}.order-rules-content p{margin:6px 0}.order-form-title{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.order-form-title span{display:block;margin-bottom:5px;color:#0284c7;font-size:11px;font-weight:1000;letter-spacing:.18em}.order-form-title h2{margin:0;color:#0f172a;font-size:22px}.order-form-title em{font-style:normal;height:28px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#ecfeff;color:#0369a1;border:1px solid #bae6fd;font-size:12px;font-weight:900}.order-form-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:12px}.span-full{grid-column:1/-1}.order-region-line{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;border-radius:16px;background:rgba(239,246,255,.70);border:1px solid rgba(191,219,254,.72)}.order-form-grid label{font-weight:900;color:#334155}.order-form-grid input{height:42px;border-radius:13px;border-color:rgba(148,163,184,.45);background:rgba(255,255,255,.92)}.photo-upload-panel{padding:12px;border-radius:18px;background:linear-gradient(135deg,rgba(14,165,233,.08),rgba(124,58,237,.07));border:1px solid rgba(147,197,253,.58)}.photo-upload-title{display:flex;justify-content:space-between;gap:8px;margin-bottom:10px}.photo-upload-title strong{color:#0f172a}.photo-upload-title span{color:#64748b;font-size:12px}.photo-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.photo-upload-item{display:grid;gap:7px;padding:10px;border-radius:14px;background:rgba(255,255,255,.82);border:1px dashed rgba(37,99,235,.30)}.photo-upload-item span{color:#1e40af;font-weight:900;font-size:13px}.photo-upload-item input{height:auto;padding:9px}.order-submit{height:48px;border-radius:16px;background:linear-gradient(135deg,#0284c7,#2563eb 54%,#7c3aed);box-shadow:0 16px 30px rgba(37,99,235,.24);font-size:16px;font-weight:1000;letter-spacing:.08em}
@media(max-width:620px){.home-search-card{gap:7px;padding:8px}.home-search-card input{min-width:0}.home-search-card button,.home-search-card .btn{padding:0 12px;font-size:12px}.order-hero-card{grid-template-columns:112px minmax(0,1fr);gap:11px;padding:12px;border-radius:20px}.order-hero-img{width:112px;height:112px;border-radius:19px}.order-hero-img img,.order-hero-img .img-placeholder{border-radius:16px}.order-hero-info h1{font-size:17px}.order-hero-info p{font-size:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.order-form-grid{grid-template-columns:1fr;gap:11px}.order-region-line{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px}.order-region-line input{padding:10px 8px}.photo-upload-grid{grid-template-columns:1fr}.order-rules-card,.order-form-card{padding:14px;border-radius:19px}}
@media(max-width:360px){.order-hero-card{grid-template-columns:1fr}.order-hero-img{width:100%;height:170px}.order-region-line{grid-template-columns:1fr}.home-search-card{display:grid}.home-search-card .btn,.home-search-card button{width:100%}}

/* 点击办理页省市区县三级选择 */
.order-region-line select{width:100%;min-width:0;height:42px;padding:0 28px 0 10px;border-radius:13px;border:1px solid rgba(148,163,184,.45);background:rgba(255,255,255,.94);color:#0f172a;font-size:14px;outline:0;appearance:auto}.order-region-line select:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(14,165,233,.14)}
@media(max-width:620px){.order-region-line select{height:40px;padding-left:7px;padding-right:18px;font-size:12px}.order-region-line label{font-size:12px}}

/* 收货信息快速识别 */
.quick-recognize{padding:12px;border-radius:18px;background:linear-gradient(135deg,rgba(14,165,233,.09),rgba(37,99,235,.06));border:1px solid rgba(147,197,253,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.quick-recognize>label{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:#0f172a;font-weight:1000}.quick-recognize>label:before{content:"\26A1";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#e0f2fe;color:#0284c7}.quick-recognize-line{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:9px;align-items:stretch}.quick-recognize textarea{width:100%;min-height:76px;resize:vertical;border:1px solid rgba(148,163,184,.45);border-radius:14px;padding:11px 12px;background:rgba(255,255,255,.94);outline:0;font-size:13px;line-height:1.55;color:#0f172a}.quick-recognize textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(14,165,233,.14)}.quick-recognize button{border:0;border-radius:14px;background:linear-gradient(135deg,#06b6d4,#2563eb);color:#fff;font-weight:1000;box-shadow:0 12px 22px rgba(37,99,235,.20);cursor:pointer}.quick-recognize p{margin:7px 2px 0;color:#64748b;font-size:12px;line-height:1.5}
@media(max-width:620px){.quick-recognize{padding:10px}.quick-recognize-line{grid-template-columns:1fr}.quick-recognize button{height:42px}.quick-recognize textarea{min-height:72px;font-size:12px}}

/* 办理页面灵动背景增强 */
body.order-detail-page{position:relative;min-height:100vh;background:linear-gradient(145deg,#dff4ff 0%,#f4ecff 42%,#ecfeff 100%);overflow-x:hidden}body.order-detail-page:before,body.order-detail-page:after{content:"";position:fixed;z-index:-2;pointer-events:none;border-radius:999px;filter:blur(4px);opacity:.9}body.order-detail-page:before{left:-120px;top:-90px;width:320px;height:320px;background:radial-gradient(circle,rgba(14,165,233,.34),rgba(59,130,246,.16),transparent 68%);animation:haokaFloatBg 9s ease-in-out infinite}body.order-detail-page:after{right:-110px;bottom:5%;width:310px;height:310px;background:radial-gradient(circle,rgba(168,85,247,.22),rgba(45,212,191,.15),transparent 70%);animation:haokaFloatBg 11s ease-in-out infinite reverse}.order-detail-page .order-shell{position:relative;overflow:hidden;isolation:isolate;border-left:1px solid rgba(255,255,255,.72);border-right:1px solid rgba(255,255,255,.72);box-shadow:0 0 0 1px rgba(186,230,253,.38),0 30px 80px rgba(37,99,235,.10);background:radial-gradient(circle at 8% 5%,rgba(255,255,255,.85),transparent 17%),radial-gradient(circle at 82% 10%,rgba(125,211,252,.33),transparent 18%),radial-gradient(circle at 15% 46%,rgba(196,181,253,.18),transparent 25%),linear-gradient(180deg,rgba(240,249,255,.88),rgba(248,250,252,.92) 46%,rgba(255,255,255,.96))}.order-detail-page .order-shell:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.70) 0 7px,transparent 8px),radial-gradient(circle at 91% 24%,rgba(255,255,255,.55) 0 11px,transparent 12px),radial-gradient(circle at 18% 73%,rgba(125,211,252,.30) 0 8px,transparent 9px),radial-gradient(circle at 84% 78%,rgba(196,181,253,.30) 0 13px,transparent 14px);animation:haokaBubbleDrift 10s ease-in-out infinite}.order-detail-page .order-shell:after{content:"";position:absolute;left:-35%;top:90px;width:170%;height:150px;z-index:-1;pointer-events:none;background:linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);transform:rotate(-8deg);animation:haokaLightSweep 7s ease-in-out infinite}.order-detail-page .front-header{position:relative;overflow:hidden;margin-bottom:14px;padding:12px 14px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(224,242,254,.62));border:1px solid rgba(186,230,253,.82);box-shadow:0 16px 38px rgba(14,165,233,.10);backdrop-filter:blur(14px)}.order-detail-page .front-header:before{content:"";position:absolute;right:68px;top:-34px;width:98px;height:98px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.20),transparent 68%)}.order-detail-page .front-logo{background:linear-gradient(135deg,#0284c7,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.order-detail-page .front-query{background:rgba(255,255,255,.78);border:1px solid rgba(147,197,253,.72);box-shadow:0 8px 20px rgba(37,99,235,.10)}.order-detail-page .order-hero-card{transform:translateZ(0);background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(224,242,254,.58) 52%,rgba(250,245,255,.66));box-shadow:0 22px 55px rgba(37,99,235,.16),inset 0 1px 0 rgba(255,255,255,.96)}.order-detail-page .order-hero-card:hover{transform:translateY(-2px);transition:.22s ease;box-shadow:0 28px 66px rgba(37,99,235,.18),inset 0 1px 0 rgba(255,255,255,.96)}.order-detail-page .order-hero-img{position:relative}.order-detail-page .order-hero-img:after{content:"";position:absolute;inset:-35%;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.52),transparent 62%);animation:haokaImgShine 4.8s ease-in-out infinite}.order-detail-page .order-rules-card,.order-detail-page .order-form-card{background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(240,249,255,.70));border-color:rgba(147,197,253,.62);box-shadow:0 22px 52px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.88)}.order-detail-page .order-form-card:after{content:"";position:absolute;left:18px;right:18px;top:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#06b6d4,#2563eb,#a855f7,#22c55e);opacity:.72}.order-detail-page .quick-recognize,.order-detail-page .order-region-line,.order-detail-page .photo-upload-panel{background:linear-gradient(135deg,rgba(255,255,255,.70),rgba(224,242,254,.48));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(37,99,235,.06)}.order-detail-page .order-form-grid input,.order-detail-page .order-region-line select,.order-detail-page .quick-recognize textarea{background:rgba(255,255,255,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.order-detail-page .order-submit{position:relative;overflow:hidden}.order-detail-page .order-submit:before{content:"";position:absolute;inset:-70% -30%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.38),transparent);transform:translateX(-70%);animation:haokaBtnShine 3.2s ease-in-out infinite}@keyframes haokaFloatBg{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(18px,22px,0) scale(1.05)}}@keyframes haokaBubbleDrift{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes haokaLightSweep{0%,55%{transform:translateX(-18%) rotate(-8deg);opacity:.16}75%{opacity:.48}100%{transform:translateX(18%) rotate(-8deg);opacity:.14}}@keyframes haokaImgShine{0%,62%{transform:translateX(-70%) rotate(8deg);opacity:0}78%{opacity:.9}100%{transform:translateX(70%) rotate(8deg);opacity:0}}@keyframes haokaBtnShine{0%,55%{transform:translateX(-75%)}100%{transform:translateX(75%)}}
@media(max-width:620px){body.order-detail-page:before{width:230px;height:230px;left:-100px;top:-70px}body.order-detail-page:after{width:240px;height:240px;right:-120px;bottom:12%}.order-detail-page .front-header{border-radius:18px}.order-detail-page .order-shell:after{height:100px;top:70px}.order-detail-page .order-hero-card:hover{transform:none}}



/* 首页IP归属地推荐 */
.home-location-card{margin:10px 0 12px;padding:12px 14px;border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(224,242,254,.66));border:1px solid rgba(147,197,253,.58);box-shadow:0 14px 34px rgba(37,99,235,.10),inset 0 1px 0 rgba(255,255,255,.92)}.home-location-card>div{display:flex;align-items:center;gap:8px;color:#0f172a;font-weight:1000}.home-location-card span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#e0f2fe,#dbeafe);box-shadow:0 8px 18px rgba(14,165,233,.16)}.home-location-card p{margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.55}.home-location-card b{background:linear-gradient(135deg,#0284c7,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}
@media(max-width:620px){.home-location-card{margin:8px 0 10px;padding:10px 12px;border-radius:16px}.home-location-card span{width:25px;height:25px}.home-location-card p{font-size:11px}}

/* 日志管理 */
.log-context-cell{max-width:420px;word-break:break-all;color:#475569;font-size:13px;line-height:1.65}.pager{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.pager a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:10px;background:#fff;border:1px solid rgba(148,163,184,.35);font-weight:800;color:#334155}.pager a.active{background:linear-gradient(135deg,#0ea5e9,#7c3aed);color:#fff;border-color:transparent}
@media(max-width:620px){.log-context-cell{min-width:240px}.pager a{min-width:32px;height:32px}}

/* 订单/代理列表横向滚动终极修复：允许整页向左滑动，避免表格内按钮/输入框抢触摸 */
.admin-wide-page{overflow-x:auto!important;overscroll-behavior-x:contain!important;-webkit-overflow-scrolling:touch!important}
.admin-wide-page .admin-main,.admin-wide-page .admin-content{max-width:none!important}
.admin-wide-page .admin-content{width:max-content!important;min-width:100%!important}
.admin-wide-page .admin-panel,.admin-wide-page .box{max-width:none!important}
.admin-wide-page .table-wrap{max-width:none!important;overflow-x:auto!important;overflow-y:visible!important;touch-action:pan-x pan-y!important}
.admin-wide-page .table-wrap:before{content:'可左右滑动查看完整列表';position:sticky;left:10px;top:0;z-index:5;display:inline-flex;margin:0 0 8px;padding:5px 10px;border-radius:999px;background:rgba(37,99,235,.10);color:#1d4ed8;border:1px solid rgba(37,99,235,.18);font-size:12px;font-weight:900;pointer-events:none}
.admin-orders-wide .admin-content{min-width:1780px!important}
.admin-orders-wide .order-table{width:1780px!important;min-width:1780px!important}
.admin-agents-wide .admin-content{min-width:1380px!important}
.admin-agents-wide .agent-table{width:1380px!important;min-width:1380px!important}
.admin-agents-wide .agent-table th:nth-child(1),.admin-agents-wide .agent-table td:nth-child(1){min-width:210px}
.admin-agents-wide .agent-table th:nth-child(2),.admin-agents-wide .agent-table td:nth-child(2){min-width:300px}
.admin-agents-wide .agent-table th:nth-child(3),.admin-agents-wide .agent-table td:nth-child(3){min-width:320px}
.admin-agents-wide .agent-table th:nth-child(4),.admin-agents-wide .agent-table td:nth-child(4){min-width:260px}
.admin-agents-wide .agent-table th:nth-child(6),.admin-agents-wide .agent-table td:nth-child(6){min-width:260px}
/* 代理店铺链接单元格：固定为独立输入框，后缀信息不再外溢 */
.agent-shop-cell{vertical-align:middle}
.agent-shop-cell .agent-shop-input{
  display:block;width:100%;box-sizing:border-box;
  min-width:240px;max-width:100%;
  height:34px;padding:0 10px;
  font-size:12px;font-family:Consolas,monospace;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  border-radius:8px;
}
.agent-shop-cell .agent-shop-input:focus{outline:none}
@media(max-width:780px){.admin-wide-page{overflow-x:scroll!important}.admin-wide-page .admin-main{width:max-content!important;min-width:100%!important}.admin-wide-page .admin-top{width:100vw!important;position:sticky!important;left:0!important}.admin-wide-page .admin-content{padding-right:18px!important}.admin-wide-page .admin-panel,.admin-wide-page .box{overflow:visible!important}.admin-orders-wide .admin-content{min-width:1780px!important}.admin-agents-wide .admin-content{min-width:1380px!important}}


/* 手机端后台首页八个统计气泡：两列排列，每列四个 */
@media(max-width:620px){.dashboard-bubble-grid,.admin-bubble-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.dashboard-bubble,.admin-bubble{min-height:92px!important;padding:11px 9px!important;border-radius:16px!important}.dashboard-bubble .label,.admin-bubble .label{font-size:11px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dashboard-bubble .num,.admin-bubble .num{font-size:23px!important;line-height:1!important;margin:7px 0 5px!important;letter-spacing:-.5px!important}.dashboard-bubble .num.money{font-size:18px!important}.dashboard-bubble .sub,.admin-bubble .sub{font-size:10px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.dashboard-bubble:before{width:72px!important;height:72px!important;right:-26px!important;top:-26px!important}.dashboard-bubble:after{right:18px!important;bottom:12px!important;width:10px!important;height:10px!important}}
@media(max-width:360px){.dashboard-bubble-grid,.admin-bubble-grid{gap:7px!important}.dashboard-bubble,.admin-bubble{padding:10px 8px!important}.dashboard-bubble .num,.admin-bubble .num{font-size:21px!important}.dashboard-bubble .num.money{font-size:16px!important}}


/* 手机端后台导航：产品管理/代理管理二级菜单默认收起 */
@media(max-width:780px){.admin-menu-group:not(.admin-menu-group-open) .admin-submenu{display:none!important;max-height:0!important;opacity:0!important;overflow:hidden!important;margin:0!important;padding-left:0!important}.admin-menu-group:not(.admin-menu-group-open) .admin-menu-arrow{transform:rotate(0deg)!important}}


/* 手机端后台首页八个气泡：按列填充，左边四个、右边四个 */
@media(max-width:620px){.dashboard-bubble-grid,.admin-bubble-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(4,auto)!important;grid-auto-flow:column!important;align-items:stretch!important}}


/* 手机端后台表格横向滑动修复：渠道管理/订单/日志等宽表格可左滑查看 */
@media(max-width:780px){
  .admin-body .table-wrap{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
    overscroll-behavior-x:contain;
  }
  .admin-body .table-wrap .table{
    min-width:900px!important;
    width:max-content!important;
  }
  .admin-body .table-wrap .actions,
  .admin-body .table-wrap .actions form{
    flex-wrap:nowrap!important;
    min-width:max-content!important;
  }
  .admin-body .table-wrap:after{
    content:"← 左右滑动查看更多 →";
    position:sticky;
    left:0;
    bottom:0;
    display:block;
    width:100%;
    padding:7px 10px;
    background:linear-gradient(90deg,rgba(239,246,255,.96),rgba(255,255,255,.86));
    color:#2563eb;
    font-size:12px;
    font-weight:900;
    text-align:center;
    border-top:1px solid rgba(147,197,253,.45);
    pointer-events:none;
  }
}

/* 安卓手机后台左侧导航终极修复：实色侧栏 + 遮罩在下 + 菜单可点击 */
@media(max-width:780px){
  body.admin-body.admin-menu-open,
  body.admin-menu-open{
    overflow:hidden!important;
  }
  .admin-body .admin-layout,
  .admin-menu-open .admin-layout{
    position:relative!important;
    z-index:auto!important;
    pointer-events:auto!important;
  }
  .admin-body .admin-main,
  .admin-menu-open .admin-main{
    position:relative!important;
    z-index:1!important;
  }
  .admin-menu-open .admin-main{
    pointer-events:none!important;
  }
  .admin-body .admin-drawer-mask{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:900!important;
    opacity:0!important;
    pointer-events:none!important;
    background:rgba(15,23,42,.48)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .admin-menu-open .admin-drawer-mask{
    opacity:1!important;
    pointer-events:auto!important;
  }
  .admin-body .admin-sidebar{
    display:block!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:min(86vw,320px)!important;
    height:100vh!important;
    max-height:100vh!important;
    z-index:1000!important;
    opacity:1!important;
    visibility:visible!important;
    transform:translate3d(-105%,0,0)!important;
    transition:transform .22s ease!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    pointer-events:auto!important;
    background:#07152f!important;
    background-image:linear-gradient(180deg,#07152f 0%,#0b2f57 52%,#06152d 100%)!important;
    color:#fff!important;
    box-shadow:24px 0 60px rgba(2,6,23,.45)!important;
    border-right:1px solid rgba(255,255,255,.16)!important;
    border-radius:0 22px 22px 0!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    filter:none!important;
  }
  .admin-menu-open .admin-sidebar{
    transform:translate3d(0,0,0)!important;
  }
  .admin-body .admin-sidebar:before,
  .admin-body .admin-sidebar:after{
    display:none!important;
    content:none!important;
  }
  .admin-body .admin-brand,
  .admin-body .admin-menu,
  .admin-body .admin-menu-group,
  .admin-body .admin-submenu,
  .admin-body .admin-menu a,
  .admin-body .admin-submenu a,
  .admin-body .admin-mobile-close{
    position:relative!important;
    z-index:1002!important;
    pointer-events:auto!important;
  }
  .admin-body .admin-menu a,
  .admin-body .admin-submenu a,
  .admin-body .admin-menu-parent{
    display:flex!important;
    align-items:center!important;
    color:#e0f2fe!important;
    background:rgba(255,255,255,.10)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    -webkit-tap-highlight-color:rgba(56,189,248,.28)!important;
    touch-action:manipulation!important;
  }
  .admin-body .admin-menu a:active,
  .admin-body .admin-menu a.active,
  .admin-body .admin-submenu a.active{
    color:#fff!important;
    background:linear-gradient(135deg,#2563eb,#06b6d4)!important;
  }
  .admin-body .admin-mobile-toggle{
    z-index:1100!important;
    pointer-events:auto!important;
  }
  .admin-menu-open .admin-mobile-toggle{
    pointer-events:none!important;
  }
  .admin-body .admin-mobile-close{
    display:inline-flex!important;
    color:#fff!important;
    background:rgba(255,255,255,.18)!important;
  }
}

/* 前端设置：下单页面 UI 模板选择 */
.order-template-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.order-template-option{position:relative;overflow:hidden;display:flex;gap:10px;align-items:flex-start;min-height:104px;margin:0;padding:14px;border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,246,255,.72));border:1px solid rgba(147,197,253,.52);box-shadow:0 12px 28px rgba(37,99,235,.08);cursor:pointer;transition:.22s ease}.order-template-option input{width:auto;margin-top:4px}.order-template-option span{display:grid;gap:7px}.order-template-option b{font-size:16px;color:#0f172a}.order-template-option em{font-style:normal;color:#64748b;font-size:13px;line-height:1.55}.order-template-option:after{content:"";position:absolute;right:-38px;bottom:-48px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.16),transparent 68%)}.order-template-option.active,.order-template-option:has(input:checked){border-color:#2563eb;background:linear-gradient(135deg,rgba(239,246,255,.98),rgba(224,242,254,.88));box-shadow:0 16px 34px rgba(37,99,235,.16),inset 0 1px 0 rgba(255,255,255,.9)}.order-template-option.active b,.order-template-option:has(input:checked) b{color:#1d4ed8}@media(max-width:900px){.order-template-picker{grid-template-columns:1fr}.order-template-option{min-height:auto}}

/* 下单页面模板二：蓝紫科技卡片风 */
body.order-template2{background:radial-gradient(circle at 12% 8%,rgba(59,130,246,.35),transparent 30%),radial-gradient(circle at 88% 12%,rgba(168,85,247,.26),transparent 28%),linear-gradient(145deg,#08111f,#111827 46%,#172554)!important;color:#e5e7eb}.order-template2 .order-shell{max-width:460px;background:linear-gradient(180deg,rgba(15,23,42,.94),rgba(30,41,59,.92) 48%,rgba(15,23,42,.96))!important;border-left:1px solid rgba(59,130,246,.34);border-right:1px solid rgba(168,85,247,.28);box-shadow:0 0 0 1px rgba(59,130,246,.20),0 28px 90px rgba(0,0,0,.36)}.order-template2 .front-header{background:linear-gradient(135deg,rgba(30,41,59,.92),rgba(15,23,42,.72));border-color:rgba(96,165,250,.36);box-shadow:0 18px 42px rgba(0,0,0,.20)}.order-template2 .front-logo{background:linear-gradient(135deg,#38bdf8,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.order-template2 .front-query{background:rgba(15,23,42,.76);color:#bfdbfe!important;border-color:rgba(96,165,250,.46)}.order-template2 .order-hero-card{grid-template-columns:1fr;margin-top:8px;padding:16px;border-radius:28px;background:linear-gradient(145deg,rgba(30,41,59,.96),rgba(15,23,42,.84));border-color:rgba(96,165,250,.36);box-shadow:0 22px 56px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08)}.order-template2 .order-hero-card:before{background:radial-gradient(circle,rgba(59,130,246,.34),rgba(168,85,247,.16),transparent 70%)}.order-template2 .order-hero-img{width:100%;height:210px;border-radius:24px;background:linear-gradient(135deg,#06b6d4,#2563eb,#a855f7);box-shadow:0 18px 42px rgba(37,99,235,.28)}.order-template2 .order-hero-img img,.order-template2 .order-hero-img .img-placeholder{border-radius:21px}.order-template2 .order-badge-row span{background:rgba(37,99,235,.20);color:#bfdbfe;border-color:rgba(96,165,250,.38)}.order-template2 .order-hero-info h1,.order-template2 .order-rules-card h2,.order-template2 .order-form-title h2{color:#f8fafc}.order-template2 .order-hero-info p,.order-template2 .order-rules-content,.order-template2 .quick-recognize p,.order-template2 .muted{color:#cbd5e1}.order-template2 .front-tags span{background:rgba(14,165,233,.12);color:#bae6fd;border-color:rgba(56,189,248,.28)}.order-template2 .front-notice{background:rgba(30,41,59,.80);color:#fef3c7;border-color:rgba(251,191,36,.28)}.order-template2 .order-rules-card,.order-template2 .order-form-card{background:linear-gradient(145deg,rgba(30,41,59,.94),rgba(15,23,42,.84));border-color:rgba(96,165,250,.32);box-shadow:0 20px 52px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.07)}.order-template2 .order-form-card:after{background:linear-gradient(90deg,#06b6d4,#6366f1,#a855f7)}.order-template2 .order-form-title span{color:#67e8f9}.order-template2 .order-form-title em{background:rgba(14,165,233,.12);color:#bae6fd;border-color:rgba(56,189,248,.28)}.order-template2 .quick-recognize,.order-template2 .order-region-line,.order-template2 .photo-upload-panel{background:rgba(15,23,42,.56);border-color:rgba(96,165,250,.26)}.order-template2 .quick-recognize>label,.order-template2 .order-form-grid label,.order-template2 .photo-upload-title strong{color:#e0f2fe}.order-template2 .order-form-grid input,.order-template2 .order-region-line select,.order-template2 .quick-recognize textarea{background:rgba(15,23,42,.72);border-color:rgba(148,163,184,.36);color:#f8fafc}.order-template2 .order-form-grid input::placeholder,.order-template2 .quick-recognize textarea::placeholder{color:#94a3b8}.order-template2 .photo-upload-item{background:rgba(15,23,42,.62);border-color:rgba(56,189,248,.32)}.order-template2 .photo-upload-item span{color:#bae6fd}.order-template2 .order-submit{background:linear-gradient(135deg,#06b6d4,#6366f1,#a855f7);box-shadow:0 18px 40px rgba(99,102,241,.32)}

/* 下单页面模板三：暖色轻奢营销风 */
body.order-template3{background:radial-gradient(circle at 10% 10%,rgba(251,191,36,.24),transparent 32%),radial-gradient(circle at 88% 18%,rgba(244,114,182,.20),transparent 30%),linear-gradient(145deg,#fff7ed,#fff1f2 48%,#fffbeb)!important}.order-template3 .order-shell{max-width:450px;background:linear-gradient(180deg,#fffaf3,#fff7ed 48%,#fff)!important;border-left:1px solid rgba(251,146,60,.32);border-right:1px solid rgba(244,114,182,.25);box-shadow:0 26px 74px rgba(180,83,9,.13)}.order-template3 .front-header{background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,237,213,.72));border-color:rgba(251,146,60,.32);box-shadow:0 16px 38px rgba(251,146,60,.13)}.order-template3 .front-logo{background:linear-gradient(135deg,#c2410c,#f97316,#db2777);-webkit-background-clip:text;background-clip:text;color:transparent}.order-template3 .front-query{background:#fff;color:#c2410c!important;border-color:#fed7aa}.order-template3 .order-hero-card{grid-template-columns:118px minmax(0,1fr);padding:14px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,237,213,.72));border-color:rgba(251,146,60,.38);box-shadow:0 18px 46px rgba(251,146,60,.14),inset 0 1px 0 rgba(255,255,255,.96)}.order-template3 .order-hero-card:before{right:-45px;top:-50px;background:radial-gradient(circle,rgba(251,146,60,.26),rgba(244,114,182,.12),transparent 68%)}.order-template3 .order-hero-img{width:118px;height:118px;border-radius:28px;background:linear-gradient(135deg,#f59e0b,#f97316,#ec4899);box-shadow:0 16px 34px rgba(249,115,22,.22)}.order-template3 .order-hero-img img,.order-template3 .order-hero-img .img-placeholder{border-radius:25px}.order-template3 .order-badge-row span{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.order-template3 .order-hero-info h1,.order-template3 .order-rules-card h2,.order-template3 .order-form-title h2{color:#7c2d12}.order-template3 .order-hero-info p,.order-template3 .order-rules-content{color:#78350f}.order-template3 .front-tags span{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.order-template3 .front-notice{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.order-template3 .order-rules-card,.order-template3 .order-form-card{background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,247,237,.82));border-color:rgba(251,146,60,.32);box-shadow:0 18px 42px rgba(180,83,9,.10),inset 0 1px 0 rgba(255,255,255,.94)}.order-template3 .order-form-card:after{background:linear-gradient(90deg,#f59e0b,#f97316,#ec4899)}.order-template3 .order-form-title span{color:#ea580c}.order-template3 .order-form-title em{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.order-template3 .quick-recognize,.order-template3 .order-region-line,.order-template3 .photo-upload-panel{background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,237,213,.48));border-color:rgba(251,146,60,.32)}.order-template3 .quick-recognize>label,.order-template3 .order-form-grid label,.order-template3 .photo-upload-title strong{color:#7c2d12}.order-template3 .quick-recognize>label:before{background:#ffedd5;color:#ea580c}.order-template3 .order-form-grid input,.order-template3 .order-region-line select,.order-template3 .quick-recognize textarea{border-color:rgba(251,146,60,.28);background:#fff}.order-template3 .photo-upload-item{background:rgba(255,255,255,.78);border-color:rgba(249,115,22,.28)}.order-template3 .photo-upload-item span{color:#c2410c}.order-template3 .order-submit{background:linear-gradient(135deg,#f59e0b,#f97316,#ec4899);box-shadow:0 16px 34px rgba(249,115,22,.25)}
@media(max-width:620px){.order-template2 .order-shell,.order-template3 .order-shell{max-width:430px}.order-template2 .order-hero-img{height:186px}.order-template3 .order-hero-card{grid-template-columns:104px minmax(0,1fr);gap:10px;border-radius:22px}.order-template3 .order-hero-img{width:104px;height:104px;border-radius:23px}.order-template3 .order-hero-img img,.order-template3 .order-hero-img .img-placeholder{border-radius:20px}.order-template2 .order-hero-info h1,.order-template3 .order-hero-info h1{font-size:17px}.order-template2 .order-rules-card,.order-template2 .order-form-card,.order-template3 .order-rules-card,.order-template3 .order-form-card{border-radius:20px}.order-template2 .order-form-title,.order-template3 .order-form-title{align-items:flex-start}.order-template2 .order-form-title h2,.order-template3 .order-form-title h2{font-size:20px}}
@media(max-width:360px){.order-template3 .order-hero-card{grid-template-columns:1fr}.order-template3 .order-hero-img{width:100%;height:166px}.order-template2 .order-hero-img{height:170px}}

/* 广梦云办理规则可读化 */
.order-rule-list{display:grid;gap:8px;margin:8px 0 2px;padding:0;list-style:none}.order-rule-list li{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;align-items:start;padding:9px 10px;border-radius:13px;background:rgba(239,246,255,.72);border:1px solid rgba(191,219,254,.72)}.order-rule-list b{color:#1d4ed8;font-size:13px}.order-rule-list span{color:#334155;font-size:13px;line-height:1.65;word-break:break-word}.order-template2 .order-rule-list li{background:rgba(15,23,42,.56);border-color:rgba(96,165,250,.26)}.order-template2 .order-rule-list b{color:#67e8f9}.order-template2 .order-rule-list span{color:#cbd5e1}.order-template3 .order-rule-list li{background:rgba(255,247,237,.78);border-color:rgba(251,146,60,.30)}.order-template3 .order-rule-list b{color:#c2410c}.order-template3 .order-rule-list span{color:#78350f}@media(max-width:620px){.order-rule-list li{grid-template-columns:1fr;gap:4px;padding:9px}.order-rule-list b,.order-rule-list span{font-size:12px}}

/* 前端设置：下单页显示开关 */
.inline-options{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center}.inline-options .checkline{margin:0;padding:10px 13px;border-radius:14px;background:rgba(239,246,255,.72);border:1px solid rgba(147,197,253,.42)}@media(max-width:620px){.inline-options{display:grid;grid-template-columns:1fr}.inline-options .checkline{width:100%}}

/* 前台首页模板四：极简双列图片橱窗 */


/* 首页手动选择所在地 */
.home-location-manual{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(37,99,235,.18)}.home-location-manual label{display:block;margin-bottom:8px;font-size:13px;line-height:1.5;color:#475569}.home-location-selects{display:grid;grid-template-columns:1fr 1fr;gap:8px}.home-location-selects select{width:100%;height:38px;border:1px solid rgba(148,163,184,.45);border-radius:12px;background:#fff;color:#0f172a;padding:0 10px;font-size:14px;outline:none}.home-location-selects select:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}@media(max-width:520px){.home-location-manual label{font-size:12px}.home-location-selects{gap:7px}.home-location-selects select{height:36px;border-radius:10px;font-size:13px;padding:0 7px}}

/* 首页所在地选择：气泡提示 + 手机端省市同排 */
.home-location-card{position:relative;overflow:visible!important}.home-location-manual{position:relative;background:linear-gradient(135deg,#eff6ff,#ffffff 62%,#f5f3ff);border:1px solid rgba(37,99,235,.16)!important;border-radius:18px;padding:13px 12px 12px!important;margin-top:13px!important;box-shadow:0 12px 28px rgba(37,99,235,.10)}.home-location-manual:before{content:"";position:absolute;left:30px;top:-8px;width:14px;height:14px;background:#eff6ff;border-left:1px solid rgba(37,99,235,.16);border-top:1px solid rgba(37,99,235,.16);transform:rotate(45deg)}.home-location-manual label{position:relative;display:flex!important;align-items:flex-start;gap:7px;margin:0 0 10px!important;color:#1e3a8a!important;font-weight:700}.home-location-manual label:before{content:"💡";flex:0 0 auto}.home-location-selects{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:9px!important}.home-location-selects select{min-width:0!important;background:rgba(255,255,255,.96)!important;border-color:rgba(37,99,235,.22)!important;box-shadow:0 6px 14px rgba(15,23,42,.06)}@media(max-width:520px){.home-location-manual{border-radius:16px;padding:12px 10px 10px!important}.home-location-manual:before{left:24px}.home-location-manual label{font-size:12px!important;line-height:1.45}.home-location-selects{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:7px!important}.home-location-selects select{height:36px!important;font-size:12px!important;padding:0 6px!important;border-radius:11px!important}}@media(max-width:340px){.home-location-selects{gap:5px!important}.home-location-selects select{font-size:11px!important;padding:0 4px!important}}

/* 渠道管理手机端增强：按钮更适合触屏 */
@media(max-width:768px){.actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:stretch!important}.actions .btn,.actions button{min-height:36px!important;padding:8px 10px!important;border-radius:10px!important;font-size:12px!important;white-space:nowrap!important}.channel-action-form{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.admin-form-grid .row select#channelTypeSelect{height:42px!important;font-size:14px!important}.admin-form-grid textarea#configJsonTextarea{min-height:120px!important;font-size:12px!important;line-height:1.5!important}.table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}}

/* 172号卡商品图自适应修复：办理页图片完整显示，不裁切 */
.order-detail-page .order-hero-img{background:linear-gradient(135deg,#e0f2fe,#dbeafe,#f5f3ff)!important;display:flex!important;align-items:center!important;justify-content:center!important}
.order-detail-page .order-hero-img img{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important;padding:3px!important}
.order-detail-page .order-rules-content img,.order-detail-page .order-rules-card img{display:block!important;max-width:100%!important;width:auto!important;height:auto!important;margin:8px auto!important;object-fit:contain!important;border-radius:12px!important}
.order-detail-page .order-rules-content table{max-width:100%!important;width:100%!important;display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
@media(max-width:620px){.order-detail-page .order-hero-img{width:112px!important;height:112px!important}.order-detail-page .order-rules-content img,.order-detail-page .order-rules-card img{max-width:100%!important}}
@media(max-width:360px){.order-detail-page .order-hero-img{width:100%!important;height:auto!important;min-height:170px!important}.order-detail-page .order-hero-img img{height:auto!important;max-height:none!important}}

/* 办理页手机端产品图放大修复：不再把产品图塞进小方框，按图片原比例完整展示 */
@media(max-width:620px){
  .order-detail-page .order-hero-card{grid-template-columns:1fr!important;gap:12px!important}
  .order-detail-page .order-hero-img{width:100%!important;height:auto!important;min-height:0!important;padding:4px!important;border-radius:20px!important}
  .order-detail-page .order-hero-img img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;border-radius:16px!important;padding:0!important}
  .order-detail-page .order-hero-info h1{font-size:18px!important}
}

/* 代理等级注册海报 */
.level-poster-cell{display:grid;gap:6px;min-width:220px}.level-poster-cell img{width:70px;height:96px;object-fit:cover;border-radius:10px;border:1px solid #dbeafe;box-shadow:0 8px 20px rgba(37,99,235,.12)}.level-poster-cell input{height:34px;font-size:12px}.agent-level-poster-page{min-height:100vh;margin:0;background:radial-gradient(circle at 12% 8%,rgba(56,189,248,.30),transparent 28%),radial-gradient(circle at 88% 12%,rgba(168,85,247,.22),transparent 26%),linear-gradient(145deg,#e0f2fe,#f8fafc 48%,#f5f3ff);color:#0f172a}.level-poster-shell{width:min(1120px,94vw);margin:0 auto;padding:28px 0;display:grid;grid-template-columns:minmax(320px,520px) minmax(280px,1fr);gap:20px;align-items:start}.level-poster-card{position:relative;overflow:hidden;min-height:720px;border-radius:34px;padding:32px 28px;background:linear-gradient(160deg,#075985,#2563eb 48%,#7c3aed);box-shadow:0 30px 90px rgba(37,99,235,.26),inset 0 1px 0 rgba(255,255,255,.34);color:#fff}.level-poster-bg{position:absolute;border-radius:999px;filter:blur(1px);pointer-events:none}.level-poster-bg-a{right:-90px;top:-80px;width:260px;height:260px;background:radial-gradient(circle,rgba(255,255,255,.34),transparent 70%)}.level-poster-bg-b{left:-100px;bottom:-90px;width:300px;height:300px;background:radial-gradient(circle,rgba(45,212,191,.35),transparent 70%)}.level-poster-topline{position:relative;z-index:1;display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);font-size:12px;font-weight:900;letter-spacing:.08em}.level-poster-brand{position:relative;z-index:1;margin-top:42px;color:rgba(255,255,255,.72);font-weight:1000;letter-spacing:.22em}.level-poster-card h1{position:relative;z-index:1;margin:12px 0 10px;font-size:42px;line-height:1.12;font-weight:1000;letter-spacing:-.04em}.level-poster-sub{position:relative;z-index:1;margin:0;color:rgba(255,255,255,.88);font-size:16px;line-height:1.8}.level-poster-benefits{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:28px 0}.level-poster-benefits span{height:54px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);font-weight:1000;backdrop-filter:blur(10px)}.level-poster-commission{position:relative;z-index:1;margin:0 0 18px;padding:14px 16px;border-radius:18px;background:rgba(15,23,42,.22);border:1px solid rgba(255,255,255,.20);font-weight:900}.level-poster-linkbox{position:relative;z-index:1;margin-top:34px;padding:18px;border-radius:22px;background:rgba(255,255,255,.92);color:#0f172a;box-shadow:0 18px 44px rgba(15,23,42,.18)}.level-poster-linkbox em{display:block;margin-bottom:8px;color:#2563eb;font-style:normal;font-size:13px;font-weight:1000}.level-poster-linkbox strong{display:block;word-break:break-all;font-size:15px;line-height:1.55}.level-poster-footer{position:absolute;left:28px;right:28px;bottom:24px;z-index:1;color:rgba(255,255,255,.78);font-size:13px;font-weight:900;text-align:center}.level-poster-card.has-custom{padding:0;background:#fff;display:flex;align-items:center;justify-content:center}.level-poster-custom-img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}.level-poster-custom-link{position:absolute;left:18px;right:18px;bottom:18px;padding:12px 14px;border-radius:16px;background:rgba(15,23,42,.72);color:#fff;backdrop-filter:blur(10px);box-shadow:0 14px 34px rgba(15,23,42,.25)}.level-poster-custom-link strong{display:block;margin-bottom:4px}.level-poster-custom-link span{display:block;word-break:break-all;font-size:12px;line-height:1.45}.level-poster-side{border-radius:24px;padding:18px;background:rgba(255,255,255,.86);border:1px solid rgba(191,219,254,.78);box-shadow:0 18px 44px rgba(37,99,235,.10);backdrop-filter:blur(12px)}.level-poster-side h2{margin:0 0 8px}.level-poster-side input{width:100%;height:42px;border-radius:12px;border:1px solid #cbd5e1;padding:0 12px}.level-poster-side label{display:block;margin:12px 0 6px;font-weight:900}.level-poster-side .btn,.level-poster-side button{margin-top:8px}
@media(max-width:760px){.level-poster-shell{grid-template-columns:1fr;padding:12px 0}.level-poster-card{min-height:auto;border-radius:26px;padding:26px 20px 70px}.level-poster-card h1{font-size:34px}.level-poster-benefits{grid-template-columns:1fr 1fr;gap:8px}.level-poster-benefits span{height:46px}.level-poster-card.has-custom{padding:0}.level-poster-custom-img{width:100%;height:auto}.level-poster-side{border-radius:20px}}

/* 排行榜滚动容器 */
.rank-scroll-container {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  margin-top: 8px;
}

/* 滚动条样式 */
.rank-scroll-container::-webkit-scrollbar {
  width: 6px;
}
.rank-scroll-container::-webkit-scrollbar-track {
  background: rgba(148, 163, 184, 0.1);
  border-radius: 3px;
}
.rank-scroll-container::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.4);
  border-radius: 3px;
}
.rank-scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(148, 163, 184, 0.6);
}

/* 排行榜列表 */
.rank-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rank-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(248, 250, 252, 0.85);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.rank-item:hover {
  background: rgba(241, 245, 249, 0.95);
  transform: translateX(2px);
}

/* 排名数字 */
.rank-num {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  background: rgba(148, 163, 184, 0.15);
  color: #64748b;
  flex-shrink: 0;
  z-index: 1;
}
.rank-num.top {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff;
  box-shadow: 0 3px 8px rgba(245, 158, 11, 0.3);
}
.rank-item:nth-child(2) .rank-num.top {
  background: linear-gradient(135deg, #94a3b8, #64748b);
  box-shadow: 0 3px 8px rgba(100, 116, 139, 0.3);
}
.rank-item:nth-child(3) .rank-num.top {
  background: linear-gradient(135deg, #d97706, #b45309);
  box-shadow: 0 3px 8px rgba(180, 83, 9, 0.3);
}

/* 名称 */
.rank-name {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

/* 数量 */
.rank-count {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  flex-shrink: 0;
  z-index: 1;
}

/* 进度条 */
.rank-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  border-radius: 0 0 10px 10px;
  opacity: 0.6;
}

/* 空状态 */
.rank-empty {
  text-align: center;
  padding: 40px 20px;
  color: #94a3b8;
  font-size: 14px;
}

/* ============================================================
   夜曦科技号卡系统主题  YEXI THEME
   深空青蓝霓虹主视觉，作用于 .yexi-theme / .admin-tone-yexi
   ============================================================ */
.admin-body.yexi-theme{
  --tone:#22d3ee;
  --tone2:#6366f1;
  --tone3:#a5f3fc;
  --tone-soft:rgba(34,211,238,.14);
  --tone-shadow:rgba(34,211,238,.28);
  --bg-0:#070b1a;
  --bg-1:#0a1230;
  --bg-2:#0f1a3d;
  --panel:rgba(15,23,42,.62);
  --panel-border:rgba(34,211,238,.18);
  --txt-1:#e2e8f0;
  --txt-2:#94a3b8;
  --txt-3:#64748b;
  --ok:#10b981;
  --warn:#f59e0b;
  --danger:#ef4444;
  background:var(--bg-0);
  color:var(--txt-1);
  min-height:100vh;
  overflow-x:hidden;
}
.admin-tone-yexi{--tone:#22d3ee;--tone2:#6366f1;--tone3:#a5f3fc;--tone-soft:rgba(34,211,238,.14);--tone-shadow:rgba(34,211,238,.28)}
/* 极光背景层 */
.yexi-aurora{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.yexi-aurora span{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;animation:yexiDrift 18s ease-in-out infinite}
.yexi-aurora span:nth-child(1){left:-6%;top:-8%;width:480px;height:480px;background:radial-gradient(circle,#22d3ee,transparent 62%)}
.yexi-aurora span:nth-child(2){right:-8%;top:6%;width:520px;height:520px;background:radial-gradient(circle,#6366f1,transparent 62%);animation-delay:-6s}
.yexi-aurora span:nth-child(3){left:38%;bottom:-12%;width:560px;height:560px;background:radial-gradient(circle,#1e3a8a,transparent 64%);animation-delay:-12s}
@keyframes yexiDrift{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-24px) scale(1.08)}}
.admin-body.yexi-theme .admin-layout{position:relative;z-index:1}
/* ===== 侧栏 ===== */
.admin-body.yexi-theme .yexi-sidebar{
  background:linear-gradient(180deg,#0a1230 0%,#070b1a 100%);
  border-right:1px solid var(--panel-border);
  box-shadow:18px 0 48px rgba(0,0,0,.45);
  display:flex;flex-direction:column;
}
.admin-body.yexi-theme .yexi-sidebar:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 18% 9%,rgba(34,211,238,.16),transparent 26%),radial-gradient(circle at 88% 18%,rgba(99,102,241,.14),transparent 30%);
}
.admin-body.yexi-theme .yexi-sidebar:after{
  content:"";position:absolute;left:0;right:0;top:0;height:2px;
  background:linear-gradient(90deg,transparent,#22d3ee,#6366f1,transparent);
  opacity:.6;
}
.admin-body.yexi-theme .yexi-logo{
  position:relative;z-index:1;display:flex;align-items:center;gap:12px;
  padding:16px 12px;margin-bottom:12px;border-radius:16px;
  background:rgba(34,211,238,.06);border:1px solid var(--panel-border);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.admin-body.yexi-theme .yexi-logo-mark{flex:0 0 auto;position:relative}
.admin-body.yexi-theme .yexi-logo-mark:after{
  content:"";position:absolute;inset:-6px;border-radius:50%;
  background:radial-gradient(circle,rgba(34,211,238,.35),transparent 70%);
  animation:yexiPulse 3.2s ease-in-out infinite;z-index:-1;
}
@keyframes yexiPulse{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:.9;transform:scale(1.15)}}
.admin-body.yexi-theme .yexi-logo-text{flex:1 1 auto;min-width:0}
.admin-body.yexi-theme .yexi-logo-text strong{display:block;font-size:16px;font-weight:900;color:#f0f9ff;letter-spacing:1px;text-shadow:0 0 16px rgba(34,211,238,.5)}
.admin-body.yexi-theme .yexi-logo-text span{display:block;font-size:11px;color:var(--txt-3);letter-spacing:1.5px;margin-top:2px}
.admin-body.yexi-theme .yexi-menu{position:relative;z-index:1;flex:1 1 auto;overflow-y:auto}
.admin-body.yexi-theme .yexi-menu::-webkit-scrollbar{width:4px}
.admin-body.yexi-theme .yexi-menu::-webkit-scrollbar-thumb{background:rgba(34,211,238,.4);border-radius:4px}
.admin-body.yexi-theme .yexi-menu a{
  height:44px;display:flex;align-items:center;gap:11px;
  margin:3px 2px;padding:0 13px;border-radius:12px;
  color:var(--txt-2);font-weight:700;font-size:14px;
  background:rgba(255,255,255,.03);
  border:1px solid transparent;
  transition:all .22s ease;position:relative;overflow:hidden;
}
.admin-body.yexi-theme .yexi-menu a .yexi-ico{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:var(--txt-3);flex:0 0 auto;transition:color .22s}
.admin-body.yexi-theme .yexi-menu a:hover,.admin-body.yexi-theme .yexi-menu a.active{
  transform:translateX(4px);
  color:#f0f9ff;
  background:linear-gradient(90deg,rgba(34,211,238,.18),rgba(99,102,241,.10));
  border-color:var(--panel-border);
  box-shadow:0 8px 22px rgba(34,211,238,.18),inset 0 1px 0 rgba(255,255,255,.08);
}
.admin-body.yexi-theme .yexi-menu a:hover .yexi-ico,.admin-body.yexi-theme .yexi-menu a.active .yexi-ico{color:#22d3ee;text-shadow:0 0 12px rgba(34,211,238,.6)}
.admin-body.yexi-theme .yexi-menu a:after{
  content:"";position:absolute;left:0;top:50%;width:3px;height:0;background:#22d3ee;border-radius:0 4px 4px 0;transform:translateY(-50%);transition:height .22s;box-shadow:0 0 12px #22d3ee;
}
.admin-body.yexi-theme .yexi-menu a:hover:after,.admin-body.yexi-theme .yexi-menu a.active:after{height:22px}
.admin-body.yexi-theme .admin-menu-group{padding:0;border-radius:0;background:transparent;border:0;box-shadow:none}
.admin-body.yexi-theme .admin-menu-parent{justify-content:space-between!important}
.admin-body.yexi-theme .admin-submenu a{height:36px!important;font-size:13px!important;margin-left:4px;color:var(--txt-3)!important;background:rgba(255,255,255,.03)!important;border:1px solid transparent!important}
.admin-body.yexi-theme .admin-submenu a:hover{color:#22d3ee!important;background:rgba(34,211,238,.10)!important;transform:translateX(3px)}
.admin-body.yexi-theme .admin-side-line{height:1px;background:linear-gradient(90deg,transparent,rgba(34,211,238,.35),transparent);margin:12px 4px}
.admin-body.yexi-theme .yexi-side-foot{position:relative;z-index:1;padding:12px 14px;border-top:1px solid var(--panel-border);margin-top:auto}
.admin-body.yexi-theme .yexi-side-stat{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--txt-2);font-weight:700}
.admin-body.yexi-theme .yexi-side-stat .dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 10px #10b981;animation:yexiBreath 2s ease-in-out infinite}
@keyframes yexiBreath{0%,100%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}
.admin-body.yexi-theme .yexi-side-ver{font-size:11px;color:var(--txt-3);margin-top:6px;letter-spacing:.5px}
/* ===== 顶栏 ===== */
.admin-body.yexi-theme .yexi-top{
  background:rgba(10,18,48,.62);
  border-bottom:1px solid var(--panel-border);
  backdrop-filter:blur(16px);
  box-shadow:0 8px 28px rgba(0,0,0,.28);
}
.admin-body.yexi-theme .yexi-top-left h1{color:#f0f9ff;font-size:20px;text-shadow:0 0 18px rgba(34,211,238,.35)}
.admin-body.yexi-theme .yexi-top-left p{color:var(--txt-3);font-size:13px}
.admin-body.yexi-theme .yexi-top-right{align-items:center;gap:10px}
.admin-body.yexi-theme .yexi-clock{
  font-family:Consolas,"Courier New",monospace;font-size:13px;color:#22d3ee;
  padding:7px 12px;border-radius:10px;background:rgba(34,211,238,.08);border:1px solid var(--panel-border);
  text-shadow:0 0 10px rgba(34,211,238,.5);letter-spacing:.5px;font-weight:700;
}
/* 顶栏音乐播放器按钮 */
.admin-body.yexi-theme .yexi-music-btn{
  display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;border-radius:10px;cursor:pointer;
  background:linear-gradient(135deg,rgba(99,102,241,.18),rgba(34,211,238,.14));
  border:1px solid rgba(129,140,248,.42);color:#c7d2fe;font-size:13px;font-weight:700;letter-spacing:.3px;
  transition:all .25s ease;box-shadow:0 0 0 rgba(99,102,241,0);
}
.admin-body.yexi-theme .yexi-music-btn:hover{
  border-color:rgba(129,140,248,.8);color:#e0e7ff;
  box-shadow:0 0 18px rgba(99,102,241,.45),inset 0 0 12px rgba(99,102,241,.18);
}
.admin-body.yexi-theme .yexi-music-btn svg{transition:transform .3s ease}
.admin-body.yexi-theme .yexi-music-btn:hover svg{transform:rotate(8deg)}
.admin-body.yexi-theme .yexi-music-btn.playing{
  border-color:rgba(34,211,238,.85);color:#67e8f9;
  background:linear-gradient(135deg,rgba(34,211,238,.22),rgba(99,102,241,.18));
  box-shadow:0 0 18px rgba(34,211,238,.5),inset 0 0 12px rgba(34,211,238,.2);
  animation:yexiMusicPulse 1.6s ease-in-out infinite;
}
.admin-body.yexi-theme .yexi-music-btn.playing svg{animation:yexiMusicSpin 3.2s linear infinite}
@keyframes yexiMusicPulse{0%,100%{box-shadow:0 0 16px rgba(34,211,238,.4),inset 0 0 12px rgba(34,211,238,.18)}50%{box-shadow:0 0 28px rgba(34,211,238,.7),inset 0 0 18px rgba(34,211,238,.28)}}
@keyframes yexiMusicSpin{from{transform:rotate(0)}to{transform:rotate(360deg)}}
/* 歌曲名（最长 16 字截断，避免顶栏挤压） */
.admin-body.yexi-theme .yexi-music-label{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* 跳动音波柱（播放时显示） */
.admin-body.yexi-theme .yexi-music-bars{display:none;align-items:flex-end;gap:2px;height:14px}
.admin-body.yexi-theme .yexi-music-bars i{width:3px;height:100%;border-radius:2px;background:linear-gradient(180deg,#67e8f9,#818cf8);transform-origin:bottom;transform:scaleY(.3)}
.admin-body.yexi-theme .yexi-music-bars.on{display:inline-flex}
.admin-body.yexi-theme .yexi-music-bars.on i:nth-child(1){animation:yexiBar 0.9s ease-in-out infinite}
.admin-body.yexi-theme .yexi-music-bars.on i:nth-child(2){animation:yexiBar 0.7s ease-in-out infinite .2s}
.admin-body.yexi-theme .yexi-music-bars.on i:nth-child(3){animation:yexiBar 1.1s ease-in-out infinite .4s}
@keyframes yexiBar{0%,100%{transform:scaleY(.3)}50%{transform:scaleY(1)}}
@media (max-width:760px){.admin-body.yexi-theme .yexi-music-label{display:none}.admin-body.yexi-theme .yexi-music-btn{padding:0 9px}}
.admin-body.yexi-theme .admin-tone-picker{
  background:rgba(255,255,255,.04);border-color:var(--panel-border);box-shadow:none;
}
.admin-body.yexi-theme .tone-yexi{background:linear-gradient(135deg,#0a1230,#22d3ee)!important;border-color:rgba(34,211,238,.5)}
.admin-body.yexi-theme .yexi-admin-chip{
  display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:10px;
  background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.35);color:#c7d2fe;font-size:13px;font-weight:700;
}
.admin-body.yexi-theme .yexi-admin-chip .yexi-ico{color:#818cf8}
.admin-body.yexi-theme .yexi-top-right a{
  height:32px;padding:0 12px;border-radius:10px;background:rgba(255,255,255,.04);
  border:1px solid var(--panel-border);color:var(--txt-2);font-weight:700;font-size:13px;transition:all .2s;
}
.admin-body.yexi-theme .yexi-top-right a:hover{color:#22d3ee;background:rgba(34,211,238,.12);border-color:rgba(34,211,238,.5);transform:translateY(-1px)}
/* ===== 主区/内容 ===== */
.admin-body.yexi-theme .yexi-content{max-width:1440px;margin:0 auto;padding:24px 28px 40px}
.admin-body.yexi-theme .yexi-content::-webkit-scrollbar{height:8px}
.admin-body.yexi-theme .yexi-content::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#22d3ee,#6366f1);border-radius:8px}
/* ===== 玻璃面板/卡片 ===== */
.admin-body.yexi-theme .box,
.admin-body.yexi-theme .admin-panel,
.admin-body.yexi-theme .dashboard-chart-card,
.admin-body.yexi-theme .admin-bubble,
.admin-body.yexi-theme .admin-guide-item{
  background:var(--panel);
  border:1px solid var(--panel-border);
  border-radius:18px;
  box-shadow:0 14px 38px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(18px);
  color:var(--txt-1);
  position:relative;
  overflow:hidden;
}
.admin-body.yexi-theme .box:before,
.admin-body.yexi-theme .admin-panel:before{
  content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px;border-radius:50%;
  background:radial-gradient(circle,var(--tone-soft),transparent 68%);pointer-events:none;
}
.admin-body.yexi-theme .admin-panel-title{border-bottom-color:var(--panel-border)}
.admin-body.yexi-theme .admin-panel-title h2{color:#f0f9ff;text-shadow:0 0 14px rgba(34,211,238,.25)}
.admin-body.yexi-theme .admin-panel-title p,.admin-body.yexi-theme .muted{color:var(--txt-3)}
.admin-body.yexi-theme .box h1,.admin-body.yexi-theme .box h2,.admin-body.yexi-theme .box h3{color:#f0f9ff}
/* ===== 表单/输入框 ===== */
.admin-body.yexi-theme input,
.admin-body.yexi-theme select,
.admin-body.yexi-theme textarea{
  background:rgba(7,11,26,.6);border:1px solid var(--panel-border);color:var(--txt-1);
  border-radius:10px;transition:all .2s;
}
.admin-body.yexi-theme input:focus,
.admin-body.yexi-theme select:focus,
.admin-body.yexi-theme textarea:focus{
  outline:none;border-color:#22d3ee;box-shadow:0 0 0 3px rgba(34,211,238,.15);background:rgba(7,11,26,.8);
}
.admin-body.yexi-theme input::placeholder,.admin-body.yexi-theme textarea::placeholder{color:var(--txt-3)}
.admin-body.yexi-theme label{color:var(--txt-2)}
.admin-body.yexi-theme .checkline{color:var(--txt-2)}
.admin-body.yexi-theme .checkline input{accent-color:#22d3ee}
.admin-body.yexi-theme .admin-tabs a{
  background:rgba(255,255,255,.04);border:1px solid var(--panel-border);color:var(--txt-2);
}
.admin-body.yexi-theme .admin-tabs a.active{
  background:linear-gradient(135deg,#22d3ee,#6366f1)!important;color:#070b1a!important;
  border-color:transparent!important;box-shadow:0 8px 20px rgba(34,211,238,.35)!important;font-weight:900;
}
.admin-body.yexi-theme .admin-filter-bar input,
.admin-body.yexi-theme .admin-filter-bar select{background:rgba(7,11,26,.6)}
/* ===== 按钮 ===== */
.admin-body.yexi-theme .btn,
.admin-body.yexi-theme button:not(.tone-dot):not(.admin-mobile-toggle):not(.admin-mobile-close){
  background:linear-gradient(135deg,#22d3ee,#6366f1)!important;color:#070b1a!important;
  font-weight:900;border:0;border-radius:10px;transition:all .22s;position:relative;overflow:hidden;
  box-shadow:0 8px 22px rgba(34,211,238,.3);
}
.admin-body.yexi-theme .btn.gray,.admin-body.yexi-theme button.gray{
  background:rgba(148,163,184,.18)!important;color:var(--txt-2)!important;box-shadow:none;border:1px solid var(--panel-border);
}
.admin-body.yexi-theme .btn.red,.admin-body.yexi-theme button.red{
  background:linear-gradient(135deg,#ef4444,#b91c1c)!important;color:#fff!important;
}
.admin-body.yexi-theme .btn.green,.admin-body.yexi-theme button.green{
  background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important;box-shadow:0 8px 22px rgba(16,185,129,.3);
}
.admin-body.yexi-theme .btn.blue,.admin-body.yexi-theme button.blue{
  background:linear-gradient(135deg,#3b82f6,#6366f1)!important;color:#fff!important;
}
.admin-body.yexi-theme .btn:hover,.admin-body.yexi-theme button:hover{
  transform:translateY(-2px);filter:brightness(1.12);box-shadow:0 14px 30px rgba(34,211,238,.45);
}
.admin-body.yexi-theme .btn:after,.admin-body.yexi-theme button:not(.tone-dot):after{
  content:"";position:absolute;inset:-40% -70%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);
  transform:translateX(-120%) rotate(12deg);transition:.5s;pointer-events:none;
}
.admin-body.yexi-theme .btn:hover:after,.admin-body.yexi-theme button:hover:after{transform:translateX(120%) rotate(12deg)}
/* ===== 表格 ===== */
.admin-body.yexi-theme .table-wrap{
  background:rgba(7,11,26,.5);border:1px solid var(--panel-border);border-radius:14px;overflow:hidden;
}
.admin-body.yexi-theme .table-wrap:after{color:var(--txt-3)!important;background:rgba(7,11,26,.8)!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .table{background:transparent;color:var(--txt-1)}
.admin-body.yexi-theme .table th{
  background:linear-gradient(180deg,rgba(34,211,238,.12),rgba(99,102,241,.06));
  color:#a5f3fc;font-weight:900;letter-spacing:.5px;border-bottom:1px solid var(--panel-border);
}
.admin-body.yexi-theme .table td{border-bottom:1px solid rgba(255,255,255,.05);color:var(--txt-1)}
.admin-body.yexi-theme .table tr:hover td{background:rgba(34,211,238,.06)}
.admin-body.yexi-theme .table-wrap::-webkit-scrollbar{height:8px}
.admin-body.yexi-theme .table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#22d3ee,#6366f1);border-radius:8px}
.admin-body.yexi-theme .table-wrap::-webkit-scrollbar-track{background:rgba(7,11,26,.5)}
/* ===== 状态/消息/分页 ===== */
.admin-body.yexi-theme .status{background:rgba(34,211,238,.14);color:#22d3ee;border:1px solid var(--panel-border);border-radius:999px;padding:3px 10px;font-weight:800;font-size:12px}
.admin-body.yexi-theme .msg{background:rgba(16,185,129,.12);color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}
.admin-body.yexi-theme .msg.err{background:rgba(239,68,68,.12);color:#fca5a5;border:1px solid rgba(239,68,68,.3)}
.admin-body.yexi-theme .pager a{background:rgba(255,255,255,.04);border:1px solid var(--panel-border);color:var(--txt-2)}
.admin-body.yexi-theme .pager a.active{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a;border-color:transparent}
.admin-body.yexi-theme .pager a:hover{color:#22d3ee;border-color:rgba(34,211,238,.5)}
/* ===== 佣金徽章 ===== */
.admin-body.yexi-theme .rebate-instant{background:rgba(245,158,11,.14);color:#fbbf24;border-color:rgba(245,158,11,.35)}
.admin-body.yexi-theme .rebate-next{background:rgba(34,211,238,.14);color:#22d3ee;border-color:var(--panel-border)}
.admin-body.yexi-theme .rebate-monthly{background:rgba(16,185,129,.14);color:#6ee7b7;border-color:rgba(16,185,129,.35)}
.admin-body.yexi-theme .rebate-unknown{background:rgba(148,163,184,.12);color:var(--txt-3);border-color:var(--panel-border)}
/* ===== 首页大屏 ===== */
.admin-body.yexi-theme .dashboard-hero{
  background:linear-gradient(135deg,#0a1230 0%,#1e3a8a 40%,#06b6d4 100%);
  border:1px solid var(--panel-border);color:#f0f9ff;
  box-shadow:0 20px 50px rgba(34,211,238,.22);
}
.admin-body.yexi-theme .dashboard-hero-text span{color:#a5f3fc;letter-spacing:3px}
.admin-body.yexi-theme .dashboard-hero-text h2{color:#fff;text-shadow:0 0 24px rgba(34,211,238,.6)}
.admin-body.yexi-theme .dashboard-hero-text p{color:#bae6fd}
.admin-body.yexi-theme .dashboard-float-bubbles i{background:radial-gradient(circle,#22d3ee,transparent 60%)}
.admin-body.yexi-theme .dashboard-bubble-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.admin-body.yexi-theme .dashboard-bubble{
  background:linear-gradient(135deg,rgba(15,23,42,.78),rgba(15,23,42,.55));
  border:1px solid var(--panel-border);color:var(--txt-1);
  box-shadow:0 14px 36px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(16px);transition:all .25s;
}
.admin-body.yexi-theme .dashboard-bubble:before{
  content:"";position:absolute;right:-20px;top:-20px;width:80px;height:80px;border-radius:50%;
  background:radial-gradient(circle,var(--tone-soft),transparent 68%);pointer-events:none;
}
.admin-body.yexi-theme .dashboard-bubble:hover{
  transform:translateY(-5px);border-color:rgba(34,211,238,.5);
  box-shadow:0 24px 52px rgba(34,211,238,.28),inset 0 1px 0 rgba(255,255,255,.12);
}
.admin-body.yexi-theme .dashboard-bubble .label{color:var(--txt-2);font-weight:800;font-size:13px;letter-spacing:.5px}
.admin-body.yexi-theme .dashboard-bubble .num{
  font-family:Consolas,"Courier New",monospace;font-size:34px;font-weight:900;color:#f0f9ff;
  text-shadow:0 0 22px rgba(34,211,238,.5);letter-spacing:-1px;
}
.admin-body.yexi-theme .dashboard-bubble .num.money{color:#fbbf24;text-shadow:0 0 22px rgba(245,158,11,.45)}
.admin-body.yexi-theme .dashboard-bubble .sub{color:var(--txt-3);font-size:12px}
/* 气泡颜色微调（霓虹辉光） */
.admin-body.yexi-theme .bubble-blue{border-color:rgba(59,130,246,.4)}
.admin-body.yexi-theme .bubble-cyan{border-color:rgba(34,211,238,.45)}
.admin-body.yexi-theme .bubble-pink{border-color:rgba(236,72,153,.4)}
.admin-body.yexi-theme .bubble-orange{border-color:rgba(245,158,11,.4)}
.admin-body.yexi-theme .bubble-green{border-color:rgba(16,185,129,.4)}
.admin-body.yexi-theme .bubble-purple{border-color:rgba(99,102,241,.45)}
.admin-body.yexi-theme .bubble-indigo{border-color:rgba(67,56,202,.45)}
.admin-body.yexi-theme .bubble-teal{border-color:rgba(20,184,166,.45)}
/* ===== 图表卡片 ===== */
.admin-body.yexi-theme .dashboard-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.admin-body.yexi-theme .yexi-chart-row2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}
.admin-body.yexi-theme .yexi-chart-full{grid-column:1 / -1}
.admin-body.yexi-theme .yexi-chart-wide{grid-column:1 / -1}
.admin-body.yexi-theme .dashboard-chart-card{background:linear-gradient(135deg,rgba(15,23,42,.78),rgba(15,23,42,.55));border:1px solid var(--panel-border);box-shadow:0 14px 36px rgba(0,0,0,.35);backdrop-filter:blur(16px)}
.admin-body.yexi-theme .chart-title h3{color:#f0f9ff;text-shadow:0 0 14px rgba(34,211,238,.25)}
.admin-body.yexi-theme .chart-title p{color:var(--txt-3)}
.admin-body.yexi-theme .chart-title span{
  background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a;font-weight:900;letter-spacing:1px;
  box-shadow:0 6px 16px rgba(34,211,238,.3);
}
.admin-body.yexi-theme .yexi-range-tabs{display:inline-flex;gap:4px;background:rgba(7,11,26,.5);border:1px solid var(--panel-border);border-radius:10px;padding:3px}
.admin-body.yexi-theme .yexi-range-tabs button{
  height:28px;min-height:28px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:var(--txt-3);
  font-weight:800;font-size:12px;cursor:pointer;transition:all .2s;box-shadow:none!important;
}
.admin-body.yexi-theme .yexi-range-tabs button:hover{color:#22d3ee;background:rgba(34,211,238,.10)}
.admin-body.yexi-theme .yexi-range-tabs button.active{
  background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a;box-shadow:0 4px 12px rgba(34,211,238,.35)!important;
}
.admin-body.yexi-theme .yexi-chart-box{width:100%;height:300px;position:relative;z-index:1}
/* ===== TOP10 霓虹光条 ===== */
.admin-body.yexi-theme .rank-item{
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:10px;
  margin-bottom:8px;padding:10px 12px;position:relative;overflow:hidden;
}
.admin-body.yexi-theme .rank-item:hover{background:rgba(34,211,238,.06);border-color:var(--panel-border)}
.admin-body.yexi-theme .rank-num{
  background:rgba(148,163,184,.18);color:var(--txt-2);font-weight:900;border-radius:8px;
  min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;
}
.admin-body.yexi-theme .rank-num.top{
  background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#070b1a;box-shadow:0 0 14px rgba(251,191,36,.5);
}
.admin-body.yexi-theme .rank-name{color:var(--txt-1);font-weight:700}
.admin-body.yexi-theme .rank-count{color:#22d3ee;font-weight:900;font-family:Consolas,monospace}
.admin-body.yexi-theme .rank-bar{
  background:linear-gradient(90deg,#22d3ee,#6366f1);border-radius:4px;height:6px;margin-top:6px;
  box-shadow:0 0 12px rgba(34,211,238,.5);position:relative;overflow:hidden;
}
.admin-body.yexi-theme .rank-bar:after{
  content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.5),transparent);
  animation:yexiBarShine 2s linear infinite;
}
@keyframes yexiBarShine{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.admin-body.yexi-theme .rank-empty{color:var(--txt-3);text-align:center;padding:30px 0}
.admin-body.yexi-theme .rank-scroll-container{max-height:320px;overflow-y:auto}
.admin-body.yexi-theme .rank-scroll-container::-webkit-scrollbar{width:5px}
.admin-body.yexi-theme .rank-scroll-container::-webkit-scrollbar-thumb{background:rgba(34,211,238,.4);border-radius:4px}
/* ===== 产品科技感布局适配 ===== */
.admin-body.yexi-theme .product-tech-panel{background:var(--panel)!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .product-tech-title h2{color:#f0f9ff!important}
.admin-body.yexi-theme .tech-chip{background:rgba(34,211,238,.12);color:#22d3ee;border:1px solid var(--panel-border)}
.admin-body.yexi-theme .tech-status.tech-on{background:rgba(16,185,129,.14);color:#6ee7b7;border-color:rgba(16,185,129,.35)}
.admin-body.yexi-theme .tech-status.tech-off{background:rgba(148,163,184,.12);color:var(--txt-3)}
.admin-body.yexi-theme .product-admin-noimg{background:rgba(34,211,238,.06);color:var(--txt-3)}
.admin-body.yexi-theme .product-admin-info strong{color:#f0f9ff}
.admin-body.yexi-theme .commission-num{color:#fbbf24}
.admin-body.yexi-theme .ops-toolbox{background:rgba(255,255,255,.03);border:1px solid var(--panel-border);border-radius:14px}
.admin-body.yexi-theme .ops-toolbox-title strong{color:#f0f9ff}
.admin-body.yexi-theme .ops-toolbox-title span{color:var(--txt-3)}
.admin-body.yexi-theme .ops-tool-grid label span{color:var(--txt-2)}
.admin-body.yexi-theme .ops-tips{color:var(--txt-3);background:rgba(34,211,238,.05);border:1px solid var(--panel-border);border-radius:10px;padding:10px 12px}
.admin-body.yexi-theme .channel-filter-select{background:rgba(7,11,26,.6)!important;color:var(--txt-1)!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .product-page-size{color:var(--txt-3)!important}
.admin-body.yexi-theme .product-lazy-status{color:var(--txt-3)!important}
.admin-body.yexi-theme .product-edit-form input,.admin-body.yexi-theme .product-edit-form select{background:rgba(7,11,26,.6)!important;color:var(--txt-1)!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .btn-sm.btn-edit-product{background:rgba(34,211,238,.1)!important;color:#22d3ee!important;border:1px solid var(--panel-border)!important;border-radius:6px}
.admin-body.yexi-theme .btn-sm.btn-edit-product:hover{background:rgba(34,211,238,.2)!important;color:#f0f9ff!important;border-color:rgba(34,211,238,.5)!important}
/* ===== 订单状态标签适配 ===== */
.admin-body.yexi-theme .status-tag{background:rgba(148,163,184,.12);color:var(--txt-2);border:1px solid var(--panel-border);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800}
.admin-body.yexi-theme .btn-sm,.admin-body.yexi-theme .btn-sync,.admin-body.yexi-theme .btn-edit,.admin-body.yexi-theme .btn-del{
  background:rgba(255,255,255,.06)!important;color:var(--txt-2)!important;border:1px solid var(--panel-border)!important;box-shadow:none!important;min-height:30px;font-size:12px;
}
.admin-body.yexi-theme .btn-sm:hover,.admin-body.yexi-theme .btn-sync:hover,.admin-body.yexi-theme .btn-edit:hover{color:#22d3ee!important;border-color:rgba(34,211,238,.5)!important;background:rgba(34,211,238,.10)!important}
.admin-body.yexi-theme .btn-del:hover{color:#ef4444!important;border-color:rgba(239,68,68,.5)!important;background:rgba(239,68,68,.10)!important}
/* ===== 代理/佣金/提现页特有类适配 ===== */
.admin-body.yexi-theme .balance-card{background:rgba(7,11,26,.5);border:1px solid var(--panel-border);border-radius:14px}
.admin-body.yexi-theme .balance-item .num{color:#22d3ee;font-family:Consolas,monospace}
.admin-body.yexi-theme .balance-item .num.positive{color:#6ee7b7}
.admin-body.yexi-theme .balance-item .num.negative{color:#fca5a5}
.admin-body.yexi-theme .comm-type-tag{background:rgba(34,211,238,.12);color:#22d3ee;border:1px solid var(--panel-border);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800}
.admin-body.yexi-theme .role-tag{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800}
.admin-body.yexi-theme .role-tag.super{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a}
.admin-body.yexi-theme .role-tag.sub{background:rgba(148,163,184,.18);color:var(--txt-2);border:1px solid var(--panel-border)}
.admin-body.yexi-theme .perm-grid{background:rgba(255,255,255,.03);border:1px solid var(--panel-border);border-radius:12px}
.admin-body.yexi-theme .perm-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:10px;color:var(--txt-2)}
.admin-body.yexi-theme .perm-item:hover{border-color:var(--panel-border);color:#22d3ee}
.admin-body.yexi-theme .section-title{color:#f0f9ff;text-shadow:0 0 14px rgba(34,211,238,.25)}
.admin-body.yexi-theme .commission-rate-row,.admin-body.yexi-theme .commission-fixed-row{color:var(--txt-2)}
.admin-body.yexi-theme .level-poster-cell img{border:1px solid var(--panel-border);border-radius:10px}
/* ===== 前端设置/弹窗适配 ===== */
.admin-body.yexi-theme .front-setting-form{background:transparent}
.admin-body.yexi-theme .banner-preview-grid{background:rgba(7,11,26,.5);border:1px solid var(--panel-border);border-radius:10px}
.admin-body.yexi-theme .order-template-option{background:rgba(255,255,255,.04);border:1px solid var(--panel-border);color:var(--txt-2)}
.admin-body.yexi-theme .order-template-option.active{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a;border-color:transparent}
.admin-body.yexi-theme .inline-options{color:var(--txt-2)}
/* 弹窗（orders/products/admins_manage 内联 fixed 弹窗统一深空风） */
.admin-body.yexi-theme [id$="Modal"]{
  background:rgba(7,11,26,.85)!important;border:1px solid var(--panel-border)!important;
  backdrop-filter:blur(16px);box-shadow:0 24px 60px rgba(0,0,0,.6);border-radius:18px;
  color:var(--txt-1);
}
.admin-body.yexi-theme [id$="Modal"] h2,.admin-body.yexi-theme [id$="Modal"] h3{color:#f0f9ff}
.admin-body.yexi-theme .detail-section,.admin-body.yexi-theme .detail-grid{color:var(--txt-1)}
.admin-body.yexi-theme .detail-item .label{color:var(--txt-3)}
.admin-body.yexi-theme .detail-item .value{color:var(--txt-1)}
.admin-body.yexi-theme .detail-photos img{border:1px solid var(--panel-border);border-radius:8px}
.admin-body.yexi-theme .detail-raw{background:rgba(0,0,0,.4);color:#a5f3fc;border:1px solid var(--panel-border);border-radius:8px;font-family:Consolas,monospace}
/* ===== 响应式 ===== */
@media(max-width:1100px){
  .admin-body.yexi-theme .dashboard-bubble-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-body.yexi-theme .dashboard-chart-grid{grid-template-columns:1fr}
  .admin-body.yexi-theme .yexi-chart-row2{grid-template-columns:1fr}
  .admin-body.yexi-theme .yexi-chart-wide{grid-column:auto}
  .admin-body.yexi-theme .yexi-chart-full{grid-column:auto}
}
@media(max-width:780px){
  .admin-body.yexi-theme .yexi-sidebar{transform:translateX(-105%);transition:.24s;box-shadow:24px 0 58px rgba(0,0,0,.5)}
  .admin-body.yexi-theme.admin-menu-open .yexi-sidebar{transform:translateX(0)}
  .admin-body.yexi-theme .yexi-top{padding:0 12px 0 56px;height:62px}
  .admin-body.yexi-theme .yexi-top-left h1,.admin-body.yexi-theme .yexi-top-left p{display:none}
  .admin-body.yexi-theme .yexi-clock{font-size:11px;padding:5px 8px}
  .admin-body.yexi-theme .yexi-chart-box{height:240px}
  .admin-body.yexi-theme .dashboard-bubble .num{font-size:28px}
}
@media(max-width:620px){
  .admin-body.yexi-theme .dashboard-bubble-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .admin-body.yexi-theme .yexi-admin-chip{display:none}
  .admin-body.yexi-theme .yexi-chart-box{height:200px}
}
@media(max-width:360px){
  .admin-body.yexi-theme .dashboard-bubble-grid{gap:7px}
  .admin-body.yexi-theme .dashboard-bubble .num{font-size:24px}
}
/* ===== 兼容旧色调仍可切换（切换时 yexi-theme 仍在 body 上，但色调变量被覆盖） ===== */
.admin-body.admin-tone-blue{--tone:#3b82f6;--tone2:#06b6d4;--tone3:#93c5fd;--tone-soft:rgba(59,130,246,.14);--tone-shadow:rgba(59,130,246,.28)}
.admin-body.admin-tone-purple{--tone:#7c3aed;--tone2:#ec4899;--tone3:#c4b5fd;--tone-soft:rgba(124,58,237,.14);--tone-shadow:rgba(124,58,237,.28)}
.admin-body.admin-tone-green{--tone:#10b981;--tone2:#06b6d4;--tone3:#6ee7b7;--tone-soft:rgba(16,185,129,.14);--tone-shadow:rgba(16,185,129,.28)}
.admin-body.admin-tone-orange{--tone:#f59e0b;--tone2:#f97316;--tone3:#fcd34d;--tone-soft:rgba(245,158,11,.14);--tone-shadow:rgba(245,158,11,.28)}

/* ============================================================
   夜曦首页仪表盘 · 数据卡片/主图表/底部三等分
   ============================================================ */
/* 4张统计卡片：顶部色条 + 左右布局 + 严格色彩区分 */
.admin-body.yexi-theme .yexi-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 18px}
/* 统一霓虹玻璃拟态卡片基底：圆角统一 / 半透明毛玻璃 / 微弱内发光 / 淡蓝霓虹外描边 */
.admin-body.yexi-theme .yexi-stat-card{
  position:relative;overflow:hidden;border-radius:22px;
  border:1px solid rgba(180,210,255,.28);
  backdrop-filter:blur(30px) saturate(1.4);
  -webkit-backdrop-filter:blur(30px) saturate(1.4);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;
}
/* 整卡中心柔和高光层（保证卡片中心有轻微亮度，不是只顶部发光） */
.admin-body.yexi-theme .yexi-stat-card:before{
  content:"";position:absolute;inset:0;pointer-events:none;border-radius:22px;z-index:0;
  background:radial-gradient(ellipse at 50% 34%,rgba(255,255,255,.14) 0%,rgba(255,255,255,.04) 38%,transparent 70%);
}
/* 整卡同色系微弱内发光层（覆盖全卡，制造通透玻璃感） */
.admin-body.yexi-theme .yexi-stat-card:after{
  content:"";position:absolute;inset:0;pointer-events:none;border-radius:22px;z-index:0;
  background:linear-gradient(180deg,rgba(255,255,255,.06) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.10) 100%);
}
.admin-body.yexi-theme .yexi-stat-card:hover{transform:translateY(-6px)}
.admin-body.yexi-theme .yexi-stat-body{position:relative;z-index:1}
/* 顶部彩色高亮光条（亮霓虹 + 闪烁） */
.admin-body.yexi-theme .yexi-stat-top{height:5px;width:100%;position:relative;z-index:2;border-radius:22px 22px 0 0;animation:yexiBarPulse 1.8s ease-in-out infinite}
/* 闪烁：光条亮度 + 外发光半径循环呼吸 */
@keyframes yexiBarPulse{
  0%,100%{opacity:.78;filter:brightness(.9)}
  50%{opacity:1;filter:brightness(1.45)}
}
/* 每张卡片光条用各自颜色同步呼吸外发光 */
@keyframes yexiBarGlowViolet{
  0%,100%{box-shadow:0 0 14px rgba(167,139,250,.7),0 2px 8px rgba(99,102,241,.5),inset 0 1px 0 rgba(255,255,255,.4)}
  50%{box-shadow:0 0 28px rgba(167,139,250,1),0 2px 14px rgba(99,102,241,.85),inset 0 1px 0 rgba(255,255,255,.6)}
}
@keyframes yexiBarGlowCyan{
  0%,100%{box-shadow:0 0 14px rgba(34,211,238,.7),0 2px 8px rgba(6,182,212,.5),inset 0 1px 0 rgba(255,255,255,.4)}
  50%{box-shadow:0 0 28px rgba(34,211,238,1),0 2px 14px rgba(6,182,212,.85),inset 0 1px 0 rgba(255,255,255,.6)}
}
@keyframes yexiBarGlowMauve{
  0%,100%{box-shadow:0 0 14px rgba(192,132,252,.7),0 2px 8px rgba(232,121,249,.5),inset 0 1px 0 rgba(255,255,255,.4)}
  50%{box-shadow:0 0 28px rgba(192,132,252,1),0 2px 14px rgba(232,121,249,.85),inset 0 1px 0 rgba(255,255,255,.6)}
}
@keyframes yexiBarGlowBrick{
  0%,100%{box-shadow:0 0 14px rgba(249,115,22,.7),0 2px 8px rgba(220,38,38,.5),inset 0 1px 0 rgba(255,255,255,.4)}
  50%{box-shadow:0 0 28px rgba(249,115,22,1),0 2px 14px rgba(220,38,38,.85),inset 0 1px 0 rgba(255,255,255,.6)}
}
.admin-body.yexi-theme .yexi-card-violet .yexi-stat-top{animation:yexiBarGlowViolet 1.8s ease-in-out infinite}
.admin-body.yexi-theme .yexi-card-cyan .yexi-stat-top{animation:yexiBarGlowCyan 1.8s ease-in-out infinite}
.admin-body.yexi-theme .yexi-card-mauve .yexi-stat-top{animation:yexiBarGlowMauve 1.8s ease-in-out infinite}
.admin-body.yexi-theme .yexi-card-brick .yexi-stat-top{animation:yexiBarGlowBrick 1.8s ease-in-out infinite}
/* 尊重系统"减少动态效果"偏好 */
@media (prefers-reduced-motion:reduce){
  .admin-body.yexi-theme .yexi-stat-top,
  .admin-body.yexi-theme .yexi-card-violet .yexi-stat-top,
  .admin-body.yexi-theme .yexi-card-cyan .yexi-stat-top,
  .admin-body.yexi-theme .yexi-card-mauve .yexi-stat-top,
  .admin-body.yexi-theme .yexi-card-brick .yexi-stat-top{animation:none}
}

/* 1. 套餐总量 — 蓝紫霓虹玻璃（半透明深蓝紫渐变，透出底色显科技感） */
.admin-body.yexi-theme .yexi-card-violet{
  background:
    linear-gradient(165deg,rgba(124,92,250,.42) 0%,rgba(91,60,200,.34) 38%,rgba(56,38,140,.30) 72%,rgba(40,28,96,.26) 100%);
  border-color:rgba(167,139,250,.55);
  box-shadow:
    0 16px 42px rgba(30,16,80,.35),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 0 60px rgba(139,92,246,.22),
    inset 0 0 18px rgba(167,139,250,.18),
    0 0 26px rgba(139,92,246,.28);
}
.admin-body.yexi-theme .yexi-card-violet:after{background:linear-gradient(180deg,rgba(167,139,250,.16) 0%,transparent 28%,transparent 70%,rgba(40,28,96,.10) 100%)}
.admin-body.yexi-theme .yexi-card-violet:hover{
  border-color:rgba(196,165,255,.72);
  background:
    linear-gradient(165deg,rgba(124,92,250,.56) 0%,rgba(91,60,200,.48) 38%,rgba(56,38,140,.42) 72%,rgba(40,28,96,.36) 100%);
  box-shadow:
    0 26px 60px rgba(30,16,80,.45),
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 0 80px rgba(139,92,246,.34),
    inset 0 0 22px rgba(167,139,250,.28),
    0 0 46px rgba(139,92,246,.48);
}
.admin-body.yexi-theme .yexi-card-violet .yexi-stat-top{
  background:linear-gradient(90deg,#c4b5fd,#a78bfa,#818cf8,#6366f1);
  box-shadow:0 0 22px rgba(167,139,250,.95),0 2px 12px rgba(99,102,241,.7),inset 0 1px 0 rgba(255,255,255,.5);
}

/* 2. 订单总数 — 天蓝青霓虹玻璃（半透明深青蓝渐变） */
.admin-body.yexi-theme .yexi-card-cyan{
  background:
    linear-gradient(165deg,rgba(45,200,235,.42) 0%,rgba(14,150,180,.34) 38%,rgba(8,90,120,.30) 72%,rgba(8,48,72,.26) 100%);
  border-color:rgba(103,232,249,.55);
  box-shadow:
    0 16px 42px rgba(8,40,60,.35),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 0 60px rgba(34,211,238,.22),
    inset 0 0 18px rgba(103,232,249,.18),
    0 0 26px rgba(34,211,238,.28);
}
.admin-body.yexi-theme .yexi-card-cyan:after{background:linear-gradient(180deg,rgba(103,232,249,.16) 0%,transparent 28%,transparent 70%,rgba(8,48,72,.10) 100%)}
.admin-body.yexi-theme .yexi-card-cyan:hover{
  border-color:rgba(125,240,250,.72);
  background:
    linear-gradient(165deg,rgba(45,200,235,.56) 0%,rgba(14,150,180,.48) 38%,rgba(8,90,120,.42) 72%,rgba(8,48,72,.36) 100%);
  box-shadow:
    0 26px 60px rgba(8,40,60,.45),
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 0 80px rgba(34,211,238,.34),
    inset 0 0 22px rgba(103,232,249,.28),
    0 0 46px rgba(34,211,238,.48);
}
.admin-body.yexi-theme .yexi-card-cyan .yexi-stat-top{
  background:linear-gradient(90deg,#a5f3fc,#67e8f9,#22d3ee,#06b6d4);
  box-shadow:0 0 22px rgba(34,211,238,.95),0 2px 12px rgba(6,182,212,.7),inset 0 1px 0 rgba(255,255,255,.5);
}

/* 3. 代理数量 — 香芋粉紫霓虹玻璃（半透明深粉紫渐变） */
.admin-body.yexi-theme .yexi-card-mauve{
  background:
    linear-gradient(165deg,rgba(196,132,252,.40) 0%,rgba(168,85,220,.34) 38%,rgba(112,40,150,.30) 72%,rgba(74,28,104,.26) 100%);
  border-color:rgba(216,180,254,.58);
  box-shadow:
    0 16px 42px rgba(60,20,80,.35),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 0 60px rgba(192,132,252,.22),
    inset 0 0 18px rgba(216,180,254,.18),
    0 0 26px rgba(192,132,252,.28);
}
.admin-body.yexi-theme .yexi-card-mauve:after{background:linear-gradient(180deg,rgba(216,180,254,.16) 0%,transparent 28%,transparent 70%,rgba(74,28,104,.10) 100%)}
.admin-body.yexi-theme .yexi-card-mauve:hover{
  border-color:rgba(232,200,255,.72);
  background:
    linear-gradient(165deg,rgba(196,132,252,.54) 0%,rgba(168,85,220,.48) 38%,rgba(112,40,150,.42) 72%,rgba(74,28,104,.36) 100%);
  box-shadow:
    0 26px 60px rgba(60,20,80,.45),
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 0 80px rgba(192,132,252,.34),
    inset 0 0 22px rgba(216,180,254,.28),
    0 0 46px rgba(192,132,252,.48);
}
.admin-body.yexi-theme .yexi-card-mauve .yexi-stat-top{
  background:linear-gradient(90deg,#f3d8ff,#d8b4fe,#c084fc,#e879f9);
  box-shadow:0 0 22px rgba(192,132,252,.95),0 2px 12px rgba(232,121,249,.7),inset 0 1px 0 rgba(255,255,255,.5);
}

/* 4. 佣金统计 — 橙红霓虹玻璃（半透明深橙红渐变） */
.admin-body.yexi-theme .yexi-card-brick{
  background:
    linear-gradient(165deg,rgba(249,135,60,.40) 0%,rgba(224,90,22,.34) 38%,rgba(168,42,12,.30) 72%,rgba(92,28,12,.26) 100%);
  border-color:rgba(253,186,116,.58);
  box-shadow:
    0 16px 42px rgba(70,24,8,.35),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 0 60px rgba(249,115,22,.24),
    inset 0 0 18px rgba(253,186,116,.20),
    0 0 26px rgba(249,115,22,.28);
}
.admin-body.yexi-theme .yexi-card-brick:after{background:linear-gradient(180deg,rgba(253,186,116,.16) 0%,transparent 28%,transparent 70%,rgba(92,28,12,.10) 100%)}
.admin-body.yexi-theme .yexi-card-brick:hover{
  border-color:rgba(255,210,150,.72);
  background:
    linear-gradient(165deg,rgba(249,135,60,.54) 0%,rgba(224,90,22,.48) 38%,rgba(168,42,12,.42) 72%,rgba(92,28,12,.36) 100%);
  box-shadow:
    0 26px 60px rgba(70,24,8,.45),
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 0 80px rgba(249,115,22,.34),
    inset 0 0 22px rgba(253,186,116,.28),
    0 0 46px rgba(249,115,22,.48);
}
.admin-body.yexi-theme .yexi-card-brick .yexi-stat-top{
  background:linear-gradient(90deg,#fed7aa,#fdba74,#f97316,#dc2626);
  box-shadow:0 0 22px rgba(249,115,22,.95),0 2px 12px rgba(220,38,38,.7),inset 0 1px 0 rgba(255,255,255,.5);
}

/* 卡片内容布局 */
.admin-body.yexi-theme .yexi-stat-body{padding:24px 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:14px;min-height:170px}
.admin-body.yexi-theme .yexi-stat-label{color:rgba(255,255,255,.92);font-size:18px;font-weight:800;letter-spacing:.5px;text-align:center;width:100%;flex:0 0 auto;text-shadow:0 1px 6px rgba(0,0,0,.4),0 0 14px rgba(255,255,255,.10)}
.admin-body.yexi-theme .yexi-stat-main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;flex:1 1 auto}
.admin-body.yexi-theme .yexi-stat-num{font-family:Consolas,"Courier New",monospace;font-size:54px;font-weight:900;color:#ffffff;letter-spacing:-2px;line-height:1;text-align:center}
.admin-body.yexi-theme .yexi-card-violet .yexi-stat-num{text-shadow:0 0 30px rgba(167,139,250,.85),0 0 12px rgba(255,255,255,.45),0 2px 6px rgba(0,0,0,.35)}
.admin-body.yexi-theme .yexi-card-cyan .yexi-stat-num{text-shadow:0 0 30px rgba(103,232,249,.85),0 0 12px rgba(255,255,255,.45),0 2px 6px rgba(0,0,0,.35)}
.admin-body.yexi-theme .yexi-card-mauve .yexi-stat-num{text-shadow:0 0 30px rgba(216,180,254,.85),0 0 12px rgba(255,255,255,.45),0 2px 6px rgba(0,0,0,.35)}
.admin-body.yexi-theme .yexi-card-brick .yexi-stat-num{color:#fed7aa;text-shadow:0 0 30px rgba(253,186,116,.9),0 0 12px rgba(255,220,160,.5),0 2px 6px rgba(0,0,0,.35)}
.admin-body.yexi-theme .yexi-card-brick .yexi-stat-num.money{color:#fbbf24;text-shadow:0 0 32px rgba(251,191,36,.95),0 0 14px rgba(255,225,140,.6),0 2px 6px rgba(0,0,0,.4)}
.admin-body.yexi-theme .yexi-stat-num.money{font-size:42px}
.admin-body.yexi-theme .yexi-stat-side{color:rgba(255,255,255,.74);font-size:12px;font-weight:600;white-space:nowrap;text-align:center;flex-shrink:0;flex:0 0 auto}
.admin-body.yexi-theme .yexi-stat-side em{font-style:normal;font-weight:800;font-family:Consolas,monospace;display:block}
.admin-body.yexi-theme .yexi-stat-side em.up{color:#86efac;text-shadow:0 0 8px rgba(110,231,183,.5)}
.admin-body.yexi-theme .yexi-stat-side em.down{color:#fca5a5;text-shadow:0 0 8px rgba(252,165,165,.5)}
/* 佣金卡内嵌 待结算/已结算 小框 */
.admin-body.yexi-theme .yexi-stat-submini{display:flex;gap:8px;margin:0;width:100%;justify-content:center;flex:0 0 auto}
.admin-body.yexi-theme .yexi-mini-box{flex:1 1 0;display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:10px;background:rgba(40,16,6,.42);border:1px solid rgba(253,186,116,.30);backdrop-filter:blur(6px)}
.admin-body.yexi-theme .yexi-mini-box small{color:rgba(255,255,255,.66);font-size:11px;font-weight:700}
.admin-body.yexi-theme .yexi-mini-box b{color:#fbbf24;font-family:Consolas,monospace;font-size:15px;font-weight:900;text-shadow:0 0 12px rgba(251,191,36,.6)}

/* 主图表区：左趋势 + 右渠道占比 一行两列 */
.admin-body.yexi-theme .yexi-main-charts{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-bottom:18px}

/* 底部三等分：最新订单 + 代理TOP5 + 快捷操作 */
.admin-body.yexi-theme .yexi-bottom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.admin-body.yexi-theme .yexi-bottom-grid .dashboard-chart-card{min-height:300px}
.admin-body.yexi-theme .yexi-bottom-grid .table-wrap{border:0;background:transparent}
.admin-body.yexi-theme .yexi-bottom-grid .table{font-size:12px}
.admin-body.yexi-theme .yexi-bottom-grid .table td{padding:8px 6px}

/* 快捷操作按钮（垂直排列4个） */
.admin-body.yexi-theme .yexi-quick-list{display:flex;flex-direction:column;gap:12px;padding:4px 2px}
.admin-body.yexi-theme .yexi-quick-btn{
  display:flex;align-items:center;gap:12px;height:54px;padding:0 18px;border-radius:14px;
  background:linear-gradient(135deg,rgba(34,211,238,.14),rgba(99,102,241,.10));
  border:1px solid var(--panel-border);
  color:var(--txt-1);font-weight:800;font-size:15px;
  transition:all .24s ease;position:relative;overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.admin-body.yexi-theme .yexi-quick-btn .yexi-ico{width:22px;height:22px;color:#22d3ee;flex:0 0 auto;transition:all .24s}
.admin-body.yexi-theme .yexi-quick-btn:hover{
  transform:translateX(4px);
  background:linear-gradient(135deg,rgba(34,211,238,.22),rgba(99,102,241,.16));
  border-color:rgba(34,211,238,.5);
  box-shadow:0 12px 28px rgba(34,211,238,.22),inset 0 1px 0 rgba(255,255,255,.12);
}
.admin-body.yexi-theme .yexi-quick-btn:hover .yexi-ico{color:#f0f9ff;text-shadow:0 0 14px rgba(34,211,238,.8)}
.admin-body.yexi-theme .yexi-quick-btn:after{
  content:"›";margin-left:auto;font-size:22px;font-weight:900;color:var(--txt-3);transition:all .24s;
}
.admin-body.yexi-theme .yexi-quick-btn:hover:after{color:#22d3ee;transform:translateX(4px)}

/* 主图表区/底部卡片高度对齐 */
.admin-body.yexi-theme .yexi-main-charts .yexi-chart-box{height:300px;min-width:0;display:flex;align-items:center;justify-content:center}
.admin-body.yexi-theme .yexi-main-charts .yexi-chart-box > div,.admin-body.yexi-theme .yexi-main-charts .yexi-chart-box canvas{margin:0 auto!important}

/* 响应式 */
@media(max-width:1100px){
  .admin-body.yexi-theme .yexi-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-body.yexi-theme .yexi-main-charts{grid-template-columns:1fr}
  .admin-body.yexi-theme .yexi-bottom-grid{grid-template-columns:1fr}
  .admin-body.yexi-theme .yexi-main-charts .yexi-chart-box{height:340px}
}
@media(max-width:780px){
  .admin-body.yexi-theme .yexi-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .admin-body.yexi-theme .yexi-stat-num{font-size:40px}
  .admin-body.yexi-theme .yexi-stat-num.money{font-size:34px}
  .admin-body.yexi-theme .yexi-stat-label{font-size:15px}
  /* 手机端：趋势图压扁一些，渠道占比用正方形容器避免饼图被拉成椭圆 */
  .admin-body.yexi-theme .yexi-main-charts .yexi-chart-box{height:260px}
  .admin-body.yexi-theme .yexi-chart-right .yexi-chart-box{height:300px}
}
@media(max-width:620px){
  .admin-body.yexi-theme .yexi-stat-grid{grid-template-columns:1fr}
  .admin-body.yexi-theme .yexi-stat-num{font-size:40px}
  .admin-body.yexi-theme .yexi-quick-btn{height:48px;font-size:14px}
}
@media(max-width:620px){
  .admin-body.yexi-theme .yexi-chart-right .yexi-chart-box{height:320px}
}
@media(max-width:420px){
  .admin-body.yexi-theme .yexi-chart-right .yexi-chart-box{height:340px}
}
/* ===== 全局弹窗深空风（orders/products/admins_manage 等内联弹窗统一） ===== */
.admin-body.yexi-theme .yexi-modal-card{
  background:linear-gradient(135deg,rgba(10,18,48,.96),rgba(15,23,42,.92));
  border:1px solid rgba(34,211,238,.22);
  box-shadow:0 24px 60px rgba(0,0,0,.6),0 0 30px rgba(34,211,238,.08);
  backdrop-filter:blur(18px);color:#e2e8f0;
}
.admin-body.yexi-theme .yexi-modal-card h3{color:#f0f9ff;text-shadow:0 0 14px rgba(34,211,238,.25)}
.admin-body.yexi-theme .yexi-modal-card label{color:#94a3b8}
.admin-body.yexi-theme .yexi-modal-card select,
.admin-body.yexi-theme .yexi-modal-card input,
.admin-body.yexi-theme .yexi-modal-card textarea{
  background:rgba(7,11,26,.6);border:1px solid rgba(34,211,238,.22);color:#e2e8f0;border-radius:8px;
}
.admin-body.yexi-theme .yexi-modal-card select:focus,
.admin-body.yexi-theme .yexi-modal-card input:focus,
.admin-body.yexi-theme .yexi-modal-card textarea:focus{
  border-color:#22d3ee;box-shadow:0 0 0 3px rgba(34,211,238,.15);
}
.admin-body.yexi-theme .yexi-modal-card .detail-item .label{color:#94a3b8}
.admin-body.yexi-theme .yexi-modal-card .detail-item .value{color:#e2e8f0}
.admin-body.yexi-theme .yexi-modal-card .detail-section h4{color:#94a3b8;border-bottom-color:rgba(148,163,184,.2)}
.admin-body.yexi-theme .yexi-modal-card .detail-raw{background:rgba(0,0,0,.4);border:1px solid rgba(34,211,238,.18);color:#a5f3fc;font-family:Consolas,monospace}
.admin-body.yexi-theme .yexi-modal-card .detail-photo-item img{border-color:rgba(34,211,238,.22)}
.admin-body.yexi-theme .yexi-modal-card .detail-photo-item span{color:#94a3b8}
.admin-body.yexi-theme .yexi-modal-card .checkline{color:#cbd5e1}
/* ===== 手机端侧边栏卡顿/点击不灵敏修复 ===== */
@media(max-width:980px){
  .admin-body.yexi-theme .admin-mobile-toggle{
    position:fixed!important;left:10px!important;top:10px!important;z-index:99999!important;
    width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;
    display:inline-flex!important;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#22d3ee,#6366f1)!important;color:#070b1a!important;
    border:1px solid rgba(34,211,238,.5)!important;border-radius:12px!important;
    box-shadow:0 8px 22px rgba(34,211,238,.35)!important;
    cursor:pointer!important;-webkit-tap-highlight-color:transparent;
  }
  .admin-body.yexi-theme .admin-drawer-mask{
    position:fixed!important;inset:0!important;z-index:99998!important;
    background:rgba(0,0,0,.55)!important;backdrop-filter:blur(2px);
    opacity:0;pointer-events:none;transition:opacity .2s;
  }
  .admin-body.yexi-theme.admin-menu-open .admin-drawer-mask{opacity:1!important;pointer-events:auto!important}
  .admin-body.yexi-theme .yexi-sidebar{
    position:fixed!important;left:0!important;top:0!important;bottom:0!important;
    width:260px!important;max-width:80vw!important;z-index:99999!important;
    transform:translateX(-105%)!important;
    transition:transform .25s cubic-bezier(.4,0,.2,1)!important;
    will-change:transform;-webkit-overflow-scrolling:touch;overflow-y:auto;
    box-shadow:24px 0 58px rgba(0,0,0,.5)!important;
  }
  .admin-body.yexi-theme.admin-menu-open .yexi-sidebar{transform:translateX(0)!important}
  .admin-body.yexi-theme .admin-mobile-close{
    display:inline-flex!important;width:32px!important;height:32px!important;min-height:32px!important;
    background:rgba(255,255,255,.18)!important;border:1px solid rgba(255,255,255,.22)!important;
    border-radius:8px!important;color:#fff!important;align-items:center;justify-content:center;
    cursor:pointer!important;font-size:18px!important;padding:0!important;
  }
  /* 菜单项点击区域加大，消除不灵敏 */
  .admin-body.yexi-theme .yexi-menu a{
    min-height:48px!important;padding:0 16px!important;
    -webkit-tap-highlight-color:transparent;touch-action:manipulation;
  }
  .admin-body.yexi-theme .yexi-menu a:active{transform:translateX(2px)!important}
}
/* 旧色调仍可切换 */
.admin-body.admin-tone-blue{--tone:#3b82f6;--tone2:#06b6d4;--tone3:#93c5fd;--tone-soft:rgba(59,130,246,.14);--tone-shadow:rgba(59,130,246,.28)}
.admin-body.admin-tone-purple{--tone:#7c3aed;--tone2:#ec4899;--tone3:#c4b5fd;--tone-soft:rgba(124,58,237,.14);--tone-shadow:rgba(124,58,237,.28)}
.admin-body.admin-tone-green{--tone:#10b981;--tone2:#06b6d4;--tone3:#6ee7b7;--tone-soft:rgba(16,185,129,.14);--tone-shadow:rgba(16,185,129,.28)}
.admin-body.admin-tone-orange{--tone:#f59e0b;--tone2:#f97316;--tone3:#fcd34d;--tone-soft:rgba(245,158,11,.14);--tone-shadow:rgba(245,158,11,.28)}

/* ============================================================
   夜曦科技深色主题适配：自选对接 / 进度条页面及内联浅底元素
   作用域：.admin-body.yexi-theme
   说明：channel_sync_progress.php / channel_select_products.php 内联
        <style> 中的 .sync-hero/.pill/.sync-log/.done-badge/.err-badge
        使用了浅色渐变与白底，在深色主题下会闪白，此处统一覆写为深空霓虹风
   ============================================================ */
.admin-body.yexi-theme .sync-hero{
  background:linear-gradient(135deg,rgba(10,18,48,.92),rgba(15,23,42,.86) 48%,rgba(20,28,60,.82))!important;
  border:1px solid var(--panel-border)!important;
  box-shadow:0 18px 45px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.05)!important;
  backdrop-filter:blur(18px);
  color:var(--txt-1);
}
.admin-body.yexi-theme .sync-hero:before,
.admin-body.yexi-theme .sync-hero:after{opacity:.5}
.admin-body.yexi-theme .sync-title{color:#f0f9ff!important;text-shadow:0 0 14px rgba(34,211,238,.3)}
.admin-body.yexi-theme .sync-sub{color:var(--txt-3)!important}
/* 进度条轨道：由白色半透明改为深色玻璃 */
.admin-body.yexi-theme .progress-shell{
  background:rgba(7,11,26,.6)!important;
  border:1px solid var(--panel-border)!important;
  box-shadow:inset 0 1px 8px rgba(0,0,0,.3)!important;
}
/* 进度条本身已为彩色渐变，保留，但加强发光 */
.admin-body.yexi-theme .progress-bar{
  box-shadow:0 10px 25px rgba(34,211,238,.45),0 0 18px rgba(99,102,241,.35)!important;
}
/* pill 状态标签：原为白色半透明，深色主题下改为深色玻璃 */
.admin-body.yexi-theme .pill{
  background:rgba(255,255,255,.04)!important;
  border:1px solid var(--panel-border)!important;
  color:var(--txt-2)!important;
  backdrop-filter:blur(10px);
}
/* 终端日志框：本身已是 #0f172a 深底，仅统一边框风格 */
.admin-body.yexi-theme .sync-log{
  background:#0a1024!important;
  color:#a5f3fc!important;
  border:1px solid var(--panel-border)!important;
  box-shadow:inset 0 1px 8px rgba(0,0,0,.4)!important;
}
/* 完成/错误徽章 */
.admin-body.yexi-theme .done-badge{
  background:rgba(16,185,129,.14)!important;
  color:#6ee7b7!important;
  border:1px solid rgba(16,185,129,.35)!important;
}
.admin-body.yexi-theme .err-badge{
  background:rgba(239,68,68,.14)!important;
  color:#fca5a5!important;
  border:1px solid rgba(239,68,68,.35)!important;
}
/* 自选对接页产品表单区/工具栏（class 复用 .admin-panel，已深色；补充内联 mini-input 等） */
.admin-body.yexi-theme .select-tools{color:var(--txt-2)}
.admin-body.yexi-theme .mini-input{
  background:rgba(7,11,26,.6)!important;
  border:1px solid var(--panel-border)!important;
  color:var(--txt-1)!important;
}
.admin-body.yexi-theme .product-table-area .table-wrap{background:rgba(7,11,26,.5)!important}

/* ============================================================
   通用补丁：深色主题下任何残留的白色 inline 样式卡片兜底
   （covers：admin/guangmeng_check.php / admin/clear_opcache.php 已改为深色
    皮肤；此处仅为将来内联浅底元素留兜底，避免再次闪白）
   ============================================================ */
.admin-body.yexi-theme .jq-update-box,
.admin-body.yexi-theme .diag-box,
.admin-body.yexi-theme .diag-table{
  background:var(--panel)!important;
  border:1px solid var(--panel-border)!important;
  color:var(--txt-1)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.05)!important;
  backdrop-filter:blur(14px);
}
.admin-body.yexi-theme .diag-box h1,
.admin-body.yexi-theme .diag-box h2{color:#f0f9ff!important}
.admin-body.yexi-theme .diag-table th{
  background:linear-gradient(180deg,rgba(34,211,238,.12),rgba(99,102,241,.06))!important;
  color:#a5f3fc!important;
  border-bottom:1px solid var(--panel-border)!important;
}
.admin-body.yexi-theme .diag-table td{
  border-bottom:1px solid rgba(255,255,255,.05)!important;
  color:var(--txt-1)!important;
}
.admin-body.yexi-theme .diag-code{
  background:rgba(0,0,0,.4)!important;
  color:#a5f3fc!important;
  border:1px solid var(--panel-border)!important;
  border-radius:6px;
  padding:2px 6px;
}

/* ============================================================
   夜曦科技深色主题适配：套餐管理（添加产品/批量工具栏/产品卡片等）
   作用域：.admin-body.yexi-theme
   说明：products.php 模式 add/ops 下 .product-add-form / .bulk-toolbar
        等浅色玻璃容器在深色主题下仍白底，统一改为深空霓虹风
   ============================================================ */
/* 添加产品表单容器：原 rgba(255,255,255,.76) -> 深色玻璃 */
.admin-body.yexi-theme .product-add-form{
  background:var(--panel)!important;
  border:1px solid var(--panel-border)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.05)!important;
  backdrop-filter:blur(18px);
  color:var(--txt-1);
}
.admin-body.yexi-theme .product-add-form label{color:var(--txt-2)}
.admin-body.yexi-theme .product-add-form .checkline{color:var(--txt-2)}
/* 图片上传两列内联容器的辅助文字 */
.admin-body.yexi-theme .product-add-form p{color:var(--txt-3)!important}
.admin-body.yexi-theme .product-add-form span[style*="color:#999"],
.admin-body.yexi-theme .product-add-form span[style*="color:#666"]{color:var(--txt-3)!important}

/* 批量操作工具栏：原 rgba(255,255,255,.78) -> 深色玻璃 */
.admin-body.yexi-theme .bulk-toolbar{
  background:rgba(255,255,255,.04)!important;
  border:1px solid var(--panel-border)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05)!important;
  backdrop-filter:blur(14px);
  color:var(--txt-2);
}
.admin-body.yexi-theme .bulk-toolbar select{
  background:rgba(7,11,26,.6)!important;
  color:var(--txt-1)!important;
  border:1px solid var(--panel-border)!important;
}

/* 产品列表内的内联编辑行：原 .product-tech-edit 已为深底，补充按钮发光 */
.admin-body.yexi-theme .product-tech-edit{
  background:rgba(7,11,26,.5)!important;
  border:1px solid var(--panel-border)!important;
}
.admin-body.yexi-theme .product-tech-edit button{
  background:linear-gradient(135deg,#22d3ee,#6366f1)!important;
  color:#070b1a!important;
  box-shadow:0 8px 18px rgba(34,211,238,.22)!important;
}
.admin-body.yexi-theme .product-tech-edit input,
.admin-body.yexi-theme .product-tech-edit select{
  background:rgba(7,11,26,.6)!important;
  color:var(--txt-1)!important;
  border:1px solid var(--panel-border)!important;
}
.admin-body.yexi-theme .product-tech-edit .checkline{color:var(--txt-2)}
/* 深色主题下随身WiFi商品列表/卡片样式补齐 */
.admin-body.yexi-theme .goods-card{background:rgba(15,23,42,.55)!important;border-color:var(--panel-border)!important;box-shadow:0 8px 22px rgba(0,0,0,.32)!important}
.admin-body.yexi-theme .goods-card:hover{box-shadow:0 14px 30px rgba(0,0,0,.42)!important}
.admin-body.yexi-theme .goods-card-img{background:rgba(7,11,26,.5)!important}
.admin-body.yexi-theme .goods-img-placeholder{color:var(--txt-3)!important}
.admin-body.yexi-theme .goods-card-head h3{color:var(--txt-1)!important}
.admin-body.yexi-theme .goods-mode-buy{background:rgba(34,211,238,.14)!important;color:#22d3ee!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .goods-mode-rent{background:rgba(245,158,11,.16)!important;color:#fbbf24!important;border-color:rgba(245,158,11,.30)!important}
.admin-body.yexi-theme .goods-mode-free{background:rgba(16,185,129,.16)!important;color:#34d399!important;border-color:rgba(16,185,129,.30)!important}
.admin-body.yexi-theme .goods-off-badge{background:rgba(148,163,184,.18)!important;color:var(--txt-2)!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .goods-tags span{background:rgba(34,211,238,.10)!important;color:#22d3ee!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .goods-desc{color:var(--txt-2)!important}
.admin-body.yexi-theme .goods-meta-item{background:rgba(255,255,255,.04)!important;color:var(--txt-2)!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .goods-meta-item.sold{background:rgba(245,158,11,.14)!important;color:#fbbf24!important;border-color:rgba(245,158,11,.30)!important}
.admin-body.yexi-theme .goods-meta-item.stock{background:rgba(34,211,238,.12)!important;color:#22d3ee!important;border-color:var(--panel-border)!important}
.admin-body.yexi-theme .price-num{color:#f87171!important}
.admin-body.yexi-theme .price-unit{color:var(--txt-3)!important}
.admin-body.yexi-theme .goods-empty{color:var(--txt-3)!important}

/* ============================================================
   客服二维码弹窗（前端首页点击"客服帮助"时弹出）
   居中显示，遮罩点击关闭，移动端自适应
   ============================================================ */
.kefu-qr-modal{
  position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;
  background:rgba(0,0,0,.62);backdrop-filter:blur(4px);
  display:flex;align-items:center;justify-content:center;
  padding:20px;
}
.kefu-qr-card{
  position:relative;width:300px;max-width:92%;
  padding:22px 20px 18px;border-radius:22px;
  background:linear-gradient(145deg,#ffffff,#f0f8ff);
  border:1px solid rgba(147,197,253,.7);
  box-shadow:0 30px 80px rgba(15,23,42,.28),inset 0 1px 0 rgba(255,255,255,.96);
  text-align:center;
}
.kefu-qr-card h3{margin:0 0 6px;font-size:20px;color:#0f172a;font-weight:900}
.kefu-qr-card p{margin:0 0 14px;color:#64748b;font-size:13px;line-height:1.5}
.kefu-qr-card img{
  display:block;width:230px;height:230px;max-width:100%;margin:0 auto 16px;
  object-fit:contain;border-radius:14px;background:#fff;
  border:1px solid rgba(191,219,254,.7);box-shadow:0 12px 28px rgba(37,99,235,.14);
}
.kefu-qr-card button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;padding:0 28px;border:0;border-radius:999px;
  background:linear-gradient(135deg,#0284c7,#2563eb 54%,#7c3aed);
  color:#fff;font-weight:800;font-size:14px;cursor:pointer;
  box-shadow:0 12px 26px rgba(37,99,235,.28);
}
.kefu-qr-card button:hover{filter:brightness(1.08)}
@media(max-width:620px){
  .kefu-qr-card{width:260px;padding:18px 14px 14px;border-radius:18px}
  .kefu-qr-card h3{font-size:18px}
  .kefu-qr-card img{width:190px;height:190px;border-radius:12px}
  .kefu-qr-card button{min-height:38px;padding:0 22px;font-size:13px}
}

/* .front-product-img{position:relative}
.front-img-badge-wrap{position:absolute;left:6px;top:6px;display:flex;flex-direction:column;gap:4px;z-index:2;pointer-events:none}
.front-badge{display:inline-block;padding:2px 7px;border-radius:5px;font-size:11px;font-weight:700;color:#fff;line-height:1.4;white-space:nowrap}
.front-badge-photo{background:rgba(245,158,11,.92)}
.front-badge-redirect{background:rgba(99,102,241,.92)}


.cat-ico{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);color:#64748b}
.cat-ico svg{display:block}
.category-btn.active .cat-ico{background:rgba(255,255,255,.22)}
.cat-ico-all{color:#f59e0b}
.cat-ico-电信{color:#2563eb}
.cat-ico-联通{color:#dc2626}
.cat-ico-移动{color:#0ea5e9}
.cat-ico-广电{color:#7c3aed}

/* 运营商 logo 通用样式 */
.op-logo{display:inline-block;vertical-align:middle;border-radius:50%;object-fit:contain;flex-shrink:0;background:transparent}
.cat-ico .op-logo{width:26px;height:26px;border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
/* 商品卡/订单/后台等小尺寸 logo 默认沿用 width/height 属性 */
.op-logo-移动{filter:none}
.op-logo-联通{filter:none}
.op-logo-电信{filter:none}
.op-logo-广电{filter:none}
/* 含 logo 的运营商 tag 样式：让图标与文字对齐 */
.op-tag{display:inline-flex;align-items:center;gap:4px}
.op-tag .op-logo{border-radius:50%}
/* 后台/代理表格里的 logo 跟随 tech-status 行高 */
.tech-status .op-logo,.value .op-logo{margin-right:2px}
.order-badge-row .op-logo{border-radius:50%;background:rgba(255,255,255,.25)}

/* 订单提醒配置页 */
.order-remind-provider-hint{grid-column:1/-1;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.22);border-radius:8px;padding:10px 14px;color:#475569;font-size:13px;line-height:1.6}
.order-remind-placeholders .placeholder-list{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:6px}
.order-remind-placeholders .ph-item{font-size:12px;color:#64748b;background:rgba(148,163,184,.08);border:1px solid rgba(148,163,184,.18);border-radius:6px;padding:3px 8px}
.order-remind-placeholders .ph-item code{color:#2563eb;background:rgba(37,99,235,.1);padding:1px 4px;border-radius:3px;font-family:Consolas,monospace}
#orderRemindForm .code-area{font-family:Consolas,'Courier New',monospace;font-size:13px;line-height:1.6;min-height:180px;resize:vertical}
#orderRemindForm .btn-secondary{background:#64748b;color:#fff;margin-left:10px}

/* ==================== 夜曦科技风模板 .home-yexi ==================== */
.home-yexi{background:linear-gradient(145deg,#070b1a 0%,#0a1230 48%,#0f1a3d 100%);color:#e2e8f0;position:relative;overflow-x:hidden}
.home-yexi .front-shell{max-width:480px;background:transparent;box-shadow:none;padding:14px 12px 28px}
.home-yexi .front-header{position:relative;padding:14px 6px 8px}
.home-yexi .front-logo{background:linear-gradient(135deg,#22d3ee,#6366f1);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:1000;letter-spacing:.5px}
.home-yexi .front-query{background:rgba(34,211,238,.08);border:1px solid rgba(34,211,238,.28);color:#67e8f9;text-shadow:0 0 10px rgba(34,211,238,.4)}
/* 极光漂浮层 */
.yexi-front-aurora{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.yexi-front-aurora span{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;animation:yexiDrift 18s ease-in-out infinite}
.yexi-front-aurora span:nth-child(1){left:-6%;top:-8%;width:420px;height:420px;background:radial-gradient(circle,#22d3ee,transparent 62%)}
.yexi-front-aurora span:nth-child(2){right:-8%;top:6%;width:460px;height:460px;background:radial-gradient(circle,#6366f1,transparent 62%);animation-delay:-6s}
.yexi-front-aurora span:nth-child(3){left:38%;bottom:-12%;width:500px;height:500px;background:radial-gradient(circle,#1e3a8a,transparent 64%);animation-delay:-12s}
/* 粒子层 */
.yexi-front-particles{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}
.yexi-front-particles i{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(103,232,249,.85),rgba(103,232,249,0));box-shadow:0 0 8px rgba(103,232,249,.55);animation:yexiParticleDrift 10s ease-in-out infinite}
.yexi-front-particles i:nth-child(1){left:8%;top:22%;width:4px;height:4px;animation-delay:0s}
.yexi-front-particles i:nth-child(2){left:80%;top:14%;width:6px;height:6px;animation-delay:-1.2s}
.yexi-front-particles i:nth-child(3){left:46%;top:70%;width:3px;height:3px;animation-delay:-2.4s}
.yexi-front-particles i:nth-child(4){left:14%;top:80%;width:5px;height:5px;animation-delay:-3.6s}
.yexi-front-particles i:nth-child(5){left:88%;top:60%;width:4px;height:4px;animation-delay:-4.8s}
.yexi-front-particles i:nth-child(6){left:30%;top:42%;width:3px;height:3px;animation-delay:-6s}
.yexi-front-particles i:nth-child(7){left:64%;top:36%;width:5px;height:5px;animation-delay:-7.2s}
.yexi-front-particles i:nth-child(8){left:22%;top:54%;width:4px;height:4px;animation-delay:-8.4s}
.yexi-front-particles i:nth-child(9){left:72%;top:80%;width:3px;height:3px;animation-delay:-9.6s}
.yexi-front-particles i:nth-child(10){left:50%;top:18%;width:5px;height:5px;animation-delay:-5s}
@keyframes yexiParticleDrift{0%,100%{transform:translate(0,0) scale(1);opacity:.4}50%{transform:translate(20px,-26px) scale(1.4);opacity:.95}}
/* 顶部信息模块：玻璃卡 */
.home-yexi .home-carousel,.home-yexi .front-notice,.home-yexi .home-location-card,.home-yexi .quick-grid,.home-yexi .product-filter,.home-yexi .search-result-tip,.home-yexi .category-grid,.home-yexi .product-list,.home-yexi .section-title{position:relative;z-index:2}
.home-yexi .home-carousel{background:rgba(15,23,42,.62);border:1px solid rgba(34,211,238,.18);box-shadow:0 14px 38px rgba(0,0,0,.35);backdrop-filter:blur(14px)}
.home-yexi .front-notice{background:linear-gradient(135deg,rgba(245,158,11,.14),rgba(180,83,9,.10));color:#fcd34d;border:1px solid rgba(245,158,11,.32);backdrop-filter:blur(10px)}
.home-yexi .home-location-card{background:linear-gradient(135deg,rgba(15,23,42,.62),rgba(30,41,59,.42));border:1px solid rgba(34,211,238,.22);box-shadow:0 14px 34px rgba(0,0,0,.30);backdrop-filter:blur(14px)}
.home-yexi .home-location-card>div{color:#e2e8f0}
.home-yexi .home-location-card b{background:linear-gradient(135deg,#67e8f9,#818cf8);-webkit-background-clip:text;background-clip:text;color:transparent}
.home-yexi .home-location-card p{color:#94a3b8}
.home-yexi .home-location-card span{background:linear-gradient(135deg,rgba(34,211,238,.18),rgba(99,102,241,.18));box-shadow:0 0 12px rgba(34,211,238,.22)}
.home-yexi .quick-btn{background:rgba(15,23,42,.55);border:1px solid rgba(34,211,238,.22);color:#e2e8f0;box-shadow:0 8px 22px rgba(0,0,0,.25);backdrop-filter:blur(14px)}
.home-yexi .quick-btn span{color:#67e8f9;text-shadow:0 0 8px rgba(103,232,249,.5)}
.home-yexi .quick-btn b{color:#cbd5e1}
.home-yexi .category-btn{background:radial-gradient(circle at 26% 18%,rgba(34,211,238,.14) 0,rgba(99,102,241,.10) 28%,transparent 29%),linear-gradient(145deg,rgba(15,23,42,.72),rgba(30,41,59,.50));border:1px solid rgba(34,211,238,.22);color:#e2e8f0;box-shadow:0 12px 24px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.05)}
.home-yexi .category-btn b{color:#cbd5e1}
.home-yexi .category-btn .cat-ico{background:rgba(34,211,238,.16)}
.home-yexi .category-btn.active{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a;border-color:rgba(103,232,249,.6);box-shadow:0 16px 32px rgba(34,211,238,.35),inset 0 1px 0 rgba(255,255,255,.45)}
.home-yexi .category-btn.active b{color:#070b1a}
.home-yexi .category-btn.active .cat-ico{background:rgba(255,255,255,.22)}
.home-yexi .product-filter input{background:rgba(15,23,42,.62);border:1px solid rgba(34,211,238,.22);color:#e2e8f0;box-shadow:0 8px 18px rgba(0,0,0,.25)}
.home-yexi .product-filter input::placeholder{color:#64748b}
.home-yexi .product-filter button{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a}
.home-yexi .section-title h2{color:#f0f9ff;text-shadow:0 0 14px rgba(34,211,238,.3)}
.home-yexi .section-title span,.home-yexi .search-result-tip,.home-yexi .section-title a{color:#94a3b8}
/* 流光横扫条 */
.yexi-front-scanline{position:relative;height:3px;border-radius:2px;background:linear-gradient(90deg,transparent,rgba(34,211,238,.4),rgba(99,102,241,.4),transparent);overflow:hidden;margin:6px 2px 14px}
.yexi-front-scanline:before{content:"";position:absolute;top:0;left:0;height:100%;width:36%;background:linear-gradient(90deg,transparent,#67e8f9,#fff,#67e8f9,transparent);filter:blur(2px);animation:yexiScanSweep 3.6s linear infinite}
@keyframes yexiScanSweep{0%{transform:translateX(-100%)}100%{transform:translateX(380%)}}
/* 玻璃卡片 */
.home-yexi .product-list{display:grid;gap:14px}
.home-yexi-card{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;padding:12px;background:rgba(15,23,42,.62);border:1px solid rgba(34,211,238,.18);border-radius:18px;box-shadow:0 14px 38px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);position:relative;overflow:hidden;animation:yexiCardIn .55s ease both}
.home-yexi-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,#a5f3fc,#67e8f9,#22d3ee,#06b6d4);box-shadow:0 0 16px rgba(103,232,249,.85);animation:yexiBarPulse 1.8s ease-in-out infinite;z-index:3}
.home-yexi-card:after{content:"";position:absolute;right:-30px;top:-30px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,.18),transparent 68%);pointer-events:none}
.home-yexi-card:hover{transform:translateY(-6px);border-color:rgba(103,232,249,.4);box-shadow:0 22px 50px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.08),0 0 26px rgba(34,211,238,.18)}
.home-yexi-card .front-product-img{width:100px;height:100px;border-radius:13px;overflow:hidden;background:linear-gradient(135deg,#0a1230,#1e293b);position:relative}
.home-yexi-card .front-product-img img{width:100%;height:100%;object-fit:cover;display:block}
.home-yexi-card .front-product-img:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 70%);transform:translateX(-100%);animation:yexiImgShine 3.2s ease-in-out infinite;pointer-events:none}
.home-yexi-card .img-placeholder{color:#67e8f9;text-shadow:0 0 10px rgba(103,232,249,.4)}
.home-yexi-card .front-product-info h3{font-size:15px;line-height:1.35;margin:0 0 6px;color:#f0f9ff;text-shadow:0 0 14px rgba(34,211,238,.25)}
.home-yexi-card .front-product-desc{color:#94a3b8;font-size:12px;line-height:1.5}
.home-yexi-card .front-tags span{font-size:11px;color:#67e8f9;background:rgba(34,211,238,.14);border:1px solid rgba(34,211,238,.3);border-radius:999px;padding:2px 6px}
.home-yexi-card .front-product-bottom small{color:#64748b}
.home-yexi-card .front-product-bottom .btn{min-height:32px;border-radius:999px;padding:0 12px;font-size:12px;font-weight:800;background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a;border:0;box-shadow:0 8px 22px rgba(34,211,238,.35);position:relative;overflow:hidden}
.home-yexi-card .front-product-bottom .btn:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.6) 50%,transparent 70%);transform:translateX(-100%);animation:yexiBtnShine 2.4s ease-in-out infinite}
/* 产品徽章：需三照/需二次跳转 - 在暗色背景下加强对比 */
.home-yexi-card .front-badge{border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(4px)}
@keyframes yexiCardIn{0%{opacity:0;transform:translateY(18px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes yexiImgShine{0%,62%{transform:translateX(-100%);opacity:0}72%{opacity:.9}100%{transform:translateX(100%);opacity:0}}
@keyframes yexiBtnShine{0%,55%{transform:translateX(-100%)}70%,100%{transform:translateX(120%)}}
/* 客服二维码弹窗暗色适配 */
.home-yexi .kefu-qr-modal{background:rgba(7,11,26,.78)}
.home-yexi .kefu-qr-card{background:rgba(15,23,42,.92);border:1px solid rgba(34,211,238,.28);color:#e2e8f0;backdrop-filter:blur(18px)}
.home-yexi .kefu-qr-card h3,.home-yexi .kefu-qr-card p{color:#e2e8f0}
.home-yexi .kefu-qr-card button{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#070b1a}
/* 手机端：移除粒子层、降低 blur 保性能 */
@media(max-width:768px){
  .home-yexi .front-shell{max-width:none;width:100%;padding:10px}
  .yexi-front-particles{display:none}
  .yexi-front-aurora span{filter:blur(60px)}
  .home-yexi-card,.home-yexi .home-carousel,.home-yexi .home-location-card,.home-yexi .quick-btn,.home-yexi .category-btn{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
}
@media(max-width:620px){
  .home-yexi .product-list{gap:10px}
  .home-yexi-card{grid-template-columns:84px minmax(0,1fr);gap:10px;padding:10px}
  .home-yexi-card .front-product-img{width:84px;height:84px}
}
/* reduced motion */
@media (prefers-reduced-motion:reduce){
  .home-yexi-card,.home-yexi-card:before,.home-yexi-card .front-product-img:after,.home-yexi-card .front-product-bottom .btn:before,.yexi-front-scanline:before,.yexi-front-aurora span,.yexi-front-particles i{animation:none!important}
}

/* ============================================================
   白色科技风主题  WHITE-TECH THEME
   浅色背景 + 蓝青科技点缀 + 细线网格/毛玻璃质感
   作用于 .white-tech-theme
   ============================================================ */
.admin-body.white-tech-theme{
  --tone:#2563eb;
  --tone2:#06b6d4;
  --tone3:#60a5fa;
  --tone-soft:rgba(37,99,235,.10);
  --tone-shadow:rgba(37,99,235,.16);
  --side1:#ffffff;
  --side2:#eef4ff;
  --bg-0:#f5f8fc;
  --bg-1:#ffffff;
  --panel:#ffffff;
  --panel-border:rgba(37,99,235,.14);
  --txt-1:#0f172a;
  --txt-2:#475569;
  --txt-3:#94a3b8;
  --ok:#10b981;
  --warn:#f59e0b;
  --danger:#ef4444;
  background:
    radial-gradient(circle at 12% 8%,rgba(96,165,250,.18),transparent 26%),
    radial-gradient(circle at 92% 16%,rgba(34,211,238,.14),transparent 26%),
    linear-gradient(180deg,#f5f8fc,#ffffff 50%,#eef4ff);
  color:var(--txt-1);
  min-height:100vh;
  overflow-x:hidden;
}
/* 白色科技风：隐藏深色极光层，改用细网格背景 */
.admin-body.white-tech-theme .yexi-aurora{display:none}
.admin-body.white-tech-theme:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:0;
  background-image:
    linear-gradient(rgba(37,99,235,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.05) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:radial-gradient(ellipse at 50% 0%,rgba(0,0,0,.6),transparent 70%);
  -webkit-mask-image:radial-gradient(ellipse at 50% 0%,rgba(0,0,0,.6),transparent 70%);
}
.admin-body.white-tech-theme:after{
  content:"";position:fixed;left:230px;right:-120px;bottom:-160px;height:380px;
  pointer-events:none;z-index:0;
  background:radial-gradient(ellipse at 52% 100%,var(--tone-soft),transparent 64%);
  filter:blur(2px);
}
.admin-body.white-tech-theme .admin-layout{position:relative;z-index:1}

/* ===== 侧栏（白底 + 蓝青细描边 + 顶部渐变线） ===== */
.admin-body.white-tech-theme .yexi-sidebar{
  background:linear-gradient(180deg,#ffffff 0%,#f4f8ff 100%);
  border-right:1px solid var(--panel-border);
  box-shadow:14px 0 36px rgba(15,23,42,.06);
  display:flex;flex-direction:column;
}
.admin-body.white-tech-theme .yexi-sidebar:before{display:none}
.admin-body.white-tech-theme .yexi-sidebar:after{
  content:"";position:absolute;left:0;right:0;top:0;height:2px;
  background:linear-gradient(90deg,transparent,var(--tone),var(--tone2),transparent);
  opacity:.55;
}
.admin-body.white-tech-theme .yexi-logo{
  position:relative;z-index:1;display:flex;align-items:center;gap:12px;
  padding:16px 12px;margin-bottom:12px;border-radius:16px;
  background:linear-gradient(135deg,rgba(37,99,235,.06),rgba(34,211,238,.05));
  border:1px solid var(--panel-border);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.admin-body.white-tech-theme .yexi-logo-mark:after{display:none}
.admin-body.white-tech-theme .yexi-logo-text strong{color:var(--txt-1);text-shadow:none}
.admin-body.white-tech-theme .yexi-logo-text span{color:var(--tone);font-weight:800}
.admin-body.white-tech-theme .admin-mobile-close{
  background:rgba(37,99,235,.10)!important;border:1px solid var(--panel-border)!important;color:var(--txt-1)!important
}
/* 菜单 */
.admin-body.white-tech-theme .yexi-menu a,.admin-body.white-tech-theme .yexi-menu .admin-menu-parent{
  height:44px;margin:0 4px;padding:0 14px;border-radius:13px;
  color:var(--txt-2);
  background:rgba(255,255,255,.7);
  border:1px solid transparent;
  box-shadow:none;
  font-weight:700;
  transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.admin-body.white-tech-theme .yexi-menu a:hover,
.admin-body.white-tech-theme .yexi-menu a.active,
.admin-body.white-tech-theme .yexi-menu .admin-menu-parent:hover{
  transform:translateX(4px);
  background:linear-gradient(135deg,var(--tone),var(--tone2));
  border-color:transparent;
  color:#fff;
  box-shadow:0 10px 22px var(--tone-shadow);
}
.admin-body.white-tech-theme .yexi-menu a i{color:inherit}
.admin-body.white-tech-theme .admin-submenu{
  margin:6px 0 6px 14px;padding-left:10px;
  border-left:1px solid rgba(96,165,250,.30);
  background:transparent;
}
.admin-body.white-tech-theme .admin-submenu a{
  height:36px!important;font-size:13px!important;
  color:var(--txt-2)!important;
  background:rgba(37,99,235,.04)!important;
  border:1px solid transparent!important;
  box-shadow:none!important;
}
.admin-body.white-tech-theme .admin-submenu a:hover{
  background:linear-gradient(135deg,rgba(37,99,235,.14),rgba(34,211,238,.10))!important;
  color:var(--tone)!important;
  transform:translateX(2px);
  box-shadow:0 6px 14px rgba(37,99,235,.10)!important;
}
.admin-body.white-tech-theme .admin-side-line{
  background:linear-gradient(90deg,transparent,rgba(37,99,235,.22),transparent);
  margin:10px 4px;height:1px;
}
.admin-body.white-tech-theme .yexi-side-foot{color:var(--txt-3)}
.admin-body.white-tech-theme .yexi-side-foot .dot{
  background:linear-gradient(135deg,var(--tone),var(--tone2));
  box-shadow:0 0 0 4px rgba(37,99,235,.12);
}
.admin-body.white-tech-theme .yexi-side-ver{color:var(--txt-3)}

/* ===== 顶部栏（白底毛玻璃 + 底部细线） ===== */
.admin-body.white-tech-theme .yexi-top{
  background:rgba(255,255,255,.78);
  border-bottom:1px solid var(--panel-border);
  backdrop-filter:blur(16px);
  box-shadow:0 6px 24px rgba(15,23,42,.05);
}
.admin-body.white-tech-theme .yexi-top-left h1{color:var(--txt-1);text-shadow:none}
.admin-body.white-tech-theme .yexi-top-left p{color:var(--txt-2)}
.admin-body.white-tech-theme .yexi-clock{
  color:var(--txt-1);
  background:rgba(37,99,235,.06);
  border:1px solid var(--panel-border);
  box-shadow:none;
}
.admin-body.white-tech-theme .yexi-admin-chip{
  color:var(--txt-1);
  background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(34,211,238,.06));
  border:1px solid var(--panel-border);
  box-shadow:none;
}
.admin-body.white-tech-theme .yexi-admin-chip .yexi-ico{color:var(--tone)}
.admin-body.white-tech-theme .yexi-top-right > a{
  color:var(--txt-1);
  background:rgba(37,99,235,.05);
  border:1px solid var(--panel-border);
  box-shadow:none;
}
.admin-body.white-tech-theme .yexi-top-right > a:hover{
  background:linear-gradient(135deg,var(--tone),var(--tone2));
  color:#fff;border-color:transparent;
}
.admin-body.white-tech-theme .yexi-music-btn{
  color:var(--txt-2);
  background:rgba(37,99,235,.05);
  border:1px solid var(--panel-border);
  box-shadow:none;
}
.admin-body.white-tech-theme .yexi-music-btn:hover{
  color:#fff;
  background:linear-gradient(135deg,var(--tone),var(--tone2));
  border-color:transparent;
}

/* ===== 内容面板（白卡 + 细描边 + 蓝色微光） ===== */
.admin-body.white-tech-theme .admin-content{padding:24px 28px 40px}
.admin-body.white-tech-theme .admin-panel,
.admin-body.white-tech-theme .admin-bubble,
.admin-body.white-tech-theme .admin-guide-item,
.admin-body.white-tech-theme .table-wrap,
.admin-body.white-tech-theme .ops-toolbox,
.admin-body.white-tech-theme .product-subnav-inline,
.admin-body.white-tech-theme .bulk-toolbar,
.admin-body.white-tech-theme .product-add-form{
  background:#fff;
  border:1px solid var(--panel-border);
  border-radius:16px;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
  backdrop-filter:blur(8px);
}
.admin-body.white-tech-theme .admin-panel:before,
.admin-body.white-tech-theme .admin-bubble:before,
.admin-body.white-tech-theme .admin-guide-item:before{
  content:"";position:absolute;right:-26px;top:-26px;width:92px;height:92px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(96,165,250,.10),transparent 68%);
  pointer-events:none;
}
.admin-body.white-tech-theme .admin-panel-title{border-bottom-color:var(--panel-border)}
.admin-body.white-tech-theme .admin-panel-title h2{color:var(--txt-1)}
.admin-body.white-tech-theme .admin-panel-title p{color:var(--txt-2)}
.admin-body.white-tech-theme .admin-bubble .num{color:var(--tone);text-shadow:0 8px 18px var(--tone-shadow)}
.admin-body.white-tech-theme .admin-bubble .label{color:var(--txt-2)}
.admin-body.white-tech-theme .admin-bubble .sub{color:var(--txt-3)}

/* 表格 */
.admin-body.white-tech-theme .table th{
  background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(34,211,238,.05));
  color:var(--txt-1);
  border-bottom:1px solid var(--panel-border);
}
.admin-body.white-tech-theme .table td{border-bottom:1px solid rgba(37,99,235,.08)}
.admin-body.white-tech-theme .table tr:hover td{
  background:rgba(37,99,235,.04);
  box-shadow:inset 0 1px 0 rgba(37,99,235,.08),inset 0 -1px 0 rgba(37,99,235,.08);
}

/* 按钮 / 标签 / 输入 */
.admin-body.white-tech-theme .btn:not(.gray):not(.red):not(.green),
.admin-body.white-tech-theme button:not(.gray):not(.red):not(.green):not(.tpl-btn):not(.yexi-music-btn){
  background:linear-gradient(135deg,var(--tone),var(--tone2));
  color:#fff;
  box-shadow:0 8px 18px var(--tone-shadow);
}
.admin-body.white-tech-theme .btn.gray,.admin-body.white-tech-theme button.gray{
  background:#f1f5f9;color:var(--txt-1);border:1px solid var(--panel-border);
}
.admin-body.white-tech-theme .admin-tabs a{
  background:#fff;color:var(--txt-2);border:1px solid var(--panel-border);box-shadow:none;
}
.admin-body.white-tech-theme .admin-tabs a.active{
  background:linear-gradient(135deg,var(--tone),var(--tone2))!important;
  color:#fff!important;border-color:transparent!important;
  box-shadow:0 8px 18px var(--tone-shadow)!important;
}
.admin-body.white-tech-theme .admin-filter-bar input,
.admin-body.white-tech-theme .admin-filter-bar select,
.admin-body.white-tech-theme input[type=text],
.admin-body.white-tech-theme input[type=password],
.admin-body.white-tech-theme input[type=email],
.admin-body.white-tech-theme input[type=number],
.admin-body.white-tech-theme select,
.admin-body.white-tech-theme textarea{
  background:#fff;color:var(--txt-1);
  border:1px solid var(--panel-border);
  border-radius:10px;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.04);
}
.admin-body.white-tech-theme input:focus,.admin-body.white-tech-theme textarea:focus,.admin-body.white-tech-theme select:focus{
  border-color:var(--tone);
  box-shadow:0 0 0 3px rgba(37,99,235,.14);
}
.admin-body.white-tech-theme .msg{
  background:rgba(37,99,235,.06);color:var(--tone);
  border:1px solid var(--panel-border);
}
.admin-body.white-tech-theme .msg.err{
  background:rgba(239,68,68,.06);color:var(--danger);
  border-color:rgba(239,68,68,.25);
}
.admin-body.white-tech-theme .checkline{color:var(--txt-1)}
.admin-body.white-tech-theme .tech-chip{
  background:rgba(37,99,235,.08);color:var(--tone);
  border:1px solid rgba(37,99,235,.22);
}
.admin-body.white-tech-theme .rebate-instant{background:rgba(245,158,11,.12);color:#d97706;border-color:rgba(245,158,11,.30)}
.admin-body.white-tech-theme .rebate-next{background:rgba(34,211,238,.12);color:#0891b2;border-color:rgba(34,211,238,.30)}
.admin-body.white-tech-theme .rebate-monthly{background:rgba(16,185,129,.12);color:#059669;border-color:rgba(16,185,129,.30)}

/* 产品科技面板：白色版降暗为浅蓝卡 */
.admin-body.white-tech-theme .product-tech-panel{
  background:#fff;border:1px solid var(--panel-border);
  box-shadow:0 12px 30px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.9);
}
.admin-body.white-tech-theme .product-tech-panel:before,
.admin-body.white-tech-theme .product-tech-panel:after{display:none}
.admin-body.white-tech-theme .product-tech-filter,
.admin-body.white-tech-theme .product-tech-wrap{
  background:rgba(248,250,252,.7);border-color:var(--panel-border);backdrop-filter:blur(8px);
}
.admin-body.white-tech-theme .product-tech-table th{
  background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(34,211,238,.05));
  color:var(--txt-1);
}
.admin-body.white-tech-theme .product-tech-table td{background:rgba(255,255,255,.6)}
.admin-body.white-tech-theme .product-tech-table tr:hover td{background:rgba(37,99,235,.05)}
.admin-body.white-tech-theme .product-admin-imgbox{
  background:linear-gradient(135deg,var(--tone),var(--tone2));
  box-shadow:0 10px 22px var(--tone-shadow);
}
.admin-body.white-tech-theme .product-admin-info strong{color:var(--txt-1)}
.admin-body.white-tech-theme .product-admin-info .muted{color:var(--txt-2)}
.admin-body.white-tech-theme .product-admin-noimg{background:rgba(248,250,252,.7);color:var(--txt-3)}
.admin-body.white-tech-theme .product-tech-edit{
  background:rgba(248,250,252,.7);border-color:var(--panel-border);
}

/* 概览大屏适配 */
.admin-body.white-tech-theme .dashboard-hero{
  background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.4) 0,transparent 22%),
    linear-gradient(135deg,#1e3a8a,#2563eb 48%,#06b6d4);
  box-shadow:0 18px 42px var(--tone-shadow);
}
.admin-body.white-tech-theme .dashboard-bubble,
.admin-body.white-tech-theme .dashboard-chart-card{
  background:#fff;border-color:var(--panel-border);box-shadow:0 12px 28px rgba(15,23,42,.06);
}

/* ===== 模板切换器 ===== */
.yexi-tpl-switch{
  display:inline-flex;align-items:center;gap:2px;
  padding:3px;border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--panel-border);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  margin-right:6px;
}
.yexi-tpl-switch .tpl-btn{
  height:28px;min-height:28px;padding:0 12px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:800;letter-spacing:.5px;
  color:var(--txt-2);background:transparent;border:1px solid transparent;
  text-decoration:none;transition:.18s;
}
.yexi-tpl-switch .tpl-btn:hover{color:#fff;background:linear-gradient(135deg,var(--tone),var(--tone2));border-color:transparent}
.yexi-tpl-switch .tpl-btn.active{
  background:linear-gradient(135deg,var(--tone),var(--tone2));
  color:#fff;border-color:transparent;
  box-shadow:0 6px 14px var(--tone-shadow);
}
/* 白色科技风下切换器外观 */
.admin-body.white-tech-theme .yexi-tpl-switch{
  background:rgba(37,99,235,.05);border-color:var(--panel-border);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.admin-body.white-tech-theme .yexi-tpl-switch .tpl-btn{color:var(--txt-2)}
.admin-body.white-tech-theme .yexi-tpl-switch .tpl-btn:hover{color:#fff}
.admin-body.white-tech-theme .yexi-tpl-switch .tpl-btn.active{color:#fff}

/* 移动端 */
@media(max-width:780px){
  .yexi-tpl-switch .tpl-btn{padding:0 8px;font-size:11px}
  .admin-body.white-tech-theme .yexi-tpl-switch{margin-right:4px}
}

/* ============================================================
   白色科技风 · 首页仪表盘布局与组件适配
   复用 yexi-stat / yexi-main-charts / yexi-bottom-grid / yexi-chart-box / yexi-range-tabs / yexi-quick 等类名
   仅做浅色化 + 蓝青科技点缀
   ============================================================ */
/* 4张统计卡片：白色科技风全新设计 */
.admin-body.white-tech-theme .yexi-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 18px}
/* 卡片基底：纯白 + 细描边 + 左侧粗色条 + 右上角圆形光晕 */
.admin-body.white-tech-theme .yexi-stat-card{
  position:relative;overflow:hidden;border-radius:16px;
  background:#fff;border:1px solid var(--panel-border);
  box-shadow:0 6px 18px rgba(15,23,42,.05);
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;
  min-height:140px;
}
/* 右上角径向光晕（每卡同色系淡晕） */
.admin-body.white-tech-theme .yexi-stat-card:before{
  content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;
  pointer-events:none;z-index:0;
}
.admin-body.white-tech-theme .yexi-stat-card:after{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;z-index:2;
}
.admin-body.white-tech-theme .yexi-stat-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(37,99,235,.12);
}
/* 卡片内容区 */
.admin-body.white-tech-theme .yexi-stat-body{
  position:relative;z-index:1;padding:18px 20px 16px 22px;
  display:flex;flex-direction:column;gap:8px;min-height:140px;
}
/* 顶部色条（原 yexi-stat-top 在白色版隐藏，改用左侧条） */
.admin-body.white-tech-theme .yexi-stat-top{display:none}
/* 标签 */
.admin-body.white-tech-theme .yexi-stat-label{
  color:var(--txt-2);font-size:13px;font-weight:800;letter-spacing:.5px;
  display:flex;align-items:center;gap:6px;
}
.admin-body.white-tech-theme .yexi-stat-label:before{
  content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.55;
}
/* 主数字 */
.admin-body.white-tech-theme .yexi-stat-num{
  font-family:Consolas,"Courier New",monospace;font-size:40px;font-weight:900;
  color:var(--txt-1);line-height:1;letter-spacing:-1px;margin:4px 0 0;
}
.admin-body.white-tech-theme .yexi-stat-num.money{font-size:32px}
/* 较昨日 */
.admin-body.white-tech-theme .yexi-stat-side{
  color:var(--txt-3);font-size:12px;font-weight:600;white-space:nowrap;
  display:flex;align-items:center;gap:6px;margin-top:auto;
}
.admin-body.white-tech-theme .yexi-stat-side em{font-style:normal;font-weight:800;font-family:Consolas,monospace}
.admin-body.white-tech-theme .yexi-stat-side em.up{color:var(--ok)}
.admin-body.white-tech-theme .yexi-stat-side em.down{color:var(--danger)}
/* 佣金卡内嵌 待结算/已结算 小框 */
.admin-body.white-tech-theme .yexi-stat-submini{display:flex;gap:8px;margin-top:8px;width:100%}
.admin-body.white-tech-theme .yexi-mini-box{
  flex:1 1 0;display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:10px;
  background:rgba(248,250,252,.8);border:1px solid var(--panel-border)
}
.admin-body.white-tech-theme .yexi-mini-box small{color:var(--txt-3);font-size:11px;font-weight:700}
.admin-body.white-tech-theme .yexi-mini-box b{color:var(--tone);font-family:Consolas,monospace;font-size:14px;font-weight:900;text-shadow:none}

/* 每张卡片左侧色条 + 右上光晕配色 */
/* 1. 套餐总量 — 蓝紫 */
.admin-body.white-tech-theme .yexi-card-violet:after{background:linear-gradient(180deg,#7c3aed,#a78bfa)}
.admin-body.white-tech-theme .yexi-card-violet:before{background:radial-gradient(circle,rgba(124,92,250,.18),transparent 68%)}
.admin-body.white-tech-theme .yexi-card-violet .yexi-stat-num{color:#6d28d9}
.admin-body.white-tech-theme .yexi-card-violet .yexi-stat-label{color:#7c3aed}
/* 2. 订单总数 — 青蓝 */
.admin-body.white-tech-theme .yexi-card-cyan:after{background:linear-gradient(180deg,#0891b2,#22d3ee)}
.admin-body.white-tech-theme .yexi-card-cyan:before{background:radial-gradient(circle,rgba(34,211,238,.18),transparent 68%)}
.admin-body.white-tech-theme .yexi-card-cyan .yexi-stat-num{color:#0e7490}
.admin-body.white-tech-theme .yexi-card-cyan .yexi-stat-label{color:#0891b2}
/* 3. 代理数量 — 玫粉 */
.admin-body.white-tech-theme .yexi-card-mauve:after{background:linear-gradient(180deg,#db2777,#f472b6)}
.admin-body.white-tech-theme .yexi-card-mauve:before{background:radial-gradient(circle,rgba(236,72,153,.16),transparent 68%)}
.admin-body.white-tech-theme .yexi-card-mauve .yexi-stat-num{color:#be185d}
.admin-body.white-tech-theme .yexi-card-mauve .yexi-stat-label{color:#db2777}
/* 4. 佣金统计 — 橙红 */
.admin-body.white-tech-theme .yexi-card-brick:after{background:linear-gradient(180deg,#ea580c,#f97316)}
.admin-body.white-tech-theme .yexi-card-brick:before{background:radial-gradient(circle,rgba(249,115,22,.16),transparent 68%)}
.admin-body.white-tech-theme .yexi-card-brick .yexi-stat-num{color:#c2410c}
.admin-body.white-tech-theme .yexi-card-brick .yexi-stat-num.money{color:#d97706}
.admin-body.white-tech-theme .yexi-card-brick .yexi-stat-label{color:#ea580c}
.admin-body.white-tech-theme .yexi-card-brick .yexi-mini-box b{color:#d97706}

/* 响应式 */
@media(max-width:1100px){
  .admin-body.white-tech-theme .yexi-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .admin-body.white-tech-theme .yexi-stat-grid{grid-template-columns:1fr}
  .admin-body.white-tech-theme .yexi-stat-num{font-size:34px}
  .admin-body.white-tech-theme .yexi-stat-num.money{font-size:28px}
}

/* 主图表区：左趋势 + 右渠道占比 */
.admin-body.white-tech-theme .yexi-main-charts{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-bottom:18px}
/* 底部三等分 */
.admin-body.white-tech-theme .yexi-bottom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.admin-body.white-tech-theme .yexi-bottom-grid .dashboard-chart-card{min-height:300px}
.admin-body.white-tech-theme .yexi-bottom-grid .table-wrap{border:0;background:transparent;box-shadow:none}
.admin-body.white-tech-theme .yexi-bottom-grid .table{font-size:12px}
.admin-body.white-tech-theme .yexi-bottom-grid .table td{padding:8px 6px;border-bottom:1px solid rgba(37,99,235,.08)}

/* 图表卡片浅色版 */
.admin-body.white-tech-theme .dashboard-chart-card{
  background:#fff;border:1px solid var(--panel-border);
  box-shadow:0 12px 30px rgba(15,23,42,.06);backdrop-filter:blur(8px);
}
.admin-body.white-tech-theme .chart-title h3{color:var(--txt-1);text-shadow:none}
.admin-body.white-tech-theme .chart-title p{color:var(--txt-2)}
.admin-body.white-tech-theme .chart-title span{
  background:linear-gradient(135deg,var(--tone),var(--tone2));color:#fff;font-weight:900;letter-spacing:1px;
  box-shadow:0 6px 16px var(--tone-shadow);
}
/* 趋势切换按钮组 */
.admin-body.white-tech-theme .yexi-range-tabs{
  display:inline-flex;gap:4px;background:rgba(248,250,252,.8);
  border:1px solid var(--panel-border);border-radius:10px;padding:3px
}
.admin-body.white-tech-theme .yexi-range-tabs button{
  height:28px;min-height:28px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:var(--txt-2);
  font-weight:800;font-size:12px;cursor:pointer;transition:all .2s;box-shadow:none!important;
}
.admin-body.white-tech-theme .yexi-range-tabs button:hover{color:var(--tone);background:rgba(37,99,235,.08)}
.admin-body.white-tech-theme .yexi-range-tabs button.active{
  background:linear-gradient(135deg,var(--tone),var(--tone2));color:#fff;
  box-shadow:0 4px 12px var(--tone-shadow)!important;
}
/* 图表容器尺寸（与深色版一致，保证 echarts 有高宽） */
.admin-body.white-tech-theme .yexi-chart-box{width:100%;height:300px;position:relative;z-index:1;min-width:0}
.admin-body.white-tech-theme .yexi-main-charts .yexi-chart-box{height:300px;min-width:0;display:flex;align-items:center;justify-content:center}
.admin-body.white-tech-theme .yexi-main-charts .yexi-chart-box > div,
.admin-body.white-tech-theme .yexi-main-charts .yexi-chart-box canvas{margin:0 auto!important}

/* TOP5 代理排行 */
.admin-body.white-tech-theme .rank-scroll-container{max-height:320px;overflow-y:auto}
.admin-body.white-tech-theme .rank-scroll-container::-webkit-scrollbar{width:5px}
.admin-body.white-tech-theme .rank-scroll-container::-webkit-scrollbar-thumb{background:rgba(37,99,235,.3);border-radius:4px}
.admin-body.white-tech-theme .rank-list{display:flex;flex-direction:column;gap:8px}
.admin-body.white-tech-theme .rank-item{
  display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;
  background:rgba(248,250,252,.7);border:1px solid var(--panel-border);
  position:relative;overflow:hidden;transition:all .2s ease;margin-bottom:0;
}
.admin-body.white-tech-theme .rank-item:hover{background:rgba(37,99,235,.06);transform:translateX(2px)}
.admin-body.white-tech-theme .rank-num{
  background:rgba(148,163,184,.18);color:var(--txt-2);font-weight:900;border-radius:8px;
  min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;
}
.admin-body.white-tech-theme .rank-num.top{
  background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;
  box-shadow:0 4px 12px rgba(251,191,36,.4);
}
.admin-body.white-tech-theme .rank-name{color:var(--txt-1);font-weight:700}
.admin-body.white-tech-theme .rank-count{color:var(--tone);font-weight:900;font-family:Consolas,monospace}
.admin-body.white-tech-theme .rank-bar{
  background:linear-gradient(90deg,var(--tone),var(--tone2));border-radius:4px;height:6px;margin-top:6px;
  box-shadow:0 0 8px var(--tone-shadow);position:relative;overflow:hidden;
}
.admin-body.white-tech-theme .rank-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.6),transparent);animation:yexiBarShine 2s linear infinite}
.admin-body.white-tech-theme .rank-empty{color:var(--txt-3);text-align:center;padding:30px 0}

/* 快捷操作按钮 */
.admin-body.white-tech-theme .yexi-quick-list{display:flex;flex-direction:column;gap:12px;padding:4px 2px}
.admin-body.white-tech-theme .yexi-quick-btn{
  display:flex;align-items:center;gap:12px;height:54px;padding:0 18px;border-radius:14px;
  background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(34,211,238,.06));
  border:1px solid var(--panel-border);
  color:var(--txt-1);font-weight:800;font-size:15px;text-decoration:none;
  transition:all .24s ease;position:relative;overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.admin-body.white-tech-theme .yexi-quick-btn .yexi-ico{width:22px;height:22px;color:var(--tone);flex:0 0 auto;transition:all .24s}
.admin-body.white-tech-theme .yexi-quick-btn:hover{
  transform:translateX(4px);
  background:linear-gradient(135deg,rgba(37,99,235,.16),rgba(34,211,238,.12));
  border-color:rgba(37,99,235,.45);
  box-shadow:0 12px 28px var(--tone-shadow),inset 0 1px 0 rgba(255,255,255,.9);
}
.admin-body.white-tech-theme .yexi-quick-btn:hover .yexi-ico{color:var(--tone2)}
.admin-body.white-tech-theme .yexi-quick-btn:after{
  content:"›";margin-left:auto;font-size:22px;font-weight:900;color:var(--txt-3);transition:all .24s;
}
.admin-body.white-tech-theme .yexi-quick-btn:hover:after{color:var(--tone);transform:translateX(4px)}

/* 状态徽标 */
.admin-body.white-tech-theme .status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:800;background:rgba(37,99,235,.08);color:var(--tone);border:1px solid var(--panel-border)}

/* 首页仪表盘响应式（与深色版保持一致） */
@media(max-width:1100px){
  .admin-body.white-tech-theme .yexi-main-charts{grid-template-columns:1fr}
  .admin-body.white-tech-theme .yexi-bottom-grid{grid-template-columns:1fr}
  .admin-body.white-tech-theme .yexi-main-charts .yexi-chart-box{height:340px}
}
@media(max-width:780px){
  .admin-body.white-tech-theme .yexi-main-charts .yexi-chart-box{height:260px}
  .admin-body.white-tech-theme .yexi-chart-right .yexi-chart-box{height:300px}
}
@media(max-width:620px){
  .admin-body.white-tech-theme .yexi-quick-btn{height:48px;font-size:14px}
  .admin-body.white-tech-theme .yexi-chart-right .yexi-chart-box{height:320px}
}

/* ============================================================
   前端：号卡/随身WiFi 大类切换 + 随身WiFi 卡片样式
   ============================================================ */
.cat-main-tabs{display:flex;gap:8px;margin:0 0 14px;padding:6px;border-radius:14px;background:rgba(248,250,252,.7);border:1px solid #dbeafe}
.cat-main-tab{flex:1;text-align:center;height:44px;line-height:44px;border-radius:10px;font-weight:900;font-size:15px;color:#475569;background:transparent;border:1px solid transparent;transition:.2s;text-decoration:none}
.cat-main-tab:hover{color:#2563eb;background:rgba(37,99,235,.06)}
.cat-main-tab.active{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.22)}
/* 随身WiFi 卡片模式徽章 */
.front-wifi-mode{display:inline-flex;align-items:center;margin-left:8px;padding:1px 8px;border-radius:999px;font-size:11px;font-weight:800;vertical-align:middle}
.front-wifi-mode.mode-buy{background:rgba(37,99,235,.10);color:#2563eb;border:1px solid rgba(37,99,235,.25)}
.front-wifi-mode.mode-rent{background:rgba(245,158,11,.12);color:#d97706;border:1px solid rgba(245,158,11,.30)}
.front-wifi-mode.mode-free{background:rgba(16,185,129,.12);color:#059669;border:1px solid rgba(16,185,129,.30)}
/* 随身WiFi 卡片左图区分色 */
.front-product-card.wifi-card{border-color:rgba(34,211,238,.45)}
.front-product-card.wifi-card .front-product-img{background:#ecfeff}
@media(max-width:780px){.cat-main-tab{font-size:14px;height:40px;line-height:40px}}

