.donate-page{--donate-radius: 10px}.donate-page .donate-intro{display:flex;gap:clamp(28px,5vw,70px);align-items:flex-start}@media screen and (max-width: 1200px){.donate-page .donate-intro{flex-direction:column}}.donate-page .donate-intro .color-gold{color:rgb(236.0816,204.748,126.1184)}.donate-page .donate-intro p{line-height:1.7}.donate-page .donate-intro-copy{flex:1 1 0;min-width:0}.donate-page .donate-methods{flex:0 1 370px;display:flex;flex-direction:column;gap:14px}@media screen and (max-width: 1200px){.donate-page .donate-methods{flex-direction:row;flex:unset;flex-wrap:wrap}}.donate-page .donate-method{display:flex;gap:16px;align-items:center;padding:clamp(16px,2.6vw,24px);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--donate-radius);background:linear-gradient(180deg, rgba(34, 38, 47, 0.96), rgba(26, 29, 39, 0.96));color:inherit;text-decoration:none;box-shadow:0 8px 26px rgba(0,0,0,.18);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.donate-page .donate-method:hover,.donate-page .donate-method:focus-visible{border-color:rgba(0,153,255,.56);box-shadow:0 12px 34px rgba(0,0,0,.28)}.donate-page .donate-method-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:56px;height:56px;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;background:hsla(0,0%,100%,.06)}@media screen and (max-width: 400px){.donate-page .donate-method-icon{width:48px;height:48px}}.donate-page .donate-method-icon img{display:block;width:55%;height:auto}.donate-page .donate-method-copy{min-width:0;flex:1 1 auto}.donate-page .donate-method-title{display:block;color:#e4e6eb;font-family:"Montserrat",sans-serif;font-size:1.16rem;font-weight:800;line-height:1.2}@media screen and (max-width: 400px){.donate-page .donate-method-title{font-size:1.05rem}}.donate-page .donate-method-url{display:block;margin-top:6px;color:#a0a6b4;font-size:.93rem;overflow-wrap:anywhere}@media screen and (max-width: 400px){.donate-page .donate-method-url{font-size:.83rem}}.donate-page .donate-method-arrow{flex:0 0 auto;width:1.35rem;height:1.35rem;color:rgba(228,230,235,.72)}.donate-page .note-callout{background:#1a1d27;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:15px clamp(16px,2.5vw,24px);margin-top:1.2em;margin-bottom:0;font-size:.88rem}.donate-page .note-callout.gold{background:rgba(218,165,32,.15);border-color:rgba(218,165,32,.3)}.donate-page .note-callout p:first-child{margin-top:0}.donate-page .note-callout p:last-child{margin-bottom:0}