.virtual-host{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#061014f2,#102b33f4);border:1px solid #61e9f4;grid-template-columns:1.15fr .85fr;align-items:end;width:min(520px,100vw - 28px);height:330px;animation:.75s cubic-bezier(.2,.8,.2,1) both host-arrive;display:grid;position:fixed;bottom:18px;right:18px;overflow:hidden;box-shadow:0 24px 80px #000c,0 0 38px #20ced936}.virtual-host.leaving{animation:.65s both host-leave}.virtual-host>button{z-index:5;color:#fff;cursor:pointer;background:#041013d9;border:1px solid #73ebf4;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:12px;right:12px}.virtual-host>button svg{width:18px}.virtual-host>img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 0 22px #20ced96b);z-index:2;width:100%;height:100%;position:relative}.host-message{z-index:3;align-self:center;padding:35px 12px 35px 32px;position:relative}.host-message span{color:var(--aqua);letter-spacing:.22em;margin-bottom:17px;font-size:10px;font-weight:900;display:block}.host-message p{color:#e8fbfd;margin:0;font-size:23px;line-height:1.32}.host-message b{color:#fff}.host-message strong{color:var(--aqua);letter-spacing:.1em;text-transform:uppercase;margin-top:18px;font-size:16px;display:block}.host-scan{pointer-events:none;z-index:4;background:repeating-linear-gradient(0deg,#0000 0 5px,#64eff509 6px);position:absolute;inset:0}.virtual-host:after{content:"";z-index:5;background:#8ff8ff88;height:2px;animation:3s linear infinite host-scan;position:absolute;left:0;right:0;box-shadow:0 0 15px #8ff8ff}@keyframes host-arrive{0%{opacity:0;filter:blur(8px);transform:translateY(45px)scale(.94)}to{opacity:1;filter:none;transform:none}}@keyframes host-leave{to{opacity:0;filter:blur(6px);transform:translateY(35px)scale(.96)}}@keyframes host-scan{0%{top:0}to{top:100%}}@media (width<=600px){.virtual-host{grid-template-columns:1.2fr .8fr;height:285px;bottom:14px;right:14px}.host-message{padding:30px 5px 30px 22px}.host-message p{font-size:18px}.host-message strong{font-size:13px}.virtual-host>img{transform-origin:bottom;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.virtual-host,.virtual-host.leaving,.virtual-host:after{animation:none}}
