:root{--iv-accent: #ea6b1a;--iv-accent-light: #fef3eb;--iv-text: #1a1a2e;--iv-text-muted: #6b7280;--iv-bg: #f8f9fb;--iv-card: #ffffff;--iv-border: #e5e7eb;--iv-error: #dc3545;--iv-success: #16a34a;--iv-radius: 10px;--iv-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04)}@media(prefers-color-scheme:dark){:root{--iv-text: #e5e7eb;--iv-text-muted: #9ca3af;--iv-bg: #111827;--iv-card: #1f2937;--iv-border: #374151;--iv-accent-light: #2a1a0d}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--iv-bg);color:var(--iv-text);line-height:1.6;-webkit-font-smoothing:antialiased}.iv-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:var(--iv-text-muted)}.iv-spinner{width:36px;height:36px;border:3px solid var(--iv-border);border-top-color:var(--iv-accent);border-radius:50%;animation:iv-spin .7s linear infinite}@keyframes iv-spin{to{transform:rotate(360deg)}}.iv-container{max-width:640px;margin:0 auto;padding:24px 20px 80px;min-height:100vh}.iv-progress{position:fixed;top:0;left:0;right:0;height:4px;background:var(--iv-border);z-index:100}.iv-progress-fill{height:100%;background:var(--iv-accent);transition:width .3s ease;border-radius:0 2px 2px 0}.iv-header{text-align:center;margin-bottom:32px;padding-top:24px}.iv-header h1{font-size:1.5rem;font-weight:700;margin-bottom:8px}.iv-header p{color:var(--iv-text-muted);font-size:.9rem}.iv-intro-card{background:var(--iv-card);border:1px solid var(--iv-border);border-radius:var(--iv-radius);padding:24px;margin-bottom:24px;box-shadow:var(--iv-shadow)}.iv-intro-card .iv-rep-message{font-style:italic;color:var(--iv-text-muted);border-left:3px solid var(--iv-accent);padding-left:16px;margin-bottom:16px}.iv-intro-card .iv-time-estimate{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--iv-text-muted);background:var(--iv-accent-light);padding:6px 12px;border-radius:20px}.iv-page-title{font-size:1.15rem;font-weight:600;margin-bottom:4px}.iv-page-desc{color:var(--iv-text-muted);font-size:.85rem;margin-bottom:20px}.iv-steps{display:flex;justify-content:center;gap:8px;margin-bottom:24px}.iv-step-dot{width:10px;height:10px;border-radius:50%;background:var(--iv-border);transition:background .2s,transform .2s}.iv-step-dot.active{background:var(--iv-accent);transform:scale(1.2)}.iv-step-dot.done{background:var(--iv-success)}.iv-question{background:var(--iv-card);border:1px solid var(--iv-border);border-radius:var(--iv-radius);padding:20px;margin-bottom:16px;box-shadow:var(--iv-shadow);transition:border-color .2s}.iv-question:focus-within{border-color:var(--iv-accent)}.iv-question-label{font-weight:500;font-size:.95rem;margin-bottom:4px}.iv-question-label .iv-required{color:var(--iv-error);margin-left:2px}.iv-question-help{font-size:.8rem;color:var(--iv-text-muted);margin-bottom:10px}.iv-question .iv-badge{display:inline-block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:10px;margin-left:8px;vertical-align:middle}.iv-badge-royalty{background:#fef3c7;color:#92400e}.iv-badge-included{background:#dcfce7;color:#166534}.iv-opt-badge{display:inline-block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;border-radius:8px;margin-left:6px;vertical-align:middle}.iv-question-error{color:var(--iv-error);font-size:.8rem;margin-top:6px;display:none}.iv-question.has-error .iv-question-error{display:block}.iv-question.has-error{border-color:var(--iv-error)}.iv-input,.iv-textarea,.iv-select{width:100%;padding:10px 14px;font-size:.95rem;font-family:inherit;border:1px solid var(--iv-border);border-radius:8px;background:var(--iv-bg);color:var(--iv-text);transition:border-color .2s,box-shadow .2s;outline:none}.iv-input:focus,.iv-textarea:focus,.iv-select:focus{border-color:var(--iv-accent);box-shadow:0 0 0 3px #ea6b1a1f}.iv-textarea{resize:vertical;min-height:80px}.iv-input::placeholder,.iv-textarea::placeholder{color:var(--iv-text-muted);opacity:.6}.iv-radio-group{display:flex;flex-direction:column;gap:8px}.iv-radio-card{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--iv-border);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;background:var(--iv-bg)}.iv-radio-card:hover,.iv-radio-card.selected{border-color:var(--iv-accent);background:var(--iv-accent-light)}.iv-radio-card input[type=radio]{margin-top:3px;accent-color:var(--iv-accent);flex-shrink:0}.iv-radio-card-label{font-size:.9rem;font-weight:500}.iv-radio-card-help{font-size:.78rem;color:var(--iv-text-muted);margin-top:2px}.iv-checkbox-group{display:flex;flex-direction:column;gap:8px}.iv-checkbox-card{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;border:1px solid var(--iv-border);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;background:var(--iv-bg)}.iv-checkbox-card:hover{border-color:var(--iv-accent)}.iv-checkbox-card.selected{border-color:var(--iv-accent);background:var(--iv-accent-light)}.iv-checkbox-card input[type=checkbox]{margin-top:3px;accent-color:var(--iv-accent);flex-shrink:0}.iv-matrix-empty{padding:12px 14px;border:1px dashed var(--iv-border);border-radius:8px;color:var(--iv-text-muted);font-size:.88rem}.iv-matrix-desktop{display:block;overflow-x:auto}.iv-matrix-mobile{display:none}.iv-matrix-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}.iv-matrix-table th,.iv-matrix-table td{padding:10px 8px;text-align:center;border-bottom:1px solid var(--iv-border)}.iv-matrix-table thead th{font-weight:600;color:var(--iv-text-muted);border-bottom:1px solid var(--iv-border);background:var(--iv-bg-subtle, transparent)}.iv-matrix-row-label{text-align:left!important;font-weight:600;white-space:nowrap;padding-right:14px!important;width:1%}.iv-matrix-col-label{white-space:nowrap}.iv-matrix-cell-disabled{color:var(--iv-text-muted);opacity:.45;cursor:not-allowed}.iv-matrix-radio-wrap{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid var(--iv-border);background:var(--iv-bg);cursor:pointer;transition:border-color .15s,background .15s,transform .1s}.iv-matrix-radio-wrap:hover{border-color:var(--iv-accent)}.iv-matrix-radio-wrap.selected{border-color:var(--iv-accent);background:var(--iv-accent-light)}.iv-matrix-radio-wrap input[type=radio]{margin:0;accent-color:var(--iv-accent);cursor:pointer}@media(max-width:575.98px){.iv-matrix-desktop{display:none}.iv-matrix-mobile{display:block}}.iv-matrix-mobile-row{padding:12px 14px;border:1px solid var(--iv-border);border-radius:8px;margin-bottom:10px;background:var(--iv-bg)}.iv-matrix-mobile-row-label{font-weight:600;margin-bottom:8px}.iv-matrix-mobile-radios{display:flex;flex-direction:column;gap:6px}.iv-matrix-mobile-radio{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--iv-border);border-radius:6px;cursor:pointer;transition:border-color .15s,background .15s}.iv-matrix-mobile-radio:hover{border-color:var(--iv-accent)}.iv-matrix-mobile-radio.selected{border-color:var(--iv-accent);background:var(--iv-accent-light)}.iv-matrix-mobile-radio input[type=radio]{margin:0;accent-color:var(--iv-accent)}.iv-nav{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:12px}.iv-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;font-family:inherit;border:none;border-radius:8px;cursor:pointer;transition:background .15s,transform .1s}.iv-btn:active{transform:scale(.97)}.iv-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.iv-btn-primary{background:var(--iv-accent);color:#fff}.iv-btn-primary:hover:not(:disabled){background:#d4600f}.iv-btn-secondary{background:var(--iv-card);color:var(--iv-text);border:1px solid var(--iv-border)}.iv-btn-secondary:hover:not(:disabled){background:var(--iv-bg)}.iv-btn-submit{background:var(--iv-success);color:#fff;width:100%;justify-content:center;padding:14px;font-size:1rem}.iv-btn-submit:hover:not(:disabled){background:#15803d}.iv-autosave{position:fixed;bottom:20px;right:20px;font-size:.78rem;color:var(--iv-text-muted);background:var(--iv-card);border:1px solid var(--iv-border);padding:6px 14px;border-radius:20px;box-shadow:var(--iv-shadow);opacity:0;transition:opacity .3s;pointer-events:none;z-index:50}.iv-autosave.visible{opacity:1}.iv-screen-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:80vh;padding:40px 20px}.iv-screen-center .iv-icon{font-size:3rem;margin-bottom:16px}.iv-screen-center h2{font-size:1.4rem;font-weight:700;margin-bottom:12px}.iv-screen-center p{color:var(--iv-text-muted);max-width:400px}.iv-footer{text-align:center;padding:32px 0 16px;color:var(--iv-text-muted);font-size:.75rem;opacity:.6}.iv-fade-in{animation:iv-fadeIn .25s ease-out}@keyframes iv-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.iv-container{padding:16px 16px 80px}.iv-question{padding:16px}.iv-nav{flex-direction:column}.iv-btn{width:100%;justify-content:center}}
