:root{--hour-width: 120px;--header-height: 64px;--person-name-width: 150px;--lane-height: 40px;--row-height: 80px}body{margin:0;padding:0;overflow:hidden;height:100vh;width:100vw;background-color:#121212;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif}#root{height:100%;width:100%}.gantt-grid{background-image:linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:var(--hour-width) 100%,100% var(--lane-height);background-attachment:local}.gantt-subgrid{background-image:linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:calc(var(--hour-width) / 6) 100%}
