    /* --- 1. BASIC SETUP --- */
    .spenden-wrapper {
        margin: 0; padding: 0; width: 100%; min-height: 100vh;
        background: linear-gradient(135deg, #f43f5e 0%, #fb923c 50%, #ec4899 100%);
        color: #ffffff; font-family: 'Inter', sans-serif; overflow-x: hidden; position: relative; padding-bottom: 6rem;
    }

    /* --- 2. ANIMATED BACKGROUND --- */
    .bg-element { position: absolute; opacity: 0.1; pointer-events: none; animation: float 25s ease-in-out infinite; z-index: 0; color: #fff; }
    .bg-rocket { top: 10%; right: 10%; width: 150px; animation-duration: 20s; }
    .bg-heart-bg { bottom: 15%; left: 5%; width: 120px; animation-delay: 2s; }
    .bg-coin { top: 45%; left: 20%; width: 100px; animation-delay: 5s; opacity: 0.08; }
    @keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(5deg); } }

    /* --- 3. CONTAINER & HEADER --- */
    .main-container { position: relative; z-index: 10; max-width: 1100px; margin: 0 auto; padding: 4rem 1.5rem; }
    .spenden-header { text-align: center; margin-bottom: 3rem; }
    .header-icon { font-size: 4rem; margin-bottom: 1rem; display: inline-block; filter: drop-shadow(0 0 20px rgba(251, 146, 60, 0.4)); animation: pulse 3s infinite; }
    .spenden-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; margin: 0 0 1rem 0; color: #fff; line-height: 1.1; text-shadow: 0 2px 10px rgba(0,0,0,0.15); }
    .spenden-desc { font-size: 1.2rem; line-height: 1.6; color: rgba(255,255,255,0.95); max-width: 700px; margin: 0 auto 2rem auto; }
    @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }

    /* --- 4. DONATION HERO --- */
    .donation-hero-container { width: 100%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-radius: 24px; box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.4); color: #2d3748; margin-bottom: 4rem; }
    .donation-flex-wrapper { display: flex; flex-wrap: wrap; }
    
    .donation-info-col { flex: 1; min-width: 280px; padding: 40px; background: linear-gradient(135deg, #f8fafc, #e2e8f0); border-right: 1px solid #cbd5e1; }
    .info-header h3 { color: #0f172a; margin: 0 0 15px 0; font-size: 24px; font-weight: 800; }
    .info-header p { color: #475569; font-size: 15px; line-height: 1.6; margin-bottom: 25px; }

    .total-highlight { text-align: center; padding: 25px; background: linear-gradient(135deg, #f43f5e, #e11d48); color: white; border-radius: 16px; box-shadow: 0 10px 25px rgba(225, 29, 72, 0.3); margin-bottom: 30px; transition: transform 0.3s; }
    .total-highlight:hover { transform: scale(1.02); }

    .total-highlight span { display: block; font-size: 14px; font-weight: 600; opacity: 0.9; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 1px; }
    .total-highlight strong { font-size: 42px; font-weight: 900; display: block; line-height: 1; }
    .total-progress-meta { margin-top: 14px; text-align: left; }
    .total-progress-label { display: block; font-size: 12px; text-transform: none; letter-spacing: 0; opacity: 0.9; margin-bottom: 8px; }
    .total-progress-label strong { display: inline; font-size: 13px; font-weight: 800; }
    .total-progress-track { height: 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.22); border: 1px solid rgba(255, 255, 255, 0.3); overflow: hidden; }
    .total-progress-bar { height: 100%; width: 0; background: linear-gradient(90deg, #fde047, #86efac, #22d3ee); box-shadow: 0 0 12px rgba(255, 255, 255, 0.5); transition: width 0.5s ease; }
    .total-progress-copy { display: block; margin-top: 7px; font-size: 12px; opacity: 0.92; }

    .social-support-new { padding-top: 20px; border-top: 1px solid #cbd5e1; text-align: center; }
    .social-support-new h4 { color: #334155; font-size: 16px; margin-bottom: 10px; font-weight: 700; }
    .social-support-note { font-size: 13px; color: #64748b; margin-bottom: 15px; }
    .social-buttons-new { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 10px; }
    .social-buttons-new button { background: white; border: 1px solid #e2e8f0; color: #475569; padding: 12px; border-radius: 12px; font-weight: 600; font-size: 13px; cursor: pointer; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; gap: 5px; }
    .social-buttons-new button:hover { transform: translateY(-2px); border-color: #94a3b8; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }

    /* Payment Col */
    .donation-payment-col { flex: 1; min-width: 280px; padding: 40px; background: #fff; }
    .payment-options h3 { color: #0f172a; margin: 0 0 25px 0; font-size: 22px; font-weight: 700; text-align: center; }
    .payment-trust-list { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 0 0 18px 0; padding: 12px; border-radius: 12px; background: #f8fafc; border: 1px solid #e2e8f0; }
    .payment-trust-list span { color: #334155; font-size: 13px; font-weight: 600; }

    .amount-buttons { display: flex; gap: 12px; margin-bottom: 15px; justify-content: center; flex-wrap: wrap; }
    .amount-btn { background: #f1f5f9; border: 2px solid #e2e8f0; color: #475569; padding: 15px 25px; border-radius: 50px; cursor: pointer; font-weight: 700; font-size: 1.1rem; transition: all 0.2s ease; }
    .amount-btn:hover { border-color: #f43f5e; color: #f43f5e; }
    .amount-btn.active { background: #f43f5e; border-color: #f43f5e; color: white; box-shadow: 0 5px 15px rgba(244, 63, 94, 0.3); }

    .custom-amount-wrapper { position: relative; margin-bottom: 25px; max-width: 220px; margin-left: auto; margin-right: auto; }
    .custom-amount-wrapper input { width: 100%; padding: 12px 15px 12px 40px; border: 2px solid #e2e8f0; border-radius: 50px; font-size: 1rem; font-weight: 600; color: #334155; outline: none; text-align: center; transition: all 0.2s ease; font-family: inherit; }
    .custom-amount-wrapper input:focus { border-color: #f43f5e; box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.1); background: #fff; }
    .custom-amount-symbol { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #94a3b8; font-weight: bold; }

    .bank-btn { width: 100%; background: linear-gradient(135deg, #10b981, #059669); color: white; padding: 20px; border: none; border-radius: 16px; font-size: 17px; font-weight: 700; cursor: pointer; transition: transform 0.2s; box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3); margin-bottom: 30px; line-height: 1.35; }
    .bank-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(16, 185, 129, 0.4); }
    .payment-divider { margin: 30px 0; border: 0; border-top: 1px solid #e2e8f0; }
    .crypto-donate-label { text-align: center; color: #64748b; font-size: 13px; margin-bottom: 12px; font-weight: 600; }

    .crypto-buttons-list { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
    .crypto-btn-new { background: #fff; border: 1px solid #e2e8f0; color: #475569; padding: 8px 16px; border-radius: 50px; cursor: pointer; font-size: 13px; font-weight: 600; transition: all 0.2s; }
    .crypto-btn-new:hover { border-color: #f43f5e; color: #f43f5e; background: #fff1f2; }

    .moonpay-highlight { background: #eff6ff; border: 1px dashed #3b82f6; border-radius: 12px; padding: 15px; text-align: center; }
    .moonpay-highlight p { font-size: 13px; color: #1e40af; margin: 0; }

    /* --- 5. CARDS & SECTIONS --- */
    .content-card { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-radius: 24px; padding: 3rem; margin-bottom: 3rem; color: #2d3748; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
    .content-card h2 { color: #0f172a; font-size: 2rem; font-weight: 800; margin-bottom: 1.5rem; }
    .content-card h3 { color: #be123c; font-size: 1.5rem; font-weight: 700; margin: 2rem 0 1rem; border-bottom: 2px solid #e2e8f0; padding-bottom: 10px; }
    .content-card p { font-size: 1.05rem; line-height: 1.7; margin-bottom: 1.5rem; color: #475569; }
    
    .feature-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 20px; margin-bottom: 20px; display: flex; gap: 20px; align-items: flex-start; transition: transform 0.2s; }
    .feature-box:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .feature-icon { font-size: 2.5rem; min-width: 50px; text-align: center; }
    .feature-content h4 { margin: 0 0 5px 0; font-size: 1.1rem; color: #be123c; }
    .feature-content p { margin: 0; font-size: 0.95rem; color: #475569; }

    .voting-buttons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px; margin: 1.5rem 0; }
    .topic-vote-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: white; border: 2px solid #e2e8f0; color: #334155; padding: 15px; border-radius: 12px; text-align: center; text-decoration: none; font-weight: 700; transition: all 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
    .topic-vote-btn:hover { background: #fff1f2; border-color: #be123c; color: #be123c; transform: translateY(-2px); box-shadow: 0 8px 15px rgba(190, 18, 60, 0.1); }
    .topic-submit-wrapper { text-align: center; margin-top: 1rem; }
    .topic-submit-link { color: #be123c; font-weight: 600; text-decoration: none; }
    .topic-submit-link-btn { border: 1px solid #be123c; border-radius: 999px; background: #fff1f2; padding: 10px 16px; cursor: pointer; font-size: 0.95rem; }
    .topic-submit-link-btn:hover { background: #ffe4e6; }
    .topic-submit-note { margin: 10px auto 0; max-width: 620px; color: #64748b; font-size: 0.9rem; }

    .b2b-card { background: #f1f5f9; border: 2px solid #94a3b8; border-radius: 16px; padding: 2.5rem; margin-top: 3rem; }
    .b2b-card h3 { color: #334155; border-color: #94a3b8; }
    .service-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-top: 1.5rem; }
    .service-item-small { background: white; padding: 15px; border-radius: 10px; border: 1px solid #cbd5e1; display: flex; align-items: center; gap: 10px; font-weight: 600; color: #475569; }
    .cooperation-cta { margin-top: 2rem; text-align: center; }
    .amount-btn-dark { background: #334155; color: white; border-color: #334155; text-decoration: none; display: inline-block; }
    .amount-btn-dark:hover { border-color: #1e293b; color: white; }

    /* Donation Ticker */
    .donation-ticker-section { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(15px); border-radius: 20px; margin: 40px 0; padding: 40px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); position: relative; overflow: hidden; }
    .donation-list-container { height: 200px; overflow: hidden; position: relative; background: #f8fafc; border-radius: 15px; border: 1px solid #e2e8f0; }
    #donation-list { list-style: none; padding: 0; margin: 0; position: absolute; width: 100%; top: 0; }
    #donation-list li { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid #e2e8f0; background: white; font-size: 0.95rem; color: #334155; }
    #donation-list .amount { font-weight: 700; color: #10b981; font-family: 'Roboto Mono', monospace; }
    .donation-total-footer { text-align: center; margin-top: 20px; padding: 20px; background: white; border-radius: 15px; border: 1px solid #e2e8f0; }
    #total-all-time-amount { font-size: 2rem; font-weight: 900; color: #f43f5e; display: block; }

    /* LEADERBOARD */
    .leaderboard-section { margin-top: 3rem; text-align: center; }
    .leaderboard-title { margin-bottom: 0.5rem; }
    .leaderboard-grid { display: flex; flex-direction: column; gap: 10px; max-width: 600px; margin: 20px auto 0; }
    .leaderboard-item { display: flex; align-items: center; padding: 15px 20px; background: white; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 10px rgba(0,0,0,0.03); opacity: 0; transform: translateX(-20px); animation: slideIn 0.5s forwards; }
    .leaderboard-rank { font-size: 1.5rem; font-weight: 800; width: 40px; text-align: center; margin-right: 15px; color: #94a3b8; }
    .leaderboard-name { font-weight: 700; color: #334155; flex-grow: 1; text-align: left; font-size: 1.1rem; }
    .leaderboard-amount { font-weight: 700; color: #f43f5e; font-family: 'Roboto Mono', monospace; }
    
    .rank-1 { background: linear-gradient(135deg, #fffbeb, #fff1f2); border-color: #fcd34d; transform: scale(1.02); margin-bottom: 10px; }
    .rank-1 .leaderboard-rank { color: #d97706; text-shadow: 0 2px 0 rgba(0,0,0,0.1); font-size: 2rem; }
    
    @keyframes slideIn { to { opacity: 1; transform: translateX(0) scale(1); } }

    /* --- MODALS --- */
    .coffee-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.8); backdrop-filter: blur(5px); display: flex; justify-content: center; align-items: center; z-index: 9999; opacity: 0; visibility: hidden; transition: all 0.3s; }
    .coffee-modal-overlay.visible { opacity: 1; visibility: visible; }
    .coffee-modal-content { background: white; width: 90%; max-width: 500px; padding: 2rem; border-radius: 20px; position: relative; box-shadow: 0 25px 50px rgba(0,0,0,0.3); color: #334155; transform: scale(0.9); transition: transform 0.3s; text-align: center; }
    .coffee-modal-overlay.visible .coffee-modal-content { transform: scale(1); }
    .coffee-modal-close { position: absolute; top: 15px; right: 20px; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #94a3b8; }
    
    .coffee-modal-content h3 { margin-top: 0; color: #0f172a; font-size: 1.5rem; font-weight: 700; border-bottom: 1px solid #e2e8f0; padding-bottom: 15px; margin-bottom: 20px; text-align: left; }
    
    .coffee-copy-btn, .coffee-moonpay-btn, .coffee-wallet-btn { width: 100%; padding: 15px; border: none; border-radius: 12px; font-weight: 700; font-size: 1rem; cursor: pointer; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 8px; }
    .coffee-wallet-btn { background: #10b981; color: white; box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3); }
    .coffee-wallet-btn:hover { background: #059669; transform: translateY(-2px); }
    .coffee-copy-btn { background: #f1f5f9; color: #334155; border: 1px solid #cbd5e1; }
    .crypto-modal-address-label { margin-bottom: 5px; text-align: left; }
    .crypto-modal-address-box { font-family: monospace; background: #f1f5f9; padding: 10px; border-radius: 5px; word-wrap: break-word; border: 1px solid #cbd5e1; font-size: 0.85rem; }
    
    .qr-container { margin: 20px auto; width: 180px; height: 180px; background: #fff; border: 1px solid #e2e8f0; padding: 10px; border-radius: 12px; }
    .qr-container img { width: 100%; height: 100%; object-fit: contain; }
    
    .coffee-warning { background: #fff1f2; color: #be123c; padding: 10px; border-radius: 8px; font-size: 0.85rem; margin-top: 15px; border: 1px solid #fecdd3; text-align: left; }

    .community-signal-modal .community-signal-content { max-width: 680px; text-align: left; }
    .community-signal-close { position: absolute; top: 14px; right: 18px; background: none; border: 0; font-size: 1.5rem; color: #64748b; cursor: pointer; }
    .community-signal-intro { color: #475569; font-size: 0.95rem; margin-bottom: 14px; }
    .community-signal-form { display: grid; gap: 10px; }
    .community-signal-honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
    .community-signal-form select,
    .community-signal-form textarea,
    .community-signal-form input[type=\"file\"] { width: 100%; border: 1px solid #cbd5e1; border-radius: 10px; padding: 10px; font-family: inherit; font-size: 0.95rem; background: #fff; color: #0f172a; }
    .community-signal-form textarea { resize: vertical; min-height: 130px; }
    .community-signal-help { margin: 0; font-size: 0.83rem; color: #64748b; }
    .community-signal-submit { width: 100%; border: 0; border-radius: 12px; background: linear-gradient(135deg, #0f766e, #0ea5e9); color: #fff; font-weight: 800; padding: 13px 14px; cursor: pointer; }
    .community-signal-submit:disabled { opacity: 0.8; cursor: wait; }
    .community-signal-status { min-height: 1.2em; margin: 0; font-size: 0.88rem; font-weight: 700; color: #0f766e; }
    .community-signal-status.is-error { color: #b91c1c; }
    .community-signal-status.is-success { color: #0f766e; }

    #coffee-hearts-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10000; }
    .coffee-heart { position: absolute; font-size: 2rem; animation: floatUp 3s ease-out forwards; opacity: 0; }
    .donation-total-amount-hidden { display: none; }
    .donation-donor-name { font-weight: 700; }
    @keyframes floatUp { 0% { transform: translateY(100vh) scale(0.5); opacity: 1; } 100% { transform: translateY(-100px) scale(1.5); opacity: 0; } }

    @media (max-width: 800px) {
        .donation-flex-wrapper { flex-direction: column; }
        .donation-info-col { border-right: none; border-bottom: 1px solid #cbd5e1; }
        .spenden-title { font-size: 2.5rem; }
    }
    
    @media (max-width: 600px) {
        .b2b-card { padding: 1.5rem; }
        .service-list { grid-template-columns: 1fr; }
        .donation-info-col, .donation-payment-col { min-width: 100%; padding: 25px 15px; } 
        .main-container { padding: 2rem 1rem; }
        .amount-btn { padding: 12px 16px; font-size: 0.98rem; }
        .bank-btn { font-size: 15px; padding: 16px; }
        .total-highlight strong { font-size: 34px; }
    }
