.vote-page{max-width:900px;margin:0 auto;padding:60px 16px;min-height:80vh}@media (min-width: 768px){.vote-page{padding-top:calc(var(--header-height, 60px) + 20px)}}.vote-leader-card{display:flex;flex-direction:column;align-items:center;padding:20px 16px;margin-bottom:20px;cursor:pointer}.vote-leader-cover-wrap{margin-bottom:12px}.vote-leader-cover{width:140px;height:195px;border-radius:12px;object-fit:cover;box-shadow:0 4px 20px #0000004d}.vote-leader-info{text-align:center}.vote-leader-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ff8a50;margin-bottom:6px}.vote-leader-title{font-size:1.1rem;font-weight:700;color:var(--text-color, #fff);margin-bottom:4px}.vote-leader-votes{font-size:.85rem;color:var(--secondary-color, #aaa)}.vote-hint{font-size:.8rem;color:var(--secondary-color, #888);opacity:.6;margin:0 0 16px;text-align:center}.vote-auth-required{text-align:center;padding:60px 20px;background:var(--card-bg, #1a1a2e);border-radius:16px;border:1px solid var(--border-color, #333)}.auth-lock-icon{font-size:3rem;margin-bottom:16px}.vote-auth-required h3{color:var(--text-color, #fff);margin:0 0 8px;font-size:1.3rem}.vote-auth-required p{color:var(--secondary-color, #aaa);margin:0 0 20px}.vote-login-btn{background:#ff8a50;color:#fff;border:none;padding:12px 32px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 15px #ff8a504d}.vote-login-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff8a5066}.vote-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px;color:var(--secondary-color, #aaa)}.vote-list{display:flex;flex-direction:column;gap:12px}.vote-card{display:flex;align-items:center;gap:16px;padding:12px 0;background:transparent;border-bottom:1px solid var(--border-color, #333);position:relative}.vote-card:last-child{border-bottom:none}.vote-rank{font-size:1.4rem;font-weight:800;color:var(--secondary-color, #666);min-width:28px;text-align:center;flex-shrink:0}.vote-card.leader .vote-rank{color:gold}.vote-cover{width:70px;height:95px;border-radius:8px;object-fit:cover;flex-shrink:0;cursor:pointer}.vote-info{flex:1;min-width:0}.vote-manga-title{font-size:1rem;font-weight:700;color:var(--text-color, #fff);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.vote-manga-title:hover{color:#ff8a50}.vote-donations{font-size:.8rem;color:var(--secondary-color, #aaa);margin:0 0 6px}.vote-donations span{color:#ff8a50;font-weight:600}.vote-count{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:var(--text-color, #fff)}.vote-count-number{color:#ff8a50;font-size:1.1rem}.vote-actions{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.vote-btn{padding:10px 20px;border-radius:10px;border:none;font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .15s,background .15s;white-space:nowrap}.vote-btn:active{transform:scale(.95)}.vote-btn-vote{background:#ff8a50;color:#fff;box-shadow:0 3px 10px #ff8a5040}.vote-btn-vote:hover{background:#ff7043}.vote-btn-voted{background:#ff8a5026;color:#ff8a50;border:1px solid rgba(255,138,80,.3)}.vote-btn-voted:hover{background:#ff8a5040}.vote-btn-donate{background:#ffffff0f;color:var(--secondary-color, #aaa);border:1px solid var(--border-color, #333);font-size:.8rem;padding:7px 16px}.vote-btn-donate:hover{background:#ffffff1a;color:var(--text-color, #fff)}.vote-leader-badge{position:absolute;top:8px;right:10px;font-size:.7rem;font-weight:700;color:gold;background:#ffd7001a;padding:3px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.vote-empty{text-align:center;padding:60px 20px;color:var(--secondary-color, #888)}.vote-empty-icon{font-size:3rem;margin-bottom:12px}.vote-donate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.vote-donate-overlay.visible{opacity:1}.vote-donate-modal{background:var(--card-bg, #2d2d2d);border-radius:16px;padding:24px;width:90%;max-width:380px;box-shadow:0 16px 48px #0006}.vote-donate-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-weight:600;font-size:.95rem;color:var(--text-color, #fff)}.vote-donate-close{background:none;border:none;color:var(--secondary-color, #888);font-size:1.5rem;cursor:pointer;line-height:1}.vote-donate-amounts{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.vote-donate-amount{flex:1;min-width:60px;padding:10px 8px;border:1px solid var(--border-color, #444);border-radius:10px;background:transparent;color:var(--text-color, #fff);font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s}.vote-donate-amount:hover{border-color:#ff8a50}.vote-donate-amount.selected{border-color:#ff8a50;background:#ff8a5026;color:#ff8a50}.vote-donate-custom{margin-bottom:16px}.vote-donate-custom input{width:100%;padding:10px 14px;border:1px solid var(--border-color, #444);border-radius:10px;background:transparent;color:var(--text-color, #fff);font-size:.9rem;outline:none}.vote-donate-custom input:focus{border-color:#ff8a50}.vote-donate-submit{width:100%;padding:12px;background:#ff8a50;color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s}.vote-donate-submit:hover{background:#ff7043}@media (max-width: 600px){.vote-page{padding:12px 10px 60px}.vote-leader-card{padding:16px 12px;margin-top:36px}.vote-leader-cover{width:120px;height:168px}.vote-leader-title{font-size:1rem}.vote-card{padding:12px;gap:10px}.vote-rank{font-size:1.1rem;min-width:22px}.vote-cover{width:55px;height:75px}.vote-manga-title{font-size:.9rem}.vote-actions{gap:6px}.vote-btn{padding:8px 14px;font-size:.8rem}.vote-btn-donate{padding:6px 12px;font-size:.75rem}}@media (max-width: 400px){.vote-cover{width:45px;height:62px;border-radius:6px}.vote-rank{display:none}}
