/* Vote Sempre 3.0 — public app */
:root {
    --vs3-primary: #6d4aff;
    --vs3-secondary: #ff4f93;
    --vs3-page: #f6f4ff;
    --vs3-surface: #ffffff;
    --vs3-text: #201a35;
    --vs3-muted: #746d84;
    --vs3-radius: 28px;
    --vs3-border: rgba(40, 28, 74, .09);
    --vs3-shadow-sm: 0 10px 30px rgba(43, 30, 80, .08);
    --vs3-shadow-md: 0 22px 60px rgba(43, 30, 80, .13);
    --vs3-ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-behavior: smooth; }
body.vs-standalone-page {
    margin: 0 !important;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--vs3-page);
    color: var(--vs3-text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.vs3-modal-open { overflow: hidden !important; }
.vs-standalone-main { min-height: 100vh; }
.vs3-app, .vs3-portal { position: relative; min-height: 100vh; isolation: isolate; background: var(--vs3-page); }
.vs3-app *, .vs3-portal * { box-sizing: border-box; }
.vs3-app button, .vs3-portal button, .vs3-app input, .vs3-portal input { font: inherit; }
.vs3-app a, .vs3-portal a { color: inherit; }
.vs3-app [hidden], .vs3-portal [hidden] { display: none !important; }

.vs3-backdrop { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; background: linear-gradient(180deg, #faf9ff 0%, var(--vs3-page) 46%, #f8f6ff 100%); }
.vs3-backdrop::after { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(109,74,255,.12) .8px, transparent .8px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, #000, transparent 60%); }
.vs3-backdrop i { position: absolute; display: block; border-radius: 999px; filter: blur(4px); opacity: .58; }
.vs3-backdrop i:nth-child(1) { width: 560px; height: 560px; left: -270px; top: 80px; background: radial-gradient(circle, rgba(109,74,255,.23), rgba(109,74,255,0) 69%); }
.vs3-backdrop i:nth-child(2) { width: 600px; height: 600px; right: -300px; top: 80px; background: radial-gradient(circle, rgba(255,79,147,.21), rgba(255,79,147,0) 69%); }
.vs3-backdrop i:nth-child(3) { width: 500px; height: 500px; left: 35%; bottom: -330px; background: radial-gradient(circle, rgba(79,199,255,.15), rgba(79,199,255,0) 68%); }

/* App bar */
.vs3-appbar { position: sticky; top: 0; z-index: 60; min-height: 68px; border-bottom: 1px solid rgba(44,31,79,.07); background: rgba(250,249,255,.78); backdrop-filter: blur(22px) saturate(150%); }
.vs3-appbar-inner { width: min(1180px, calc(100% - 32px)); min-height: 68px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vs3-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -.025em; }
.vs3-brand-mark { width: 38px; height: 38px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--vs3-primary), var(--vs3-secondary)); box-shadow: 0 9px 24px color-mix(in srgb, var(--vs3-primary) 26%, transparent); font-size: 19px; font-weight: 950; transform: rotate(-3deg); }
.vs3-brand-name { font-size: 16px; }
.vs3-appbar-actions { display: flex; align-items: center; gap: 8px; }
.vs3-icon-button, .vs3-share-top, .vs3-nav-pill { min-height: 42px; border: 1px solid var(--vs3-border); border-radius: 14px; background: rgba(255,255,255,.78); box-shadow: 0 8px 22px rgba(43,30,80,.05); color: var(--vs3-text); text-decoration: none; transition: transform .18s var(--vs3-ease), box-shadow .18s var(--vs3-ease), border-color .18s; }
.vs3-icon-button { width: 42px; display: inline-grid; place-items: center; }
.vs3-icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vs3-share-top { padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-size: 12px; font-weight: 800; }
.vs3-share-top svg { width: 17px; height: 17px; fill: currentColor; }
.vs3-icon-button:hover, .vs3-share-top:hover, .vs3-nav-pill:hover { transform: translateY(-2px); border-color: color-mix(in srgb,var(--vs3-primary) 30%, transparent); box-shadow: 0 12px 28px rgba(43,30,80,.1); }
.vs3-nav-pill { padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }
.vs3-nav-pill > span, .vs3-live-dot i { width: 7px; height: 7px; display: inline-block; border-radius: 99px; background: #22c55e; box-shadow: 0 0 0 5px rgba(34,197,94,.1); }

/* Poll title */
.vs3-main { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 22px 0 72px; }
.vs3-title-block { max-width: 780px; margin: 0 auto 18px; text-align: center; }
.vs3-kicker { display: inline-flex; align-items: center; justify-content: center; min-height: 29px; padding: 0 11px; border: 1px solid color-mix(in srgb,var(--vs3-primary) 16%, transparent); border-radius: 999px; color: var(--vs3-primary); background: color-mix(in srgb,var(--vs3-primary) 8%, #fff); font-size: 9px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.vs3-title-block h1 { max-width: 740px; margin: 9px auto 5px; color: var(--vs3-text); font-size: clamp(27px, 3.4vw, 43px); line-height: 1.04; letter-spacing: -.048em; font-weight: 900; }
.vs3-description { max-width: 650px; margin: 8px auto 0; color: color-mix(in srgb,var(--vs3-text) 63%, transparent); font-size: 14px; line-height: 1.55; }
.vs3-description p { margin: 0; }
.vs3-title-meta { margin-top: 11px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; }
.vs3-title-meta span { min-height: 28px; display: inline-flex; align-items: center; gap: 4px; padding: 0 10px; border: 1px solid var(--vs3-border); border-radius: 999px; color: color-mix(in srgb,var(--vs3-text) 72%, transparent); background: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; }
.vs3-title-meta b { color: var(--vs3-text); }
.vs-state-message { width: fit-content; margin: 10px auto 0; padding: 8px 12px; border-radius: 12px; font-size: 11px; font-weight: 750; }
.vs-state-message.is-scheduled { color: #915d00; background: #fff6d8; }
.vs-state-message.is-closed { color: #a3354d; background: #ffe8ee; }

/* Battle */
.vs3-battle { max-width: 960px; margin: 0 auto; }
.vs3-battle-grid { position: relative; display: grid; gap: 18px; align-items: stretch; }
.vs3-app.is-versus .vs3-battle-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.vs3-app.is-grid .vs3-battle-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.vs3-option { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(42,29,78,.1); border-radius: 26px; background: var(--vs3-surface); box-shadow: 0 16px 46px rgba(43,30,80,.11); transition: transform .25s var(--vs3-ease), box-shadow .25s var(--vs3-ease), border-color .25s; }
.vs3-option:hover { transform: translateY(-4px); border-color: color-mix(in srgb,var(--vs3-accent) 36%, transparent); box-shadow: 0 26px 70px rgba(43,30,80,.16); }
.vs3-option.is-selected { border-color: var(--vs3-accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--vs3-accent) 18%, transparent), 0 24px 65px rgba(43,30,80,.17); }
.vs3-option-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #ede9f8; }
.vs3-option-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s var(--vs3-ease); }
.vs3-option:hover .vs3-option-media img { transform: scale(1.025); }
.vs3-image-shade { position: absolute; inset: auto 0 0; height: 30%; pointer-events: none; background: linear-gradient(to top, rgba(15,10,30,.22), transparent); }
.vs3-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, color-mix(in srgb,var(--vs3-accent) 18%, #fff), #eee9ff); }
.vs3-placeholder span { font-size: 72px; font-weight: 950; color: var(--vs3-accent); }
.vs3-option-number { position: absolute; left: 12px; top: 12px; z-index: 2; min-width: 37px; height: 26px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: #fff; background: rgba(18,12,32,.64); backdrop-filter: blur(10px); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.vs3-selected { position: absolute; right: 12px; top: 12px; z-index: 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--vs3-accent); box-shadow: 0 8px 20px color-mix(in srgb,var(--vs3-accent) 35%, transparent); opacity: 0; transform: scale(.7); transition: .22s var(--vs3-ease); }
.vs3-option.is-selected .vs3-selected { opacity: 1; transform: scale(1); }
.vs3-option-body { padding: 15px; }
.vs3-option-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.vs3-option-heading h2 { margin: 0; color: var(--vs3-text); font-size: clamp(18px, 2vw, 23px); line-height: 1.08; letter-spacing: -.035em; }
.vs3-option-heading p { margin: 4px 0 0; color: var(--vs3-muted); font-size: 11px; line-height: 1.35; }
.vs3-choice-dot { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 3px; border: 3px solid color-mix(in srgb,var(--vs3-accent) 22%, #fff); border-radius: 50%; background: color-mix(in srgb,var(--vs3-accent) 80%, #fff); box-shadow: 0 0 0 4px color-mix(in srgb,var(--vs3-accent) 8%, transparent); }
.vs3-features { margin: 10px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.vs3-features li { min-height: 25px; display: inline-flex; align-items: center; padding: 0 8px; border-radius: 999px; color: color-mix(in srgb,var(--vs3-text) 64%, transparent); background: color-mix(in srgb,var(--vs3-accent) 7%, #f7f5fb); font-size: 9px; font-weight: 750; }
.vs3-card-result { margin-top: 12px; padding: 10px 11px; border-radius: 14px; background: color-mix(in srgb,var(--vs3-accent) 6%, #f8f7fb); }
.vs3-result-line { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.vs3-result-line strong { color: var(--vs3-accent); font-size: 21px; letter-spacing: -.04em; }
.vs3-result-line span { color: var(--vs3-muted); font-size: 9px; font-weight: 750; }
.vs3-progress { height: 6px; margin-top: 7px; overflow: hidden; border-radius: 99px; background: color-mix(in srgb,var(--vs3-accent) 12%, #e9e6ee); }
.vs3-progress i { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--vs3-accent), color-mix(in srgb,var(--vs3-accent) 62%, #fff)); transition: width .5s var(--vs3-ease); }
.vs3-vote { width: 100%; min-height: 46px; margin-top: 12px; padding: 0 12px 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--vs3-accent), color-mix(in srgb,var(--vs3-accent) 68%, var(--vs3-secondary))); box-shadow: 0 11px 24px color-mix(in srgb,var(--vs3-accent) 25%, transparent); cursor: pointer; font-size: 11px; font-weight: 850; transition: transform .18s var(--vs3-ease), filter .18s, box-shadow .18s; }
.vs3-vote svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.vs3-vote:hover:not(:disabled) { transform: translateY(-2px); filter: saturate(1.12); box-shadow: 0 15px 30px color-mix(in srgb,var(--vs3-accent) 32%, transparent); }
.vs3-vote:disabled { opacity: .58; cursor: not-allowed; box-shadow: none; }
.vs3-versus { position: absolute; z-index: 8; left: 50%; top: 42%; width: 58px; height: 58px; display: grid; place-items: center; transform: translate(-50%,-50%) rotate(-6deg); border: 5px solid #fff; border-radius: 20px; background: linear-gradient(145deg, var(--vs3-primary), var(--vs3-secondary)); box-shadow: 0 16px 34px rgba(62,38,120,.28); }
.vs3-versus span { color: #fff; font-size: 15px; font-weight: 950; letter-spacing: -.04em; }

/* Data accordion */
.vs3-data-section, .vs3-share-row { max-width: 960px; margin-left: auto; margin-right: auto; }
.vs3-data-section { margin-top: 14px; }
.vs3-data-details { overflow: hidden; border: 1px solid var(--vs3-border); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: var(--vs3-shadow-sm); }
.vs3-data-summary { min-height: 70px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 14px; list-style: none; cursor: pointer; user-select: none; transition: background .18s; }
.vs3-data-summary::-webkit-details-marker { display: none; }
.vs3-data-summary:hover { background: rgba(247,245,255,.7); }
.vs3-data-summary-left, .vs3-data-summary-right { display: flex; align-items: center; gap: 11px; }
.vs3-data-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: var(--vs3-primary); background: color-mix(in srgb,var(--vs3-primary) 10%, #fff); }
.vs3-data-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.vs3-data-summary-left small { display: block; color: var(--vs3-primary); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.vs3-data-summary-left strong { display: block; margin-top: 2px; color: var(--vs3-text); font-size: 14px; letter-spacing: -.015em; }
.vs3-data-total { min-height: 31px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: var(--vs3-text); background: #f4f1fb; font-size: 9px; font-weight: 800; }
.vs3-data-chevron { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--vs3-text); background: #f5f2fa; transition: transform .22s var(--vs3-ease); }
.vs3-data-chevron svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.vs3-data-details[open] .vs3-data-chevron { transform: rotate(180deg); }
.vs3-data-body { padding: 16px; border-top: 1px solid var(--vs3-border); }
.vs3-data-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.vs3-data-stats article { min-width: 0; padding: 12px; border: 1px solid rgba(42,29,78,.07); border-radius: 15px; background: #faf9fd; }
.vs3-data-stats article > span { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 10px; color: var(--vs3-primary); background: color-mix(in srgb,var(--vs3-primary) 9%, #fff); }
.vs3-data-stats svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vs3-data-stats small { display: block; color: var(--vs3-muted); font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.vs3-data-stats strong { display: block; overflow: hidden; margin-top: 4px; color: var(--vs3-text); font-size: 12px; line-height: 1.2; text-overflow: ellipsis; }
.vs3-results-panel { margin-top: 12px; padding: 15px; border: 1px solid rgba(42,29,78,.07); border-radius: 17px; background: #faf9fd; }
.vs3-results-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.vs3-results-head small { color: var(--vs3-primary); font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.vs3-results-head h3 { margin: 3px 0 0; font-size: 18px; letter-spacing: -.03em; }
.vs3-results-head > strong { font-size: 11px; }
.vs3-results-list { display: grid; gap: 9px; }
.vs-insight-row { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 8px 12px; }
.vs3-result-option { min-width: 0; display: flex; align-items: center; gap: 9px; }
.vs3-result-option img, .vs3-result-option > span { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 10px; object-fit: cover; }
.vs3-result-option > span { display: grid; place-items: center; color: var(--vs3-primary); background: #eee9fb; font-weight: 900; }
.vs3-result-option strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; }
.vs3-result-number { text-align: right; }
.vs3-result-number b { display: block; color: var(--vs3-primary); font-size: 13px; }
.vs3-result-number small { color: var(--vs3-muted); font-size: 8px; }
.vs3-result-track { grid-column: 1 / -1; height: 6px; overflow: hidden; border-radius: 99px; background: #e9e5f0; }
.vs3-result-track i { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--vs3-accent,var(--vs3-primary)), color-mix(in srgb,var(--vs3-accent,var(--vs3-primary)) 62%, #fff)); transition: width .5s var(--vs3-ease); }
.vs3-results-locked { padding: 14px; display: flex; align-items: center; gap: 12px; border-radius: 15px; color: #69577e; background: #f8f5fc; }
.vs3-results-locked > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: #ede7f7; }
.vs3-results-locked svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vs3-results-locked strong { display: block; color: var(--vs3-text); font-size: 12px; }
.vs3-results-locked p { margin: 3px 0 0; font-size: 10px; }
.vs3-article-copy { margin-top: 12px; padding: 15px; border-radius: 15px; background: #faf9fd; color: color-mix(in srgb,var(--vs3-text) 78%, transparent); font-size: 12px; line-height: 1.65; }
.vs3-article-copy > span { display: block; margin-bottom: 7px; color: var(--vs3-primary); font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.vs3-article-copy p:first-of-type { margin-top: 0; }
.vs3-article-copy p:last-child { margin-bottom: 0; }

/* Share row and modal */
.vs3-share-row { min-height: 70px; margin-top: 10px; padding: 11px 12px 11px 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid rgba(42,29,78,.08); border-radius: 20px; color: #fff; background: linear-gradient(120deg, #241b3f, #35235d 58%, #4b2670); box-shadow: 0 18px 44px rgba(37,25,66,.2); }
.vs3-share-row > div { min-width: 0; display: flex; align-items: center; gap: 11px; }
.vs3-share-row-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; background: rgba(255,255,255,.12); }
.vs3-share-row-icon svg { width: 20px; height: 20px; fill: currentColor; }
.vs3-share-row p { min-width: 0; margin: 0; }
.vs3-share-row small { display: block; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.vs3-share-row strong { display: block; margin-top: 3px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 13px; }
.vs3-share-row > button { min-height: 42px; padding: 0 15px; flex: 0 0 auto; border: 0; border-radius: 13px; color: #281d42; background: #fff; cursor: pointer; font-size: 11px; font-weight: 900; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.vs3-share-row > button span { margin-left: 5px; }
.vs3-share-modal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; }
.vs3-share-backdrop { position: absolute; inset: 0; border: 0; background: rgba(18,12,30,.56); backdrop-filter: blur(8px); cursor: pointer; }
.vs3-share-sheet { position: relative; z-index: 2; width: min(500px,100%); padding: 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 28px; background: #fff; box-shadow: 0 32px 100px rgba(17,10,34,.32); animation: vs3-sheet-in .28s var(--vs3-ease); }
@keyframes vs3-sheet-in { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
.vs3-share-sheet-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.vs3-share-sheet-head small { color: var(--vs3-primary); font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.vs3-share-sheet-head h2 { margin: 4px 0 4px; font-size: 25px; line-height: 1.05; letter-spacing: -.04em; }
.vs3-share-sheet-head p { margin: 0; color: var(--vs3-muted); font-size: 12px; }
.vs3-share-close { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 12px; color: var(--vs3-text); background: #f2eff7; cursor: pointer; font-size: 22px; line-height: 1; }
.vs3-social-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.vs3-social-grid a, .vs3-social-grid button { min-width: 0; min-height: 88px; padding: 10px 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--vs3-border); border-radius: 16px; color: var(--vs3-text); background: #faf9fc; text-decoration: none; cursor: pointer; transition: transform .18s var(--vs3-ease), box-shadow .18s; }
.vs3-social-grid a:hover, .vs3-social-grid button:hover { transform: translateY(-3px); box-shadow: var(--vs3-shadow-sm); }
.vs3-social-grid span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: #fff; font-size: 17px; font-weight: 900; }
.vs3-social-grid strong { overflow: hidden; max-width: 100%; font-size: 9px; text-overflow: ellipsis; }
.vs3-social-grid .is-whatsapp span { background: #24c76a; }
.vs3-social-grid .is-facebook span { background: #1877f2; }
.vs3-social-grid .is-x span { background: #151515; }
.vs3-social-grid .is-telegram span { background: #229ed9; }
.vs3-social-grid .is-copy span { background: var(--vs3-primary); }
.vs3-native-share { width: 100%; min-height: 46px; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(135deg,var(--vs3-primary),var(--vs3-secondary)); cursor: pointer; font-size: 11px; font-weight: 850; }
.vs3-native-share svg { width: 17px; height: 17px; fill: currentColor; }

/* Feedback */
.vs-feedback { position: fixed; z-index: 999998; left: 50%; bottom: 22px; max-width: min(420px,calc(100% - 28px)); padding: 11px 15px; border-radius: 14px; color: #fff; box-shadow: 0 18px 50px rgba(18,12,30,.24); opacity: 0; pointer-events: none; transform: translate(-50%,20px); transition: .25s var(--vs3-ease); font-size: 12px; font-weight: 800; }
.vs-feedback.is-visible { opacity: 1; transform: translate(-50%,0); }
.vs-feedback.is-success { background: #167a4a; }
.vs-feedback.is-error { background: #b83c55; }
.vs3-app.is-loading .vs3-vote { pointer-events: none; }

/* Related */
.vs3-related { max-width: 1120px; margin: 42px auto 0; }
.vs3-section-head { margin-bottom: 15px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.vs3-section-head h2 { margin: 5px 0 4px; font-size: clamp(25px,3vw,36px); line-height: 1.05; letter-spacing: -.045em; }
.vs3-section-head p { margin: 0; color: var(--vs3-muted); font-size: 12px; }
.vs3-section-head > a { min-height: 38px; padding: 0 12px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--vs3-border); border-radius: 12px; background: rgba(255,255,255,.75); text-decoration: none; font-size: 10px; font-weight: 850; }
.vs3-related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.vs3-related-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--vs3-border); border-radius: 20px; background: #ddd; box-shadow: var(--vs3-shadow-sm); text-decoration: none; aspect-ratio: 1.14 / 1; transition: transform .23s var(--vs3-ease), box-shadow .23s; }
.vs3-related-card:hover { transform: translateY(-4px); box-shadow: var(--vs3-shadow-md); }
.vs3-related-card .vs3-media { position: absolute; inset: 0; }
.vs3-related-overlay { position: absolute; inset: auto 0 0; z-index: 4; padding: 34px 12px 12px; color: #fff; background: linear-gradient(to top, rgba(13,8,27,.88), rgba(13,8,27,0)); }
.vs3-related-overlay h3 { margin: 6px 0 3px; display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 1.14; letter-spacing: -.025em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.vs3-related-overlay small { color: rgba(255,255,255,.74); font-size: 9px; }
.vs3-related-overlay .vs3-live-dot { color: #fff; font-size: 7px; }
.vs3-privacy-note { max-width: 960px; margin: 10px auto 0; color: color-mix(in srgb,var(--vs3-muted) 72%, transparent); text-align: center; font-size: 8px; line-height: 1.5; }

/* Shared portal media */
.vs3-media { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; overflow: hidden; background: #e8e4f3; }
.vs3-media-side { position: relative; min-width: 0; overflow: hidden; }
.vs3-media-side::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(to top, rgba(15,10,28,.55), transparent); }
.vs3-media-side img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s var(--vs3-ease); }
a:hover .vs3-media-side img { transform: scale(1.035); }
.vs3-media-side > strong { position: absolute; z-index: 2; left: 10px; right: 10px; bottom: 9px; overflow: hidden; color: #fff; white-space: nowrap; text-overflow: ellipsis; font-size: 10px; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.vs3-media-vs { position: absolute; z-index: 5; left: 50%; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; transform: translate(-50%,-50%) rotate(-5deg); border: 4px solid #fff; border-radius: 15px; color: #fff; background: linear-gradient(145deg,var(--vs3-primary),var(--vs3-secondary)); box-shadow: 0 10px 26px rgba(32,18,68,.28); font-size: 11px; font-weight: 950; }
.vs3-media-more { position: absolute; z-index: 5; right: 8px; top: 8px; padding: 5px 8px; border-radius: 99px; color: #fff; background: rgba(18,12,30,.68); font-size: 9px; font-weight: 850; }
.vs3-media-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--vs3-accent); background: color-mix(in srgb,var(--vs3-accent) 14%, #fff); font-size: 52px; font-weight: 950; }

/* Portal */
.vs3-portal-main { width: min(1180px,calc(100% - 32px)); margin: 0 auto; padding: 28px 0 60px; }
.vs3-portal-hero { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.35fr); gap: 26px; align-items: center; }
.vs3-portal-copy h1 { max-width: 560px; margin: 10px 0 10px; font-size: clamp(38px,5vw,68px); line-height: .98; letter-spacing: -.058em; font-weight: 920; }
.vs3-portal-copy > p { max-width: 500px; margin: 0; color: var(--vs3-muted); font-size: 15px; line-height: 1.6; }
.vs3-stat-row { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.vs3-stat-row span { min-height: 39px; padding: 0 12px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--vs3-border); border-radius: 13px; background: rgba(255,255,255,.75); font-size: 10px; font-weight: 750; box-shadow: 0 8px 22px rgba(43,30,80,.04); }
.vs3-stat-row b { font-size: 14px; }
.vs3-featured { min-width: 0; overflow: hidden; display: block; border: 1px solid rgba(42,29,78,.1); border-radius: 30px; background: #fff; box-shadow: var(--vs3-shadow-md); text-decoration: none; transition: transform .25s var(--vs3-ease), box-shadow .25s; }
.vs3-featured:hover { transform: translateY(-5px); box-shadow: 0 32px 84px rgba(43,30,80,.18); }
.vs3-featured-media .vs3-media { aspect-ratio: 16 / 8.2; }
.vs3-featured-info { padding: 17px 18px 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.vs3-featured-info h2 { max-width: 560px; margin: 6px 0 0; font-size: clamp(21px,2.5vw,31px); line-height: 1.04; letter-spacing: -.045em; }
.vs3-live-dot { display: inline-flex; align-items: center; gap: 7px; color: #279e5e; font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.vs3-featured-meta { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.vs3-featured-meta span { min-height: 30px; padding: 0 9px; display: inline-flex; align-items: center; border-radius: 999px; color: var(--vs3-muted); background: #f5f3f8; font-size: 8px; font-weight: 800; }
.vs3-featured-meta strong { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; gap: 6px; border-radius: 13px; color: #fff; background: linear-gradient(135deg,var(--vs3-primary),var(--vs3-secondary)); font-size: 10px; }
.vs3-featured-empty, .vs3-empty-feed { padding: 30px; border: 1px dashed color-mix(in srgb,var(--vs3-primary) 26%, transparent); border-radius: 28px; background: rgba(255,255,255,.66); text-align: center; }
.vs3-featured-empty h2, .vs3-empty-feed h3 { margin: 12px 0 5px; }
.vs3-featured-empty p, .vs3-empty-feed p { margin: 0; color: var(--vs3-muted); font-size: 12px; }
.vs3-feed { margin-top: 46px; }
.vs3-feed-head { margin-bottom: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.vs3-feed-head h2 { margin: 5px 0 4px; font-size: clamp(28px,3.5vw,42px); line-height: 1.04; letter-spacing: -.048em; }
.vs3-feed-head p { margin: 0; color: var(--vs3-muted); font-size: 12px; }
.vs3-search { width: min(310px,100%); min-height: 46px; padding: 0 13px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--vs3-border); border-radius: 15px; background: rgba(255,255,255,.82); box-shadow: 0 10px 26px rgba(43,30,80,.05); }
.vs3-search svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: var(--vs3-muted); stroke-width: 1.8; stroke-linecap: round; }
.vs3-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--vs3-text); background: transparent; font-size: 12px; }
.vs3-search input::placeholder { color: #a19aa9; }
.vs3-portal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.vs3-portal-card { min-width: 0; overflow: hidden; display: block; border: 1px solid var(--vs3-border); border-radius: 22px; background: #fff; box-shadow: var(--vs3-shadow-sm); text-decoration: none; transition: transform .23s var(--vs3-ease), box-shadow .23s; }
.vs3-portal-card:hover { transform: translateY(-4px); box-shadow: var(--vs3-shadow-md); }
.vs3-portal-card > .vs3-media { aspect-ratio: 16 / 9.7; }
.vs3-portal-card-body { padding: 13px 14px 14px; }
.vs3-portal-card-body h3 { min-height: 2.3em; margin: 7px 0 12px; display: -webkit-box; overflow: hidden; font-size: 17px; line-height: 1.14; letter-spacing: -.03em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.vs3-portal-card-body > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--vs3-muted); font-size: 9px; }
.vs3-portal-card-body strong { color: var(--vs3-primary); }
.vs-portal-no-results { padding: 28px; border-radius: 18px; background: rgba(255,255,255,.7); text-align: center; color: var(--vs3-muted); font-size: 12px; }
.vs3-portal-footer { margin-top: 44px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--vs3-border); }
.vs3-portal-footer p { margin: 0; color: var(--vs3-muted); font-size: 11px; }

/* Embedded */
.vs3-app.is-embedded, .vs3-portal.is-embedded { min-height: 0; background: transparent; }
.vs3-app.is-embedded .vs3-backdrop, .vs3-portal.is-embedded .vs3-backdrop, .vs3-app.is-embedded .vs3-appbar, .vs3-portal.is-embedded .vs3-appbar { display: none; }
.vs3-app.is-embedded .vs3-main, .vs3-portal.is-embedded .vs3-portal-main { width: 100%; padding: 0; }

@media (max-width: 980px) {
    .vs3-portal-hero { grid-template-columns: 1fr; }
    .vs3-portal-copy { max-width: 760px; text-align: center; margin: 0 auto; }
    .vs3-portal-copy > p { margin-left: auto; margin-right: auto; }
    .vs3-stat-row { justify-content: center; }
    .vs3-portal-copy h1 { margin-left: auto; margin-right: auto; }
    .vs3-portal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .vs3-related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 720px) {
    .vs3-appbar { min-height: 56px; }
    .vs3-appbar-inner { width: calc(100% - 20px); min-height: 56px; }
    .vs3-brand { gap: 7px; }
    .vs3-brand-mark { width: 32px; height: 32px; border-radius: 11px; font-size: 16px; }
    .vs3-brand-name { font-size: 12px; }
    .vs3-icon-button { display: none; }
    .vs3-share-top { min-height: 36px; padding: 0 11px; border-radius: 12px; }
    .vs3-share-top span { font-size: 10px; }
    .vs3-share-top svg { width: 15px; height: 15px; }
    .vs3-nav-pill { min-height: 35px; padding: 0 10px; border-radius: 12px; font-size: 9px; }

    .vs3-main { width: calc(100% - 18px); padding: 12px 0 42px; }
    .vs3-title-block { margin-bottom: 10px; }
    .vs3-kicker { min-height: 25px; padding: 0 9px; font-size: 7px; }
    .vs3-title-block h1 { margin: 6px auto 3px; font-size: clamp(21px,6.2vw,27px); line-height: 1.03; }
    .vs3-description { display: none; }
    .vs3-title-meta { margin-top: 7px; gap: 5px; }
    .vs3-title-meta span { min-height: 24px; padding: 0 8px; font-size: 7px; }
    .vs-state-message { margin-top: 7px; padding: 6px 9px; font-size: 8px; }

    .vs3-battle-grid { gap: 8px; }
    .vs3-app.is-versus .vs3-battle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .vs3-app.is-grid .vs3-battle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .vs3-option { border-radius: 17px; box-shadow: 0 10px 28px rgba(43,30,80,.1); }
    .vs3-option:hover { transform: none; }
    .vs3-option-media { aspect-ratio: 1 / 1; }
    .vs3-option-number { left: 7px; top: 7px; min-width: 29px; height: 20px; padding: 0 6px; font-size: 7px; }
    .vs3-selected { right: 7px; top: 7px; width: 27px; height: 27px; font-size: 12px; }
    .vs3-option-body { padding: 8px; }
    .vs3-option-heading { gap: 5px; }
    .vs3-option-heading h2 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 13px; }
    .vs3-option-heading p, .vs3-features, .vs3-choice-dot { display: none; }
    .vs3-card-result { margin-top: 7px; padding: 6px 7px; border-radius: 10px; }
    .vs3-result-line strong { font-size: 14px; }
    .vs3-result-line span { font-size: 7px; }
    .vs3-progress { height: 4px; margin-top: 4px; }
    .vs3-vote { min-height: 36px; margin-top: 7px; padding: 0 7px 0 9px; border-radius: 10px; font-size: 8px; box-shadow: 0 7px 16px color-mix(in srgb,var(--vs3-accent) 20%, transparent); }
    .vs3-vote svg { width: 14px; height: 14px; }
    .vs3-versus { top: 39%; width: 40px; height: 40px; border-width: 3px; border-radius: 13px; box-shadow: 0 10px 24px rgba(62,38,120,.23); }
    .vs3-versus span { font-size: 10px; }

    .vs3-data-section { margin-top: 8px; }
    .vs3-data-details { border-radius: 15px; }
    .vs3-data-summary { min-height: 57px; padding: 9px 10px; gap: 7px; }
    .vs3-data-summary-left { gap: 8px; min-width: 0; }
    .vs3-data-icon { width: 34px; height: 34px; border-radius: 11px; }
    .vs3-data-icon svg { width: 17px; height: 17px; }
    .vs3-data-summary-left small { font-size: 6px; }
    .vs3-data-summary-left strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 10px; }
    .vs3-data-total { display: none; }
    .vs3-data-chevron { width: 28px; height: 28px; border-radius: 9px; }
    .vs3-data-body { padding: 9px; }
    .vs3-data-stats { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
    .vs3-data-stats article { padding: 9px; border-radius: 11px; }
    .vs3-data-stats article > span { width: 26px; height: 26px; margin-bottom: 8px; border-radius: 8px; }
    .vs3-data-stats svg { width: 14px; height: 14px; }
    .vs3-data-stats small { font-size: 6px; }
    .vs3-data-stats strong { font-size: 9px; }
    .vs3-results-panel { padding: 10px; border-radius: 12px; }
    .vs3-results-head h3 { font-size: 14px; }
    .vs3-results-head small, .vs3-results-head > strong { font-size: 7px; }
    .vs3-result-option img, .vs3-result-option > span { width: 28px; height: 28px; border-radius: 8px; }
    .vs3-result-option strong { font-size: 9px; }
    .vs3-result-number b { font-size: 10px; }
    .vs3-result-number small { font-size: 6px; }
    .vs3-result-track { height: 4px; }
    .vs3-results-locked { padding: 10px; gap: 9px; border-radius: 11px; }
    .vs3-results-locked > span { width: 31px; height: 31px; border-radius: 9px; }
    .vs3-results-locked strong { font-size: 9px; }
    .vs3-results-locked p { font-size: 7px; }

    .vs3-share-row { min-height: 57px; margin-top: 7px; padding: 8px 8px 8px 10px; border-radius: 15px; }
    .vs3-share-row-icon { width: 34px; height: 34px; border-radius: 11px; }
    .vs3-share-row-icon svg { width: 16px; height: 16px; }
    .vs3-share-row small { font-size: 6px; }
    .vs3-share-row strong { font-size: 9px; }
    .vs3-share-row > button { min-height: 36px; padding: 0 10px; border-radius: 10px; font-size: 8px; }
    .vs3-privacy-note { margin-top: 7px; font-size: 6px; }

    .vs3-related { margin-top: 27px; }
    .vs3-section-head { margin-bottom: 10px; align-items: center; }
    .vs3-section-head h2 { margin-top: 3px; font-size: 22px; }
    .vs3-section-head p { display: none; }
    .vs3-section-head > a { min-height: 32px; padding: 0 9px; font-size: 8px; }
    .vs3-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .vs3-related-card { border-radius: 15px; aspect-ratio: 1.05 / 1; }
    .vs3-related-overlay { padding: 28px 8px 8px; }
    .vs3-related-overlay h3 { margin-top: 4px; font-size: 10px; }
    .vs3-related-overlay small { font-size: 7px; }
    .vs3-media-vs { width: 32px; height: 32px; border-width: 3px; border-radius: 10px; font-size: 8px; }
    .vs3-media-side > strong { left: 6px; right: 6px; bottom: 6px; font-size: 7px; }

    .vs3-share-modal { align-items: end; padding: 0; }
    .vs3-share-sheet { width: 100%; padding: 18px 14px max(16px,env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; animation-name: vs3-sheet-mobile; }
    @keyframes vs3-sheet-mobile { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: none; } }
    .vs3-share-sheet-head h2 { font-size: 21px; }
    .vs3-social-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 5px; }
    .vs3-social-grid a, .vs3-social-grid button { min-height: 75px; padding: 7px 2px; border-radius: 13px; }
    .vs3-social-grid span { width: 33px; height: 33px; border-radius: 11px; font-size: 14px; }
    .vs3-social-grid strong { font-size: 7px; }

    .vs3-portal-main { width: calc(100% - 18px); padding: 17px 0 40px; }
    .vs3-portal-hero { gap: 17px; }
    .vs3-portal-copy h1 { margin: 7px auto 7px; font-size: clamp(32px,10vw,45px); }
    .vs3-portal-copy > p { font-size: 12px; line-height: 1.5; }
    .vs3-stat-row { margin-top: 12px; gap: 5px; }
    .vs3-stat-row span { min-height: 31px; padding: 0 8px; border-radius: 10px; font-size: 8px; }
    .vs3-stat-row b { font-size: 11px; }
    .vs3-featured { border-radius: 19px; }
    .vs3-featured-media .vs3-media { aspect-ratio: 1.38 / 1; }
    .vs3-featured-info { padding: 11px; display: block; }
    .vs3-featured-info h2 { margin-top: 4px; font-size: 18px; }
    .vs3-featured-meta { margin-top: 10px; justify-content: flex-start; }
    .vs3-featured-meta span { min-height: 26px; font-size: 7px; }
    .vs3-featured-meta strong { min-height: 33px; margin-left: auto; font-size: 8px; }
    .vs3-feed { margin-top: 28px; }
    .vs3-feed-head { margin-bottom: 11px; display: block; }
    .vs3-feed-head h2 { margin-top: 4px; font-size: 25px; }
    .vs3-feed-head p { font-size: 9px; }
    .vs3-search { width: 100%; min-height: 40px; margin-top: 11px; border-radius: 12px; }
    .vs3-search input { font-size: 10px; }
    .vs3-portal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .vs3-portal-card { border-radius: 15px; }
    .vs3-portal-card > .vs3-media { aspect-ratio: 1.12 / 1; }
    .vs3-portal-card-body { padding: 8px; }
    .vs3-portal-card-body h3 { margin: 5px 0 8px; font-size: 11px; }
    .vs3-portal-card-body > div { font-size: 7px; }
    .vs3-portal-footer { margin-top: 28px; padding-top: 15px; }
    .vs3-portal-footer p { font-size: 8px; }
}

@media (max-width: 380px) {
    .vs3-share-top span { display: none; }
    .vs3-share-top { width: 36px; padding: 0; justify-content: center; }
    .vs3-app.is-versus .vs3-battle-grid, .vs3-app.is-grid .vs3-battle-grid { gap: 6px; }
    .vs3-option-body { padding: 7px; }
    .vs3-option-heading h2 { font-size: 12px; }
    .vs3-vote { min-height: 34px; font-size: 7px; }
    .vs3-versus { width: 36px; height: 36px; }
    .vs3-share-row strong { max-width: 125px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.vs-public-message { width: min(620px,calc(100% - 28px)); margin: 40px auto; padding: 22px; border: 1px solid var(--vs3-border); border-radius: 20px; color: var(--vs3-text); background: #fff; box-shadow: var(--vs3-shadow-sm); text-align: center; font-size: 14px; font-weight: 750; }
