.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:560px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0f172a14;padding:32px}.header h1{margin:0 0 8px;font-size:1.75rem}.header p{margin:0 0 24px;color:#6b7280}.form{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:8px;font-size:.95rem;font-weight:600}.field input,.field textarea{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;font:inherit;font-weight:400;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus,.field textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.field textarea{resize:vertical;min-height:160px}.status{padding:12px 14px;border-radius:10px;font-size:.95rem}.status.success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.status.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.send-btn{margin-top:8px;padding:14px 18px;border:none;border-radius:10px;background:#2563eb;color:#fff;font:inherit;font-weight:600;cursor:pointer;transition:background .15s ease,transform .15s ease}.send-btn:hover:not(:disabled){background:#1d4ed8}.send-btn:disabled{opacity:.7;cursor:not-allowed}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f4f6;color:#111827}
