:root{color:#0f172a;background:#f1f5f9;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:.55rem .9rem}button.secondary{color:#0f172a;background:#e2e8f0}button.danger{background:#dc2626}input,select,textarea{background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.55rem .75rem}.layout{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.sidebar{color:#e2e8f0;background:#0f172a;padding:1.25rem}.sidebar h1{margin:0 0 1.5rem;font-size:1.1rem}.sidebar nav{gap:.4rem;display:grid}.sidebar a{border-radius:8px;padding:.6rem .75rem}.sidebar a.active,.sidebar a:hover{background:#1e293b}.content{padding:1.5rem}.card{background:#fff;border-radius:14px;padding:1rem 1.1rem;box-shadow:0 1px 2px #0f172a0f}.grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.stat h3{color:#64748b;margin:0;font-size:.85rem;font-weight:600}.stat p{margin:.35rem 0 0;font-size:1.6rem;font-weight:700}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.7rem .5rem;font-size:.92rem}.toolbar{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.login-page{place-items:center;min-height:100vh;display:grid}.login-card{gap:.75rem;width:min(400px,92vw);display:grid}.badge{background:#e2e8f0;border-radius:999px;padding:.15rem .5rem;font-size:.75rem;display:inline-block}.badge.open{color:#92400e;background:#fef3c7}.badge.resolved{color:#166534;background:#dcfce7}.muted{color:#64748b}.error{color:#dc2626}.stack{gap:.75rem;display:grid}.row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.message-list{gap:.65rem;max-height:70vh;display:grid;overflow:auto}.message{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.65rem .8rem}@media (width<=860px){.layout{grid-template-columns:1fr}.sidebar{align-items:center;gap:1rem;display:flex;overflow-x:auto}.sidebar nav{display:flex}}
