@use "sass:color";.share-popup-overlay.svelte-1v6vgrl{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.share-popup.svelte-1v6vgrl{background-color:#fff;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 20px #0003;overflow:hidden}.share-popup-header.svelte-1v6vgrl{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,#4e4c4f,#232220);color:#fff}.share-popup-header.svelte-1v6vgrl h3:where(.svelte-1v6vgrl){margin:0}.share-popup-header.svelte-1v6vgrl .close-btn:where(.svelte-1v6vgrl){background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.share-popup-content.svelte-1v6vgrl{padding:1.5rem}.share-url.svelte-1v6vgrl{display:flex;margin-bottom:1.5rem}.share-url.svelte-1v6vgrl input:where(.svelte-1v6vgrl){flex:1;padding:.5rem;border:1px solid #ddd;border-radius:4px 0 0 4px;font-size:.9rem}.share-url.svelte-1v6vgrl button:where(.svelte-1v6vgrl){background-color:#232220;color:#fff;border:none;padding:.5rem 1rem;border-radius:0 4px 4px 0;cursor:pointer;font-weight:600}.share-url.svelte-1v6vgrl button:where(.svelte-1v6vgrl):hover{background-color:color.adjust(#232220,$lightness: -10%)}.share-buttons.svelte-1v6vgrl{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl){display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border:none;border-radius:4px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl) svg:where(.svelte-1v6vgrl){width:20px;height:20px}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl).whatsapp{background-color:#25d366}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl).whatsapp:hover{background-color:color.adjust(#25d366,$lightness: -10%)}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl).telegram{background-color:#08c}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl).telegram:hover{background-color:color.adjust(#0088cc,$lightness: -10%)}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl).facebook{background-color:#1877f2}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl).facebook:hover{background-color:color.adjust(#1877f2,$lightness: -10%)}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl).instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}.share-buttons.svelte-1v6vgrl .share-btn:where(.svelte-1v6vgrl).instagram:hover{opacity:.9}@media (max-width: 576px){.share-buttons.svelte-1v6vgrl{grid-template-columns:1fr}}
