@keyframes slideInFromTop{0%{transform:translateY(-5px);opacity:.5}to{transform:translateY(0);opacity:1}}:root{--text: #e3ebf8;--text-light: #e3ebf8;--text-dark: #172131;--text-secondary: #bec3ca;--background: #111111ff;--primary: #226bf3;--primary-dark: #2d62c5;--danger: #c03333;--success: #78da3b;--warning: #e2c335;--gray: #303030;--list-background: #1e1e1e;--list-hover: #383838;--task-background: #34373f62;--border: #303030;--ring: 48, 48, 48;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;color-scheme:dark;color:var(--text);font-synthesis:none;font-optical-sizing:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=light]{--text: #172131;--text-light: #e3ebf8;--text-dark: #172131;--text-secondary: #23272f;--background: #ffffff;--primary: #226bf3;--primary-dark: #2e62c4;--danger: #c03333;--success: #78da3b;--warning: #e2c335;--gray: #cccccc;--list-background: #f0f0f0;--list-hover: #dedede;--task-background: var(--background);--border: #cfd3da;--ring: 204, 204, 204;color-scheme:light}*{margin:0;padding:0;box-sizing:border-box}button{background:none;border:none;cursor:pointer;color:inherit;font-size:inherit;margin:0;padding:0}input,select,button,textarea{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400}input,select{line-height:1.5}a{color:inherit;text-decoration:none}body{min-height:100vh;height:100%}h1{font-size:3.2rem;line-height:1.1}#root{display:flex;flex-flow:column;min-height:100vh;height:100%}::-webkit-scrollbar{width:7px;height:8px}::-webkit-scrollbar-thumb{-webkit-border-radius:8px;border-radius:8px;background:light-dark(rgb(206,206,206),rgb(56,56,56))}::-webkit-scrollbar-thumb:hover{background:light-dark(rgb(176,176,176),rgb(96,96,96))}.draggable-list-container{min-width:280px;touch-action:none}.dragged-column-overlay{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0003;min-width:280px;max-width:300px;pointer-events:none}.column-header{padding:12px;border-bottom:1px solid #eee;font-weight:700}.column-content{padding:8px}.task-preview{background:#f8f8f8;margin:4px 0;padding:8px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expand-menu{position:absolute;top:48px;right:0;z-index:10;padding:1rem;border:1px solid hwb(0 19% 81%);border-radius:8px 0 8px 8px;background-color:var(--task-background);width:200px;font-size:.875rem;display:flex;flex-direction:column;animation:slideInFromTop .1s ease-in-out}.expand-group{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.expand-option{padding:.25rem 0;color:var(--text);display:flex;align-items:center;gap:8px}.expand-option:hover{cursor:pointer}.expand-option:hover:before{width:100%;height:36px;content:"";position:absolute;left:0;z-index:-1;background-color:var(--list-hover)}.button--left{justify-content:flex-start!important}
