﻿*{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}

/* 后台整体：海洋气泡灵动升级 + 多色调 */
.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:8px 6px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.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-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:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.rebate-next{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.rebate-monthly{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.rebate-unknown{background:#f3f4f6;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:linear-gradient(135deg,rgba(255,255,255,.96),rgba(239,246,255,.94));border:1px solid rgba(96,165,250,.28);box-shadow:0 18px 45px rgba(37,99,235,.10)}.product-tech-panel:before{content:"";position:absolute;right:-120px;top:-120px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.20),rgba(168,85,247,.08),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,.13),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(37,99,235,.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(96,165,250,.20);border-radius:14px;background:rgba(255,255,255,.72);backdrop-filter:blur(10px)}.product-tech-filter .admin-tabs a{background:rgba(255,255,255,.80);border-color:rgba(148,163,184,.35);transition:.18s}.product-tech-filter .admin-tabs a:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(37,99,235,.12)}.product-tech-filter .admin-tabs a.active{background:linear-gradient(135deg,#2563eb,#7c3aed);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(96,165,250,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.product-tech-table{border-collapse:separate;border-spacing:0}.product-tech-table th{background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-bottom:0;padding:14px 12px}.product-tech-table td{background:rgba(255,255,255,.86);transition:.2s}.product-tech-table tr:hover td{background:#f8fbff;box-shadow:inset 0 1px 0 rgba(59,130,246,.08),inset 0 -1px 0 rgba(59,130,246,.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:#e5e7eb;display:block}.product-admin-noimg{position:relative;z-index:1;width:100%;height:100%;border-radius:15px;background:#e2e8f0;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:#0f172a;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(14,165,233,.10);color:#0369a1;border:1px solid rgba(14,165,233,.22);font-weight:900;font-size:12px}.tech-status{background:linear-gradient(135deg,#eef2ff,#e0f2fe);color:#1d4ed8;border:1px solid rgba(37,99,235,.16)}.tech-on{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.tech-off{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.commission-num{display:inline-block;font-size:22px;line-height:1;color:#0f172a}.product-tech-edit{grid-template-columns:110px minmax(260px,1fr) 112px 72px;padding:8px;border-radius:12px;background:rgba(248,250,252,.76);border:1px solid rgba(226,232,240,.9);min-width:560px}.product-tech-edit .checkline{white-space:nowrap;justify-content:center}.product-tech-edit button{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 8px 18px rgba(37,99,235,.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(15,23,42,.04);border:1px solid rgba(96,165,250,.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,.82);border:1px solid rgba(148,163,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}
@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-template4 .product-section{margin-top:18px}.home-template4 .product-list-template4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-template4-card{display:block;overflow:hidden;padding:0;border-radius:20px;background:#fff;border:1px solid rgba(148,163,184,.22);box-shadow:0 12px 32px rgba(15,23,42,.10)}.home-template4-card .front-product-img{display:block;width:100%;height:auto;aspect-ratio:1/1.08;border-radius:0;background:#f1f5f9;overflow:hidden}.home-template4-card .front-product-img img{width:100%;height:100%;object-fit:cover;display:block}.home-template4-card .img-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#64748b;background:linear-gradient(135deg,#e0f2fe,#dbeafe)}.home-template4-btn{display:flex!important;align-items:center;justify-content:center;margin:10px 10px 12px;height:40px;border-radius:999px;font-weight:800;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 10px 22px rgba(37,99,235,.24)}@media(max-width:620px){.home-template4 .front-shell{padding-left:10px;padding-right:10px}.home-template4 .product-list-template4{gap:10px}.home-template4-card{border-radius:16px}.home-template4-btn{height:36px;margin:8px 8px 10px;font-size:13px}}@media(max-width:340px){.home-template4 .product-list-template4{grid-template-columns:1fr}}

/* 模板四手机端强化适配 */
@media(max-width:768px){.home-template4 .front-shell{max-width:none;width:100%;padding:10px}.home-template4 .home-carousel,.home-template4 .front-notice,.home-template4 .home-location-card,.home-template4 .quick-grid,.home-template4 .product-filter,.home-template4 .search-result-tip,.home-template4 .category-grid{margin-left:0;margin-right:0}.home-template4 .section-title{margin:14px 0 10px}.home-template4 .section-title h2{font-size:18px}.home-template4 .product-list-template4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.home-template4-card{min-width:0;border-radius:15px!important}.home-template4-card .front-product-img{aspect-ratio:1/1.12!important}.home-template4-card .front-product-img img{object-fit:cover}.home-template4-btn{height:34px!important;margin:7px 7px 9px!important;font-size:13px!important;letter-spacing:0!important;white-space:nowrap;padding:0 6px!important}.home-template4-card .img-placeholder{font-size:13px}}@media(max-width:390px){.home-template4 .front-shell{padding:8px}.home-template4 .product-list-template4{gap:8px!important}.home-template4-card{border-radius:13px!important}.home-template4-card .front-product-img{aspect-ratio:1/1.16!important}.home-template4-btn{height:32px!important;margin:6px 6px 8px!important;font-size:12px!important}}@media(max-width:320px){.home-template4 .product-list-template4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.home-template4-btn{font-size:11px!important;height:30px!important}}

/* 首页手动选择所在地 */
.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}}
