.vote-voting-widget{--vote-ink: #201e1d;--vote-blue: #0b4ecc;--vote-blue-deep: #0a3b9c;--vote-bg: linear-gradient(180deg, #fbfafa 0%, #f4f4f4 55%, #f6f4f4 100%);position:relative;overflow:hidden;box-sizing:border-box;padding:30px;border-radius:24px;background:var(--vote-bg);color:var(--vote-ink);line-height:1.4}.vote-voting-widget *,.vote-voting-widget *::before,.vote-voting-widget *::after{box-sizing:border-box}.vote-voting-widget .vote-inner{position:relative;z-index:1;width:100%;margin:0 auto;display:flex;flex-direction:column}.vote-voting-widget .vote-header{display:flex;flex-direction:column;animation:vote-fadeUp .7s cubic-bezier(0.16, 1, 0.3, 1) both}.vote-voting-widget .vote-header:empty{display:none}.vote-voting-widget .vote-header__title{margin:0;font-size:clamp(20px,3vw,28px);font-weight:800;letter-spacing:-0.02em;line-height:1.25;color:var(--vote-ink);text-wrap:balance}.vote-voting-widget .voting-charts{width:100%;display:flex;flex-direction:column;gap:28px}.vote-voting-widget .vote-category{position:relative;padding:36px 38px 32px;border-radius:22px;background:linear-gradient(150deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.55) 55%, rgba(255, 255, 255, 0.78));border:1px solid rgba(255,255,255,.9);box-shadow:0 34px 70px -34px rgba(32,24,22,.34),inset 0 1px 0 rgba(255,255,255,.95);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.vote-voting-widget .vote-category__name{display:flex;align-items:center;gap:14px;margin:0 0 28px;font-size:15px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vote-blue-deep)}.vote-voting-widget .vote-category__name::after{content:"";flex:1;height:1px;background:linear-gradient(90deg, rgba(32, 30, 29, 0.28), transparent)}.vote-voting-widget .vote-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.vote-voting-widget .vote-legend{list-style:none;margin:28px 0 0;padding:24px 0 0;border-top:1px dashed rgba(32,30,29,.18);display:flex;flex-direction:column}.vote-voting-widget .vote-legend__item{display:flex;align-items:baseline;gap:12px;padding:12px 0;font-size:14.5px;line-height:1.4;border-bottom:1px solid rgba(32,30,29,.07)}.vote-voting-widget .vote-legend__item:first-child{padding-top:0}.vote-voting-widget .vote-legend__item:last-child{padding-bottom:0;border-bottom:0}.vote-voting-widget .vote-legend__dot{flex-shrink:0;width:14px;height:14px;border-radius:4px;transform:translateY(2px);background:var(--c-main);box-shadow:inset 0 1px 0 rgba(255,255,255,.45)}.vote-voting-widget .vote-legend__label{flex:1;color:#2c2927;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.vote-voting-widget .vote-legend__meta{flex-shrink:0;display:inline-flex;align-items:baseline;gap:8px;white-space:nowrap;font-variant-numeric:tabular-nums}.vote-voting-widget .vote-legend__pct{min-width:3.4em;text-align:right;font-size:15px;font-weight:800;color:#201e1d}.vote-voting-widget .vote-legend__count{min-width:3.6em;text-align:right;font-weight:600;color:#7a7875}.vote-voting-widget .vote-legend__count::before{content:"";display:inline-block;width:1px;height:.9em;margin-right:8px;vertical-align:-0.05em;background:rgba(32,30,29,.16)}.vote-voting-widget .vote-chart3d{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:30px;height:240px;padding:46px 46px 0 44px}.vote-voting-widget .vote-axis{position:absolute;top:46px;left:44px;right:46px;bottom:0;z-index:0;pointer-events:none}.vote-voting-widget .vote-axis__tick{position:absolute;left:0;right:0;height:0;border-top:1px dashed rgba(32,30,29,.13)}.vote-voting-widget .vote-axis__tick--base{border-top-style:solid;border-top-color:rgba(32,30,29,.22)}.vote-voting-widget .vote-axis__tick span{position:absolute;right:100%;top:0;transform:translate(-10px, -50%);font-size:11px;font-weight:600;color:#6b6967;white-space:nowrap;font-variant-numeric:tabular-nums}.vote-voting-widget .vote-col{--face: 12px;position:relative;z-index:1;flex:1 1 0;min-width:22px;max-width:74px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.vote-voting-widget .vote-col__val{margin-bottom:16px;font-size:clamp(15px,2.3vw,22px);font-weight:800;letter-spacing:-0.02em;line-height:1;color:var(--col-main);font-variant-numeric:tabular-nums;white-space:nowrap}.vote-voting-widget .vote-col__bar{position:relative;width:100%;height:var(--h);min-height:4px;border-radius:0;background:var(--col-fill);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 18px 30px -18px rgba(32,24,22,.5);animation:vote-grow-v 1.15s .15s cubic-bezier(0.16, 1, 0.3, 1) both}.vote-voting-widget .vote-col__bar::before{content:"";position:absolute;left:0;top:calc(-1*var(--face));width:100%;height:var(--face);background:var(--col-top);transform:skewX(-45deg);transform-origin:bottom left}.vote-voting-widget .vote-col__bar::after{content:"";position:absolute;right:calc(-1*var(--face));top:0;width:var(--face);height:100%;background:var(--col-side);transform:skewY(-45deg);transform-origin:left bottom}.vote-voting-widget .vote-col--flat .vote-col__bar::before,.vote-voting-widget .vote-col--flat .vote-col__bar::after{display:none}.vote-voting-widget .t2-list{display:flex;flex-direction:column;gap:22px}.vote-voting-widget .t2-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:8px}.vote-voting-widget .t2-label{font-size:15px;font-weight:600;color:#201e1d;overflow-wrap:anywhere;word-break:break-word}.vote-voting-widget .t2-val{flex-shrink:0;font-size:16px;font-weight:800;color:var(--c-main);white-space:nowrap;font-variant-numeric:tabular-nums}.vote-voting-widget .t2-val small{color:#63625f;font-weight:600;font-size:.8em;margin-left:4px}.vote-voting-widget .t2-track{position:relative;height:14px;border-radius:999px;background:rgba(32,30,29,.08);overflow:hidden}.vote-voting-widget .t2-fill{position:absolute;left:0;top:0;bottom:0;width:var(--w);border-radius:999px;background:linear-gradient(90deg, var(--c-top), var(--c-main));animation:vote-grow 1.1s .1s cubic-bezier(0.16, 1, 0.3, 1) both}.vote-voting-widget .t3{display:flex;align-items:center;gap:34px;flex-wrap:wrap}.vote-voting-widget .t3-donut{--size: 190px;position:relative;width:var(--size);height:var(--size);flex-shrink:0}.vote-voting-widget .t3-ring{position:absolute;inset:0;border-radius:50%;background:var(--ring);-webkit-mask:radial-gradient(farthest-side, transparent 58%, #000 59%);mask:radial-gradient(farthest-side, transparent 58%, #000 59%)}.vote-voting-widget .t3-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.vote-voting-widget .t3-center b{font-size:30px;font-weight:800;letter-spacing:-0.02em;color:#201e1d;font-variant-numeric:tabular-nums}.vote-voting-widget .t3-center span{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#63625f}.vote-voting-widget .t3 .vote-legend{flex:1;min-width:220px;margin:0;padding:0;border-top:0}.vote-voting-widget .th{padding:14px 16px 2px 0}.vote-voting-widget .th-list{display:flex;flex-direction:column;gap:26px}.vote-voting-widget .th-row{--bar-h: 34px;--face: 11px;--num: 30px}.vote-voting-widget .th-row--t1{--bar-h: 46px;--face: 13px;--num: 28px}.vote-voting-widget .th-row--t1 .th-label{color:#201e1d}.vote-voting-widget .th-row--t2{--bar-h: 40px;--face: 12px;--num: 24px}.vote-voting-widget .th-row--t2 .th-label{color:#201e1d}.vote-voting-widget .th-row--flat .th-fill::before,.vote-voting-widget .th-row--flat .th-fill::after{display:none}.vote-voting-widget .th-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:20px}.vote-voting-widget .th-label{max-width:62%;font-size:17px;font-weight:600;line-height:1.4;color:#3a3634;overflow-wrap:anywhere;word-break:break-word}.vote-voting-widget .th-figure{flex-shrink:0;display:flex;align-items:baseline;gap:8px;white-space:nowrap}.vote-voting-widget .th-percent{font-size:var(--num);font-weight:800;letter-spacing:-0.03em;line-height:1.2;background:linear-gradient(92deg, var(--c-side), var(--c-main));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);font-variant-numeric:tabular-nums}.vote-voting-widget .th-count{font-size:15px;font-weight:500;color:#63625f}.vote-voting-widget .th-track{position:relative;height:var(--bar-h);border-radius:6px;background:rgba(32,30,29,.06);box-shadow:inset 0 1px 2px rgba(32,30,29,.12)}.vote-voting-widget .th-fill{position:absolute;left:0;top:0;height:100%;width:var(--w);min-width:4px;border-radius:0;background:linear-gradient(96deg, var(--c-main), var(--c-top));box-shadow:0 18px 30px -18px rgba(32,24,22,.5),inset 0 1px 0 rgba(255,255,255,.55);animation:vote-grow 1.25s .15s cubic-bezier(0.22, 1, 0.36, 1) both}.vote-voting-widget .th-fill::before{content:"";position:absolute;left:0;top:calc(-1*var(--face));width:100%;height:var(--face);background:var(--c-top);filter:brightness(1.12);transform:skewX(-45deg);transform-origin:bottom left}.vote-voting-widget .th-fill::after{content:"";position:absolute;right:calc(-1*var(--face));top:0;width:var(--face);height:100%;background:var(--c-side);transform:skewY(-45deg);transform-origin:left bottom}.vote-voting-widget .p1{display:flex;flex-wrap:wrap;align-items:center;gap:28px}.vote-voting-widget .p1-pie{position:relative;flex:0 0 auto;width:200px;height:200px;border-radius:50%;background:var(--pie);box-shadow:0 20px 40px -22px rgba(32,24,22,.5),inset 0 2px 4px rgba(255,255,255,.5)}.vote-voting-widget .p1-pie::after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 0 6px rgba(255,255,255,.35)}.vote-voting-widget .p1 .vote-legend{flex:1 1 220px;min-width:220px;margin:0;padding:0;border-top:0}.vote-voting-widget .p2-plot{display:flex;align-items:flex-end;gap:16px;height:240px;padding:10px 6px 0;background:repeating-linear-gradient(to top, transparent 0, transparent calc(25% - 1px), rgba(32, 30, 29, 0.08) 25%);border-bottom:2px solid rgba(32,30,29,.18)}.vote-voting-widget .p2-col{flex:1 1 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;height:100%;min-width:0}.vote-voting-widget .p2-val{font-size:13px;font-weight:800;color:var(--c-main);font-variant-numeric:tabular-nums}.vote-voting-widget .p2-bar{width:100%;max-width:56px;height:var(--h);min-height:3px;border-radius:8px 8px 0 0;background:linear-gradient(180deg, var(--c-top), var(--c-main));box-shadow:inset 0 1px 0 rgba(255,255,255,.5);animation:vote-grow-v 1.2s .1s cubic-bezier(0.22, 1, 0.36, 1) both}.vote-voting-widget .p5-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.vote-voting-widget .p5-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:12px 16px;border-radius:14px;background:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.8);box-shadow:0 12px 24px -20px rgba(32,24,22,.5)}.vote-voting-widget .p5-rank{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:14px;font-weight:800;color:#fff;background:linear-gradient(160deg, var(--c-top), var(--c-main));box-shadow:0 6px 12px -6px rgba(32,24,22,.5)}.vote-voting-widget .p5-body{min-width:0;display:flex;flex-direction:column;gap:6px}.vote-voting-widget .p5-label{font-size:14px;font-weight:600;color:#201e1d;overflow-wrap:anywhere}.vote-voting-widget .p5-track{height:8px;border-radius:6px;background:rgba(32,30,29,.08);overflow:hidden}.vote-voting-widget .p5-fill{height:100%;width:var(--w);min-width:4px;border-radius:6px;background:linear-gradient(90deg, var(--c-main), var(--c-top));animation:vote-grow 1.15s .1s cubic-bezier(0.22, 1, 0.36, 1) both}.vote-voting-widget .p5-figure{flex:0 0 auto;text-align:right;font-variant-numeric:tabular-nums}.vote-voting-widget .p5-pct{display:block;font-size:15px;font-weight:800;color:var(--c-main)}.vote-voting-widget .p5-count{font-size:12px;font-weight:600;color:#63625f}.vote-voting-widget .t2-fill--empty,.vote-voting-widget .th-fill--empty,.vote-voting-widget .p5-fill--empty{min-width:0}.vote-voting-widget .vote-col__bar--empty,.vote-voting-widget .p2-bar--empty{min-height:1px}@media(max-width: 768px){.vote-voting-widget{padding:22px;border-radius:20px}.vote-voting-widget .voting-charts{gap:22px}.vote-voting-widget .vote-category{padding:26px 22px 24px;border-radius:18px}.vote-voting-widget .vote-category__name{gap:12px;margin-bottom:22px;font-size:14px;letter-spacing:.1em}.vote-voting-widget .t3,.vote-voting-widget .p1{gap:24px;justify-content:center}.vote-voting-widget .t3 .vote-legend,.vote-voting-widget .p1 .vote-legend{flex-basis:100%;min-width:0}.vote-voting-widget .th-head{gap:16px;margin-bottom:16px}.vote-voting-widget .th-label{max-width:none;font-size:15px}.vote-voting-widget .th-row{--num: 30px}.vote-voting-widget .th-row--t1{--num: 34px}.vote-voting-widget .th-row--t2{--num: 32px}.vote-voting-widget .p2-plot{gap:10px;height:210px}}@media(max-width: 560px){.vote-voting-widget{padding:16px;border-radius:16px}.vote-voting-widget .vote-category{padding:22px 16px 18px;border-radius:16px}.vote-voting-widget .vote-category__name{margin-bottom:18px;font-size:13px;letter-spacing:.08em}.vote-voting-widget .vote-legend__item{flex-wrap:wrap;gap:6px 10px;font-size:13.5px}.vote-voting-widget .vote-legend__label{flex-basis:calc(100% - 24px)}.vote-voting-widget .vote-legend__meta{margin-left:24px}.vote-voting-widget .vote-chart3d{height:180px;gap:12px;padding:38px 26px 0 30px}.vote-voting-widget .vote-axis{top:38px;left:30px;right:26px}.vote-voting-widget .vote-axis__tick span{font-size:10px;transform:translate(-6px, -50%)}.vote-voting-widget .vote-col{--face: 8px;min-width:14px}.vote-voting-widget .vote-col__val{margin-bottom:10px;font-size:clamp(11px,3.2vw,15px)}.vote-voting-widget .t2-list{gap:18px}.vote-voting-widget .t2-label{font-size:14px}.vote-voting-widget .t2-val{font-size:15px}.vote-voting-widget .th{padding-right:12px}.vote-voting-widget .th-head{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}.vote-voting-widget .th-label{max-width:100%;font-size:14px}.vote-voting-widget .th-row{--bar-h: 30px;--num: 26px}.vote-voting-widget .th-row--t1{--bar-h: 38px;--num: 30px}.vote-voting-widget .th-row--t2{--bar-h: 34px;--num: 28px}.vote-voting-widget .t3{gap:20px}.vote-voting-widget .t3-donut{--size: 160px}.vote-voting-widget .t3-center b{font-size:26px}.vote-voting-widget .p1{gap:20px}.vote-voting-widget .p1-pie{width:170px;height:170px}.vote-voting-widget .p2-plot{gap:8px;height:190px}.vote-voting-widget .p2-val{font-size:11px}.vote-voting-widget .p5-row{gap:10px;padding:10px 12px}.vote-voting-widget .p5-rank{width:26px;height:26px;font-size:13px}.vote-voting-widget .p5-pct{font-size:14px}}@media(max-width: 400px){.vote-voting-widget{padding:12px}.vote-voting-widget .vote-category{padding:18px 12px 16px}.vote-voting-widget .vote-chart3d{gap:8px;padding:34px 20px 0 26px}.vote-voting-widget .vote-axis{left:26px;right:20px}.vote-voting-widget .vote-col{--face: 6px;min-width:10px}.vote-voting-widget .p5-row{grid-template-columns:auto 1fr;grid-template-areas:"rank body" "rank figure";row-gap:6px}.vote-voting-widget .p5-rank{grid-area:rank}.vote-voting-widget .p5-body{grid-area:body}.vote-voting-widget .p5-figure{grid-area:figure;display:flex;align-items:baseline;gap:8px;text-align:left}}@media(prefers-reduced-motion: reduce){.vote-voting-widget::before,.vote-voting-widget .vote-header{animation:none}.vote-voting-widget .vote-col__bar{animation:none;height:var(--h)}.vote-voting-widget .t2-fill,.vote-voting-widget .th-fill,.vote-voting-widget .p2-bar,.vote-voting-widget .p5-fill{animation:none}}.vote-admin .vote-voting-widget{padding:0;border-radius:0;background:none;overflow:visible}.vote-admin .vote-voting-widget .vote-category{padding:18px 20px;border-radius:12px;border:0;background:#f7f7f7;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}@keyframes vote-fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes vote-drift{0%{transform:translate3d(0, 0, 0) scale(1)}50%{transform:translate3d(3%, -4%, 0) scale(1.08)}100%{transform:translate3d(0, 0, 0) scale(1)}}@keyframes vote-grow-v{from{height:0}to{height:var(--h)}}@keyframes vote-grow{from{width:0}to{width:var(--w)}}/*# sourceMappingURL=vote-results.min.css.map */
