:root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}.layout{min-height:100vh;padding:1rem;max-width:1200px;margin:0 auto}.header h1{margin:0;font-size:clamp(1.25rem,3vw,1.9rem)}.header p{color:#475569;margin-top:.3rem}.nav{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.tab{border:1px solid #cbd5e1;background:#fff;color:#1e293b;border-radius:999px;padding:.45rem .9rem;cursor:pointer}.tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.filters{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:1rem}.filters input,.filters select{border:1px solid #cbd5e1;border-radius:10px;padding:.5rem .65rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem}.card{border:1px solid #e2e8f0;border-radius:10px;padding:.8rem;background:#f8fafc}.card h3{margin:0 0 .2rem;font-size:.9rem;color:#475569}.card strong{font-size:1.2rem}.tableWrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:680px}th,td{border-bottom:1px solid #e2e8f0;text-align:left;padding:.6rem .45rem;font-size:.9rem}.error{color:#b91c1c}.success{color:#166534}.formGrid{display:grid;gap:.75rem;max-width:640px}.formGrid h2{margin:0 0 .25rem}.formGrid input,.formGrid textarea,.formGrid button{border:1px solid #cbd5e1;border-radius:10px;padding:.6rem .75rem;font:inherit}.formGrid textarea{min-height:90px;resize:vertical}.formGrid button{background:#3b82f6;color:#fff;border-color:#3b82f6;cursor:pointer}
