:root{
  --ink:#111111;--red:#b31217;--yellow:#ffe34d;--paper:#fffef8;--cream:#f3efe1;
  --frame:#242424;--soft:#6a675f;--line:#d8d4c5;--hand:"Segoe Print","Bradley Hand","Comic Sans MS",cursive;
  --ui:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --shadow:0 18px 55px rgba(0,0,0,.16);--base:16px;
}
*{box-sizing:border-box}
html{font-size:var(--base);scroll-behavior:smooth}
body{margin:0;background:linear-gradient(135deg,#eee8d5,#f7f3e8 52%,#ece7d7);color:var(--ink);font-family:var(--ui);min-height:100vh}
button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}
:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.skip{position:fixed;left:12px;top:-120px;background:#111;color:#fff;padding:.75rem 1rem;z-index:9999;border-radius:0 0 10px 10px}.skip:focus{top:0}
.shell{max-width:1660px;margin:auto;padding:10px 10px 70px}
.sitebar{display:flex;align-items:center;gap:12px;padding:4px 4px 10px}
.brand{display:flex;gap:10px;align-items:center;text-decoration:none;min-width:0}.brand img{width:54px;height:54px;object-fit:contain}.brand strong{display:block;font-weight:950;letter-spacing:-.025em}.brand small{display:block;color:var(--soft);font-weight:700}
.site-actions{margin-left:auto;display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.pill{border:2px solid #111;background:#fff;border-radius:999px;padding:.55rem .78rem;font-weight:900;box-shadow:2px 2px 0 #111;min-height:42px}.pill:hover{transform:translate(-1px,-1px);box-shadow:3px 3px 0 #111}.pill.primary,.pill[aria-pressed="true"]{background:var(--yellow)}
.board-frame{background:var(--frame);border-radius:19px;padding:9px;box-shadow:var(--shadow);position:relative}
.board{background:var(--paper);border-radius:11px;overflow:hidden;position:relative;background-image:linear-gradient(rgba(0,0,0,.022) 1px,transparent 1px),radial-gradient(circle at 20% 18%,rgba(0,0,0,.025),transparent 26%),radial-gradient(circle at 81% 66%,rgba(255,227,77,.09),transparent 28%);background-size:100% 34px,100% 100%,100% 100%}
.board-head{position:relative;padding:clamp(19px,4vw,44px) clamp(16px,4.4vw,58px) 18px;border-bottom:2px dashed rgba(0,0,0,.22)}
.board-head h1{font-family:var(--hand);font-weight:950;letter-spacing:-.055em;font-size:clamp(2.25rem,6vw,5.4rem);line-height:.95;margin:0;display:inline-block;transform:rotate(-.5deg)}
.board-head h1 span{background:linear-gradient(transparent 60%,rgba(255,227,77,.76) 60% 91%,transparent 91%)}
.board-head .dek{font-family:var(--hand);font-size:clamp(1rem,2vw,1.4rem);line-height:1.5;max-width:920px;margin:.8rem 0 .35rem;font-weight:760}.board-head .dek b{color:var(--red)}
.board-logo{position:absolute;right:18px;top:13px;width:clamp(74px,10vw,145px);height:auto;opacity:.92;mix-blend-mode:multiply}
.board-note{font-family:var(--hand);font-size:.95rem;color:var(--soft);max-width:960px;line-height:1.45;margin:.6rem 0 0}.board-note strong{color:var(--ink)}
.command{padding:13px clamp(12px,3vw,32px);border-bottom:2px solid rgba(0,0,0,.15);background:rgba(255,254,248,.95)}
.command-main{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center}
.search{border:3px solid #111;border-radius:14px;min-height:50px;padding:.7rem 1rem;font-weight:850;background:#fff;box-shadow:3px 3px 0 rgba(0,0,0,.13)}
.action{border:3px solid #111;background:#fff;border-radius:12px;min-height:50px;padding:.65rem .8rem;font-weight:950;box-shadow:2px 2px 0 #111}.action.yellow{background:var(--yellow)}
.spotlight-line{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:8px}.count{font-family:var(--hand);font-weight:950}.spotlight-hint{font-size:.82rem;color:var(--soft);font-weight:700}.spotlight-hint b{color:var(--red)}
.controls{margin-top:9px;border:2px dashed #777;border-radius:13px;background:#fffdf2}.controls summary{list-style:none;padding:.65rem .8rem;font-weight:950;cursor:pointer;font-family:var(--hand)}.controls summary::-webkit-details-marker{display:none}.controls summary:after{content:" +";color:var(--red)}.controls[open] summary:after{content:" −"}.controls-body{border-top:1px dashed #aaa;padding:.75rem .8rem .9rem}.control-row{display:flex;gap:7px;flex-wrap:wrap;align-items:center;margin:.4rem 0}.control-row>strong{font-family:var(--hand);min-width:76px}.chip{border:2px solid #222;background:#fff;border-radius:999px;padding:.38rem .62rem;font-size:.84rem;font-weight:850}.chip[aria-pressed="true"]{background:var(--yellow)}.text-btn{border:0;background:transparent;text-decoration:underline;font-weight:900;padding:.4rem}
.board-content{padding:18px clamp(13px,2.8vw,33px) 34px;position:relative}
.board-intro{display:flex;align-items:flex-end;gap:12px;justify-content:space-between;margin:0 0 10px}.board-intro h2{font-family:var(--hand);font-size:clamp(1.45rem,3vw,2.35rem);line-height:1.05;margin:0;transform:rotate(-.3deg)}.board-intro p{max-width:570px;margin:0;font-size:.85rem;color:var(--soft);font-weight:700}
.group{margin:0 0 18px;border-top:2px dashed rgba(0,0,0,.19);padding-top:13px;scroll-margin-top:18px}.group:first-of-type{border-top:0}.group-title{display:flex;align-items:center;gap:10px;margin:0 0 5px}.group-title h3{font-family:var(--hand);margin:0;font-size:clamp(1.12rem,2.1vw,1.65rem);font-weight:950;transform:rotate(var(--grot,-.4deg));white-space:nowrap}.group-title .stroke{height:7px;background:rgba(179,18,23,.86);width:min(190px,28vw);border-radius:60% 40% 55% 45%;transform:rotate(-1deg)}.group-count{font-family:var(--hand);font-weight:900;color:var(--soft);font-size:.8rem}
.ink-wall{columns:4 250px;column-gap:clamp(18px,3vw,40px)}
.ink-item{break-inside:avoid;display:block;width:100%;text-align:left;border:0;background:transparent;padding:.3rem .2rem .5rem 1.45rem;margin:0 0 .12rem;position:relative;font-family:var(--hand);font-size:clamp(.96rem,1.25vw,1.13rem);font-weight:830;line-height:1.28;color:#161616;transform:rotate(var(--rot,0deg));transition:opacity .16s ease,transform .16s ease,background .16s ease;border-radius:7px}
.ink-item:before{content:"•";position:absolute;left:.12rem;top:.05rem;color:var(--red);font-size:1.45em}.ink-item:after{content:"";position:absolute;left:1.32rem;right:8%;bottom:.31rem;height:6px;background:rgba(255,227,77,.36);z-index:-1;border-radius:50%;transform:rotate(-.4deg)}
.ink-item:hover,.ink-item:focus-visible{background:rgba(255,227,77,.16);transform:rotate(0deg) translateX(2px)}.ink-item.match{background:rgba(255,227,77,.32)}.ink-item.match:before{content:"✦"}.ink-item.dim{opacity:.22}.group.dim{opacity:.52}.group.hidden,.ink-item.hidden{display:none}
.board-message{font-family:var(--hand);border:3px dashed #555;border-radius:16px;padding:1rem;text-align:center;font-size:1.2rem;background:#fff8c9;margin:1rem 0}
.tray{height:46px;background:linear-gradient(#3a3a3a,#212121);position:relative}.tray:before,.tray:after{content:"";position:absolute;bottom:9px;height:13px;border-radius:5px}.tray:before{left:10%;width:102px;background:#111;border-left:20px solid #c9c9c9;transform:rotate(-1deg)}.tray:after{left:25%;width:102px;background:var(--red);border-left:20px solid #c9c9c9;transform:rotate(.8deg)}.eraser{position:absolute;right:10%;bottom:8px;width:72px;height:19px;background:#efefef;border:2px solid #aaa;border-radius:5px;transform:rotate(2deg)}
.footer{font-size:.8rem;color:#625f56;text-align:center;padding:18px 10px;line-height:1.5}
/* dialogs */
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)}
.sheet{width:min(980px,calc(100vw - 24px));max-height:92vh;overflow:auto;background:var(--paper);border:7px solid var(--frame);border-radius:17px;box-shadow:0 26px 90px rgba(0,0,0,.34)}
.sheet.small{width:min(720px,calc(100vw - 24px))}.sheet-head{display:flex;gap:12px;align-items:flex-start;padding:17px 20px 13px;border-bottom:2px dashed #bbb;background:#fffef8}.sheet-head h2{font-family:var(--hand);font-size:clamp(1.65rem,4vw,2.8rem);line-height:1.08;margin:.1rem 0}.eyebrow{font-family:var(--hand);font-weight:950;color:var(--red);font-size:.85rem}.close{margin-left:auto;border:2px solid #111;background:#fff;border-radius:50%;width:42px;height:42px;font-size:1.35rem;font-weight:950;flex:0 0 auto}.sheet-body{padding:18px 20px 22px}.detail-summary{font-family:var(--hand);font-size:1.08rem;font-weight:800;line-height:1.5;background:linear-gradient(transparent 65%,rgba(255,227,77,.43) 65% 92%,transparent 92%);display:inline}.tags{display:flex;flex-wrap:wrap;gap:6px;margin:.8rem 0}.tag{border:1.6px solid #333;border-radius:999px;padding:.26rem .5rem;font-size:.75rem;font-weight:850;background:#fff}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:12px}.detail-card{border-left:5px solid #111;padding:2px 0 2px 12px}.detail-card.red{border-left-color:var(--red)}.detail-card h3{font-family:var(--hand);font-size:1.1rem;margin:0 0 .35rem}.detail-card p{margin:.2rem 0;line-height:1.55}.detail-card.wide{grid-column:1/-1}.source-links{display:grid;gap:7px}.source-links a{display:block;border:2px solid #222;border-radius:10px;padding:.65rem .75rem;text-decoration:none;background:#fff;font-weight:850}.source-links a:hover{background:#fff8c3}.detail-actions{display:flex;gap:7px;flex-wrap:wrap;padding:14px 20px 19px;border-top:2px dashed #bbb}.detail-actions button{border:2px solid #111;background:#fff;border-radius:10px;padding:.6rem .75rem;font-weight:900}.detail-actions .primary{background:var(--yellow)}
/* post-it tool */
.postit-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:14px}.tool-panel{border:2px dashed #888;border-radius:14px;padding:12px;background:#fffdf3}.tool-panel h3{font-family:var(--hand);margin:.1rem 0 .6rem}.tool-panel label{display:grid;gap:4px;font-weight:850;font-size:.82rem;margin:.55rem 0}.tool-panel textarea,.tool-panel select,.tool-panel input{border:2px solid #222;border-radius:9px;padding:.55rem;background:#fff}.tool-panel textarea{min-height:90px;resize:vertical}.tool-buttons{display:flex;gap:6px;flex-wrap:wrap}.tool-buttons button{border:2px solid #222;background:#fff;border-radius:8px;padding:.5rem .6rem;font-weight:900}.tool-buttons button.active{background:var(--yellow)}
.postit-board{position:relative;min-height:500px;border:4px solid #2b2b2b;border-radius:13px;overflow:hidden;background-color:#fffef8;background-image:linear-gradient(rgba(0,0,0,.024) 1px,transparent 1px);background-size:100% 31px}.postit-board canvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none}.postit-notes{position:absolute;inset:0;pointer-events:none}.sticky{position:absolute;width:178px;min-height:142px;padding:14px 12px 28px;background:#ffe86a;box-shadow:4px 5px 10px rgba(0,0,0,.18);font-family:var(--hand);font-weight:800;line-height:1.25;transform:rotate(var(--srot,-1deg));pointer-events:auto;touch-action:none;cursor:grab}.sticky[data-color="pink"]{background:#ffcbd8}.sticky[data-color="cream"]{background:#fff2c7}.sticky[data-color="green"]{background:#d9efc7}.sticky[data-color="orange"]{background:#ffd0a3}.sticky:active{cursor:grabbing}.sticky .stamp{position:absolute;right:7px;bottom:6px;color:var(--red);font-family:var(--ui);font-size:.65rem;font-weight:950;border:2px solid currentColor;border-radius:4px;padding:.11rem .25rem;transform:rotate(-5deg)}.sticky .meta{display:block;font-family:var(--ui);font-size:.62rem;color:#4f4b42;margin-top:.55rem;font-weight:850}.sticky .edit{position:absolute;top:4px;right:5px;border:0;background:rgba(255,255,255,.65);border-radius:50%;width:28px;height:28px;font-family:var(--ui);font-weight:950}.empty-postit{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:28px;font-family:var(--hand);font-size:1.15rem;color:#6a675f;pointer-events:none}.postit-help{font-size:.76rem;color:var(--soft);line-height:1.45;margin-top:.65rem}
.status-row,.color-row{display:flex;gap:5px;flex-wrap:wrap}.swatch{width:34px;height:34px;border:2px solid #222;border-radius:50%;padding:0}.swatch.yellow{background:#ffe86a}.swatch.pink{background:#ffcbd8}.swatch.cream{background:#fff2c7}.swatch.green{background:#d9efc7}.swatch.orange{background:#ffd0a3}.swatch[aria-pressed="true"]{outline:3px solid var(--red);outline-offset:2px}
/* mini launch panel */
.launch-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:17px 0 0}.launch-card{border:2px dashed #777;border-radius:12px;padding:.75rem;background:rgba(255,255,255,.72);text-decoration:none}.launch-card b{font-family:var(--hand);display:block}.launch-card small{color:var(--soft);font-weight:700}.launch-card:hover{background:#fff8be}
@media(max-width:900px){.ink-wall{columns:2 260px}.launch-row{grid-template-columns:1fr 1fr}.postit-layout{grid-template-columns:1fr}.postit-board{min-height:520px}.detail-grid{grid-template-columns:1fr}.detail-card.wide{grid-column:auto}}
@media(max-width:680px){.shell{padding:5px 5px 46px}.sitebar{align-items:flex-start}.brand small{display:none}.site-actions{gap:5px}.pill{font-size:.78rem;padding:.48rem .58rem;min-height:38px}.board-frame{padding:6px;border-radius:14px}.board-head{padding:17px 13px 14px}.board-logo{position:static;width:70px;float:right;margin:0 0 6px 10px}.command{padding:10px}.command-main{grid-template-columns:1fr auto}.command-main .postit-open{grid-column:1/-1}.search{min-height:48px}.action{min-height:46px}.board-content{padding:15px 10px 28px}.board-intro{display:block}.board-intro p{margin-top:6px}.ink-wall{columns:1}.ink-item{font-size:1.03rem;padding-top:.36rem;padding-bottom:.55rem}.launch-row{grid-template-columns:1fr}.sheet{width:calc(100vw - 10px);max-height:96vh;border-width:5px}.sheet-head,.sheet-body,.detail-actions{padding-left:13px;padding-right:13px}.postit-board{min-height:460px}.sticky{width:150px;min-height:126px;font-size:.9rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.ink-item,.board-head h1,.group-title h3{transform:none!important}}
@media print{body{background:#fff}.sitebar,.command,.tray,.footer,.launch-row{display:none!important}.shell{max-width:none;padding:0}.board-frame{box-shadow:none;border:0;padding:0}.board{background:#fff}.ink-wall{columns:3}.ink-item{font-size:10pt}dialog{display:none!important}}

/* V6.1 deep-link / homepage handoff */
.post-import-context{margin:0 0 1rem;padding:.75rem .85rem;border:2px dashed #8e7a13;border-radius:8px;background:#fff8b8;color:#171717;box-shadow:2px 3px 0 rgba(0,0,0,.12)}
.post-import-context[hidden]{display:none!important}.post-import-context .import-kicker{display:block;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#7a6300}.post-import-context strong{display:block;margin:.18rem 0 .25rem;font-family:var(--hand,inherit);font-size:1.08rem}.post-import-context p{margin:.25rem 0 .55rem;line-height:1.42}.post-import-context .import-actions{display:flex;gap:.45rem;flex-wrap:wrap}.post-import-context button{min-height:36px}
.ink-item.deep-linked{outline:4px solid rgba(255,226,56,.92);outline-offset:4px;background:linear-gradient(transparent 58%,rgba(255,226,56,.58) 58% 92%,transparent 92%)}
