*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:#0d1117}body{font-family:Courier New,Courier,Monaco,Menlo,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#c9d1d9}a{color:#58a6ff;text-decoration:none}a:hover{text-decoration:underline}.site-footer{border-top:1px solid rgba(88,166,255,.22);margin-top:3rem;padding:2rem 1.5rem 2.5rem;background:rgba(13,17,23,.95)}.site-footer__content{max-width:1100px;margin:0 auto;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1.4fr 1fr 1fr}.site-footer__title{font-size:1rem;font-weight:700;color:#58a6ff;margin-bottom:.4rem}.site-footer__copy,.site-footer__text{color:#8b949e;line-height:1.6}.site-footer__links{display:flex;flex-direction:column;gap:.45rem}.site-footer__links a{color:#c9d1d9}.site-footer__links a:hover{color:#58a6ff}.site-footer__copy{max-width:1100px;margin:1.25rem auto 0;font-size:.95rem}.legal-page{min-height:70vh;padding:3rem 1.25rem 2rem}.legal-page__shell{max-width:860px;margin:0 auto;padding:2rem;border:1px solid rgba(88,166,255,.2);border-radius:16px;background:rgba(13,17,23,.85);box-shadow:0 12px 40px rgba(0,0,0,.2)}.legal-page__back{display:inline-block;margin-bottom:1rem;color:#58a6ff}.legal-page__intro{margin:1rem 0 1.5rem;color:#8b949e;line-height:1.7}.legal-page__content{display:grid;grid-gap:1rem;gap:1rem}.legal-page__content section{border-top:1px solid rgba(88,166,255,.14);padding-top:1rem}.legal-page__content h2{margin-bottom:.35rem;font-size:1rem;color:#f0f6fc}.legal-page__content p{line-height:1.75;color:#c9d1d9}@media (max-width:768px){.site-footer__content{grid-template-columns:1fr}.legal-page{padding:2rem 1rem 1rem}.legal-page__shell{padding:1.25rem}}.terminal-content::-webkit-scrollbar{width:10px}.terminal-content::-webkit-scrollbar-track{background:#0d1117;border-radius:0}.terminal-content::-webkit-scrollbar-thumb{background:#30363d;border-radius:5px;border:2px solid #0d1117}.terminal-content::-webkit-scrollbar-thumb:hover{background:#484f58}.terminal-content{scrollbar-width:thin;scrollbar-color:#30363d #0d1117}@keyframes shine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-shine{pointer-events:none}@keyframes rainbow-rotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}.rainbow-border-button{position:relative;isolation:isolate}.rainbow-border-button:before{content:"";position:absolute;inset:-1px;border-radius:6px;padding:1px;background:linear-gradient(90deg,rgba(255,0,150,.5),rgba(0,204,255,.5),rgba(128,255,0,.5),rgba(255,0,150,.5));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1;animation:rainbow-rotate 3s linear infinite;opacity:.6}.rainbow-border-button:hover:before{opacity:1}@keyframes winnerPulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.02);filter:brightness(1.15)}}@keyframes winnerBadgeFadeIn{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px);background:rgba(88,166,255,.12)}60%{opacity:1;transform:translateY(2px)}to{opacity:1;transform:translateY(0);background:rgba(88,166,255,.06)}}