@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;600;700&family=Yomogi&display=swap";:root{color:#272922;background:#ede9df;font-family:Noto Sans JP,sans-serif;font-synthesis:none;--ink: #272922;--line: rgba(39, 41, 34, .17);--orange: #ec5b2a;--note-width: 232px;--note-height: 220px}:root[data-theme=dark]{color:#ecebe4;background:#20221f;--ink: #ecebe4;--line: rgba(239, 238, 229, .15)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.72),transparent 27%),#ede9df}:root[data-theme=dark] body{background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.035),transparent 30%),#20221f}button,textarea{font:inherit}button{color:inherit}.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}.topbar{height:88px;padding:0 clamp(24px,4vw,64px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:13px;font-family:DM Mono,monospace;font-size:15px;font-weight:500;letter-spacing:.16em}.brand__mark{width:25px;height:25px;display:block;background:var(--orange);box-shadow:6px 6px 0 var(--ink);transform:rotate(-3deg)}.topbar__actions{display:flex;align-items:center;gap:clamp(14px,2vw,28px)}.hint{margin:0;color:#77786f;font-size:13px}.hint__dot{display:inline-block;width:6px;height:6px;margin-right:8px;border-radius:50%;background:#55a879}.add-button{min-height:46px;padding:0 20px;display:inline-flex;align-items:center;gap:10px;border:0;border-radius:2px;background:var(--ink);color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:4px 4px 0 var(--orange);transition:transform .15s ease,box-shadow .15s ease}.add-button:hover{transform:translate(-1px,-1px);box-shadow:6px 6px 0 var(--orange)}.add-button:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--orange)}.add-button span:first-child{font-size:20px;font-weight:400;line-height:1}.theme-toggle{position:relative;width:42px;height:42px;flex:0 0 auto;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:50%;background:#ffffff38;color:var(--ink);cursor:pointer}.theme-toggle span{position:absolute;inset:0;display:grid;place-items:center;font-size:19px;transition:transform .22s ease,opacity .22s ease}.theme-toggle__sun{transform:translateY(0);opacity:1}.theme-toggle__moon{transform:translateY(100%);opacity:0}:root[data-theme=dark] .theme-toggle__sun{transform:translateY(-100%);opacity:0}:root[data-theme=dark] .theme-toggle__moon{transform:translateY(0);opacity:1}:root[data-theme=dark] .add-button{color:#20221f}:root[data-theme=dark] .new-note-colors .color-dot.is-selected{box-shadow:inset 0 0 0 2px #20221f}.project-bar{min-height:62px;padding:9px clamp(24px,4vw,64px);display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:#fff3}.project-select{min-width:0;display:flex;align-items:center;gap:13px}.project-select>span{font-family:DM Mono,monospace;color:#73766e;font-size:10px;letter-spacing:.14em}.project-select select{width:min(280px,36vw);min-height:40px;padding:0 36px 0 12px;border:1px solid rgba(39,41,34,.22);border-radius:2px;background:#ffffff80;color:var(--ink);font-size:14px;font-weight:600;cursor:pointer}.project-actions{display:flex;gap:7px}.project-actions button{min-height:38px;padding:0 12px;border:1px solid rgba(39,41,34,.22);border-radius:2px;background:transparent;font-size:12px;cursor:pointer}.project-actions button:hover{background:#ffffff7a}.project-actions .project-delete{color:#a04632}.project-actions button:disabled{cursor:not-allowed;opacity:.35}.project-dialog{width:min(430px,calc(100vw - 32px));padding:0;border:0;border-radius:3px;background:#f4f1e9;color:var(--ink);box-shadow:0 24px 70px #1c1b1647}.project-dialog::backdrop{background:#22231e75;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.project-dialog form{padding:28px}.project-dialog h2{margin:0 0 24px;font-size:23px}.project-dialog label{display:block;margin-bottom:8px;font-size:13px;font-weight:600}.project-dialog input{width:100%;height:46px;padding:0 12px;border:1px solid rgba(39,41,34,.3);background:#fff;color:var(--ink);font-size:16px}.project-dialog__error{min-height:20px;margin:7px 0 10px;color:#a04632;font-size:12px}.project-dialog__actions{display:flex;justify-content:flex-end;gap:9px}.project-dialog__actions button{min-height:42px;padding:0 17px;border:1px solid rgba(39,41,34,.24);background:transparent;cursor:pointer}.project-dialog__actions .project-dialog__save{border-color:var(--ink);background:var(--ink);color:#fff}:root[data-theme=dark] .project-bar{background:#ffffff06}:root[data-theme=dark] .project-select select,:root[data-theme=dark] .project-dialog input{border-color:#ffffff2e;background:#30332f;color:#f1f0e9}:root[data-theme=dark] .project-actions button:hover{background:#ffffff14}:root[data-theme=dark] .project-actions .project-delete{color:#ef9984}:root[data-theme=dark] .project-dialog{background:#292c28;color:#f1f0e9}:root[data-theme=dark] .project-dialog::backdrop{background:#080908b3}:root[data-theme=dark] .project-dialog__actions .project-dialog__save{border-color:#ecebe4;background:#ecebe4;color:#242622}.new-note-colors{margin:0;padding:0;display:flex;align-items:center;gap:7px;border:0}.new-note-colors legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.color-dot{width:23px;height:23px;padding:0;border:2px solid transparent;border-radius:50%;background:var(--dot-color);background-clip:padding-box;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.color-dot:hover{transform:scale(1.12)}.color-dot.is-selected{border-color:var(--ink);box-shadow:inset 0 0 0 2px #ede9df;transform:scale(1.1)}.color-dot[data-color=yellow],.color-dot[data-new-color=yellow]{--dot-color: #ffd969}.color-dot[data-color=pink],.color-dot[data-new-color=pink]{--dot-color: #ffa88f}.color-dot[data-color=blue],.color-dot[data-new-color=blue]{--dot-color: #8dcfda}.color-dot[data-color=green],.color-dot[data-new-color=green]{--dot-color: #b8d985}.workspace{padding:clamp(24px,4vw,56px)}.board{position:relative;min-height:calc(100vh - 150px - clamp(48px,8vw,112px));overflow:hidden;border:14px solid transparent;border-radius:3px;background-color:#d8dfd3;background-image:radial-gradient(rgba(39,41,34,.2) 1px,transparent 1px),linear-gradient(#d8dfd3,#d8dfd3),repeating-linear-gradient(96deg,#856546 0,#8d6c4c 18px,#947352 34px,#896849 51px,#906f4e 72px);background-size:24px 24px,auto,auto;background-origin:padding-box,padding-box,border-box;background-clip:padding-box,padding-box,border-box;box-shadow:inset 0 0 0 1px #36231229,inset 0 7px 14px #36231212,0 12px 30px #3f392b1c}:root[data-theme=dark] .board{background-color:#4c554b;background-image:radial-gradient(rgba(236,235,228,.17) 1px,transparent 1px),linear-gradient(#4c554b,#4c554b),repeating-linear-gradient(96deg,#5a4634 0,#604a37 18px,#674f3b 34px,#5c4735 51px,#624b38 72px);box-shadow:inset 0 0 0 1px #0a0c0959,inset 0 7px 14px #0a0c0924,0 14px 34px #00000040}.board:before{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 80px #444d3e12,inset 0 0 0 1px #ffffff38}.board__heading{position:relative;z-index:2;height:112px;padding:28px 34px;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none}.eyebrow,.note-count,.note__footer{font-family:DM Mono,monospace;letter-spacing:.12em}.eyebrow{margin:0 0 5px;color:#677064;font-size:11px}h1{margin:0;font-size:clamp(22px,2vw,30px);line-height:1.2;letter-spacing:-.04em}.note-count{margin:5px 0 0;color:#677064;font-size:11px}.board__tools{display:flex;align-items:center;gap:14px;pointer-events:auto}.status-filter{height:38px;padding:3px;display:flex;align-items:center;border:1px solid rgba(39,41,34,.2);border-radius:3px;background:#ffffff47}.status-filter button{height:30px;padding:0 11px;border:0;border-radius:2px;background:transparent;color:#656c63;font-size:12px;cursor:pointer}.status-filter button.is-selected{background:var(--ink);color:#fff}.search-box{width:clamp(190px,22vw,280px);height:42px;padding:0 13px;display:flex;align-items:center;gap:10px;border:1px solid rgba(39,41,34,.24);border-radius:2px;background:#ffffff73}.search-box:focus-within{border-color:#272922a6;background:#ffffffad;box-shadow:0 0 0 3px #ffffff52}.search-box__icon{position:relative;width:14px;height:14px;flex:0 0 auto;border:1.7px solid #60675e;border-radius:50%}.search-box__icon:after{content:"";position:absolute;width:6px;height:1.7px;right:-5px;bottom:-2px;background:#60675e;transform:rotate(45deg);transform-origin:left center}.search-box input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.search-box input::placeholder{color:#777d74}:root[data-theme=dark] .search-box{border-color:#ffffff2e;background:#14161347}:root[data-theme=dark] .search-box:focus-within{border-color:#ffffff7a;background:#1416137a}:root[data-theme=dark] .search-box input{color:#f1f0e9}:root[data-theme=dark] .search-box input::placeholder{color:#bbc0b8}:root[data-theme=dark] .search-box__icon{border-color:#c7cbc2}:root[data-theme=dark] .search-box__icon:after{background:#c7cbc2}:root[data-theme=dark] .status-filter{border-color:#ffffff2e;background:#14161333}:root[data-theme=dark] .status-filter button{color:#c7cbc2}:root[data-theme=dark] .status-filter button.is-selected{background:#ecebe4;color:#292b27}.notes-layer{position:absolute;inset:112px 0}.note{position:absolute;width:var(--note-width);height:var(--note-height);padding:0 17px 13px;display:flex;flex-direction:column;background-color:var(--note-color, #ffd969);background-image:linear-gradient(to bottom,rgba(255,255,255,.26),transparent 11%),linear-gradient(165deg,rgba(255,255,255,.13),transparent 38%),linear-gradient(to bottom,transparent 76%,rgba(73,62,37,.045));box-shadow:0 1px 1px #27292214,1px 4px 7px #27292217,2px 10px 17px #2729220b;transform:rotate(var(--tilt, 0deg));transform-origin:50% 12%;transition:box-shadow .18s ease,transform .18s ease;touch-action:none}.note[hidden]{display:none}.note.is-arranging{transition:left .28s ease,top .28s ease,box-shadow .18s ease,transform .18s ease}.note.is-complete{filter:saturate(.55);opacity:.72}.note.is-complete .note__text{text-decoration:line-through;text-decoration-thickness:1.5px}.note:before{content:"";position:absolute;inset:0 0 auto;height:12px;border-top:1px solid rgba(255,255,255,.28);background:linear-gradient(to bottom,rgba(255,255,255,.12),transparent);pointer-events:none}.note:after{content:"";position:absolute;right:-1px;bottom:-1px;width:34px;height:34px;background:linear-gradient(135deg,#27292214 0 46%,#ffffffad 50%,color-mix(in srgb,var(--note-color) 72%,white));clip-path:polygon(0 100%,100% 0,100% 100%);filter:drop-shadow(-2px -2px 2px rgba(39,41,34,.12));pointer-events:none}.note:hover{box-shadow:0 1px 2px #27292217,1px 6px 10px #2729221a,2px 13px 22px #2729220e}.note.is-dragging{z-index:10;transform:rotate(0) scale(1.018);box-shadow:0 3px 5px #2729221f,0 12px 22px #27292221,0 24px 38px #27292214}.note__bar{height:42px;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}.note__actions{display:flex;align-items:center}.note__grip{width:30px;height:30px;display:grid;grid-template-columns:repeat(3,3px);grid-auto-rows:3px;gap:4px;place-content:center;cursor:grab;touch-action:none}.note__grip:active{cursor:grabbing}.note__grip i{width:3px;height:3px;border-radius:50%;background:#2729228c}.note__delete{width:36px;height:36px;padding:0;border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer;opacity:.55}.note__delete:hover,.note__delete:focus-visible{opacity:1}.note__complete{width:36px;height:36px;padding:0;border:1px solid rgba(39,41,34,.42);border-radius:50%;background:#ffffff2e;font-size:16px;line-height:1;cursor:pointer;opacity:.72}.note__complete:hover{opacity:1;background:#ffffff59}.note.is-complete .note__complete{border-color:#276a45;background:#276a45;color:#fff;opacity:1}.note__text{width:100%;flex:1;resize:none;border:0;outline:0;background:transparent;color:#292a25;font-family:Yomogi,Noto Sans JP,cursive;font-size:20px;line-height:1.7;letter-spacing:.02em;touch-action:auto}.note__text::placeholder{color:#2729226b}.note__footer{min-height:34px;padding-top:7px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(39,41,34,.18);font-size:9px;color:#27292294}.note__colors{display:flex;gap:6px}.note__colors .color-dot{width:18px;height:18px}.note__colors .color-dot.is-selected{box-shadow:inset 0 0 0 2px var(--note-color)}.empty-state{position:absolute;z-index:1;inset:112px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#657064;text-align:center}.empty-state[hidden]{display:none}.empty-state__icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:12px;border:1px dashed #788176;border-radius:50%;font-size:28px}.empty-state p{margin:0 0 16px;font-size:15px}.empty-state button{min-height:42px;padding:0 18px;border:1px solid #657064;background:transparent;cursor:pointer}.search-empty{position:absolute;z-index:1;inset:112px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#657064;text-align:center}.search-empty[hidden]{display:none}.search-empty span{font-family:DM Mono,monospace;font-size:46px;line-height:1;opacity:.65}.search-empty p{margin:10px 0 0;font-size:15px}.done-zone{position:absolute;z-index:5;right:18px;bottom:16px;left:18px;height:78px;display:flex;align-items:center;justify-content:center;gap:13px;border:1.5px dashed rgba(61,76,61,.48);border-radius:3px;background:#eef2e880;color:#4e594d;transition:background .15s ease,border-color .15s ease,transform .15s ease}.done-zone__check{width:34px;height:34px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:18px}.done-zone strong,.done-zone small{display:block}.done-zone strong{font-size:14px}.done-zone small{margin-top:2px;color:#727a70;font-size:11px}.done-zone.is-over{border-color:#276a45;background:#b8d985b8;transform:scale(.995)}:root[data-theme=dark] .done-zone{border-color:#e1e7dc61;background:#191d1852;color:#d8ddd3}:root[data-theme=dark] .done-zone small{color:#b2b9ae}button:focus-visible,textarea:focus-visible,.note__grip:focus-visible{outline:3px solid white;outline-offset:2px}@media(max-width:767px){:root{--note-width: min(232px, calc(100vw - 72px) );--note-height: 210px}.topbar{height:76px;padding:0 18px}.brand{gap:10px;font-size:13px}.brand__mark{width:21px;height:21px;box-shadow:4px 4px 0 var(--ink)}.hint{display:none}.new-note-colors{gap:4px}.new-note-colors .color-dot{width:27px;height:27px}.add-button{min-width:48px;min-height:48px;padding:0;justify-content:center;box-shadow:3px 3px 0 var(--orange)}.add-button span:last-child{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.theme-toggle{width:46px;height:46px}.project-bar{min-height:66px;padding:9px 14px;gap:8px}.project-select{flex:1}.project-select>span{display:none}.project-select select{width:100%;min-width:0}.project-actions{gap:4px}.project-actions button{width:42px;padding:0;font-size:0}.project-actions button:before{font-size:18px}#project-add span{font-size:20px}#project-rename:before{content:"✎"}#notes-arrange:before{content:"▦"}#project-delete:before{content:"×"}.workspace{padding:14px}.board{min-height:calc(100vh - 170px);border-width:9px}.board__heading{height:150px;padding:18px 14px}.board__heading>div:first-child{display:none}.board__tools{width:100%;flex-wrap:wrap;align-content:center;gap:10px}.status-filter{order:2;flex:1}.status-filter button{flex:1;padding:0 7px}.search-box{order:1;width:100%;flex:0 0 100%;height:46px}.note-count{order:2;flex:0 0 auto}.notes-layer{inset:150px 0 102px}.empty-state,.search-empty{inset:150px 0 102px;padding:20px}.note{padding-left:16px;padding-right:16px}.note__grip,.note__delete{width:44px;height:44px}.note__complete{width:42px;height:42px}.done-zone{right:10px;bottom:9px;left:10px;height:76px}}@media(max-width:430px){.brand span:last-child{display:none}.topbar__actions{gap:9px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
