.page{flex-direction:column;min-height:100%;display:flex}.page-header{background:var(--ducati-black);border-bottom:4px solid var(--ducati-red);text-align:center;flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem 1.5rem 1.25rem;display:flex}.brand-logo{width:auto;height:56px}.page-header h1{color:#fff;font-size:1.4rem;font-weight:700}.page-content{flex:1;justify-content:center;padding:2rem 1rem 4rem;display:flex}.status-message{color:var(--color-text-muted);margin-top:2rem;font-size:.95rem}.status-message--error{color:var(--color-error)}.dynamic-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:1.5rem;width:100%;max-width:640px;padding:2rem;display:flex;box-shadow:0 2px 10px #0000000a}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field__label{color:var(--color-text);font-size:.95rem;font-weight:600}.form-field__required{color:var(--ducati-red);margin-left:.2rem}.form-field__help{color:var(--color-text-muted);margin:0;font-size:.8rem}.form-field__error{color:var(--color-error);margin:0;font-size:.8rem}.form-field--error input,.form-field--error textarea,.form-field--error select{border-color:var(--color-error)}input[type=text],input[type=email],input[type=number],textarea,select{font:inherit;border:1px solid var(--color-border);color:var(--color-text);background:#fff;border-radius:8px;outline:none;padding:.65rem .75rem;transition:border-color .15s,box-shadow .15s}input[type=text]:focus,input[type=email]:focus,input[type=number]:focus,textarea:focus,select:focus{border-color:var(--ducati-red);box-shadow:0 0 0 3px #cc00001f}textarea{resize:vertical;font-family:inherit}.choice-group{flex-direction:column;gap:.5rem;display:flex}.choice-option{cursor:pointer;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.choice-option input{accent-color:var(--ducati-red);cursor:pointer;width:1.05rem;height:1.05rem}.submit-button{background:var(--ducati-red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background-color .15s}.submit-button:hover:not(:disabled){background:var(--ducati-red-dark)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.form-submit-error{text-align:center}.form-success{background:var(--color-surface);border:1px solid var(--color-border);border-left:6px solid var(--ducati-red);text-align:center;border-radius:12px;flex-direction:column;align-self:flex-start;gap:.75rem;width:100%;max-width:640px;margin:0 auto;padding:2.5rem;display:flex}.form-success h2{color:var(--ducati-red)}:root{--ducati-red:#c00;--ducati-red-dark:#a30000;--ducati-black:#111;--color-bg:#f4f4f5;--color-surface:#fff;--color-border:#e2e2e5;--color-text:#1a1a1a;--color-text-muted:#6b6b70;--color-error:#b3261e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-bg);color:var(--color-text);margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif}h1,h2{margin:0}
