:root{color-scheme:dark light;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:#0b1220;color:#e5e7eb}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#111827;padding:1rem;border-right:1px solid #1f2937}.main{display:flex;flex-direction:column}.header{padding:.75rem 1rem;border-bottom:1px solid #1f2937;background:#0f172a;display:flex;justify-content:space-between}.page{padding:1rem}.card{background:#111827;border:1px solid #1f2937;border-radius:.75rem;padding:1rem;margin-bottom:.75rem}.grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}input,textarea,select,button{background:#0f172a;color:#e5e7eb;border:1px solid #334155;border-radius:.5rem;padding:.5rem .6rem}button{cursor:pointer}textarea{min-height:90px;width:100%}@media (max-width: 860px){.app-shell{grid-template-columns:1fr}.sidebar{display:flex;gap:.75rem;overflow:auto}}
