.iqm-overlay{z-index:200;overscroll-behavior:contain;background:#14100c73;justify-content:center;padding:1rem;animation:.16s ease-out iqm-fade;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes iqm-fade{0%{opacity:0}to{opacity:1}}.iqm-modal{background:var(--surface);border-radius:18px;flex-shrink:0;width:min(470px,100%);margin:auto;padding:1.5rem 1.5rem 1.25rem;animation:.18s ease-out iqm-rise;position:relative;box-shadow:0 24px 60px -20px #14100c66}@media (max-width:480px){.iqm-modal{padding:1.25rem 1.125rem 1rem}}@keyframes iqm-rise{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.iqm-close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;place-items:center;transition:background .15s,color .15s;display:grid;position:absolute;top:.9rem;right:.9rem}.iqm-close:hover{background:var(--surface-alt);color:var(--foreground)}.iqm-eyebrow{font-family:var(--font-geist-mono),monospace;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin-bottom:.25rem;padding-right:2rem;font-size:11px}.iqm-title{letter-spacing:-.01em;color:var(--foreground);margin:0;padding-right:2rem;font-size:20px;font-weight:800;line-height:1.2}.iqm-rules{color:var(--text-muted);margin:.25rem 0 0;font-size:12.5px;line-height:1.45}.iqm-intro{background:var(--surface-warm);color:var(--text-secondary);border-radius:.625rem;margin:.625rem 0 0;padding:.5625rem .75rem;font-size:12.5px;line-height:1.5}.iqm-body{margin-top:1rem}.iqm-row{gap:.75rem;display:flex}.iqm-row>*{flex:1 1 0;min-width:0}@media (max-width:480px){.iqm-row{flex-direction:column;gap:0}}.iqm-field{margin-bottom:.875rem}.iqm-label{color:var(--text-secondary);margin-bottom:.375rem;font-size:12px;font-weight:600;display:block}.iqm-optional{color:var(--text-subtle);font-weight:400}.iqm-input{border:1px solid var(--border-strong);width:100%;color:var(--foreground);background:var(--surface);border-radius:.5625rem;padding:.5rem .6875rem;font-family:inherit;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.iqm-input::placeholder{color:var(--text-subtle)}.iqm-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint);outline:none}.iqm-field .dp-trigger{border-color:var(--border-strong);border-radius:.5625rem;gap:.5rem;height:auto;min-height:0;padding:.5rem 1.75rem .5rem .6875rem}.iqm-field .dp-trigger .dp-trigger-value,.iqm-field .dp-trigger .dp-trigger-placeholder{font-size:13.5px}.iqm-field .dp-clear{width:20px;height:20px;right:.3125rem}.iqm-textarea{resize:vertical;min-height:4.5rem;max-height:12rem;line-height:1.5}.iqm-error{background:var(--danger-tint);color:var(--danger-strong);border:1px solid #b91c1c33;border-radius:.5rem;margin:.75rem 0 0;padding:.5rem .6875rem;font-size:12.5px;line-height:1.45}.iqm-actions{z-index:1;border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.875rem;display:flex;position:relative}.iqm-field .ss-pop,.iqm-field .dp-pop,.iqm-field .loc-dropdown{z-index:70}.iqm-field .loc-option{padding:.5rem .6875rem;font-size:13.5px}.iqm-field .loc-dropdown{max-height:168px;overflow-y:auto}.iqm-cancel{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:.5625rem;padding:.5625rem 1rem;font-family:inherit;font-size:13.5px;font-weight:600;transition:background .15s}.iqm-cancel:hover{background:var(--surface-alt)}.iqm-send{background:var(--accent);color:var(--accent-contrast);box-shadow:var(--accent-glow);cursor:pointer;border:0;border-radius:.5625rem;padding:.5625rem 1.125rem;font-family:inherit;font-size:13.5px;font-weight:600;transition:background .15s}.iqm-send:hover:not(:disabled){background:var(--accent-hover)}.iqm-send:disabled{opacity:.5;cursor:default;box-shadow:none}.iqm-modal--sent{width:min(400px,100%)}.iqm-sent{text-align:center;padding:.75rem .25rem 0}.iqm-sent-icon{background:var(--success-tint);width:44px;height:44px;color:var(--success-strong);border-radius:50%;place-items:center;margin:0 auto .875rem;display:grid}.iqm-sent-title{color:var(--foreground);margin:0 0 .4375rem;font-size:17px;font-weight:700}.iqm-sent-body{color:var(--text-muted);margin:0 0 1.25rem;font-size:13.5px;line-height:1.55}.iqm-sent-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.625rem;display:flex}.iqm-sent-link{color:var(--text-secondary);border:1px solid var(--border-strong);background:var(--surface);border-radius:.5625rem;padding:.5625rem 1rem;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .15s}.iqm-sent-link:hover{background:var(--surface-alt)}
