:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:light dark;color:#0a0a0a;background:#fafafa}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{-webkit-font-smoothing:antialiased}a{color:inherit}button{font:inherit}.ops-shell{display:grid;grid-template-rows:56px 1fr;height:100%}.ops-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#0a0a0a;color:#fafafa}.ops-topbar .brand{font-weight:700;letter-spacing:.02em}.ops-chip{display:inline-block;padding:4px 10px;border-radius:9999px;background:#1f2937;color:#fef3c7;font-size:12px;margin-left:8px}.ops-layout{display:grid;grid-template-columns:220px 1fr;height:100%}.ops-sidebar{background:#f3f4f6;padding:16px;border-right:1px solid #e5e7eb}.ops-sidebar a{display:block;padding:10px 12px;border-radius:8px;text-decoration:none;color:#111827;margin-bottom:4px;min-height:44px}.ops-sidebar a.active{background:#111827;color:#fafafa}.ops-content{padding:24px;overflow:auto}button.ops-btn{min-height:44px;padding:10px 16px;border-radius:8px;border:1px solid #111827;background:#111827;color:#fafafa;cursor:pointer}button.ops-btn[disabled]{opacity:.5;cursor:not-allowed}.ops-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}table.ops-table{width:100%;border-collapse:collapse}.ops-table th,.ops-table td{text-align:left;padding:8px 12px;border-bottom:1px solid #e5e7eb}@media (max-width: 768px){.ops-layout{grid-template-columns:1fr;grid-template-rows:1fr 64px}.ops-sidebar{order:2;display:flex;justify-content:space-around;padding:8px;border-right:0;border-top:1px solid #e5e7eb}.ops-sidebar a{flex:1;text-align:center;font-size:12px;padding:8px 4px}}
