@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@700&display=swap";
*{border-color:var(--theme-border)}body{background-color:var(--theme-background);color:var(--theme-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}.font-mono{font-family:JetBrains Mono,monospace}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes fade-in-slide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up-entry{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes stagger{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes confetti-fall{0%{left:var(--confetti-x);top:var(--confetti-y);opacity:1;transform:rotate(var(--confetti-rotation))}25%{left:calc(var(--confetti-x) + var(--confetti-velocity-x));top:calc(var(--confetti-y) + var(--confetti-velocity-y)*2);opacity:1}to{left:calc(var(--confetti-x) + var(--confetti-velocity-x)*3);opacity:0;transform:rotate(calc(var(--confetti-rotation) + var(--confetti-rotation-speed)*3));top:120vh}}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.7}}.animate-timer-warning{animation:.2s ease-in-out infinite shake}.animate-fade-in{animation:.2s ease-out fade-in}.animate-slide-up{animation:.3s ease-out slide-up}.animate-fade-in-slide{animation:.3s ease-out fade-in-slide}.animate-slide-up-entry{animation:.5s ease-out slide-up-entry}.animate-pulse-slow{animation:2s ease-in-out infinite pulse-slow}.animate-scale-in{animation:.3s ease-out scale-in}.animate-slide-down{animation:.3s ease-out slide-down}.animate-stagger{animation:.3s ease-out stagger}.confetti-particle{width:var(--confetti-size);height:var(--confetti-size);border-radius:2px}.animate-confetti-fall{animation:3s ease-out forwards confetti-fall}@keyframes rank-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes rank-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes new-entry-pop{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes score-count-up{0%{transform:scale(1)}50%{color:#22c55e;transform:scale(1.2)}to{transform:scale(1)}}@keyframes medal-shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes crown-bounce{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-5px)rotate(-5deg)}75%{transform:translateY(-5px)rotate(5deg)}}@keyframes podium-rise{0%{transform-origin:bottom;transform:scaleY(0)}to{transform-origin:bottom;transform:scaleY(1)}}@keyframes spotlight-pulse{0%,to{box-shadow:0 0 20px #facc154d}50%{box-shadow:0 0 40px #facc1599}}@keyframes progress-fill{0%{width:0%}to{width:var(--progress-width)}}@keyframes streak-flame{0%,to{opacity:1;transform:scaleY(1)scaleX(1)}25%{opacity:.9;transform:scaleY(1.1)scaleX(.9)}50%{opacity:1;transform:scaleY(.9)scaleX(1.1)}75%{opacity:.9;transform:scaleY(1.1)scaleX(.9)}}@keyframes xp-glow{0%,to{box-shadow:0 0 5px #6366f180}50%{box-shadow:0 0 20px #6366f1cc}}@keyframes badge-sparkle{0%,to{filter:brightness()}50%{filter:brightness(1.3)}}@keyframes entry-slide-in{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.animate-rank-up{animation:.5s cubic-bezier(.34,1.56,.64,1) rank-up}.animate-rank-down{animation:.5s cubic-bezier(.34,1.56,.64,1) rank-down}.animate-new-entry{animation:.6s cubic-bezier(.34,1.56,.64,1) new-entry-pop}.animate-score-pop{animation:.4s ease-out score-count-up}.animate-medal-shimmer{background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%) 0 0/200% 100%;animation:2s infinite medal-shimmer}.animate-crown-bounce{animation:2s ease-in-out infinite crown-bounce}.animate-podium-rise{animation:.8s cubic-bezier(.34,1.56,.64,1) podium-rise}.animate-spotlight{animation:2s ease-in-out infinite spotlight-pulse}.animate-progress-fill{animation:1s ease-out forwards progress-fill}.animate-streak-flame{animation:.5s ease-in-out infinite streak-flame}.animate-xp-glow{animation:2s ease-in-out infinite xp-glow}.animate-badge-sparkle{animation:1.5s ease-in-out infinite badge-sparkle}.animate-entry-slide{animation:.4s cubic-bezier(.34,1.56,.64,1) entry-slide-in}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes float{0%,to{transform:translateY(0)translate(0)rotate(0)}25%{transform:translateY(-20px)translate(10px)rotate(5deg)}50%{transform:translateY(-10px)translate(-10px)rotate(-5deg)}75%{transform:translateY(-30px)translate(5px)rotate(3deg)}}@keyframes blob-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.15;transform:scale(1.1)}}.animated-gradient-bg{background:linear-gradient(-45deg,#ec4899,#6366f1,#22c55e,#f59e0b,#ec4899) 0 0/400% 400%;animation:15s infinite gradient-shift}.animate-float{animation:20s ease-in-out infinite float}.animate-blob-pulse{animation:8s ease-in-out infinite blob-pulse}.transition-flat{transition:all .1s cubic-bezier(.4,0,.2,1)}.text-balance{text-wrap:balance}.ckeditor-content{line-height:1.6}.ckeditor-content h1{margin-top:1rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ckeditor-content h2{margin-top:.875rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.ckeditor-content h3{margin-top:.75rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.ckeditor-content p{margin-bottom:.5rem}.ckeditor-content p:last-child{margin-bottom:0}.ckeditor-content ul,.ckeditor-content ol{margin-bottom:.5rem;padding-left:1.5rem}.ckeditor-content li{margin-bottom:.25rem}.ckeditor-content code{background-color:hsl(var(--muted)/.5);border-radius:.25rem;padding:.125rem .25rem;font-family:JetBrains Mono,monospace;font-size:.875em}.ckeditor-content pre{background-color:hsl(var(--muted)/.5);border-radius:.375rem;margin-bottom:.5rem;padding:.75rem;overflow-x:auto}.ckeditor-content pre code{background-color:#0000;padding:0}.ckeditor-content blockquote{border-left:3px solid hsl(var(--border));color:hsl(var(--muted-foreground));margin-bottom:.5rem;margin-left:0;padding-left:1rem;font-style:italic}.ckeditor-content a{color:hsl(var(--primary));text-decoration:underline}.ckeditor-content a:hover{text-decoration:none}.ckeditor-content strong,.ckeditor-content b{font-weight:600}.ckeditor-content em,.ckeditor-content i{font-style:italic}.ckeditor-content sub,.ckeditor-content sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}.ckeditor-content sup{top:-.5em}.ckeditor-content sub{bottom:-.25em}.ckeditor-content table{border-collapse:collapse;width:100%;margin-bottom:.5rem}.ckeditor-content th,.ckeditor-content td{border:1px solid hsl(var(--border));text-align:left;padding:.5rem}.ckeditor-content th{background-color:hsl(var(--muted)/.3);font-weight:600}.ckeditor-content hr{border:none;border-top:1px solid hsl(var(--border));margin:1rem 0}.ckeditor-content img{border-radius:.375rem;max-width:100%;height:auto}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter","Inter Fallback"}
