.spwin{width:380px;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 44px 90px -26px rgba(10,9,7,.5)}.sp-panel,.spwin{background:var(--p-bg)}.sp-panel{position:relative;flex:1;border-top:1px solid var(--p-line);padding:26px 20px 0}.sp-panel svg{width:100%;height:104px;display:block;position:relative;z-index:1}.sp-cap{display:flex;justify-content:space-between;align-items:baseline;padding:14px 20px;background:var(--p-bg);border-top:1px solid var(--p-line);font-weight:700;font-size:16px;color:#e8edf0}.sp-cap span:last-child{font-weight:600;font-size:12px;color:#5b666d}.spfloat{transform-style:preserve-3d}.fl-sh{animation:flsh 1.9s cubic-bezier(.5,.05,.5,1) infinite alternate}@keyframes flsh{0%{transform:translate(3px,-5px) rotate(-.6deg)}to{transform:translate(-3px,5px) rotate(.6deg)}}.sh-wave{fill:none;stroke:#e0643c;stroke-width:2.5;stroke-dasharray:1200;animation:shjolt 1.4s steps(6) infinite}@keyframes shjolt{0%,to{stroke-dashoffset:0}50%{stroke-dashoffset:24}}.sh-drive{display:flex;align-items:center;gap:12px;margin-top:14px;font:500 10px IBM Plex Mono;letter-spacing:.16em;color:#8f7f74}.sh-segs{display:flex;gap:4px;flex:1;max-width:220px}.sh-segs i{flex:1;height:10px;background:#2a221e;border-radius:2px}.sh-segs i:nth-child(-n+7){background:#e0643c;animation:shseg .7s steps(2) infinite alternate}.sh-segs i:nth-child(6),.sh-segs i:nth-child(7){animation-duration:.4s}@keyframes shseg{to{opacity:.35}}.sp-sh .sp-cap span:last-child{color:#e0643c}@media(max-width:420px){.spwin{width:100%}}