*{box-sizing:border-box}body{margin:0;background:#111827;color:#e5e7eb;font:16px system-ui,sans-serif}main{max-width:850px;margin:3rem auto;padding:2rem;background:#1f2937;border-radius:14px}main.login{max-width:450px}h1{color:#fbbf24}section{border-top:1px solid #374151;margin-top:1.5rem;padding-top:1rem}label{display:block;margin:.8rem 0}input,textarea{display:block;width:100%;margin-top:.3rem;padding:.65rem;border:1px solid #4b5563;border-radius:6px;background:#111827;color:inherit}textarea{min-height:13rem}button{padding:.65rem 1rem;border:0;border-radius:6px;background:#f59e0b;color:#111827;font-weight:700;cursor:pointer}.secondary{background:#6b7280;color:white}.notice{padding:.8rem;background:#14532d;border-radius:6px}.error{padding:.8rem;background:#7f1d1d;border-radius:6px}code{word-break:break-all}li{margin:.35rem 0}