.v-breadcrumb-nav { position: -webkit-sticky; position: sticky; top: var(--h-h); z-index: 999; background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid var(--s); min-height: 48px; display: flex; align-items: center; }
.v-breadcrumb-wrapper { display: flex; align-items: center; padding: 0 var(--sp-20); max-width: 1100px; margin: 0 auto; width: 100%; height: 100%; }
.v-b-label { font-size: var(--fs-10); font-weight: var(--w-ext); color: var(--tx-m); text-transform: uppercase; letter-spacing: 0.5px; flex-shrink: 0; }
.v-b-sep { margin: 0 var(--sp-10); color: var(--tx-m); font-size: var(--fs-10); flex-shrink: 0; }
.v-b-scroll { display: flex; gap: var(--sp-20); overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; height: 100%; align-items: center; }
.v-b-scroll::-webkit-scrollbar { display: none; }
.v-b-link { font-size: var(--fs-12); font-weight: var(--w-bold); color: var(--tx-m); text-decoration: none; white-space: nowrap; transition: 0.2s; height: 100%; display: flex; align-items: center; position: relative; border-bottom: 2px solid transparent; padding: var(--sp-14) 0; }
.v-b-link.active { color: var(--p); border-bottom-color: var(--p); }
.v-container { max-width: 1100px; margin: var(--sp-20) auto; padding: 0 var(--sp-14); font-family: var(--f); color: var(--tx); }
.v-seo-header { margin-bottom: var(--sp-24);padding: 0 var(--sp-16);}
.v-live-badge { display: inline-flex; align-items: center; gap: var(--sp-6); background: var(--bg); color: var(--p); font-size: var(--fs-10); font-weight: var(--w-ext); padding: var(--sp-4) var(--sp-10); border-radius: var(--r-full); margin-bottom: var(--sp-12); border: 1px solid var(--s); }
.v-dot { width: 6px; height: 6px; background: var(--p); border-radius: 50%; animation: v-pulse 1.8s infinite; }
@keyframes v-pulse { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.3; transform: scale(0.8); } 100% { opacity: 1; transform: scale(1); } }
.v-main-title { font-size: var(--fs-24); font-weight: var(--w-ext); line-height: 1.2; margin: 0 0 var(--sp-8); letter-spacing: -0.5px; }
.v-main-desc { font-size: var(--fs-14); color: var(--tx-m); line-height: 1.5; margin: 0; }
.v-res-dashboard-grid { display: flex; flex-direction: column; gap: var(--sp-24); }
.v-encuesta-card { background: var(--w); border-radius: 14px; box-shadow: var(--sh-apple); border: 1px solid var(--s); position: relative; overflow: hidden; }
.v-card-header-dark { background: #27272a; padding: var(--sp-16) var(--sp-24); display: flex; justify-content: space-between; align-items: center; }
.v-card-logo { height: 32px; }
.v-card-logo svg { height: 100%; width: 140px; fill: white; }
.v-card-meta { text-align: right; }
.v-card-branding { font-size: var(--fs-10); font-weight: var(--w-ext); color: var(--p); letter-spacing: 1px; margin-bottom: 2px; }
.v-card-status { font-size: 9px; color: #a1a1aa; font-weight: var(--w-bold); border: 1px solid #3f3f46; padding: 2px 6px; border-radius: 4px; display: inline-block; }
.v-time-progress-bar { height: 4px; background: #3f3f46; width: 100%; }
.v-time-fill { height: 100%; background: var(--p); }
.v-card-body { padding: var(--sp-24); }
.v-body-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: var(--sp-24); gap: var(--sp-12); }
.v-encuesta-cargo-title { font-size: var(--fs-18); font-weight: var(--w-ext); color: var(--tx); margin: 0; line-height: 1.2; border-left: 4px solid var(--p); padding-left: var(--sp-12); flex: 1; }
.v-capture-timestamp { font-size: 10px; font-weight: var(--w-ext); color: var(--tx-m); background: var(--bg); padding: 6px 10px; border-radius: 6px; border: 1px solid var(--s); text-transform: uppercase; }
.v-encuesta-row { display: flex; gap: var(--sp-12); align-items: center; margin-bottom: var(--sp-20); width: 100%; }
.v-avatar-s { width: 52px; height: 52px; border-radius: var(--r-m); object-fit: cover; background: var(--bg); border: 1px solid var(--s); flex-shrink: 0; }
.v-info-s { flex: 1; display: flex; flex-direction: column; gap: var(--sp-8); }
.v-info-t { display: flex; justify-content: space-between; align-items: flex-end; width: 100%; }
.v-name-wrapper {display: flex;flex-direction: column;gap: var(--sp-4);}
.v-name-s { font-size: var(--fs-14); font-weight: var(--w-bold); color: var(--tx); }
.v-party-s { font-size: var(--fs-10); color: var(--tx-m); text-transform: uppercase; font-weight: var(--w-med); }
.v-pct-s { font-size: var(--fs-18); font-weight: var(--w-ext); color: var(--tx); font-variant-numeric: tabular-nums; }
.v-bar-bg { height: 10px; background: var(--s); border-radius: var(--r-full); overflow: hidden; }
.v-bar-fill { height: 100%; background: var(--p); border-radius: var(--r-full); transition: width 1s ease; }
.v-encuesta-ficha { background: var(--bg); padding: var(--sp-16); border-radius: var(--r-m); margin-top: var(--sp-24); border-left: 1px solid var(--s); }
.v-encuesta-ficha h4 { font-size: var(--fs-11); font-weight: var(--w-ext); text-transform: uppercase; margin-bottom: var(--sp-6); color: var(--tx); }
.v-encuesta-ficha p { font-size: var(--fs-11); color: var(--tx-m); line-height: 1.5; margin: 0; }
.v-card-footer-capture { margin-top: var(--sp-16); padding-top: var(--sp-16); border-top: 1px solid var(--s); display: flex; justify-content: space-between; align-items: center; }
.v-sample { font-size: var(--fs-10); color: var(--tx-m); text-transform: uppercase; }
.v-web-link { font-size: var(--fs-12); font-weight: var(--w-ext); color: var(--tx); text-transform: lowercase; }

.v-info-footer { background: #1e293b; border: 1px solid #334155; border-radius: var(--r-l); padding: var(--sp-24); margin: var(--sp-40) 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: var(--sp-12); box-shadow: var(--sh-soft); }
.v-info-title { color: var(--w); font-size: var(--fs-20); font-weight: var(--w-ext); margin: 0; line-height: 1.2; letter-spacing: -0.02em; }
.v-info-desc { color: #94a3b8; font-size: var(--fs-14); line-height: 1.5; margin: 0; max-width: 450px; }
.v-info-desc strong { color: var(--w); font-weight: var(--w-bold); }
.v-btn-votar { background: var(--p); color: var(--w); padding: var(--sp-14) var(--sp-32); border-radius: var(--r-m); font-size: var(--fs-14); font-weight: var(--w-ext); text-transform: uppercase; text-decoration: none; transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: inline-block; border: 2px solid transparent; margin-top: var(--sp-8); }
.v-btn-votar:hover { background: var(--p-d); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(227, 19, 48, 0.3); border-color: rgba(255, 255, 255, 0.1); }
.v-btn-votar:active { transform: translateY(0); }
@media (max-width: 480px) { .v-info-footer { padding: var(--sp-20); } .v-info-title { font-size: var(--fs-16); } .v-btn-votar { width: 100%; text-align: center; } }

@media (min-width: 600px) { .v-card-header-dark { padding: var(--sp-20) var(--sp-32); } .v-card-body { padding: var(--sp-32); } }



