.login-wrap[data-v-bd5dca07]{min-height:100vh;display:grid;place-items:center;background:linear-gradient(180deg,#eef3f9,#f5f5f7)}.login-card[data-v-bd5dca07]{width:min(400px,92vw);display:grid;gap:10px}.login-card h1[data-v-bd5dca07]{margin:0;font-size:28px}.err[data-v-bd5dca07]{color:var(--danger);margin:0}.layout[data-v-8c83d552]{min-height:100vh;display:grid;grid-template-columns:220px 1fr}aside[data-v-8c83d552]{background:#111;color:#fff;padding:24px 16px;display:flex;flex-direction:column;gap:16px}.brand[data-v-8c83d552]{font-size:22px;font-weight:700;letter-spacing:.04em}nav[data-v-8c83d552]{display:grid;gap:8px;flex:1}nav a[data-v-8c83d552]{padding:10px 12px;border-radius:10px;color:#c7c7cc}nav a.router-link-active[data-v-8c83d552]{background:#0071e3;color:#fff}main[data-v-8c83d552]{padding:28px}@media (max-width: 800px){.layout[data-v-8c83d552]{grid-template-columns:1fr}aside[data-v-8c83d552]{flex-direction:row;flex-wrap:wrap;align-items:center}nav[data-v-8c83d552]{display:flex;flex-wrap:wrap}}.grid[data-v-953adb26]{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:16px}.stat strong[data-v-953adb26]{font-size:32px;display:block;margin-top:8px}.head[data-v-b11de176]{display:flex;justify-content:space-between;align-items:center}.actions[data-v-b11de176]{display:flex;gap:8px;justify-content:flex-end}.head[data-v-6d858abc]{display:flex;justify-content:space-between;align-items:center}.actions[data-v-6d858abc]{display:flex;gap:8px;justify-content:flex-end}.actions[data-v-7b4814be]{white-space:nowrap}.btn.tiny[data-v-7b4814be]{font-size:12px;padding:4px 8px;margin-right:4px}code[data-v-7b4814be]{font-size:12px}.head[data-v-97b9ba94]{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.section[data-v-97b9ba94]{margin-bottom:16px;display:grid;gap:12px}.row-head[data-v-97b9ba94]{display:flex;justify-content:space-between;align-items:center;gap:12px}.grid2[data-v-97b9ba94]{display:grid;grid-template-columns:1fr 1fr;gap:12px}label[data-v-97b9ba94],label.block[data-v-97b9ba94]{display:grid;gap:6px;font-size:13px;color:var(--muted)}.actions[data-v-97b9ba94]{display:flex;gap:8px;flex-wrap:wrap}.icon-row[data-v-97b9ba94]{display:flex;gap:16px;align-items:flex-start}.preview[data-v-97b9ba94]{width:88px;height:88px;border-radius:16px;background:#f2f4f7;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.preview img[data-v-97b9ba94]{width:100%;height:100%;object-fit:contain}.preview.empty[data-v-97b9ba94]{font-size:12px;color:var(--muted)}.icon-actions[data-v-97b9ba94]{flex:1;display:grid;gap:8px}.file-btn[data-v-97b9ba94]{display:inline-flex;align-items:center}.tip[data-v-97b9ba94]{margin-top:12px}@media (max-width: 720px){.grid2[data-v-97b9ba94]{grid-template-columns:1fr}.head[data-v-97b9ba94]{flex-direction:column}}.head[data-v-cf8b5411]{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.section[data-v-cf8b5411]{margin-bottom:16px;display:grid;gap:12px}.row-head[data-v-cf8b5411]{display:flex;justify-content:space-between;align-items:center;gap:12px}.grid2[data-v-cf8b5411]{display:grid;grid-template-columns:1fr 1fr;gap:12px}label[data-v-cf8b5411],label.block[data-v-cf8b5411]{display:grid;gap:6px;font-size:13px;color:var(--muted)}label.check[data-v-cf8b5411]{display:flex;align-items:center;gap:8px;margin-top:24px;color:var(--text)}.actions[data-v-cf8b5411]{display:flex;gap:8px;flex-wrap:wrap}.icon-row[data-v-cf8b5411]{display:flex;gap:16px;align-items:flex-start}.preview[data-v-cf8b5411]{width:88px;height:88px;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.preview img[data-v-cf8b5411]{width:72px;height:72px;object-fit:contain}.preview.empty[data-v-cf8b5411]{background:#f2f4f7;font-size:12px;color:var(--muted)}.icon-actions[data-v-cf8b5411]{flex:1;display:grid;gap:8px}.file-btn[data-v-cf8b5411]{display:inline-flex;align-items:center}.preset[data-v-cf8b5411]{display:flex;gap:8px}.tip[data-v-cf8b5411]{margin-top:12px}@media (max-width: 720px){.grid2[data-v-cf8b5411]{grid-template-columns:1fr}.head[data-v-cf8b5411]{flex-direction:column}}:root{--bg: #f5f5f7;--card: #ffffff;--text: #1d1d1f;--muted: #86868b;--line: #e8e8ed;--accent: #0071e3;--danger: #ff3b30}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.card{background:var(--card);border-radius:20px;box-shadow:0 2px 12px #0000000a;padding:20px}.btn{border:none;border-radius:12px;padding:10px 16px;background:var(--accent);color:#fff;cursor:pointer}.btn.ghost{background:#eef3f9;color:var(--accent)}.btn.danger{background:var(--danger)}.input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px 8px;border-bottom:1px solid var(--line);font-size:14px}.muted{color:var(--muted)}
