@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap";:root{color:#17211f;background:#f2f0e9;font-family:DM Sans,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17211f;--muted: #6e746f;--paper: #f7f5ee;--line: #d8d5cc;--accent: #d96c47;--green: #4d8178;--shadow: 0 18px 50px rgba(23, 33, 31, .12)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px}button,input,textarea,select{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin-top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{display:flex;align-items:center;gap:7px;margin-bottom:14px;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;padding:0 17px;background:transparent;font-size:.84rem;font-weight:700}.button.primary{background:var(--ink);color:#fff;box-shadow:0 5px 12px #17211f29}.button.primary:hover{background:#293633;transform:translateY(-1px)}.button.ghost{border:1px solid var(--line);background:transparent}.button.subtle{border:1px solid var(--line);background:#ffffff73}.button.small{min-height:34px;padding:0 12px;font-size:.76rem}.icon-button{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:0;border-radius:7px;background:transparent}.icon-button:hover{background:#17211f12}.theme-toggle{border:1px solid var(--line);background:#ffffff61;color:var(--muted)}.theme-toggle:hover{color:var(--ink)}.brand-mark{display:inline-flex;width:27px;height:27px;align-items:flex-end;gap:3px;transform:rotate(-3deg)}.brand-mark i{display:block;width:7px;border-radius:2px 2px 1px 1px;background:var(--accent)}.brand-mark i:nth-child(1){height:14px}.brand-mark i:nth-child(2){height:23px;background:#e5a43c}.brand-mark i:nth-child(3){height:18px;background:var(--green)}.logo{display:inline-flex;align-items:center;gap:10px;font-size:1.03rem;font-weight:700;letter-spacing:-.02em}.splash{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.splash .brand-mark{margin-bottom:15px}.splash h1{margin-bottom:7px;font-family:"Instrument Serif",serif;font-size:clamp(2rem,5vw,3rem);font-weight:400}.splash p{color:var(--muted)}.auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(430px,1.05fr) minmax(430px,.95fr);background:var(--paper)}.auth-story{position:relative;display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;overflow:hidden;padding:42px clamp(40px,6vw,92px) 55px;background:radial-gradient(circle at 10% 85%,rgba(217,108,71,.18),transparent 30%),linear-gradient(145deg,#16201e,#1e2d29 62%,#243933);color:#f8f4e8}.auth-story:before{position:absolute;top:-90px;right:-90px;width:310px;height:310px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 65px #ffffff06,0 0 0 130px #ffffff05;content:""}.auth-logo{position:relative;display:flex;align-items:center;gap:11px;font-size:1.05rem}.auth-copy{position:relative;z-index:1;max-width:570px;margin:auto 0;padding:70px 0}.auth-copy h1{margin-bottom:26px;font-family:"Instrument Serif",serif;font-size:clamp(3.5rem,6.3vw,6.6rem);font-weight:400;letter-spacing:-.045em;line-height:.86}.auth-copy h1 em{color:#e8b04d;font-weight:400}.auth-copy>p:not(.eyebrow){max-width:470px;color:#f8f4e8a8;font-size:1.03rem;line-height:1.7}.auth-copy ul{display:grid;gap:12px;margin:32px 0 0;padding:0;color:#f8f4e8e0;font-size:.88rem;list-style:none}.auth-copy li{display:flex;align-items:center;gap:10px}.auth-copy li svg{color:#73a99d}.auth-board-preview{display:flex;width:155px;height:34px;gap:5px;opacity:.5}.auth-board-preview span{flex:1;border-top:2px solid rgba(255,255,255,.45);background:repeating-linear-gradient(to bottom,transparent 0 6px,rgba(255,255,255,.13) 6px 7px)}.auth-form-panel{position:relative;display:grid;place-items:center;padding:50px clamp(30px,7vw,110px)}.auth-theme-toggle{position:absolute;top:28px;right:30px}.auth-form{width:min(100%,420px)}.auth-form h2,.modal h2{margin-bottom:8px;font-family:"Instrument Serif",serif;font-size:2.35rem;font-weight:400;line-height:1}.form-intro{margin-bottom:34px;color:var(--muted);font-size:.9rem}.auth-form>label,.modal>label,.new-label-form>label{display:grid;gap:8px;margin-bottom:19px;color:#4c5552;font-size:.74rem;font-weight:700;letter-spacing:.025em}input,textarea,select{border:1px solid var(--line);border-radius:6px;outline:0;background:#ffffffad}input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px #4d81781f}.auth-form input,.modal input,.modal textarea{width:100%;min-height:48px;padding:12px 14px;font-size:.91rem;font-weight:500}.auth-submit{width:100%;min-height:50px;margin-top:8px}.auth-switch{width:100%;border:0;padding:20px 0;background:transparent;color:var(--muted);font-size:.79rem}.auth-switch:hover{color:var(--ink)}.form-error{margin:12px 0;border:1px solid rgba(172,71,53,.25);border-radius:6px;padding:11px 13px;background:#fae9e4;color:#8e3d2f;font-size:.79rem}.dashboard-page{min-height:100vh;padding-bottom:80px;background:linear-gradient(rgba(23,33,31,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(23,33,31,.025) 1px,transparent 1px),#f2f0e9;background-size:32px 32px}.app-header,.board-app-header{display:flex;height:72px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 clamp(22px,5vw,76px);background:#f7f5eee0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.user-menu{display:flex;align-items:center;gap:9px;font-size:.82rem;font-weight:600}.avatar{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:.75rem}.dashboard-hero{display:flex;max-width:1340px;align-items:flex-end;justify-content:space-between;margin:0 auto;padding:78px clamp(22px,5vw,76px) 58px}.dashboard-hero h1{margin:0;font-family:"Instrument Serif",serif;font-size:clamp(3.3rem,7vw,6.2rem);font-weight:400;letter-spacing:-.04em;line-height:.85}.dashboard-hero h1 em{color:var(--green);font-weight:400}.boards-section{max-width:1340px;margin:0 auto;padding:0 clamp(22px,5vw,76px)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid var(--ink);margin-bottom:18px;padding-bottom:11px}.section-heading h2{margin:0;font-size:.79rem;letter-spacing:.08em;text-transform:uppercase}.section-heading span{color:var(--muted);font-size:.72rem}.board-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.board-tile{position:relative;display:flex;min-height:280px;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid var(--line);border-radius:3px;padding:23px 25px 20px;background:#f7f5eee6;transition:transform .18s ease,box-shadow .18s ease}.board-tile:hover{z-index:1;box-shadow:var(--shadow);transform:translateY(-5px) rotate(-.35deg)}.board-color{position:absolute;top:0;left:0;width:100%;height:5px}.board-tile-top,.board-meta{display:flex;align-items:center;justify-content:space-between}.board-number{color:#989c97;font-family:"Instrument Serif",serif;font-size:1.25rem}.board-tile h3{margin-bottom:8px;font-family:"Instrument Serif",serif;font-size:2rem;font-weight:400;line-height:1}.board-tile p{min-height:40px;margin:0;color:var(--muted);font-size:.8rem;line-height:1.5}.board-meta{border-top:1px solid var(--line);padding-top:13px;color:var(--muted);font-size:.67rem}.board-meta span{display:flex;align-items:center;gap:4px}.empty-board{display:grid;width:100%;min-height:250px;place-items:center;align-content:center;gap:10px;border:1px dashed #b8b9b2;border-radius:4px;background:#f7f5ee8c}.empty-board>span{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--ink);color:#fff}.empty-board small,.empty-state{color:var(--muted)}.ai-note{display:flex;max-width:calc(1340px - clamp(44px,10vw,152px));align-items:center;gap:10px;border-left:3px solid #e0a53a;margin:34px auto 0;padding:13px 16px;background:#e0a53a1c;color:#5f5d52;font-size:.78rem}.board-page{display:flex;height:100vh;min-height:620px;flex-direction:column;overflow:hidden;background:#eceae3}.board-app-header{height:57px;flex:0 0 auto;padding:0 26px}.board-breadcrumb{display:flex;align-items:center;gap:11px;color:var(--muted);font-size:.74rem}.board-breadcrumb a{display:flex;align-items:center;gap:5px}.board-breadcrumb strong{max-width:240px;overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap}.board-user{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.7rem}.board-header-actions{display:flex;align-items:center;gap:9px}.board-user i{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:.69rem;font-style:normal;font-weight:700}.board-titlebar{display:flex;min-height:78px;flex:0 0 auto;align-items:center;justify-content:space-between;padding:13px 27px;background:var(--paper)}.board-titlebar>div:first-child,.titlebar-actions{display:flex;align-items:center;gap:10px}.board-titlebar button:not(.button):not(.icon-button){border:0;padding:0;background:transparent}.board-titlebar h1{max-width:55vw;overflow:hidden;margin:0;font-family:"Instrument Serif",serif;font-size:2.05rem;font-weight:400;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.board-titlebar>div:first-child>span:last-child{border-left:1px solid var(--line);margin-left:3px;padding-left:13px;color:var(--muted);font-size:.68rem}.board-accent{width:6px;height:34px;border-radius:4px}.board-toolbar{display:flex;min-height:53px;flex:0 0 auto;align-items:center;gap:9px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 27px;background:#f7f5eec7}.board-view-switch{display:flex;height:35px;flex:0 0 auto;align-items:center;border:1px solid var(--line);border-radius:6px;padding:3px;background:#ffffff61}.board-view-switch button{display:flex;height:27px;align-items:center;gap:5px;border:0;border-radius:4px;padding:0 9px;background:transparent;color:var(--muted);font-size:.65rem;font-weight:700}.board-view-switch button[aria-pressed=true]{background:var(--ink);color:var(--paper);box-shadow:0 2px 6px #17211f24}.group-order-wrap{position:relative;flex:0 0 auto}.group-order-trigger{display:flex;height:35px;align-items:center;gap:6px;border:1px solid var(--line);border-radius:5px;padding:0 10px;background:#ffffff61;color:var(--muted);font-size:.66rem;font-weight:700}.group-order-trigger[aria-expanded=true]{border-color:var(--green);color:var(--ink)}.group-order-popover{position:absolute;z-index:60;top:42px;left:0;width:310px;border:1px solid var(--line);border-radius:8px;padding:13px;background:var(--paper);box-shadow:0 18px 42px #17211f33}.group-order-popover>div:first-child{display:grid;gap:2px;margin-bottom:10px}.group-order-popover strong{font-size:.72rem}.group-order-popover small{color:var(--muted);font-size:.61rem}.group-order-list{display:grid;gap:5px}.group-order-row{display:grid;grid-template-columns:30px 22px minmax(0,1fr) 30px 30px;min-height:39px;align-items:center;gap:3px;border:1px solid var(--line);border-radius:5px;padding:3px;background:#fffef9}.group-order-row>b{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#e4e2da;color:var(--muted);font-size:.6rem}.group-order-row>span{overflow:hidden;font-size:.69rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.group-order-row .icon-button,.group-order-handle{width:30px;height:30px}.group-order-handle{display:grid;place-items:center;border:0;border-radius:4px;padding:0;background:transparent;color:#8b918c;cursor:grab;touch-action:none}.group-order-handle:active{cursor:grabbing}.search-box,.filter-select{position:relative;display:flex;height:35px;align-items:center;gap:7px;border:1px solid var(--line);border-radius:5px;padding:0 10px;background:#ffffff8c;color:var(--muted)}.search-box{width:225px}.search-box input,.filter-select select{width:100%;height:100%;border:0;padding:0;background:transparent;box-shadow:none;font-size:.72rem}.search-box button{display:grid;border:0;padding:0;background:transparent}.filter-select select{min-width:95px;padding-right:17px;appearance:none}.filter-select>svg:last-child{position:absolute;right:8px;pointer-events:none}.clear-filters{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--muted);font-size:.69rem}.board-error{position:fixed;z-index:50;right:24px;bottom:24px;display:flex;max-width:420px;align-items:center;gap:14px;border-radius:6px;padding:12px 13px;background:#873c30;box-shadow:var(--shadow);color:#fff;font-size:.76rem}.board-error button{display:grid;border:0;padding:0;background:transparent;color:#fff}.kanban-scroll{display:flex;min-height:0;flex:1;align-items:flex-start;gap:13px;overflow:auto;padding:18px 27px 28px;background:linear-gradient(rgba(23,33,31,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(23,33,31,.024) 1px,transparent 1px),#eceae3;background-size:24px 24px}.kanban-column{display:flex;width:298px;min-height:150px;max-height:100%;flex:0 0 298px;flex-direction:column;border:1px solid #d4d1c8;border-radius:7px;background:#f7f5eef5;box-shadow:0 2px 7px #17211f0b}.category-lane{border-top-width:3px;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.category-lane.is-over{background:#eef5ef;box-shadow:0 0 0 2px #4d817847,0 8px 22px #17211f1a}.category-lane-header>i{width:9px;height:9px;flex:0 0 auto;border:1px dashed #989f9a;border-radius:3px}.category-lane-header h3{margin-left:9px}.category-lane-cards{min-height:108px}.category-lane-empty{display:grid;min-height:84px;place-items:center;margin:0;color:#8b918c;font-size:.66rem;text-align:center}.column-header{display:flex;min-height:47px;flex:0 0 auto;align-items:center;border-bottom:1px solid #dedbd2;padding:0 8px 0 6px}.column-header h3{flex:1;overflow:hidden;margin:0 7px;font-size:.76rem;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.drag-handle{display:grid;border:0;padding:5px;background:transparent;color:#9a9d97;cursor:grab;touch-action:none}.drag-handle:active{cursor:grabbing}.card-count{display:grid;min-width:23px;height:21px;place-items:center;border-radius:12px;background:#e4e2da;color:var(--muted);font-size:.64rem}.menu-wrap{position:relative}.popover-menu{position:absolute;z-index:20;top:34px;right:0;display:grid;width:145px;overflow:hidden;border:1px solid var(--line);border-radius:6px;padding:5px;background:#fffdf8;box-shadow:0 12px 25px #17211f26}.popover-menu button{border:0;border-radius:4px;padding:8px 9px;background:transparent;font-size:.7rem;text-align:left}.popover-menu button:hover{background:#efede6}.column-cards{display:grid;min-height:76px;flex:1;align-content:start;gap:8px;overflow-y:auto;padding:9px;border-radius:5px;scrollbar-color:rgba(83,91,87,.28) transparent;scrollbar-width:thin;transition:background-color .12s ease,box-shadow .12s ease}.column-cards::-webkit-scrollbar{width:8px}.column-cards::-webkit-scrollbar-track{background:transparent}.column-cards::-webkit-scrollbar-thumb{min-height:38px;border:2px solid transparent;border-radius:999px;background:#535b5747;background-clip:padding-box}.column-cards::-webkit-scrollbar-thumb:hover{background:#454e4a75;background-clip:padding-box}.column-cards.is-over{background:#4d81781a;box-shadow:inset 0 0 0 1px #4d81783b}.kanban-card{border:1px solid #dedbd1;border-radius:5px;padding:12px 13px 10px;background:#fffef9;box-shadow:0 2px 3px #17211f09;cursor:grab;touch-action:none}.kanban-card:hover{border-color:#b9bbb4;box-shadow:0 5px 13px #17211f14;transform:translateY(-1px)}.kanban-card:active{cursor:grabbing}.drag-card-overlay{width:278px;box-shadow:0 17px 38px #17211f33;cursor:grabbing;transform:rotate(1.5deg)}.drag-card-overlay:hover{transform:rotate(1.5deg)}.kanban-card h4{margin:0;font-size:.77rem;font-weight:600;line-height:1.45}.card-category{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:#69706c;font-size:.59rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.card-workflow-tag{display:inline-flex;max-width:100%;align-items:center;gap:5px;overflow:hidden;border:1px solid #d7d5cc;border-radius:4px;margin-bottom:8px;padding:3px 6px;background:#f1efe8;color:#636b67;font-size:.56rem;font-weight:700;letter-spacing:.045em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.card-category i{width:7px;height:7px;border-radius:50%}.card-labels{display:flex;gap:4px;margin-bottom:9px}.card-labels i{width:26px;height:4px;border-radius:2px}.card-checklist-progress{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;margin-top:11px;color:#68716d;font-size:.62rem;font-weight:700}.card-checklist-progress>span{display:flex;align-items:center;gap:4px}.card-checklist-progress>i{height:4px;overflow:hidden;border-radius:3px;background:#e4e2da}.card-checklist-progress>i>b{display:block;height:100%;border-radius:inherit;background:#c78a36;transition:width .18s ease}.card-checklist-progress.complete{color:#47786f}.card-checklist-progress.complete>i>b{background:var(--green)}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;color:#7d817c;font-size:.63rem}.card-footer span{display:flex;align-items:center;gap:4px}.card-footer .deadline-badge{gap:3px;border:1px solid transparent;border-radius:4px;padding:4px 6px;font-size:.61rem}.deadline-badge strong{font-size:.57rem;letter-spacing:.045em;text-transform:uppercase}.card-footer .deadline-badge.warning{border-color:#e8c86f;background:#fff4ce;color:#7a5605}.card-footer .deadline-badge.critical{border-color:#e1a092;background:#f9ddd7;color:#9a2e20}.has-notes{font-size:1rem;line-height:.6}.filtered-empty{margin:4px 0;color:#93958f;font-size:.68rem;text-align:center}.add-card-button{display:flex;width:calc(100% - 18px);min-height:34px;flex:0 0 auto;align-items:center;gap:7px;border:0;border-radius:4px;margin:0 9px 9px;padding:0 9px;background:transparent;color:var(--muted);font-size:.69rem}.add-card-button:hover{background:#e8e6de;color:var(--ink)}.quick-card-form{margin:0 9px 9px}.quick-card-form textarea{width:100%;min-height:72px;resize:vertical;border:1px solid #c9c7bf;border-radius:5px;padding:10px;background:#fffef9;font-size:.76rem}.category-quick-card select{width:100%;min-height:36px;margin-top:6px;padding:0 9px;font-size:.69rem}.quick-card-form>div,.new-column-slot form>div{display:flex;align-items:center;gap:4px;margin-top:6px}.new-column-slot{width:255px;flex:0 0 255px}.new-column-slot>button{display:flex;width:100%;min-height:44px;align-items:center;gap:8px;border:1px dashed #bdbdb5;border-radius:6px;padding:0 13px;background:#f7f5ee73;color:#626a66;font-size:.72rem}.new-column-slot>button:hover{border-color:var(--green);background:#f7f5eee6}.new-column-slot form{border:1px solid var(--line);border-radius:6px;padding:9px;background:var(--paper)}.new-column-slot form input{width:100%;height:39px;padding:0 10px;font-size:.75rem}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;overflow-y:auto;place-items:center;padding:25px;background:#1119179e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(100%,650px);max-height:calc(100vh - 50px);overflow-y:auto;border:1px solid rgba(255,255,255,.5);border-radius:9px;padding:28px;background:var(--paper);box-shadow:0 25px 70px #0b111059}.compact-modal{width:min(100%,500px)}.compact-modal textarea{min-height:90px;resize:vertical}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between}.modal-heading .eyebrow{margin-bottom:5px}.title-input-label{margin-bottom:22px!important}.modal .title-input{min-height:52px;border-width:0 0 1px;border-radius:0;padding:5px 0 10px;background:transparent;font-family:"Instrument Serif",serif;font-size:2rem;font-weight:400;box-shadow:none}.modal .card-description{min-height:130px;resize:vertical;line-height:1.55}.subtask-editor{border-top:1px solid var(--line);margin-top:24px;padding-top:21px}.subtask-heading{display:grid;grid-template-columns:auto minmax(100px,180px);align-items:center;justify-content:space-between;gap:24px;margin-bottom:12px}.subtask-heading>div:first-child{display:flex;align-items:baseline;gap:11px}.subtask-heading h3{display:flex;align-items:center;gap:6px;margin:0;color:#4c5552;font-size:.75rem}.subtask-heading span{color:var(--muted);font-size:.65rem}.subtask-progress{height:6px;overflow:hidden;border-radius:4px;background:#dfddd4}.subtask-progress i{display:block;height:100%;border-radius:inherit;background:#c78a36;transition:width .18s ease}.subtask-progress.complete i{background:var(--green)}.subtask-list{display:grid;gap:6px;margin-bottom:9px}.subtask-row{display:grid;grid-template-columns:32px 29px minmax(0,1fr) 32px;align-items:center;gap:3px;border:1px solid #dedbd2;border-radius:6px;padding:4px;background:#fffef9;box-shadow:0 1px 2px #17211f06}.subtask-drag-handle,.subtask-remove{display:grid;width:32px;height:36px;place-items:center;border:0;border-radius:4px;padding:0;background:transparent;color:#959993}.subtask-drag-handle{cursor:grab;touch-action:none}.subtask-drag-handle:active{cursor:grabbing}.subtask-remove:hover{background:#f4e5e1;color:#a24434}.subtask-checkbox{position:relative;display:grid;width:29px;height:36px;place-items:center;cursor:pointer}.modal .subtask-checkbox input{position:absolute;width:1px;min-height:1px;opacity:0}.subtask-checkbox span{display:grid;width:20px;height:20px;place-items:center;border:1px solid #b9bcb6;border-radius:5px;background:#fff;color:transparent}.subtask-checkbox input:focus-visible+span{outline:2px solid rgba(77,129,120,.35);outline-offset:2px}.subtask-checkbox input:checked+span{border-color:var(--green);background:var(--green);color:#fff}.modal .subtask-title-input{min-height:36px;border:0;border-radius:4px;padding:4px 7px;background:transparent;box-shadow:none;font-size:.74rem}.modal .subtask-title-input:focus{background:#f5f3ec}.subtask-row.completed .subtask-title-input{color:#858984;text-decoration:line-through}.subtask-add-row{display:grid;grid-template-columns:1fr auto;gap:8px}.modal .subtask-add-row input{min-height:42px;padding:8px 11px;font-size:.73rem}.subtask-add-row .button{min-height:42px}.card-fields{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;border-top:1px solid var(--line);margin-top:24px;padding-top:22px}.card-fields>label,.card-fields fieldset{display:grid;align-content:start;gap:10px;border:0;margin:0;padding:0;color:#4c5552;font-size:.74rem;font-weight:700}.card-fields .category-field{grid-column:1 / -1}.category-checks{display:flex;flex-wrap:wrap;gap:7px}.category-check{position:relative;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:5px;padding:7px 10px;background:#fffef9;color:#59615e;cursor:pointer;font-size:.69rem;font-weight:500}.category-check input{position:absolute;opacity:0}.category-check:has(input:checked){border-color:#747a76;box-shadow:0 0 0 2px #4d81781c;color:var(--ink)}.category-check i{width:10px;height:10px;border-radius:3px;background:#d8d5cc}.category-check.uncategorized i{border:1px dashed #999c96;background:transparent}.card-fields label>span,.card-fields legend{display:flex;align-items:center;gap:6px;margin-bottom:9px}.label-checks{display:flex;flex-wrap:wrap;gap:7px}.label-check{position:relative;display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:20px;padding:6px 9px;background:#fffef9;font-size:.69rem;font-weight:500}.label-check input{position:absolute;opacity:0}.label-check:has(input:checked){border-color:#747a76;box-shadow:0 0 0 2px #4d81781a}.label-check i,.label-row i{width:9px;height:9px;border-radius:50%}.field-hint{margin:0;color:var(--muted);font-size:.72rem;font-weight:400}.modal-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);margin-top:26px;padding-top:18px}.split-actions{align-items:center;justify-content:space-between}.split-actions>div{display:flex;gap:8px}.danger-text{color:#a24434!important}.color-field{border:0;margin:0 0 20px;padding:0}.color-field legend{margin-bottom:10px;color:#4c5552;font-size:.74rem;font-weight:700}.color-field>div{display:flex;gap:8px}.color-choice{display:grid;width:31px;height:31px;place-items:center;border:2px solid transparent;border-radius:50%;cursor:pointer}.color-choice:has(input:checked){border-color:var(--ink);box-shadow:inset 0 0 0 3px var(--paper)}.color-choice input{position:absolute;opacity:0}.label-modal{width:min(100%,470px)}.category-manager-intro{margin:14px 0 0;color:var(--muted);font-size:.75rem;line-height:1.55}.label-list{display:grid;gap:7px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:22px 0;padding:15px 0}.label-row{display:flex;min-height:38px;align-items:center;gap:10px;border-radius:5px;padding:0 6px 0 10px;background:#ebe9e1;font-size:.77rem}.label-row span{flex:1}.category-list-item{display:grid;gap:5px}.category-color-swatch{width:18px;height:18px;flex:0 0 auto;border:3px solid rgba(255,255,255,.72);border-radius:50%;padding:0;box-shadow:0 0 0 1px #17211f24}.category-color-swatch:hover,.category-color-swatch[aria-expanded=true]{box-shadow:0 0 0 2px var(--ink)}.category-color-picker{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:6px;padding:9px 10px;background:#fffef9}.category-color-picker>span{color:var(--muted);font-size:.64rem;font-weight:700}.category-color-picker>div{display:flex;align-items:center;gap:6px}.category-color-option,.category-custom-color{display:grid;width:25px;height:25px;place-items:center;border:2px solid transparent;border-radius:50%;padding:0;color:#fff}.category-color-option:hover,.category-color-option.selected{border-color:#fff;box-shadow:0 0 0 1px var(--ink)}.category-custom-color{position:relative;border-color:var(--line);background:transparent;color:var(--muted);cursor:pointer}.category-custom-color:hover{border-color:var(--ink);color:var(--ink)}.category-custom-color input{position:absolute;width:1px;height:1px;opacity:0}.new-label-form .button{width:100%}@media(max-width:900px){.auth-page{grid-template-columns:1fr}.auth-story{min-height:390px;padding:30px}.auth-copy{padding:55px 0 25px}.auth-copy h1{font-size:clamp(3.3rem,12vw,5rem)}.auth-copy ul,.auth-board-preview{display:none}.auth-form-panel{padding:55px 25px}.board-grid{grid-template-columns:repeat(2,1fr)}.board-breadcrumb,.board-user span,.board-titlebar>div:first-child>span:last-child{display:none}}@media(max-width:640px){.app-header{height:62px}.user-name{display:none}.auth-theme-toggle{top:18px;right:19px}.dashboard-hero{align-items:flex-start;flex-direction:column;gap:35px;padding-top:55px}.dashboard-hero h1{font-size:clamp(3.3rem,16vw,5rem)}.board-grid{grid-template-columns:1fr}.board-tile{min-height:245px}.ai-note{margin-right:22px;margin-left:22px}.board-app-header{padding:0 15px}.board-titlebar{min-height:69px;padding:11px 15px}.board-titlebar h1{max-width:50vw;font-size:1.6rem}.titlebar-actions .button span,.titlebar-actions .subtle{font-size:0}.titlebar-actions .button{width:39px;min-height:38px;padding:0}.titlebar-actions .subtle{display:none}.board-toolbar{overflow-x:auto;padding-right:15px;padding-left:15px}.board-view-switch button{padding:0 8px}.group-order-popover{position:fixed;top:180px;right:15px;left:15px;width:auto;max-height:calc(100vh - 210px);overflow-y:auto}.search-box{min-width:190px}.kanban-scroll{scroll-snap-type:x proximity;padding:14px 15px 22px}.kanban-column{width:min(86vw,310px);flex-basis:min(86vw,310px);scroll-snap-align:start}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:94vh;border-radius:13px 13px 0 0;padding:23px 19px}.card-fields{grid-template-columns:1fr}.subtask-heading{grid-template-columns:1fr;gap:9px}.subtask-heading>div:first-child{justify-content:space-between}.subtask-add-row .button{padding:0 12px}.category-color-picker{align-items:flex-start;flex-direction:column}.split-actions{align-items:stretch;flex-direction:column-reverse}.split-actions>div{display:grid;grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.plot-launcher{position:fixed;z-index:70;bottom:22px;left:50%;display:flex;width:min(410px,calc(100vw - 34px));min-height:52px;align-items:center;gap:11px;border:1px solid rgba(255,255,255,.13);border-radius:15px;padding:7px 9px 7px 8px;background:#17211f;box-shadow:0 14px 38px #131d1a47;color:#ffffffb0;font-size:.73rem;text-align:left;transform:translate(-50%);transition:transform .16s ease,box-shadow .16s ease}.plot-launcher:hover{box-shadow:0 18px 46px #131d1a57;transform:translate(-50%) translateY(-2px)}.plot-launcher>span:first-child{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:10px;background:#e4a840;color:#17211f}.plot-launcher>span:nth-child(2){flex:1}.plot-launcher kbd{border:1px solid rgba(255,255,255,.16);border-radius:5px;padding:4px 6px;background:#ffffff0f;color:#ffffff7a;font-family:inherit;font-size:.55rem;font-weight:700;letter-spacing:.08em}.assistant-layer{position:fixed;z-index:90;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:18px}.assistant-scrim{position:absolute;inset:0;border:0;background:#0f161447;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.assistant-panel{position:relative;display:flex;width:min(680px,calc(100vw - 36px));height:min(720px,calc(100vh - 86px));flex-direction:column;overflow:hidden;border:1px solid #c8c6bd;border-radius:16px;background:#f5f2e9;box-shadow:0 24px 75px #131d1a4d;animation:assistant-up .18s ease-out}@keyframes assistant-up{0%{transform:translateY(24px) scale(.985);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.assistant-header{display:flex;min-height:67px;flex:0 0 auto;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 16px 0 18px;background:#17211f;color:#fff}.assistant-header>div:last-child,.assistant-identity{display:flex;align-items:center}.assistant-identity{gap:11px}.assistant-identity>span{display:grid;width:35px;height:35px;place-items:center;border-radius:50%;background:#e4a840;color:#17211f}.assistant-identity div{display:grid;gap:2px}.assistant-identity strong{font-family:"Instrument Serif",serif;font-size:1.3rem;font-weight:400}.assistant-identity small{color:#ffffff85;font-size:.59rem;letter-spacing:.07em;text-transform:uppercase}.assistant-header .icon-button{color:#ffffffb8}.assistant-header .icon-button:hover{background:#ffffff1a}.assistant-context{display:flex;min-height:43px;flex:0 0 auto;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:0 19px;background:#ebe8dd;color:var(--muted);font-size:.68rem}.assistant-context i{width:7px;height:7px;border-radius:50%}.assistant-context span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-context strong{color:var(--ink)}.assistant-context small{font-size:.62rem}.assistant-messages{display:flex;min-height:0;flex:1;flex-direction:column;gap:19px;overflow-y:auto;padding:24px 20px;background:linear-gradient(rgba(23,33,31,.018) 1px,transparent 1px),#f5f2e9;background-size:100% 27px}.assistant-loading{display:flex;height:100%;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:.72rem}.assistant-loading svg,.assistant-thinking svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.assistant-welcome,.assistant-setup{display:flex;max-width:340px;flex-direction:column;align-items:center;margin:auto;text-align:center}.plot-orbit,.assistant-setup>span{position:relative;display:grid;width:62px;height:62px;place-items:center;border:1px solid #d5bd83;border-radius:50%;margin-bottom:18px;background:#f1dfb5;color:#7c6025}.plot-orbit:after{position:absolute;inset:-7px;border:1px dashed #c7b78e;border-radius:50%;content:""}.assistant-welcome h3,.assistant-setup h3{margin-bottom:8px;font-family:"Instrument Serif",serif;font-size:1.65rem;font-weight:400}.assistant-welcome>p,.assistant-setup>p{color:var(--muted);font-size:.73rem;line-height:1.55}.assistant-suggestions{display:grid;width:100%;gap:7px;margin-top:14px}.assistant-suggestions button{border:1px solid #d5d1c5;border-radius:6px;padding:10px 12px;background:#ffffff87;color:#4f5855;font-size:.68rem;line-height:1.35;text-align:left}.assistant-suggestions button:hover{border-color:#9ea59e;background:#fffdf7}.assistant-setup>code{width:100%;overflow-x:auto;border:1px solid #cfcbc0;border-radius:5px;margin:8px 0 12px;padding:10px;background:#e7e4da;color:#4c5552;font-size:.66rem;text-align:left}.assistant-setup small{color:#868b86;font-size:.62rem;line-height:1.5}.assistant-message{display:grid;max-width:78%;gap:5px}.assistant-message.user{align-self:flex-end}.message-role{color:#898d88;font-size:.57rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.assistant-message.user .message-role{text-align:right}.message-content{border:1px solid #d6d3c9;border-radius:4px 12px 12px;padding:11px 13px;background:#fffdf8;color:#303a37;font-size:.75rem;line-height:1.55;white-space:pre-wrap}.assistant-message.user .message-content{border-color:#36514a;border-radius:12px 4px 12px 12px;background:#243a35;color:#fff}.assistant-message.pending{opacity:.7}.assistant-actions{display:grid;gap:4px;margin-top:3px}.assistant-actions span{display:flex;align-items:center;gap:6px;color:#55776f;font-size:.62rem}.assistant-actions svg{border-radius:50%;padding:1px;background:#d8e7e1}.assistant-thinking{display:flex;align-items:center;gap:4px;color:#818680;font-size:.62rem}.assistant-thinking i{width:5px;height:5px;border-radius:50%;background:#d19a3a;animation:thinking-dot 1s ease-in-out infinite}.assistant-thinking i:nth-child(2){animation-delay:.14s}.assistant-thinking i:nth-child(3){animation-delay:.28s}.assistant-thinking span{margin-left:4px}@keyframes thinking-dot{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.assistant-error{margin:0 15px 10px;border:1px solid #e0b7ae;border-radius:5px;padding:9px 11px;background:#fae8e3;color:#913e30;font-size:.68rem}.assistant-messages>.assistant-error{margin:auto}.assistant-composer{position:relative;flex:0 0 auto;border-top:1px solid var(--line);padding:13px 15px 23px;background:#f8f6ef}.assistant-composer textarea{width:100%;min-height:72px;resize:none;border-color:#c7c5bb;padding:12px 48px 24px 13px;background:#fffefa;font-size:.75rem;line-height:1.4}.assistant-composer>button{position:absolute;right:24px;top:24px;display:grid;width:33px;height:33px;place-items:center;border:0;border-radius:50%;background:var(--ink);color:#fff}.assistant-composer>small{position:absolute;bottom:28px;left:29px;color:#9a9d97;font-size:.54rem}@media(max-width:640px){.assistant-layer{align-items:flex-end;padding:0}.assistant-panel{width:100%;height:92vh;border-top:1px solid #c8c6bd;border-radius:14px 14px 0 0;border-right:0;border-bottom:0;border-left:0}.assistant-message{max-width:90%}}:root[data-theme=dark]{color:#e9eeea;background:#151917;color-scheme:dark;--ink: #e9eeea;--muted: #98a39d;--paper: #1d2320;--line: #37413c;--accent: #ed8663;--green: #72aa9f;--shadow: 0 18px 50px rgba(0, 0, 0, .35)}[data-theme=dark] body,[data-theme=dark] .splash{background:#151917}[data-theme=dark] .button.primary{background:#dfe8e3;box-shadow:0 5px 16px #00000047;color:#18201d}[data-theme=dark] .button.primary:hover{background:#f0f4f1}[data-theme=dark] .button.subtle,[data-theme=dark] .theme-toggle{background:#ffffff0b}[data-theme=dark] .icon-button:hover{background:#ffffff13}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:#252c28}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#737f79}[data-theme=dark] .auth-page{background:var(--paper)}[data-theme=dark] .auth-form>label,[data-theme=dark] .modal>label,[data-theme=dark] .new-label-form>label,[data-theme=dark] .card-fields>label,[data-theme=dark] .card-fields fieldset,[data-theme=dark] .subtask-heading h3,[data-theme=dark] .color-field legend{color:#c6d0ca}[data-theme=dark] .form-error,[data-theme=dark] .assistant-error{border-color:#ec816c52;background:#3a2421;color:#f0a394}[data-theme=dark] .dashboard-page{background:linear-gradient(rgba(233,238,234,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(233,238,234,.026) 1px,transparent 1px),#151917;background-size:32px 32px}[data-theme=dark] .app-header,[data-theme=dark] .board-app-header{background:#1d2320e6}[data-theme=dark] .board-tile{background:#1f2622f2}[data-theme=dark] .board-number{color:#737f79}[data-theme=dark] .empty-board{border-color:#4b5650;background:#1f26229e}[data-theme=dark] .empty-board>span{background:#dfe8e3;color:#18201d}[data-theme=dark] .ai-note{background:#e0a53a1a;color:#b9b8ae}[data-theme=dark] .board-page{background:#111513}[data-theme=dark] .board-titlebar{background:#1d2320}[data-theme=dark] .board-toolbar{background:#181d1be6}[data-theme=dark] .board-view-switch,[data-theme=dark] .group-order-trigger{background:#ffffff09}[data-theme=dark] .board-view-switch button[aria-pressed=true]{background:#dfe8e3;color:#18201d;box-shadow:0 2px 7px #00000040}[data-theme=dark] .group-order-popover{background:#1d2320;box-shadow:0 20px 46px #0000007a}[data-theme=dark] .group-order-row{background:#242b27}[data-theme=dark] .group-order-row>b{background:#343d38}[data-theme=dark] .search-box,[data-theme=dark] .filter-select{background:#ffffff09}[data-theme=dark] .kanban-scroll{background:linear-gradient(rgba(233,238,234,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(233,238,234,.025) 1px,transparent 1px),#111513;background-size:24px 24px}[data-theme=dark] .kanban-column{border-color:#343d38;background:#1b211ef7;box-shadow:0 4px 12px #00000021}[data-theme=dark] .category-lane.is-over{background:#20302a;box-shadow:0 0 0 2px #72aa9f59,0 9px 24px #00000040}[data-theme=dark] .category-lane-empty{color:#77827c}[data-theme=dark] .column-header{border-color:#343d38}[data-theme=dark] .drag-handle,[data-theme=dark] .subtask-drag-handle,[data-theme=dark] .subtask-remove{color:#77827c}[data-theme=dark] .card-count,[data-theme=dark] .card-checklist-progress>i,[data-theme=dark] .subtask-progress{background:#343d38}[data-theme=dark] .popover-menu{background:#252c28;box-shadow:0 14px 28px #00000057}[data-theme=dark] .popover-menu button:hover,[data-theme=dark] .add-card-button:hover{background:#303833}[data-theme=dark] .column-cards{scrollbar-color:rgba(190,203,196,.25) transparent}[data-theme=dark] .column-cards::-webkit-scrollbar-thumb{background:#becbc440;background-clip:padding-box}[data-theme=dark] .column-cards::-webkit-scrollbar-thumb:hover{background:#cdd8d26b;background-clip:padding-box}[data-theme=dark] .kanban-card,[data-theme=dark] .quick-card-form textarea{border-color:#3a443f;background:#242b27;box-shadow:0 2px 5px #00000024}[data-theme=dark] .kanban-card:hover{border-color:#56635c;box-shadow:0 7px 17px #0000003d}[data-theme=dark] .card-category,[data-theme=dark] .card-workflow-tag,[data-theme=dark] .card-checklist-progress,[data-theme=dark] .card-footer{color:#99a49e}[data-theme=dark] .card-workflow-tag{border-color:#424c47;background:#303833;color:#aab5af}[data-theme=dark] .card-checklist-progress.complete{color:#87bcb1}[data-theme=dark] .card-footer .deadline-badge.warning{border-color:#705f2f;background:#3a321c;color:#e9c96d}[data-theme=dark] .card-footer .deadline-badge.critical{border-color:#704038;background:#3d2421;color:#ef9b8b}[data-theme=dark] .filtered-empty{color:#76817b}[data-theme=dark] .new-column-slot>button{border-color:#4a5550;background:#1f262285;color:#a7b2ac}[data-theme=dark] .new-column-slot>button:hover{background:#252d29f2}[data-theme=dark] .modal-backdrop{background:#050807b8}[data-theme=dark] .modal{border-color:#3b4540;background:#1d2320;box-shadow:0 28px 75px #0000008c}[data-theme=dark] .subtask-row,[data-theme=dark] .category-check,[data-theme=dark] .label-check{border-color:#3b4540;background:#242b27;color:#b9c3bd}[data-theme=dark] .subtask-checkbox span{border-color:#647069;background:#1b211e}[data-theme=dark] .modal .subtask-title-input:focus{background:#303833}[data-theme=dark] .subtask-row.completed .subtask-title-input{color:#7d8882}[data-theme=dark] .category-check:has(input:checked),[data-theme=dark] .label-check:has(input:checked){border-color:#8e9b94}[data-theme=dark] .category-check.uncategorized i{border-color:#7d8882}[data-theme=dark] .label-row{background:#29312d}[data-theme=dark] .category-color-swatch{border-color:#1d2320cc;box-shadow:0 0 0 1px #e9eeea33}[data-theme=dark] .category-color-swatch:hover,[data-theme=dark] .category-color-swatch[aria-expanded=true]{box-shadow:0 0 0 2px var(--ink)}[data-theme=dark] .category-color-picker{background:#242b27}[data-theme=dark] .danger-text{color:#ef9b8b!important}[data-theme=dark] .assistant-panel{border-color:#3b4540;background:#1b211e;box-shadow:0 28px 80px #00000094}[data-theme=dark] .assistant-context{background:#242b27}[data-theme=dark] .assistant-messages{background:linear-gradient(rgba(233,238,234,.018) 1px,transparent 1px),#1b211e;background-size:100% 27px}[data-theme=dark] .plot-orbit,[data-theme=dark] .assistant-setup>span{border-color:#765f2d;background:#3a311c;color:#e4be63}[data-theme=dark] .plot-orbit:after{border-color:#6d603e}[data-theme=dark] .assistant-suggestions button{border-color:#3c4741;background:#242b27;color:#bdc7c1}[data-theme=dark] .assistant-suggestions button:hover{border-color:#66736c;background:#2c342f}[data-theme=dark] .assistant-setup>code{border-color:#3b4540;background:#242b27;color:#bdc7c1}[data-theme=dark] .message-role,[data-theme=dark] .assistant-thinking,[data-theme=dark] .assistant-setup small{color:#89948e}[data-theme=dark] .message-content{border-color:#3b4540;background:#252c28;color:#d8dfdb}[data-theme=dark] .assistant-actions span{color:#88b5ab}[data-theme=dark] .assistant-actions svg{background:#263c36}[data-theme=dark] .assistant-composer{background:#202622}[data-theme=dark] .assistant-composer textarea{border-color:#46504b;background:#272e2a}[data-theme=dark] .assistant-composer>button{background:#dfe8e3;color:#18201d}[data-theme=dark] .assistant-composer>small{color:#758079}
