:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#f4f4f5}*{box-sizing:border-box}body{margin:0}.page{max-width:640px;margin:0 auto;padding:2rem 1rem 4rem}h1{text-align:center}.card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 1px 2px #0000000a}.form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;font-size:.9rem}input,textarea{font:inherit;padding:.55rem .7rem;border:1px solid #d4d4d8;border-radius:8px;resize:vertical}button{font:inherit;font-weight:600;align-self:flex-start;padding:.6rem 1.4rem;border:none;border-radius:8px;background:#4f46e5;color:#fff;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.messages{display:flex;flex-direction:column;gap:1rem}.message header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.4rem}.message time{color:#71717a;font-size:.8rem;white-space:nowrap}.message p{margin:0;white-space:pre-wrap}.empty{text-align:center;color:#71717a}.error{color:#dc2626;font-weight:600}
