.support-container{max-width:800px;margin:0px auto;background:#fff;padding:30px 25px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.08);margin-top:5px;}.SubTitle{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:600;padding:10px 16px;margin-bottom:30px;background:rgba(2,86,159,0.08);border:1px solid rgba(198,220,239,0.4);border-radius:10px;color:#010c19;}.SubTitle h2{margin:0;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:700;color:var(--primary-color);}.SubTitle .description{margin-top:6px;font-size:clamp(0.85rem,2.5vw,0.95rem);max-width:900px;line-height:1.5;color:#2b2b2b;}.donation-item{margin-top:10px;padding:12px 10px;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;box-shadow:0 4px 15px rgba(0,0,0,0.05);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;transition:transform 0.3s ease,box-shadow 0.3s ease;}.donation-item:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,0.1);}.asset-name{font-weight:600;color:#222;display:flex;align-items:center;gap:8px;}.asset-name img{width:24px;height:24px;}.address-container{display:flex;align-items:center;flex:1;margin:0 10px;min-width:80px;background:#f4f4fc;border-radius:6px;padding:5px 10px;word-break:break-all;}.address{flex:1;font-family:monospace;font-size:14px;}.copy-icon{width:22px;height:22px;cursor:pointer;margin-left:10px;opacity:0.7;transition:transform 0.2s ease,opacity 0.2s ease;}.copy-icon:hover{transform:scale(1.1);opacity:1;}.copied-message{display:none;font-size:0.9em;color:#4CAF50;margin-left:10px;}.paypal-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:10px;text-decoration:none;gap:12px;}.paypal-link img{width:90px;height:auto;transition:transform 0.2s ease;}.paypal-link button{padding:1px 5px;background:none;color:#0070ba;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:transform 0.2s ease,opacity 0.2s ease;text-decoration:none;font-size:20px;margin-right:19px;}.paypal-link button:hover{transform:scale(1.01);opacity:0.9;}.support-footer{margin-top:20px;text-align:center;font-size:0.9em;color:#888;}@media (max-width:600px){.donation-item{flex-direction:column;align-items:flex-start;}.address-container{width:99%;margin:7px 0;}.address{position:relative;width:100%;margin:8px 0;}.asset-name img{width:20px;height:20px;}.paypal-link img{width:80px;}}