.im-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:rgba(15,23,42,.4);justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out imFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.im-modal{scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent;background:#fff;border-radius:1.5rem;width:100%;max-width:480px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) imSlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.im-modal::-webkit-scrollbar{width:4px}.im-modal::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.im-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.im-title-group{align-items:center;gap:1rem;display:flex}.im-icon-box{background:rgba(var(--primary-rgb), .1);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.im-title-group h3{color:var(--dark);margin:0;font-size:1.25rem;font-weight:700}.im-title-group p{color:#64748b;margin:0;font-size:.875rem}.im-close{color:#94a3b8;cursor:pointer;background:#f8fafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.im-close:hover{color:var(--dark);background:#f1f5f9;transform:rotate(90deg)}.im-content{padding:1.5rem}.im-promo-card{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;box-shadow:0 10px 15px -3px rgba(var(--primary-rgb), .3);border-radius:1rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem;display:flex}.im-promo-text h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.im-promo-text p{opacity:.9;max-width:240px;font-size:.8rem;line-height:1.4}.im-send-icon{opacity:.8;transform:rotate(-15deg)}.im-section{margin-bottom:1.5rem}.im-section label{color:#475569;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:block}.im-copy-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;gap:.5rem;padding:.5rem;display:flex}.im-copy-box input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;padding:.25rem .5rem;font-family:monospace;font-size:.875rem}.im-copy-box button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.im-copy-box button.im-copied{background:#10b981}.im-copy-box button:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.im-share-sheet{grid-template-columns:repeat(5,1fr);gap:1rem .5rem;padding:.5rem 0;display:grid}.im-share-option{flex-direction:column;align-items:center;gap:.6rem;text-decoration:none;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex}.im-share-option:hover{transform:translateY(-5px)}.im-share-icon-wrapper{width:52px;height:52px;color:var(--brand-color);background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.im-share-option:hover .im-share-icon-wrapper{background:var(--brand-color);color:#fff;border-color:var(--brand-color);box-shadow:0 10px 15px -3px rgba(var(--brand-color-rgb,0, 0, 0), .2)}.im-share-name{color:#64748b;text-align:center;white-space:nowrap;font-size:.75rem;font-weight:600}.im-footer-actions{border-top:1px solid #f1f5f9;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.im-btn-native,.im-btn-qr,.im-btn-back{cursor:pointer;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.im-btn-native{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0}.im-btn-native:hover{background:#f1f5f9}.im-btn-qr{color:var(--primary);border:1px solid var(--primary);background:#fff}.im-btn-qr:hover{background:rgba(var(--primary-rgb), .05)}.im-qr-section{text-align:center;padding:1rem 0;animation:.3s ease-out imFadeIn}.im-qr-container{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;justify-content:center;align-items:center;width:180px;height:180px;margin:0 auto 1.5rem;padding:1rem;display:flex}.im-qr-container img{width:100%;height:100%}.im-qr-section h4{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.im-qr-section p{color:#64748b;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.im-btn-back{background:var(--primary);color:#fff;border:none;width:auto;min-width:160px;margin:0 auto}@keyframes imFadeIn{0%{opacity:0}to{opacity:1}}@keyframes imSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.im-social-grid{grid-template-columns:repeat(4,1fr)}.im-social-item:last-child{display:none}}
