.pc-full-handoff{position:fixed;right:20px;bottom:20px;z-index:6000;display:flex;align-items:center;gap:10px;max-width:min(390px,calc(100vw - 24px));padding:10px 11px 10px 14px;border:1px solid rgba(125,211,252,.6);border-radius:14px;background:rgba(8,42,51,.96);color:#eefbff;box-shadow:0 12px 35px rgba(2,8,23,.32);font:700 13px/1.25 Inter,Segoe UI,Arial,sans-serif;animation:pcFullHandoffIn .18s ease-out}.pc-full-handoff__text{display:flex;align-items:center;gap:7px;white-space:nowrap}.pc-full-handoff__action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border:0;border-radius:9px;background:#0f8b7d;color:#fff;text-decoration:none;font-weight:850;white-space:nowrap}.pc-full-handoff__action:hover,.pc-full-handoff__action:focus{background:#10a393;outline:2px solid rgba(125,211,252,.55);outline-offset:2px}.pc-full-handoff__close{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:transparent;color:#b9d4dc;font-size:20px;line-height:1;cursor:pointer}.pc-full-handoff__close:hover{background:rgba(255,255,255,.1);color:#fff}@keyframes pcFullHandoffIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:760px){.pc-full-handoff{right:12px;bottom:92px;left:12px;justify-content:center;flex-wrap:wrap}.pc-full-handoff__text{white-space:normal}.pc-full-handoff__close{position:absolute;right:4px;top:4px}}

