.social-share{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;margin:2rem 0}.social-share-label{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.social-share-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.social-share-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1px solid #e5e7eb;border-radius:6px;background:white;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.social-share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.social-share-btn:active{transform:translateY(0)}.social-share-btn svg{flex-shrink:0}.social-share-btn.twitter{color:#1da1f2;border-color:#1da1f2}.social-share-btn.twitter:hover{background:#1da1f2;color:white}.social-share-btn.facebook{color:#1877f2;border-color:#1877f2}.social-share-btn.facebook:hover{background:#1877f2;color:white}.social-share-btn.linkedin{color:#0a66c2;border-color:#0a66c2}.social-share-btn.linkedin:hover{background:#0a66c2;color:white}.social-share-btn.reddit{color:#ff4500;border-color:#ff4500}.social-share-btn.reddit:hover{background:#ff4500;color:white}.social-share-btn.email{color:#6b7280;border-color:#6b7280}.social-share-btn.email:hover{background:#6b7280;color:white}.social-share-btn.copy{color:#10b981;border-color:#10b981}.social-share-btn.copy.copied,.social-share-btn.copy:hover{background:#10b981;color:white}.social-share-btn.copy.copied{border-color:#10b981}@media (max-width:640px){.social-share-buttons{flex-direction:column}.social-share-btn{width:100%;justify-content:center}}.toast{position:fixed;z-index:10000;min-width:300px;max-width:500px;padding:1rem 1.25rem;background:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;gap:.75rem;animation:toastSlideIn .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out}.toast-exiting{opacity:0;transform:translateY(20px);pointer-events:none}.toast-content{display:flex;align-items:center;gap:.75rem;width:100%}.toast-icon{font-size:1.25rem;font-weight:700;flex-shrink:0;line-height:1}.toast-message{flex:1 1;font-size:.9375rem;line-height:1.5;color:#1f2937}.toast-success{border-left:4px solid #10b981;background:#f0fdf4}.toast-success .toast-icon{color:#10b981}.toast-error{border-left:4px solid #ef4444;background:#fef2f2}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-left:4px solid #f59e0b;background:#fffbeb}.toast-warning .toast-icon{color:#f59e0b}.toast-info{border-left:4px solid #3b82f6;background:#eff6ff}.toast-info .toast-icon{color:#3b82f6}.toast-top-right{top:1.5rem;right:1.5rem}.toast-top-center{top:1.5rem;left:50%;transform:translateX(-50%)}.toast-bottom-right{bottom:1.5rem;right:1.5rem}.toast-bottom-center{bottom:1.5rem;left:50%;transform:translateX(-50%)}.toast-bottom-left{bottom:1.5rem;left:1.5rem}.toast-bottom-center.toast-exiting,.toast-bottom-left.toast-exiting,.toast-bottom-right.toast-exiting{transform:translateY(20px)}.toast-top-center.toast-exiting,.toast-top-right.toast-exiting{transform:translateY(-20px)}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.toast{min-width:auto;max-width:calc(100% - 2rem);left:1rem;right:1rem;transform:none!important}.toast-bottom-center,.toast-bottom-left,.toast-bottom-right{left:1rem;right:1rem;transform:none}.toast-bottom-center.toast-exiting,.toast-bottom-left.toast-exiting,.toast-bottom-right.toast-exiting{transform:translateY(20px)}}