.customer-support-root{--support-bottom:calc(24px + env(safe-area-inset-bottom,0px));font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.customer-support-trigger{position:fixed;right:24px;bottom:var(--support-bottom);z-index:70;width:64px;height:64px;padding:7px;border:1px solid rgb(255 255 255/.2);border-radius:20px;background:#0f172a;box-shadow:0 16px 32px rgb(2 6 23/.35),0 0 0 5px rgb(244 63 94/.1);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.customer-support-trigger:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 18px 36px rgb(2 6 23/.45),0 0 0 6px rgb(244 63 94/.14)}.customer-support-trigger:focus-visible{outline:3px solid #fbbf24;outline-offset:4px}.customer-support-trigger img{display:block;width:100%;height:100%;object-fit:contain}.customer-support-tooltip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%) translateX(4px);width:max-content;padding:8px 11px;border:1px solid #334155;border-radius:10px;background:#020617;color:#f8fafc;font-size:12px;font-weight:700;box-shadow:0 8px 24px rgb(2 6 23/.35);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.customer-support-trigger:hover .customer-support-tooltip,.customer-support-trigger:focus-visible .customer-support-tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}.customer-support-modal[hidden]{display:none}.customer-support-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:16px;padding-top:max(16px,env(safe-area-inset-top,0px));padding-bottom:max(16px,env(safe-area-inset-bottom,0px))}.customer-support-backdrop{position:absolute;inset:0;background:rgb(2 6 23/.76);backdrop-filter:blur(5px)}.customer-support-panel{position:relative;display:flex;flex-direction:column;width:min(100%,540px);max-height:calc(100dvh - 32px);overflow:hidden;border:1px solid #334155;border-radius:24px;background:#020617;color:#f1f5f9;box-shadow:0 28px 70px rgb(0 0 0/.55)}.customer-support-panel:focus{outline:none}.customer-support-panel:before{content:"";position:absolute;top:-55px;right:-55px;width:180px;height:180px;border-radius:999px;background:rgb(225 29 72/.16);filter:blur(34px);pointer-events:none}.customer-support-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid #1e293b;background:#020617}.customer-support-heading{display:flex;align-items:center;gap:12px}.customer-support-heading-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;background:#e11d48;color:white;box-shadow:0 8px 20px rgb(225 29 72/.28)}.customer-support-heading-icon svg,.customer-support-card-icon svg{width:24px;height:24px}.customer-support-heading h2{margin:0;color:#fff;font-size:20px;line-height:1.25;font-weight:800}.customer-support-heading p{margin:3px 0 0;color:#94a3b8;font-size:12px}.customer-support-close{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border:0;border-radius:10px;background:transparent;color:#94a3b8;font-size:30px;line-height:1;cursor:pointer}.customer-support-close:hover{background:#1e293b;color:#fff}.customer-support-close:focus-visible{outline:2px solid #f43f5e;outline-offset:2px}.customer-support-content{display:grid;gap:14px;padding:20px 22px;overflow-y:auto;overscroll-behavior:contain}.customer-support-card{display:flex;align-items:flex-start;gap:14px;padding:17px;border:1px solid #1e293b;border-radius:16px;background:#0f172a;color:inherit;text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.customer-support-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgb(0 0 0/.2)}.customer-support-card-blue:hover{border-color:rgb(59 130 246/.6)}.customer-support-card-green{display:block}.customer-support-card-brand{border-color:rgb(244 63 94/.35)}.customer-support-card-brand:hover{border-color:#f43f5e}.customer-support-card-row{display:flex;align-items:flex-start;gap:14px}.customer-support-card-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:13px}.customer-support-card-blue .customer-support-card-icon{background:rgb(59 130 246/.12);color:#60a5fa}.customer-support-card-green .customer-support-card-icon{background:rgb(16 185 129/.12);color:#34d399}.customer-support-card-brand .customer-support-card-icon{background:rgb(244 63 94/.12);color:#fb7185}.customer-support-card-copy{display:flex;min-width:0;flex:1;flex-direction:column}.customer-support-card-copy strong{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#60a5fa}.customer-support-card-green .customer-support-card-copy strong{color:#34d399}.customer-support-card-brand .customer-support-card-copy strong{color:#fbbf24}.customer-support-card-copy b{margin-top:3px;color:#fff;font-size:15px}.customer-support-card-copy small{margin-top:4px;color:#94a3b8;font-size:12px;line-height:1.55}.customer-support-arrow{margin-left:auto;color:#64748b;font-weight:800}.customer-support-whatsapp{display:flex;justify-content:center;margin-top:14px;padding:11px 14px;border-radius:11px;background:#059669;color:#fff;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 8px 18px rgb(5 150 105/.2);transition:.2s ease}.customer-support-whatsapp:hover{background:#10b981;transform:scale(1.01)}.customer-support-footer{padding:14px 20px;border-top:1px solid #1e293b;color:#64748b;text-align:center;font-size:11px;font-weight:600}.customer-support-footer span{color:#f43f5e}.customer-support-scroll-locked{overflow:hidden!important}
@media(max-width:639px){.customer-support-root{--support-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.customer-support-trigger{right:16px;width:58px;height:58px;border-radius:18px}.customer-support-tooltip{display:none}.customer-support-modal{padding:10px;padding-top:max(10px,env(safe-area-inset-top,0px));padding-bottom:max(10px,env(safe-area-inset-bottom,0px))}.customer-support-panel{max-height:calc(100dvh - 20px);border-radius:20px}.customer-support-header{padding:16px}.customer-support-heading h2{font-size:18px}.customer-support-heading p{font-size:11px}.customer-support-content{gap:10px;padding:14px 16px}.customer-support-card{padding:14px}.customer-support-card-icon{flex-basis:40px;width:40px;height:40px}.customer-support-card-icon svg{width:21px;height:21px}}
@media(prefers-reduced-motion:reduce){.customer-support-trigger,.customer-support-tooltip,.customer-support-card,.customer-support-whatsapp{transition:none}}
