.Voting_container__li196{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;animation:Voting_pageLoad__cku8q 1s ease-out}@keyframes Voting_pageLoad__cku8q{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Voting_pageHeader__1kMlh{margin-bottom:2rem;text-align:center;animation:Voting_fadeInDown__jKidT .8s ease-out}@keyframes Voting_fadeInDown__jKidT{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.Voting_title__ssGpE{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color)}.Voting_description__aCgbl{color:var(--text-secondary);margin-bottom:2rem}.Voting_error__xDxSW{background-color:rgba(239,68,68,.1);border:1px solid var(--border-color);color:#ef4444}.Voting_error__xDxSW,.Voting_loading__uIHES{padding:1.5rem;text-align:center;font-size:1.125rem;border-radius:8px}.Voting_loading__uIHES{background-color:var(--sidebar-bg);border:1px solid var(--border-color)}.Voting_stats__FzcGW{display:flex;gap:.75rem;margin-bottom:2rem}.Voting_stat__JtUra{flex:1 1;background:linear-gradient(165deg,rgba(255,255,255,.05),rgba(255,255,255,.02));backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 12px -1px rgba(0,0,0,.1);padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.Voting_stat__JtUra:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.15);box-shadow:0 8px 32px -4px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.1)}.Voting_stat__JtUra h3{font-size:.875rem;color:var(--text-secondary);margin:0 0 .5rem;font-weight:500;letter-spacing:.02em}.Voting_stat__JtUra p{font-size:1.5rem;font-weight:600;margin:0;letter-spacing:-.02em;display:flex;align-items:baseline;gap:.375rem}.Voting_stat__JtUra p.Voting_yes__NgQSh{color:rgba(var(--status-success-rgb),1);text-shadow:0 0 20px rgba(var(--status-success-rgb),.3)}.Voting_stat__JtUra p.Voting_no__Dxh9f{color:rgba(var(--status-error-rgb),1);text-shadow:0 0 20px rgba(var(--status-error-rgb),.3)}.Voting_stat__JtUra p.Voting_abstain__tKN8_{color:rgba(var(--status-warning-rgb),1);text-shadow:0 0 20px rgba(var(--status-warning-rgb),.3)}.Voting_statPercent__yCL6_{font-size:.875rem;font-weight:500;opacity:.7}@media (max-width:768px){.Voting_stats__FzcGW{flex-direction:column;gap:.5rem}.Voting_stat__JtUra{padding:1rem}.Voting_stat__JtUra p{font-size:1.25rem}}@media (max-width:480px){.Voting_stats__FzcGW{grid-template-columns:1fr}}.Voting_listContainer__zmj1S{width:100%;animation:Voting_fadeInUp__36nLF .8s ease-out .6s both}@keyframes Voting_fadeInUp__36nLF{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.Voting_list__CmFhc{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem;margin:1.5rem 0}.Voting_item__NyegD{background:linear-gradient(165deg,rgba(255,255,255,.03),rgba(255,255,255,.01));backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(255,255,255,.05);border-radius:12px;cursor:pointer;transition:all .5s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 4px 24px -6px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.05);animation:Voting_cardSlideIn__3KyLr .6s ease-out both}.Voting_item__NyegD:first-child{animation-delay:.1s}.Voting_item__NyegD:nth-child(2){animation-delay:.2s}.Voting_item__NyegD:nth-child(3){animation-delay:.3s}.Voting_item__NyegD:nth-child(4){animation-delay:.4s}.Voting_item__NyegD:nth-child(5){animation-delay:.5s}.Voting_item__NyegD:nth-child(6){animation-delay:.6s}.Voting_item__NyegD:nth-child(7){animation-delay:.7s}.Voting_item__NyegD:nth-child(8){animation-delay:.8s}.Voting_item__NyegD:nth-child(9){animation-delay:.9s}@keyframes Voting_cardSlideIn__3KyLr{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.Voting_item__NyegD:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,rgba(255,255,255,.03),rgba(255,255,255,0));opacity:0;transition:opacity .5s cubic-bezier(.22,1,.36,1);pointer-events:none}.Voting_item__NyegD:after{content:"";position:absolute;inset:-100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.03) 30%,rgba(255,255,255,.06) 50%,rgba(255,255,255,.03) 70%,transparent);transition:transform 1.2s cubic-bezier(.22,1,.36,1);transform:translateX(-100%) rotate(45deg);pointer-events:none}.Voting_item__NyegD:hover{background:linear-gradient(165deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border-color:rgba(255,255,255,.1);transform:translateY(-2px);box-shadow:0 8px 32px -4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1)}.Voting_item__NyegD:hover:before{opacity:1}.Voting_item__NyegD:hover:after{transform:translateX(100%) rotate(45deg)}.Voting_cardContent__K_bL0{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.Voting_title__ssGpE{font-size:1.125rem;font-weight:600;color:rgba(255,255,255,.95);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8rem;letter-spacing:-.01em}.Voting_voteHeader__w_uG2{font-size:.75rem;font-weight:600;padding:.75rem;text-align:center;text-transform:uppercase;letter-spacing:.05em;width:100%;transition:all .3s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;border-radius:12px 12px 0 0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.Voting_voteHeader__w_uG2:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.2);z-index:1;pointer-events:none}.Voting_voteHeader__w_uG2:after{content:"";position:absolute;inset:0;background:linear-gradient(165deg,rgba(255,255,255,.05),transparent);z-index:2;opacity:0;transition:opacity .3s ease}.Voting_voteHeader__w_uG2.Voting_yes__NgQSh{background:linear-gradient(165deg,rgba(56,232,225,.15),rgba(20,184,166,.1));color:rgb(126,255,248);text-shadow:0 0 20px rgba(56,232,225,.4),0 1px 3px rgba(0,0,0,.4);box-shadow:inset 0 1px 2px rgba(56,232,225,.1),0 1px 3px rgba(0,0,0,.2)}.Voting_voteHeader__w_uG2.Voting_no__Dxh9f{background:linear-gradient(165deg,rgba(255,120,203,.15),rgba(219,39,119,.1));color:rgb(255,180,233);text-shadow:0 0 20px rgba(255,120,203,.4),0 1px 3px rgba(0,0,0,.4);box-shadow:inset 0 1px 2px rgba(255,120,203,.1),0 1px 3px rgba(0,0,0,.2)}.Voting_voteHeader__w_uG2.Voting_abstain__tKN8_{background:linear-gradient(165deg,rgba(148,163,184,.15),rgba(71,85,105,.1));color:rgb(226,232,240);text-shadow:0 0 20px rgba(148,163,184,.4),0 1px 3px rgba(0,0,0,.4);box-shadow:inset 0 1px 2px rgba(148,163,184,.1),0 1px 3px rgba(0,0,0,.2)}.Voting_item__NyegD:hover .Voting_voteHeader__w_uG2:after{opacity:1}.Voting_item__NyegD:hover .Voting_voteHeader__w_uG2.Voting_yes__NgQSh{background:linear-gradient(165deg,rgba(56,232,225,.2),rgba(20,184,166,.15));color:rgb(156,255,248);text-shadow:0 0 25px rgba(56,232,225,.5),0 1px 3px rgba(0,0,0,.5)}.Voting_item__NyegD:hover .Voting_voteHeader__w_uG2.Voting_no__Dxh9f{background:linear-gradient(165deg,rgba(255,120,203,.2),rgba(219,39,119,.15));color:rgb(255,200,233);text-shadow:0 0 25px rgba(255,120,203,.5),0 1px 3px rgba(0,0,0,.5)}.Voting_item__NyegD:hover .Voting_voteHeader__w_uG2.Voting_abstain__tKN8_{background:linear-gradient(165deg,rgba(148,163,184,.2),rgba(71,85,105,.15));color:rgb(236,242,250);text-shadow:0 0 25px rgba(148,163,184,.5),0 1px 3px rgba(0,0,0,.5)}.Voting_type__wISuy{font-size:.75rem;color:rgba(255,255,255,.5);padding:.375rem .75rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:6px;display:inline-block;margin-top:.5rem;transition:all .3s ease}.Voting_item__NyegD:hover .Voting_type__wISuy{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08)}.Voting_rationale__blKxL{font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.7);margin:.5rem 0;padding:0}.Voting_meta__z8WHJ{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;margin-top:auto}.Voting_meta__z8WHJ div{background:rgba(0,0,0,.1);padding:.625rem .875rem;border-radius:8px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.Voting_meta__z8WHJ div:hover{background:rgba(0,0,0,.15);border-color:rgba(255,255,255,.1)}.Voting_meta__z8WHJ span{display:block;font-size:.75rem;color:rgba(255,255,255,.5);margin-bottom:.25rem}.Voting_meta__z8WHJ strong{display:block;font-size:.875rem;color:rgba(255,255,255,.9);font-weight:600;letter-spacing:-.01em}@media (max-width:768px){.Voting_list__CmFhc{grid-template-columns:1fr;gap:1rem}.Voting_item__NyegD{padding:1rem}.Voting_meta__z8WHJ{gap:.5rem}.Voting_meta__z8WHJ div{padding:.5rem .75rem}}.Voting_links__wM96F{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-top:auto;width:100%}.Voting_link__HN6y7{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.8);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;width:100%;height:36px}.Voting_link__HN6y7:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,1);transform:translateY(-1px)}.Voting_link__HN6y7:active{transform:translateY(0)}@media (max-width:1200px){.Voting_list__CmFhc{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:640px){.Voting_header__o_qwz{flex-direction:row;align-items:flex-start}.Voting_vote__r_8hM{margin:0}}.Voting_searchResults__Y5Eh_{margin-top:1rem;margin-bottom:1rem}.Voting_searchResults__Y5Eh_ h2{font-size:1.2rem;font-weight:600;color:var(--text-color);padding:.5rem 0;border-bottom:1px solid var(--border-color)}.Voting_stat__JtUra .Voting_yes__NgQSh{color:var(--status-green)}.Voting_stat__JtUra .Voting_no__Dxh9f{color:var(--status-red)}.Voting_stat__JtUra .Voting_abstain__tKN8_{color:var(--status-gray)}.Voting_clickable__g8Uxl{cursor:pointer;transition:background-color .2s ease}.Voting_clickable__g8Uxl:hover{background-color:rgba(0,0,0,.05)}.Voting_statsBar__ZmFI5{display:flex;gap:.75rem;margin-bottom:2rem}.Voting_statsCard__JxsSq{flex:1 1;background:linear-gradient(165deg,rgba(255,255,255,.03),rgba(255,255,255,.01));backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-radius:12px;border:1px solid rgba(255,255,255,.05);box-shadow:0 2px 12px -1px rgba(0,0,0,.05);padding:1.25rem;transition:all .5s cubic-bezier(.22,1,.36,1)}.Voting_statsCard__JxsSq:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.15);box-shadow:0 8px 32px -4px rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,255,255,.1)}.Voting_statsCard__JxsSq:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,rgba(255,255,255,.03),rgba(255,255,255,0));opacity:0;transition:opacity .5s cubic-bezier(.22,1,.36,1);pointer-events:none}.Voting_statsCard__JxsSq:after{content:"";position:absolute;inset:-100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.03) 30%,rgba(255,255,255,.06) 50%,rgba(255,255,255,.03) 70%,transparent);transition:transform 1.2s cubic-bezier(.22,1,.36,1);transform:translateX(-100%) rotate(45deg);pointer-events:none}.Voting_statsCard__JxsSq:hover:before{opacity:1}.Voting_statsCard__JxsSq:hover:after{transform:translateX(100%) rotate(45deg)}.Voting_statsLabel__JOzJD{font-size:.875rem;color:rgba(255,255,255,.6);margin-bottom:.5rem;letter-spacing:.02em}.Voting_statsValue__mb_GQ{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;display:flex;align-items:baseline;gap:.375rem}.Voting_statsValue__mb_GQ.Voting_yes__NgQSh{color:rgba(56,232,225,.9);text-shadow:0 0 20px rgba(56,232,225,.3)}.Voting_statsValue__mb_GQ.Voting_no__Dxh9f{color:rgba(255,120,203,.9);text-shadow:0 0 20px rgba(255,120,203,.3)}.Voting_statsValue__mb_GQ.Voting_abstain__tKN8_{color:rgba(148,163,184,.9);text-shadow:0 0 20px rgba(148,163,184,.3)}.Voting_statsPercent__K9vNn{font-size:.875rem;font-weight:500;opacity:.7}@media (max-width:768px){.Voting_statsBar__ZmFI5{flex-direction:column;gap:.5rem}.Voting_statsCard__JxsSq{padding:1rem}.Voting_statsValue__mb_GQ{font-size:1.25rem}}.Voting_votingProgress__cDA8A{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;margin:2rem 0;padding:2rem;background:linear-gradient(165deg,rgba(255,255,255,.02),rgba(255,255,255,.005));backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:16px;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 32px -8px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.02);transition:all .4s cubic-bezier(.4,0,.2,1);animation:Voting_fadeInUp__36nLF .8s ease-out 1.4s both}.Voting_votingProgress__cDA8A:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.08)}.Voting_drepStats__CPkNF{display:flex;flex-direction:row;gap:3rem;width:100%}.Voting_donutChartContainer__k2bwW{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;flex:1 1}.Voting_chartHeader__lJe4i{width:100%;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.Voting_chartTitle__bz4W7{text-align:center;width:100%}.Voting_participationRate__3epQo{font-size:.875rem;color:#94a3b8;font-weight:500;white-space:nowrap}.Voting_donutChartWrapper__L7nby{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5rem;width:100%}.Voting_statItem__uCZgO{display:flex;flex-direction:column;gap:.5rem}.Voting_statLabel__H20h8{color:var(--text-secondary);font-size:.875rem;font-weight:500;letter-spacing:.02em}.Voting_statValue__tbNjd{color:var(--text-primary);font-size:1.75rem;font-weight:600;letter-spacing:-.02em}@media (max-width:900px){.Voting_votingProgress__cDA8A{gap:2rem;padding:1.5rem}.Voting_donutChartWrapper__L7nby{align-items:center}.Voting_drepStats__CPkNF{flex-direction:column;min-width:0;gap:1.5rem}}.Voting_progressBars__gXnRU{display:flex;flex-direction:column;gap:1rem}.Voting_progressRow__dSZ_d{display:flex;align-items:center;gap:1rem}.Voting_progressLabel__2pSb_{font-size:.875rem;color:var(--text-secondary);min-width:80px}.Voting_progressBar__1epum{flex:1 1;height:8px;background:rgba(0,0,0,.6);border-radius:4px;overflow:hidden;position:relative}.Voting_progressFill__9yjAA{height:100%;border-radius:4px;transition:all .3s ease}.Voting_progressFill__9yjAA,.Voting_progressFill__9yjAA.Voting_abstain__tKN8_,.Voting_progressFill__9yjAA.Voting_no__Dxh9f,.Voting_progressFill__9yjAA.Voting_yes__NgQSh{background:linear-gradient(90deg,rgba(255,255,255,.5),rgba(255,255,255,.7));box-shadow:0 0 10px rgba(255,255,255,.2),0 0 5px rgba(255,255,255,.1),inset 0 1px 2px rgba(0,0,0,.3)}.Voting_progressRow__dSZ_d:hover .Voting_progressFill__9yjAA{filter:brightness(1.2)}.Voting_progressValue__tui2n{font-size:.875rem;color:var(--text-color);min-width:60px;text-align:right}.Voting_infoCardsSection__a4zCh{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem;animation:Voting_fadeInUp__36nLF .8s ease-out 1s both}.Voting_infoCard__bN4el{background:linear-gradient(165deg,rgba(255,255,255,.02),rgba(255,255,255,.01));backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);border-radius:12px;border:1px solid rgba(255,255,255,.05);padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:Voting_cardSlideIn__3KyLr .6s ease-out both}.Voting_infoCard__bN4el:first-child{animation-delay:1.1s}.Voting_infoCard__bN4el:nth-child(2){animation-delay:1.2s}.Voting_infoCard__bN4el:nth-child(3){animation-delay:1.3s}.Voting_infoCard__bN4el:hover{transform:translateY(-5px) scale(1.02);border-color:rgba(255,255,255,.1);box-shadow:0 12px 40px -8px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.06)}.Voting_infoCardTitle__Ax_6P{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.Voting_infoCardContent__FW4wv{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.Voting_placeholderText__UHHPP{color:var(--text-secondary);font-style:italic;opacity:.7}.Voting_bioSection__LdT8S{background:linear-gradient(165deg,rgba(255,255,255,.02),rgba(255,255,255,.01));backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-radius:16px;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 32px -8px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.02);padding:2rem;margin-bottom:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:Voting_fadeInUp__36nLF .8s ease-out .8s both}.Voting_bioSection__LdT8S:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.08);box-shadow:0 8px 48px -12px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.04)}.Voting_bioTitle__bJZ6h{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.Voting_bioContent__sxfRe{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;max-width:80ch}.Voting_drepId__O2o9q{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem;background:linear-gradient(165deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.05);border-radius:12px;font-family:JetBrains Mono,monospace;font-size:.875rem;color:rgba(255,255,255,.7);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;width:100%;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative}.Voting_drepIdIndicator__v6nbb{flex-shrink:0;width:8px;height:8px;background:#38E8E1;border-radius:50%;box-shadow:0 0 12px rgba(56,232,225,.5);transition:all .3s cubic-bezier(.4,0,.2,1)}.Voting_drepIdText__jj4Lq{flex-grow:1;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all}.Voting_drepIdFull__6X_Ea{display:inline-block}.Voting_drepIdShort__kpAVo{display:none}.Voting_copyIcon__58ZoQ{width:16px;height:16px;color:rgba(255,255,255,.5);transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.Voting_copied__gH8gw{color:#38E8E1;font-size:1rem;font-weight:700;animation:Voting_fadeIn__ySig_ .3s ease-in-out}@keyframes Voting_fadeIn__ySig_{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.Voting_drepId__O2o9q:hover .Voting_copyIcon__58ZoQ:not(.Voting_copied__gH8gw){color:rgba(255,255,255,.9);transform:scale(1.1)}.Voting_drepId__O2o9q:before{content:none}.Voting_drepId__O2o9q:hover{background:linear-gradient(165deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.9);transform:translateY(-1px);box-shadow:0 4px 20px -4px rgba(56,232,225,.15),inset 0 0 0 1px rgba(255,255,255,.05)}.Voting_drepId__O2o9q:hover .Voting_drepIdIndicator__v6nbb{transform:scale(1.2);box-shadow:0 0 16px rgba(56,232,225,.6)}.Voting_donutChart__3Ju3n{width:100%;aspect-ratio:1;max-width:240px;margin:1rem auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);will-change:transform,filter;transform-origin:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.Voting_donutChart__3Ju3n:hover{filter:drop-shadow(0 8px 24px rgba(0,0,0,.25));transform:scale(1.02)}.Voting_donutLegend__mBN9W{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:auto;padding-top:1.5rem}.Voting_legendColor__vaeZT{width:12px;height:12px;border-radius:50%;margin-right:12px;opacity:.7}.Voting_legendColor__vaeZT.Voting_voted__LF49G{background:linear-gradient(135deg,rgba(56,232,225,.7),rgba(20,184,166,.6))}.Voting_legendColor__vaeZT.Voting_notVoted__nTwE4{background:linear-gradient(135deg,rgba(148,163,184,.6),rgba(71,85,105,.5))}.Voting_yes__NgQSh{background:linear-gradient(135deg,rgba(56,232,225,.7),rgba(20,184,166,.6) 40%,rgba(8,74,67,.5) 80%,rgba(0,0,0,.8))}.Voting_no__Dxh9f,.Voting_yes__NgQSh{box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .5s cubic-bezier(.4,0,.2,1)}.Voting_no__Dxh9f{background:linear-gradient(135deg,rgba(255,120,203,.7),rgba(219,39,119,.6) 40%,rgba(88,16,48,.5) 80%,rgba(0,0,0,.8))}.Voting_abstain__tKN8_{background:linear-gradient(135deg,rgba(226,232,240,.6),rgba(148,163,184,.5) 40%,rgba(71,85,105,.4) 80%,rgba(30,41,59,.7));box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .5s cubic-bezier(.4,0,.2,1)}.Voting_legendItem__sI4Pj{display:flex;align-items:center;padding:12px 20px;border-radius:12px;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;background:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:48px;border:1px solid rgba(255,255,255,.05)}.Voting_legendItem__sI4Pj.Voting_active__SY_NJ,.Voting_legendItem__sI4Pj:hover{background:transparent;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,255,255,.1);border-color:rgba(255,255,255,.1)}.Voting_legendItem__sI4Pj.Voting_active__SY_NJ .Voting_yes__NgQSh,.Voting_legendItem__sI4Pj:hover .Voting_yes__NgQSh{background:linear-gradient(135deg,rgba(96,255,248,1),rgba(34,211,238,.95) 40%,rgba(12,100,90,.9) 80%,rgba(0,0,0,.95));box-shadow:0 2px 8px rgba(56,232,225,.3);transition:all .5s cubic-bezier(.4,0,.2,1)}.Voting_legendItem__sI4Pj.Voting_active__SY_NJ .Voting_no__Dxh9f,.Voting_legendItem__sI4Pj:hover .Voting_no__Dxh9f{background:linear-gradient(135deg,rgba(255,140,223,1),rgba(236,72,153,.95) 40%,rgba(112,26,62,.9) 80%,rgba(0,0,0,.95));box-shadow:0 2px 8px rgba(255,120,203,.3);transition:all .5s cubic-bezier(.4,0,.2,1)}.Voting_legendItem__sI4Pj.Voting_active__SY_NJ .Voting_abstain__tKN8_,.Voting_legendItem__sI4Pj:hover .Voting_abstain__tKN8_{background:linear-gradient(135deg,rgba(241,245,249,.95),rgba(203,213,225,.9) 40%,rgba(100,116,139,.85) 80%,rgba(51,65,85,.95));box-shadow:0 2px 8px rgba(148,163,184,.3);transition:all .5s cubic-bezier(.4,0,.2,1)}.Voting_legendLabel__WMehV{font-size:16px;font-weight:500;color:rgba(255,255,255,.9);margin-right:12px}.Voting_legendValue__A1clN{font-size:16px;font-weight:600;color:rgba(255,255,255,.7);margin-left:auto;padding:6px 12px;background:rgba(0,0,0,.2);border-radius:6px;min-width:32px;text-align:center}@media (max-width:768px){.Voting_donutChartContainer__k2bwW{flex-direction:column;gap:2rem;padding:1.25rem}.Voting_donutChart__3Ju3n{max-width:200px}.Voting_donutLegend__mBN9W{padding-top:1.25rem}.Voting_drepId__O2o9q{font-size:.75rem;padding:.75rem 1rem;gap:.5rem;align-items:center}.Voting_drepIdText__jj4Lq{order:unset;width:auto;margin-top:0}.Voting_drepIdFull__6X_Ea{display:none}.Voting_drepIdShort__kpAVo{display:inline-block}.Voting_drepIdIndicator__v6nbb{order:unset}.Voting_copyIcon__58ZoQ{order:unset;margin-left:auto}.Voting_bioSection__LdT8S{padding:1.25rem}.Voting_bioTitle__bJZ6h{font-size:1.3rem;margin-bottom:.75rem}.Voting_bioContent__sxfRe{font-size:1rem;max-width:100%}}@media (max-width:480px){.Voting_drepId__O2o9q{font-size:.7rem;padding:.5rem .75rem}.Voting_drepIdIndicator__v6nbb{width:6px;height:6px}.Voting_bioSection__LdT8S{padding:1rem}.Voting_bioTitle__bJZ6h{font-size:1.2rem}.Voting_bioContent__sxfRe{font-size:.9rem}}.Voting_searchContainer__fLnPS{margin-bottom:2rem;width:100%;max-width:600px;margin-left:auto;margin-right:auto;position:relative}.Voting_searchInput__1RBg3{width:100%;padding:1rem 1.25rem;font-size:1rem;color:rgba(255,255,255,.9);background:linear-gradient(165deg,rgba(56,232,225,.08),rgba(20,184,166,.05)),linear-gradient(90deg,rgba(56,232,225,.05) 0,transparent);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(56,232,225,.15);border-radius:12px;box-shadow:0 8px 32px -4px rgba(56,232,225,.1),inset 0 0 0 1px rgba(56,232,225,.1);transition:all .5s cubic-bezier(.22,1,.36,1)}.Voting_searchInput__1RBg3::placeholder{color:rgba(255,255,255,.4)}.Voting_searchInput__1RBg3:focus{outline:none;background:linear-gradient(165deg,rgba(56,232,225,.12),rgba(20,184,166,.08)),linear-gradient(90deg,rgba(56,232,225,.08) 0,transparent);border-color:rgba(56,232,225,.25);box-shadow:0 8px 32px -4px rgba(56,232,225,.15),inset 0 0 0 1px rgba(56,232,225,.15);transform:translateY(-2px)}.Voting_searchInput__1RBg3:hover{background:linear-gradient(165deg,rgba(56,232,225,.1),rgba(20,184,166,.06)),linear-gradient(90deg,rgba(56,232,225,.06) 0,transparent);border-color:rgba(56,232,225,.2);transform:translateY(-1px)}@media (max-width:768px){.Voting_searchContainer__fLnPS{padding:0 1rem}.Voting_searchInput__1RBg3{padding:.875rem 1rem;font-size:.9375rem}}.Voting_sectionTitle__1GfnG{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-align:left}.Voting_chartsGrid__ypVXt{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem;width:100%;margin-top:1rem;align-items:stretch}@media (max-width:1200px){.Voting_chartsGrid__ypVXt{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.Voting_chartsGrid__ypVXt{grid-template-columns:1fr}.Voting_votingProgress__cDA8A{padding:1.5rem}}.Voting_chartCard__yrPq9{background:rgba(17,24,39,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);display:flex;flex-direction:column;height:100%}.Voting_chartTitle__bz4W7{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;text-align:left;min-height:2rem;display:flex;align-items:center}.Voting_legendContainer__ZyFGp{display:flex;flex-direction:column;gap:12px;padding:0 16px}.Voting_legendRow__e2ao6{display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,.9);font-size:.875rem}.Voting_legendLeft__5r4tJ{display:flex;align-items:center;gap:8px}.Voting_legendIndicator__tt_yM{width:12px;height:12px;border-radius:3px}.Voting_legendText__jyOEE{color:rgba(255,255,255,.9)}.Voting_legendValue__A1clN{color:rgba(255,255,255,.9);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:1024px){.Voting_infoCardsSection__a4zCh{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Voting_infoCardsSection__a4zCh{grid-template-columns:1fr;gap:1rem}.Voting_infoCard__bN4el{padding:1.25rem}.Voting_infoCardTitle__Ax_6P{font-size:1.15rem;margin-bottom:.75rem}.Voting_infoCardContent__FW4wv{font-size:.9rem}}@media (max-width:480px){.Voting_infoCard__bN4el{padding:1rem}.Voting_infoCardTitle__Ax_6P{font-size:1.1rem}.Voting_infoCardContent__FW4wv{font-size:.85rem}}.ProposalModal_overlay__rUfix{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(165deg,rgba(56,232,225,.02),rgba(0,0,0,.85));display:flex;justify-content:center;align-items:center;z-index:9999;padding:2rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ProposalModal_modal__GLb_r{max-width:1200px;max-height:90vh;width:100%;background:linear-gradient(165deg,rgba(56,232,225,.03),rgba(0,0,0,.95));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 0 0 1px rgba(56,232,225,.03);display:flex;flex-direction:column;animation:ProposalModal_expandModal__0zkTn .3s ease-out forwards;overflow-y:auto;position:relative;border-radius:12px}.ProposalModal_closeButton__qvYYS{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;opacity:.7;transition:opacity .2s;z-index:10}.ProposalModal_closeButton__qvYYS:hover{opacity:1}.ProposalModal_header__eX5GA{padding:40px 20px;display:flex;flex-direction:column;align-items:center;background:rgba(0,0,0,.2);position:relative}.ProposalModal_title__fbBsc{font-size:2rem;color:#fff;margin:0;text-align:center;max-width:800px}.ProposalModal_proposalTitle__HEfb4{font-size:1.5rem;color:#fff;margin:0;line-height:1.4}.ProposalModal_content__gOWR_{flex:1 1;padding:40px;max-width:1200px;width:100%;margin:20px auto 0}.ProposalModal_section__mSS9C{background:linear-gradient(165deg,rgba(255,255,255,.03),rgba(255,255,255,.01));backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-radius:12px;border:1px solid rgba(255,255,255,.05);padding:1.5rem;margin-bottom:1.5rem;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.22,1,.36,1)}.ProposalModal_section__mSS9C:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,rgba(255,255,255,.03),transparent);opacity:0;transition:opacity .5s cubic-bezier(.22,1,.36,1);pointer-events:none}.ProposalModal_section__mSS9C:after{content:"";position:absolute;inset:-100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.02) 30%,rgba(255,255,255,.04) 50%,rgba(255,255,255,.02) 70%,transparent);transition:transform 1.2s cubic-bezier(.22,1,.36,1);transform:translateX(-100%) rotate(45deg);pointer-events:none}.ProposalModal_section__mSS9C:hover{background:linear-gradient(165deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border-color:rgba(255,255,255,.1);box-shadow:0 8px 24px -4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1)}.ProposalModal_section__mSS9C:hover:before{opacity:1}.ProposalModal_section__mSS9C:hover:after{transform:translateX(100%) rotate(45deg)}.ProposalModal_sectionTitle__duwLp{font-size:1.125rem;font-weight:600;color:rgba(255,255,255,.9);margin:0 0 1.25rem;letter-spacing:-.01em}.ProposalModal_metadata__BaYlP{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem}.ProposalModal_metaItem__8Omcn{background:rgba(0,0,0,.2);padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.03)}.ProposalModal_metaLabel__XFEI5{font-size:.75rem;color:rgba(255,255,255,.5);margin-bottom:.5rem;display:block}.ProposalModal_metaValue__COXpN{font-size:.875rem;color:rgba(255,255,255,.9);word-break:break-word;line-height:1.5}.ProposalModal_epochsWrapper__BAE1n{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.ProposalModal_epoch__vYtTt{background:rgba(0,0,0,.2);padding:.875rem;border-radius:8px;border:1px solid rgba(255,255,255,.03)}.ProposalModal_epochLabel__XZBDY{font-size:.75rem;color:rgba(255,255,255,.5);margin-bottom:.375rem;display:block}.ProposalModal_epochValue__9LOsX{font-size:.875rem;color:rgba(255,255,255,.9);font-weight:600}.ProposalModal_rationale__C_0By{font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.8);margin:0;white-space:pre-wrap;background:rgba(0,0,0,.2);padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.03)}.ProposalModal_vote__Me5aA{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.ProposalModal_vote__Me5aA.ProposalModal_yes__clUe9{background:linear-gradient(165deg,rgba(56,232,225,.15),rgba(20,184,166,.1));color:rgb(56,232,225);border:1px solid rgba(56,232,225,.2);box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 0 0 1px rgba(56,232,225,.1);text-shadow:0 0 20px rgba(56,232,225,.5)}.ProposalModal_vote__Me5aA.ProposalModal_no__ELnlN{background:linear-gradient(165deg,rgba(255,120,203,.15),rgba(219,39,119,.1));color:rgb(255,120,203);border:1px solid rgba(255,120,203,.2);box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,120,203,.1);text-shadow:0 0 20px rgba(255,120,203,.5)}.ProposalModal_vote__Me5aA.ProposalModal_abstain__45az_{background:linear-gradient(165deg,rgba(148,163,184,.15),rgba(71,85,105,.1));color:rgb(148,163,184);border:1px solid rgba(148,163,184,.2);box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 0 0 1px rgba(148,163,184,.1);text-shadow:0 0 20px rgba(148,163,184,.5)}.ProposalModal_actions__PJmey{display:flex;gap:1rem;flex-wrap:wrap}.ProposalModal_actionButton___kqrl{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(165deg,rgba(255,255,255,.04),rgba(255,255,255,.02));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.9);font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.ProposalModal_actionButton___kqrl:hover{background:linear-gradient(165deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border-color:rgba(255,255,255,.2);transform:translateY(-1px);box-shadow:0 8px 24px -4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1)}.ProposalModal_txDetails__zcMLu{display:flex;flex-direction:column;gap:1rem}.ProposalModal_txItem__rJTOA{padding:.5rem 0;border-radius:8px}.ProposalModal_txLabel__UbKBY{font-size:.75rem;color:rgba(255,255,255,.5);margin-bottom:.5rem;display:block}.ProposalModal_txCopyWrapper__YmD18{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;background:linear-gradient(165deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.05);border-radius:6px;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.ProposalModal_txCopyWrapper__YmD18:hover{background:linear-gradient(165deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border-color:rgba(255,255,255,.1);box-shadow:0 4px 12px -2px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.05)}.ProposalModal_txHash__aMtTz{font-family:monospace;font-size:.875rem;color:rgba(255,255,255,.9);word-break:break-all;flex:1 1;min-width:0;padding:.25rem 0}.ProposalModal_copyButton__ss_xQ{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);color:rgba(255,255,255,.5);cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;border-radius:4px}.ProposalModal_copyButton__ss_xQ:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}@keyframes ProposalModal_expandModal__0zkTn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:768px){.ProposalModal_modal__GLb_r{padding:20px}.ProposalModal_content__gOWR_{padding:20px;margin-top:10px}.ProposalModal_header__eX5GA{padding:20px 10px}.ProposalModal_title__fbBsc{font-size:1.5rem}.ProposalModal_section__mSS9C{padding:1.25rem;margin-bottom:1rem}.ProposalModal_sectionTitle__duwLp{font-size:1rem;margin-bottom:1rem}.ProposalModal_metadata__BaYlP{grid-template-columns:1fr;gap:1rem}.ProposalModal_epoch__vYtTt,.ProposalModal_metaItem__8Omcn{padding:.75rem}.ProposalModal_actions__PJmey{flex-direction:column;gap:.75rem}.ProposalModal_actionButton___kqrl{width:100%;justify-content:center}.ProposalModal_txCopyWrapper__YmD18{padding:.625rem;gap:.5rem}.ProposalModal_txHash__aMtTz{font-size:.8125rem;padding:.125rem 0}.ProposalModal_copyButton__ss_xQ{padding:.3125rem}.ProposalModal_txItem__rJTOA{padding:.375rem 0}}.PageHeader_headerContainer__YxJqn{width:100%;display:flex;justify-content:center;margin-bottom:2rem}.PageHeader_header__DLrF4{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:1.5rem 0}.PageHeader_titleArea__j9kBO{display:flex;align-items:center;gap:1rem}.PageHeader_headerIcon__Hs52_,.PageHeader_title__Lgo5m{font-size:1.75rem;color:rgba(255,255,255,.9)}.PageHeader_title__Lgo5m{font-weight:600;margin:0}.PageHeader_title__Lgo5m span{color:rgba(255,255,255,.6)}.PageHeader_subtitle__GyonA{font-size:.9rem;color:rgba(255,255,255,.6);margin:.25rem 0 0}.PageHeader_actions__IgwDy{display:flex;align-items:center;gap:1rem}@media (max-width:768px){.PageHeader_header__DLrF4{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 0}.PageHeader_headerContainer__YxJqn{margin-top:-3rem}.PageHeader_titleArea__j9kBO{width:100%}.PageHeader_title__Lgo5m{font-size:1.5rem}.PageHeader_subtitle__GyonA{font-size:.85rem}.PageHeader_actions__IgwDy{width:100%;justify-content:flex-end}}@media (max-width:480px){.PageHeader_headerContainer__YxJqn{margin-bottom:1.5rem;margin-top:-3rem}.PageHeader_header__DLrF4{padding:.75rem 0}.PageHeader_title__Lgo5m{font-size:1.35rem}.PageHeader_subtitle__GyonA{font-size:.8rem;margin-top:.15rem}}.DelegationGrowth_container__dZZXC{width:100%;padding:1rem;background:linear-gradient(165deg,rgba(255,255,255,.05),rgba(255,255,255,.02));backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 12px -1px rgba(0,0,0,.1);height:100%}.DelegationGrowth_title__ujXs7{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.DelegationGrowth_chart__LmmXL{width:100%;height:300px}.DelegationGrowth_xAxis__eg7pz,.DelegationGrowth_yAxisAda__fr_yy,.DelegationGrowth_yAxisDelegators__4tZYT{color:#94a3b8}.DelegationGrowth_xAxis__eg7pz line,.DelegationGrowth_xAxis__eg7pz path,.DelegationGrowth_yAxisAda__fr_yy line,.DelegationGrowth_yAxisAda__fr_yy path,.DelegationGrowth_yAxisDelegators__4tZYT line,.DelegationGrowth_yAxisDelegators__4tZYT path{stroke:rgba(148,163,184,.2)}.DelegationGrowth_lineAda__2nm3o{stroke:rgba(255,255,255,.9);stroke-width:2;fill:none;transition:stroke-width .2s,filter .2s}.DelegationGrowth_lineDelegators__YCG7k{stroke:rgba(203,213,225,.8);stroke-width:2;fill:none;transition:stroke-width .2s,filter .2s}.DelegationGrowth_focusCircleAda__Hz9Wj{fill:rgba(255,255,255,.9)}.DelegationGrowth_focusCircleDelegators__OKNvX{fill:rgba(203,213,225,.8)}.DelegationGrowth_focusTextAda__8TCe8,.DelegationGrowth_focusTextDelegators__lNKub{fill:#fff;font-size:12px}.DelegationGrowth_overlay__gyHGx{cursor:crosshair}.DelegationGrowth_legend__uxLUT{font-size:12px}.DelegationGrowth_legendText__O0VEA{fill:#94a3b8;font-size:.75rem}.DelegationGrowth_legendItem__dybh6{fill:#fff}.DelegationGrowth_legendItem__dybh6 line{stroke-width:2}.DelegationGrowth_xAxis__eg7pz text,.DelegationGrowth_yAxisAda__fr_yy text,.DelegationGrowth_yAxisDelegators__4tZYT text,.DelegationGrowth_yLabelAda__jWRMV,.DelegationGrowth_yLabelDelegators__kFULQ{fill:rgba(255,255,255,.6);font-size:.75rem}.DelegationGrowth_focus__xjDXD circle{fill:rgba(255,255,255,.9);stroke:rgba(0,0,0,.5);stroke-width:1}@media (max-width:768px){.DelegationGrowth_container__dZZXC{padding:1rem;margin:.75rem 0}.DelegationGrowth_title__ujXs7{font-size:1rem;margin-bottom:1rem}.DelegationGrowth_chart__LmmXL{height:250px}.DelegationGrowth_xAxis__eg7pz text,.DelegationGrowth_yAxisAda__fr_yy text,.DelegationGrowth_yAxisDelegators__4tZYT text,.DelegationGrowth_yLabelAda__jWRMV,.DelegationGrowth_yLabelDelegators__kFULQ{font-size:.625rem}}.DelegationGrowth_legendBox__sg0d7{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;position:relative;padding-left:16px}.DelegationGrowth_tooltip__cLTEE{position:absolute;left:180px;top:50%;transform:translateY(-50%) translateX(-10px);padding:12px;min-width:150px;transition:opacity .3s ease,transform .3s ease;z-index:2;opacity:0}.DelegationGrowth_tooltipContent__Lyp5Y{transition:opacity .3s ease;opacity:0}.DelegationGrowth_tooltip__cLTEE.DelegationGrowth_visible__2OI5_{opacity:1;transform:translateY(-50%) translateX(0)}.DelegationGrowth_tooltip__cLTEE.DelegationGrowth_visible__2OI5_ .DelegationGrowth_tooltipContent__Lyp5Y{opacity:1}.DelegationGrowth_tooltipValue__AK22n{font-size:16px;font-weight:600;color:white;margin-bottom:4px;transition:transform .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.5)}.DelegationGrowth_tooltipDate__8mwnm{font-size:12px;color:rgba(255,255,255,.7);transition:transform .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.5)}.DelegationGrowth_tooltip__cLTEE.DelegationGrowth_visible__2OI5_ .DelegationGrowth_tooltipDate__8mwnm,.DelegationGrowth_tooltip__cLTEE.DelegationGrowth_visible__2OI5_ .DelegationGrowth_tooltipValue__AK22n{transform:translateY(0)}.DelegationGrowth_tooltip__cLTEE:not(.DelegationGrowth_visible__2OI5_) .DelegationGrowth_tooltipDate__8mwnm,.DelegationGrowth_tooltip__cLTEE:not(.DelegationGrowth_visible__2OI5_) .DelegationGrowth_tooltipValue__AK22n{transform:translateY(-5px)}.DelegationGrowth_legendItem__dybh6{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s}.DelegationGrowth_legendLine__8_Wxo{display:inline-block;width:24px;height:4px;border-radius:2px;margin-right:.5rem;transition:box-shadow .2s,filter .2s}.DelegationGrowth_legendItemActive__d7EEO,.DelegationGrowth_legendItem__dybh6:hover{color:#fff}.DelegationGrowth_legendItemActive__d7EEO .DelegationGrowth_legendLine__8_Wxo,.DelegationGrowth_legendItem__dybh6:hover .DelegationGrowth_legendLine__8_Wxo{box-shadow:0 0 8px 2px rgba(56,232,225,.5),0 0 8px 2px rgba(255,120,203,.5);filter:brightness(1.3)}.DelegationGrowth_lineAdaActive__j9zRu{stroke-width:4!important;filter:drop-shadow(0 0 6px rgba(255,255,255,.5))}.DelegationGrowth_lineDelegatorsActive__ukIGB{stroke-width:4!important;filter:drop-shadow(0 0 6px rgba(203,213,225,.5))}.DelegationGrowth_focusTooltipBg__i_5MT{display:none}.DelegationGrowth_focusText__qYktI{fill:rgba(255,255,255,.9);font-size:12px;font-weight:500}.DRepMetricsSection_metricsSection___XzjM{margin-bottom:2rem;padding:1.5rem;animation:DRepMetricsSection_fadeInUp__vxX4j .8s ease-out .3s both}.DRepMetricsSection_sectionTitle__ItgMb{font-size:1.5rem;font-weight:600;color:rgba(255,255,255,.95);margin-bottom:1.5rem;text-align:center;letter-spacing:-.01em}.DRepMetricsSection_metricsGrid__G6pfm{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.DRepMetricsSection_metricCard__CjXic{padding:1.5rem;text-align:center;position:relative;animation:DRepMetricsSection_slideInScale__L51hm .6s ease-out both;transition:transform .3s ease}.DRepMetricsSection_metricCard__CjXic:first-child{animation-delay:.1s}.DRepMetricsSection_metricCard__CjXic:nth-child(2){animation-delay:.2s}.DRepMetricsSection_metricCard__CjXic:nth-child(3){animation-delay:.3s}.DRepMetricsSection_metricCard__CjXic:nth-child(4){animation-delay:.4s}.DRepMetricsSection_metricCard__CjXic:hover{transform:translateY(-5px) scale(1.02)}.DRepMetricsSection_metricValue__lZ3ly{font-size:3rem;font-weight:700;color:rgba(255,255,255,.95);margin-bottom:.75rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 0 20px rgba(56,232,225,.2);animation:DRepMetricsSection_numberPulse__QtrQG 3s ease-in-out infinite;transition:all .3s ease}.DRepMetricsSection_metricCard__CjXic:hover .DRepMetricsSection_metricValue__lZ3ly{transform:scale(1.1);text-shadow:0 0 30px rgba(56,232,225,.4);animation-play-state:paused}.DRepMetricsSection_metricLabel__5_0r5{font-size:1.125rem;color:rgba(255,255,255,.7);font-weight:500;text-transform:uppercase;letter-spacing:.02em;transition:all .3s ease}.DRepMetricsSection_metricCard__CjXic:hover .DRepMetricsSection_metricLabel__5_0r5{color:rgba(255,255,255,.9);transform:translateY(-2px)}@keyframes DRepMetricsSection_fadeInUp__vxX4j{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes DRepMetricsSection_slideInScale__L51hm{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes DRepMetricsSection_numberPulse__QtrQG{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@media (max-width:768px){.DRepMetricsSection_metricsSection___XzjM{padding:1rem;margin-bottom:1.5rem}.DRepMetricsSection_metricsGrid__G6pfm{grid-template-columns:repeat(2,1fr);gap:.75rem}.DRepMetricsSection_metricCard__CjXic{padding:1rem}.DRepMetricsSection_metricValue__lZ3ly{font-size:2.25rem}.DRepMetricsSection_metricLabel__5_0r5{font-size:1rem}@keyframes DRepMetricsSection_numberPulse__QtrQG{0%,to{transform:scale(1)}50%{transform:scale(1.01)}}}@media (max-width:480px){.DRepMetricsSection_metricsGrid__G6pfm{grid-template-columns:1fr}.DRepMetricsSection_metricValue__lZ3ly{font-size:2rem}.DRepMetricsSection_metricLabel__5_0r5{font-size:.925rem}}.DRepImageSection_imageSection__SnJmk{margin-bottom:2rem;padding:1.5rem;animation:DRepImageSection_fadeInUp__uSh_S .8s ease-out;transform:translateY(0)}.DRepImageSection_imageContainer__EaQE_{display:flex;justify-content:center;align-items:center;position:relative;animation:DRepImageSection_parallaxFloat__Hb_d7 6s ease-in-out infinite}.DRepImageSection_drepImage__vb0_t{width:100%;height:auto;border-radius:16px;transition:all .4s cubic-bezier(.25,.46,.45,.94);object-fit:contain;position:relative;z-index:0;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));animation:DRepImageSection_imageGlow__DLvSo 4s ease-in-out infinite alternate}.DRepImageSection_imageContainer__EaQE_:hover{animation-play-state:paused}.DRepImageSection_imageContainer__EaQE_:hover .DRepImageSection_drepImage__vb0_t{transform:scale(1.01) rotateY(2deg);filter:drop-shadow(0 6px 16px rgba(0,0,0,.4));animation-play-state:paused}@keyframes DRepImageSection_fadeInUp__uSh_S{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes DRepImageSection_parallaxFloat__Hb_d7{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes DRepImageSection_imageGlow__DLvSo{0%{filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}to{filter:drop-shadow(0 6px 20px rgba(56,232,225,.2))}}@media (max-width:768px){.DRepImageSection_imageSection__SnJmk{padding:1rem;margin-bottom:1.5rem}.DRepImageSection_drepImage__vb0_t{width:100%;height:auto;border-radius:12px}@keyframes DRepImageSection_parallaxFloat__Hb_d7{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}}@media (max-width:480px){.DRepImageSection_imageSection__SnJmk{padding:.75rem}.DRepImageSection_drepImage__vb0_t{border-radius:10px}@keyframes DRepImageSection_parallaxFloat__Hb_d7{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}}