*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--bg: #f1f5f9;--card: #ffffff;--border: #e2e8f0;--text: #1e293b;--text-2: #64748b;--sidebar-bg: #0f172a;--sidebar-text: #94a3b8;--sidebar-active: #2563eb;--green: #16a34a;--red: #dc2626;--orange: #d97706;--purple: #7c3aed;--blue: #2563eb;--gray: #64748b;--radius: 10px;--shadow: 0 1px 3px rgba(15, 23, 42, .08)}html,body,#root{height:100%}body{font-family:Microsoft YaHei,PingFang SC,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:14px}.layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:220px;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;flex-shrink:0}.mask,.hamburger{display:none}.brand{padding:20px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.06)}.brand-logo{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.brand-name{color:#e2e8f0;font-size:14px;font-weight:600;line-height:1.3}.menu{flex:1;padding:12px 10px;overflow-y:auto}.menu-item{display:block;padding:10px 12px;margin-bottom:4px;border-radius:8px;color:var(--sidebar-text);text-decoration:none;font-size:14px;transition:all .15s}.menu-item:hover{color:#e2e8f0;background:#ffffff0f}.menu-item.active{color:#fff;background:var(--sidebar-active);font-weight:600}.sidebar-foot{padding:12px;border-top:1px solid rgba(255,255,255,.06)}.user-info{display:flex;align-items:center;gap:10px;margin-bottom:10px}.user-avatar{width:34px;height:34px;border-radius:50%;background:#334155;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.user-name{color:#e2e8f0;font-size:13px}.user-role{color:var(--sidebar-text);font-size:12px}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:56px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0}.topbar-title{font-size:16px;font-weight:600}.topbar-left{display:flex;align-items:center;gap:10px;min-width:0}.topbar-right{display:flex;align-items:center;gap:8px}.store-label{color:var(--text-2);font-size:13px}.content{flex:1;overflow-y:auto;padding:20px}.hamburger{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0}.hamburger span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px}@media (max-width: 768px){.hamburger{display:flex}.layout{position:relative}.mask{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:90}.mask.show{display:block}.sidebar{position:fixed;left:0;top:0;bottom:0;width:240px;z-index:100;transform:translate(-100%);transition:transform .25s ease;box-shadow:4px 0 20px #0f172a40}.sidebar.open{transform:translate(0)}.topbar{padding:8px 12px;gap:6px;height:auto;flex-wrap:wrap}.topbar-right .input.select{max-width:130px}.store-label{display:none}.content{padding:12px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.form-row{flex-direction:column}th,td{padding:8px;font-size:12px}.card-pad{padding:12px}.modal{padding:14px}.summary-item .value{font-size:16px}.chart{height:240px}.chart-sm{height:220px}.login-card{width:92vw;padding:28px 20px}}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.card-pad{padding:16px}.card-title{font-size:15px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.grid{display:grid;gap:16px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 1100px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.grid-2{grid-template-columns:1fr}}.stat-card{padding:16px;display:flex;flex-direction:column;gap:6px}.stat-label{color:var(--text-2);font-size:13px}.stat-value{font-size:26px;font-weight:700;line-height:1.2}.stat-sub{color:var(--text-2);font-size:12px}.stat-value.blue{color:var(--blue)}.stat-value.green{color:var(--green)}.stat-value.orange{color:var(--orange)}.stat-value.red{color:var(--red)}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.input,.select{padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:#fff;color:var(--text);outline:none;min-width:0}.input:focus,.select:focus{border-color:var(--primary)}.input-sm{padding:6px 8px;font-size:13px}.btn{padding:8px 14px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text);font-size:13px;cursor:pointer;transition:all .15s;white-space:nowrap}.btn:hover{border-color:var(--primary);color:var(--primary)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);color:#fff}.btn-danger{background:#fff;border-color:#fecaca;color:var(--red)}.btn-danger:hover{background:#fef2f2;border-color:var(--red)}.btn-success{background:var(--green);border-color:var(--green);color:#fff}.btn-success:hover{opacity:.9;color:#fff}.btn-ghost{background:transparent;border-color:#fff3;color:var(--sidebar-text)}.btn-ghost:hover{color:#fff;border-color:#fff6}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}th{background:#f8fafc;color:var(--text-2);font-weight:600}tr:hover td{background:#f8fafc}.tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;line-height:18px}.tag-blue{background:#dbeafe;color:var(--blue)}.tag-green{background:#dcfce7;color:var(--green)}.tag-orange{background:#fef3c7;color:var(--orange)}.tag-red{background:#fee2e2;color:var(--red)}.tag-purple{background:#ede9fe;color:var(--purple)}.tag-gray{background:#f1f5f9;color:var(--gray)}.empty{text-align:center;color:var(--text-2);padding:40px 0}.login-wrap{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e3a8a)}.login-card{width:360px;background:#fff;border-radius:14px;padding:36px 32px;box-shadow:0 20px 60px #0000004d}.login-title{font-size:20px;font-weight:700;text-align:center;margin-bottom:6px}.login-sub{text-align:center;color:var(--text-2);font-size:13px;margin-bottom:24px}.login-field{margin-bottom:14px}.login-field label{display:block;font-size:13px;color:var(--text-2);margin-bottom:6px}.login-field .input{width:100%;padding:10px 12px}.login-error{color:var(--red);font-size:13px;margin-bottom:12px;text-align:center}.login-hint{margin-top:16px;padding:12px;background:#f8fafc;border-radius:8px;font-size:12px;color:var(--text-2);line-height:1.8}.login-hint b{color:var(--text)}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:100;display:flex;align-items:center;justify-content:center}.modal{background:#fff;border-radius:12px;width:560px;max-width:92vw;max-height:86vh;overflow-y:auto;padding:20px}.modal-lg{width:760px}.modal-title{font-size:15px;font-weight:600;margin-bottom:16px}.form-row{display:flex;gap:10px;margin-bottom:12px}.form-field{flex:1;min-width:0}.form-field label{display:block;font-size:12px;color:var(--text-2);margin-bottom:4px}.form-field .input,.form-field .select{width:100%}.modal-foot{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.chart{width:100%;height:300px}.chart-sm{height:260px}.mono{font-family:Consolas,Menlo,monospace}.muted{color:var(--text-2)}.pager{display:flex;align-items:center;justify-content:center}.row-disabled{opacity:.55;background:#f8fafc}.row-disabled td{text-decoration:none}.list-item{padding:10px 12px;border:1px solid var(--line);border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .15s}.list-item:hover{border-color:var(--primary)}.list-item.active{border-color:var(--primary);background:#eff6ff}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.chat-box{height:340px;overflow-y:auto;background:#f8fafc;border:1px solid var(--line);border-radius:10px;padding:12px}.chat-msg{display:flex;flex-direction:column;margin-bottom:10px}.chat-msg.left{align-items:flex-start}.chat-msg.right{align-items:flex-end}.chat-bubble{max-width:78%;padding:8px 12px;border-radius:10px;font-size:13px;line-height:1.5}.chat-msg.left .chat-bubble{background:#fff;border:1px solid var(--line)}.chat-msg.right .chat-bubble{background:var(--primary);color:#fff}.flex{display:flex;align-items:center;gap:8px}.flex-between{display:flex;align-items:center;justify-content:space-between}.mt8{margin-top:8px}.mt16{margin-top:16px}.mb16{margin-bottom:16px}.summary-line{display:flex;gap:24px;flex-wrap:wrap;padding:14px 16px}.summary-item .label{color:var(--text-2);font-size:12px}.summary-item .value{font-size:18px;font-weight:700}.value-green{color:var(--green)}.value-red{color:var(--red)}
