:root{font-family:Inter,"Microsoft YaHei",Arial,sans-serif;color:#151515;background:#f5f6f8;line-height:1.5}*{box-sizing:border-box}body{margin:0;background:#f5f6f8}.topbar{height:64px;background:#111;color:#fff;display:flex;align-items:center;padding:0 24px;gap:14px;position:sticky;top:0;z-index:20}.logo{width:38px;height:38px;border-radius:10px;background:#fff;color:#000;display:grid;place-items:center;font-size:25px;font-weight:900}.brand{font-size:18px;font-weight:700}.network{margin-left:auto;font-size:13px;padding:7px 12px;border-radius:999px;background:#303030}.network.ok{background:#166534}.network.bad{background:#991b1b}.network.wait{background:#854d0e}.layout{max-width:1280px;margin:24px auto;padding:0 18px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;box-shadow:0 4px 16px rgba(0,0,0,.04);margin-bottom:18px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat{background:#fff;border:1px solid #ddd;border-radius:12px;padding:16px}.stat b{display:block;font-size:25px}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.tab{border:0;background:#e5e7eb;padding:9px 14px;border-radius:9px;cursor:pointer}.tab.active{background:#111;color:#fff}.pane{display:none}.pane.active{display:block}label{font-size:13px;font-weight:600;display:block;margin:10px 0 5px}input,textarea,select{width:100%;padding:10px 11px;border:1px solid #cfd4dc;border-radius:8px;font:inherit;background:#fff}textarea{min-height:100px;resize:vertical}button{border:0;border-radius:8px;padding:10px 15px;background:#111;color:#fff;cursor:pointer;font-weight:600}button.secondary{background:#e5e7eb;color:#111}button.danger{background:#b91c1c}button.warning{background:#a16207}button.success{background:#166534}button:disabled{opacity:.5;cursor:not-allowed}.row{display:flex;gap:10px;align-items:center}.row>*{min-width:0}.grow{flex:1}.muted{color:#6b7280;font-size:13px}.alert{padding:13px;border-radius:9px;margin:10px 0;background:#eff6ff;border:1px solid #bfdbfe}.alert.warn{background:#fffbeb;border-color:#fde68a}.alert.danger{background:#fef2f2;border-color:#fecaca}.hidden{display:none!important}.table-wrap{overflow:auto;border:1px solid #e5e7eb;border-radius:10px}table{border-collapse:collapse;width:100%;font-size:13px;background:#fff}th,td{padding:10px;border-bottom:1px solid #e5e7eb;text-align:left;white-space:nowrap}th{background:#f9fafb;position:sticky;top:0}tr:hover td{background:#fafafa}.badge{display:inline-block;border-radius:999px;padding:3px 8px;background:#e5e7eb;font-size:12px}.badge.pending{background:#fef3c7}.badge.processing{background:#dbeafe}.badge.completed{background:#dcfce7}.badge.reupload{background:#fee2e2}.badge.deleted{background:#f3f4f6}.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:20px;z-index:50}.modal-box{background:#fff;width:min(900px,100%);max-height:90vh;overflow:auto;border-radius:14px;padding:22px}.modal-small{width:min(560px,100%)}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(460px,100%);background:#fff;padding:28px;border-radius:16px;box-shadow:0 15px 45px rgba(0,0,0,.12)}.progress{height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden}.progress>div{height:100%;width:0;background:#111;transition:width .2s}.files{display:grid;gap:8px}.file-item{display:flex;gap:8px;align-items:center;border:1px solid #e5e7eb;border-radius:8px;padding:8px}.report{position:relative;user-select:none;-webkit-user-select:none}.watermark{position:fixed;inset:0;pointer-events:none;overflow:hidden;opacity:.08;z-index:10;display:grid;grid-template-columns:repeat(3,1fr);gap:80px;transform:rotate(-22deg);font-size:28px;font-weight:800}.report-content{white-space:pre-wrap;line-height:1.9}.toast{position:fixed;right:24px;bottom:24px;padding:12px 16px;background:#111;color:#fff;border-radius:10px;z-index:100;max-width:420px}.toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:end}.toolbar>div{min-width:150px;flex:1}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-title h2,.section-title h3{margin:0}@media(max-width:800px){.grid-2,.grid-3,.stats{grid-template-columns:1fr}.topbar{padding:0 12px}.layout{padding:0 10px}.row{flex-wrap:wrap}}
