:root{font-family:DM Sans,Noto Sans JP,sans-serif;color:#20342f;background:#f7f4ed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px}button,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{height:78px;padding:0 clamp(24px,5.5vw,88px);display:flex;align-items:center;justify-content:space-between;background:#183a31;color:#fff}.brand{display:flex;align-items:center;gap:12px;white-space:nowrap}.brand-mark{width:31px;height:31px;position:relative;display:block}.brand-mark span{position:absolute;width:20px;height:20px;border-radius:3px;box-shadow:0 1px 2px #0002}.brand-mark span:nth-child(1){background:#e6aab2;left:0;top:0;transform:rotate(-11deg)}.brand-mark span:nth-child(2){background:#f4d987;left:10px;top:2px;transform:rotate(10deg)}.brand-mark span:nth-child(3){background:#a9c7b1;left:6px;top:11px;transform:rotate(-2deg)}.brand-name{font-size:19px;font-weight:800;letter-spacing:.015em}.brand-name span{color:#e0d7b9}.topbar-right{display:flex;align-items:center;gap:25px;color:#d4e2d8;font-size:12px;font-weight:500}.save-status{display:inline-flex;align-items:center;gap:8px}.status-dot{width:7px;height:7px;border-radius:50%;background:#bcdba6;box-shadow:0 0 0 3px #bcdba625}.topbar-divider{height:19px;width:1px;background:#ffffff30}.note-counter strong{color:#fff;font-size:14px}.main-content{max-width:1510px;margin:0 auto;padding:55px clamp(24px,5.5vw,88px) 25px}.intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:38px}.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;font-weight:700;letter-spacing:.19em;color:#aa755e}.eyebrow-line{width:18px;height:1px;background:#aa755e}h1{font-size:clamp(31px,3.5vw,49px);line-height:1.23;letter-spacing:-.04em;margin:14px 0 11px;font-weight:800}h1 em{color:#c87860;font-style:normal}.intro p{color:#79827a;margin:0;font-size:13px;letter-spacing:.01em}.add-button{flex:none;border:0;background:#d56f54;color:#fff;border-radius:11px;min-height:52px;padding:0 23px 0 18px;display:inline-flex;align-items:center;gap:11px;font-size:13px;font-weight:700;box-shadow:0 5px #bb5b43,0 12px 24px #c97d582a;transition:transform .15s,box-shadow .15s,background .15s}.add-button:hover{background:#c96349;transform:translateY(-2px);box-shadow:0 7px #aa513b,0 14px 24px #c97d582a}.add-button:active{transform:translateY(3px);box-shadow:0 2px #aa513b}.add-icon{display:grid;place-items:center;border:1px solid #ffffff82;border-radius:5px;width:23px;height:23px;font-size:19px;font-weight:400;line-height:1}.board-section{border:1px solid #e2ddd0;border-radius:15px;background:#fff;padding:15px;box-shadow:0 16px 45px #534a3220,0 2px 5px #534a320a}.board-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 8px 15px}.board-heading-left{display:flex;align-items:center;gap:12px;white-space:nowrap;font-size:11px;font-weight:700;letter-spacing:.14em}.board-heading-icon{color:#cb8066;font-size:22px;line-height:15px;font-weight:400}.board-heading-separator{width:1px;height:15px;background:#dcd9ce;margin:0 3px}.board-subtitle{font-family:Noto Sans JP,sans-serif;font-size:11px;font-weight:500;color:#8a938b;letter-spacing:0}.board-tip{color:#9ca79f;font-size:11px;white-space:nowrap}.board-tip span{color:#c68368;font-size:17px;vertical-align:-1px;padding-right:4px}.board{position:relative;min-height:610px;overflow:hidden;border-radius:8px;background-color:#f8f7f1;background-image:radial-gradient(#d9ded3 1px,transparent 1px);background-size:23px 23px}.board:before{content:"";position:absolute;inset:0;border:1px solid #e9e8df;border-radius:inherit;pointer-events:none;z-index:3}.board-stamp{position:absolute;right:31px;bottom:24px;text-align:right;font-size:12px;letter-spacing:.2em;line-height:1.55;color:#cad3c8;font-weight:700;pointer-events:none}.board-stamp span{display:inline-block;font-size:18px;margin-top:4px}.note{position:absolute;width:222px;height:206px;border-radius:3px 3px 13px;display:flex;flex-direction:column;box-shadow:2px 7px 14px #2c392d20,0 1px 2px #2c392d10;transition:box-shadow .18s}.note:after{content:"";position:absolute;width:30px;height:27px;bottom:0;right:0;border-radius:5px 0 11px;background:#ffffff42;clip-path:polygon(100% 0,0 100%,100% 100%);pointer-events:none}.note:hover{box-shadow:4px 11px 22px #2c392d2c}.note.dragging{box-shadow:7px 18px 30px #2c392d42;cursor:grabbing}.note[data-color=yellow]{background:#f9eab2}.note[data-color=pink]{background:#f7d5d1}.note[data-color=green]{background:#d9ebd6}.note[data-color=blue]{background:#d7e9ee}.note[data-color=lavender]{background:#e7dff1}.note-top{flex:0 0 39px;display:flex;align-items:center;justify-content:space-between;padding:5px 8px 0 15px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.note.dragging .note-top{cursor:grabbing}.note-grip{display:flex;align-items:center;gap:4px;color:#495b4c70;font-size:9px;font-weight:700;letter-spacing:.12em}.grip-dots{display:block;width:8px;height:13px;opacity:.5;background-image:radial-gradient(currentColor 1.1px,transparent 1.1px);background-size:4px 4px}.delete-note{display:grid;place-items:center;width:31px;height:31px;border:0;border-radius:6px;color:#455b52a6;background:transparent;font-size:21px;line-height:1;transition:background .15s,color .15s}.delete-note:hover,.delete-note:focus-visible{background:#fff8;color:#9b4638}.note textarea{flex:1;resize:none;min-height:0;width:100%;padding:9px 16px 24px;border:0;outline:none;background:transparent;color:#34423d;font-family:Noto Sans JP,sans-serif;font-size:15px;font-weight:500;line-height:1.75;overflow:auto}.note textarea::placeholder{color:#61726785}.note textarea:focus-visible{outline:2px solid #254e3c80;outline-offset:-4px;border-radius:3px}.note-top:focus-visible,button:focus-visible{outline:3px solid #34594c;outline-offset:2px}.board-empty{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:1;padding:30px}.board-empty[hidden]{display:none}.empty-illustration{position:relative;width:104px;height:92px;margin-bottom:10px}.empty-illustration span{position:absolute;display:block;width:53px;height:57px;border-radius:3px 3px 9px;box-shadow:0 5px 8px #3d42341c}.empty-illustration span:nth-child(1){background:#d9ebd6;left:6px;top:14px;transform:rotate(-14deg)}.empty-illustration span:nth-child(2){background:#f7d5d1;right:6px;top:9px;transform:rotate(13deg)}.empty-illustration span:nth-child(3){background:#f9eab2;left:29px;top:27px;transform:rotate(3deg)}.board-empty h2{font-size:18px;margin:0 0 8px}.board-empty p{color:#89968c;font-size:13px;margin:0 0 18px}.empty-add-button{border:1px solid #d26f56;border-radius:8px;color:#bb6149;background:#fff9f4;padding:10px 17px;font-size:12px;font-weight:700;min-height:44px}footer{display:flex;justify-content:center;gap:10px;padding:25px 0 0;color:#9ba39b;font-size:11px}footer span{color:#d6a874}@media(max-width:767px){.topbar{height:64px;padding:0 20px}.brand-name{font-size:16px}.topbar-right{gap:0;font-size:11px}.save-status,.topbar-divider{display:none}.main-content{padding:34px 16px 22px}.intro{display:block;margin-bottom:25px}h1{font-size:34px;margin-top:11px}.intro p{font-size:12px;line-height:1.7}.add-button{width:100%;justify-content:center;margin-top:24px;min-height:50px}.board-section{padding:9px;border-radius:12px}.board-heading{padding:0 5px 9px;min-height:35px}.board-heading-left{gap:8px;font-size:10px}.board-tip{display:none}.board{min-height:620px}.note{width:min(260px,calc(100% - 24px));height:194px}.note-top{flex-basis:40px}.delete-note{width:36px;height:36px}.note textarea{font-size:16px}.board-stamp{right:17px;bottom:14px;font-size:10px}footer{text-align:center;display:block;font-size:10px;line-height:1.7}}@media(max-width:390px){.brand-mark{transform:scale(.9);transform-origin:left center;margin-right:-4px}.brand-name{font-size:15px}.note-counter{font-size:10px}h1{font-size:32px}}.intro-actions{display:flex;align-items:flex-end;gap:19px;flex:none}.creation-picker{display:flex;flex-direction:column;gap:7px}.picker-caption{display:flex;gap:8px;align-items:center;color:#7d8c80;font-family:Noto Sans JP,sans-serif;font-size:10px;white-space:nowrap}.picker-caption strong{color:#34594c;font-weight:700}.creation-swatches{display:flex;align-items:center;gap:3px}.swatch-button{display:grid;place-items:center;flex:none;width:32px;height:32px;padding:0;border:1px solid transparent;border-radius:9px;background:transparent}.swatch-button:before{content:"";display:block;width:21px;height:21px;border-radius:50%;background:var(--swatch-color);box-shadow:inset 0 0 0 1px #36463a1a}.swatch-button:hover{background:#e8ece6}.swatch-button[aria-pressed=true]{border-color:#315b4b;background:#fffdf7;box-shadow:0 0 0 2px #315b4b12}.swatch-button[data-create-color=yellow],.swatch-button[data-color=yellow]{--swatch-color:#f5d973}.swatch-button[data-create-color=pink],.swatch-button[data-color=pink]{--swatch-color:#efb5ba}.swatch-button[data-create-color=blue],.swatch-button[data-color=blue]{--swatch-color:#a9d5e1}.swatch-button[data-create-color=green],.swatch-button[data-color=green]{--swatch-color:#acd4b0}.note[data-color=yellow]{--note-color:#f9eab2}.note[data-color=pink]{--note-color:#f7d5d1}.note[data-color=blue]{--note-color:#d7e9ee}.note[data-color=green]{--note-color:#d9ebd6}.note-actions{display:flex;align-items:center;gap:2px}.color-toggle{display:flex;align-items:center;justify-content:center;gap:4px;min-width:48px;height:31px;padding:0 5px;border:0;border-radius:6px;background:transparent;color:#455b52b8;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700}.color-toggle:hover,.color-toggle[aria-expanded=true]{background:#ffffff91;color:#254e3c}.current-color-dot{width:13px;height:13px;border-radius:50%;background:var(--note-color);border:1px solid #455b5266;box-shadow:0 0 0 1px #ffffffa8}.note-color-menu{position:absolute;top:38px;right:8px;z-index:5;display:flex;align-items:center;gap:3px;padding:5px;border:1px solid #e8e2d6;border-radius:10px;background:#fffdf9;box-shadow:0 8px 22px #26392b30}.note-color-menu[hidden]{display:none}@media(max-width:950px)and (min-width:768px){.intro{align-items:flex-start}.intro-actions{gap:10px}.creation-picker{gap:5px}.add-button{padding-left:12px;padding-right:14px}}@media(max-width:767px){.intro-actions{flex-direction:column;align-items:stretch;gap:13px;margin-top:21px}.creation-picker{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.picker-caption{flex-direction:column;align-items:flex-start;gap:1px;font-size:10px}.creation-swatches{gap:3px}.swatch-button{width:44px;height:44px}.swatch-button:before{width:24px;height:24px}.add-button{margin-top:0}.color-toggle,.delete-note{height:40px}.color-toggle{min-width:56px;font-size:11px}.note-color-menu{top:40px}.note-swatch{width:40px;height:40px}}@media(max-width:390px){.creation-swatches{gap:1px}.picker-caption{font-size:9px}}.note{--tilt:-1.2deg;transform:rotate(var(--tilt));transform-origin:center center;background-image:linear-gradient(145deg,#ffffff32 0%,transparent 42%,#6b563608 100%);box-shadow:0 1px 1px #26392b1a,2px 5px 7px #26392b1b,5px 12px 20px #26392b17;transition:transform .18s ease,box-shadow .18s ease}.note:nth-of-type(4n+2){--tilt:1.1deg}.note:nth-of-type(4n+3){--tilt:-.7deg}.note:nth-of-type(4n+4){--tilt:1.4deg}.note:hover{box-shadow:0 2px 2px #26392b1c,3px 8px 13px #26392b25,7px 18px 27px #26392b1b}.note.dragging{transform:rotate(0) scale(1.025);box-shadow:0 4px 6px #26392b24,8px 18px 34px #26392b3d}.search-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 8px 14px}.search-control{display:flex;align-items:center;gap:6px;min-width:0;width:min(420px,100%)}.search-field{display:flex;align-items:center;gap:10px;min-width:0;flex:1;height:43px;padding:0 13px;border:1px solid #dfe5dc;border-radius:9px;background:#f9faf6;transition:border-color .15s,box-shadow .15s}.search-field:focus-within{border-color:#6b9b7b;box-shadow:0 0 0 3px #6b9b7b24}.search-icon{color:#83958a;font-size:24px;line-height:1;transform:rotate(-25deg);pointer-events:none}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#263d32;font-family:Noto Sans JP,sans-serif;font-size:13px}.search-field input::placeholder{color:#9aa99c}.search-field input::-webkit-search-cancel-button{display:none}.search-clear{display:grid;place-items:center;flex:none;width:43px;height:43px;padding:0;border:1px solid #dfe5dc;border-radius:9px;background:#f9faf6;color:#61796a;font-size:22px;line-height:1}.search-clear:hover{background:#edf3eb;color:#244734}.search-clear[hidden]{display:none}.search-count{flex:none;color:#617a68;font-family:DM Sans,Noto Sans JP,sans-serif;font-size:12px;font-weight:700;white-space:nowrap}.note[hidden]{display:none}.board.searching .note-top{cursor:default}.board.searching .note-grip{visibility:hidden}.search-empty{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px}.search-empty[hidden]{display:none}.search-empty-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:14px;border-radius:50%;background:#e9eee6;color:#71917d;font-size:34px;line-height:1;transform:rotate(-25deg)}.search-empty h2{margin:0 0 8px;font-size:17px}.search-empty p{margin:0 0 18px;color:#89968c;font-size:12px}.search-empty button{min-height:44px;padding:0 18px;border:1px solid #b4cbb7;border-radius:8px;background:#fff;color:#3a694a;font-size:12px;font-weight:700}.search-empty button:hover{background:#edf5ea}@media(max-width:767px){.search-toolbar{gap:8px;padding:0 5px 10px}.search-control{gap:4px}.search-field{height:44px;padding:0 9px;gap:6px}.search-field input{font-size:12px}.search-count{font-size:11px}.search-clear{width:44px;height:44px}}.intro{margin-bottom:26px}.status-tabs{display:inline-flex;align-items:center;gap:4px;margin-bottom:18px;padding:5px;border:1px solid #e0e6dc;border-radius:11px;background:#eaf0e8}.status-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:39px;padding:0 16px;border:0;border-radius:7px;background:transparent;color:#668071;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;white-space:nowrap}.status-tabs button[aria-pressed=true]{background:#fff;color:#244d38;box-shadow:0 2px 7px #27453617}.status-tabs button span{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:10px;background:#dce7dc;font-family:DM Sans,sans-serif;font-size:11px}.status-tabs button[aria-pressed=true] span{background:#d6ead5;color:#2b6a41}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:18px}.workspace.completed-only{grid-template-columns:minmax(0,1fr)}.board-section[hidden]{display:none}.completed-section{position:sticky;top:18px;min-width:0;padding:15px;border:1px solid #dbe5d9;border-radius:15px;background:#fff;box-shadow:0 12px 35px #3e66491c}.completed-heading{display:flex;align-items:center;gap:9px;min-height:42px;margin-bottom:14px}.completed-heading-icon{display:grid;place-items:center;flex:none;width:30px;height:30px;border-radius:9px;background:#dcefdc;color:#39794c;font-size:19px;font-weight:700}.completed-heading h2{margin:0;color:#254a35;font-size:14px;line-height:1.4}.completed-heading p{margin:2px 0 0;color:#91a295;font-size:10px;white-space:nowrap}.completed-heading strong{margin-left:auto;color:#50735a;font-size:11px;white-space:nowrap}.completed-dropzone{display:flex;flex-direction:column;align-items:stretch;gap:17px;min-height:610px;padding:10px;border:2px dashed #c6d9c5;border-radius:10px;background:#f0f6ee;transition:background .18s,border-color .18s,box-shadow .18s}.completed-dropzone.drop-target{border-color:#5a9a65;background:#e0f1dd;box-shadow:inset 0 0 0 3px #9ecfa43d,0 0 0 4px #79b88931}.completed-placeholder{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;min-height:140px;text-align:center;color:#8ca790;pointer-events:none}.completed-placeholder[hidden]{display:none}.completed-placeholder span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:8px;border:1px solid #bdcfbd;border-radius:50%;font-size:25px;line-height:1}.completed-placeholder p{margin:0;font-size:11px;font-weight:600}.completed-dropzone .note{position:relative;left:auto!important;top:auto!important;flex:none;width:100%;height:188px}.note.is-complete{opacity:.88}.note.is-complete textarea{text-decoration:line-through;color:#5d7065}.note.is-complete .note-grip{visibility:hidden}.complete-toggle{display:grid;place-items:center;flex:none;width:31px;height:31px;padding:0;border:0;border-radius:6px;background:transparent;color:#39794c}.complete-toggle:hover{background:#ffffff8c}.complete-toggle span{display:grid;place-items:center;width:20px;height:20px;border:1.5px solid #6d9377;border-radius:50%;color:transparent;font-size:13px;font-weight:800;line-height:1}.complete-toggle:hover span{color:#39794c}.complete-toggle[aria-pressed=true] span{border-color:#4b9560;background:#4b9560;color:#fff}.note.drag-source{opacity:.28}.note.drag-preview{position:fixed!important;z-index:9999!important;left:0;top:0;pointer-events:none;opacity:.96;transform:rotate(0) scale(1.025)!important;box-shadow:0 8px 14px #26392b24,10px 24px 42px #26392b36}.workspace.completed-only .completed-section{position:static}.workspace.completed-only .completed-dropzone{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));align-content:start;min-height:310px}.workspace.completed-only .completed-placeholder{grid-column:1/-1}@media(max-width:1100px){.workspace{grid-template-columns:minmax(0,1fr)}.completed-section{position:static}.completed-dropzone{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));align-content:start;min-height:205px}.completed-placeholder{grid-column:1/-1}.completed-dropzone .note{max-width:260px}}@media(max-width:767px){.intro{margin-bottom:23px}.status-tabs{display:flex;width:100%;margin-bottom:13px;padding:4px}.status-tabs button{flex:1;min-width:0;min-height:44px;padding:0 5px;gap:4px;font-size:11px}.status-tabs button span{min-width:19px;height:19px;font-size:10px}.workspace{gap:14px}.completed-section{padding:10px;border-radius:12px}.completed-heading{margin:0 4px 10px}.completed-dropzone{grid-template-columns:1fr;justify-items:center;min-height:180px;padding:12px}.completed-dropzone .note{width:min(260px,100%);height:194px}.complete-toggle{width:40px;height:40px}.complete-toggle span{width:23px;height:23px;font-size:15px}}.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}.project-bar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:32px;padding:15px 17px;border:1px solid #dce5d9;border-radius:14px;background:#edf3eb;box-shadow:0 3px 10px #31543a0b}.project-identity{display:flex;align-items:center;gap:12px;min-width:0}.project-symbol{display:grid;place-items:center;flex:none;width:38px;height:38px;border-radius:10px;background:#d6e9d6;color:#3e7950;font-size:23px;line-height:1}.project-identity div{display:flex;flex-direction:column;min-width:0;gap:1px}.project-identity div span{color:#829b86;font-size:9px;font-weight:700;letter-spacing:.15em}.project-identity strong{overflow:hidden;color:#2d533c;font-family:Noto Sans JP,sans-serif;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.project-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.project-select-wrap{position:relative;display:block;min-width:170px;width:clamp(170px,21vw,255px)}.project-select-wrap:after{content:"⌄";position:absolute;right:14px;top:50%;color:#6c856f;font-size:19px;pointer-events:none;transform:translateY(-58%)}.project-select-wrap select{width:100%;height:44px;appearance:none;padding:0 37px 0 13px;border:1px solid #cddccc;border-radius:8px;background:#fff;color:#2d503a;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:700;text-overflow:ellipsis;cursor:pointer}.project-controls>button{flex:none;min-height:44px;padding:0 13px;border:1px solid #cbdcca;border-radius:8px;background:#fff;color:#356447;font-family:Noto Sans JP,sans-serif;font-size:11px;font-weight:700;white-space:nowrap}.project-controls>button:hover:not(:disabled){background:#e2efe0;border-color:#a9cbaa}.project-controls #project-create{background:#356f4c;border-color:#356f4c;color:#fff}.project-controls #project-create:hover{background:#2b5d3e}.project-controls #project-delete{color:#9d5d53}.project-controls #project-delete:disabled{opacity:.45;cursor:not-allowed}#project-dialog{width:min(430px,calc(100% - 32px));max-height:calc(100% - 32px);padding:28px;border:1px solid #dce6d9;border-radius:16px;background:#fffdf8;color:#20342f;box-shadow:0 25px 65px #152d2452}#project-dialog::backdrop{background:#152d2480;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}#project-dialog form{display:flex;flex-direction:column}.dialog-eyebrow{color:#a47860;font-size:10px;font-weight:700;letter-spacing:.17em}#project-dialog h2{margin:8px 0 22px;font-size:22px}#project-dialog label{margin-bottom:8px;color:#516c58;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700}#project-name{width:100%;height:48px;padding:0 13px;border:1px solid #cbd9c9;border-radius:8px;background:#fff;color:#20342f;font-size:15px;outline:none}#project-name:focus{border-color:#5d9970;box-shadow:0 0 0 3px #68a8782b}.project-error{min-height:20px;margin:6px 0 12px;color:#a85245;font-size:11px}.dialog-actions{display:flex;justify-content:flex-end;gap:9px}.dialog-actions button{min-height:44px;padding:0 16px;border:1px solid #cddacc;border-radius:8px;background:#fff;color:#43614b;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700}.dialog-actions #project-submit{border-color:#356f4c;background:#356f4c;color:#fff}@media(max-width:950px){.project-bar{align-items:flex-start;flex-direction:column;gap:13px}.project-controls{width:100%;justify-content:flex-start}.project-select-wrap{width:min(280px,42%)}}@media(max-width:767px){.project-bar{margin-bottom:27px;padding:13px;gap:12px;border-radius:12px}.project-identity strong{font-size:14px}.project-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.project-select-wrap{grid-column:1/-1;width:100%;min-width:0}.project-controls>button{width:100%;min-width:0;padding:0 3px;font-size:11px}#project-dialog{padding:22px}}.board-heading-actions{display:flex;align-items:center;gap:14px;min-width:0}.align-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:none;min-height:36px;padding:0 12px;border:1px solid #c7d8c7;border-radius:8px;background:#f3f8f1;color:#356847;font-family:Noto Sans JP,sans-serif;font-size:11px;font-weight:700;white-space:nowrap}.align-button span{font-size:17px;line-height:1}.align-button:hover:not(:disabled){border-color:#91bb94;background:#e4f1e2}.align-button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:767px){.board-heading-actions{gap:0}.align-button{min-height:44px;padding:0 10px;font-size:11px}.board-heading{padding-bottom:10px}}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:92px;min-height:40px;padding:0 11px;border:1px solid #ffffff50;border-radius:8px;background:#ffffff12;color:#f5f5ea;font-family:Noto Sans JP,sans-serif;font-size:11px;font-weight:700;white-space:nowrap}.theme-toggle:hover{background:#ffffff26}.theme-icon{font-size:19px;line-height:1}@media(max-width:767px){.theme-toggle{min-width:44px;min-height:44px;padding:0 9px}.theme-label{display:none}.topbar-right{gap:10px}}:root[data-theme=dark]{color:#e4ebe3;background:#17231e}:root[data-theme=dark] .topbar{background:#102119}:root[data-theme=dark] .main-content{color:#e4ebe3}:root[data-theme=dark] .intro p,:root[data-theme=dark] .board-subtitle,:root[data-theme=dark] .board-tip,:root[data-theme=dark] footer{color:#a5b5a9}:root[data-theme=dark] .eyebrow,:root[data-theme=dark] h1 em{color:#e49b7f}:root[data-theme=dark] .eyebrow-line{background:#e49b7f}:root[data-theme=dark] .project-bar{border-color:#41574a;background:#22372b;box-shadow:none}:root[data-theme=dark] .project-symbol{background:#345540;color:#b8e2bd}:root[data-theme=dark] .project-identity div span{color:#a5bea9}:root[data-theme=dark] .project-identity strong{color:#edf5e9}:root[data-theme=dark] .project-select-wrap:after{color:#b3c7b7}:root[data-theme=dark] .project-select-wrap select,:root[data-theme=dark] .project-controls>button:not(#project-create){border-color:#536c59;background:#2a4434;color:#e2f0e2}:root[data-theme=dark] .project-controls>button:hover:not(:disabled):not(#project-create){background:#3d5d47}:root[data-theme=dark] .project-controls #project-delete{color:#f5b1a5}:root[data-theme=dark] .picker-caption{color:#a9baac}:root[data-theme=dark] .picker-caption strong{color:#e6f0e5}:root[data-theme=dark] .swatch-button:hover{background:#ffffff20}:root[data-theme=dark] .swatch-button[aria-pressed=true]{border-color:#b7d6be;background:#ffffff18}:root[data-theme=dark] .status-tabs{border-color:#405b46;background:#243b2d}:root[data-theme=dark] .status-tabs button{color:#bbd0bf}:root[data-theme=dark] .status-tabs button[aria-pressed=true]{background:#42634a;color:#fff}:root[data-theme=dark] .status-tabs button span{background:#3d5843;color:#d8ebd9}:root[data-theme=dark] .status-tabs button[aria-pressed=true] span{background:#608567;color:#fff}:root[data-theme=dark] .board-section,:root[data-theme=dark] .completed-section{border-color:#455b4b;background:#26362b;box-shadow:0 14px 35px #0003}:root[data-theme=dark] .board-heading-separator{background:#506353}:root[data-theme=dark] .board-heading-icon{color:#e8a287}:root[data-theme=dark] .board{background-color:#1d2e25;background-image:radial-gradient(#496050 1px,transparent 1px)}:root[data-theme=dark] .board:before{border-color:#425846}:root[data-theme=dark] .board-stamp{color:#63816a}:root[data-theme=dark] .search-field,:root[data-theme=dark] .search-clear{border-color:#4a6050;background:#203126;color:#e6f1e7}:root[data-theme=dark] .search-field input{color:#edf5ed}:root[data-theme=dark] .search-field input::placeholder{color:#aebfb0}:root[data-theme=dark] .search-icon,:root[data-theme=dark] .search-count{color:#b7cbb9}:root[data-theme=dark] .search-clear:hover{background:#35503b;color:#fff}:root[data-theme=dark] .board-empty p,:root[data-theme=dark] .search-empty p{color:#b7c5b8}:root[data-theme=dark] .search-empty-icon{background:#35513d;color:#c4e2c9}:root[data-theme=dark] .search-empty button,:root[data-theme=dark] .empty-add-button{border-color:#739b77;background:#305039;color:#f1f8ef}:root[data-theme=dark] .completed-heading h2{color:#e2f4e4}:root[data-theme=dark] .completed-heading p,:root[data-theme=dark] .completed-heading strong{color:#bbd0bd}:root[data-theme=dark] .completed-heading-icon{background:#385a40;color:#d0f0d3}:root[data-theme=dark] .completed-dropzone{border-color:#5c7b60;background:#203b29}:root[data-theme=dark] .completed-dropzone.drop-target{border-color:#9fd5a3;background:#31563a}:root[data-theme=dark] .completed-placeholder{color:#b3d4b8}:root[data-theme=dark] .completed-placeholder span{border-color:#719877}:root[data-theme=dark] .align-button{border-color:#66846b;background:#304b38;color:#e6f5e6}:root[data-theme=dark] .align-button:hover:not(:disabled){background:#426448}:root[data-theme=dark] #project-dialog{border-color:#526955;background:#263a2c;color:#edf6ed}:root[data-theme=dark] #project-dialog label{color:#c7ddca}:root[data-theme=dark] #project-name{border-color:#5c765f;background:#1c3023;color:#f0f8ef}:root[data-theme=dark] .dialog-actions button:not(#project-submit){border-color:#607a63;background:#304a36;color:#e9f5e8}:root[data-theme=dark] .dialog-eyebrow{color:#e4aa8d}:root[data-theme=dark] .project-error{color:#ffb7aa}:root[data-theme=dark] .note-color-menu{border-color:#536c58;background:#29402f}:root[data-theme=dark] .note-color-menu .swatch-button[aria-pressed=true]{border-color:#e2f0e2}:root[data-theme=dark] .note{box-shadow:0 2px 3px #0005,3px 8px 16px #0006}:root[data-theme=dark] .note:hover{box-shadow:0 3px 5px #0006,5px 13px 24px #0007}
