:root{--white:#fff;--black:#000;--blue:#3842f4;--grey:#111;--grey-light:#2e2e2e;--silver:#949494}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:General Sans Variable,General Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--white);background-color:var(--black);font-size:16px}a,a:where(:link,:visited,:hover,:active){color:inherit;text-decoration:none}.page-wrapper{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.page-background-shape{position:fixed;right:-200px;top:-100px;width:800px;height:800px;fill:#3842f4;z-index:0;pointer-events:none;opacity:1;overflow:hidden}@media (max-width:768px){.page-background-shape{right:0;top:0;width:400px;height:400px}}.main-content{flex:1;width:100%;position:relative;z-index:1;padding-top:5rem}.voting-footer{margin-top:auto;padding:2rem;border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.5)}.voting-footer-inner{max-width:1200px;margin:0 auto;text-align:center}.voting-footer-text{margin:0;font-size:.875rem;color:var(--silver)}.voting-footer-link{color:var(--blue);text-decoration:underline}.voting-footer-link:hover{color:var(--white)}span.search-highlight{background:rgba(255,255,255,.2);color:inherit;padding:0 1px;border-radius:2px;display:inline}.nominations-section{padding:1rem 0}.nominations-container{max-width:1200px;margin:0 auto;padding:0 2rem}.nominations-content{width:100%}.error-section{padding:4rem 2rem;text-align:center;color:var(--white)}.error-container{max-width:600px;margin:0 auto}.error-heading{font-size:2rem;font-weight:600;margin:0 0 1rem;color:var(--white)}.error-message{font-size:1.125rem;color:var(--silver);margin:0}.error-link{color:var(--blue);text-decoration:underline;margin-left:.5rem}@media (max-width:480px){.nominations-container{padding:0 1rem}}