:root{
  --ink:#111111;--red:#b5161c;--red2:#8f1116;--paper:#fffdf5;--board:#fffef8;--board2:#fbfaf4;
  --yellow:#fff29a;--pink:#ffd6dc;--cream:#fff2d7;--green:#dff4ce;--orange:#ffe0aa;--gray:#efeee8;
  --line:#1c1c1c;--muted:#595959;--frame:#bfc1c3;--frame2:#74777a;--shadow:0 10px 28px rgba(0,0,0,.14);
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --marker:"Segoe Print","Bradley Hand","Comic Sans MS",cursive;
  --serif:Georgia,"Times New Roman",serif;
  --radius:18px;--focus:0 0 0 4px rgba(181,22,28,.22);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#ecebe6;color:var(--ink);font-family:var(--sans);line-height:1.5}button,input,textarea,select{font:inherit;color:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}.skip{position:absolute;left:-9999px;top:0}.skip:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:12px 16px;border:3px solid #000}
.shell{min-height:100vh}.site-head{max-width:1500px;margin:0 auto;padding:16px clamp(14px,3vw,34px);display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:16px;align-items:center}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}.brand img{width:70px;height:56px;object-fit:contain}.brand span{display:grid;min-width:0}.brand strong{font-size:1rem;letter-spacing:.01em}.brand small{font-size:.72rem;color:#4d4d4d;max-width:650px}.top-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.top-nav a{min-height:42px;display:inline-flex;align-items:center;padding:8px 12px;text-decoration:none;border:2px solid #111;border-radius:999px;background:#fff;font-weight:800;font-size:.84rem}.top-nav a[aria-current="page"]{background:#111;color:#fff}.reader{grid-column:1/-1;border-top:1px solid #bdbdb8;padding-top:8px}.reader summary{font-weight:900;cursor:pointer;width:max-content}.reader-row{display:flex;flex-wrap:wrap;gap:8px;padding-top:10px}.reader-row button{border:2px solid #111;border-radius:9px;background:#fff;padding:9px 12px;min-height:42px;font-weight:800}
.frame{max-width:1500px;margin:0 auto;padding:0 clamp(8px,2vw,22px) 30px}.board{position:relative;background:linear-gradient(180deg,var(--board),var(--board2));border:10px solid var(--frame);border-radius:12px;box-shadow:inset 0 0 0 2px var(--frame2),0 18px 50px rgba(0,0,0,.18);overflow:hidden}.board:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:radial-gradient(circle at 12% 17%,rgba(0,0,0,.07) 0 1px,transparent 1.5px),radial-gradient(circle at 72% 64%,rgba(0,0,0,.05) 0 1px,transparent 1.3px),linear-gradient(102deg,transparent 47%,rgba(0,0,0,.025) 49%,transparent 51%);background-size:57px 61px,79px 73px,410px 410px}.board>*{position:relative}.tray{height:26px;background:linear-gradient(#929598,#d2d3d4 38%,#737679);border-top:2px solid #606366}
.hero{padding:clamp(26px,5vw,72px) clamp(18px,5vw,78px) 32px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:30px;align-items:end}.hero-copy{max-width:900px}.kicker{font-weight:1000;font-size:.78rem;letter-spacing:.18em;color:var(--red);margin-bottom:12px}.hero h1{font-size:clamp(2.25rem,6vw,6.2rem);line-height:.92;letter-spacing:-.055em;margin:.05em 0 .2em;max-width:1000px}.hero h1 em{font-family:var(--marker);font-style:normal;font-weight:700;color:var(--red);position:relative}.hero h1 em:after{content:"";position:absolute;height:.18em;background:rgba(255,220,30,.72);left:-.04em;right:-.05em;bottom:.03em;z-index:-1;transform:rotate(-1deg)}.lede{font-size:clamp(1rem,1.6vw,1.28rem);max-width:780px;color:#303030}.hero-board-note{background:var(--yellow);padding:24px 22px 20px;transform:rotate(1.2deg);box-shadow:var(--shadow);position:relative;min-height:220px}.hero-board-note:before{content:"";position:absolute;width:74px;height:22px;background:rgba(242,221,163,.78);top:-10px;left:50%;transform:translateX(-50%) rotate(-2deg)}.hero-board-note h2{font-family:var(--marker);font-size:1.6rem;margin:0 0 12px}.hero-board-note ol{padding-left:1.2em;margin:0}.hero-board-note li{margin:.7em 0;font-weight:750}.hero-board-note small{display:block;margin-top:14px;border-top:2px solid rgba(0,0,0,.28);padding-top:10px}
.path-ribbon{margin:0 clamp(18px,5vw,78px) 36px;border:3px solid #111;border-radius:16px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.path-ribbon div{padding:16px 18px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;border-right:2px dashed #999}.path-ribbon div:last-child{border-right:0}.path-ribbon b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#111;color:#fff}.path-ribbon span{font-weight:900}.path-ribbon small{display:block;color:#555;font-weight:550;margin-top:3px}
.starter{padding:0 clamp(18px,5vw,78px) 34px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:24px}.search-card{border:4px solid #111;border-radius:20px;padding:22px;background:#fff;align-self:start}.search-card label{display:block}.marker{font-family:var(--marker);font-weight:800;font-size:1.12rem}.marker.red{color:var(--red)}.search-card strong{display:block;font-size:clamp(1.45rem,2.6vw,2.5rem);line-height:1.1;margin:.2em 0 .65em}.search-line{display:flex;gap:10px}.search-line input{flex:1;min-width:0;border:3px solid #111;border-radius:12px;padding:14px 16px;min-height:54px;font-size:1rem}.search-line button,.primary{border:3px solid #111;background:#111;color:#fff;border-radius:12px;padding:12px 18px;min-height:48px;font-weight:1000}.result-message{min-height:1.4em;margin-top:10px;font-weight:700;color:#444}.quick-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.quick-post{border:0;background:var(--yellow);padding:18px 16px;min-height:110px;text-align:left;box-shadow:0 6px 14px rgba(0,0,0,.13);transform:rotate(var(--r,0deg));font-family:var(--marker);font-size:1.12rem;font-weight:900;position:relative}.quick-post:after{content:"";position:absolute;right:0;bottom:0;border-style:solid;border-width:0 0 18px 18px;border-color:transparent transparent rgba(0,0,0,.08) transparent}.quick-post small{display:block;font-family:var(--sans);font-size:.72rem;font-weight:700;margin-top:7px;color:#4a4a4a}.quick-post.pink{background:var(--pink)}.quick-post.cream{background:var(--cream)}.quick-post.green{background:var(--green)}
.context-strip{margin:0 clamp(18px,5vw,78px) 30px;border-top:3px dashed #777;border-bottom:3px dashed #777;padding:18px 0;display:grid;grid-template-columns:1fr 1fr;gap:24px}.context-block>div:first-child{margin-bottom:8px}.context-block small{display:block;color:#555}.choice-row{display:flex;flex-wrap:wrap;gap:8px}.choice-row button,.chip,.tool-button{min-height:42px;border:2px solid #111;background:#fff;border-radius:999px;padding:8px 12px;font-weight:850}.choice-row button[aria-pressed="true"],.chip[aria-pressed="true"],.tool-button[aria-pressed="true"]{background:#111;color:#fff}.choice-row button:focus-visible,.chip:focus-visible,.tool-button:focus-visible,.quick-post:focus-visible,.ac-note:focus-visible,.pin-mini:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:none;box-shadow:var(--focus)}
.board-tools{margin:0 clamp(18px,5vw,78px) 26px}.simple-controls{display:flex;flex-wrap:wrap;gap:9px}.simple-controls button{min-height:44px;border:2px solid #111;background:#fff;border-radius:10px;padding:9px 14px;font-weight:900}.simple-controls button[aria-pressed="true"]{background:#111;color:#fff}.filter-drawer{margin-top:12px;border:3px solid #111;border-radius:15px;background:#fff;padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.filter-drawer[hidden]{display:none}.filter-drawer h3{margin:0 0 8px}.chips{display:flex;flex-wrap:wrap;gap:7px}.chip{font-size:.82rem}
.catalog{padding:0 clamp(18px,5vw,78px) 42px}.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.catalog-head h2{font-size:clamp(1.6rem,3vw,2.7rem);margin:0}.catalog-head p{margin:.25em 0 0;color:#555}.board-status{min-height:44px;border:2px dashed #111;background:#fffbe5;border-radius:12px;padding:9px 12px;margin:12px 0;display:flex;align-items:center;font-weight:800}.board-status:empty{display:none}.board-jump{min-height:44px;border:2px solid #111;background:#fff;border-radius:10px;padding:9px 13px;font-weight:900}.note-wall{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 14px;align-items:stretch}.group-heading{grid-column:1/-1;margin:25px 0 2px;font-family:var(--marker);font-size:1.55rem;color:var(--red);border-bottom:3px solid #111;padding-bottom:5px}.ac-note{border:0;background:var(--yellow);padding:18px 17px 12px;min-height:200px;display:flex;flex-direction:column;text-align:left;transform:rotate(var(--r,0deg));box-shadow:0 7px 16px rgba(0,0,0,.13);position:relative;transition:transform .15s ease,box-shadow .15s ease}.ac-note:nth-of-type(4n+2){background:var(--cream)}.ac-note:nth-of-type(7n+3){background:var(--pink)}.ac-note:hover{transform:translateY(-3px) rotate(var(--r,0deg));box-shadow:0 11px 22px rgba(0,0,0,.18)}.ac-note:before{content:"";position:absolute;width:58px;height:16px;top:-7px;left:50%;transform:translateX(-50%) rotate(-1deg);background:rgba(228,216,181,.64)}.ac-note h3{font-family:var(--marker);font-size:1.18rem;line-height:1.2;margin:0 0 9px}.ac-note p{font-family:var(--sans);font-size:.86rem;margin:0;color:#333}.note-bottom{margin-top:auto;padding-top:13px;display:flex;justify-content:space-between;gap:9px;align-items:center;border-top:1px solid rgba(0,0,0,.2)}.open-label{font-size:.72rem;font-weight:800}.pin-mini{border:2px solid #111;background:#fff;border-radius:999px;min-height:36px;padding:5px 9px;font-weight:900;font-size:.75rem}.pin-mini[data-saved="true"]{background:#111;color:#fff}.empty{grid-column:1/-1;padding:36px;border:3px dashed #777;background:#fff;border-radius:15px;text-align:center;font-weight:800}
.my-board{margin:0 clamp(10px,2.7vw,34px) 42px;border:5px solid #111;border-radius:20px;background:#fff;padding:clamp(16px,3vw,34px);box-shadow:var(--shadow)}.my-board-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:end}.my-board-head h2{font-size:clamp(1.8rem,3.7vw,3.4rem);line-height:1;margin:.12em 0 .2em;letter-spacing:-.035em}.my-board-head p{max-width:850px;margin:0;color:#444}.board-mode{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.board-mode button{border:2px solid #111;background:#fff;border-radius:999px;min-height:42px;padding:8px 12px;font-weight:900}.board-mode button[aria-pressed="true"]{background:#111;color:#fff}.working-toolbar{margin:24px 0 15px;padding:12px;background:#f5f4ee;border:2px solid #111;border-radius:14px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.working-toolbar button,.working-toolbar summary{min-height:42px;border:2px solid #111;background:#fff;border-radius:10px;padding:8px 11px;font-weight:900;display:inline-flex;align-items:center}.working-toolbar details{position:relative}.working-toolbar details[open]{width:100%}.tool-panel{margin-top:8px;border-top:1px solid #aaa;padding-top:10px;display:flex;flex-wrap:wrap;gap:8px}.toolbar-spacer{flex:1}.count-pill{display:inline-flex;align-items:center;min-height:38px;padding:6px 10px;background:#111;color:#fff;border-radius:999px;font-weight:900;font-size:.8rem}
.plan-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.plan-column{border:3px solid #111;border-radius:14px;background:linear-gradient(#fffef9,#fbfaf3);min-height:280px;overflow:hidden}.plan-column h3{margin:0;padding:12px 13px;border-bottom:3px solid #111;font-family:var(--marker);font-size:1.2rem;background:#f7f5ec}.plan-column[data-stage="before"] h3{background:var(--cream)}.plan-column[data-stage="during"] h3{background:var(--yellow)}.plan-column[data-stage="after"] h3{background:var(--pink)}.plan-column[data-stage="follow"] h3{background:var(--green)}.stage-zone{padding:12px;display:grid;gap:10px}.stage-zone>small{color:#777;padding:12px}.board-note{position:relative;border:2px solid #111;background:var(--yellow);padding:12px 12px 10px;min-height:110px;box-shadow:0 5px 10px rgba(0,0,0,.12);font-family:var(--marker);font-weight:800;display:flex;flex-direction:column;gap:6px}.board-note[data-color="pink"]{background:var(--pink)}.board-note[data-color="cream"]{background:var(--cream)}.board-note[data-color="green"]{background:var(--green)}.board-note[data-color="orange"]{background:var(--orange)}.board-note .meta{font-family:var(--sans);font-size:.67rem;text-transform:uppercase;letter-spacing:.07em;font-weight:1000}.board-note .stamp{position:absolute;right:7px;top:7px;border:3px solid var(--red);color:var(--red);border-radius:4px;padding:2px 5px;font-family:var(--sans);font-size:.65rem;font-weight:1000;transform:rotate(-4deg)}.board-note .note-menu{margin-top:auto;font-family:var(--sans);font-size:.65rem;color:#555}.note-inline-actions{display:flex;flex-wrap:wrap;gap:5px;margin-top:3px}.note-inline-actions button,.note-inline-actions select{border:1.7px solid #111;background:#fff;border-radius:7px;min-height:32px;padding:3px 6px;font-family:var(--sans);font-size:.68rem;font-weight:800}.free-board{position:relative;min-height:680px;border:4px solid #111;border-radius:15px;background:linear-gradient(#fff,#fffef8);overflow:hidden}.free-board[hidden]{display:none}.free-board:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#d4d2c7 1px,transparent 1px);background-size:28px 28px;opacity:.55;pointer-events:none}.free-notes{position:absolute;inset:0;z-index:3}.free-notes .board-note{position:absolute;width:205px;min-height:130px;touch-action:none;user-select:none}.sketch-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none}.sketch-canvas.active{pointer-events:auto;touch-action:none;cursor:crosshair}
.board-summary{margin:18px 0 0;border:2px dashed #777;border-radius:13px;padding:12px 14px;background:#fffdf1;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.board-summary b{font-family:var(--marker);font-size:1.15rem}.status-counts{display:flex;flex-wrap:wrap;gap:7px}.status-counts span{border:2px solid #111;border-radius:999px;padding:5px 8px;font-size:.74rem;font-weight:900;background:#fff}
.request-builder{margin-top:25px;border-top:4px solid #111;padding-top:24px}.request-builder h3{font-size:1.8rem;margin:.15em 0}.request-builder p{max-width:800px}.request-controls{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.request-controls button{border:2px solid #111;background:#fff;border-radius:999px;padding:8px 11px;min-height:40px;font-weight:900}.request-controls button[aria-pressed="true"]{background:#111;color:#fff}.request-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.request-grid label{display:grid;gap:5px;font-weight:900}.request-grid input,.request-grid textarea,.request-output{border:2px solid #111;border-radius:10px;background:#fff;padding:11px 12px}.request-grid textarea{min-height:95px;resize:vertical}.request-grid .wide{grid-column:1/-1}.request-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.request-actions button{border:2px solid #111;background:#fff;border-radius:10px;padding:9px 12px;min-height:42px;font-weight:900}.request-actions .primary{background:#111;color:#fff}.request-output{width:100%;min-height:230px;resize:vertical;font-family:var(--sans);line-height:1.55}
.deeper{padding:0 clamp(18px,5vw,78px) 52px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.poster-link{min-height:190px;border:3px solid #111;background:#fff;text-decoration:none;padding:18px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.poster-link:nth-child(1){background:var(--yellow);transform:rotate(-.4deg)}.poster-link:nth-child(2){background:var(--cream);transform:rotate(.4deg)}.poster-link:nth-child(3){background:var(--pink);transform:rotate(-.25deg)}.poster-link:nth-child(4){background:var(--green);transform:rotate(.35deg)}.poster-link b{font-family:var(--marker);font-size:1.5rem}.poster-link span{font-weight:750}.footer{max-width:1450px;margin:0 auto;padding:20px 20px 40px;color:#555;font-size:.78rem}
/* Dialogs: intentionally user-invoked, never persistent controls. */
dialog{border:0;padding:0;background:transparent;max-width:none;max-height:none}dialog::backdrop{background:rgba(0,0,0,.62);backdrop-filter:blur(2px)}.note-dialog,.edit-dialog,.small-dialog,.composer-dialog{width:min(1120px,calc(100vw - 28px));height:min(860px,calc(100vh - 28px));margin:auto}.dialog-sheet{height:100%;background:#fffdf8;border:5px solid #111;border-radius:18px;box-shadow:0 25px 80px rgba(0,0,0,.4);overflow:auto}.dialog-top{position:sticky;top:0;z-index:10;background:#fffdf8;border-bottom:3px solid #111;padding:14px 16px;display:flex;justify-content:space-between;gap:16px;align-items:start}.dialog-top h2{margin:.1em 0 0;font-size:clamp(1.6rem,3vw,2.8rem);line-height:1.05}.dialog-top .close{border:3px solid #111;background:#fff;width:46px;height:46px;border-radius:50%;font-size:1.7rem;font-weight:900;flex:none}.dialog-layout{display:grid;grid-template-columns:minmax(240px,.34fr) minmax(0,.66fr);min-height:calc(100% - 86px)}.dialog-sticky{background:var(--yellow);padding:26px 22px;position:relative;border-right:3px solid #111}.dialog-sticky:before{content:"";position:absolute;width:84px;height:21px;top:7px;left:50%;transform:translateX(-50%) rotate(-2deg);background:rgba(230,214,169,.75)}.dialog-sticky h3{font-family:var(--marker);font-size:1.4rem;margin:30px 0 10px}.dialog-sticky p{font-size:.9rem}.dialog-sticky .tags{margin-top:16px}.dialog-main{padding:18px 20px 24px;min-width:0}.dialog-tabs{display:flex;flex-wrap:wrap;gap:7px;border-bottom:2px dashed #999;padding-bottom:12px}.dialog-tabs button{border:2px solid #111;background:#fff;border-radius:999px;padding:8px 11px;min-height:40px;font-weight:1000}.dialog-tabs button[aria-selected="true"]{background:#111;color:#fff}.tab-panel{padding-top:18px}.tab-panel[hidden]{display:none}.info-card{border:2px solid #111;border-radius:13px;padding:14px;background:#fff;margin-bottom:12px}.info-card h3{margin:0 0 7px}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{display:inline-flex;border:1.5px solid #111;border-radius:999px;padding:5px 8px;background:#fff;font-size:.74rem;font-weight:800}.ask-box{border-left:8px solid var(--red);background:#fff8d9;padding:13px;font-size:1.02rem;font-weight:750}.copy-edit{width:100%;min-height:150px;border:2px solid #111;border-radius:10px;padding:12px;resize:vertical}.source-list,.tool-list,.related-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.source-list a,.tool-list a,.related-list button{border:2px solid #111;background:#fff;border-radius:10px;padding:10px;text-decoration:none;text-align:left}.source-list b,.tool-list b,.related-list b{display:block}.source-list small,.tool-list small,.related-list small{display:block;color:#555;margin-top:4px}.lens-box{background:#f3f0ff;border:2px solid #111;border-radius:12px;padding:12px}.implementation-list{display:grid;gap:8px;padding:0;list-style:none}.implementation-list li{border-left:5px solid #111;padding:8px 11px;background:#f7f7f2}.plan-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.plan-options label{display:grid;gap:5px;font-weight:900}.plan-options select,.plan-options textarea,.plan-options input{border:2px solid #111;border-radius:9px;padding:9px}.plan-options .wide{grid-column:1/-1}.dialog-actions{border-top:3px solid #111;padding:12px 16px;background:#faf8ef;display:flex;flex-wrap:wrap;gap:8px}.dialog-actions button{border:2px solid #111;background:#fff;border-radius:10px;min-height:42px;padding:8px 11px;font-weight:900}.dialog-actions .primary{background:#111;color:#fff}.danger{color:#8a0000;border-color:#8a0000!important}.mini-toast{font-weight:900;align-self:center;color:#333}.edit-grid{padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.edit-grid label{display:grid;gap:5px;font-weight:900}.edit-grid .wide{grid-column:1/-1}.edit-grid input,.edit-grid textarea,.edit-grid select{border:2px solid #111;border-radius:9px;padding:10px}.edit-grid textarea{min-height:150px;resize:vertical}.nudge-grid{display:grid;grid-template-columns:repeat(3,48px);gap:6px;align-items:center;justify-content:start}.nudge-grid button{width:48px;height:42px;border:2px solid #111;background:#fff;border-radius:8px;font-weight:900}.nudge-grid .up{grid-column:2}.nudge-grid .left{grid-column:1}.nudge-grid .down{grid-column:2}.nudge-grid .right{grid-column:3}.named-entry,.named-list{padding:18px}.named-entry label{display:grid;gap:6px;font-weight:900}.named-entry input{border:2px solid #111;border-radius:9px;padding:10px}.named-item{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid #bbb;padding:10px 0}.named-item small{display:block;color:#666}.named-item button{border:2px solid #111;background:#fff;border-radius:8px;padding:6px 8px;font-weight:800}
.composer-dialog{height:auto;max-height:calc(100vh - 28px)}.composer-body{padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.composer-body label{display:grid;gap:5px;font-weight:900}.composer-body .wide{grid-column:1/-1}.composer-body textarea,.composer-body select,.composer-body input{border:2px solid #111;border-radius:9px;padding:10px}.composer-body textarea{min-height:150px;resize:vertical}.color-picker{display:flex;gap:7px;flex-wrap:wrap}.color-picker button{width:44px;height:44px;border:3px solid #111;border-radius:50%;font-size:0}.color-picker button[data-color="yellow"]{background:var(--yellow)}.color-picker button[data-color="pink"]{background:var(--pink)}.color-picker button[data-color="cream"]{background:var(--cream)}.color-picker button[data-color="green"]{background:var(--green)}.color-picker button[data-color="orange"]{background:var(--orange)}.color-picker button[aria-pressed="true"]{box-shadow:0 0 0 4px var(--red)}
body.readable{--marker:var(--sans)}body.large{font-size:118%}body.high-contrast{--board:#fff;--board2:#fff;--muted:#111;background:#fff}.reduce-motion *,body.reduce-motion *{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reduce-motion .ac-note,.reduce-motion .quick-post,.reduce-motion .poster-link{transform:none!important}
@media (max-width:1120px){.note-wall{grid-template-columns:repeat(3,minmax(0,1fr))}.deeper{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.hero-board-note{max-width:600px}.starter{grid-template-columns:1fr}.context-strip{grid-template-columns:1fr}.path-ribbon{grid-template-columns:repeat(2,1fr)}.path-ribbon div:nth-child(2){border-right:0}.path-ribbon div:nth-child(-n+2){border-bottom:2px dashed #999}}
@media (max-width:760px){.site-head{grid-template-columns:1fr;padding:12px}.brand img{width:58px}.brand small{display:none}.top-nav{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:3px}.top-nav a{white-space:nowrap}.reader{grid-column:1}.board{border-width:6px}.hero{padding:24px 15px 24px}.hero h1{font-size:clamp(2.4rem,14vw,4.3rem)}.path-ribbon,.starter,.context-strip,.board-tools,.catalog,.deeper{margin-left:0;margin-right:0;padding-left:15px;padding-right:15px}.path-ribbon{margin-left:15px;margin-right:15px;grid-template-columns:1fr}.path-ribbon div{border-right:0;border-bottom:2px dashed #999}.path-ribbon div:last-child{border-bottom:0}.quick-posts{grid-template-columns:1fr 1fr}.quick-post{min-height:98px}.search-line{display:grid}.context-strip{display:block}.context-block+ .context-block{margin-top:16px}.filter-drawer{grid-template-columns:1fr}.catalog-head{align-items:start;flex-direction:column}.note-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.ac-note{min-height:175px;padding:15px 13px 10px}.ac-note h3{font-size:1rem}.ac-note p{font-size:.78rem}.open-label{display:none}.my-board{margin:0 8px 28px;padding:14px}.my-board-head{grid-template-columns:1fr}.board-mode{justify-content:flex-start}.plan-columns{grid-template-columns:1fr}.free-board{min-height:720px}.free-notes .board-note{width:178px}.request-grid{grid-template-columns:1fr}.request-grid .wide{grid-column:auto}.deeper{grid-template-columns:1fr}.poster-link{min-height:140px}.dialog-layout{grid-template-columns:1fr}.dialog-sticky{border-right:0;border-bottom:3px solid #111}.note-dialog,.edit-dialog,.small-dialog,.composer-dialog{width:100vw;height:100vh;margin:0}.dialog-sheet{border-radius:0;border-width:0}.dialog-top{padding-top:max(14px,env(safe-area-inset-top))}.source-list,.tool-list,.related-list{grid-template-columns:1fr}.plan-options,.edit-grid,.composer-body{grid-template-columns:1fr}.plan-options .wide,.edit-grid .wide,.composer-body .wide{grid-column:auto}.dialog-actions{padding-bottom:max(12px,env(safe-area-inset-bottom))}.working-toolbar{align-items:stretch}.working-toolbar>button,.working-toolbar>details{flex:1 1 auto}.quick-posts{gap:9px}}
@media (max-width:480px){.quick-posts{grid-template-columns:1fr}.note-wall{grid-template-columns:1fr}.ac-note{min-height:150px}.choice-row{display:grid;grid-template-columns:1fr 1fr}.choice-row button{text-align:left}.simple-controls{display:grid;grid-template-columns:1fr 1fr}.working-toolbar{display:grid;grid-template-columns:1fr 1fr}.working-toolbar details[open]{grid-column:1/-1}.toolbar-spacer{display:none}.count-pill{justify-content:center}.dialog-tabs{display:grid;grid-template-columns:1fr 1fr}.dialog-tabs button{text-align:left}.reader-row{display:grid;grid-template-columns:1fr 1fr}}
@media print{body{background:#fff}.site-head,.starter,.context-strip,.board-tools,.catalog,.working-toolbar,.board-mode,.deeper,.reader,.footer,.tray,.hero-board-note,.path-ribbon{display:none!important}.frame{max-width:none;padding:0}.board{border:0;box-shadow:none}.hero{display:block;padding:0 0 18px}.hero h1{font-size:34pt}.my-board{margin:0;border:2px solid #000;box-shadow:none}.plan-columns{grid-template-columns:repeat(2,1fr)}.request-builder{break-before:page}.free-board{display:none!important}}
/* v5 interaction aliases / finishing rules */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.section-eyebrow{font-size:.72rem;letter-spacing:.14em;font-weight:1000;color:var(--red);margin-bottom:8px}.big-copy{font-family:var(--serif);font-size:1.18rem;line-height:1.65}.group-heading small{display:block;font-family:var(--sans);font-size:.78rem;color:#555;margin-top:4px}.note-status{min-height:20px}.ac-note .stamp{display:inline-flex;border:2px solid var(--red);color:var(--red);padding:2px 5px;font-family:var(--sans);font-size:.62rem;font-weight:1000;transform:rotate(-2deg)}
.working-toolbar .toolbar-pop{margin-top:8px;border-top:1px solid #aaa;padding-top:10px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.working-toolbar .toolbar-pop p{flex:1 1 100%;margin:4px 0;color:#555;font-size:.8rem}.working-toolbar .toolbar-pop button{min-height:40px}.plan-columns>section{border:3px solid #111;border-radius:14px;background:linear-gradient(#fffef9,#fbfaf3);min-height:280px;overflow:hidden}.plan-columns>section>header{padding:12px 13px;border-bottom:3px solid #111;background:#f7f5ec}.plan-columns>section:nth-child(1)>header{background:var(--cream)}.plan-columns>section:nth-child(2)>header{background:var(--yellow)}.plan-columns>section:nth-child(3)>header{background:var(--pink)}.plan-columns>section:nth-child(4)>header{background:var(--green)}.plan-columns>section>header b{display:block;font-family:var(--marker);font-size:1.1rem}.plan-columns>section>header small{display:block;color:#555;font-size:.7rem}.stage-empty{color:#777;padding:12px;font-size:.78rem}.board-note-controls{display:flex;flex-wrap:wrap;gap:5px;margin-top:auto;padding-top:5px}.board-note-controls button,.board-note-controls select{border:1.7px solid #111;background:#fff;border-radius:7px;min-height:32px;padding:3px 6px;font-family:var(--sans);font-size:.68rem;font-weight:800;max-width:100%}.board-note b{padding-right:44px}.board-note small{font-family:var(--sans);font-weight:600;color:#444}.free-note.dragging{z-index:8;box-shadow:0 15px 28px rgba(0,0,0,.24)}#sketchCanvas{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none}#sketchCanvas.active{pointer-events:auto;touch-action:none;cursor:crosshair}.free-hint{position:absolute;left:12px;bottom:12px;z-index:1;max-width:600px;border:2px dashed #888;background:rgba(255,255,255,.9);padding:8px 10px;font-size:.72rem;color:#555}.board-summary-row{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:12px;align-items:center}.board-summary{display:flex;flex-wrap:wrap}.board-summary span{color:#555}.inline-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.inline-actions button{border:2px solid #111;background:#fff;border-radius:9px;padding:8px 11px;min-height:42px;font-weight:900}.inline-actions .primary{background:#111;color:#fff}.status-explainer{margin-top:12px;border:2px dashed #777;background:#fffbe5;padding:11px;border-radius:10px;display:grid;gap:3px}.status-explainer b{font-family:var(--marker);color:var(--red)}.source-note{border-left:7px solid var(--red);background:#fff8d9;padding:12px}.source-list a span{display:block;margin-top:7px;font-weight:900;font-size:.72rem}.composer-body .inline-actions{align-items:center}.choice-row select{min-height:42px;border:2px solid #111;border-radius:9px;background:#fff;padding:8px}.poster-link{border:3px solid #111;border-radius:15px;background:#fff;padding:18px;text-decoration:none;min-height:165px;display:flex;flex-direction:column;box-shadow:3px 4px 0 #111}.poster-link span{color:var(--red);font-weight:1000;letter-spacing:.13em;font-size:.7rem}.poster-link b{font-size:1.3rem;margin:.35em 0}.poster-link small{color:#555}.deeper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;padding:0 clamp(18px,5vw,78px) 42px}.poster-link:hover{transform:translateY(-2px)}
@media(max-width:760px){.board-summary-row{grid-template-columns:1fr}.deeper{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.deeper{grid-template-columns:1fr}.board-note-controls{display:grid;grid-template-columns:1fr 1fr}.board-note-controls select,.board-note-controls button{width:100%}}
