body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f4f7f9;margin:0;padding:2rem;color:#333;display:flex;justify-content:center}#root{width:100%;max-width:800px;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a}h1,h2{color:#1a202c;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;margin-top:0}.container{display:flex;flex-direction:column;gap:1.5rem}.section{display:flex;flex-direction:column;gap:.75rem}label{font-weight:600;font-size:.9rem}input,textarea,button{width:100%;padding:.75rem;border:1px solid #cbd5e0;border-radius:4px;font-size:1rem;box-sizing:border-box}textarea{min-height:120px;resize:vertical;font-family:inherit}button{background-color:#4299e1;color:#fff;font-weight:700;border:none;cursor:pointer;transition:background-color .2s}button:hover{background-color:#2b6cb0}button:disabled{background-color:#a0aec0;cursor:not-allowed}.status-message{text-align:center;padding:1rem;border-radius:4px;font-weight:500}.status-message.success{background-color:#c6f6d5;color:#2f855a}.status-message.error{background-color:#fed7d7;color:#c53030}
