html,body{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.min-vh-100{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.fab{z-index:1000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #00000026}.todo-item{transition:all .2s}.todo-item:hover{background-color:#f8f9fa}.project-item{cursor:pointer;border-left:4px solid #0000;transition:all .2s}.project-item:hover{background-color:#f8f9fa}.project-item.active{border-left-color:var(--bs-primary);color:inherit;background-color:#e7f3ff}.sidebar{border-right:1px solid #dee2e6;height:calc(100vh - 56px);overflow-y:auto}.main-content{height:calc(100vh - 56px);overflow-y:auto}.loading-overlay{z-index:9999;background:#fffc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes strikethrough{0%{text-decoration-color:#0000}to{text-decoration-color:currentColor}}.todo-completed{color:#6c757d;text-decoration:line-through;animation:.3s ease-in strikethrough}@media (max-width:767.98px){.sidebar{border-bottom:1px solid #dee2e6;border-right:none;height:auto}.main-content{height:auto}.fab{display:flex}}@media (min-width:768px){.fab{display:none}}
