@import"https://fonts.googleapis.com/css2?family=Cabinet+Grotesk:wght@500;700&family=Manrope:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Manrope:wght@500;700&display=swap";:root{--bg: #f2efe8;--ink: #1d1a16;--yellow: #ffe566;--pink: #ff8fab;--blue: #9ad7f5;--line: #d9d2c4}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,system-ui,sans-serif;background:radial-gradient(circle at 10% 20%,#ffe56655,transparent 30%),radial-gradient(circle at 90% 10%,#9ad7f555,transparent 25%),var(--bg);color:var(--ink);min-height:100vh}.board{max-width:920px;margin:0 auto;padding:1.5rem 1.2rem 3rem}header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.25rem}.kicker{font-size:.8rem;color:#6d6558;margin-bottom:.3rem}h1{font-family:Fraunces,serif;font-size:clamp(2.2rem,5vw,3rem);letter-spacing:-.03em}.status{border:1px solid var(--line);border-radius:999px;padding:.4rem .8rem;font-size:.8rem;background:#fff}.status.on{background:#dff8d0;border-color:#9ccc7a}.room{display:grid;gap:.35rem;margin-bottom:1rem;font-weight:700;font-size:.85rem}.room input,form input{border:1px solid var(--line);border-radius:12px;padding:.75rem .9rem;font:inherit;background:#fff}.stickies{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));min-height:220px;margin-bottom:1.25rem}.sticky{border-radius:4px;padding:1rem;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:4px 6px #00000014;transform:rotate(-1deg)}.sticky:nth-child(3n){background:var(--yellow);transform:rotate(1.5deg)}.sticky:nth-child(3n+1){background:var(--pink)}.sticky:nth-child(3n+2){background:var(--blue);transform:rotate(-2deg)}.sticky time{font-size:.7rem;opacity:.7}form{display:flex;gap:.5rem}form input{flex:1}button{border:0;border-radius:12px;background:var(--ink);color:#fff;font-weight:700;padding:.75rem 1.1rem;cursor:pointer}.empty{grid-column:1 / -1;color:#6d6558}
