:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.wattsapp-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px #0000001a;max-width:400px;margin:0 auto;color:#fff}.wattsapp-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#25d366,#128c7e);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.wattsapp-form{display:flex;flex-direction:column;width:100%;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-label{font-size:.9rem;color:#ffffffb3}.form-input,.form-textarea{padding:.8rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#0003;color:#fff;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#25d366}.form-textarea{min-height:100px;resize:vertical}.submit-button{margin-top:1rem;padding:.8rem;border-radius:8px;border:none;background:linear-gradient(90deg,#25d366,#128c7e);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #25d36666}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.status-message{margin-top:1rem;padding:.8rem;border-radius:8px;text-align:center;font-size:.9rem}.status-message.success{background:#25d3661a;color:#25d366;border:1px solid rgba(37,211,102,.2)}.status-message.error{background:#ff3b301a;color:#ff3b30;border:1px solid rgba(255,59,48,.2)}
