@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden;background:#0c0d10;color:#ddd8cc;font-family:DM Sans,sans-serif;font-size:14px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2b30;border-radius:2px}button{cursor:pointer;border:none;background:none;color:inherit;font-family:inherit;font-size:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:transparent;border:none;outline:none}input::placeholder,textarea::placeholder{color:#555}.app-shell{display:flex;flex-direction:row;height:100vh;overflow:hidden}.app-nav{width:64px;background:#0a0b0e;border-right:1px solid #1a1b1f;display:flex;flex-direction:column;align-items:center;padding-top:20px;gap:4px;flex-shrink:0}.app-nav-logo{width:32px;height:32px;background:#f5a623;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0}.app-nav-items{display:flex;flex-direction:column;gap:4px}.nav-btn{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:transparent;color:#444;transition:color .15s,background .15s;position:relative}.nav-btn:hover{color:#888}.nav-btn--active{background:#161820;color:#f5a623}.nav-btn--active:hover{color:#f5a623}.nav-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:20px;background:#f5a623;border-radius:0 2px 2px 0}.app-nav-controls{margin-top:auto;padding-bottom:16px;display:flex;flex-direction:column;align-items:center;gap:4px;position:relative}.nav-ctrl-btn{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#444;transition:color .15s}.nav-ctrl-btn:hover{color:#aaa}.nav-avatar-btn{width:36px;height:36px;border-radius:50%;background:#f5a623;color:#0c0d10;font-weight:700;font-size:13px;font-family:Syne,sans-serif;display:flex;align-items:center;justify-content:center}.import-err-toast{position:absolute;bottom:120px;left:72px;background:#2a1a1a;border:1px solid #7f2020;color:#f87171;font-size:11px;padding:6px 10px;border-radius:8px;width:180px;z-index:100}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.tasks-shell{display:flex;height:100%;overflow:hidden;position:relative}.tasks-sidebar{width:200px;border-right:1px solid #1a1b1f;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;background:#0a0b0e}.tasks-sidebar-toggle,.tasks-backdrop{display:none}@media(max-width:639px){.app-shell{flex-direction:column}.app-nav{width:100%;height:56px;flex-direction:row;padding:0 12px;gap:0;align-items:center;border-right:none;border-bottom:1px solid #1a1b1f}.app-nav-logo{margin-bottom:0;margin-right:8px}.app-nav-items{flex-direction:row;flex:1;justify-content:center;gap:4px}.nav-btn{width:40px;height:40px}.nav-indicator{left:50%;top:auto;bottom:0;transform:translate(-50%);width:20px;height:2px;border-radius:2px 2px 0 0}.app-nav-controls{margin-top:0;padding-bottom:0;flex-direction:row;gap:2px}.import-err-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);top:auto;width:auto;white-space:nowrap}.app-main{overflow-y:auto;overflow-x:hidden}.tasks-sidebar{position:absolute;top:0;left:0;bottom:0;width:260px;z-index:20;transform:translate(-100%);transition:transform .2s ease}.tasks-sidebar--open{transform:translate(0);box-shadow:8px 0 32px #0009}.tasks-sidebar-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#888;flex-shrink:0}.tasks-backdrop{display:block;position:absolute;inset:0;z-index:15}}
