.sch-politician-profile{max-width:1340px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.sch-politician-header{display:flex;gap:24px;align-items:flex-start;padding:30px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:16px;margin-bottom:30px}.sch-politician-photo img{width:120px;height:120px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.sch-politician-photo-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#6366F1,#8B5CF6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;font-weight:700;box-shadow:0 4px 12px rgba(99,102,241,0.3)}.sch-politician-info{flex:1}.sch-politician-name{font-size:32px;font-weight:700;margin:0 0 12px;color:#1a1a1a}.sch-politician-meta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}.sch-politician-party{display:inline-block;padding:6px 14px;border-radius:20px;font-size:14px;font-weight:600;color:#fff}.sch-politician-country{font-size:14px;color:#666}.sch-politician-alignment{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.sch-alignment-left{background:#FECACA;color:#DC2626}.sch-alignment-center_left{background:#FED7AA;color:#EA580C}.sch-alignment-center{background:#FEF3C7;color:#D97706}.sch-alignment-center_right{background:#D1FAE5;color:#059669}.sch-alignment-right{background:#CFFAFE;color:#0891B2}.sch-politician-position{font-size:16px;color:#444;margin-bottom:16px}.sch-politician-actions{display:flex;gap:10px;flex-wrap:wrap}.sch-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all 0.2s;text-decoration:none}.sch-btn-primary{background:linear-gradient(135deg,#6366F1,#8B5CF6);color:#fff}.sch-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(99,102,241,0.4)}.sch-btn-social{background:#f0f0f0;color:#333;min-width:40px;justify-content:center}.sch-btn-social:hover{background:#e0e0e0}.sch-politician-rating-box{text-align:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.1);min-width:120px}.sch-politician-rating-value{font-size:32px;font-weight:700;color:#1a1a1a}.sch-politician-rating-count{font-size:13px;color:#666}.sch-no-rating{color:#ccc}.sch-politician-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:30px}.sch-stat-card{background:#fff;padding:20px;border-radius:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.sch-stat-value{font-size:28px;font-weight:700;color:#1a1a1a}.sch-stat-label{font-size:13px;color:#666;margin-top:4px}.sch-stat-promises .sch-kept{color:#059669}.sch-stat-promises .sch-broken{color:#DC2626}.sch-politician-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);margin-bottom:24px}.sch-politician-section h2{font-size:20px;font-weight:700;margin:0 0 16px;color:#1a1a1a}.sch-empty{color:#888;font-style:italic}.sch-promises-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.sch-promise-card{display:flex;gap:16px;padding:16px;background:#f8f9fa;border-radius:10px;border-left:4px solid #ccc}.sch-promise-kept{border-left-color:#059669}.sch-promise-broken{border-left-color:#DC2626}.sch-promise-pending{border-left-color:#F59E0B}.sch-promise-in_progress{border-left-color:#3B82F6}.sch-promise-partially_kept{border-left-color:#EA580C}.sch-promise-status{font-size:24px;flex-shrink:0}.sch-promise-content{flex:1}.sch-promise-text{font-size:15px;color:#1a1a1a;margin:0 0 8px}.sch-promise-meta{display:flex;gap:12px;font-size:13px;color:#666}.sch-promise-source{color:#6366F1}.sch-promise-votes{display:flex;flex-direction:column;gap:6px}.sch-vote-kept,.sch-vote-broken{padding:6px 12px;border-radius:16px;font-size:13px;cursor:pointer;border:1px solid #ddd;background:#fff;transition:all 0.2s}.sch-vote-kept:hover{background:#D1FAE5;border-color:#059669}.sch-vote-broken:hover{background:#FEE2E2;border-color:#DC2626}.sch-add-promise-btn{background:#f0f0f0;color:#333}.sch-mentions-list{display:flex;flex-direction:column;gap:10px}.sch-mention-card{display:block;padding:14px;background:#f8f9fa;border-radius:8px;text-decoration:none;color:inherit;transition:all 0.2s}.sch-mention-card:hover{background:#e9ecef;transform:translateX(4px)}.sch-mention-title{font-weight:600;color:#1a1a1a;margin-bottom:4px}.sch-mention-date{font-size:13px;color:#666}.sch-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;z-index:99999}.sch-modal-content{background:#fff;padding:30px;border-radius:16px;max-width:400px;width:90%;position:relative}.sch-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:#666}.sch-rating-stars{display:flex;justify-content:center;gap:8px;margin:20px 0}.sch-star{font-size:36px;color:#ddd;background:none;border:none;cursor:pointer;transition:color 0.2s}.sch-star:hover,.sch-star.active{color:#FBBF24}.sch-rating-categories{margin:20px 0}.sch-rating-categories label{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sch-modal-content textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;min-height:80px;margin-bottom:16px;font-family:inherit;resize:vertical}.sch-submit-rating{width:100%}.sch-politician-list{padding:20px;max-width:1340px;margin:0 auto}.sch-politician-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.sch-politician-card{display:flex;flex-direction:column;align-items:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);text-decoration:none;color:inherit;transition:all 0.2s}.sch-politician-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.12)}.sch-politician-card-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:12px}.sch-politician-card-photo-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6366F1,#8B5CF6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:700;margin-bottom:12px}.sch-politician-card-name{font-weight:600;font-size:16px;text-align:center;margin-bottom:4px}.sch-politician-card-party{font-size:13px;color:#666}.sch-politician-card-rating{margin-top:8px;font-size:14px;color:#1a1a1a}.sch-leaderboard{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.sch-leaderboard h3{margin:0 0 16px;font-size:18px}.sch-leaderboard-list{margin:0;padding:0;list-style:none}.sch-leaderboard-list li{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0}.sch-leaderboard-list li:last-child{border-bottom:none}.sch-rank{width:28px;height:28px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.sch-leaderboard-list li:nth-child(1) .sch-rank{background:#FFD700}.sch-leaderboard-list li:nth-child(2) .sch-rank{background:#C0C0C0}.sch-leaderboard-list li:nth-child(3) .sch-rank{background:#CD7F32;color:#fff}.sch-leaderboard-list a{flex:1;color:#1a1a1a;text-decoration:none}.sch-leaderboard-list a:hover{color:#6366F1}.sch-score{font-weight:600;color:#666}.sch-politician-not-found{text-align:center;padding:60px 20px}.sch-politician-not-found h2{font-size:24px;margin-bottom:12px}.sch-politician-not-found p{color:#666;margin-bottom:20px}.sch-politician-comments{margin-top:24px}.sch-comment-form-container{margin-bottom:24px}.sch-comment-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:14px;resize:vertical;min-height:80px}.sch-comment-input:focus{outline:none;border-color:#6366F1;box-shadow:0 0 0 3px rgba(99,102,241,0.1)}.sch-comment-form-actions{display:flex;justify-content:flex-end;margin-top:8px}.sch-comments-list{display:flex;flex-direction:column;gap:16px}.sch-comment-card{padding:16px;background:#f8f9fa;border-radius:10px;border-left:4px solid #6366F1}.sch-comment-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.sch-comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.sch-comment-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6366F1,#8B5CF6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600}.sch-comment-meta{flex:1}.sch-comment-author{font-weight:600;color:#1a1a1a;font-size:14px}.sch-comment-date{font-size:12px;color:#888}.sch-comment-content{font-size:14px;line-height:1.6;color:#333;margin-bottom:12px}.sch-comment-actions{display:flex;gap:12px;align-items:center}.sch-comment-vote-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid #ddd;border-radius:16px;background:#fff;font-size:13px;cursor:pointer;transition:all 0.2s}.sch-comment-vote-btn:hover{background:#f0f0f0}.sch-comment-vote-btn.active.up{background:#D1FAE5;border-color:#059669;color:#059669}.sch-comment-vote-btn.active.down{background:#FEE2E2;border-color:#DC2626;color:#DC2626}.sch-comment-reply-btn,.sch-comment-delete-btn{background:none;border:none;font-size:13px;color:#666;cursor:pointer;padding:4px 8px}.sch-comment-reply-btn:hover{color:#6366F1}.sch-comment-delete-btn:hover{color:#DC2626}.sch-comment-replies{margin-top:12px;padding-left:24px;border-left:2px solid #e5e7eb}.sch-comment-reply-card{padding:12px;background:#fff;border-radius:8px;margin-top:8px}.sch-comment-reply-form{margin-top:12px;padding-left:24px;border-left:2px solid #e5e7eb}.sch-comment-reply-form textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:13px;min-height:60px;margin-bottom:8px}.sch-comment-reply-form .sch-btn{font-size:13px;padding:6px 12px}.sch-comments-load-more{text-align:center;margin-top:16px}.sch-loading{text-align:center;color:#888;font-style:italic;padding:20px}.sch-no-comments{text-align:center;color:#888;font-style:italic;padding:40px 20px}.sch-share-modal-content{max-width:500px}.sch-share-card-preview{margin:20px 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.sch-share-card-preview img{width:100%;height:auto;display:block}.sch-share-buttons{display:flex;justify-content:center;gap:12px;margin:20px 0}.sch-share-btn-social{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:18px;font-weight:600;transition:transform 0.2s,box-shadow 0.2s}.sch-share-btn-social:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,0.2)}.sch-share-twitter{background:#000;color:#fff}.sch-share-facebook{background:#1877F2;color:#fff}.sch-share-linkedin{background:#0A66C2;color:#fff}.sch-share-whatsapp{background:#25D366;color:#fff}.sch-share-telegram{background:#0088cc;color:#fff}.sch-share-actions{display:flex;gap:10px;justify-content:center}.sch-btn-share{background:#e5e7eb;color:#374151}.sch-btn-share:hover{background:#d1d5db}@media (max-width:768px){.sch-politician-header{flex-direction:column;text-align:center}.sch-politician-photo img,.sch-politician-photo-placeholder{width:100px;height:100px}.sch-politician-name{font-size:24px}.sch-politician-meta{justify-content:center}.sch-politician-actions{justify-content:center}.sch-politician-rating-box{width:100%}.sch-promise-card{flex-direction:column}.sch-promise-votes{flex-direction:row;align-self:flex-end}}@media (prefers-color-scheme:dark){.sch-politician-profile{color:#e5e5e5}.sch-politician-header{background:linear-gradient(135deg,#1e1e1e 0%,#2d2d2d 100%)}.sch-politician-name{color:#f5f5f5}.sch-politician-country,.sch-politician-position{color:#aaa}.sch-stat-card,.sch-politician-section,.sch-politician-card,.sch-leaderboard{background:#1e1e1e}.sch-stat-value,.sch-politician-card-name,.sch-leaderboard-list a{color:#f5f5f5}.sch-politician-rating-box{background:#2d2d2d}.sch-promise-card,.sch-mention-card{background:#2d2d2d}.sch-promise-text,.sch-mention-title{color:#f5f5f5}.sch-modal-content{background:#1e1e1e;color:#e5e5e5}.sch-modal-content textarea{background:#2d2d2d;border-color:#404040;color:#e5e5e5}.sch-comment-card{background:#2d2d2d}.sch-comment-author{color:#f5f5f5}.sch-comment-content{color:#e5e5e5}.sch-comment-input{background:#2d2d2d;border-color:#404040;color:#e5e5e5}.sch-comment-vote-btn{background:#3d3d3d;border-color:#505050;color:#e5e5e5}.sch-comment-reply-card{background:#3d3d3d}.sch-comment-reply-form textarea{background:#2d2d2d;border-color:#404040;color:#e5e5e5}}.sch-bingo-container{max-width:1340px;margin:0 auto;padding:20px}.sch-bingo-header{text-align:center;margin-bottom:30px}.sch-bingo-header h1{color:#8b5cf6;font-size:2rem;margin-bottom:10px}.sch-bingo-subtitle{color:#6b7280;font-size:1rem}.sch-bingo-card{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;background:#e5e7eb;padding:4px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.1);margin-bottom:20px}.sch-bingo-cell{aspect-ratio:1;background:white;border-radius:8px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px;font-size:0.75rem;line-height:1.2;cursor:pointer;transition:all 0.2s ease;word-break:break-word;hyphens:auto}.sch-bingo-cell:hover{background:#f3f4f6;transform:scale(1.02)}.sch-bingo-cell.marked{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);color:white;font-weight:600}.sch-bingo-cell.free{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);color:white;font-weight:bold;font-size:1rem;cursor:default}.sch-bingo-cell.free.marked{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.sch-bingo-loading{grid-column:span 5;text-align:center;padding:100px 20px;color:#6b7280}.sch-bingo-actions{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.sch-bingo-win-banner{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);color:#1f2937;padding:30px;border-radius:12px;text-align:center;animation:bingo-pulse 1s ease-in-out infinite alternate}@keyframes bingo-pulse{from{transform:scale(1);box-shadow:0 0 20px rgba(251,191,36,0.4)}to{transform:scale(1.02);box-shadow:0 0 40px rgba(251,191,36,0.8)}}.sch-bingo-win-text{font-size:3rem;font-weight:900;display:block;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,0.2)}.sch-bingo-win-banner p{margin:0;font-size:1.1rem}@media (max-width:600px){.sch-bingo-cell{font-size:0.6rem;padding:4px}.sch-bingo-cell.free{font-size:0.8rem}.sch-bingo-header h1{font-size:1.5rem}}@media (prefers-color-scheme:dark){.sch-bingo-card{background:#374151}.sch-bingo-cell{background:#1f2937;color:#f5f5f5}.sch-bingo-cell:hover{background:#374151}.sch-bingo-subtitle{color:#9ca3af}}.sch-confetti{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.sch-confetti span{position:absolute;width:10px;height:10px;top:-20px;animation:confetti-fall 3s ease-out forwards}@keyframes confetti-fall{0%{top:-20px;transform:rotate(0deg) scale(1);opacity:1}100%{top:100vh;transform:rotate(720deg) scale(0.5);opacity:0}}.sch-alphabet-filter{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:20px;padding:16px;background:#f8fafc;border-radius:12px}.sch-alphabet-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:14px;font-weight:500;text-decoration:none;transition:all 0.2s}.sch-alphabet-btn:hover:not(.disabled){background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.sch-alphabet-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.sch-alphabet-btn.disabled{opacity:0.4;cursor:not-allowed;pointer-events:none}.sch-politician-count{text-align:center;margin-bottom:20px;color:#64748b;font-size:14px}.sch-no-results{text-align:center;padding:40px;color:#64748b}.sch-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}.sch-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:14px;font-weight:500;text-decoration:none;transition:all 0.2s}.sch-page-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.sch-page-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.sch-page-prev,.sch-page-next{font-weight:600}.sch-page-dots{color:#94a3b8;padding:0 4px}@media (max-width:640px){.sch-alphabet-filter{gap:4px;padding:12px}.sch-alphabet-btn{min-width:32px;height:32px;padding:0 8px;font-size:13px}.sch-page-btn{min-width:36px;height:36px;padding:0 10px;font-size:13px}.sch-page-prev,.sch-page-next{padding:0 12px}}.sch-blog-posts-list{display:grid;gap:16px}.sch-blog-post-card{display:flex;gap:16px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:inherit;transition:all 0.2s ease}.sch-blog-post-card:hover{background:#fff;border-color:#7c3aed;box-shadow:0 4px 12px rgba(124,58,237,0.15);transform:translateY(-2px)}.sch-blog-post-image{flex-shrink:0;width:120px;height:80px;border-radius:8px;overflow:hidden}.sch-blog-post-image img{width:100%;height:100%;object-fit:cover}.sch-blog-post-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.sch-blog-post-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px;line-height:1.3}.sch-blog-post-excerpt{font-size:14px;color:#64748b;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sch-blog-post-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8}.sch-blog-post-author-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover}.sch-blog-post-author{font-weight:500;color:#64748b}.sch-blog-post-date::before{content:'•';margin-right:8px}@media (max-width:600px){.sch-blog-post-card{flex-direction:column}.sch-blog-post-image{width:100%;height:160px}}