:root{--bg:#f4f2ea;--panel:#fffdf6;--ink:#1e2b2e;--accent:#b24a2a;--accent-soft:#f4d9c4;--line:#dccfb8}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 10% 20%,#fff6e6 0,#f4f2ea 35%,#ece7db 100%);color:var(--ink);font-family:Trebuchet MS,Segoe UI,sans-serif}main{max-width:880px;margin:2rem auto}.panel,main{padding:1rem}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;margin-bottom:1rem;box-shadow:0 8px 24px rgba(30,43,46,.08)}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:.65rem;margin-top:.35rem;margin-bottom:.8rem;background:#fff}button{border:0;border-radius:8px;background:var(--accent);color:#fff;padding:.6rem .9rem;cursor:pointer}button.secondary{background:#344b53}.warning{background:var(--accent-soft);border-left:4px solid var(--accent);padding:.7rem;border-radius:6px;margin-bottom:.8rem}.post{border-bottom:1px solid var(--line);padding:.7rem 0}