:root{--mcd-small-voting-bg: #fff;--mcd-small-voting-primary: #ffbc0d;--mcd-small-voting-on-primary: #2d2d2d;--mcd-small-voting-link: #2d2d2d;--mcd-small-voting-pk1: #d90007;--mcd-small-voting-on-pk1: #fff;--mcd-small-voting-pk2: #ffbc0d;--mcd-small-voting-on-pk2: #000;--mcd-small-voting-color: #000;--mcd-small-voting-muted-color: #7f7f7f;--mcd-small-voting-content-gap: 30px;--mcd-small-voting-logo-width: 150px;--mcd-small-voting-root-font-size: 14px;--mcd-small-voting-title-font-size: 30px;--mcd-small-voting-multiple-gap: 6px;--mcd-small-voting-multiple-item-height: 46px;--mcd-small-voting-btn-padding: 11px 40px;--mcd-small-voting-btn-font-size: 16px}@media (max-width: 992px){:root{--mcd-small-voting-logo-width: 140px;--mcd-small-voting-btn-padding: 8px 20px;--mcd-small-voting-btn-font-size: 12px}}html.lock .mcd-small-voting{display:none}.mcd-small-voting{--mcd-small-voting-content-gap: 15px;--mcd-small-voting-logo-width: 95px;--mcd-small-voting-root-font-size: 12px;--mcd-small-voting-title-font-size: 1.5em;--mcd-small-voting-multiple-gap: 4px;--mcd-small-voting-multiple-item-height: 36px;--mcd-small-voting-btn-padding: 8px 20px;--mcd-small-voting-btn-font-size: 12px;color:var(--mcd-small-voting-color)}@media (max-width: 992px){.mcd-small-voting{display:flex;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:3001;height:100vh;width:100vw;pointer-events:none}.mcd-small-voting>*{pointer-events:all}}.mcd-small-voting__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3002;background-color:#00000080}@media (min-width: 992px){.mcd-small-voting__backdrop{display:none}}.mcd-small-voting__close{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .3s cubic-bezier(.4,0,.2,1)}.mcd-small-voting__close:hover{transform:rotate(90deg)}.mcd-small-voting__close svg{width:20px;height:20px}.mcd-small-voting-fixbtn{--size: 66px;right:15px;bottom:60px;position:fixed;z-index:3001;display:flex;justify-content:center;align-items:center;width:var(--size);height:var(--size);background-color:#fff;border:none;border-radius:50%;overflow:hidden;aspect-ratio:1;box-shadow:0 4px 10px -2px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (min-width: 1200px){.mcd-small-voting-fixbtn{--size: 80px;right:20px;bottom:20px}}.mcd-small-voting-fixbtn svg{display:block;width:90%;height:90%;transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:center bottom;aspect-ratio:1}.mcd-small-voting-fixbtn:hover{box-shadow:0 2px 16px -4px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mcd-small-voting-fixbtn:hover svg{transform:scale(1.05)}.mcd-small-voting-panel{z-index:3003;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 2px 16px -4px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;transition:all .3s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity}@media (max-width: 992px){.mcd-small-voting-panel{position:relative;width:auto;margin-left:40px;margin-right:40px;transform-origin:bottom center}}@media (min-width: 992px){.mcd-small-voting-panel{position:fixed;right:20px;bottom:20px;width:335px;max-width:calc(100vw - 40px);transform-origin:bottom right}}.mcd-small-voting-panel__content{position:relative;z-index:1;display:grid;gap:var(--mcd-small-voting-content-gap, 1.25em);font-size:var(--mcd-small-voting-root-font-size);line-height:1.5}.mcd-small-voting-panel__content a,.mcd-small-voting-panel__content button{cursor:pointer;-webkit-user-select:none;user-select:none}.mcd-small-voting-panel__content a[disabled],.mcd-small-voting-panel__content button[disabled]{pointer-events:none;opacity:.62}.mcd-small-voting-panel__content strong{font-weight:700}.mcd-small-voting-panel__logo{display:block;width:var(--mcd-small-voting-logo-width)}.mcd-small-voting-panel__title{font-size:var(--mcd-small-voting-title-font-size);font-weight:700;line-height:1.5}.mcd-small-voting-panel__description{margin-top:6px;color:var(--mcd-small-voting-muted-color)}.mcd-small-voting-panel__visual{display:block;width:100%;border-radius:4px}.mcd-small-voting-panel__footer-link{display:flex;align-items:center;justify-content:space-between;color:var(--mcd-small-voting-muted-color)}.mcd-small-voting-panel__footer-link>span{display:inline-flex;align-items:center}.mcd-small-voting-panel__footer-link>span strong{margin-left:4px;margin-right:4px;font-size:1.5em;color:var(--mcd-small-voting-primary)}.mcd-small-voting-panel__link{display:inline-flex;align-items:center;gap:2px;font-size:var(--mcd-small-voting-root-font-size);color:var(--mcd-small-voting-link)}.mcd-small-voting-panel__link:hover,.mcd-small-voting-panel__link:focus{color:var(--mcd-small-voting-primary)}.mcd-small-voting-panel__link svg{fill:currentColor;width:1.5em;height:1.5em;aspect-ratio:1}.mcd-small-voting-panel__btn{display:inline-flex;padding:var(--mcd-small-voting-btn-padding);font-size:var(--mcd-small-voting-btn-font-size);color:var(--mcd-small-voting-on-primary);background-color:var(--mcd-small-voting-primary);border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1);transition-property:background-color,color}.mcd-small-voting-panel__btn:hover{color:var(--mcd-small-voting-primary);background-color:var(--mcd-small-voting-on-primary)}.mcd-small-voting-pk{--pk-circle-size: 48px;--pk-icon-size: 32px;display:flex;align-items:stretch;height:80px;border-radius:10px;overflow:hidden;-webkit-user-select:none;user-select:none;transform:translateZ(0)}.mcd-small-voting-pk--submitted{pointer-events:none}.mcd-small-voting-pk__item{position:relative;display:grid;align-content:center;flex-grow:var(--percentage, 1);flex-shrink:0;padding:10px 20px;cursor:pointer;transition:flex 1s ease-in}.mcd-small-voting-pk__item:after{content:"";position:absolute;top:0;bottom:0;width:16px}.mcd-small-voting-pk__item--left{padding-right:0;color:var(--mcd-small-voting-on-pk1);background-color:var(--mcd-small-voting-pk1)}.mcd-small-voting-pk__item--left:after{left:100%}.mcd-small-voting-pk__item--right{padding-left:0;text-align:right;color:var(--mcd-small-voting-on-pk2);background-color:var(--mcd-small-voting-pk2)}.mcd-small-voting-pk__item--right:after{right:100%}.mcd-small-voting-pk__item--right__select{right:20px}.mcd-small-voting-pk__item__title{font-size:16px;line-height:22px;font-weight:700;white-space:pre}.mcd-small-voting-pk__item__desc{font-size:12px;white-space:pre}.mcd-small-voting-pk__svg{position:relative;flex-shrink:0;aspect-ratio:48/80;overflow:hidden;pointer-events:none}.mcd-small-voting-pk__svg:before,.mcd-small-voting-pk__svg:after{content:"";position:absolute;top:0;bottom:0;width:100%;border-radius:6px}.mcd-small-voting-pk__svg:before{right:50%;margin-right:5px;background-color:var(--mcd-small-voting-pk1);transform:skew(-15deg)}.mcd-small-voting-pk__svg:after{left:50%;margin-left:5px;background-color:var(--mcd-small-voting-pk2);transform:skew(-15deg)}.mcd-small-voting-pk__svg__circle{position:absolute;top:50%;z-index:1;display:flex;justify-content:center;align-items:center;width:var(--pk-circle-size);height:var(--pk-circle-size);background-color:var(--mcd-small-voting-bg);border-radius:50%;transform:translateY(-50%)}.mcd-small-voting-pk__svg svg{height:var(--pk-icon-size);width:var(--pk-icon-size)}.mcd-small-voting-multiple{display:grid;gap:var(--mcd-small-voting-multiple-gap);font-size:1.2em}.mcd-small-voting-multiple svg{max-width:16px;max-height:16px}.mcd-small-voting-multiple--submitted{pointer-events:none}.mcd-small-voting-multiple--submitted .mcd-small-voting-multiple__item--active{box-shadow:none}.mcd-small-voting-multiple--disabled{color:#0000003d}.mcd-small-voting-multiple__item{--percentage-bg: rgba(0, 0, 0, .05);position:relative;display:flex;align-items:center;padding:8px 12px;min-height:var(--mcd-small-voting-multiple-item-height);border-radius:4px;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .1s cubic-bezier(.4,0,.2,1)}.mcd-small-voting-multiple__item:before,.mcd-small-voting-multiple__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.mcd-small-voting-multiple__item:before{z-index:-2;background:#0000000d}.mcd-small-voting-multiple__item:after{right:auto;z-index:-1;width:calc(var(--percentage, 0) * 1%);background-color:var(--percentage-bg);transition:width 1s ease-in-out}.mcd-small-voting-multiple__item--active{--percentage-bg: var(--mcd-small-voting-primary);box-shadow:inset 1px 1px 3px 1px #00000014;color:var(--mcd-small-voting-color)!important}.mcd-small-voting-multiple__item__svg{position:absolute;top:0;right:0;font-size:16px;width:1em;height:1em;line-height:0;transition:transform .1s cubic-bezier(.4,0,.2,1)}.mcd-small-voting-multiple__item__svg:before{content:"";position:absolute;bottom:0;left:0;width:180%;height:180%;background-color:var(--mcd-small-voting-primary);border-radius:50%}.mcd-small-voting-multiple__item__svg svg{position:absolute;top:10%;right:10%;width:10px;height:10px}.mcd-small-voting-multiple__item__result{display:flex;flex-grow:1;align-items:center;justify-content:end;padding-left:4px}.mcd-small-voting-multiple__item__result svg{width:16px;height:16px}.mcd-small-voting-multiple__item__num{flex-grow:1;color:var(--mcd-small-voting-muted-color);text-align:right;mix-blend-mode:multiply}.mcd-small-voting-toast{position:absolute;top:50%;left:50%;z-index:2;padding:10px 12px;font-size:14px;line-height:1;color:#fff;background-color:#45484ae6;transform:translate(-50%,-100%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px}.page-detail .small-voting-page{min-height:260px;padding:0 20px;max-width:665px;margin:0 auto 50px}.btn-enter-from[data-v-da716b6b],.btn-leave-to[data-v-da716b6b]{transform:translate(40px) scale(.85);opacity:0;pointer-events:none}.select-enter-active[data-v-25496040],.select-leave-active[data-v-25496040],.result-enter-active[data-v-25496040],.result-leave-active[data-v-25496040]{transition:.5s ease;transition-property:opacity transform}.select-enter-from[data-v-25496040],.select-leave-to[data-v-25496040]{transform:translateY(-100%);opacity:0;position:absolute}.result-enter-from[data-v-25496040],.result-leave-to[data-v-25496040]{transform:translateY(100%);opacity:0;position:absolute}.v-enter-active[data-v-3583cb08],.v-leave-active[data-v-3583cb08]{transition:opacity .2s ease}.v-enter-from[data-v-3583cb08],.v-leave-to[data-v-3583cb08]{opacity:0}.check-enter-from[data-v-d3b207e5],.check-leave-to[data-v-d3b207e5]{transform:translate(56%,-56%)}.result-enter-active[data-v-d3b207e5],.result-leave-active[data-v-d3b207e5]{transition:all 1s ease}.result-enter-from[data-v-d3b207e5],.result-leave-to[data-v-d3b207e5]{transform:translateY(100%)}.v-enter-active[data-v-d6642320],.v-leave-active[data-v-d6642320]{transition:.3s ease;transition-property:opacity,transform}.v-enter-from[data-v-d6642320],.v-leave-to[data-v-d6642320]{opacity:0;transform:translateY(-50%)}.v-enter-from[data-v-d6642320]{transform:translateY(50%)}.fade-enter-active[data-v-d6642320],.fade-leave-active[data-v-d6642320]{transition:opacity .1s ease}.fade-enter-from[data-v-d6642320],.fade-leave-to[data-v-d6642320]{opacity:0}.panel-enter-from[data-v-3c4c6f31],.panel-leave-to[data-v-3c4c6f31]{transform:scale(.85) translateY(10%);opacity:0;pointer-events:none}.v-enter-active[data-v-6789e6ed],.v-leave-active[data-v-6789e6ed]{transition:opacity .2s ease}.v-enter-from[data-v-6789e6ed],.v-leave-to[data-v-6789e6ed]{opacity:0}
