@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&family=Yomogi&display=swap";:root{color:#292c2b;background:#f4f0e7;font-family:DM Sans,Noto Sans JP,sans-serif;font-synthesis:none;--ink: #292c2b;--muted: #777871;--paper: #f4f0e7;--line: rgba(54, 57, 54, .12);--green: #304f45;--green-dark: #263f37;--note-width: 232px;--note-height: 214px}:root[data-theme=dark]{color-scheme:dark;--ink: #ece9e1;--muted: #aaa9a2;--paper: #171a18;--line: rgba(239, 236, 226, .13);--green: #75a492;--green-dark: #5e8b7b}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink);overflow-x:hidden;transition:background .18s ease,color .18s ease}button,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-header{position:relative;z-index:100;min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(22px,4vw,64px);background:#f7f4ecf0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:13px}.brand-mark{position:relative;width:44px;height:44px;display:block;background:#f5ce58;border-radius:4px 4px 10px;transform:rotate(-3deg);box-shadow:0 5px 12px #413a2424}.brand-mark:after{content:"";position:absolute;right:0;bottom:0;width:11px;height:11px;background:linear-gradient(135deg,#dbb747 50%,#fff2bd 51%);border-radius:2px 0 8px}.brand-mark span{position:absolute;width:15px;height:3px;border-radius:3px;background:var(--green);left:14px;top:20px;transform:rotate(3deg)}.brand-name{margin:0;font-size:21px;line-height:1;font-weight:700;letter-spacing:-.045em;white-space:nowrap}.brand-subtitle{margin:5px 0 0;color:#8c8d86;font-size:9px;line-height:1;font-weight:700;letter-spacing:.18em}.header-actions{display:flex;align-items:center;gap:28px}.save-status{display:flex;align-items:center;gap:8px;margin:0;color:#73756f;font-size:12px;font-weight:500;white-space:nowrap}.save-dot{width:7px;height:7px;border-radius:50%;background:#71978a;box-shadow:0 0 0 3px #71978a1f}.save-status.is-saving .save-dot{animation:pulse .7s ease infinite alternate}.theme-toggle{width:48px;min-width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid rgba(54,57,54,.14);border-radius:8px;background:#ffffff80;color:#60635e;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.theme-toggle:hover{background:#fffc;border-color:#3639363d;transform:translateY(-1px)}.theme-toggle:active{transform:translateY(1px)}.theme-toggle:focus-visible{outline:3px solid rgba(48,79,69,.3);outline-offset:3px}.theme-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.theme-toggle .sun-icon{display:none}:root[data-theme=dark] .theme-toggle .moon-icon{display:none}:root[data-theme=dark] .theme-toggle .sun-icon{display:block}.add-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 6px 14px #304f452e;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.add-button span:first-child{font-size:22px;font-weight:400;line-height:1}.add-button:hover{background:var(--green-dark);box-shadow:0 8px 18px #304f453b;transform:translateY(-1px)}.add-button:active{transform:translateY(1px)}.add-button:focus-visible,.delete-note:focus-visible,.drag-handle:focus-visible,.note-text:focus-visible{outline:3px solid rgba(48,79,69,.3);outline-offset:3px}.picker{position:relative}.new-color-button{min-width:72px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid rgba(54,57,54,.14);border-radius:8px;background:#ffffff80;color:#5f625d;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.new-color-button:hover{background:#fffc;border-color:#3639363d}.new-color-button svg{width:9px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.selected-color-dot{width:16px;height:16px;border-radius:50%;background:var(--selected-color, #f7d86d);box-shadow:inset 0 0 0 1px #2d302d17}.color-menu{position:absolute;z-index:1100;width:164px;display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:8px;border:1px solid rgba(54,57,54,.13);border-radius:10px;background:#faf8f2;box-shadow:0 14px 30px #2d2a212e}.color-menu[hidden]{display:none}.new-color-menu{top:calc(100% + 9px);right:0}.color-option{min-height:44px;display:flex;align-items:center;gap:7px;padding:0 8px;border:0;border-radius:7px;background:transparent;color:#5b5e59;font-size:10px;font-weight:600;cursor:pointer;text-align:left}.color-option:hover,.color-option[aria-checked=true]{background:#36393612}.color-option[aria-checked=true]{box-shadow:inset 0 0 0 1px #304f451f}.color-swatch{flex:0 0 auto;width:18px;height:18px;border-radius:50%;background:var(--swatch-color);box-shadow:inset 0 0 0 1px #2d302d1a}.board-shell{min-height:calc(100vh - 92px);display:flex;flex-direction:column;gap:12px;padding:16px 22px 22px}.project-bar{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 10px 8px 16px;border:1px solid rgba(54,57,54,.11);border-radius:12px;background:#ffffff57}.project-select-wrap{min-width:0;display:flex;align-items:center;gap:13px}.project-select-wrap>span{color:#8b8d86;font-size:9px;font-weight:700;letter-spacing:.18em}.project-select-wrap select{width:min(320px,31vw);min-height:44px;padding:0 38px 0 13px;border:1px solid rgba(54,57,54,.14);border-radius:8px;background-color:#faf8f2;color:#383b38;font-size:13px;font-weight:600;cursor:pointer}.project-select-wrap select:focus-visible{outline:3px solid rgba(48,79,69,.18);outline-offset:2px}.project-actions{display:flex;align-items:center;gap:6px}.project-actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid rgba(54,57,54,.12);border-radius:8px;background:#fff6;color:#62655f;font-size:11px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.project-actions button:hover{background:#fffdf8;color:var(--green);border-color:#304f4538}.project-actions button:disabled{opacity:.38;cursor:not-allowed}.project-actions button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.project-actions .project-delete:hover:not(:disabled){color:#91483f;border-color:#91483f38}.project-actions .align-notes{border-color:#304f452e;color:var(--green);background:#bad8c833}.project-actions .align-notes:hover:not(:disabled){background:#bad8c861}.board-toolbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px}.search-box{width:min(420px,36vw);flex:1 1 260px;min-height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid rgba(54,57,54,.13);border-radius:10px;background:#ffffff7a;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.search-box:focus-within{background:#ffffffc7;border-color:#304f4561;box-shadow:0 0 0 3px #304f4514}.search-box svg{flex:0 0 auto;width:18px;height:18px;fill:none;stroke:#777a74;stroke-width:1.7;stroke-linecap:round}.search-box input{width:100%;min-width:0;height:44px;padding:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.search-box input::placeholder{color:#969790}.search-box input::-webkit-search-cancel-button{cursor:pointer}.result-count{min-width:88px;margin:0;color:#656862;font-size:13px;font-weight:600;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.status-filter{display:inline-flex;align-items:center;gap:3px;padding:4px;border:1px solid rgba(54,57,54,.12);border-radius:10px;background:#ffffff61}.status-filter button{min-height:38px;min-width:72px;padding:0 13px;border:0;border-radius:7px;background:transparent;color:#73766f;font-size:11px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.status-filter button:hover{color:var(--ink);background:#ffffff85}.status-filter button[aria-pressed=true]{background:#fffdf8;color:var(--green);box-shadow:0 2px 6px #30342f1a}.status-filter button:focus-visible,.complete-toggle:focus-visible{outline:3px solid rgba(48,79,69,.26);outline-offset:2px}.completion-drop-zone{min-height:68px;display:flex;align-items:center;gap:13px;padding:10px 17px;border:1.5px dashed rgba(48,79,69,.32);border-radius:12px;background:#bad8c82e;color:var(--green);transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.completion-drop-zone.is-drag-over{border-color:#497b69;background:#bad8c880;box-shadow:0 0 0 4px #497b691c;transform:translateY(-1px)}.completion-drop-icon{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#304f451a}.completion-drop-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.completion-drop-zone div{display:flex;flex-direction:column;gap:3px;min-width:0}.completion-drop-zone strong{font-size:13px}.completion-drop-zone small{color:#747d77;font-size:10px}.completed-summary{margin-left:auto;min-width:48px;color:#63726b;font-size:12px;font-weight:600;text-align:right;white-space:nowrap}.board{position:relative;min-height:max(420px,calc(100vh - 345px));flex:1;overflow:hidden;border-radius:18px;border:1px solid rgba(54,57,54,.11);background-color:#e9e4d8;background-image:radial-gradient(circle,rgba(72,74,68,.16) 1px,transparent 1.2px);background-size:22px 22px;box-shadow:inset 0 1px #ffffffa6}.board:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,rgba(255,255,255,.18),transparent 38%,rgba(110,101,80,.03))}.board-intro{position:absolute;left:clamp(28px,4vw,60px);top:clamp(32px,5vw,70px);width:min(340px,32vw);z-index:1;pointer-events:none}.eyebrow{margin:0 0 18px;color:#818176;font-size:10px;font-weight:700;letter-spacing:.22em}.board-intro h1{margin:0;font-family:Noto Sans JP,sans-serif;color:#343735;font-size:clamp(29px,3.1vw,48px);line-height:1.36;letter-spacing:-.055em;font-weight:600}.intro-copy{margin:22px 0 0;color:#77786f;font-size:12px;line-height:2}.notes-layer{position:absolute;inset:0;z-index:2}.sticky-note{position:absolute;width:var(--note-width);height:var(--note-height);display:flex;flex-direction:column;padding:14px 17px 13px;background-color:var(--note-color, #f8d96d);background-image:linear-gradient(118deg,rgba(255,255,255,.18),transparent 42%),linear-gradient(to bottom,transparent 88%,rgba(72,64,42,.035));border:1px solid rgba(75,68,48,.055);border-radius:3px 3px 12px 4px;box-shadow:0 2px 3px #3d392c1f,0 10px 18px #3d392c29,0 24px 42px #3d392c1a,inset 0 1px #ffffff3d;transform:rotate(var(--tilt, 0deg));transform-origin:center;transition:box-shadow .15s ease,transform .15s ease,opacity .18s ease;touch-action:none;animation:note-in .22s ease-out both}.sticky-note[hidden]{display:none}.sticky-note:after{content:"";position:absolute;right:0;bottom:0;width:22px;height:22px;background:linear-gradient(135deg,#fff0 48%,#ffffff6b 49%);border-radius:0 0 11px;pointer-events:none}.sticky-note.is-dragging{z-index:999!important;transform:rotate(0) scale(1.025);box-shadow:0 4px 7px #2d2a2121,0 24px 46px #2d2a2140;transition:box-shadow .12s ease,transform .12s ease}.sticky-note.is-aligning{transition:left .36s cubic-bezier(.22,.8,.3,1),top .36s cubic-bezier(.22,.8,.3,1),box-shadow .15s ease,transform .15s ease,opacity .18s ease}.sticky-note.is-removing{opacity:0;transform:scale(.88) rotate(var(--tilt, 0deg))}.sticky-note.will-complete{box-shadow:0 0 0 4px #304f452e,0 24px 46px #2d2a2138}.sticky-note.is-completed{filter:saturate(.5);opacity:.76;box-shadow:0 2px 3px #3d392c17,0 9px 16px #3d392c1c}.sticky-note.is-completed .note-text{color:#343735a6;text-decoration:line-through;text-decoration-thickness:1.5px}.note-tape{position:absolute;width:74px;height:22px;left:50%;top:-11px;transform:translate(-50%) rotate(-1.5deg);background:#e8dec3c7;box-shadow:0 1px 2px #50483212;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:none}.note-toolbar{position:relative;z-index:2;min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:8px}.note-actions{display:flex;align-items:center}.drag-handle,.delete-note,.note-color-button{border:0;background:transparent;color:#2d302d80;cursor:pointer}.drag-handle{width:44px;height:36px;display:grid;grid-template-columns:repeat(3,3px);grid-template-rows:repeat(2,3px);align-content:center;justify-content:start;gap:4px;padding:0 7px;cursor:grab;touch-action:none}.drag-handle:active{cursor:grabbing}.drag-handle span{width:3px;height:3px;background:currentColor;border-radius:50%}.delete-note{width:40px;height:40px;display:grid;place-items:center;padding:8px;border-radius:50%;transition:color .15s ease,background .15s ease}.delete-note:hover{color:#8c433c;background:#ffffff4d}.delete-note svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.note-color-button{width:38px;height:38px;display:grid;place-items:center;padding:9px;border-radius:50%;transition:background .15s ease}.note-color-button:hover{background:#ffffff4d}.note-color-button span{width:16px;height:16px;border-radius:50%;background:var(--note-color);box-shadow:inset 0 0 0 2px #ffffff85,0 0 0 1px #2d302d2e}.note-color-menu{top:calc(100% + 2px);right:-42px}.note-text{flex:1;width:100%;min-height:0;padding:6px 2px;resize:none;border:0;outline:0;background:transparent;color:#343735;font-family:Yomogi,Klee One,Noto Sans JP,cursive;font-size:16px;line-height:1.72;font-weight:400;letter-spacing:.015em;touch-action:auto}.note-text::placeholder{color:#3235326b}.note-footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;margin-top:4px;color:#3033307a;font-size:8px;font-weight:700;letter-spacing:.16em}.note-footer time{font-size:8px;letter-spacing:.08em}.complete-toggle{min-width:64px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:1px solid rgba(48,51,48,.16);border-radius:18px;background:#ffffff2e;color:#30333094;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.complete-toggle:hover{color:var(--green);background:#ffffff57}.complete-toggle svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.complete-toggle span{font-size:9px;font-weight:700;letter-spacing:.08em}.complete-toggle[aria-pressed=true]{border-color:var(--green);background:var(--green);color:#fff}.empty-state{position:absolute;left:50%;top:50%;z-index:1;transform:translate(-50%,-45%);text-align:center;color:#77786f}.empty-state[hidden]{display:none}.empty-icon{display:block;width:48px;height:48px;margin:0 auto 16px;border:1.5px dashed #a3a096;border-radius:6px;transform:rotate(-4deg)}.empty-state p{margin:0 0 7px;color:#565952;font-size:15px;font-weight:600}.empty-state small{font-size:11px}.no-results svg{width:46px;height:46px;margin:0 auto 16px;fill:none;stroke:#96988f;stroke-width:1.35;stroke-linecap:round}.project-dialog{width:min(440px,calc(100vw - 32px));padding:0;border:0;border-radius:16px;background:#faf8f2;color:var(--ink);box-shadow:0 28px 70px #20221f47}.project-dialog::backdrop{background:#2528256b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.project-dialog form{padding:28px}.dialog-eyebrow{margin:0 0 8px;color:#92948d;font-size:9px;font-weight:700;letter-spacing:.18em}.project-dialog h2{margin:0 0 24px;font-size:20px;letter-spacing:-.03em}.project-dialog label{display:block;margin:0 0 8px;color:#676a65;font-size:11px;font-weight:600}.project-dialog input{width:100%;height:48px;padding:0 13px;border:1px solid rgba(54,57,54,.18);border-radius:8px;background:#fff;color:var(--ink);font-size:14px;outline:0}.project-dialog input:focus{border-color:#304f4585;box-shadow:0 0 0 3px #304f4517}.dialog-error{min-height:18px;margin:7px 0 0;color:#a44f46;font-size:10px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.dialog-actions button{min-height:44px;padding:0 17px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.dialog-cancel{border:1px solid rgba(54,57,54,.15);background:transparent;color:#676a65}.dialog-submit{border:0;background:var(--green);color:#fff}.dialog-submit.danger{background:#91483f}.delete-dialog form{text-align:center}.delete-dialog-icon{width:52px;height:52px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;background:#91483f1a;color:#91483f}.delete-dialog-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.delete-dialog h2{margin-bottom:11px}.delete-dialog p{margin:0;color:#73766f;font-size:12px;line-height:1.7}.delete-dialog .dialog-actions{justify-content:center}:root[data-theme=dark] .app-header{background:#181b19f0}:root[data-theme=dark] .brand-subtitle,:root[data-theme=dark] .save-status{color:var(--muted)}:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .new-color-button,:root[data-theme=dark] .project-actions button,:root[data-theme=dark] .search-box,:root[data-theme=dark] .status-filter{border-color:#efece224;background:#ffffff0e;color:#c5c4bd}:root[data-theme=dark] .theme-toggle:hover,:root[data-theme=dark] .new-color-button:hover,:root[data-theme=dark] .project-actions button:hover,:root[data-theme=dark] .search-box:focus-within{background:#ffffff1a;border-color:#bedace47}:root[data-theme=dark] .project-bar{border-color:var(--line);background:#ffffff09}:root[data-theme=dark] .project-select-wrap>span{color:#999b95}:root[data-theme=dark] .project-select-wrap select{border-color:#efece224;background-color:#242825;color:var(--ink)}:root[data-theme=dark] .project-actions .align-notes{background:#75a49221;color:#91b9aa}:root[data-theme=dark] .project-actions .align-notes:hover:not(:disabled){background:#75a49238}:root[data-theme=dark] .search-box svg{stroke:#a4a69f}:root[data-theme=dark] .search-box input::placeholder{color:#858780}:root[data-theme=dark] .result-count{color:#b7b8b1}:root[data-theme=dark] .status-filter button{color:#a9aaa4}:root[data-theme=dark] .status-filter button:hover{background:#ffffff12;color:var(--ink)}:root[data-theme=dark] .status-filter button[aria-pressed=true]{background:#323733;color:#9bc0b2;box-shadow:0 2px 8px #00000038}:root[data-theme=dark] .completion-drop-zone{border-color:#75a49261;background:#75a49217;color:#91b9aa}:root[data-theme=dark] .completion-drop-zone small,:root[data-theme=dark] .completed-summary{color:#9da79f}:root[data-theme=dark] .completion-drop-icon{background:#75a49226}:root[data-theme=dark] .board{border-color:#efece21a;background-color:#222622;background-image:radial-gradient(circle,rgba(232,229,218,.14) 1px,transparent 1.2px);box-shadow:inset 0 1px #ffffff0f}:root[data-theme=dark] .board:before{background:linear-gradient(110deg,rgba(255,255,255,.035),transparent 38%,rgba(0,0,0,.07))}:root[data-theme=dark] .eyebrow{color:#999b93}:root[data-theme=dark] .board-intro h1{color:#deddd6}:root[data-theme=dark] .intro-copy,:root[data-theme=dark] .empty-state{color:#a6a79f}:root[data-theme=dark] .empty-state p{color:#c8c9c2}:root[data-theme=dark] .empty-icon{border-color:#73766f}:root[data-theme=dark] .color-menu{border-color:#efece21f;background:#292d2a;box-shadow:0 14px 30px #00000052}:root[data-theme=dark] .color-option{color:#d0d0ca}:root[data-theme=dark] .color-option:hover,:root[data-theme=dark] .color-option[aria-checked=true]{background:#ffffff14}:root[data-theme=dark] .project-dialog{background:#262a27}:root[data-theme=dark] .project-dialog label,:root[data-theme=dark] .delete-dialog p{color:#b5b6af}:root[data-theme=dark] .project-dialog input{border-color:#efece229;background:#1b1e1c}:root[data-theme=dark] .dialog-cancel{border-color:#efece229;color:#c3c4bd}@keyframes note-in{0%{opacity:0;transform:translateY(10px) scale(.96) rotate(var(--tilt, 0deg))}}@keyframes pulse{to{opacity:.35;transform:scale(.82)}}@media(max-width:767px){:root{--note-width: 170px;--note-height: 184px}.app-header{min-height:78px;padding:12px 14px;gap:10px}.brand{gap:9px}.brand-mark{width:38px;height:38px}.brand-mark span{left:12px;top:18px}.brand-name{font-size:16px}.brand-subtitle{font-size:7px;letter-spacing:.13em}.save-status{display:none}.header-actions{gap:7px}.new-color-button{min-width:48px;width:48px;padding:0}.new-color-button .picker-label,.new-color-button svg{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.new-color-menu{right:-54px}.add-button{min-width:48px;min-height:48px;padding:0 15px;gap:6px}.add-button span:last-child{font-size:13px}.board-shell{gap:8px;padding:8px 10px 10px;min-height:calc(100vh - 78px)}.project-bar{align-items:stretch;flex-direction:column;gap:7px;padding:9px}.project-select-wrap{gap:8px}.project-select-wrap select{flex:1;width:auto;min-height:46px}.project-actions{width:100%}.project-actions button{flex:1;min-height:44px;padding:0 7px;font-size:10px}.board-toolbar{min-height:102px;flex-wrap:wrap;gap:7px 8px}.search-box{width:calc(100% - 76px);flex:1 1 calc(100% - 76px);min-height:48px;padding:0 11px}.search-box input{height:46px;font-size:12px}.result-count{min-width:68px;font-size:11px}.status-filter{order:3;width:100%}.status-filter button{flex:1;min-width:0;min-height:42px;padding:0 7px}.completion-drop-zone{min-height:72px;padding:9px 12px;gap:10px}.completion-drop-icon{width:42px;height:42px}.completion-drop-zone small{font-size:9px}.completed-summary{min-width:36px;font-size:11px}.board{min-height:max(420px,calc(100vh - 410px));border-radius:13px;background-size:18px 18px}.board-intro{left:20px;top:24px;width:calc(100% - 40px)}.eyebrow{margin-bottom:10px;font-size:8px}.board-intro h1{font-size:27px;line-height:1.35}.intro-copy{display:none}.sticky-note{padding:10px 12px}.note-tape{width:58px;height:18px;top:-9px}.note-toolbar{min-height:36px}.delete-note{width:44px;height:44px;padding:11px}.note-color-button{width:44px;height:44px;padding:12px}.note-color-menu{right:-48px}.drag-handle{width:48px;height:44px}.note-text{font-size:15px;line-height:1.62}.complete-toggle{min-width:68px;min-height:42px;padding:0 8px}.project-dialog form{padding:24px 20px 20px}}@media(min-width:768px)and (max-width:960px){.save-status{display:none}.header-actions{gap:12px}}@media(max-width:420px){.add-button{width:48px;padding:0}.add-button span:last-child{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@media(max-width:360px){.app-header{padding-inline:10px;gap:6px}.brand{gap:7px}.brand-mark{width:34px;height:34px}.brand-mark span{left:10px;top:16px}.brand-name{font-size:14px}.brand-subtitle{display:none}.header-actions{gap:4px}.theme-toggle,.new-color-button,.add-button{width:44px;min-width:44px;min-height:44px;height:44px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
