:root{--panel:#ffffff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--brand:#1d4ed8;--brand2:#2563eb}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f1f5f9;color:var(--ink);height:100vh;overflow:hidden}.content>*:not(router-outlet){flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.scroll-y{flex:1 1 auto;min-height:0;overflow-y:auto}.sticky-head thead th{position:sticky;top:0;background:#fff;z-index:2}
