.app-shell{display:flex;min-height:100vh;background:#07111f;color:#eff6ff}.sidebar{width:270px;padding:2rem 1.25rem;background:#09111efa;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:2rem}.sidebar h1{margin:0 0 .35rem;font-size:1.2rem}.sidebar p{margin:0;color:#86a2bf}.sidebar nav{display:flex;flex-direction:column;gap:.5rem}.nav-link{padding:.8rem .95rem;border-radius:12px;color:#dce8f7;transition:background .2s ease}.nav-link:hover,.nav-link.active{background:#15304f}.main-content{flex:1;padding:1.5rem 2rem 2rem}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.topbar h2{margin:0}.eyebrow{margin:0 0 .2rem;color:#6ea8ff;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem}.topbar-actions{display:flex;align-items:center;gap:1rem}.topbar-actions button{padding:.7rem 1rem;border-radius:999px;background:#2563eb;color:#fff}.page{display:flex;flex-direction:column;gap:1.25rem}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.1rem 1.2rem;box-shadow:0 10px 30px #0000002e}.card h3,.card h4{margin:0 0 .3rem}.card p{margin:0;color:#8fa6be}.form-card,.table-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.25rem}.form-row{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:1rem}label{display:flex;flex-direction:column;gap:.35rem;color:#dce8f7;font-size:.95rem}input,select,textarea{border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#ffffff12;color:#fff;padding:.72rem .8rem}button.primary{padding:.8rem 1rem;border-radius:10px;background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff}table{width:100%;border-collapse:collapse;margin-top:1rem}th,td{text-align:left;padding:.8rem .6rem;border-bottom:1px solid rgba(255,255,255,.08)}th{color:#7da6d8;font-weight:600}.status-pill{display:inline-block;padding:.3rem .65rem;border-radius:999px;background:#22c55e33;color:#7df0a7;font-size:.85rem}@media (max-width: 900px){.app-shell{flex-direction:column}.sidebar{width:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#e5eef8;background-color:#07111f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#07111f,#10233d)}button,input,select,textarea{font:inherit}button{border:none;cursor:pointer}a{color:inherit;text-decoration:none}#root{min-height:100vh}
