@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #19C094;--black: #0B0B0B;--white: #FFFFFF;--gray-100: #F5F5F5;--gray-200: #E6E6E6;--gray-300: #CCCCCC;--gray-400: #999999;--gray-500: #666666;--gray-600: #444444;--gray-700: #2A2A2A;--bg: #FFFFFF;--text: #0B0B0B;--muted: #666666;--border: #E6E6E6;--success: #19C094;--danger: #E74C3C;--warning: #F39C12;--shadow-sm: 0 2px 6px rgba(0, 0, 0, .08);--shadow-md: 0 6px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 12px 30px rgba(0, 0, 0, .15);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background-color:var(--bg);min-height:100dvh}#root{width:100%;min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text);letter-spacing:-.02em}p{line-height:1.6}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{text-decoration:underline}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:4px}.Toastify__toast.portal-toast-error{background:#fff;color:#1a1a1a;box-shadow:0 6px 24px #0000001a,0 2px 8px #0000000f;border-radius:10px;border:1px solid #f0f0f0;padding:14px 16px;min-width:300px;max-width:380px;font-size:.875rem;font-weight:500}.Toastify__toast.portal-toast-error .Toastify__toast-icon svg{fill:#ef4444}@media only screen and (max-width:480px){.Toastify__toast-container--top-center{width:auto!important;min-width:280px;max-width:88vw!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;top:1rem!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer-container{width:100%;padding:16px 20px;display:flex;flex-direction:column;align-items:center;gap:6px;box-sizing:border-box}.footer-links{display:flex;align-items:center;gap:10px}.footer-link{font-size:12px;font-weight:500;color:var(--gray-500, #666);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--primary);text-decoration:underline}.footer-separator{font-size:12px;color:var(--gray-300, #ccc);-webkit-user-select:none;user-select:none}.footer-copyright{font-size:11.5px;font-weight:500;color:var(--gray-400, #999);margin:0}.page-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1119282e;backdrop-filter:blur(10px) saturate(1.8);-webkit-backdrop-filter:blur(10px) saturate(1.8);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.ovote-loader{position:relative;width:150px;height:150px;transform:rotate(45deg)}.ovote-loader-dot{width:20px;height:20px;background-color:#19c094;border-radius:6px;float:left;margin-right:110px;margin-bottom:110px}.ovote-loader-dot:nth-child(2n){margin-right:0}.ovote-loader-dot:nth-child(1){animation:ovote-dot-one 2s ease infinite;background:#19c094}.ovote-loader-dot:nth-child(2){animation:ovote-dot-two 2s ease infinite;background:#f59e0b}.ovote-loader-dot:nth-child(3){animation:ovote-dot-three 2s ease infinite;background:#f59e0b}.ovote-loader-dot:nth-child(4){animation:ovote-dot-four 2s ease infinite;background:#19c094}.ovote-loader-logo{position:absolute;width:56px;height:56px;left:47px;top:47px;display:flex;align-items:center;justify-content:center;transform:rotate(-45deg);animation:ovote-logo-pulse .5s ease infinite}.ovote-loader-logo img{width:48px;height:48px;object-fit:contain}@keyframes ovote-dot-one{25%{transform:translate(130px) rotate(-90deg)}50%{transform:translate(130px,130px) rotate(-180deg)}75%{transform:translateY(130px) rotate(-270deg)}to{transform:rotate(-360deg)}}@keyframes ovote-dot-two{25%{transform:translateY(130px) rotate(-90deg)}50%{transform:translate(-130px,130px) rotate(-180deg)}75%{transform:translate(-130px) rotate(-270deg)}to{transform:rotate(-360deg)}}@keyframes ovote-dot-three{25%{transform:translateY(-130px) rotate(-90deg)}50%{transform:translate(130px,-130px) rotate(-180deg)}75%{transform:translate(130px) rotate(-270deg)}to{transform:rotate(-360deg)}}@keyframes ovote-dot-four{25%{transform:translate(-130px) rotate(-90deg)}50%{transform:translate(-130px,-130px) rotate(-180deg)}75%{transform:translateY(-130px) rotate(-270deg)}to{transform:rotate(-360deg)}}@keyframes ovote-logo-pulse{25%{transform:rotate(-45deg) scale(.85)}}.page-loader-text{font-size:.875rem;color:#4a5568;font-weight:500;margin:0;letter-spacing:.01em}@media(prefers-color-scheme:dark){.page-loader-text{color:#e2e8f0}}.site-header{position:sticky;top:0;z-index:200;width:100%;height:56px;background-color:var(--bg);border-bottom:1px solid var(--border, #e6e6e6);display:flex;align-items:center;justify-content:space-between;padding:0 32px;box-sizing:border-box}.site-header__brand{display:flex;align-items:center;gap:10px}.site-header__logo{width:28px;height:28px;object-fit:contain;border-radius:6px}.site-header__brand-name{font-size:17px;font-weight:800;color:var(--text-h, #0b0b0b);letter-spacing:-.3px}.site-header__menu-btn{background:none;border:none;padding:5px;cursor:pointer;color:var(--text-h, #0b0b0b);display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .15s ease}.site-header__menu-btn:hover{background-color:var(--gray-100, #f5f5f5)}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;z-index:900;animation:fadeInOverlay .3s ease}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.sidebar{position:fixed;top:0;left:-280px;width:280px;height:100vh;background-color:#fff;z-index:1000;transition:left .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 8px #0000001a;display:flex;flex-direction:column}.sidebar--open{left:0}.sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eaeaea}.sidebar__title{font-size:1.125rem;font-weight:700;color:#1a1a2e}.sidebar__close-btn{background:none;border:none;cursor:pointer;color:#64748b;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:4px}.sidebar__close-btn:hover{background-color:#f8f9fa;color:#1a1a2e}.sidebar__nav{display:flex;flex-direction:column;padding:10px 0;flex:1}.sidebar__link{display:flex;align-items:center;gap:12px;padding:15px 20px;background:none;border:none;text-align:left;width:100%;color:#1a1a2e;font-weight:500;font-size:.9375rem;cursor:pointer;transition:background-color .2s;font-family:inherit}.sidebar__link:hover{background-color:#f8f9fa}.sidebar__link-icon{color:#64748b;flex-shrink:0}.sidebar__link--logout{margin-top:auto;color:#ef4444}.sidebar__link--logout:hover{background-color:#fef2f2}.sidebar__link--logout .sidebar__link-icon{color:#ef4444}.sidebar__link--expandable{justify-content:flex-start}.sidebar__link--active{background-color:#f0fdf9;color:#19c094}.sidebar__link--active .sidebar__link-icon{color:#19c094}.sidebar__link-label{flex:1}.sidebar__chevron{color:#94a3b8;transition:transform .2s ease;flex-shrink:0}.sidebar__chevron--open{transform:rotate(180deg);color:#19c094}.sidebar__submenu{background-color:#f8fafc;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;animation:submenuSlide .18s ease;overflow:hidden}@keyframes submenuSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sidebar__submenu-state{padding:12px 20px 12px 50px;font-size:.82rem;color:#94a3b8;font-style:italic}.sidebar__submenu-item{display:flex;align-items:flex-start;gap:10px;width:100%;padding:11px 20px 11px 50px;background:none;border:none;text-align:left;cursor:pointer;font-family:inherit;transition:background-color .15s;border-left:3px solid transparent}.sidebar__submenu-item:hover{background-color:#ecfdf5;border-left-color:#19c094}.sidebar__submenu-dot{width:6px;height:6px;border-radius:50%;background-color:#cbd5e1;flex-shrink:0;margin-top:5px}.sidebar__submenu-item:hover .sidebar__submenu-dot{background-color:#19c094}.sidebar__submenu-category{font-size:.875rem;font-weight:600;color:#374151;line-height:1.3}.sidebar__submenu-item:hover .sidebar__submenu-category{color:#19c094}.site-header__flag{width:28px;height:20px;object-fit:cover;border-radius:3px;display:block}@media(max-width:600px){.site-header{padding:0 18px;height:52px}}.login-page{display:flex;flex-direction:column;flex:1;background-color:var(--bg);animation:loginFadeIn .4s ease-out}.login-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box}.login-card{width:100%;max-width:520px}.login-title{font-size:26px;font-weight:800;color:var(--text-h);margin:0 0 40px;letter-spacing:-.4px;text-align:center}.login-form{display:flex;flex-direction:column;gap:20px}@keyframes loginFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.otp-page{display:flex;flex-direction:column;flex:1;background-color:var(--bg);animation:otpFadeIn .35s ease-out}.otp-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box}.otp-card{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center}.otp-icon-wrap{width:72px;height:72px;border-radius:20px;background:#19c0941a;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.otp-icon{font-size:2rem;line-height:1}.otp-title{font-size:24px;font-weight:800;color:var(--text-h, #0b0b0b);margin:0 0 12px;letter-spacing:-.3px;text-align:center}.otp-subtitle{font-size:.9rem;color:var(--muted, #666);text-align:center;line-height:1.6;margin:0 0 36px}.otp-inputs{display:flex;gap:10px;margin-bottom:28px}.otp-box{width:52px;height:60px;border:2px solid var(--border, #e6e6e6);border-radius:12px;font-size:1.5rem;font-weight:700;text-align:center;color:var(--text-h, #0b0b0b);background:var(--gray-100, #f5f5f5);outline:none;transition:border-color .15s,box-shadow .15s,background .15s;caret-color:var(--primary, #19c094)}.otp-box:focus{border-color:var(--primary, #19c094);background:#fff;box-shadow:0 0 0 3px #19c09426}.otp-box--filled{border-color:var(--primary, #19c094);background:#fff}.otp-box:disabled{opacity:.5;cursor:not-allowed}.otp-resend-row{display:flex;align-items:center;gap:8px;margin-top:20px;font-size:.85rem}.otp-resend-label{color:var(--muted, #666)}.otp-resend-timer{color:var(--muted, #666);font-weight:600}.otp-resend-btn{background:none;border:none;cursor:pointer;color:var(--primary, #19c094);font-weight:700;font-size:.85rem;padding:0;transition:opacity .15s}.otp-resend-btn:hover:not(:disabled){opacity:.75;text-decoration:underline}.otp-resend-btn:disabled{opacity:.4;cursor:not-allowed}.otp-back-btn{margin-top:28px;background:none;border:none;cursor:pointer;font-size:.82rem;color:var(--muted, #666);padding:0;transition:color .15s}.otp-back-btn:hover{color:var(--text, #0b0b0b)}@keyframes otpFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:400px){.otp-box{width:42px;height:52px;font-size:1.25rem;border-radius:10px}.otp-inputs{gap:7px}}.status-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #eaeaea;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;width:100%;max-width:400px;margin:0 auto}.message-box{padding:1rem;border-radius:6px;width:100%;text-align:left}.message-box__title{margin:0 0 .5rem;font-size:1rem;font-weight:700}.message-box__text{margin:0;font-size:.875rem;line-height:1.4}.message-box--success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.message-box--error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.message-box--info{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.check-url-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--background-main, #f8f9fa);padding:1rem}.check-url-container{width:100%;max-width:440px}.check-url__logo-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.check-url__logo{width:48px;height:48px;border-radius:12px;object-fit:contain}.check-url__brand{font-size:1.25rem;font-weight:800;color:var(--text-primary, #1a1a2e);margin:0}.check-url__content{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.check-url__title{font-size:1.25rem;font-weight:700;color:var(--text-primary, #1a1a2e);margin:0;text-align:center}.check-url__actions{width:100%;margin-top:1rem}.fade-in{animation:fadeIn .4s ease-out forwards}.overview-page{flex:1;display:flex;flex-direction:column;background-color:#fff}.overview-main{flex:1;display:flex;flex-direction:column;padding:2rem 1.5rem;max-width:600px;margin:0 auto;width:100%}.overview-page-title{font-size:1.125rem;font-weight:700;color:var(--text-primary, #1a1a2e);margin-bottom:2rem;text-align:left}.overview-election-title{font-size:1.75rem;font-weight:700;color:var(--text-primary, #1a1a2e);margin-bottom:1.5rem;text-align:center}.overview-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;border:1px solid #eaeaea;box-shadow:none;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem}.overview-info-block{display:flex;flex-direction:column;gap:.5rem}.overview-label{font-size:.875rem;color:var(--text-secondary, #64748b);font-weight:500}.overview-value{font-size:1rem;color:var(--text-primary, #1a1a2e);font-weight:600}.overview-action-container{margin-top:auto;padding-top:2rem}.participate-btn{background-color:var(--black)!important;color:#fff!important;border-radius:6px!important;padding:1rem!important;font-weight:600!important;letter-spacing:.5px;text-transform:uppercase}.overview-loading{display:flex;justify-content:center;align-items:center;height:50vh;color:var(--text-secondary);font-size:1.1rem}.fade-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.position-card{display:flex;align-items:center;gap:0;background:#fff;border:none;border-radius:8px;box-shadow:0 2px 8px #00000012;cursor:pointer;overflow:hidden;transition:box-shadow .18s ease,background-color .18s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;min-height:96px}.position-card--active{background-color:#19c094;box-shadow:0 6px 24px #19c09452}.position-card:focus-visible{outline:3px solid rgba(25,192,148,.4);outline-offset:2px}.position-card__poster{position:relative;flex-shrink:0;width:100px;align-self:stretch;display:flex;align-items:center;justify-content:center;overflow:hidden}.position-card__poster-shape--a{position:absolute;width:80px;height:80px;border-radius:50%;background:#ffffff1a;top:-28px;right:-20px;pointer-events:none}.position-card__poster-shape--b{position:absolute;width:50px;height:50px;border-radius:50%;background:#ffffff12;bottom:-14px;left:-10px;pointer-events:none}.position-card__poster-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:0 6px;text-align:center}.position-card__poster-top{font-size:.5rem;font-weight:800;color:#ffffffbf;letter-spacing:1.2px;text-transform:uppercase;line-height:1}.position-card__poster-main{font-size:1.625rem;font-weight:900;color:#fff;letter-spacing:-1.5px;line-height:1}.position-card__poster-bottom{font-size:.5rem;font-weight:700;color:#ffffffa6;letter-spacing:1.5px;text-transform:uppercase;line-height:1}.position-card__poster-vote{font-size:1.5rem;font-weight:900;color:#fff;letter-spacing:-1px;line-height:1}.position-card__poster-date{font-size:.5625rem;font-weight:700;color:#fffc;letter-spacing:1px;text-transform:uppercase;line-height:1;margin-top:3px}.position-card--active .position-card__poster{opacity:.82}.position-card__content{flex:1;display:flex;flex-direction:column;gap:5px;padding:16px 14px;min-width:0}.position-card__name{font-size:.9375rem;font-weight:700;color:#0b0b0b;letter-spacing:-.1px;transition:color .18s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.position-card--active .position-card__name{color:#fff}.position-card__status{font-size:.75rem;font-weight:600;transition:color .18s ease}.pos-status--active{color:#19c094}.pos-status--upcoming{color:#f59e0b}.pos-status--completed{color:#94a3b8}.position-card--active .position-card__status{color:#ffffffeb!important}.position-card__dates{font-size:.6875rem;font-weight:500;color:#94a3b8;transition:color .18s ease}.position-card--active .position-card__dates{color:#ffffffa6}.position-card--voted{background:#f0fdf8;box-shadow:0 2px 8px #19c0941a}.position-card--voted .position-card__poster{opacity:.55}.position-card__voted-badge{font-size:.75rem;font-weight:700;color:#19c094;letter-spacing:.2px}.position-card>button{margin-right:14px;flex-shrink:0}@media(max-width:480px){.position-card{min-height:86px}.position-card__poster{width:80px}.position-card__poster-main{font-size:1.375rem}.position-card__poster-vote{font-size:1.25rem}.position-card__content{padding:12px 10px;gap:4px}.position-card__name{font-size:.875rem}}@media(min-width:1024px){.position-card{min-height:112px;border-radius:10px}.position-card__poster{width:120px}.position-card__poster-shape--a{width:100px;height:100px;top:-32px;right:-24px}.position-card__poster-shape--b{width:64px;height:64px}.position-card__poster-top{font-size:.5625rem}.position-card__poster-main{font-size:2rem}.position-card__poster-bottom{font-size:.5625rem}.position-card__poster-vote{font-size:1.875rem}.position-card__poster-date{font-size:.625rem;margin-top:4px}.position-card__content{padding:20px 18px;gap:6px}.position-card__name{font-size:1.0625rem}.position-card__status{font-size:.8125rem}.position-card__dates{font-size:.75rem}}.vote-screen{display:flex;flex-direction:column;flex:1;background-color:#fff}.vote-screen__main{flex:1;display:flex;flex-direction:column;padding:1.75rem 1.5rem 1rem;max-width:600px;width:100%;margin:0 auto;box-sizing:border-box}.vote-screen__label{font-size:1.125rem;font-weight:700;color:var(--text-primary, #1a1a2e);margin:0 0 1.25rem}.vote-screen__title{font-size:1.5rem;font-weight:800;color:#0b0b0b;letter-spacing:-.4px;line-height:1.25;margin:0 0 1.125rem}.vote-screen__callout{background:#1e1e2e;color:#fff;font-size:.875rem;font-weight:500;line-height:1.4;padding:11px 16px;border-radius:4px;position:relative;margin-bottom:1.375rem}.vote-screen__callout:after{content:"";position:absolute;bottom:-8px;left:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #1e1e2e}.vote-screen__voted-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:8px;color:#15803d;font-size:.875rem;font-weight:600;margin-bottom:1.375rem;line-height:1.4}.vote-screen__voted-icon{flex-shrink:0;width:22px;height:22px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900}.vote-screen__list{display:flex;flex-direction:column;gap:12px}.vote-screen__vote-bar{background:#fff}.vote-screen__vote-inner{max-width:600px;margin:0 auto;padding:1rem 1.5rem;box-sizing:border-box}.vote-screen__not-found{padding:3rem 0;text-align:center;color:#999;font-size:.9375rem}@media(min-width:600px){.vote-screen__main{padding:2rem 2rem 1rem;max-width:720px}.vote-screen__vote-inner{padding:1rem 2rem;max-width:720px}.vote-screen__title{font-size:1.625rem}}@media(min-width:1024px){.vote-screen__main{max-width:900px;padding:2.5rem 3rem 1rem}.vote-screen__vote-inner{max-width:900px;padding:1rem 3rem}.vote-screen__title{font-size:1.875rem}}@media(min-width:1024px){.vote-screen__main{max-width:860px;padding:2rem 3rem 1rem}.vote-screen__vote-inner{max-width:860px;padding:1rem 3rem}}.candidate-card{--card-color: #19C094;display:flex;align-items:center;gap:18px;padding:22px 20px;min-height:92px;background:#fff;border:1.5px solid #e6e6e6;border-left:4px solid var(--card-color);border-radius:4px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none}.candidate-card--active{background-color:var(--card-color);border-color:var(--card-color);box-shadow:0 4px 18px #0000002e}.candidate-card:focus-visible{outline:3px solid var(--card-color);outline-offset:2px}.candidate-card__num-col{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:26px;flex-shrink:0}.candidate-card__num{font-size:1.625rem;font-weight:800;line-height:1;letter-spacing:-.5px;color:var(--card-color);transition:color .2s ease}.candidate-card__num-bar{width:18px;height:3px;border-radius:2px;background-color:var(--card-color);transition:background-color .2s ease}.candidate-card--active .candidate-card__num{color:#fff}.candidate-card--active .candidate-card__num-bar{background-color:#ffffffb3}.candidate-card__avatar{width:48px;height:48px;min-width:48px;border-radius:50%;background-color:var(--card-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;letter-spacing:.5px;flex-shrink:0;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #00000026}.candidate-card--active .candidate-card__avatar{background-color:#fff;color:var(--card-color);box-shadow:none}.candidate-card__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.candidate-card__avatar[data-initials]:after{content:attr(data-initials)}.candidate-card__info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.candidate-card__name{font-size:1rem;font-weight:700;color:#0b0b0b;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.candidate-card__party{font-size:.8rem;font-weight:400;color:#64748b;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.candidate-card--active .candidate-card__name{color:#fff}.candidate-card--active .candidate-card__party{color:#fffc}.candidate-card__vote-btn{flex-shrink:0;padding:9px 18px;font-size:.8125rem;font-weight:700;font-family:inherit;color:#fff;background:#19c094;border:none;border-radius:4px;cursor:pointer;letter-spacing:.3px;transition:opacity .15s ease;white-space:nowrap}.candidate-card__vote-btn:hover{opacity:.85}.candidate-card__vote-btn:active{opacity:.95}.candidate-card--active .candidate-card__vote-btn{background:#fff;color:var(--card-color)}@media(min-width:600px){.candidate-card{padding:24px 28px;gap:22px;min-height:104px}.candidate-card__num{font-size:1.875rem}.candidate-card__num-bar{width:22px;height:4px}.candidate-card__avatar{width:56px;height:56px;min-width:56px;font-size:1.125rem}.candidate-card__name{font-size:1.0625rem}.candidate-card__party{font-size:.875rem}}.candidate-card--disabled{background:#f8fafc;border-color:#e2e8f0;border-left-color:#cbd5e1;cursor:default;box-shadow:none}.candidate-card--disabled:hover{background:#f8fafc;border-color:#e2e8f0;box-shadow:none}.candidate-card--disabled .candidate-card__num{color:#94a3b8}.candidate-card--disabled .candidate-card__num-bar{background-color:#cbd5e1}.candidate-card--disabled .candidate-card__avatar{background-color:#cbd5e1;color:#fff;box-shadow:none}.candidate-card--disabled .candidate-card__name{color:#64748b}.candidate-card--disabled .candidate-card__party{color:#94a3b8}.candidate-card__result-btn{flex-shrink:0;padding:8px 14px;font-size:.8125rem;font-weight:700;font-family:inherit;color:#2563eb;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:4px;cursor:pointer;letter-spacing:.3px;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.candidate-card__result-btn:hover{background:#dbeafe;border-color:#93c5fd}@media(max-width:480px){.candidate-card{padding:18px 16px;gap:14px;min-height:84px}.candidate-card__num{font-size:1.5rem}.candidate-card__avatar{width:46px;height:46px;min-width:46px;font-size:.9375rem}}.page-banner{position:relative;width:100%;background:#0b1021;overflow:hidden;padding:56px 2rem 52px;display:flex;align-items:flex-end;min-height:200px;box-sizing:border-box}.page-banner__shape{position:absolute;pointer-events:none}.page-banner__shape--1{width:260px;height:260px;background:#19c094;border-radius:28px;transform:rotate(45deg);top:-100px;right:-60px}.page-banner__shape--2{width:190px;height:190px;background:#7b3ff2;border-radius:22px;transform:rotate(45deg);top:10px;right:130px;opacity:.9}.page-banner__shape--3{width:130px;height:130px;background:#19c094;border-radius:16px;transform:rotate(45deg);bottom:-55px;left:-35px;opacity:.75}.page-banner__shape--4{width:180px;height:180px;background:#a855f7;border-radius:50%;top:-50px;left:22%;opacity:.1}.page-banner__shape--5{width:88px;height:88px;background:#22d3ee;border-radius:12px;transform:rotate(45deg);bottom:12px;right:56px;opacity:.55}.page-banner--vote .page-banner__shape--1{width:300px;height:300px;background:#19c094;border-radius:50%;transform:none;top:-120px;right:-80px}.page-banner--vote .page-banner__shape--2{width:180px;height:180px;background:#fb923c;border-radius:50%;transform:none;top:20px;right:140px;opacity:.88}.page-banner--vote .page-banner__shape--3{width:110px;height:110px;background:#22d3ee;border-radius:50%;transform:none;bottom:-40px;left:-20px;opacity:.72}.page-banner--vote .page-banner__shape--4{width:220px;height:220px;background:#7b3ff2;border-radius:50%;transform:none;top:-60px;left:28%;opacity:.09}.page-banner--vote .page-banner__shape--5{width:70px;height:70px;background:#fbbf24;border-radius:50%;transform:none;bottom:16px;right:80px;opacity:.65}@media(min-width:600px){.page-banner--vote .page-banner__shape--1{width:340px;height:340px}.page-banner--vote .page-banner__shape--2{width:210px;height:210px;right:170px}}@media(min-width:1024px){.page-banner--vote .page-banner__shape--1{width:380px;height:380px;top:-140px;right:-90px}.page-banner--vote .page-banner__shape--2{width:230px;height:230px;right:200px}}.page-banner__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px}.page-banner__eyebrow{font-size:.75rem;font-weight:700;color:#ffffffa6;letter-spacing:1.2px;text-transform:uppercase;margin:0}.page-banner__title{font-size:1.625rem;font-weight:900;color:#fff;margin:0;letter-spacing:-.5px;line-height:1.15;max-width:780px;text-shadow:0 2px 12px rgba(0,0,0,.35)}@media(min-width:600px){.page-banner{padding:64px 3rem 56px;min-height:220px}.page-banner__title{font-size:1.875rem}.page-banner__shape--1{width:300px;height:300px}.page-banner__shape--2{width:220px;height:220px;right:160px}}@media(min-width:1024px){.page-banner{padding:72px 4rem 64px;min-height:240px}.page-banner__title{font-size:2.125rem}.page-banner__shape--1{width:340px;height:340px;top:-120px;right:-70px}.page-banner__shape--2{width:240px;height:240px;right:190px}}.vcm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000085;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:vcmFadeIn .18s ease-out both}@keyframes vcmFadeIn{0%{opacity:0}to{opacity:1}}.vcm-card{background:#fff;border-radius:16px;padding:32px 28px 24px;width:100%;max-width:340px;box-shadow:0 24px 60px #00000038,0 4px 16px #0000001a;animation:vcmSlideUp .22s cubic-bezier(.34,1.2,.64,1) both}@keyframes vcmSlideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.vcm-title{font-size:1.25rem;font-weight:800;color:#0b0b0b;text-align:center;margin:0 0 12px;letter-spacing:-.3px}.vcm-body{font-size:.9375rem;color:#374151;text-align:center;line-height:1.55;margin:0 0 10px}.vcm-body strong{color:#0b0b0b;font-weight:700}.vcm-warning{font-size:.875rem;font-weight:600;color:#e02424;text-align:center;margin:0 0 24px;line-height:1.4}.vcm-actions{display:flex;gap:0}.vcm-btn{flex:1;padding:16px 12px;font-size:.9375rem;font-weight:600;font-family:inherit;border:none;border-radius:0;cursor:pointer;transition:opacity .15s ease,background-color .15s ease;letter-spacing:.2px}.vcm-btn--cancel{background:#e5e7eb;color:#374151}.vcm-btn--cancel:hover{background:#d1d5db}.vcm-btn--confirm{background:#19c094;color:#fff}.vcm-btn--confirm:hover{opacity:.88}.vcm-btn--confirm:active{opacity:.95}.vcm-btn:disabled{cursor:not-allowed;opacity:.6}.vcm-spinner{display:inline-block;width:18px;height:18px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:vcmSpin .65s linear infinite;vertical-align:middle}@keyframes vcmSpin{to{transform:rotate(360deg)}}@media(min-width:1024px){.vcm-card{max-width:500px;padding:44px 40px 32px}.vcm-title{font-size:1.625rem;margin-bottom:16px}.vcm-body{font-size:1.0625rem;margin-bottom:14px}.vcm-warning{font-size:1rem;margin-bottom:32px}.vcm-btn{padding:20px 12px;font-size:1rem}}.candidate-page{display:flex;flex-direction:column;flex:1;background:#fff}.candidate-page__main{flex:1;display:flex;flex-direction:column;padding:1.5rem 1.25rem 2rem;max-width:720px;width:100%;margin:0 auto;box-sizing:border-box}.candidate-page__instruction{font-size:1.5rem;font-weight:700;color:#0b0b0b;margin:0 0 1.25rem;letter-spacing:-.3px;line-height:1.25}.candidate-page__voted-banner{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:8px;color:#15803d;font-size:.9375rem;font-weight:600;margin-bottom:1.25rem;line-height:1.4}.candidate-page__voted-icon{flex-shrink:0;width:24px;height:24px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:900}.candidate-page__list{display:flex;flex-direction:column;gap:12px;margin-bottom:1rem}.candidate-page__vote-wrap{animation:voteSlideUp .32s cubic-bezier(.34,1.15,.64,1) both;margin-top:.5rem}.candidate-page__vote-wrap--results button{background-color:#1a1a2e!important;color:#fff!important}@keyframes voteSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.candidate-page__not-found{padding:3rem 0;text-align:center;color:#999;font-size:.9375rem}.fade-in{animation:cpFadeIn .28s ease-out both}@keyframes cpFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(min-width:600px){.candidate-page__main{padding:2rem 2rem 2.5rem;max-width:800px}}@media(min-width:1024px){.candidate-page__main{padding:2.5rem 3rem 3rem;max-width:960px}.candidate-page__instruction{font-size:1.625rem}.candidate-page__vote-wrap button{padding:22px 28px!important;font-size:1.0625rem!important;letter-spacing:1px!important}}.pos-detail{display:flex;flex-direction:column;flex:1;background-color:#f5f5f5}.pos-detail__main{flex:1;display:flex;flex-direction:column;padding:1.75rem 2rem 1.5rem;max-width:860px;width:100%;margin:0 auto;box-sizing:border-box}.pos-detail__title{font-size:1.125rem;font-weight:700;color:#1a1a2e;margin:0 0 1.5rem}.pos-detail__section-label{font-size:.8125rem;font-weight:600;color:#64748b;margin:0 0 .5rem}.pos-detail__card{background:#fff;border:1px solid #eaeaea;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.pos-detail__row{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-bottom:1px solid #f0f0f0}.pos-detail__row--last{border-bottom:none}.pos-detail__row-label{font-size:.8125rem;font-weight:500;color:#64748b}.pos-detail__row-value{font-size:1rem;font-weight:600;color:#0b0b0b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-detail__row-value--hash{font-family:Courier New,Courier,monospace;font-size:.9rem;font-weight:500;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-detail__row-value--wrap{white-space:normal;line-height:1.5;font-weight:400;color:#374151}.pos-detail__status{font-weight:700}.pos-detail__status--active{color:#19c094}.pos-detail__status--upcoming{color:#f59e0b}.pos-detail__status--completed{color:#6b7280}.pos-detail__action{margin-top:auto;padding-top:.5rem}.pos-detail__not-found{padding:3rem 0;text-align:center;color:#999;font-size:.9375rem}.fade-in{animation:pdFadeIn .28s ease-out both}@keyframes pdFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(min-width:600px){.pos-detail__main{padding:2rem 2.5rem 1.5rem}.pos-detail__row{padding:16px 20px}}.vote-success{display:flex;flex-direction:column;flex:1;background-color:#f5f5f5}.vote-success__main{flex:1;display:flex;flex-direction:column;padding:1.75rem 2rem 1.5rem;max-width:860px;width:100%;margin:0 auto;box-sizing:border-box}.vote-success__icon-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.vote-success__icon{width:110px;height:110px;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(25,192,148,.3))}.vote-success__title{font-size:1.25rem;font-weight:800;color:#1a1a2e;text-align:center;margin:0 0 10px;line-height:1.35;letter-spacing:-.3px}.vote-success__subtitle{font-size:.9375rem;color:#64748b;text-align:center;margin:0 0 2rem;line-height:1.5}.vote-success__section-label{font-size:.8125rem;font-weight:600;color:#64748b;margin:0 0 .5rem}.vote-success__card{background:#fff;border:1px solid #eaeaea;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.vote-success__row{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-bottom:1px solid #f0f0f0}.vote-success__row--last{border-bottom:none}.vote-success__row-label{font-size:.8125rem;font-weight:500;color:#64748b}.vote-success__row-value{font-size:1rem;font-weight:600;color:#0b0b0b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vote-success__row-value--hash{font-family:Courier New,Courier,monospace;font-size:.9rem;font-weight:500;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vote-success__status{color:#19c094;font-weight:700}.vote-success__action{margin-top:auto;padding-top:.5rem}.fade-in{animation:vsFadeIn .28s ease-out both}@keyframes vsFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(min-width:600px){.vote-success__main{padding:2rem 2.5rem 1.5rem}.vote-success__icon{width:130px;height:130px}.vote-success__title{font-size:1.5rem}.vote-success__row{padding:16px 20px}}.results-page{display:flex;flex-direction:column;flex:1;background:#f5f5f5;min-height:100%}.results-main{flex:1;display:flex;flex-direction:column;width:100%}.results-banner{width:100%;background:#fff;box-shadow:0 2px 12px #00000012}.results-banner__inner{width:100%;max-width:1280px;margin:0 auto;padding:24px 1.25rem 20px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.results-banner__top-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.results-banner__rate{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.res-rate-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.7px}.res-rate-value{font-size:3.25rem;font-weight:900;color:#0b0b0b;letter-spacing:-3px;line-height:1}.res-stats-group{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:0}.res-stat{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex-shrink:0}.res-stat__val{font-size:1rem;font-weight:800;color:#0b0b0b;letter-spacing:-.3px;line-height:1}.res-stat__label{font-size:.6875rem;font-weight:500;color:#94a3b8}.res-stat__divider{width:1px;height:32px;background:#e8ecf0;margin:0 18px;flex-shrink:0}.res-bar{display:flex;width:100%;height:18px;gap:0;border-radius:0}.res-bar__seg{border-radius:0;flex-shrink:0}.res-bar-legend{display:flex;flex-wrap:wrap;gap:6px 8px}.res-bar-legend__item{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e8ecf0;border-radius:6px;padding:4px 10px 4px 6px}.res-bar-legend__dot{width:10px;height:10px;border-radius:2px;flex-shrink:0}.res-bar-legend__name{font-size:.75rem;font-weight:600;color:#374151}.res-bar-legend__pct{font-size:.6875rem;color:#94a3b8}.results-body{width:100%;max-width:1280px;margin:0 auto;padding:1.5rem 1.25rem 3rem;box-sizing:border-box}.results-section-label{font-size:.8125rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem}.results-list{display:flex;flex-direction:column;gap:10px}.results-item{display:flex;align-items:center;gap:12px;background:#fff;border-radius:10px;padding:14px 16px;box-shadow:0 1px 4px #0000000f}.results-item__rank{font-size:.875rem;font-weight:800;color:#cbd5e1;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.results-item__rank--first{background:#19c094;border-radius:50%;color:#fff}.results-item__avatar{width:44px;height:44px;min-width:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:800;color:#fff;flex-shrink:0}.results-item__info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.results-item__name{font-size:.9375rem;font-weight:700;color:#0b0b0b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.results-item__party{font-size:.6875rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.results-item__votes{font-size:.6875rem;font-weight:600;color:#94a3b8}.results-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0;min-width:72px}.results-item__pct{font-size:1.375rem;font-weight:900;color:#0b0b0b;letter-spacing:-.5px;line-height:1}.results-item__bar-track{width:72px;height:5px;background:#f1f5f9;border-radius:0;overflow:hidden}.results-item__bar-fill{height:100%;border-radius:0}.results-header{width:100%;max-width:1280px;margin:0 auto;padding:1.75rem 1.25rem 1.25rem;box-sizing:border-box}.results-header__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#19c094;margin:0 0 .4rem}.results-header__title{font-size:1.5rem;font-weight:800;color:#0b0b0b;letter-spacing:-.4px;margin:0 0 .25rem;line-height:1.2}.results-header__subtitle{font-size:.82rem;color:#94a3b8;margin:0 0 1rem;font-weight:500}.results-header__stats{display:flex;align-items:center;gap:0}.results-header__stat{display:flex;flex-direction:column;gap:2px}.results-header__stat-val{font-size:1.5rem;font-weight:900;color:#0b0b0b;letter-spacing:-.5px;line-height:1}.results-header__stat-label{font-size:.6875rem;font-weight:500;color:#94a3b8}.results-header__stat-divider{width:1px;height:32px;background:#e8ecf0;margin:0 18px;flex-shrink:0}.results-position{width:100%;max-width:1280px;margin:0 auto .5rem;padding:0 1.25rem;box-sizing:border-box}.results-position__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.results-position__count{font-size:.75rem;font-weight:600;color:#94a3b8}.results-position__no-votes{font-size:.875rem;color:#94a3b8;text-align:center;padding:1rem 0 .5rem;margin:0}.results-item__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.results-empty{padding:3rem 1.25rem;text-align:center;color:#999}.fade-in{animation:resFadeIn .28s ease-out both}@keyframes resFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(min-width:600px){.results-header{padding:2rem 2rem 1.25rem}.results-header__title{font-size:1.75rem}.results-position{padding:0 2rem}.results-banner__inner{padding:28px 2rem 22px;gap:18px}.results-body{padding:1.75rem 2rem 3rem}.res-rate-value{font-size:4rem;letter-spacing:-4px}.res-stat__val{font-size:1.125rem}.res-bar{height:22px}.results-item{padding:16px 20px;gap:16px}.results-item__avatar{width:50px;height:50px;min-width:50px}.results-item__name{font-size:1rem}.results-item__pct{font-size:1.625rem}.results-item__right{min-width:90px}.results-item__bar-track{width:90px}}@media(min-width:1024px){.results-header{padding:2.5rem 3rem 1.5rem}.results-header__title{font-size:2rem}.results-position{padding:0 3rem}.results-banner__inner{padding:40px 3rem 32px;gap:22px}.results-body{padding:2rem 3rem 4rem}.res-rate-value{font-size:5rem;letter-spacing:-6px}.res-stat__val{font-size:1.25rem}.res-stat__label{font-size:.75rem}.res-stat__divider{margin:0 24px}.res-bar{height:28px}.results-item__pct{font-size:1.875rem}.results-item__right{min-width:120px}.results-item__bar-track{width:120px;height:6px}}
