:root{font-family:Space Grotesk,Segoe UI,sans-serif;color:#17233b;background:radial-gradient(circle at top left,#f8fafc,#dde7f5 70%)}*{box-sizing:border-box}body{margin:0}.layout{min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#0f172a;color:#f8fafc}.topbar nav{display:flex;gap:1rem}.topbar a{color:#c7d2fe;text-decoration:none}.topbar button.logout{border:0;border-radius:8px;padding:.45rem .7rem;background:#334155;color:#f8fafc}main{padding:1.5rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.cards article{background:#fff;border-radius:10px;padding:1rem}.form{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.auth-page{max-width:440px;margin:4rem auto;background:#fff;border-radius:12px;padding:1.2rem}.error{color:#dc2626}button{border:0;border-radius:8px;padding:.55rem .8rem;background:#1d4ed8;color:#fff}.inline-actions{display:flex;gap:.5rem;margin-top:.4rem}select{border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .5rem}table{width:100%;margin-top:1rem;border-collapse:collapse;background:#fff}th,td{border-bottom:1px solid #dbe2ea;padding:.65rem;text-align:left}@media(max-width:760px){.topbar{flex-direction:column;align-items:flex-start;gap:.5rem}}
