.trynez-share-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#00000080;backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.trynez-share-overlay--visible{opacity:1;visibility:visible}.trynez-share-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:480px;width:92%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;animation:trynez-share-modal-in .3s ease}@keyframes trynez-share-modal-in{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.trynez-share-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.trynez-share-modal-title{margin:0;font-size:18px;font-weight:600;color:#111827}.trynez-share-modal-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px 8px;border-radius:8px;line-height:1;transition:background .15s,color .15s}.trynez-share-modal-close:hover{background:#f3f4f6;color:#111827}.trynez-share-modal-preview{padding:16px 20px;display:flex;justify-content:center;align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;overflow:hidden;min-height:120px}.trynez-share-preview-img{display:block;max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 12px #00000014}.trynez-share-preview-loading{padding:32px 16px;color:#6b7280;font-size:14px;text-align:center}.trynez-share-modal-actions{padding:16px 20px 20px}.trynez-share-social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.trynez-share-social-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 4px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:background .15s,border-color .15s,transform .1s;font-size:11px;color:#374151;line-height:1.2}.trynez-share-social-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.trynez-share-social-btn:active{transform:translateY(0)}.trynez-share-social-btn svg{flex-shrink:0}.trynez-share-twitter{color:#000}.trynez-share-twitter svg{color:#000}.trynez-share-facebook{color:#1877f2}.trynez-share-facebook svg{color:#1877f2}.trynez-share-whatsapp{color:#25d366}.trynez-share-whatsapp svg{color:#25d366}.trynez-share-telegram{color:#08c}.trynez-share-telegram svg{color:#08c}.trynez-share-wechat{color:#07c160}.trynez-share-wechat svg{color:#07c160}.trynez-share-weibo{color:#e6162d}.trynez-share-weibo svg{color:#e6162d}.trynez-share-line{color:#00b900}.trynez-share-line svg{color:#00b900}.trynez-share-modal-bottom-actions{display:flex;gap:8px}.trynez-share-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:background .15s,border-color .15s}.trynez-share-action-btn:hover{background:#f9fafb;border-color:#d1d5db}.trynez-share-download{background:#111827;color:#fff;border-color:#111827}.trynez-share-download:hover{background:#1f2937;border-color:#1f2937}.trynez-share-download svg{stroke:#fff}@media(max-width:480px){.trynez-share-social-grid{grid-template-columns:repeat(4,1fr);gap:6px}.trynez-share-social-btn{padding:10px 2px;font-size:10px}.trynez-share-modal{width:96%;max-height:94vh;border-radius:12px}}[dir=rtl] .trynez-share-modal{direction:rtl}[dir=rtl] .trynez-share-modal-header{flex-direction:row-reverse}[data-cyber-theme=dark] .trynez-share-overlay{background:#050816b3}[data-cyber-theme=dark] .trynez-share-modal{background:var(--cyber-deep-navy);box-shadow:0 20px 60px #00000080,0 0 0 1px var(--cyber-glass-border);color:var(--cyber-text-primary)}[data-cyber-theme=dark] .trynez-share-modal-header{border-bottom-color:var(--cyber-glass-border)}[data-cyber-theme=dark] .trynez-share-modal-title{color:var(--cyber-text-primary)}[data-cyber-theme=dark] .trynez-share-modal-close{color:var(--cyber-text-secondary)}[data-cyber-theme=dark] .trynez-share-modal-close:hover{background:#05d9e814;color:var(--cyber-text-primary)}[data-cyber-theme=dark] .trynez-share-modal-preview{background:#05081680;border-bottom-color:var(--cyber-glass-border)}[data-cyber-theme=dark] .trynez-share-preview-img{box-shadow:0 2px 12px #0006}[data-cyber-theme=dark] .trynez-share-preview-loading{color:var(--cyber-text-secondary)}[data-cyber-theme=dark] .trynez-share-social-btn{background:var(--cyber-surface);border-color:var(--cyber-glass-border);color:var(--cyber-text-secondary)}[data-cyber-theme=dark] .trynez-share-social-btn:hover{background:var(--cyber-surface-hover);border-color:var(--cyber-glass-hover-border);color:var(--cyber-text-primary)}[data-cyber-theme=dark] .trynez-share-action-btn{background:var(--cyber-surface);border-color:var(--cyber-glass-border);color:var(--cyber-text-secondary)}[data-cyber-theme=dark] .trynez-share-action-btn:hover{background:var(--cyber-surface-hover);border-color:var(--cyber-glass-hover-border)}[data-cyber-theme=dark] .trynez-share-download{background:var(--cyber-btn-primary-bg);color:var(--cyber-btn-primary-text);border-color:var(--cyber-btn-primary-bg)}[data-cyber-theme=dark] .trynez-share-download:hover{background:var(--cyber-electric-blue);border-color:var(--cyber-electric-blue);opacity:.9}[data-cyber-theme=dark] .trynez-share-download svg{stroke:var(--cyber-btn-primary-text)}
