@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{font-family:DM Sans,Noto Sans JP,sans-serif;color:#353a34;background:#f7f6f2;font-synthesis:none;--yellow:#fff0b0;--green:#dcebd7;--pink:#f5dce2;--blue:#dceaf3}*{box-sizing:border-box}body{margin:0}button,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #477154;outline-offset:4px}button{color:inherit}.topbar{height:88px;border-bottom:1px solid #e7e6df;display:flex;align-items:center;justify-content:space-between;padding:0 4.4%;gap:24px}.brand{display:flex;align-items:center;color:#303a32;font-size:25px;font-weight:700;letter-spacing:-1px;text-decoration:none;white-space:nowrap}.brand-icon{display:grid;place-items:center;width:33px;height:35px;background:#e2e9d9;border-radius:8px 8px 12px;margin-right:11px;font-size:25px}.brand-dot{color:#708262}.private-label{font-size:12px;color:#87897e;letter-spacing:1px}.private-label span{margin-right:8px;color:#8c987f}.save-status{font-size:11px;color:#7d8275;display:flex;align-items:center;gap:7px}.save-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#91a47e}.save-status.error{color:#ab493d}.save-status.error:before{background:#ab493d}main{max-width:1600px;margin:auto;padding:58px 4.4% 0}.intro{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:38px}.eyebrow{font-size:10px;font-weight:600;letter-spacing:2.6px;color:#929687;margin:0 0 16px}h1{font-size:32px;letter-spacing:2px;font-weight:600;line-height:1.5;margin:0 0 10px}.subtitle{color:#8c8d83;font-size:13px;margin:0;line-height:1.8}.create-tools{display:flex;align-items:center;gap:22px;margin-top:20px}.palette{display:flex;gap:5px;align-items:center}.swatch{width:29px;height:36px;border:0;background:transparent;position:relative;padding:5px;display:grid;place-items:center}.swatch:before{content:"";display:block;width:19px;height:19px;background:var(--swatch);border-radius:50%;border:1px solid #00000008}.swatch[aria-pressed=true]:after{content:"";position:absolute;width:25px;height:25px;border:1px solid #7f8874;border-radius:50%}.primary{height:46px;border:0;border-radius:8px;background:#45583e;color:#fff;padding:0 20px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:500;box-shadow:0 3px 5px #24391e0a;white-space:nowrap}.primary:hover{background:#35492e}.primary span{font-size:23px;font-weight:400}.board-shell{border:1px solid #e0e1d9;border-radius:12px;overflow:hidden;background:#fdfcf8}.board-toolbar{height:61px;border-bottom:1px solid #e9e9e1;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#ffffff75;gap:12px}.board-title{display:flex;gap:11px;align-items:center}.board-title>span:first-child{font-size:21px;color:#838a7a}h2{font-size:12px;font-weight:600;margin:0}#note-count{font-size:10px;color:#8a8c80;background:#efefe8;border-radius:5px;padding:4px 8px}.board-hint{font-size:10px;color:#97998e}#board{position:relative;min-height:510px;background-image:radial-gradient(#c9cebd .8px,transparent .8px);background-size:20px 20px;background-position:10px 10px;overflow:hidden}.note{position:absolute;width:232px;height:228px;background:var(--note-color);border-radius:3px 3px 16px;box-shadow:1px 5px 9px #4547350c,0 1px 2px #4547350a;display:flex;flex-direction:column;transition:box-shadow .15s}.note:hover,.note:focus-within{box-shadow:2px 8px 15px #45473518}.note.dragging{z-index:10;box-shadow:2px 12px 22px #45473528}.note-handle{height:45px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 9px 0 15px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.note-handle:active{cursor:grabbing}.grip{width:22px;height:12px;background-image:radial-gradient(#5c634745 1.3px,transparent 1.3px);background-size:6px 5px}.delete-note{width:32px;height:32px;display:grid;place-items:center;border:0;background:transparent;color:#656b5480;border-radius:6px;font-size:19px}.delete-note:hover{background:#ffffff60;color:#6f493f}.delete-note svg{width:15px;height:15px}.note textarea{width:100%;flex:1;min-height:0;resize:none;background:transparent;border:0;padding:0 21px 10px;color:#4a4d40;font-size:14px;line-height:1.9;outline:none}.note textarea::placeholder{color:#77795790}.note:focus-within{outline:1px solid #66714b50}.note-bottom{padding:8px 20px 15px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px;color:#777b607d;pointer-events:none}.note-bottom span:last-child{font-size:13px}#empty-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:24px;color:#8c9281}#empty-state[hidden]{display:none}.empty-icon{font-size:32px;padding:5px 15px;background:#edf0e4;border-radius:10px;transform:rotate(-8deg);margin-bottom:12px}#empty-state h3{font-size:17px;font-weight:500}#empty-state p{font-size:12px;line-height:1.9}.board-footer{height:39px;display:flex;align-items:center;justify-content:space-between;padding:0 23px;border-top:1px solid #e9e9e1;font-size:9px;color:#9a9c90;gap:12px;background:#ffffff75}.board-footer>span:first-child{letter-spacing:1.4px;display:flex;align-items:center;gap:7px}.board-footer i{width:5px;height:5px;background:#9ba88c;border-radius:50%}.page-footer{display:flex;justify-content:space-between;padding:22px 2px 28px;color:#999b90;font-size:10px}.page-footer>span:last-child{font-size:11px}.page-footer>span:last-child span{margin-left:8px}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);max-width:90%;padding:12px 20px;background:#35432e;color:#fff;border-radius:8px;font-size:12px;z-index:50}@media(min-width:1450px){#board{min-height:600px}}.board-actions{display:flex;align-items:center;gap:14px}#arrange-notes{height:44px;min-width:60px;border:1px solid #cbd2c1;border-radius:7px;background:#f7f8f1;font-size:12px}#arrange-notes:hover{background:#e9eedf}#arrange-notes:disabled{opacity:.45;cursor:default}.project-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:16px 24px;border-bottom:1px solid #e9e9e1;background:#f0f2e9}.project-bar label{font-size:12px;white-space:nowrap}.project-bar select{flex:1;min-width:0;max-width:420px;height:44px;padding:0 12px;border:1px solid #cbd2c1;border-radius:7px;background:#fff;color:#353a34;font:inherit;font-size:16px;text-overflow:ellipsis}.project-actions,.dialog-actions{display:flex;gap:8px}.project-bar button,.dialog-actions button{min-height:44px;padding:0 12px;border:1px solid #cbd2c1;border-radius:7px;background:#fff;font-size:12px}#project-dialog{width:420px;max-width:calc(100% - 32px);border:1px solid #d8ddd0;border-radius:12px;padding:24px;color:#353a34;background:#fdfcf8}#project-dialog::backdrop{background:#25302060}#project-dialog h2{font-size:18px;margin-bottom:22px}#project-name-field label{display:block;font-size:12px;margin-bottom:8px}#project-name{width:100%;height:44px;font:inherit;font-size:16px;padding:0 10px;border:1px solid #cbd2c1;border-radius:6px}#project-delete-message{font-size:14px;line-height:1.9;overflow-wrap:anywhere}.dialog-actions{justify-content:flex-end;margin-top:24px}#project-submit{background:#45583e;color:#fff}@media(max-width:500px){.project-bar{padding:14px;gap:8px}.project-bar label{width:100%}.project-bar select{flex-basis:100%;width:100%}.project-actions{width:100%}.project-actions button{flex:1}}.status-filters{display:flex;gap:6px;padding:14px 24px;border-bottom:1px solid #e9e9e1}.status-filters button{min-height:44px;min-width:76px;padding:0 16px;border:1px solid #d8ddd0;border-radius:7px;background:#f7f8f1;font-size:12px}.status-filters button[aria-pressed=true]{background:#45583e;color:#fff;border-color:#45583e}.completion-slot{height:0}body{padding-bottom:130px}#completion-zone{position:fixed;right:24px;bottom:24px;z-index:40;width:300px;max-width:calc(100vw - 32px);padding:14px 18px;border:2px dashed #a6b398;border-radius:9px;background:#eff3e9;color:#526648;box-shadow:0 4px 18px #35432e25}#toast{bottom:140px}#completion-zone h2{font-size:14px}#completed-count{margin-left:10px;font-size:12px}#completion-zone p{font-size:11px;margin:8px 0 0;line-height:1.6}.drag-active #completion-zone{box-shadow:0 4px 18px #35432e25}.note.dragging{opacity:.25}.note.drag-preview{position:fixed;z-index:100;pointer-events:none;opacity:.9;margin:0;box-shadow:4px 14px 22px #463d2c40}#completion-zone.drop-ready{background:#d6e9c8;border-color:#45583e;border-style:solid}.complete-note{height:44px;padding:0 8px;border:0;border-radius:6px;background:transparent;font-size:11px;white-space:nowrap;color:#566146;touch-action:manipulation}.complete-note:hover{background:#ffffff60}.completed textarea{text-decoration:line-through;color:#707966}.completed .complete-note{background:#45583e;color:#fff}.completed{border:1px solid #70826280}@media(max-width:500px){.status-filters{padding:12px 14px}.status-filters button{flex:1;min-width:0}#completion-zone{right:16px;bottom:16px}}.search-bar{display:flex;align-items:center;gap:12px;padding:12px 24px;border-bottom:1px solid #e9e9e1;background:#ffffff75}.search-bar label{font-size:12px;white-space:nowrap;color:#777e6e}.search-bar input{font:inherit;font-size:16px;min-width:0;width:320px;max-width:100%;height:44px;border:1px solid #d8ddd0;border-radius:7px;padding:0 12px;background:#fdfdf9;color:#353a34}.search-bar input:focus-visible{outline:2px solid #708262;outline-offset:2px}.search-bar button{height:44px;padding:0 12px;border:1px solid #d8ddd0;background:#f7f8f1;border-radius:7px;font-size:12px;white-space:nowrap}.search-bar button:disabled{opacity:.45;cursor:default}.note[hidden]{display:none}@media(max-width:500px){.search-bar{padding:12px 14px;gap:8px;flex-wrap:wrap}.search-bar label{width:100%}.search-bar input{flex:1;width:0}}.note textarea{font-family:Yomogi,Noto Sans JP,sans-serif;font-size:18px;font-weight:400;line-height:1.8}.note{border-radius:2px 3px 9px 2px;background-image:linear-gradient(175deg,#ffffff20 0%,transparent 35%,#65532b08 100%);transform:rotate(var(--note-tilt, -1deg));transform-origin:50% 35%;box-shadow:1px 2px 3px #463d2c12,3px 9px 12px -5px #463d2c38,inset 0 1px #fff5}.note:hover,.note:focus-within{box-shadow:1px 3px 4px #463d2c16,4px 12px 16px -5px #463d2c42,inset 0 1px #fff5}.note.dragging{box-shadow:2px 5px 7px #463d2c18,6px 17px 20px -6px #463d2c48,inset 0 1px #fff5}.note-colors{pointer-events:auto;flex-shrink:0;align-items:center;justify-content:center;padding:0 12px 5px;gap:4px;letter-spacing:normal}.note-colors .swatch{width:44px;height:44px;padding:0;border-radius:6px}.note-colors .swatch:hover{background:#ffffff50}@media(max-width:900px){.private-label{display:none}main{padding-top:38px}.intro{align-items:flex-start;flex-direction:column;gap:20px}.create-tools{align-self:flex-end;margin-top:0}.intro{margin-bottom:25px}h1{font-size:29px}.board-hint{font-size:9px}}@media(max-width:500px){.topbar{height:73px;padding:0 20px;gap:8px}.brand{font-size:22px}.brand-icon{width:28px;height:30px;margin-right:8px}.save-status{font-size:9px;max-width:114px;line-height:1.6}main{padding:32px 16px 0}.eyebrow{font-size:8px;letter-spacing:1.8px;margin-bottom:12px}h1{font-size:25px;letter-spacing:1px}.subtitle{font-size:11px}.intro{gap:21px}.create-tools{width:100%;justify-content:space-between;gap:8px}.swatch{width:30px;height:44px;padding:0}.palette{gap:0}.primary{height:46px;padding:0 13px;font-size:11px}.board-toolbar{padding:0 14px;height:54px}.board-hint{display:none}#board{min-height:470px}.note-handle{height:48px}.delete-note{width:44px;height:44px}.note textarea{font-size:16px}.board-footer{padding:0 13px;font-size:8px}.board-footer>span:last-child{display:none}.page-footer{font-size:9px}.page-footer>span:last-child{display:none}}
