:root{--forms-accent: #ffc400;--forms-accent-dark: #d6a000;--forms-bg: #f4f3f0;--forms-surface: #ffffff;--forms-border: #e1ded6;--forms-text: #161616;--forms-muted: #5d5a52;--forms-focus: #ffc400;--forms-black: #101010}*{box-sizing:border-box}body{min-width:320px;margin:0;background:var(--forms-bg);color:var(--forms-text);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.forms-page{min-height:100vh;padding:28px 12px 40px}.forms-container{max-width:820px!important}.forms-header{min-height:190px;padding:30px 42px 36px;background:var(--forms-black);color:#fff;border-radius:2px 2px 0 0;border-top:8px solid var(--forms-accent)}.forms-header h1{margin:0 0 14px;font-size:clamp(1.9rem,5vw,2.65rem);font-weight:700;letter-spacing:0}.forms-header p{max-width:680px;margin:0;font-size:1rem;line-height:1.5;color:#ece8dd}.brand-strip{display:flex;align-items:center;gap:18px;margin-bottom:26px}.mrm-logo{width:128px;height:auto;background:#fff;border:2px solid #fff}.brand-label{padding:10px 16px;color:#111;background:var(--forms-accent);font-size:.82rem;font-weight:800;text-transform:uppercase}.forms-content{background:#faf9f8;border-right:1px solid var(--forms-border);border-bottom:1px solid var(--forms-border);border-left:1px solid var(--forms-border);border-radius:0 0 2px 2px;padding:26px 34px 30px}.forms-notice{margin-bottom:18px;border:1px solid #c7e0f4;border-radius:2px!important}.question-stack{width:100%}.question-card{position:relative;padding:24px 24px 22px;background:var(--forms-surface);border:1px solid var(--forms-border);border-radius:2px;box-shadow:0 1px 2px #0000000a;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.question-card:before{position:absolute;top:0;left:0;width:4px;height:100%;content:"";background:transparent;border-radius:2px 0 0 2px}.question-card:focus-within{border-color:#c8c6c4;box-shadow:0 2px 8px #00000017;transform:translateY(-1px)}.question-card:focus-within:before{background:var(--forms-accent)}.question-card[data-validation-state=valid]:before{background:#107c10}.question-card[data-validation-state=invalid]:before{background:#a4262c}.question-card[data-validation-state=valid] .MuiOutlinedInput-notchedOutline{border-color:#107c10!important}.question-card[data-validation-state=invalid] .MuiOutlinedInput-notchedOutline{border-color:#a4262c!important}.MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--forms-focus)}.MuiFormLabel-root.Mui-focused{color:#111!important}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--forms-accent)!important;border-width:2px}.MuiInputBase-input:focus-visible,.MuiSelect-select:focus-visible,#submit-awareness-button:focus-visible,#submit-payment-button:focus-visible{outline:3px solid rgba(0,120,212,.3);outline-offset:2px}.submit-row{padding:8px 0 0}#submit-awareness-button,#submit-payment-button{min-width:112px;min-height:42px;background:var(--forms-accent);border-radius:2px;color:#111;text-transform:none;font-weight:600}#submit-awareness-button:hover,#submit-payment-button:hover{background:var(--forms-accent-dark);box-shadow:0 4px 10px #1010103d}#submit-awareness-button[data-submit-state=submitting],#submit-payment-button[data-submit-state=submitting]{cursor:progress}@media (max-width: 640px){.forms-page{padding:0 0 28px}.forms-header,.forms-content{border-right:0;border-left:0;border-radius:0}.forms-header{padding:28px 22px}.brand-strip{align-items:flex-start;flex-direction:column;gap:12px}.mrm-logo{width:112px}.forms-content{padding:20px 14px 24px}.question-card{padding:20px 18px}}
