[data-theme=light] .donate-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=light] .donate-funding li{background:var(--bg-secondary);color:var(--text-primary)}[data-theme=light] .donate-thanks{color:var(--text-muted)}[data-theme=dark] .donate-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .donate-funding li{background:var(--bg-secondary);color:var(--text-primary)}[data-theme=dark] .donate-thanks{color:var(--text-muted)}.donate-page{max-width:500px;margin:40px auto;padding:2rem;padding-bottom:4rem;background:#fff;border-radius:16px;border:1px solid var(--border-color);position:relative}.donate-intro h1{font-size:2rem;margin-bottom:.5rem}.donate-intro p{margin-bottom:1.5rem;padding-right:85px}.donate-ilustration{position:absolute;top:5%;right:2.5%;max-width:150px}.donate-funding{margin-bottom:2rem}.donate-funding h2{font-size:1.2rem;color:#3182ce;margin-bottom:.5rem}.funding-cards{display:flex;flex-direction:column;gap:1rem}.funding-card{position:relative;border-radius:var(--radius-xl,.75rem);box-shadow:var(--shadow-md,0 4px 6px -1px rgb(0 0 0/.4));padding:1.25rem 1rem 1.25rem 1.25rem;background:var(--bg-secondary);min-height:64px;border:1px solid var(--border-color);margin:0}.funding-card-content{font-size:1.08em;color:var(--text-primary);display:block;margin-bottom:.5em}.funding-card .copy-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);margin-left:0;z-index:2}.funding-value{font-family:var(--font-mono,monospace);user-select:all}.copy-btn{background:var(--accent-primary);color:var(--text-primary);border:none;border-radius:var(--radius-md,.375rem);padding:.25em .75em;font-size:.95em;margin-left:.5em;cursor:pointer;transition:background .15s,color .15s}.copy-btn:hover,.copy-btn:focus{background:#2563eb;color:#fff;outline:none}.donate-paypal{margin-bottom:2rem}.donate-paypal h2{font-size:1.2rem;color:#0070ba;margin-bottom:.5rem}.donate-paypal .funding-card{margin-bottom:1rem;box-shadow:none}.paypal-btn{display:inline-flex;align-items:center;gap:.75rem;background-color:#ffc439;color:#003087;border:none;border-radius:var(--radius-lg);padding:.5rem 1.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s;text-decoration:none}.paypal-btn:hover{background-color:#f2b930;color:#003087}.paypal-btn i{font-size:1.5rem}.donate-qr{text-align:center;margin-bottom:2rem}.donate-qr h2{font-size:1.2rem;color:#38a169;margin-bottom:1rem}.qr-image{width:200px;height:200px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);background:#edf2f7;margin:auto}.donate-thanks{text-align:center;color:#718096;font-size:1rem;margin-top:1.5rem}.donate-back-home{position:absolute;bottom:-20px;left:0;right:0;justify-content:center;text-align:center}.donate-back-home a{display:inline-block;background:var(--accent-secondary);color:var(--text-primary);padding:.5rem 1rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;box-shadow:var(--shadow-sm);transition:background .15s,color .15s}.donate-back-home a:hover,.donate-back-home a:focus{background:#059669;color:#fff;outline:none}@media(max-width:600px){.donate-page{border:0}.donate-ilustration{position:static;width:100%;height:auto;margin-bottom:var(--space-1)}.donate-intro p{padding-right:0}.funding-cards{gap:.75rem}.funding-card{padding:1rem;min-height:56px}.funding-card .copy-btn{right:.75rem}.qr-image{width:150px;height:150px}.donate-back-home{position:static;margin-top:1.5rem}}