@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap";:root{font-family:Noto Sans JP,system-ui,sans-serif;color:#22241f;background:#f4f3ee;font-synthesis:none;--ink: #252720;--muted: #777970;--green: #2f5b48}*{box-sizing:border-box}.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}html,body{margin:0;min-width:320px;min-height:100%}body{min-height:100vh;overflow:hidden}button,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;display:grid;grid-template-rows:76px minmax(0,1fr) 42px;background:#f4f3ee}.app-header{position:relative;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,3vw,52px);background:#faf9f5f0;border-bottom:1px solid #deded6;box-shadow:0 2px 12px #2c30270a}.brand{display:flex;align-items:center;gap:13px;color:var(--ink);text-decoration:none;font-family:DM Sans,sans-serif;font-size:21px;font-weight:700;letter-spacing:-.02em}.brand-mark{width:31px;height:31px;position:relative;display:block}.brand-mark span{position:absolute;width:20px;height:20px;border-radius:3px;border:1px solid rgba(55,56,43,.12);box-shadow:1px 2px 3px #2f2c1b1a}.brand-mark span:nth-child(1){background:#f3cb59;left:0;top:1px;transform:rotate(-7deg)}.brand-mark span:nth-child(2){background:#e99394;right:0;top:6px;transform:rotate(7deg)}.brand-mark span:nth-child(3){background:#88bdac;left:5px;bottom:0;transform:rotate(2deg)}.header-actions{display:flex;align-items:center;gap:28px}.add-control{position:relative}.theme-toggle{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid #d5d6ce;border-radius:10px;background:#fff;color:#5f625a;cursor:pointer;transition:background .2s,color .2s,transform .15s}.theme-toggle:hover{background:#ecefe9;color:#315643;transform:translateY(-1px)}.theme-toggle svg{grid-area:1 / 1;width:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:opacity .2s,transform .25s}.theme-toggle .sun-icon{opacity:0;transform:rotate(-45deg) scale(.65)}[data-theme=dark] .theme-toggle .moon-icon{opacity:0;transform:rotate(45deg) scale(.65)}[data-theme=dark] .theme-toggle .sun-icon{opacity:1;transform:rotate(0) scale(1)}.project-controls{display:flex;align-items:center;gap:5px;min-width:0;margin:0 20px}.project-controls select{width:clamp(150px,20vw,260px);height:38px;padding:0 34px 0 12px;border:1px solid #d6d7cf;border-radius:8px;outline:0;background:#fff;color:#3f423b;font-size:13px;font-weight:600;cursor:pointer}.project-controls select:focus{border-color:#799687;box-shadow:0 0 0 3px #2f5b481a}.project-action{flex:0 0 auto;width:34px;height:34px;padding:0;border:1px solid #d6d7cf;border-radius:8px;background:#fff;color:#62655d;font-size:17px;cursor:pointer}.project-action:hover{background:#edf1ed;color:#315643}.project-action.danger:hover{background:#f8e8e6;color:#9c4943;border-color:#e5c4c0}.save-status{margin:0;display:flex;align-items:center;gap:8px;color:#777970;font-size:12px;font-weight:500}.save-dot{width:7px;height:7px;border-radius:50%;background:#6d9b7e;transition:.2s}.saving .save-dot{background:#dfa94a;animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.4}}.add-button,.empty-add-button{border:0;border-radius:9px;background:var(--green);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 3px 8px #1f4a392e;transition:transform .15s,background .15s,box-shadow .15s}.add-button{min-height:42px;padding:0 18px;display:flex;align-items:center;gap:8px;font-size:14px}.add-button span:first-child{font-size:22px;line-height:1;font-weight:400;margin-top:-2px}.add-button:hover,.empty-add-button:hover{background:#254b3b;transform:translateY(-1px);box-shadow:0 5px 12px #1f4a393d}.add-button:active,.empty-add-button:active{transform:translateY(0)}.add-button:focus-visible,.empty-add-button:focus-visible,.delete-button:focus-visible,.note-color-button:focus-visible,.create-color-menu button:focus-visible,.theme-toggle:focus-visible{outline:3px solid rgba(47,91,72,.28);outline-offset:2px}.create-color-menu{position:fixed;z-index:3000;width:236px;padding:13px;border:1px solid #d7d7cf;border-radius:12px;background:#fffefb;box-shadow:0 14px 36px #2b2d272e}.create-color-menu[hidden]{display:none}.create-color-menu p{margin:0 0 9px;padding:0 4px;color:#74766d;font-size:11px;font-weight:600}.create-color-options{display:grid;grid-template-columns:1fr 1fr;gap:6px}.create-color-options button{min-height:48px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid transparent;border-radius:8px;background:#f6f5f1;color:#42443d;font-size:12px;font-weight:600;cursor:pointer}.create-color-options button:hover{border-color:#d4d4cb;background:#eeede8}.color-dot{flex:0 0 auto;width:18px;height:18px;border-radius:50%;box-shadow:inset 0 0 0 1px #46433221}.dot-yellow{background:#f6d879}.dot-pink{background:#efadac}.dot-blue{background:#a9cde0}.dot-green{background:#a9d2b5}.board-wrap{min-height:0;padding:clamp(12px,2vw,26px) clamp(12px,3vw,44px)}.board{position:relative;width:100%;height:100%;min-height:300px;overflow:hidden;border:1px solid #d8d8d0;border-radius:14px;background:#faf9f5;box-shadow:inset 0 1px #fffc,0 8px 32px #32342e0d}.board-grid{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,#cfcec4 1px,transparent 1px);background-size:24px 24px;opacity:.46}.notes-layer{position:absolute;inset:0}.board-tools{position:absolute;z-index:900;top:12px;left:12px;right:12px;min-height:52px;display:flex;align-items:center;gap:10px;padding:7px;border:1px solid rgba(211,211,202,.88);border-radius:11px;background:#fffefae6;box-shadow:0 5px 18px #30332c12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.status-tabs{flex:0 0 auto;display:flex;align-items:center;padding:3px;border-radius:9px;background:#efefe9}.status-tabs button{min-height:32px;padding:0 11px;border:0;border-radius:7px;background:transparent;color:#73756d;font-size:11px;font-weight:600;cursor:pointer}.status-tabs button.active{background:#fff;color:#315643;box-shadow:0 1px 4px #2d302a1f}.result-count{flex:0 0 auto;min-width:58px;color:#73756d;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;white-space:nowrap}.search-box{width:min(260px,27vw);height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #d9d9d1;border-radius:8px;background:#fff;color:#898b82}.search-box:focus-within{border-color:#7e9d8e;box-shadow:0 0 0 3px #2f5b481a}.search-box svg{width:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.search-box input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:#34362f;font-size:13px}.search-box input::placeholder{color:#9a9c94}.filter-group{display:flex;align-items:center;gap:6px}.filter-button,.arrange-button{min-height:36px;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:.15s}.filter-button:first-child{padding:0 10px;background:transparent;color:#777970;font-size:11px;font-weight:600}.filter-button:first-child:hover,.filter-button:first-child.active{background:#e8eee9;color:#315643}.filter-dot{min-width:28px;width:28px;min-height:28px;height:28px;margin:4px 0;border-radius:50%;box-shadow:inset 0 0 0 1px #413e3124}.filter-dot:hover{transform:scale(1.08)}.filter-dot.active{border-color:#fff;box-shadow:0 0 0 2px #fff,0 0 0 4px #5d6e63}.arrange-button{margin-left:auto;min-width:72px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;background:#f1f1ec;color:#595c54;font-size:12px;font-weight:600}.arrange-button:hover{background:#e5ebe6;color:#315643}.arrange-button svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.7}.filter-button:focus-visible,.arrange-button:focus-visible,.search-box input:focus-visible{outline:3px solid rgba(47,91,72,.22);outline-offset:2px}.no-results{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;color:#898b82;font-size:13px}.no-results[hidden]{display:none}.empty-state{position:absolute;z-index:1;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;transition:opacity .18s}.empty-state.hidden{opacity:0;pointer-events:none}.empty-illustration{width:122px;height:89px;position:relative;margin-bottom:20px}.empty-note{position:absolute;width:66px;height:64px;border-radius:4px 4px 12px;box-shadow:3px 5px 10px #413c2b1f}.note-one{background:#f3d36f;left:27px;top:4px;transform:rotate(-4deg);z-index:2}.note-two{background:#e8a6a5;left:1px;top:20px;transform:rotate(-12deg)}.note-three{background:#91c8b5;right:1px;top:22px;transform:rotate(11deg)}.empty-state h1{margin:0 0 9px;font-size:clamp(20px,2vw,27px);letter-spacing:-.04em}.empty-state p{margin:0 0 22px;color:var(--muted);font-size:13px}.empty-add-button{min-height:40px;padding:0 17px;font-size:13px}.sticky-note{position:absolute;left:0;top:0;width:220px;height:196px;border-radius:5px 5px 15px;background:var(--note-bg);box-shadow:2px 4px 11px #3633222b,inset 0 1px #ffffff4d;overflow:hidden;animation:noteIn .2s ease-out;will-change:transform;transition:box-shadow .15s,opacity .15s,scale .15s}@keyframes noteIn{0%{opacity:0;scale:.92}}.sticky-note.removing{opacity:0;scale:.86}.sticky-note.dragging{cursor:grabbing;box-shadow:7px 13px 25px #3633223d;scale:1.025}.sticky-note.filtered-out{display:none}.sticky-note.completed{filter:saturate(.55);opacity:.72;box-shadow:1px 3px 8px #3633221f}.sticky-note.completed textarea{color:#38382fad;text-decoration:line-through;text-decoration-thickness:1px}.color-yellow{--note-bg: #f6d879;--note-dark: #b18f2d}.color-pink{--note-bg: #efadac;--note-dark: #a35d5c}.color-blue{--note-bg: #a9cde0;--note-dark: #5c879d}.color-green{--note-bg: #a9d2b5;--note-dark: #5c8d69}.note-toolbar{height:36px;padding:9px 9px 0 13px;display:flex;align-items:flex-start;justify-content:space-between;cursor:grab;touch-action:none}.drag-handle{display:grid;grid-template-columns:repeat(3,3px);gap:3px;padding:4px;opacity:.46}.drag-handle i{width:3px;height:3px;border-radius:50%;background:#4c4c3f}.note-actions{display:flex;align-items:flex-start;gap:5px}.complete-button{width:25px;height:25px;margin-top:-2px;padding:0;border:1.5px solid rgba(55,64,55,.38);border-radius:50%;background:#ffffff3d;color:transparent;font-size:15px;font-weight:800;line-height:1;cursor:pointer;transition:.15s}.complete-button:hover{color:#2f5b48a6;background:#ffffff80}.complete-button[aria-pressed=true]{color:#fff;border-color:#47735e;background:#47735e}.note-color-picker{display:flex;align-items:center;gap:4px;padding:3px 5px;border-radius:12px;background:#ffffff3d}.note-color-button{width:14px;height:14px;padding:0;border:1px solid rgba(63,61,48,.13);border-radius:50%;cursor:pointer;transition:transform .12s,box-shadow .12s}.note-color-button:hover{transform:scale(1.18)}.note-color-button.selected{box-shadow:0 0 0 2px #ffffffd9,0 0 0 3px #3f3d3059}.delete-button{width:29px;height:29px;margin-top:-4px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;color:#3d3a2d9e;background:transparent;cursor:pointer;transition:.15s}.delete-button:hover{background:#ffffff47;color:#6f3e3a}.delete-button svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sticky-note textarea{display:block;width:calc(100% - 28px);height:calc(100% - 49px);margin:0 14px;padding:3px 3px 12px;border:0;outline:0;resize:none;color:#38382f;background:transparent;font-size:15px;line-height:1.7;overflow-wrap:anywhere}.sticky-note textarea::placeholder{color:#3f3d3275}.note-fold{position:absolute;right:0;bottom:0;width:18px;height:18px;background:linear-gradient(135deg,var(--note-dark) 0 48%,rgba(255,255,255,.38) 51% 100%);opacity:.25;border-radius:5px 0 0;pointer-events:none}.completion-zone{position:absolute;z-index:850;right:16px;bottom:14px;width:230px;min-height:72px;display:flex;align-items:center;gap:10px;padding:11px 13px;border:2px dashed #9eaea2;border-radius:12px;background:#f0f6f1e6;color:#496555;box-shadow:0 5px 18px #31483b14;pointer-events:none;transition:transform .15s,background .15s,border-color .15s}.completion-zone strong,.completion-zone small{display:block}.completion-zone strong{font-size:12px}.completion-zone small{margin-top:2px;color:#829087;font-size:9px}.completion-icon{flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#557b67;color:#fff;font-weight:800}.completion-count{margin-left:auto;display:grid;place-items:center;min-width:27px;height:27px;padding:0 7px;border-radius:14px;background:#dce9e0;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700}.completion-zone.drag-over{transform:scale(1.05);border-color:#3e7258;background:#dcecdf;box-shadow:0 8px 24px #315a442e}.completion-zone.just-dropped{animation:completedPulse .35s ease}@keyframes completedPulse{50%{transform:scale(1.06);background:#cce4d2}}.app-footer{display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,3vw,52px);color:#878980;font-size:11px;border-top:1px solid #e1e0da;background:#f7f6f2}.app-footer p{margin:0}.shortcut-key{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:3px;border:1px solid #ccccc4;border-radius:4px;background:#fff;color:#66685f;font-family:DM Sans,sans-serif;box-shadow:0 1px 1px #0000000d}@media(max-width:767px){.app-shell{grid-template-rows:108px minmax(0,1fr) 36px}.app-header{display:grid;grid-template-columns:1fr auto;grid-template-rows:56px 44px;padding:0 18px 8px}.brand{font-size:18px;gap:10px}.brand-mark{scale:.88;transform-origin:left center;width:28px}.header-actions{gap:12px}.project-controls{grid-column:1 / -1;grid-row:2;width:100%;margin:0}.project-controls select{flex:1;width:auto}.project-action{width:38px;height:38px}.save-status{display:none}.board-wrap{padding:12px}.app-footer{padding:0 15px}.search-box{width:min(230px,35vw)}}@media(min-width:600px)and (max-width:949px){.board-tools{min-height:102px;flex-wrap:wrap;align-content:center}.status-tabs{order:1}.search-box{order:2;flex:1;width:auto}.result-count{order:3}.filter-group{order:4}.arrange-button{order:5}}@media(max-width:599px){.app-shell{grid-template-rows:106px minmax(0,1fr) 34px}.app-header{padding:0 10px 7px 14px}.brand{font-size:16px;gap:7px}.brand-mark{scale:.78;width:25px}.add-button{min-width:48px;min-height:46px;justify-content:center;padding:0 13px;border-radius:10px}.theme-toggle{width:42px;height:42px}.add-button span:last-child{display:none}.add-button span:first-child{font-size:27px}.board-wrap{padding:8px}.board{border-radius:11px}.board-grid{background-size:20px 20px}.project-controls select{min-width:0;height:38px;font-size:12px}.project-action{width:36px;height:36px}.board-tools{top:7px;left:7px;right:7px;min-height:150px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:36px 42px 42px;gap:5px 7px;padding:7px}.status-tabs{grid-column:1 / -1;justify-content:stretch}.status-tabs button{flex:1;min-height:30px}.search-box{width:100%;height:42px}.search-box input{font-size:16px}.result-count{grid-column:2;grid-row:2;min-width:62px;text-align:right;padding-right:3px}.arrange-button{min-width:62px;height:42px;margin:0}.filter-group{grid-column:1;grid-row:3;justify-content:flex-start;gap:8px}.filter-button:first-child{min-height:34px}.filter-dot{min-width:30px;width:30px;min-height:30px;height:30px;margin:2px 0}.sticky-note{width:184px;height:170px}.note-toolbar{height:40px;padding:10px 7px 0 11px}.delete-button{width:30px;height:30px;margin-top:-4px}.note-actions{gap:2px}.complete-button{width:27px;height:27px;margin-top:-3px}.note-color-picker{gap:3px;padding:4px 5px;margin-top:-3px}.note-color-button{width:12px;height:12px}.sticky-note textarea{width:calc(100% - 22px);height:calc(100% - 50px);margin:0 11px;font-size:16px;line-height:1.55}.empty-illustration{scale:.82;margin-bottom:9px}.empty-state{padding:18px}.empty-state h1{font-size:20px}.empty-state p{font-size:12px;line-height:1.7;max-width:240px;margin-bottom:18px}.empty-add-button{min-height:46px;padding:0 20px;font-size:14px}.app-footer{justify-content:center;font-size:10px}.app-footer p:last-child{display:none}.completion-zone{right:9px;bottom:8px;left:9px;width:auto;min-height:62px;padding:8px 11px}.completion-icon{width:30px;height:30px}}[data-theme=dark]{color-scheme:dark;background:#171b19}[data-theme=dark] body,[data-theme=dark] .app-shell{background:#171b19;color:#e8ebe6}[data-theme=dark] .app-header{background:#1b201df5;border-color:#343a36;box-shadow:0 2px 14px #00000038}[data-theme=dark] .brand{color:#f1f3ef}[data-theme=dark] .save-status{color:#a5aba5}[data-theme=dark] .project-controls select,[data-theme=dark] .project-action,[data-theme=dark] .theme-toggle{border-color:#454c47;background:#252b27;color:#d5d9d3}[data-theme=dark] .project-action:hover,[data-theme=dark] .theme-toggle:hover{background:#303a34;color:#a9d2b5}[data-theme=dark] .project-action.danger:hover{background:#472d2c;color:#f0aaa6;border-color:#64403d}[data-theme=dark] .board{border-color:#343b37;background:#1e2421;box-shadow:inset 0 1px #ffffff08,0 8px 32px #0000002e}[data-theme=dark] .board-grid{background-image:radial-gradient(circle,#4a524d 1px,transparent 1px);opacity:.5}[data-theme=dark] .board-tools{border-color:#3e4641eb;background:#1f2521eb;box-shadow:0 7px 22px #0003}[data-theme=dark] .status-tabs{background:#171c19}[data-theme=dark] .status-tabs button{color:#a3aaa4}[data-theme=dark] .status-tabs button.active{background:#35423a;color:#d9eee0;box-shadow:0 1px 5px #00000047}[data-theme=dark] .search-box{border-color:#444b46;background:#282e2a;color:#9fa7a0}[data-theme=dark] .search-box input{color:#ecefeb}[data-theme=dark] .search-box input::placeholder{color:#858d87}[data-theme=dark] .result-count{color:#a3aaa4}[data-theme=dark] .filter-button:first-child{color:#a4aaa4}[data-theme=dark] .filter-button:first-child:hover,[data-theme=dark] .filter-button:first-child.active{background:#35443b;color:#c7e1d1}[data-theme=dark] .arrange-button{background:#2d342f;color:#c0c6c0}[data-theme=dark] .arrange-button:hover{background:#39463e;color:#c9e2d2}[data-theme=dark] .empty-state p,[data-theme=dark] .no-results{color:#9aa19b}[data-theme=dark] .completion-zone{border-color:#53665a;background:#25322aeb;color:#bcd5c5;box-shadow:0 5px 18px #0003}[data-theme=dark] .completion-zone small{color:#91a398}[data-theme=dark] .completion-count{background:#3b5144;color:#d9e8de}[data-theme=dark] .completion-zone.drag-over{border-color:#80af93;background:#354e3e}[data-theme=dark] .create-color-menu{border-color:#454c47;background:#252b27;box-shadow:0 14px 36px #0006}[data-theme=dark] .create-color-menu p{color:#adb3ad}[data-theme=dark] .create-color-options button{background:#303732;color:#e1e5df}[data-theme=dark] .create-color-options button:hover{border-color:#59635c;background:#3a433d}[data-theme=dark] .app-footer{border-color:#333a35;background:#1c211e;color:#929991}[data-theme=dark] .shortcut-key{border-color:#4a514c;background:#292f2b;color:#c4cac4;box-shadow:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
