.iv{position:relative;--iv-font-sans: var( --font-sans, "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif );--iv-font-mono: var(--font-mono, "Geist Mono", "SF Mono", ui-monospace, monospace);--iv-primary: var(--color-primary, #e8512a);--iv-primary-hover: var(--color-primary-hover, #c8421e);--iv-primary-disabled: var(--color-primary-disabled, #cfd3dc);--iv-accent-strong: var(--color-accent-strong, #a4361a);--iv-bg-white: var(--color-bg-white, #fff);--iv-bg-surface: var(--color-bg-surface, #f4f6f9);--iv-bg-hover: var(--color-bg-hover, #eef1f5);--iv-text-primary: var(--color-text-primary, #1b2a3a);--iv-text-secondary: var(--color-text-secondary, #5c6577);--iv-text-tertiary: var(--color-text-tertiary, #8b95a5);--iv-text-disabled: var(--color-text-disabled, #cfd3dc);--iv-border-light: var(--color-border-light, #e2e5eb);--iv-border-default: var(--color-border-default, #cfd3dc);--iv-border-strong: var(--color-border-strong, #8b95a5);--iv-border-focus: var(--color-border-focus, #e8512a);--iv-success: var(--color-success, #16a34a);--iv-success-bg: var(--color-success-bg, #dcfce7);--iv-error: var(--color-error, #dc2626);--iv-error-bg: var(--color-error-bg, #fee2e2);--iv-error-border: var(--color-error-border, #fecaca);--iv-radius-default: var(--radius-default, .25rem);--iv-radius-md: var(--radius-md, .375rem);--iv-radius-lg: var(--radius-lg, .5rem);--iv-radius-full: var(--radius-full, 9999px);--iv-shadow-sm: var( --shadow-sm, 0 1px 3px rgba(15, 23, 33, .08), 0 1px 2px rgba(15, 23, 33, .05) );--iv-shadow-focus: var(--shadow-focus, 0 0 0 3px rgba(232, 81, 42, .18))}.iv-state{display:none}.iv-state--active{display:block}.iv-card{background:var(--iv-bg-white);border:1px solid var(--iv-border-light);border-radius:var(--iv-radius-lg);box-shadow:var(--iv-shadow-sm);padding:1.5rem}.iv-card--results{display:flex;flex-direction:column;max-height:560px;position:relative}.iv-card--results:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;background:linear-gradient(to top,var(--iv-bg-white) 0%,transparent 100%);pointer-events:none;z-index:1;border-radius:0 0 var(--iv-radius-lg) var(--iv-radius-lg);opacity:1;transition:opacity .3s}.iv-card--results.iv-scrolled-end:after{opacity:0}.iv-results-scroll{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:4px}.iv-results-scroll::-webkit-scrollbar{width:4px}.iv-results-scroll::-webkit-scrollbar-track{background:transparent}.iv-results-scroll::-webkit-scrollbar-thumb{background:var(--iv-border-default);border-radius:var(--iv-radius-default)}.iv-card--confirm{text-align:center}.iv-header{text-align:center;margin-bottom:1.25rem}.iv-title{font-size:1.15rem;font-weight:600;color:var(--iv-text-primary);margin:0 0 .375rem;line-height:1.3}.iv-subtitle{font-size:.8rem;color:var(--iv-text-secondary);margin:0;line-height:1.5}.iv-form{display:flex;flex-direction:column;gap:1rem}.iv-field{display:flex;flex-direction:column;gap:.375rem}.iv-label{font-size:.8rem;font-weight:500;color:var(--iv-text-primary)}.iv-hint{font-size:.75rem;color:var(--iv-text-secondary);margin:0;line-height:1.4}.iv-form textarea{width:100%;min-height:120px;padding:.75rem;font-family:var(--iv-font-sans);font-size:.875rem;line-height:1.5;color:var(--iv-text-primary);background:var(--iv-bg-white);border:1.5px solid var(--iv-border-focus);border-radius:var(--iv-radius-md);resize:vertical;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.iv-form textarea:focus{outline:none;border-color:var(--iv-border-focus);box-shadow:var(--iv-shadow-focus)}.iv-counter-row{display:flex;align-items:center;gap:8px;margin-top:.375rem;font-size:.7rem;color:var(--iv-text-secondary)}.iv-progress-track{flex:1;height:4px;background:var(--iv-border-light);border-radius:var(--iv-radius-full);overflow:hidden}.iv-progress-fill{height:100%;width:0;background:var(--iv-text-primary);border-radius:var(--iv-radius-full);transition:width .15s}.iv-progress-fill--done{background:var(--iv-success)}.iv-chips{display:flex;flex-direction:column;gap:.375rem}.iv-chips-label{font-size:.7rem;font-weight:500;color:var(--iv-text-tertiary)}.iv-chips-row{display:flex;flex-wrap:wrap;gap:.5rem}.iv-chip{display:inline-block;padding:.25rem .625rem;font-family:var(--iv-font-sans);font-size:.7rem;font-weight:500;color:var(--iv-text-primary);background:var(--iv-bg-surface);border:1px solid var(--iv-border-light);border-radius:var(--iv-radius-full);cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.iv-chip:hover{background:var(--iv-bg-hover);border-color:var(--iv-border-default)}.iv-btn-primary{display:flex;align-items:center;justify-content:center;width:100%;height:40px;padding:0 1.5rem;font-family:var(--iv-font-sans);font-size:.875rem;font-weight:500;color:#fff;background:var(--iv-primary);border:none;border-radius:var(--iv-radius-md);cursor:pointer;transition:background .15s,opacity .15s;text-decoration:none;white-space:nowrap}.iv-btn-primary:hover:not(:disabled){background:var(--iv-primary-hover)}.iv-btn-primary:disabled{background:var(--iv-primary);color:#fff;cursor:not-allowed;opacity:.72}.iv-btn-secondary{display:flex;align-items:center;justify-content:center;width:100%;min-height:40px;padding:0 1.5rem;font-family:var(--iv-font-sans);font-size:.875rem;font-weight:500;color:var(--iv-text-primary);background:var(--iv-bg-white);border:1px solid var(--iv-border-default);border-radius:var(--iv-radius-md);cursor:pointer;text-decoration:none;transition:border-color .15s,color .15s,background .15s}.iv-btn-secondary:hover{color:var(--iv-text-primary);border-color:var(--iv-border-strong);background:var(--iv-bg-hover)}.iv-btn--sm{width:auto;flex-shrink:0}.iv-output-strip{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.iv-output-label{font-size:.7rem;color:var(--iv-text-tertiary);font-weight:500}.iv-output-tag{display:inline-flex;align-items:center;gap:3px;font-size:.7rem;color:var(--iv-text-secondary);font-weight:500}.iv-output-tag svg{stroke:currentColor}.iv-results-heading{font-size:1rem;font-weight:600;color:var(--iv-text-primary);margin:0 0 .5rem;text-align:center}.iv-steps{display:flex;justify-content:center;gap:.75rem;margin-bottom:.75rem;padding:0 .25rem}.iv-step{display:flex;align-items:center;gap:.25rem;font-size:.65rem;font-weight:500;color:var(--iv-text-disabled);transition:color .3s}.iv-step--active{color:var(--iv-text-primary)}.iv-step--active .iv-step-icon{width:12px;height:12px;border-radius:50%;border:2px solid var(--iv-text-primary);border-top-color:transparent;animation:iv-spin .8s linear infinite}.iv-step--done{color:var(--iv-success)}.iv-step--done .iv-step-icon{width:12px;height:12px;background:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2316A34A' stroke-width='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") no-repeat center/contain}.iv-step-icon{display:inline-block;width:10px;height:10px;border-radius:50%;border:1.5px solid var(--iv-border-default);flex-shrink:0;box-sizing:border-box}.iv-reveal{background:var(--iv-bg-white);border:1px solid var(--iv-border-light);border-radius:var(--iv-radius-lg);padding:1rem;margin-bottom:.625rem;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.iv-reveal--in{opacity:1;transform:translateY(0)}.iv-reveal-hdr{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.iv-reveal-hdr h4{font-size:.8rem;font-weight:600;color:var(--iv-text-primary);margin:0;text-transform:uppercase;letter-spacing:.03em}.iv-check{flex-shrink:0;display:flex;align-items:center}.iv-badge{margin-left:auto;font-size:.625rem;font-weight:500;color:var(--iv-success);background:var(--iv-success-bg);padding:1px 6px;border-radius:var(--iv-radius-full)}.iv-reveal-body{font-size:.8rem;color:var(--iv-text-secondary);line-height:1.5}.iv-reveal-body p{margin:0 0 .375rem}.iv-reveal-body p:last-child{margin-bottom:0}.iv-stacked-field{margin-bottom:.625rem}.iv-stacked-field:last-child{margin-bottom:0}.iv-stacked-label{display:block;font-size:.625rem;font-weight:600;color:var(--iv-text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.iv-stacked-val{display:block;font-size:.8rem;color:var(--iv-text-secondary);line-height:1.5}.iv-canvas-field{padding:.375rem 0;border-bottom:1px solid var(--iv-border-light)}.iv-canvas-field:last-child{border-bottom:none}.iv-canvas-label{display:block;font-size:.625rem;font-weight:600;color:var(--iv-text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1px}.iv-canvas-val{font-size:.75rem;color:var(--iv-text-secondary);line-height:1.45}.iv-hyp{background:var(--iv-bg-surface);border-radius:var(--iv-radius-md);padding:.625rem .75rem;margin-bottom:.5rem}.iv-hyp:last-of-type{margin-bottom:.25rem}.iv-hyp-type{display:block;font-size:.625rem;font-weight:600;color:var(--iv-text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.iv-hyp p{margin:0;font-size:.8rem;color:var(--iv-text-secondary);line-height:1.5}.iv-hyp-keyword{font-weight:700;color:var(--iv-text-primary);font-size:.7rem;text-transform:uppercase;letter-spacing:.02em}.iv-assumptions{font-size:.75rem;color:var(--iv-text-secondary);font-style:normal;border-left:2px solid var(--iv-border-light);padding-left:.5rem;margin:.375rem 0 0}.iv-exp-method{display:inline-block;background:var(--iv-bg-surface);color:var(--iv-text-primary);font-size:.625rem;font-weight:600;border:1px solid var(--iv-border-light);border-radius:var(--iv-radius-default);padding:1px 6px;margin-bottom:.375rem}.iv-exp-title{font-weight:600;color:var(--iv-text-primary);font-size:.8rem;line-height:1.4;margin:.25rem 0 .375rem}.iv-exp-desc{font-size:.8rem;color:var(--iv-text-secondary);line-height:1.5;margin:0 0 .5rem}.iv-exp-meta{display:flex;gap:1rem;flex-wrap:wrap}.iv-exp-meta-item{flex:1;min-width:120px}.iv-exp-meta-label{display:block;font-size:.625rem;font-weight:600;color:var(--iv-text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1px}.iv-exp-meta-val{font-size:.75rem;color:var(--iv-text-secondary);line-height:1.4}.iv-email-card{background:var(--iv-bg-surface);border:1px solid var(--iv-border-light);border-top:3px solid var(--iv-primary);text-align:center;margin-top:.25rem}.iv-email-prompt{font-size:.8rem;font-weight:500;color:var(--iv-text-primary);margin:0 0 .625rem}.iv-email-row{display:flex;gap:6px}.iv-email-row input{flex:1;height:36px;padding:0 .625rem;border:1px solid var(--iv-border-default);border-radius:var(--iv-radius-md);font-size:.8rem;font-family:var(--iv-font-sans);color:var(--iv-text-primary);background:var(--iv-bg-white);box-sizing:border-box}.iv-email-row input:focus{outline:none;border-color:var(--iv-border-focus);box-shadow:var(--iv-shadow-focus)}.iv-spinner{display:flex;align-items:center;gap:.5rem;padding:.625rem 0;font-size:.8rem;color:var(--iv-text-secondary)}.iv-spinner[hidden]{display:none}.iv-spinner-dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--iv-primary);border-top-color:transparent;animation:iv-spin .8s linear infinite;flex-shrink:0}@keyframes iv-spin{to{transform:rotate(360deg)}}.iv-error{background:var(--iv-error-bg);border:1px solid var(--iv-error-border);color:var(--iv-error);border-radius:var(--iv-radius-md);padding:.625rem .75rem;font-size:.8rem;margin-top:.5rem}.iv-confirm-icon{margin-bottom:.75rem}.iv-card--confirm h3{font-size:1.1rem;color:var(--iv-text-primary);margin:0 0 .375rem}.iv-card--confirm p{font-size:.8rem;color:var(--iv-text-secondary);margin:0 0 .75rem}.iv-confirm-cta{font-size:.75rem;color:var(--iv-text-secondary)}.iv-confirm-actions{display:grid;gap:.625rem}.iv-link{background:none;border:none;color:var(--iv-text-primary);font-size:.8rem;font-weight:500;cursor:pointer;margin-top:.625rem;text-decoration:underline;font-family:var(--iv-font-sans)}@media(max-width:640px){.iv-card{padding:1.25rem}.iv-card--results{max-height:480px}.iv-reveal{padding:.75rem}.iv-email-row{flex-direction:column}.iv-btn--sm{width:100%}}@media(prefers-reduced-motion:reduce){.iv-reveal{transition:none}.iv-spinner-dot{animation:none}}
