@keyframes slideIn{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(400px);opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica","Arial",sans-serif;background:#fafafa;color:#333;display:flex;flex-direction:column;align-items:center;min-height:100vh}header{text-align:center;padding:2rem 1rem 1rem}h1{margin:0 0 .5rem;font-size:2rem;color:#444}.subtitle{margin:0;font-size:1rem;color:#666;font-weight:400}.intro-section{margin-bottom:1.5rem;padding:1rem;background:#f0f7ff;border-radius:8px;border-left:4px solid #2196f3}.intro-text{margin:0;font-size:.95rem;line-height:1.6;color:#555}main{max-width:700px;width:90%;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-bottom:1rem}#phrase{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;min-height:80px}button{padding:.75rem 1.5rem;font-size:1rem;border:0;border-radius:4px;cursor:pointer;background:#4caf50;color:#fff;transition:background .2s ease}button:hover{background:#45a049}#copyBtn{background:#2196f3;margin-left:.5rem}#copyBtn:hover{background:#1e88e5}.vote-container{display:none;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.vote-container.visible{display:block}.vote-question{font-size:.95rem;color:#666;margin-bottom:.75rem}.vote-buttons{display:flex;gap:.5rem}.vote-btn{padding:.5rem 1rem;font-size:1.5rem;background:#f5f5f5;color:#666;border:2px solid #ddd}.vote-btn:hover{background:#e0e0e0}.vote-btn.voted{background:#e8f5e9}#thumbsUp.voted,.vote-btn.voted{border-color:#4caf50}#thumbsDown.voted{border-color:#f44336;background:#ffebee}.stats{margin-top:1rem;padding:1rem;background:#f9f9f9;border-radius:4px;font-size:.9rem;color:#666}.stats-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.stats-row:last-child{margin-bottom:0}footer{font-size:.85rem;margin-top:auto;padding:2rem 1rem;text-align:center;background:#2c3e50;width:100%}footer .container{max-width:1200px;margin:0 auto}footer .footer-content{display:flex;flex-direction:column;gap:1.5rem}footer .footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}footer .footer-link{color:#3498db;text-decoration:none;transition:color .2s ease;font-weight:500}footer .footer-link:hover{color:#5dade2;text-decoration:underline}footer .contact-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}footer .contact-item{display:flex;align-items:center;gap:.5rem;color:#bdc3c7}footer .contact-item svg{flex-shrink:0}footer .contact-item a{color:#bdc3c7;text-decoration:none}footer,footer .contact-item a:hover{color:#ecf0f1}footer .copyright{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}footer .copyright p{margin:0;color:#95a5a6;font-size:.8rem}.stats-link a,footer .copyright a{color:#3498db;text-decoration:none}.stats-link a:hover,footer .copyright a:hover{text-decoration:underline}.filter-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.filter-label{font-size:1.1rem;color:#444;margin:0 0 .75rem;display:block;font-weight:500}.filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem;background:#f5f5f5;color:#666;border:2px solid #ddd;transition:all .2s ease}.filter-btn:hover{background:#e8f5e9;border-color:#4caf50}.filter-btn.active{background:#4caf50;color:#fff;border-color:#4caf50}.suggestion-form,.suggestion-form input{border:1px solid #ffc107;border-radius:4px}.suggestion-form{display:none;margin-top:1rem;padding:1rem;background:#fff3cd}.suggestion-form.visible{display:block}.suggestion-form label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#856404}.suggestion-form input{width:100%;padding:.5rem;font-size:.9rem;box-sizing:border-box}.suggestion-form button{margin-top:.75rem;background:#ffc107;color:#333}.suggestion-form button:hover{background:#e0a800}.stats-link{text-align:center;margin-top:1rem}.stats-link a{color:#2196f3;font-size:.9rem}.donation-banner{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:.75rem 1rem;text-align:center;font-size:.9rem;box-shadow:0 2px 8px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.donation-banner-content{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.donation-banner strong,.donation-btn{font-weight:600}.donation-btn{background:rgba(255,255,255,.2);color:#fff;border:2px solid #fff;padding:.4rem 1rem;border-radius:20px;cursor:pointer;font-size:.85rem;transition:all .3s ease;text-decoration:none;display:inline-block}.donation-btn:hover{background:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.donation-section{background:#f8f9fa;padding:2rem;border-radius:8px;text-align:center;margin:2rem 0;border:2px dashed #ddd}.donation-section h3{margin:0 0 .5rem;color:#333;font-size:1.3rem}.donation-section p{margin:0 0 1.5rem;color:#666;font-size:.95rem}.donation-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.donation-button,.toast{color:#fff;align-items:center}.donation-button{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3);display:inline-flex;gap:.5rem}.donation-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.donation-button.secondary{background:linear-gradient(135deg,#f093fb 0,#f5576c 100%);box-shadow:0 4px 12px rgba(245,87,108,.3)}.donation-button.secondary:hover{box-shadow:0 6px 20px rgba(245,87,108,.4)}.toast{position:fixed;bottom:2rem;right:2rem;background:#323232;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.3);display:flex;gap:.75rem;animation:slideIn .3s ease;z-index:10000;font-size:.95rem}.toast.success{background:#4caf50}.toast.info{background:#2196f3}#copyBtn,#generateBtn{transition:all .3s ease}#generateBtn{background:#4caf50;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;box-shadow:0 4px 12px rgba(76,175,80,.3)}#generateBtn:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 6px 20px rgba(76,175,80,.4)}#generateBtn:active{transform:translateY(0)}#generateBtn.loading{opacity:.7;cursor:wait}#copyBtn{background:#fff;color:#2196f3;border:2px solid #2196f3;font-size:.9rem;padding:.65rem 1.3rem}#copyBtn:hover{background:#2196f3;color:#fff;transform:translateY(-2px)}#copyBtn:disabled{opacity:.5;cursor:not-allowed;border-color:#ccc;color:#ccc}#copyBtn.copied{background:#4caf50;border-color:#4caf50;color:#fff}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:1rem 0}.share-container{margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);animation:fadeIn .3s ease}.share-label{font-size:1rem;color:#333;margin-bottom:1rem;text-align:center;font-weight:600;letter-spacing:.3px}.share-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.share-btn-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.share-name{font-size:.85rem;color:#555;font-weight:600;letter-spacing:.3px}.share-btn{width:96px;height:96px;border-radius:20px;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);color:#fff;box-shadow:0 5px 18px rgba(0,0,0,.18);position:relative;overflow:hidden}.share-btn::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.share-btn:hover::before{width:120px;height:120px}.share-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 28px rgba(0,0,0,.28)}.share-btn:active{transform:translateY(-2px) scale(.98);transition:all .1s}.share-btn svg{width:45px;height:45px;position:relative;z-index:1;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.share-x{background:linear-gradient(135deg,#000 0,#434343 100%)}.share-x:hover{background:linear-gradient(135deg,#1a1a1a 0,#505050 100%)}.share-whatsapp{background:linear-gradient(135deg,#25d366 0,#128c7e 100%)}.share-whatsapp:hover{background:linear-gradient(135deg,#1eb855 0,#0d7a6e 100%)}.share-bluesky{background:linear-gradient(135deg,#0085ff 0,#06c 100%)}.share-bluesky:hover{background:linear-gradient(135deg,#0070db 0,#0055b3 100%)}.share-facebook{background:linear-gradient(135deg,#1877f2 0,#0d5dbf 100%)}.share-facebook:hover{background:linear-gradient(135deg,#0d65db 0,#0a4fa6 100%)}.share-instagram{background:linear-gradient(135deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.share-instagram:hover{background:linear-gradient(135deg,#d97e28 0,#cf5930 25%,#c91f38 50%,#b91d5c 75%,#a91078 100%);filter:brightness(1.1)}.pulse{animation:pulse 1.5s ease-in-out infinite}.donation-banner.hidden{display:none}.donation-banner .close-btn{background:rgba(255,255,255,.2);border:0;color:#fff;width:24px;height:24px;border-radius:50%;cursor:pointer;margin-left:1rem;font-size:1.2rem;line-height:1;transition:all .2s ease}.donation-banner .close-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}@media (max-width:768px){h1{font-size:1.5rem}main{width:95%;padding:1.5rem}#phrase{font-size:1.1rem;min-height:60px}.vote-btn,button{padding:.6rem 1.2rem;font-size:.95rem}#copyBtn{margin-left:0;margin-top:.5rem}.vote-btn{font-size:1.3rem;min-width:48px;min-height:48px}.filter-btn{padding:.6rem 1rem;min-height:44px}.filter-btn,.stats{font-size:.85rem}.suggestion-form input{font-size:16px}#generateBtn{font-size:1rem;padding:.8rem 1.5rem}.toast{bottom:1rem;right:1rem;left:1rem;font-size:.9rem;padding:.8rem 1rem}.donation-banner{font-size:.85rem;padding:.6rem 1rem}.donation-banner .close-btn{width:20px;height:20px;font-size:1rem;margin-left:.5rem}.share-container{padding:1.1rem;border-radius:13px}.share-btn{width:72px;height:72px;border-radius:16px}.share-btn svg{width:34px;height:34px}.share-buttons{gap:1rem}.share-btn-wrapper{gap:.4rem}.share-name{font-size:.8rem}}@media (max-width:480px){header{padding:1.5rem 1rem}h1{font-size:1.3rem}main{padding:1rem}#phrase{font-size:1rem}button{width:100%;margin-bottom:.5rem}#copyBtn{margin-left:0}.vote-buttons{flex-direction:column}.vote-btn{width:100%;justify-content:center}.stats-row{flex-direction:column;gap:.25rem}}