.iv-root{--ivb-surface1:#f1f1f1;--ivb-surface2:#fdfdfd;--ivb-highlight:#f9f9f9;--ivt-primary:#101010;--ivt-secondary:#727272;--ivt-tertiary:#7b7b7b;--ivs-stroke2:#e2e2e2;--ivs-subtle:rgba(123,123,123,0.1);--ivs-highlight:rgba(123,123,123,0.5);--iv-red:#ff6a55;--iv-sl1:#6440e0;--iv-sl2:#c347f6;--iv-shadow-btn-black:inset 2px 0px 8px 2px rgba(248,248,248,0.2);min-height:100vh;min-height:100dvh;background:var(--ivb-surface1);color:var(--ivt-primary);letter-spacing:-.011em;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;align-items:center;padding:0 16px}.iv-root .iv-logo{display:flex;justify-content:center;padding:22px 0 14px}.iv-root .iv-logo img{height:26px;width:auto}.iv-root .hcard{background:var(--ivb-surface2);border-radius:2rem;padding:24px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 5px 1.5px -4px rgba(8,8,8,.09),0 6px 4px -4px rgba(8,8,8,.05)}.iv-root .pagetitle{text-align:center;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.3;margin:8px 0}.iv-root .hmsg{display:flex;padding:12px 8px}.iv-root .hmsg-agent-av{background:linear-gradient(135deg,var(--iv-sl1),var(--iv-sl2));font-size:1rem}.iv-root .havatar,.iv-root .hmsg-agent-av{width:48px;height:48px;border-radius:50%;flex-shrink:0;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.iv-root .havatar{overflow:hidden;background:#1c1c1c;background-size:cover;background-position:50%}.iv-root .hmsg-body{padding-left:20px;min-width:0;flex:1}.iv-root .hmsg-name{font-size:1rem;font-weight:600;letter-spacing:-.015em;line-height:1.5}.iv-root .hmsg-ai-tag{margin-left:8px;font-size:.625rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--ivt-secondary);background:var(--ivb-surface1);border:1px solid var(--ivs-subtle);padding:2px 6px;border-radius:6px;vertical-align:middle}.iv-root .hmsg-text{margin-top:8px;font-size:.9375rem;line-height:1.75;letter-spacing:-.01em;color:var(--ivt-primary);white-space:pre-wrap}.iv-root .hmsg-text b,.iv-root .hmsg-text strong{font-weight:600}.iv-root .hmsg-md{white-space:normal}.iv-root .hmsg-md p{margin:0 0 8px}.iv-root .hmsg-md p:last-child{margin-bottom:0}.iv-root .hmsg-md ol,.iv-root .hmsg-md ul{margin:6px 0;padding-left:20px}.iv-root .hmsg-md ul{list-style:disc}.iv-root .hmsg-md ol{list-style:decimal}.iv-root .hmsg-md li{margin:2px 0}.iv-root .hmsg-md strong{font-weight:600}.iv-root .hmsg-md em{font-style:italic}.iv-root .hmsg-md a{color:var(--ivt-primary);text-decoration:underline;text-underline-offset:2px}.iv-root .htyping{display:inline-flex;gap:5px;padding:14px 16px;background:var(--ivb-highlight);border-radius:16px}.iv-root .htyping span{width:7px;height:7px;border-radius:50%;background:var(--ivt-tertiary);opacity:.5;animation:iv-hblink 1.3s infinite}.iv-root .htyping span:nth-child(2){animation-delay:.2s}.iv-root .htyping span:nth-child(3){animation-delay:.4s}@keyframes iv-hblink{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:.9;transform:translateY(-3px)}}.iv-root .hcomposer{display:flex;align-items:flex-end;min-height:52px;padding:3px;border:1.5px solid var(--ivs-stroke2);background:var(--ivb-surface2);border-radius:26px}.iv-root .hcomposer:focus-within{box-shadow:inset 0 0 0 3px #fff,inset 0 4px 4px 0 rgba(157,157,157,.1);border-color:var(--ivs-highlight)}.iv-root .hcomposer textarea{flex:1;align-self:center;border:none;outline:none;resize:none;background:transparent;font-family:inherit;font-size:.9375rem;letter-spacing:-.01em;color:var(--ivt-primary);padding:12px 6px 12px 16px;line-height:1.5;max-height:160px}.iv-root .hcomposer textarea::placeholder{color:var(--ivt-secondary)}.iv-root .hsend{flex-shrink:0;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;margin:1px;padding:0 22px;border:none;border-radius:22px;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:-.01em;background:linear-gradient(180deg,#2c2c2c,#282828);box-shadow:var(--iv-shadow-btn-black);position:relative;cursor:pointer;transition:box-shadow .18s;font-family:inherit}.iv-root .hsend:hover{box-shadow:none}.iv-root .hsend:disabled{opacity:.5;pointer-events:none}.iv-root .herror{font-size:.8125rem;padding:8px 14px;border-radius:10px;color:var(--iv-red);background:rgba(255,106,85,.08);border:1px solid rgba(255,106,85,.3)}.iv-root .hvideo{position:relative;max-width:560px;width:100%;margin:0 auto;border-radius:1.5rem;overflow:hidden;background:#000;line-height:0}.iv-root .hvideo iframe{display:block;border:0}.iv-root .video-overlay{position:absolute;inset:0;cursor:pointer;line-height:normal;transition:opacity .3s;z-index:2}.iv-root .video-overlay.hide{opacity:0;pointer-events:none}.iv-root .vtint{position:absolute;inset:0;background:rgba(0,0,0,.18)}.iv-root .vplay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:rgba(253,253,253,.96);border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.28);transition:transform .2s;cursor:pointer}.iv-root .video-overlay:hover .vplay{transform:translate(-50%,-50%) scale(1.06)}.iv-root .vplay svg{width:24px;height:24px;margin-left:3px;fill:#1c1c1c}.iv-root .vscrim{position:absolute;left:0;right:0;bottom:0;height:88px;background:linear-gradient(0deg,rgba(0,0,0,.58),transparent)}.iv-root .plabel{position:absolute;left:16px;bottom:14px;display:flex;align-items:center;gap:10px;color:#fff}.iv-root .plabel .pa{width:34px;height:34px;border-radius:50%;background-size:cover;background-position:50%;flex-shrink:0;border:1.5px solid rgba(255,255,255,.6)}.iv-root .plabel .pt .a{font-weight:600;font-size:.875rem;letter-spacing:-.01em}.iv-root .plabel .pt .b{font-size:.7rem;opacity:.85}.iv-root .vdur{position:absolute;right:14px;bottom:16px;background:rgba(0,0,0,.5);color:#fff;font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:7px;backdrop-filter:blur(4px)}.iv-root .continue-btn{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 16px;border:1.5px solid var(--ivs-stroke2);border-radius:12px;background:var(--ivb-surface2);color:var(--ivt-primary);font-size:.8125rem;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:all .16s;font-family:inherit}.iv-root .continue-btn:hover{border-color:var(--ivs-highlight);background:var(--ivb-highlight)}.iv-root .continue-btn:disabled{opacity:.5;pointer-events:none}.iv-root .continue-btn svg{stroke:var(--ivt-secondary)}.iv-root .appear{animation:iv-happear .45s ease}@keyframes iv-happear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.iv-root .hconfetti{position:absolute;inset:0;z-index:40;pointer-events:none;overflow:hidden;border-radius:inherit}.iv-root .hconfetti i{position:absolute;top:-14px;width:9px;height:14px;border-radius:2px;animation-name:iv-confall;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes iv-confall{0%{transform:translateY(0) rotate(0deg);opacity:1}85%{opacity:1}to{transform:translateY(105vh) rotate(560deg);opacity:0}}.iv-root .iv-done{text-align:center;font-size:.875rem;color:var(--ivt-secondary);padding:14px 0 4px}.iv-home{min-height:100vh;min-height:100dvh;background:#fdfdfd;color:#101010;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px;text-align:center}.iv-home img{height:34px;width:auto}.iv-home p{font-size:.9375rem;color:#727272;letter-spacing:-.01em;margin:0}