*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Segoe UI,system-ui,sans-serif}h1,h2,h3,p{margin:0}table{width:100%}a{color:inherit}button{font-family:inherit}.mobile-topbar{display:none}.sidebar{z-index:200;width:220px;height:100vh;transition:transform .2s;position:fixed;top:0;left:0}.sidebar-backdrop{display:none}.main-content{min-height:100vh;margin-left:220px;padding:28px 32px}.stat-grid-4{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.stat-grid-3,.project-grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.table-scroll{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.detail-row{justify-content:space-between;gap:12px;display:flex}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.log-header{justify-content:space-between;display:flex}.sidebar-close{display:none}@media (width<=1024px){.stat-grid-4,.project-grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.mobile-topbar{z-index:150;align-items:center;gap:12px;height:56px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-backdrop.open{z-index:199;background:#00000073;display:block;position:fixed;inset:0}.main-content{margin-left:0;padding:72px 16px 24px}.stat-grid-4,.stat-grid-3,.project-grid-3{grid-template-columns:1fr}.detail-row,.log-header{flex-direction:column;align-items:flex-start;gap:4px}.sidebar-close{display:inline-block}}
