:root{font-family:Inter,system-ui;color:#17221d;background:#f2f1eb}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}header{display:flex;justify-content:space-between;align-items:center;padding:26px 32px;border-bottom:1px solid #d7d9d0;background:#faf9f5}h1,h2,h3,p{margin-top:0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:#657069;margin-bottom:7px}.layout{display:grid;grid-template-columns:290px 1fr;min-height:calc(100vh - 105px)}aside{padding:24px;background:#faf9f5;border-right:1px solid #d7d9d0}form{display:grid;gap:10px}textarea,input,select{width:100%;border:1px solid #c9cec6;border-radius:8px;padding:10px;background:#fff}button{border:0;border-radius:8px;padding:11px 15px;background:#196847;color:#fff;font-weight:700}.quiet{background:#e7ebe6;color:#26362f}.board{display:flex;gap:14px;overflow:auto;padding:22px}.column{min-width:230px;width:230px}.column h3{font-size:14px;display:flex;justify-content:space-between}article{background:#fff;border:1px solid #dfe1da;border-radius:10px;padding:13px;margin-bottom:10px}article strong,article small{display:block}article small,article p{color:#6a756f;font-size:13px;margin:5px 0}.login{min-height:100vh;display:grid;place-items:center}.login section{width:min(390px,90vw);padding:36px;background:#fff;border-radius:16px}.error{color:#a12b2b}@media (max-width:800px){.layout{grid-template-columns:1fr}}
