:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#282622;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#f7f4ee;--panel:#fffdfa;--panel-soft:#f0ebe2;--line:#ded7ca;--text:#282622;--muted:#746d62;--strong:#151412;--accent:#2f6f68;--accent-strong:#1f514c;--danger:#a5483e;--shadow:0 18px 50px #2a261e21;background:#f7f4ee;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:linear-gradient(180deg, #fffdfad1, #f7f4eedb), var(--bg);min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--text);background:#fffefa;border-radius:7px;outline:none}input,select{height:38px;padding:0 10px}textarea{resize:vertical;min-height:96px;padding:10px}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2f6f6824}h1,h2,h3,p{margin:0}.center-screen{text-align:center;place-content:center;gap:14px;min-height:100vh;padding:24px;display:grid}.loader-dot{background:var(--accent);border-radius:999px;width:12px;height:12px;margin:0 auto;animation:1.1s ease-in-out infinite pulse}.auth-layout{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-panel{border:1px solid var(--line);background:var(--panel);width:min(860px,100%);min-height:520px;box-shadow:var(--shadow);border-radius:8px;grid-template-columns:minmax(220px,.9fr) minmax(280px,1fr);display:grid;overflow:hidden}.auth-copy{border-right:1px solid var(--line);background:#eee7dc;flex-direction:column;justify-content:flex-end;gap:14px;padding:42px;display:flex}.auth-copy h1{font-size:34px;line-height:1.05}.auth-copy p,.muted{color:var(--muted)}.brand-mark{width:40px;height:40px;color:var(--accent-strong);background:#2f6f6817;border:1px solid #2f6f6838;border-radius:8px;place-items:center;display:grid}.auth-form,.modal-form{flex-direction:column;gap:16px;display:flex}.auth-form{justify-content:center;padding:42px}.auth-form h2{margin-bottom:6px;font-size:24px}label{color:var(--strong);gap:7px;font-size:13px;font-weight:650;display:grid}.primary-button,.secondary-button,.danger-button,.text-button,.icon-button,.chip{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:38px;text-decoration:none;display:inline-flex}.primary-button{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff;padding:0 14px;font-weight:700}.primary-button.compact,.secondary-button,.danger-button{min-height:36px;padding:0 12px}.secondary-button{border-color:var(--line);color:var(--text);background:#fffefa}.danger-button{color:var(--danger);background:#a5483e14;border-color:#a5483e3d;font-weight:700}.text-button{color:var(--accent-strong);background:0 0;border:0;font-weight:700}.icon-button{border-color:var(--line);width:36px;height:36px;min-height:36px;color:var(--text);background:#fffefa}.form-error,.notice.error{color:var(--danger)}.spin{animation:.9s linear infinite spin}.workspace{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#eee8dd;flex-direction:column;gap:14px;min-height:100vh;padding:18px;display:flex}.sidebar-head,.topbar,.title-row,.account-box,.toolbar,.filter-row,.task-card-head,.task-actions,.modal header,.modal-actions{align-items:center;display:flex}.sidebar-head,.account-box,.modal header{justify-content:space-between;gap:12px}.eyebrow{color:var(--muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:750}.sidebar h1{margin-top:3px;font-size:20px}.filter-row{gap:6px}.chip{border-color:var(--line);min-height:30px;color:var(--muted);background:#fffdfa94;padding:0 10px;font-size:12px;font-weight:700}.chip.active{background:var(--panel);color:var(--text)}.project-list{flex-direction:column;flex:1;gap:4px;display:flex;overflow:auto}.project-item{width:100%;min-height:38px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.project-item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-item small,.account-box small{color:var(--muted)}.project-item.selected,.project-item:hover{border-color:var(--line);background:#fffdfac7}.account-box{border-top:1px solid var(--line);padding-top:14px}.account-box div{gap:2px;min-width:0;display:grid}.account-box strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.content{min-width:0;padding:22px}.topbar{justify-content:space-between;gap:18px;margin-bottom:18px}.title-row{gap:8px}.title-row h2{font-size:28px;line-height:1.1}.toolbar{flex-wrap:wrap;justify-content:flex-end;gap:8px}.search-box{min-width:220px;display:block;position:relative}.search-box svg{color:var(--muted);position:absolute;top:11px;left:11px}.search-box input{padding-left:34px}.segmented{border:1px solid var(--line);background:var(--panel-soft);border-radius:7px;grid-template-columns:36px 36px;height:38px;padding:3px;display:inline-grid}.segmented button{color:var(--muted);background:0 0;border:0;border-radius:5px;place-items:center;display:grid}.segmented button.active{background:var(--panel);color:var(--text);box-shadow:0 1px 4px #2a261e1a}.notice{color:var(--muted);margin-bottom:12px;font-size:13px}.board{grid-template-columns:repeat(4,minmax(220px,1fr));gap:12px;padding-bottom:10px;display:grid;position:relative;overflow-x:auto}.board.dragging-active{-webkit-user-select:none;user-select:none}.board-column{border:1px solid var(--line);background:#fffdfa75;border-radius:8px;min-width:220px;min-height:230px;padding:10px;transition:border-color .32s,background-color .32s,box-shadow .32s,transform .32s}.board-column.drop-target{background:#2f6f6812;border-color:#2f6f686b;transform:translateY(2px);box-shadow:inset 0 0 0 1px #2f6f6814}.board-column header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.board-column h3{align-items:center;gap:7px;font-size:13px;display:inline-flex}.board-column header span{color:var(--muted);font-size:12px}.task-stack{align-content:start;gap:8px;min-height:160px;display:grid}.task-card{border:1px solid var(--line);background:var(--panel);cursor:grab;touch-action:none;border-radius:8px;gap:10px;padding:12px;transition:opacity .22s,transform .22s,box-shadow .22s,border-color .22s;display:grid}.task-card:hover{border-color:#2f6f683d;box-shadow:0 8px 22px #2a261e14}.task-card.dragging{opacity:.28;cursor:grabbing;transform:scale(.99)}.drag-preview{z-index:1000;opacity:.98;pointer-events:none;cursor:grabbing;will-change:transform;margin:0;transition:none;position:fixed;top:0;left:0;box-shadow:0 18px 38px #2a261e2e}.drag-title{min-width:0;color:var(--text);overflow-wrap:anywhere;font-weight:750}.task-card-head{justify-content:space-between;gap:10px}.task-title-button,.table-title{color:var(--text);text-align:left;background:0 0;border:0;font-weight:750}.task-title-button{min-width:0;padding:0}.task-card p{color:var(--muted);overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;line-height:1.42;display:-webkit-box;overflow:hidden}.task-meta{color:var(--muted);justify-content:space-between;gap:10px;font-size:12px;display:flex}.task-actions{justify-content:space-between;gap:8px}.status-menu{min-width:142px;position:relative}.status-trigger,.status-option{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;background:#fffefa;border-radius:7px;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.status-trigger{justify-content:flex-start;min-height:36px;padding:0 10px}.status-trigger svg,.status-option svg,.status-icon{flex:none}.status-trigger.all,.status-option{color:var(--muted)}.status-trigger.todo,.status-icon.todo{color:#6b6256}.status-trigger.in_progress,.status-icon.in_progress{color:#8a6227}.status-trigger.done,.status-icon.done{color:var(--accent-strong)}.status-trigger.archived,.status-icon.archived{color:#7a7180}.status-options{z-index:20;border:1px solid var(--line);background:var(--panel);border-radius:8px;gap:4px;width:max(100%,172px);padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 34px #2a261e29}.status-option{border-color:#0000;min-height:34px;padding:0 9px}.status-option:hover,.status-option.selected{background:var(--panel-soft);color:var(--text)}.priority{width:max-content;min-height:24px;color:var(--muted);background:#ece6db;border-radius:999px;align-items:center;padding:0 8px;font-size:12px;font-weight:750;display:inline-flex}.priority.high{color:#865a24;background:#efe0ce}.priority.urgent{color:var(--danger);background:#f1ddd9}.priority.low{color:var(--accent-strong);background:#e1ebe6}.table-wrap{border:1px solid var(--line);background:#fffdfa8f;border-radius:8px;overflow:auto}.task-table{border-collapse:collapse;width:100%;min-width:760px}.task-table th,.task-table td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;height:48px;padding:8px 12px}.task-table th{color:var(--muted);font-size:12px;font-weight:750}.task-table tr:last-child td{border-bottom:0}.empty-state{border:1px dashed var(--line);min-height:360px;color:var(--muted);text-align:center;border-radius:8px;place-items:center;gap:10px;display:grid}.empty-state h3{color:var(--text)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#28262247;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--line);background:var(--panel);width:min(520px,100%);max-height:calc(100vh - 36px);box-shadow:var(--shadow);border-radius:8px;padding:18px;overflow:auto}.modal header{margin-bottom:18px}.modal h2{font-size:20px}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.modal-actions{justify-content:flex-end;gap:8px}.approval-screen{max-width:520px;margin:0 auto}@keyframes pulse{0%,to{opacity:.4;transform:scale(.86)}50%{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=980px){.workspace{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.project-list{flex-direction:row;padding-bottom:2px;overflow-x:auto}.project-item{width:auto;min-width:150px}.account-box{display:none}.topbar{flex-direction:column;align-items:flex-start}.toolbar{justify-content:flex-start;width:100%}.search-box{min-width:min(100%,320px)}}@media (width<=720px){.auth-panel{grid-template-columns:1fr;min-height:auto}.auth-copy{border-right:0;border-bottom:1px solid var(--line);min-height:220px;padding:28px}.auth-form{padding:28px}.content,.sidebar{padding:14px}.title-row h2{font-size:24px}.toolbar>*,.search-box{width:100%}.segmented{width:76px}.board{grid-template-columns:repeat(4,82vw)}.form-grid{grid-template-columns:1fr}}
