:root{color:#1f2933;background:#f5f7f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{background:#17212b;color:#fff;padding:24px 18px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:28px}.nav-item,.icon-button,.primary{border:0;cursor:pointer}.nav-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;color:#d9e2ec;background:transparent}.nav-item.active{background:#243447}.content{padding:28px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.topbar h1{margin:0 0 4px;font-size:28px}.topbar p{margin:0;color:#627282}.icon-button{width:38px;height:38px;display:grid;place-items:center;border-radius:6px;background:#fff;color:#1f2933;box-shadow:0 1px 2px #1f293314}.login-panel,.table-shell{background:#fff;border:1px solid #d9e2ec;border-radius:8px;box-shadow:0 1px 2px #1f29330f}.login-panel{max-width:360px;padding:20px;display:grid;gap:14px}label{display:grid;gap:6px;color:#52616f}input{height:38px;border:1px solid #bcccdc;border-radius:6px;padding:0 10px}.primary{height:40px;border-radius:6px;background:#157f77;color:#fff}.error{margin:0;color:#b42318}.table-shell{overflow:hidden}table{width:100%;border-collapse:collapse}th,td{padding:13px 14px;border-bottom:1px solid #edf1f5;text-align:left;vertical-align:top}th{font-size:13px;color:#627282;background:#f8fafb}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.status{display:inline-flex;align-items:center;min-width:64px;justify-content:center;padding:3px 8px;border-radius:999px;font-size:12px;text-transform:uppercase}.status.active{color:#0b6b58;background:#dff8ef}.status.paused{color:#8a4b0f;background:#fff1d6}a{display:inline-flex;align-items:center;gap:4px;color:#126cbb;text-decoration:none}@media(max-width:800px){.shell{grid-template-columns:1fr}.sidebar{display:none}.content{padding:18px}}
