.motm-root{width:100%;min-height:100vh;display:flex;flex-direction:column;flex:1;background:#f8fafc;font-family:inherit}.motm-breadcrumb{display:flex;align-items:center;gap:6px;padding:14px 40px;font-size:12.5px;color:#94a3b8;background:#ffffff;border-bottom:1px solid #e5e7eb}.motm-breadcrumb a{color:#16a34a;text-decoration:none;font-weight:600}.motm-breadcrumb a:hover{text-decoration:underline}.motm-breadcrumb span{color:#64748b;font-weight:500}.motm-hero{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start;padding:48px 40px 44px;background:#ffffff;border-bottom:1px solid #e5e7eb}.motm-hero-right{order:-1}.motm-hero-left{display:flex;flex-direction:column;gap:20px}.motm-hero-kicker{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#16a34a}.motm-hero-kicker svg{flex-shrink:0}.motm-hero-h1{font-size:44px;font-weight:900;color:#111827;line-height:1.1;letter-spacing:-1.5px;margin:0}.motm-hero-desc{font-size:16px;line-height:1.65;color:#6b7280;margin:0;max-width:440px}.motm-hero-actions{display:flex;align-items:center;gap:12px}.motm-hero-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#1e3a5f;color:#ffffff;font-size:14px;font-weight:700;border-radius:10px;text-decoration:none;transition:background .18s ease}.motm-hero-btn-primary:hover{background:#172e4a}.motm-hero-btn-outline{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;background:#ffffff;color:#111827;font-size:14px;font-weight:700;border:1.5px solid #d1d5db;border-radius:10px;text-decoration:none;transition:border-color .18s ease}.motm-hero-btn-outline:hover{border-color:#9ca3af}.motm-stats-row{display:flex;align-items:center;gap:0;margin-top:8px}.motm-stat-item{display:flex;align-items:center;gap:10px;padding:0 24px;border-right:1px solid #e5e7eb}.motm-stat-item:first-child{padding-left:0}.motm-stat-item:last-child{border-right:none}.motm-stat-item svg{color:#9ca3af;flex-shrink:0}.motm-stat-item strong{display:block;font-size:15px;font-weight:800;color:#111827;line-height:1.2}.motm-stat-item span{display:block;font-size:11px;color:#9ca3af;font-weight:500}.motm-hero-right{display:flex;flex-direction:column;gap:12px}.motm-leader-label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6b7280}.motm-leader-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 12px rgba(0,0,0,.04)}.motm-leader-img-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f3f4f6}.motm-leader-img-wrap img{width:100%;height:100%;object-fit:cover}.motm-leader-trending{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 10px;background:#16a34a;border-radius:10px;color:#ffffff}.motm-leader-rank{font-size:16px;font-weight:900;line-height:1}.motm-leader-tag{font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.85}.motm-leader-body{padding:20px;display:flex;flex-direction:column;gap:14px}.motm-leader-name{font-size:22px;font-weight:800;color:#111827;margin:0;line-height:1.25}.motm-leader-bar-wrap{display:flex;align-items:center;gap:12px}.motm-leader-bar{flex:1;height:8px;background:#e5e7eb;border-radius:9999px;overflow:hidden}.motm-leader-bar-fill{height:100%;background:#16a34a;border-radius:9999px}.motm-leader-pct{font-size:18px;font-weight:900;color:#16a34a;flex-shrink:0}.motm-leader-footer{display:flex;align-items:center;justify-content:space-between}.motm-leader-footer span{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:#6b7280}.motm-leader-detail-link{font-size:13px;font-weight:700;color:#111827;text-decoration:none}.motm-leader-detail-link:hover{color:#16a34a}.motm-contenders{padding:36px 40px;background:#ffffff;border-bottom:1px solid #e5e7eb}.motm-contenders-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.motm-contenders-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#374151;margin:0}.motm-contenders-title svg{color:#f97316}.motm-contenders-link{font-size:13px;font-weight:700;color:#16a34a;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.motm-contenders-link:hover{text-decoration:underline}.motm-contenders-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.motm-contender-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;transition:box-shadow .2s ease}.motm-contender-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.motm-contender-img{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:#e5e7eb}.motm-contender-img img{width:100%;height:100%;object-fit:cover}.motm-contender-rank{position:absolute;top:10px;left:10px;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;color:#ffffff}.motm-contender-rank--1{background:#16a34a}.motm-contender-rank--2{background:#2563eb}.motm-contender-rank--3{background:#7c3aed}.motm-contender-rank--4{background:#f59e0b}.motm-contender-info{padding:14px 16px}.motm-contender-name{font-size:14px;font-weight:700;color:#111827;margin:0 0 4px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.motm-contender-stats{font-size:12.5px;color:#9ca3af;font-weight:500;margin:0}.motm-prev-section{padding:36px 40px;background:#ffffff;border-bottom:1px solid #e5e7eb}.motm-prev-label{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#b45309;margin-bottom:16px}.motm-prev-card{display:flex;align-items:stretch;background:#fffbeb;border:1px solid #fde68a;border-radius:16px;overflow:hidden}.motm-prev-img{width:280px;flex-shrink:0}.motm-prev-img img{width:100%;height:100%;object-fit:cover}.motm-prev-body{flex:1;padding:28px 32px;display:flex;flex-direction:column;justify-content:center;gap:10px}.motm-prev-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#f59e0b;color:#ffffff;font-size:10.5px;font-weight:900;border-radius:9999px;width:fit-content;text-transform:uppercase;letter-spacing:.04em}.motm-prev-name{font-size:22px;font-weight:800;color:#92400e;margin:0;line-height:1.25}.motm-prev-desc{font-size:14px;color:#a16207;margin:0;line-height:1.6}.motm-prev-metrics{display:flex;align-items:center;gap:20px;margin-top:6px}.motm-prev-metrics span{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;color:#92400e}.motm-vote-section{padding:40px 40px 56px;background:#ffffff}.motm-vote-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:20px}.motm-vote-title{font-size:22px;font-weight:800;color:#111827;margin:0}.motm-vote-sub{font-size:14px;color:#9ca3af;margin:4px 0 0}.motm-vote-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#e5e7eb;color:#9ca3af;font-size:14px;font-weight:700;border:none;border-radius:10px;cursor:not-allowed;white-space:nowrap;flex-shrink:0;transition:all .22s ease}.motm-vote-btn--active{background:#16a34a;color:#ffffff;cursor:pointer;box-shadow:0 4px 14px rgba(22,163,74,.3)}.motm-vote-btn--active:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 6px 20px rgba(22,163,74,.4)}.motm-voted-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:#f0fdf4;border:1.5px solid #86efac;border-radius:10px;color:#16a34a;font-size:14px;font-weight:700;white-space:nowrap;flex-shrink:0}.motm-nominees-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.motm-nominee{background:#ffffff;border:1.5px solid #e5e7eb;border-radius:14px;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column}.motm-nominee:hover{border-color:#22c55e;box-shadow:0 4px 16px rgba(34,197,94,.1);transform:translateY(-2px)}.motm-nominee--selected{border-color:#16a34a;background:#f0fdf4;box-shadow:0 0 0 2px rgba(22,163,74,.2)}.motm-nominee--leading{border-color:#f59e0b}.motm-nominee-img{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f3f4f6}.motm-nominee-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.motm-nominee:hover .motm-nominee-img img{transform:scale(1.04)}.motm-nominee-rank{position:absolute;top:8px;left:8px;width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;color:#ffffff}.motm-nominee-rank--1{background:#16a34a}.motm-nominee-rank--2{background:#2563eb}.motm-nominee-rank--3{background:#7c3aed}.motm-nominee-rank--n{background:rgba(0,0,0,.5)}.motm-nominee-badge{position:absolute;top:8px;right:8px;padding:2px 7px;background:#f97316;color:#ffffff;font-size:8.5px;font-weight:900;border-radius:5px}.motm-nominee-check-overlay{position:absolute;inset:0;background:rgba(22,163,74,.45);display:flex;align-items:center;justify-content:center;color:#ffffff;backdrop-filter:blur(1px)}.motm-nominee-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1}.motm-nominee-name{font-size:13px;font-weight:700;color:#111827;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.motm-nominee--selected .motm-nominee-name{color:#15803d}.motm-nominee-stat-row{display:flex;align-items:center;gap:8px}.motm-nominee-stat-row span{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;color:#9ca3af}.motm-nominee-bar-wrap{display:flex;align-items:center;gap:8px}.motm-nominee-bar{flex:1;height:4px;background:#e5e7eb;border-radius:9999px;overflow:hidden}.motm-nominee-bar-fill{height:100%;background:#16a34a;border-radius:9999px;transition:width .8s cubic-bezier(.16,1,.3,1)}.motm-nominee-pct{font-size:12px;font-weight:800;color:#16a34a;flex-shrink:0}.motm-nominee-vote-row{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;color:#9ca3af;margin-top:auto}.motm-nominee--selected .motm-nominee-vote-row{color:#16a34a}.motm-nominee-radio{width:13px;height:13px;border-radius:50%;border:2px solid #d1d5db;flex-shrink:0;transition:all .16s ease}.motm-nominee-radio.active{border-color:#16a34a;background:#16a34a;box-shadow:0 0 0 2px rgba(22,163,74,.2)}.motm-success{display:flex;align-items:center;gap:18px;margin:0 40px 40px;padding:24px 28px;background:#f0fdf4;border:1.5px solid #86efac;border-radius:14px}.motm-success svg{color:#16a34a;flex-shrink:0}.motm-success div{flex:1}.motm-success strong{font-size:16px;font-weight:800;color:#111827;display:block;margin-bottom:4px}.motm-success p{font-size:13px;color:#6b7280;margin:0}.motm-success-link{display:inline-flex;align-items:center;gap:5px;padding:10px 20px;background:#16a34a;color:#ffffff;font-size:13px;font-weight:700;border-radius:10px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .18s ease}.motm-success-link:hover{background:#15803d}@media (max-width:1100px){.motm-hero{grid-template-columns:1fr 340px;gap:28px}.motm-nominees-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.motm-hero{grid-template-columns:1fr;gap:28px;padding:32px 24px 36px}.motm-hero-h1{font-size:32px}.motm-contenders-grid{grid-template-columns:repeat(2,1fr)}.motm-nominees-grid{grid-template-columns:repeat(3,1fr)}.motm-prev-card{flex-direction:column}.motm-prev-img{width:100%;height:180px}.motm-stats-row{flex-wrap:wrap;gap:12px}.motm-stat-item{border-right:none;padding:0}}@media (max-width:640px){.motm-breadcrumb{padding:10px 16px}.motm-hero{padding:24px 16px 28px}.motm-hero-h1{font-size:26px;letter-spacing:-.8px}.motm-contenders,.motm-prev-section{padding:24px 16px}.motm-vote-section{padding:24px 16px 40px}.motm-vote-top{flex-direction:column;align-items:flex-start}.motm-nominees-grid{grid-template-columns:repeat(2,1fr);gap:10px}.motm-success{margin:0 16px 24px;flex-wrap:wrap}.motm-hero-actions{flex-direction:column}.motm-hero-btn-outline,.motm-hero-btn-primary{width:100%;justify-content:center}}.motm-popup-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;animation:motm-fadeIn .2s ease}.motm-popup{background:#ffffff;border-radius:20px;padding:40px 36px;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:motm-popUp .3s cubic-bezier(.16,1,.3,1)}.motm-popup-icon{width:72px;height:72px;margin:0 auto 20px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#16a34a}.motm-popup-title{font-size:20px;font-weight:800;color:#111827;margin:0 0 10px}.motm-popup-desc{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 24px}.motm-popup-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 36px;background:#16a34a;color:#ffffff;font-size:15px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background .18s ease}.motm-popup-btn:hover{background:#15803d}@keyframes motm-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes motm-popUp{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}