.share-modal .ds-modal__title{font-size:24px;line-height:1.3}.share-modal__container{display:flex;flex-direction:column;text-align:center}.share-modal__section{width:100%;margin-bottom:32px}.share-modal__section:first-child{margin-bottom:40px}.share-modal__section:last-child{margin-bottom:16px}.share-modal__section-title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:var(--content-content-primary);margin:0 0 16px;text-align:left}.share-modal__input-wrapper{display:flex;gap:12px;align-items:center;padding:12px 16px;background:var(--ui-ui-bg-tertiary);border-radius:12px;border:1px solid var(--ui-ui-stroke-primary)}.share-modal__input-wrapper .ds-input-container{flex:1;margin:0}.share-modal__input-wrapper .ds-input-wrapper{background:transparent;border:none;padding:0}.share-modal__input-wrapper .ds-input__field{background:transparent;border:none;padding:0;height:auto}.share-modal__copy-button{display:flex;align-items:center;justify-content:center;background:var(--ui-ui-bg-secondary);border:1px solid var(--ui-ui-stroke-primary);border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--content-content-secondary);padding:8px;width:36px;height:36px;flex-shrink:0}.share-modal__copy-button:hover{background:var(--ui-ui-bg-primary);border-color:var(--ui-ui-stroke-secondary);color:var(--content-content-primary)}.share-modal__copy-button:active{transform:scale(.95)}.share-modal__copy-button svg{width:20px;height:20px}.share-modal__social-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.share-modal__social-button{display:flex;flex-direction:column;align-items:center;background:transparent;border:none;cursor:pointer;padding:0;border-radius:50%;transition:transform .2s ease}.share-modal__social-button:hover{transform:scale(1.1)}.share-modal__social-button:active{transform:scale(.95)}.share-modal__social-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center}.share-modal__social-icon--facebook{background:#1877f2;color:#fff}.share-modal__social-icon--x{background:#000;color:#fff}.share-modal__social-icon--whatsapp{background:#25d366;color:#fff}.share-modal__social-icon--reddit{background:#ff4500;color:#fff}.share-modal__social-icon--linkedin{background:#0a66c2;color:#fff}@media (max-width:640px){.share-modal__social-grid{grid-template-columns:repeat(5,1fr);gap:8px}.share-modal__social-icon{width:44px;height:44px}}