.rp-share-sheet{position:fixed;inset:0;z-index:1300;display:flex;align-items:flex-end;justify-content:center;padding:0}.rp-share-sheet[hidden]{display:none!important}body.rp-share-open{overflow:hidden}.rp-share-sheet__backdrop{position:absolute;inset:0;background:rgba(36,20,7,.58);backdrop-filter:blur(2px)}.rp-share-sheet__panel{position:relative;z-index:1;width:min(440px,100%);max-height:90vh;overflow:auto;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;background:linear-gradient(180deg,#fffdf9 0%,#fff6ea 100%);border:2px solid #e8d4b8;border-bottom:0;box-shadow:0 -10px 44px rgba(74,46,25,.22);animation:rp-share-slide-up .24s ease-out}@media(min-width:560px){.rp-share-sheet{align-items:center;padding:20px}.rp-share-sheet__panel{border-radius:24px;border-bottom:2px solid #e8d4b8;box-shadow:0 22px 52px rgba(74,46,25,.26)}}@keyframes rp-share-slide-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rp-share-sheet__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.rp-share-sheet__title{margin:0;font:900 1.12rem "baloo 2",Nunito,sans-serif;color:#a9752b;letter-spacing:.01em}.rp-share-sheet__close{display:grid;place-items:center;width:38px;height:38px;border:2px solid #ecdcc0;border-radius:999px;background:#fff;color:#6b5540;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.rp-share-sheet__close:hover{background:#fff1e4;border-color:#d7902f;color:#f47a20}.rp-share-sheet__close svg{width:18px;height:18px}.rp-share-sheet__card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;align-items:center;margin-bottom:14px;padding:10px;border-radius:16px;background:#fff;border:1.5px solid #ecdcc0;box-shadow:0 4px 14px rgba(167,117,43,8%)}.rp-share-sheet__card:not(.has-image){grid-template-columns:52px minmax(0,1fr)}.rp-share-sheet__thumb-wrap{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:linear-gradient(145deg,#fff1e4,#f3e4c8);border:1.5px solid #ecdcc0}.rp-share-sheet__card.has-image .rp-share-sheet__thumb-wrap{aspect-ratio:4/3}.rp-share-sheet__thumb{display:block;width:100%;height:100%;object-fit:cover}.rp-share-sheet__card:not(.has-image) .rp-share-sheet__thumb{display:none}.rp-share-sheet__thumb-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:1.6rem}.rp-share-sheet__card.has-image .rp-share-sheet__thumb-fallback{display:none}.rp-share-sheet__card-body{min-width:0}.rp-share-sheet__preview{margin:0 0 6px;font:800 .86rem Nunito,sans-serif;color:#4a2e19;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.rp-share-sheet__url{margin:0;font:700 .68rem Nunito,sans-serif;color:#a08060;word-break:break-all;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rp-share-sheet__hint{margin:0 0 10px;font:800 .72rem Nunito,sans-serif;color:#9a6b2e;text-transform:uppercase;letter-spacing:.06em}.rp-share-sheet__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 6px}.rp-share-opt{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;padding:10px 6px;border:1.5px solid transparent;border-radius:16px;background:0 0;cursor:pointer;color:#4a2e19;font:800 .72rem Nunito,sans-serif;text-align:center;min-width:0;transition:background .15s,border-color .15s,transform .12s}.rp-share-opt:hover{background:rgba(255,241,228,.9);border-color:#ecdcc0;transform:translateY(-1px)}.rp-share-opt:active{transform:translateY(0)}.rp-share-opt__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:999px;color:#fff;box-shadow:0 4px 12px rgba(74,46,25,.14),inset 0 0 0 1px rgba(255,255,255,.22)}.rp-share-opt__icon svg{width:26px;height:26px}.rp-share-opt__label{line-height:1.15;max-width:100%}.rp-share-opt--whatsapp .rp-share-opt__icon{background:linear-gradient(145deg,#3ddb76,#25d366)}.rp-share-opt--facebook .rp-share-opt__icon{background:linear-gradient(145deg,#3d8bff,#1877f2)}.rp-share-opt--instagram .rp-share-opt__icon{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.rp-share-opt--x .rp-share-opt__icon{background:linear-gradient(145deg,#333,#111)}.rp-share-opt--telegram .rp-share-opt__icon{background:linear-gradient(145deg,#4db8ef,#26a5e4)}.rp-share-opt--copy .rp-share-opt__icon{background:linear-gradient(180deg,#fffaf3,#f3eee3);color:#6b5540;box-shadow:0 4px 12px rgba(74,46,25,8%),inset 0 0 0 1.5px rgba(107,85,64,.18)}.rp-share-opt--native .rp-share-opt__icon{background:linear-gradient(145deg,#ffd68a,#ff8a1f);color:#4a2e19}