.share-modal{position:fixed;inset:0;z-index:820;display:none;place-items:center;padding:20px;background:#020307e8;backdrop-filter:blur(14px)}
.share-modal.open{display:grid}
.share-shell{position:relative;width:min(650px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:28px;border:1px solid #6d3036;border-radius:20px;background:radial-gradient(circle at 90% 0,#37151a,#0c131d 42%);box-shadow:0 35px 100px #000}
.share-shell>.close{position:absolute;right:17px;top:17px}
.share-brand{display:flex;align-items:center;gap:12px;padding-right:45px}.share-brand>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#c41119;color:#fff;font-size:11px;font-weight:900;box-shadow:0 0 22px #ed202655}
.share-brand p{margin:0;color:#ef3038;font-size:8px;font-weight:900;letter-spacing:1.4px}.share-brand h2{margin:5px 0 0;font-size:25px}
.share-preview{margin:20px 0 14px;padding:14px;border:1px solid #303c4d;border-radius:12px;background:#101925}.share-preview strong,.share-preview span,.share-preview small{display:block}.share-preview strong{font-size:17px}.share-preview span{margin-top:6px;color:#4be0a9;font-size:12px;font-weight:900}.share-preview small{margin-top:5px;color:#8f9cac;font-size:9px}
.share-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.share-option{min-height:72px;padding:13px;border:1px solid #354153;border-radius:11px;background:#121b27;color:#fff;text-align:left;cursor:pointer}.share-option:hover{border-color:#ef3038;background:#21151b}.share-option b,.share-option span{display:block}.share-option b{font-size:10px;letter-spacing:.8px}.share-option span{margin-top:5px;color:#929eae;font-size:9px;line-height:1.4}.share-option.whatsapp{border-color:#267b5d}.share-option.whatsapp b{color:#48dda5}.share-feedback{min-height:17px;margin:13px 0 0;color:#4be0a9;font-size:9px;text-align:center}.share-option.device[hidden]{display:none}
@media(max-width:560px){.share-modal{padding:0}.share-shell{width:100%;height:100dvh;max-height:none;border:0;border-radius:0;padding:20px 15px}.share-options{grid-template-columns:1fr}.share-option{min-height:62px}.share-brand h2{font-size:22px}}
