@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:#29261f;font-synthesis:none;text-rendering:optimizelegibility;background:#f6f3ec;font-family:DM Sans,Noto Sans JP,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 15% 0,#fffffff2,#0000 32rem),#f6f3ec;min-width:320px;min-height:100vh;margin:0}button,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}#app{min-height:100vh}.app-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border-bottom:1px solid #dedbd3;justify-content:space-between;align-items:center;gap:24px;min-height:96px;padding:20px clamp(24px,4vw,64px);display:flex}.brand{align-items:center;gap:15px;display:flex}.brand-mark{aspect-ratio:1;background:#f2c94c;border-radius:10px 10px 10px 3px;width:44px;display:block;transform:rotate(-3deg);box-shadow:inset -7px -7px #8f670014,0 6px 18px #503d081f}.brand h1{letter-spacing:-.02em;margin:0;font-size:22px;line-height:1.15}.brand p{color:#827d72;margin:5px 0 0;font-size:12px}.header-actions{align-items:center;gap:10px;display:flex}.new-color-label{color:#756f63;font-size:11px;font-weight:600}.new-color{color:#403c34;cursor:pointer;background:#fff;border:1px solid #d5d0c6;border-radius:10px;min-height:44px;padding:0 34px 0 13px}.add-note{color:#fff;cursor:pointer;background:#28251f;border:0;border-radius:12px;align-items:center;gap:10px;min-height:48px;padding:0 21px;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 6px 16px #221f182b}.add-note span{font-size:24px;font-weight:400;line-height:1}.add-note:hover{transform:translateY(-2px);box-shadow:0 9px 20px #221f1838}.add-note:active{transform:none}main{width:min(1180px,100% - 48px);margin:0 auto;padding:36px 0 48px}.board-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.eyebrow{color:#a47700;letter-spacing:.16em;font-size:10px;font-weight:700}.board-heading h2{letter-spacing:-.025em;margin:5px 0 0;font-size:26px}.note-count{color:#8a857a;margin:0 2px 3px 0;font-size:13px}.board{background-color:#eee9de;background-image:radial-gradient(#c9c1b2 1.15px,#0000 1.15px);background-size:24px 24px;border:1px solid #d8d3c8;border-radius:20px;min-height:650px;transition:min-height .2s;position:relative;overflow:hidden;box-shadow:inset 0 1px 8px #3c34260d,0 14px 45px #4a402b14}.empty-state{text-align:center;color:#918b7f;width:min(360px,100% - 40px);position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.empty-state[hidden]{display:none}.empty-state>span{color:#9a9386;background:#ffffff47;border:1px dashed #aaa293;border-radius:16px;place-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:30px;font-weight:300;display:grid}.empty-state strong{color:#6e685d;font-size:15px;display:block}.empty-state p{margin:8px 0 0;font-size:12px;line-height:1.7}.note{transform-origin:50% 8%;will-change:transform;background:#f9df6b;border:1px solid #624f1e12;border-radius:3px 3px 9px 4px;flex-direction:column;width:210px;height:210px;padding:12px 15px;transition:background-color .18s,box-shadow .18s;display:flex;position:absolute;top:0;left:0;box-shadow:1px 2px 2px #3e30121f,4px 8px 12px #3e301229,10px 18px 28px #3e30121c,inset 0 -10px 24px #73560a0f,inset 0 1px #ffffff59}.note:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 45%,#5b461514 46%,#ffffff3d 100%);border-radius:14px 0 8px;width:18px;height:18px;position:absolute;bottom:0;right:0}.note--yellow{background:#f9df6b}.note--pink{background:#f5bdc9}.note--blue{background:#bcdcf1}.note--green{background:#bfe2c8}.note.is-dragging{filter:saturate(1.03);box-shadow:2px 4px 5px #3e30121f,9px 18px 26px #3e301233,18px 32px 42px #3e301224}.note-handle{color:#3f341d73;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:flex-start;height:34px;display:flex}.note.is-dragging .note-handle{cursor:grabbing}.drag-dots{letter-spacing:-8px;margin-top:2px;font-size:15px;transform:rotate(90deg)}.delete-note{color:#41351d94;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;margin:-5px -7px 0 0;font-size:24px;font-weight:300;display:grid}.delete-note:hover,.delete-note:focus-visible{color:#3c3322;background:#ffffff5c}.note textarea{resize:none;color:#3f3828;letter-spacing:.035em;background:0 0;border:0;outline:0;flex:1;width:100%;min-height:0;padding:4px 2px;font-family:Yomogi,Noto Sans JP,sans-serif;font-size:17px;line-height:1.65}.note textarea::placeholder{color:#463a1f66}.note-footer{justify-content:space-between;align-items:flex-end;gap:8px;min-height:24px;display:flex}.color-picker{gap:5px;display:flex}.color-swatch{cursor:pointer;border:2px solid #ffffffb3;border-radius:50%;width:20px;height:20px;padding:0;box-shadow:0 0 0 1px #3e342126}.color-swatch--yellow{background:#f3cc31}.color-swatch--pink{background:#e98ca2}.color-swatch--blue{background:#75b8e4}.color-swatch--green{background:#79bf8c}.color-swatch[aria-pressed=true]{transform:scale(.82);box-shadow:0 0 0 2px #4d4639}.saved-label{color:#4339226b;letter-spacing:.04em;font-size:9px}footer{color:#999286;text-align:center;padding:0 20px 28px;font-size:11px}button:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #445bb97a}@media (width<=800px){.app-header{padding-inline:28px}.new-color-label{display:none}main{width:calc(100% - 40px);padding-top:30px}.board{border-radius:16px}}@media (width<=520px){.app-header{gap:10px;min-height:84px;padding:14px 16px}.brand{gap:10px;min-width:0}.brand-mark{flex:none;width:38px}.brand h1{white-space:nowrap;font-size:18px}.brand p{display:none}.header-actions{gap:7px}.new-color{width:92px;min-height:48px;padding:0 22px 0 8px;font-size:12px}.add-note{border-radius:12px;min-width:48px;min-height:48px;padding:0 14px;font-size:0}.add-note span{font-size:28px}main{width:calc(100% - 24px);padding:24px 0 34px}.board-heading{margin:0 4px 15px}.board-heading h2{font-size:21px}.note-count{font-size:12px}.board{background-size:20px 20px;border-radius:14px;min-height:560px}.note{width:156px;height:176px;padding:9px 11px}.note-handle{height:30px}.delete-note{width:36px;height:36px;margin:-7px -7px 0 0}.note textarea{font-size:16px;line-height:1.5}.note-footer{min-height:24px}.color-picker{gap:7px}.color-swatch{width:23px;height:23px}.saved-label{display:none}footer{padding-bottom:22px;font-size:10px}}@media (width<=360px){.app-header{padding-inline:12px}.brand-mark{display:none}.brand h1{font-size:16px}.new-color{width:88px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}.board-tools{align-items:center;gap:14px;display:flex}.search-box{color:#8a8378;background:#ffffffd9;border:1px solid #d5d0c6;border-radius:11px;align-items:center;gap:8px;width:220px;height:42px;padding:0 12px;display:flex}.search-box:focus-within{border-color:#8f8779;box-shadow:0 0 0 3px #645b4c1a}.search-box span{font-size:22px;line-height:1}.note-search{color:#3d3931;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:13px}.note-search::placeholder{color:#9a9387}.note-count{text-align:right;white-space:nowrap;min-width:58px}.note[hidden]{display:none}.board.is-no-results:before{content:"一致する付箋がありません";color:#878074;font-size:14px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}@media (width<=600px){.board-heading{align-items:flex-start;gap:14px}.board-tools{flex-direction:column;align-items:flex-end;gap:6px;width:min(195px,58%)}.search-box{width:100%;height:44px}.note-count{margin-right:2px}.board.is-no-results:before{white-space:nowrap}}@media (width<=390px){.board-heading{flex-direction:column}.board-tools{flex-direction:row;align-items:center;width:100%}.search-box{flex:1}.note-count{margin:0}}.status-filter{background:#ebe7de;border:1px solid #d8d3c9;border-radius:13px;gap:3px;width:max-content;margin:0 auto 30px;padding:4px;display:flex}.status-filter button{color:#777065;cursor:pointer;background:0 0;border:0;border-radius:9px;min-width:92px;height:38px;padding:0 18px;font-size:13px;font-weight:600}.status-filter button[aria-pressed=true]{color:#302c25;background:#fff;box-shadow:0 2px 8px #3c34281f}.note-actions{align-items:flex-start;gap:2px;display:flex}.complete-note{color:#0000;cursor:pointer;background:#ffffff2e;border:1px solid #463b2240;border-radius:50%;place-items:center;width:30px;height:30px;margin-top:-4px;font-size:15px;font-weight:700;display:grid}.complete-note:hover{color:#355b3a80;background:#fff6}.complete-note[aria-pressed=true]{color:#fff;background:#5c9967;border-color:#4d8958;box-shadow:0 2px 6px #23532b38}.note.is-completed{filter:saturate(.55);opacity:.72}.note.is-completed textarea{color:#665f53;text-decoration:line-through;text-decoration-thickness:1.5px}.note.is-completed:before{content:"DONE";color:#32673aa6;letter-spacing:.12em;pointer-events:none;border:1px solid #32673a73;border-radius:3px;padding:2px 6px;font-family:DM Sans,sans-serif;font-size:9px;font-weight:700;position:absolute;top:48px;right:12px;transform:rotate(6deg)}.completed-dropzone{color:#797266;background:#ffffff4d;border:2px dashed #b9b2a5;border-radius:16px;justify-content:center;align-items:center;gap:15px;min-height:112px;margin-top:22px;padding:20px 28px;transition:border-color .18s,background .18s,transform .18s;display:flex}.completed-dropzone .drop-check{color:#fff;background:#7e9b80;border-radius:50%;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.completed-dropzone strong{color:#514b42;font-size:15px;display:block}.completed-dropzone p{margin:4px 0 0;font-size:11px}.completed-dropzone.is-drag-over{background:#c7e2ca8c;border-color:#5d9665;transform:scale(1.01)}@media (width<=520px){.status-filter{width:100%;margin-bottom:22px}.status-filter button{flex:1;min-width:0;height:44px;padding:0 8px}.note-actions{gap:0}.complete-note{width:34px;height:34px;margin-top:-6px}.completed-dropzone{gap:12px;min-height:104px;padding:17px}.completed-dropzone .drop-check{width:42px;height:42px}.completed-dropzone p{max-width:200px;line-height:1.5}}.project-bar{background:#fff9;border:1px solid #ddd8ce;border-radius:15px;justify-content:space-between;align-items:flex-end;gap:18px;margin:0 0 18px;padding:15px 18px;display:flex;box-shadow:0 5px 18px #433a2b0d}.project-bar label{color:#777064;letter-spacing:.04em;align-items:center;gap:12px;font-size:11px;font-weight:700;display:flex}.project-select{color:#37332c;cursor:pointer;background:#fff;border:1px solid #d0cbc1;border-radius:10px;min-width:240px;height:44px;padding:0 36px 0 13px;font-size:14px;font-weight:600}.project-actions{gap:7px;display:flex}.project-actions button{color:#5e584e;cursor:pointer;background:#fff;border:1px solid #d2cdc3;border-radius:9px;min-height:40px;padding:0 14px;font-size:12px;font-weight:600}.project-actions button:hover{background:#f9f7f2;border-color:#a9a194}.project-actions .create-project{color:#fff;background:#4a463e;border-color:#4a463e}.project-actions .delete-project{color:#a44e4e}.project-actions .delete-project:hover{background:#fff5f5;border-color:#d7abab}@media (width<=700px){.project-bar{flex-direction:column;align-items:stretch;gap:10px}.project-bar label{justify-content:space-between}.project-select{flex:1;min-width:0}.project-actions button{flex:1;min-height:44px}}@media (width<=420px){.project-bar{padding:12px}.project-bar label{flex-direction:column;align-items:stretch;gap:6px}.project-select{width:100%;height:48px}.project-actions{gap:5px}.project-actions button{padding:0 7px;font-size:11px}.status-filter{margin-top:2px}}.arrange-notes{color:#5f594f;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #cec8bd;border-radius:10px;height:42px;padding:0 13px;font-size:12px;font-weight:700}.arrange-notes span{vertical-align:-1px;font-size:17px}.arrange-notes:hover{background:#faf8f3;border-color:#9f9789}.arrange-notes:active{transform:translateY(1px)}@media (width<=600px){.arrange-notes{width:100%;height:40px}}@media (width<=390px){.arrange-notes{width:auto;height:44px;padding:0 10px}.arrange-notes span{display:none}}.theme-toggle{color:#4f4a42;cursor:pointer;background:#fff;border:1px solid #d5d0c6;border-radius:11px;flex:none;place-items:center;width:44px;height:44px;font-size:21px;line-height:1;transition:color .18s,background .18s,border-color .18s,transform .18s;display:grid}.theme-toggle:hover{background:#faf8f3;border-color:#a9a194;transform:translateY(-1px)}.theme-toggle span{transform:translateY(-1px)}@media (width<=520px){.theme-toggle{width:48px;height:48px}.new-color-label{display:none}}@media (width<=400px){.theme-toggle{z-index:100;border-color:#fff6;position:fixed;bottom:14px;right:14px;box-shadow:0 7px 22px #211d163d}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#181a1c}html[data-theme=dark] body{color:#e9e5dd;background:radial-gradient(circle at 15% 0,#43464973,#0000 32rem),#181a1c}html[data-theme=dark] .app-header{background:#1d1f21e6;border-bottom-color:#3c3f41}html[data-theme=dark] .brand p,html[data-theme=dark] .eyebrow,html[data-theme=dark] .note-count,html[data-theme=dark] footer{color:#aaa59c}html[data-theme=dark] .project-bar{background:#26282ad1;border-color:#3d4042;box-shadow:0 5px 18px #00000029}html[data-theme=dark] .project-bar label{color:#b8b2a8}html[data-theme=dark] .project-select,html[data-theme=dark] .new-color,html[data-theme=dark] .project-actions button,html[data-theme=dark] .search-box,html[data-theme=dark] .arrange-notes,html[data-theme=dark] .theme-toggle{color:#e7e2d9;background:#292c2e;border-color:#505357}html[data-theme=dark] .project-actions button:hover,html[data-theme=dark] .arrange-notes:hover,html[data-theme=dark] .theme-toggle:hover{background:#343739;border-color:#777b7e}html[data-theme=dark] .project-actions .create-project{color:#242627;background:#d5d0c7;border-color:#d5d0c7}html[data-theme=dark] .project-actions .delete-project{color:#ef9999}html[data-theme=dark] .project-actions .delete-project:hover{background:#3b292b;border-color:#8d5656}html[data-theme=dark] .status-filter{background:#242729;border-color:#424548}html[data-theme=dark] .status-filter button{color:#aaa69e}html[data-theme=dark] .status-filter button[aria-pressed=true]{color:#f0ece5;background:#414447;box-shadow:0 2px 8px #00000040}html[data-theme=dark] .note-search{color:#ece7de}html[data-theme=dark] .note-search::placeholder{color:#8e8b85}html[data-theme=dark] .search-box:focus-within{border-color:#85898c;box-shadow:0 0 0 3px #bec2c41f}html[data-theme=dark] .board{background-color:#25282a;background-image:radial-gradient(#505457 1.15px,#0000 1.15px);border-color:#44474a;box-shadow:inset 0 1px 10px #0000003d,0 14px 45px #00000038}html[data-theme=dark] .empty-state,html[data-theme=dark] .board.is-no-results:before{color:#aaa69e}html[data-theme=dark] .empty-state strong{color:#ccc7be}html[data-theme=dark] .empty-state>span{color:#aaa69e;background:#ffffff0a;border-color:#686b6d}html[data-theme=dark] .completed-dropzone{color:#aaa69e;background:#ffffff06;border-color:#55595b}html[data-theme=dark] .completed-dropzone strong{color:#dad5cc}html[data-theme=dark] .completed-dropzone.is-drag-over{background:#45714a3b;border-color:#70a978}html[data-theme=dark] .add-note{color:#252729;background:#ece8df;box-shadow:0 6px 16px #0000004d}html[data-theme=dark] .note{box-shadow:1px 2px 2px #0003,5px 10px 17px #00000052,12px 22px 35px #00000030,inset 0 -10px 24px #4b390812,inset 0 1px #ffffff4d}html[data-theme=dark] .note.is-dragging{box-shadow:3px 6px 8px #00000038,12px 24px 32px #00000061,20px 38px 50px #0000003d}
