:root{--bg:#f4f6fb;--ink:#172033;--muted:#667085;--line:#dbe3ef;--red:#c5121c;--red2:#ef4444;--gold:#f6b51c;--navy:#172033;--card:#fff;--green:#16a34a;--shadow:0 14px 40px rgba(15,23,42,.10)}
*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;overflow:hidden}.app-header{height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid var(--line);box-shadow:var(--shadow);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:12px;min-width:0}.logo{width:48px;height:48px;border-radius:15px;object-fit:contain;background:#fff;border:1px solid #f2d3bd;padding:4px;box-shadow:0 10px 26px rgba(197,18,28,.14)}h1{margin:0;font-size:22px;letter-spacing:-.04em}p{margin:3px 0 0;color:var(--muted);font-size:12px;font-weight:750}.actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.actions button,.pager button,.pager select{height:34px;border-radius:11px;border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:850;padding:0 12px;cursor:pointer;box-shadow:0 4px 12px rgba(15,23,42,.06)}button.primary{border-color:transparent;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff}.statusbar{height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;background:#111827;color:#e5e7eb;font-weight:800;font-size:12px}.statusbar.loading{background:linear-gradient(90deg,#111827,#3b1d22,#111827);background-size:220% 100%;animation:pulsebar 1.4s ease infinite}.statusbar.ok{background:#064e3b}.statusbar.err{background:#7f1d1d}@keyframes pulsebar{50%{background-position:100% 0}}.tabs{height:46px;display:flex;gap:8px;padding:7px 12px;background:#fff;border-bottom:1px solid var(--line);overflow-x:auto}.tab{border:1px solid var(--line);background:#fff;color:#334155;border-radius:999px;padding:0 14px;font-weight:900;white-space:nowrap}.tab.active{background:linear-gradient(135deg,var(--navy),#26364f);color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(15,23,42,.16)}.filters{height:auto;max-height:178px;overflow:auto;background:#fff;border-bottom:1px solid var(--line);padding:12px;position:relative;z-index:4}.filter-group{display:none;grid-template-columns:repeat(7,minmax(150px,1fr));gap:10px;align-items:end}.filter-group.active{display:grid}.field{min-width:0}.field.wide{grid-column:span 2}.field label{display:block;font-size:11px;color:#48566d;text-transform:uppercase;letter-spacing:.06em;font-weight:950;margin:0 0 5px}.field input,.field select{width:100%;height:38px;border:1px solid #cfd8e6;border-radius:12px;background:#fff;color:#172033;font-weight:760;padding:0 11px;outline:none}.field input:focus,.field select:focus{border-color:var(--red2);box-shadow:0 0 0 4px rgba(239,68,68,.12)}.field label:has(+ #bf1),.field label:has(+ #bf2),.field label:has(+ #bf3),.field label:has(+ #bf4),.field label:has(+ #bf5){color:#a61b1b}.pager{display:flex;align-items:center;gap:8px;justify-content:flex-end;margin-top:10px;font-weight:850}.pager select{padding:0 8px}main{height:calc(100vh - 74px - 34px - 46px - 178px);min-height:260px;background:#eef2f8}.panel{display:none;height:100%}.panel.active{display:block}.table-wrap{height:100%;overflow:auto;background:#fff;border-top:1px solid var(--line)}table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;font-size:12px}thead th{position:sticky;top:0;z-index:2;background:linear-gradient(180deg,#172033,#111827);color:#fff;text-align:left;padding:8px 10px;border-right:1px solid rgba(255,255,255,.12);white-space:nowrap;font-size:11px;text-transform:uppercase;letter-spacing:.035em}tbody td,tfoot td{padding:7px 10px;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;white-space:nowrap;max-width:360px;overflow:hidden;text-overflow:ellipsis}tbody tr:nth-child(odd) td{background:#f8fafc}tbody tr:hover td{background:#fff7ed}td.desc{max-width:520px;white-space:normal;min-width:260px;line-height:1.25}td.num{text-align:right;font-variant-numeric:tabular-nums}tfoot td{position:sticky;bottom:0;background:#fff7ed;font-weight:950}.empty{margin:14px;border:1px dashed #f0c27a;background:#fff;border-radius:16px;padding:16px;color:#6b4e16}.toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:20;background:#111827;color:#fff;padding:10px 14px;border-radius:12px;box-shadow:0 14px 40px rgba(15,23,42,.30);font-weight:850}.toast.show{display:block}.toast[hidden]{display:none!important}@media(max-width:900px){body{overflow:auto}.app-header{height:auto;align-items:flex-start;flex-direction:column}.actions{justify-content:flex-start}.filter-group{grid-template-columns:1fr 1fr}.field.wide{grid-column:span 2}.filters{max-height:none}main{height:calc(100vh - 280px)}}@media(max-width:560px){.filter-group{grid-template-columns:1fr}.field.wide{grid-column:auto}.actions button{flex:1 1 auto}.tabs{height:auto}.statusbar{height:auto;min-height:34px;align-items:flex-start;flex-direction:column;padding:8px 12px}}
