*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Calibri,Segoe UI,system-ui,sans-serif;background:#fafafa;color:#1e1e2e;line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:760px;margin:0 auto;padding:32px 20px 60px}.header{background:#fff;border-radius:0 6px 6px 0;padding:18px 22px;box-shadow:0 1px 3px rgba(0,0,0,.05);border-left:5px solid #f59e0b;margin-bottom:32px}.header h1{font-family:Trebuchet MS,sans-serif;font-size:26px;font-weight:700;color:#1e1e2e;margin-bottom:6px}.header .tag{font-size:11px;color:#f59e0b;font-weight:700;letter-spacing:2px;margin-bottom:8px}.header p{color:#71717a;font-size:13px}.progress-bar{display:flex;gap:6px;margin:20px 0}.progress-step{flex:1 1;height:4px;background:#e4e4e7;border-radius:2px}.progress-step.active{background:#f59e0b}.progress-step.completed{background:#92400e}.section{background:#fff;padding:28px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:20px;border-left:4px solid #f59e0b}.section h2{font-family:Trebuchet MS,sans-serif;font-size:20px;font-weight:700;margin-bottom:6px;color:#1e1e2e}.section .section-tag{font-size:10px;color:#f59e0b;font-weight:700;letter-spacing:2px;margin-bottom:6px;display:block}.section p.section-desc{color:#71717a;font-size:13px;margin-bottom:24px}.field{margin-bottom:22px}.field label{display:block;font-size:13px;font-weight:600;color:#1e1e2e;margin-bottom:6px}.field label .required{color:#ef4444;margin-left:2px}.field .helper{font-size:11px;color:#71717a;margin-bottom:8px}.field input[type=date],.field input[type=email],.field input[type=number],.field input[type=text],.field input[type=url],.field select,.field textarea{width:100%;padding:10px 12px;border:1px solid #e4e4e7;border-radius:6px;font-family:inherit;font-size:14px;color:#1e1e2e;background:#fff;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.12)}.field textarea{resize:vertical;min-height:80px}.field textarea.large{min-height:140px}.checkbox-group,.radio-group{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.checkbox-pill,.radio-pill{display:inline-flex;align-items:center;padding:8px 14px;border:1.5px solid #e4e4e7;border-radius:20px;background:#fff;font-size:13px;cursor:pointer;transition:all .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-pill:hover,.radio-pill:hover{border-color:#f59e0b;background:#fef3c7}.checkbox-pill input,.radio-pill input{display:none}.checkbox-pill.checked,.radio-pill.checked{background:#f59e0b;border-color:#f59e0b;color:#fff;font-weight:600}.scale-group{display:flex;gap:6px;margin-top:6px}.scale-pill{flex:1 1;text-align:center;padding:12px 0;border:1.5px solid #e4e4e7;border-radius:6px;background:#fff;cursor:pointer;font-weight:600;font-size:14px;transition:all .15s}.scale-pill.checked,.scale-pill:hover{border-color:#f59e0b}.scale-pill.checked{background:#f59e0b;color:#fff}.scale-labels{font-size:10px;color:#71717a;margin-top:6px}.button-row,.scale-labels{display:flex;justify-content:space-between}.button-row{align-items:center;margin-top:30px;gap:12px}.button{padding:12px 24px;border-radius:6px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;border:none}.button-primary{background:#f59e0b;color:#fff}.button-primary:hover:not(:disabled){background:#d97706}.button-primary:disabled{background:#e4e4e7;color:#a1a1aa;cursor:not-allowed}.button-secondary{background:#fff;color:#71717a;border:1.5px solid #e4e4e7}.button-secondary:hover{border-color:#71717a;color:#1e1e2e}.callout{background:#fef3c7;border-left:4px solid #f59e0b;padding:14px 18px;border-radius:0 6px 6px 0;margin:16px 0;font-size:13px}.callout strong{color:#d97706}.success-screen{text-align:center;padding:60px 20px;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.success-screen .check{width:64px;height:64px;border-radius:50%;background:#10b981;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:700;margin-bottom:20px}.success-screen h2{font-family:Trebuchet MS,sans-serif;font-size:26px;margin-bottom:12px}.success-screen p{color:#71717a;font-size:14px;max-width:480px;margin:0 auto}.error-msg{background:#fee;color:#c00;padding:10px 14px;border-radius:6px;font-size:13px;margin:12px 0}.role-pill-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:10px;gap:10px;margin-top:8px}.role-pill{border:1.5px solid #e4e4e7;border-radius:8px;padding:14px;cursor:pointer;transition:all .15s;background:#fff}.role-pill.checked,.role-pill:hover{border-color:#f59e0b}.role-pill.checked{background:#fef3c7}.role-pill .role-title{font-weight:700;font-size:14px;color:#1e1e2e;margin-bottom:4px}.role-pill .role-desc{font-size:11px;color:#71717a}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media (max-width:600px){.field-row{grid-template-columns:1fr}.container{padding:16px 12px 40px}.section{padding:20px}}