@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Klee+One:wght@400;600&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,Noto Sans JP,sans-serif;color:#27312f;background:#f6f4ee;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #27312f;--muted: #79817d;--green: #123b35;--line: #deded6;--paper: #faf9f5;--note-width: 224px;--note-height: 210px}*{box-sizing:border-box}html,body{margin:0;min-width:320px;min-height:100%}body{min-height:100vh;min-height:100svh;background:radial-gradient(circle at 10% 0%,rgba(225,235,227,.62),transparent 28rem),#f6f4ee}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{width:min(1500px,100%);min-height:100vh;min-height:100svh;margin:0 auto;display:grid;grid-template-rows:auto 1fr auto}.app-header{position:relative;z-index:3000;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:25px clamp(24px,4vw,64px);border-bottom:1px solid var(--line);background:#faf9f5db;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.header-actions{display:flex;align-items:center}.brand{gap:16px}.brand-mark{width:42px;height:42px;flex:0 0 auto;border-radius:4px 4px 12px;background:#f1cc68;box-shadow:8px 8px #dce9dc;transform:rotate(-3deg)}.eyebrow,.board-label{margin:0 0 4px;color:#8a918d;font-size:10px;font-weight:700;letter-spacing:.18em}h1{margin:0;font-family:Manrope,sans-serif;font-size:clamp(21px,2vw,27px);line-height:1;letter-spacing:-.04em}.header-actions{gap:28px}.theme-toggle{min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid #d5d8d2;border-radius:999px;color:#44514d;background:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.theme-toggle:hover{border-color:#91a29c;background:#f4f8f5;transform:translateY(-1px)}.theme-toggle-icon{font-size:17px;line-height:1}.add-control{position:relative}.save-status{margin:0;color:#69736f;font-size:12px;white-space:nowrap}.save-status span{margin-right:6px;color:#75a690;font-size:8px}.save-status.is-saving span{animation:pulse .7s infinite alternate}.add-button{min-height:48px;padding:0 21px;border:0;border-radius:6px;color:#fff;background:var(--green);box-shadow:0 7px 18px #123b3529;font-weight:700;cursor:pointer;transition:transform .16s ease,background .16s ease}.add-button span{margin-right:7px;font-size:20px;font-weight:400;vertical-align:-1px}.add-button:hover{background:#1c4b44;transform:translateY(-2px)}.add-button:active{transform:translateY(0)}.add-button:focus-visible,.theme-toggle:focus-visible,.color-option:focus-visible,.note-complete-button:focus-visible,.note-color-button:focus-visible,.mini-color:focus-visible,.delete-button:focus-visible,.note-text:focus-visible{outline:3px solid rgba(62,129,116,.35);outline-offset:3px}.new-note-colors{position:absolute;z-index:2000;top:calc(100% + 12px);right:0;width:250px;padding:15px;border:1px solid #d9d9d0;border-radius:12px;background:#fffefa;box-shadow:0 16px 34px #27312f2e}.new-note-colors[hidden]{display:none}.new-note-colors p{margin:0 0 11px;color:#59635f;font-size:12px;font-weight:700}.color-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.color-option{width:46px;height:46px;padding:0;border:2px solid rgba(39,49,47,.08);border-radius:50%;box-shadow:inset 0 0 0 3px #ffffff75;cursor:pointer;transition:transform .15s ease}.color-option:hover{transform:translateY(-3px) rotate(-3deg)}.color-option span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.is-yellow{background:#f6d978}.is-pink{background:#f3c8cf}.is-blue{background:#cbdcef}.is-green{background:#cce6db}.board-wrap{display:grid;gap:14px;padding:clamp(20px,3vw,42px) clamp(16px,4vw,64px)}.workspace-toolbar{display:grid;grid-template-columns:minmax(340px,1fr) auto minmax(300px,1fr);align-items:center;gap:16px;padding:12px 14px;border:1px solid #deded6;border-radius:12px;background:#fffefae6;box-shadow:0 8px 24px #3339350f}.project-controls,.view-controls,.status-filter{display:flex;align-items:center}.project-controls{gap:7px;min-width:0}.project-controls>label{color:#717a76;font-size:11px;font-weight:700}.project-select,.search-box{border:1px solid #d7d9d4;border-radius:8px;background:#fff}.project-select{min-width:0;width:min(180px,40vw);height:40px;padding:0 10px;color:#33413d;font-weight:700}.tool-button,.icon-button{min-height:40px;border:1px solid #d5d8d2;border-radius:8px;color:#44514d;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.tool-button{padding:0 13px;white-space:nowrap}.icon-button{width:40px;flex:0 0 40px;font-size:17px}.tool-button:hover,.icon-button:hover{border-color:#91a29c;background:#f4f8f5}.tool-button:disabled,.icon-button:disabled{opacity:.38;cursor:not-allowed}.danger-button:not(:disabled):hover{color:#9f4138;border-color:#d9a8a2;background:#fff5f3}.status-filter{padding:3px;border:1px solid #d7d9d4;border-radius:9px;background:#f0f1ed}.status-filter button{min-height:34px;padding:0 13px;border:0;border-radius:6px;color:#6d7672;background:transparent;font-size:12px;font-weight:700;cursor:pointer}.status-filter button.is-active{color:#fff;background:var(--green);box-shadow:0 3px 8px #123b352e}.view-controls{justify-content:flex-end;gap:8px;min-width:0}.search-box{min-width:0;height:40px;display:flex;flex:1 1 210px;align-items:center;gap:7px;padding:0 10px;color:#7c8581}.search-box input{min-width:0;width:100%;border:0;outline:0;color:#33413d;background:transparent;font-size:13px}.search-box:focus-within{border-color:#6f9688;box-shadow:0 0 0 3px #3e817421}.done-drop-zone{min-height:72px;display:flex;align-items:center;justify-content:center;gap:12px;border:2px dashed #91aa9f;border-radius:12px;color:#31584f;background:#dbebe2ad;transition:transform .15s ease,background .15s ease,border-color .15s ease}.done-drop-zone.is-drag-over{border-color:#246b58;background:#c8e8d9;transform:scale(1.012)}.done-drop-zone>span:last-child{display:grid}.done-drop-zone strong{font-size:14px}.done-drop-zone small{color:#68847b;font-size:11px}.done-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#4b8977;font-weight:800}.board{position:relative;min-height:max(610px,calc(100svh - 220px));overflow:hidden;border:9px solid #8b5c38;border-radius:14px;background-color:#c99059;background-image:radial-gradient(circle at 12% 18%,rgba(91,51,26,.22) 0 1px,transparent 1.5px),radial-gradient(circle at 68% 42%,rgba(255,222,172,.3) 0 1px,transparent 1.7px),radial-gradient(circle at 38% 74%,rgba(105,60,31,.16) 0 1.2px,transparent 2px),repeating-linear-gradient(17deg,transparent 0 8px,rgba(91,54,31,.045) 9px 10px),linear-gradient(135deg,#ffe1b52e,#6b3e2214);background-size:17px 19px,23px 21px,29px 27px,auto,auto;box-shadow:0 18px 46px #332b2229,inset 0 0 0 2px #ffe8c738,inset 0 0 28px #58301829}.board-heading{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;height:57px;margin:0 26px;border-bottom:1px solid rgba(82,44,22,.2);pointer-events:none}.board-label{margin:0;color:#604126}.note-count{margin:0;color:#6f4d31;font-size:11px}.notes-layer{position:absolute;inset:58px 0 0}.empty-state{position:absolute;inset:58px 0 0;display:grid;place-content:center;justify-items:center;padding:24px;color:#7f8984;text-align:center;pointer-events:none}.empty-state[hidden]{display:none}.empty-icon{display:grid;width:52px;height:52px;margin-bottom:14px;place-items:center;border:1px solid #d6dad4;border-radius:50%;color:#95a49d;font-size:22px}.empty-state p{margin:0 0 6px;color:#4b5752;font-weight:700}.empty-state small{font-size:12px}.note{position:absolute;left:0;top:0;width:var(--note-width);height:var(--note-height);display:grid;grid-template-rows:42px 1fr;overflow:hidden;border-radius:3px 3px 14px;background-color:var(--note-color, #f6d978);background-image:linear-gradient(105deg,rgba(255,255,255,.16),transparent 42%),repeating-linear-gradient(0deg,rgba(70,60,40,.012) 0 1px,transparent 1px 4px);box-shadow:2px 18px 28px #2f332d2b,0 4px 7px #2f332d1c,inset 0 1px #ffffff59;transform:translate3d(var(--x),var(--y),0) rotate(var(--tilt, 0deg));transition:box-shadow .16s ease;touch-action:none}.note.is-completed{filter:saturate(.5);opacity:.78}.note.is-completed .note-text{text-decoration:line-through;text-decoration-thickness:2px}.note:after{content:"";position:absolute;right:0;bottom:0;width:24px;height:24px;border-radius:14px 0 0;background:#ffffff3d;pointer-events:none}.note.is-dragging{z-index:1000!important;box-shadow:0 22px 36px #2f332d3b;cursor:grabbing}.note.is-drag-source{opacity:.22}.note.note-drag-ghost{position:fixed;z-index:9999!important;left:var(--ghost-x);top:var(--ghost-y);margin:0;transform:rotate(var(--tilt, 0deg)) scale(1.03);box-shadow:0 26px 42px #2827214d;pointer-events:none}.note-handle{display:flex;align-items:center;justify-content:space-between;padding:6px 7px 0 15px;cursor:grab}.note-tools{position:relative;display:flex;align-items:center;gap:3px}.note-complete-button,.note-color-button{width:31px;height:31px;display:grid;flex:0 0 auto;place-items:center;border:1px solid rgba(39,49,47,.14);border-radius:50%;cursor:pointer}.note-complete-button{color:#27312f85;background:#ffffff47;font-weight:800}.note-complete-button[aria-pressed=true]{color:#fff;border-color:#377563;background:#4b8977}.note-color-control{position:relative}.note-color-button{box-shadow:inset 0 0 0 3px #ffffff8a}.note-color-palette{position:absolute;z-index:20;top:36px;right:-38px;width:164px;display:flex;gap:6px;padding:8px;border:1px solid rgba(39,49,47,.13);border-radius:22px;background:#fffefa;box-shadow:0 10px 22px #27312f33}.note-color-palette[hidden]{display:none}.mini-color{width:31px;height:31px;padding:0;border:2px solid transparent;border-radius:50%;box-shadow:inset 0 0 0 3px #ffffff80;cursor:pointer}.mini-color.is-selected{border-color:#34443f}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.grip{color:#27312f6b;font-size:16px;letter-spacing:2px;-webkit-user-select:none;user-select:none}.delete-button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;color:#27312f9e;background:transparent;font-size:21px;line-height:1;cursor:pointer}.delete-button:hover{color:#25302d;background:#ffffff59}.note-text{width:100%;height:100%;resize:none;padding:5px 19px 21px;border:0;outline:0;color:#35403c;background:transparent;font-family:Klee One,Yu Mincho,Hiragino Mincho ProN,cursive;font-size:16px;font-weight:600;line-height:1.7;cursor:text;touch-action:manipulation}.note-text::placeholder{color:#313d397a}.app-footer{display:flex;justify-content:space-between;gap:20px;padding:0 clamp(24px,4vw,64px) 22px;color:#959a96;font-size:10px;letter-spacing:.08em}.app-footer p{margin:0}.app-footer span{padding:0 5px}.project-dialog{width:min(420px,calc(100vw - 32px));padding:0;border:0;border-radius:16px;color:var(--ink);background:#fffefa;box-shadow:0 24px 70px #1e282447}.project-dialog::backdrop{background:#19262261;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.project-dialog form{position:relative;display:grid;gap:18px;padding:28px}.project-dialog h2{margin:-10px 0 0;font-family:Manrope,sans-serif;font-size:22px}.dialog-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;color:#63706b;background:#f0f2ed;font-size:20px;cursor:pointer}.project-name-field{display:grid;gap:7px;color:#59645f;font-size:12px;font-weight:700}.project-name-field[hidden]{display:none}.project-name-field input{width:100%;height:46px;padding:0 12px;border:1px solid #cdd3ce;border-radius:8px;outline:0;color:#26332f;background:#fff;font-size:15px}.project-name-field input:focus{border-color:#588777;box-shadow:0 0 0 3px #3e817424}.delete-warning{margin:0;padding:14px;border-radius:8px;color:#7c332d;background:#fff0ed;font-size:13px;line-height:1.7}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}.dialog-confirm{min-height:42px;padding:0 19px;border:0;border-radius:8px;color:#fff;background:var(--green);font-weight:700;cursor:pointer}.dialog-confirm.is-danger{background:#a3483f}html[data-theme=dark]{color-scheme:dark;--ink: #e7ece9;--muted: #aab4af;--green: #2e7567;--line: #39433f;--paper: #202724;color:var(--ink);background:#171c1a}html[data-theme=dark] body{background:radial-gradient(circle at 10% 0%,rgba(56,91,77,.28),transparent 28rem),#171c1a}html[data-theme=dark] .app-header{border-color:var(--line);background:#1f2623e6}html[data-theme=dark] .eyebrow,html[data-theme=dark] .board-label,html[data-theme=dark] .save-status,html[data-theme=dark] .project-controls>label,html[data-theme=dark] .app-footer{color:#9da9a3}html[data-theme=dark] .theme-toggle,html[data-theme=dark] .tool-button,html[data-theme=dark] .icon-button,html[data-theme=dark] .project-select,html[data-theme=dark] .search-box{color:#e2e9e5;border-color:#48534e;background:#29312e}html[data-theme=dark] .theme-toggle:hover,html[data-theme=dark] .tool-button:hover,html[data-theme=dark] .icon-button:hover{border-color:#66877c;background:#34413c}html[data-theme=dark] .add-button,html[data-theme=dark] .status-filter button.is-active,html[data-theme=dark] .dialog-confirm{background:#2e7567}html[data-theme=dark] .new-note-colors,html[data-theme=dark] .note-color-palette,html[data-theme=dark] .project-dialog{color:#e7ece9;border-color:#48534e;background:#252d2a}html[data-theme=dark] .new-note-colors p,html[data-theme=dark] .project-name-field{color:#c5cec9}html[data-theme=dark] .workspace-toolbar{border-color:#39433f;background:#1f2623eb;box-shadow:0 8px 24px #00000038}html[data-theme=dark] .status-filter{border-color:#46504c;background:#252c29}html[data-theme=dark] .status-filter button{color:#b2bdb7}html[data-theme=dark] .search-box input,html[data-theme=dark] .project-select,html[data-theme=dark] .project-name-field input{color:#eef3f0}html[data-theme=dark] .project-name-field input{border-color:#4a5650;background:#1d2421}html[data-theme=dark] .done-drop-zone{color:#c1ded4;border-color:#52776b;background:#2d584a73}html[data-theme=dark] .done-drop-zone small{color:#9ab9ae}html[data-theme=dark] .done-drop-zone.is-drag-over{border-color:#71b29f;background:#315e50}html[data-theme=dark] .board{border-color:#5f3d27;background-color:#9c693f;background-image:radial-gradient(circle at 12% 18%,rgba(42,24,14,.35) 0 1px,transparent 1.5px),radial-gradient(circle at 68% 42%,rgba(231,184,126,.24) 0 1px,transparent 1.7px),radial-gradient(circle at 38% 74%,rgba(55,31,18,.26) 0 1.2px,transparent 2px),repeating-linear-gradient(17deg,transparent 0 8px,rgba(32,20,13,.08) 9px 10px),linear-gradient(135deg,#e1ae701f,#301c112b);box-shadow:0 18px 46px #0006,inset 0 0 0 2px #ecc18c24,inset 0 0 32px #23140c4d}html[data-theme=dark] .board-heading{border-color:#2d190e59}html[data-theme=dark] .board-label,html[data-theme=dark] .note-count{color:#f1d1aa}html[data-theme=dark] .empty-state,html[data-theme=dark] .empty-state p,html[data-theme=dark] .empty-state small{color:#ecd2b4}html[data-theme=dark] .empty-icon{color:#f1d0a9;border-color:#f4d7b58c}html[data-theme=dark] .dialog-close{color:#ced8d3;background:#35403b}@keyframes pulse{to{opacity:.25}}@media(max-width:1100px){.workspace-toolbar{grid-template-columns:minmax(0,1fr) auto}.project-controls{grid-column:1 / -1}.view-controls{justify-content:flex-start}}@media(max-width:767px){:root{--note-width: min(204px, calc(100vw - 56px) );--note-height: 194px}.app-header{align-items:stretch;padding:18px 18px 16px}.brand-mark{width:36px;height:36px}.eyebrow,.save-status{display:none}.header-actions{gap:8px;margin-left:auto}.theme-toggle{min-width:48px;min-height:48px;justify-content:center;padding:0 12px}.add-button{min-width:48px;min-height:48px;padding:0 14px}.board-wrap{padding:14px 12px 20px}.workspace-toolbar{grid-template-columns:minmax(0,1fr);gap:10px;padding:10px}.project-controls{grid-column:auto}.project-controls>label{display:none}.project-select{width:auto;flex:1 1 auto}.status-filter{width:100%}.status-filter button{flex:1;min-height:42px;padding:0 8px}.view-controls{width:100%}.search-box{flex:1 1 auto}.tool-button,.icon-button{min-height:44px}.done-drop-zone{min-height:76px}.board{min-height:max(620px,calc(100svh - 132px));border-radius:10px;background-size:20px 20px}.board-heading{margin:0 16px}.notes-layer{overflow:auto}.note-handle{min-height:46px}.delete-button{width:44px;height:44px}.note-complete-button,.note-color-button{width:36px;height:36px}.app-footer{display:none}}@media(max-width:480px){h1{font-size:20px}.brand{gap:12px}.add-button{font-size:0}.add-button span{margin:0;font-size:25px}.theme-toggle-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
