.support-modal{position:relative;width:min(440px,100%);background:var(--card-bg);border-radius:4px;box-shadow:0 40px 80px -20px rgba(0,0,0,.5);animation:unfold .32s cubic-bezier(.2,.8,.3,1);transform-origin:top center;overflow:hidden}.support-modal-close{position:absolute;top:12px;right:14px;z-index:2;background:rgba(255,255,255,.7);border:none;border-radius:50%;width:28px;height:28px;font-size:1.2rem;line-height:1;cursor:pointer;color:var(--ink-soft)}.support-modal-close:hover{color:var(--ink)}.support-modal-header{padding:30px 30px 22px;background:linear-gradient(160deg,var(--paper-deep),var(--paper));text-align:center}.support-modal-mascot{width:88px;height:88px;object-fit:contain;margin:0 auto 14px;display:block}.support-modal-title{font-size:1.3rem;color:var(--ink);margin:0 0 10px}.support-modal-subtitle{font-size:.88rem;line-height:1.55;color:var(--ink-soft);margin:0}.support-modal-body{padding:26px 30px 30px;max-height:62vh;overflow-y:auto}.support-section-label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin:0 0 12px}.support-reasons{list-style:none;margin:0 0 26px;padding:0}.support-reasons li{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px dashed var(--line)}.support-reasons li:last-child{border-bottom:none}.support-reason-icon{font-size:1.2rem;line-height:1.4;flex-shrink:0}.support-reasons strong{font-size:.9rem;color:var(--ink)}.support-reasons p{margin:3px 0 0;font-size:.82rem;color:var(--ink-soft);line-height:1.45}.support-goals{margin-bottom:26px}.support-goal{margin-bottom:18px}.support-goal:last-child{margin-bottom:0}.support-goal-header{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:6px}.support-goal-name{font-size:.85rem;font-weight:700;color:var(--ink)}.support-goal-amount{font-family:var(--font-mono);font-size:.72rem;color:var(--ink-soft);white-space:nowrap}.support-goal-bar{height:8px;border-radius:6px;background:var(--paper-deep);overflow:hidden;box-shadow:inset 0 0 0 1px var(--line)}.support-goal-fill{height:100%;background:linear-gradient(90deg,var(--ochre),var(--teal));border-radius:6px}.support-goal-desc{font-size:.78rem;color:var(--ink-soft);margin:6px 0 0;line-height:1.45}.support-donate{margin-bottom:22px}.support-pay-btns{display:flex;gap:8px;margin-bottom:14px}.support-pay-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--paper);border:1.5px solid var(--line);border-radius:8px;padding:12px 8px;cursor:pointer;font-family:var(--font-body);font-weight:700;font-size:.78rem;color:var(--ink-soft);transition:border-color .15s ease,color .15s ease,background .15s ease}.support-pay-btn:hover{border-color:var(--ink-soft)}.support-pay-btn.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.support-pay-icon img{width:28px;height:28px;border-radius:6px;object-fit:cover;display:block}.support-qr-panel{display:none;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:18px;background:var(--paper);border-radius:8px;border:1px solid var(--line)}.support-qr-panel.active{display:flex}.support-qr-panel img{border-radius:6px;box-shadow:0 0 0 1px var(--line);background:#fff}.support-qr-note{font-size:.78rem;color:var(--ink-soft);margin:0}.support-qr-save{font-size:.72rem;padding:8px 14px}.support-paypal-link{font-size:.78rem;padding:10px 18px}.support-or-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:var(--ink-soft);font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase}.support-or-divider::after,.support-or-divider::before{content:"";flex:1;height:1px;background:var(--line)}.support-alt-text{font-size:.82rem;color:var(--ink-soft);line-height:1.5;margin:0}