.support-page{overflow:auto;padding:32px;margin:0 auto;font-family:inherit;scrollbar-width:thin;scrollbar-color:#3282b8 #bbe1fa}.support-page::-webkit-scrollbar{width:8px}.support-page::-webkit-scrollbar-track{background:#bbe1fa;border-radius:10px}.support-page::-webkit-scrollbar-thumb{background:#3282b8;border-radius:10px;-webkit-transition:.3s ease;transition:.3s ease}.support-page::-webkit-scrollbar-thumb:active,.support-page::-webkit-scrollbar-thumb:hover{background:#0f4c75}.support-page__title{font-size:32px;font-weight:700;margin-bottom:32px;color:#0f4c75;text-align:center}.support-page__section{margin-bottom:40px}.support-page__section:last-of-type{margin-bottom:32px}.support-page__section-title{font-size:24px;font-weight:600;margin-bottom:16px;color:#0f4c75;border-bottom:2px solid #3282b8;padding-bottom:8px}.support-page__text{line-height:1.6;margin-bottom:16px;color:#393e46}.support-page__contact-list,.support-page__funding-list{list-style:none;padding:0;margin:16px 0}.support-page__contact-item,.support-page__funding-item{margin-bottom:12px;padding:8px;background-color:#bbe1fa;border-radius:6px;border-left:4px solid #3282b8}.support-page__funding-item{border-left-color:#0f4c75}.support-page__link{color:#3282b8;text-decoration:underline;transition:color .2s ease}.support-page__link:hover{color:#0f4c75}.support-page__donation-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:32px;gap:32px;margin:32px 0}.support-page__donation-method{background-color:#f7fbfc;border:2px solid #bbe1fa;border-radius:12px;padding:24px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.support-page__donation-method:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.support-page__donation-title{font-size:20px;font-weight:600;margin-bottom:16px;color:#0f4c75}.support-page__qr-placeholder{border:2px solid #3282b8;border-radius:8px;padding:16px;display:flex;align-items:center;justify-content:center;max-width:200px;margin:0 auto;box-shadow:0 4px 16px rgba(50,130,184,.15)}.support-page__qr-image{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);max-width:100%;height:auto}.support-page__footer{text-align:center;font-size:18px;line-height:1.6;color:#0f4c75;background-color:#bbe1fa;padding:24px;border-radius:8px;border:2px solid #3282b8}@media(max-width:768px){.support-page{padding:16px 16px 100px}.support-page__title{font-size:28px;margin-bottom:24px}.support-page__section-title{font-size:20px}.support-page__donation-methods{grid-template-columns:1fr;gap:16px}.support-page__donation-method{padding:16px}.support-page__qr-placeholder{padding:16px;max-width:180px}}