.Game-module__S0fgjG__container{flex-direction:column;align-items:center;gap:1.5rem;max-width:1100px;min-height:100vh;margin:auto;padding:1.5rem;display:flex}.Game-module__S0fgjG__headlineContainer{align-items:center;gap:1rem;width:100%;display:flex}.Game-module__S0fgjG__backLink{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Game-module__S0fgjG__backButton{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:2.25rem;height:2.25rem;color:var(--text-secondary);transition:all var(--duration-normal)ease;background:var(--glass-bg);padding:.5rem;display:inline-block}.Game-module__S0fgjG__backButton:hover{border-color:var(--border-medium);color:var(--text-primary);background:var(--bg-surface-hover)}.Game-module__S0fgjG__heading{text-transform:uppercase;text-align:center;letter-spacing:.02em;flex:1;font-size:1.8rem;font-weight:800}.Game-module__S0fgjG__gameContainer{flex:1;grid-template-columns:2fr 1fr;align-items:start;gap:1.5rem;width:100%;display:grid}.Game-module__S0fgjG__questions{flex-direction:column;gap:1.5rem;display:flex}.Game-module__S0fgjG__questionBox{background:var(--glass-bg);border:var(--glass-border);border-radius:var(--radius-lg);text-align:center;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);box-shadow:var(--glass-shadow);flex-direction:column;justify-content:center;align-items:start;gap:1rem;min-height:180px;padding:.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.Game-module__S0fgjG__questionBox:before{content:"";border-radius:inherit;background:var(--gradient-python);-webkit-mask-composite:xor;opacity:.3;pointer-events:none;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Game-module__S0fgjG__swiftBox:before{background:var(--gradient-swift)}.Game-module__S0fgjG__pythonBox:before{background:var(--gradient-python)}.Game-module__S0fgjG__questionNumber{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.5rem;left:.5rem}.Game-module__S0fgjG__questionText{color:var(--text-primary);width:100%;font-size:1.25rem;font-weight:500;line-height:1.5;overflow-x:auto}.Game-module__S0fgjG__answers{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;display:grid}.Game-module__S0fgjG__answerButton{cursor:pointer;border-radius:var(--radius-md);background:var(--glass-bg);border:1px solid var(--border-subtle);width:100%;min-height:3.5rem;color:var(--text-primary);text-align:left;transition:all var(--duration-normal)ease;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);align-items:center;gap:.75rem;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;display:flex;position:relative}.Game-module__S0fgjG__answerButton:hover:not(:disabled){background:var(--bg-surface-hover);border-color:var(--border-medium)}.Game-module__S0fgjG__answerButton:disabled{cursor:default}.Game-module__S0fgjG__answerLabel{letter-spacing:.02em;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:700;display:flex}.Game-module__S0fgjG__answerLabelPython{background:var(--gradient-python);color:#fff}.Game-module__S0fgjG__answerLabelSwift{background:var(--gradient-swift);color:#fff}.Game-module__S0fgjG__answerText{flex:1;line-height:1.4}.Game-module__S0fgjG__answerPython{border-color:#fcb04526}.Game-module__S0fgjG__answerPython:hover:not(:disabled){border-color:#fcb04566;box-shadow:0 0 20px #fcb04514}.Game-module__S0fgjG__answerSwift{border-color:#3186fb26}.Game-module__S0fgjG__answerSwift:hover:not(:disabled){border-color:#3186fb66;box-shadow:0 0 20px #3186fb14}.Game-module__S0fgjG__answerCorrect{background:#22c55e1f;border-color:#22c55e80;box-shadow:0 0 24px #22c55e26}.Game-module__S0fgjG__answerCorrect .Game-module__S0fgjG__answerLabel{background:var(--gradient-correct)}.Game-module__S0fgjG__answerWrong{background:#ef44441f;border-color:#ef444480;box-shadow:0 0 24px #ef444426}.Game-module__S0fgjG__answerWrong .Game-module__S0fgjG__answerLabel{background:var(--gradient-wrong)}.Game-module__S0fgjG__answerDimmed{opacity:.4}.Game-module__S0fgjG__progressBarContainer{flex-direction:column;gap:.5rem;width:100%;display:flex}.Game-module__S0fgjG__progressTrack{background:var(--bg-surface);border-radius:100px;width:100%;height:4px;overflow:hidden}.Game-module__S0fgjG__progressFill{border-radius:100px;height:100%;position:relative}.Game-module__S0fgjG__progressPython{background:var(--gradient-python)}.Game-module__S0fgjG__progressSwift{background:var(--gradient-swift)}.Game-module__S0fgjG__progressFill:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:0;box-shadow:0 0 8px}.Game-module__S0fgjG__progressText{justify-content:space-between;align-items:baseline;margin:0;display:flex}.Game-module__S0fgjG__currentLevel{color:var(--text-primary);font-size:1.5rem;font-weight:700}.Game-module__S0fgjG__levelProgress{color:var(--text-muted);font-size:.85rem;font-weight:500}@media (min-width:800px){.Game-module__S0fgjG__progressBarContainer{display:none}}.Game-module__S0fgjG__levelsSidebar{align-self:start;position:sticky;top:1.5rem}.Game-module__S0fgjG__levelsList{background:var(--glass-bg);border:var(--glass-border);border-radius:var(--radius-lg);width:100%;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.Game-module__S0fgjG__levelItem{transition:all var(--duration-normal)ease;border-bottom:1px solid #ffffff08;justify-content:center;align-items:center;font-size:.9rem;font-weight:500;display:flex}.Game-module__S0fgjG__levelItem:last-child{border-bottom:none}.Game-module__S0fgjG__levelCurrent{font-weight:700;position:relative}.Game-module__S0fgjG__levelHighlight{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:100%;padding:.25rem 0;font-weight:700;display:flex}.Game-module__S0fgjG__levelHighlightPython{background:var(--gradient-python);box-shadow:0 0 20px #fcb04540}.Game-module__S0fgjG__levelHighlightSwift{background:var(--gradient-swift);box-shadow:0 0 20px #3186fb40}.Game-module__S0fgjG__levelCompleted{color:var(--text-muted)}.Game-module__S0fgjG__levelCompleted,.Game-module__S0fgjG__levelHighlight,.Game-module__S0fgjG__levelUpcoming{padding:.5rem 1rem}.Game-module__S0fgjG__levelCompletedText{color:var(--color-correct);align-items:center;gap:.5rem;font-weight:500;display:flex}.Game-module__S0fgjG__levelUpcoming{color:var(--text-secondary)}@media (max-width:800px){.Game-module__S0fgjG__container{gap:1rem;padding:1rem .75rem}.Game-module__S0fgjG__heading{font-size:1.3rem}.Game-module__S0fgjG__levelsSidebar{display:none}.Game-module__S0fgjG__gameContainer{grid-template-columns:1fr}.Game-module__S0fgjG__questionBox{min-height:140px;padding:1.5rem 1rem}.Game-module__S0fgjG__questionText{font-size:1rem}.Game-module__S0fgjG__answers{grid-template-columns:1fr;gap:.5rem}.Game-module__S0fgjG__answerButton{min-height:3rem;padding:.875rem 1rem;font-size:.875rem}}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#adbac7;background:#22272e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#f47067}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#dcbdfb}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#6cb6ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#96d0ff}.hljs-built_in,.hljs-symbol{color:#f69d50}.hljs-comment,.hljs-code,.hljs-formula{color:#768390}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#8ddb8c}.hljs-subst{color:#adbac7}.hljs-section{color:#316dca;font-weight:700}.hljs-bullet{color:#eac55f}.hljs-emphasis{color:#adbac7;font-style:italic}.hljs-strong{color:#adbac7;font-weight:700}.hljs-addition{color:#b4f1b4;background-color:#1b4721}.hljs-deletion{color:#ffd8d3;background-color:#78191b}
.Markdown-module__ZBuKcq__markdownContent{word-break:break-word;line-height:1.5}.Markdown-module__ZBuKcq__markdownContent p{margin:0}.Markdown-module__ZBuKcq__markdownContent p+p{margin-top:.5em}.Markdown-module__ZBuKcq__markdownContent strong{font-weight:700}.Markdown-module__ZBuKcq__markdownContent em{font-style:italic}.Markdown-module__ZBuKcq__markdownContent ul,.Markdown-module__ZBuKcq__markdownContent ol{margin:.5em 0;padding-left:1.5em}.Markdown-module__ZBuKcq__markdownContent li{margin:.25em 0}.Markdown-module__ZBuKcq__markdownContent code{color:var(--text-primary);background:#ffffff14;border:1px solid #ffffff0f;border-radius:4px;padding:.15em .4em;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.88em}.Markdown-module__ZBuKcq__markdownContent pre{border-radius:var(--radius-sm);background:#0006;border:1px solid #ffffff0f;max-width:100%;margin:.75em 0;padding:0;overflow:hidden}.Markdown-module__ZBuKcq__markdownContent pre code{white-space:pre;-webkit-overflow-scrolling:touch;background:0 0;border:none;border-radius:0;padding:.75rem 1rem;font-size:.85rem;line-height:1.55;display:block;overflow-x:auto}.Markdown-module__ZBuKcq__markdownContent pre code::-webkit-scrollbar{height:4px}.Markdown-module__ZBuKcq__markdownContent pre code::-webkit-scrollbar-track{background:0 0}.Markdown-module__ZBuKcq__markdownContent pre code::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.Markdown-module__ZBuKcq__markdownQuestion{text-align:center}.Markdown-module__ZBuKcq__markdownQuestion pre{text-align:left}.Markdown-module__ZBuKcq__markdownAnswer,.Markdown-module__ZBuKcq__markdownAnswer p{display:inline}.Markdown-module__ZBuKcq__markdownAnswer code{padding:.1em .35em;font-size:.85em}@media (max-width:800px){.Markdown-module__ZBuKcq__markdownContent pre code{padding:.6rem .75rem;font-size:.8rem}.Markdown-module__ZBuKcq__markdownContent code{font-size:.84em}}
.GameOver-module__wPma_W__container{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1rem 0;display:flex}.GameOver-module__wPma_W__container p{color:var(--text-secondary);margin:0;font-size:1.05rem;line-height:1.6}.GameOver-module__wPma_W__title{color:var(--text-primary);margin:0;font-size:2.5rem;font-weight:800;line-height:1.1}.GameOver-module__wPma_W__scoreText{letter-spacing:-.02em;font-size:2rem;font-weight:800}.GameOver-module__wPma_W__biggerText{font-size:1.3rem;font-weight:700}.GameOver-module__wPma_W__question{color:var(--text-primary);font-weight:600}.GameOver-module__wPma_W__answer{border-radius:var(--radius-md);color:#fff;justify-content:center;padding:.875rem 2rem;font-size:1.05rem;font-weight:600;display:inline-flex}.GameOver-module__wPma_W__answerPython{background:var(--gradient-python);box-shadow:0 0 20px #fcb04533}.GameOver-module__wPma_W__answerSwift{background:var(--gradient-swift);box-shadow:0 0 20px #3186fb33}.GameOver-module__wPma_W__infoContainer{background:var(--glass-bg);border:var(--glass-border);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;max-width:500px;padding:1.25rem 1.5rem;display:flex}.GameOver-module__wPma_W__infoContainer p{margin:0;font-size:.9rem}.GameOver-module__wPma_W__shareScore{margin-left:.5rem}.GameOver-module__wPma_W__twitterShare{background:var(--color-twitter);color:#fff;cursor:pointer;transition:all var(--duration-normal)ease;border-radius:6px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.GameOver-module__wPma_W__twitterShare:before{content:"";background:url(../media/twitter.ae12638d.svg) 50%/contain no-repeat;width:16px;height:16px;display:inline-block}.GameOver-module__wPma_W__twitterShare:hover{background:var(--color-twitter-hover);box-shadow:0 0 12px #1da1f24d}.GameOver-module__wPma_W__playAgainButton{cursor:pointer;border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--duration-normal)ease;background:0 0;margin-top:.5rem;padding:.875rem 2.5rem;font-family:inherit;font-size:1rem;font-weight:600}.GameOver-module__wPma_W__pythonBorder{border:2px solid #fcb04566}.GameOver-module__wPma_W__pythonBorder:hover{background:#fcb0450d;border-color:#fcb045cc;box-shadow:0 0 20px #fcb04526}.GameOver-module__wPma_W__swiftBorder{border:2px solid #3186fb66}.GameOver-module__wPma_W__swiftBorder:hover{background:#3186fb0d;border-color:#3186fbcc;box-shadow:0 0 20px #3186fb26}.GameOver-module__wPma_W__hashtag{color:#fff;border-radius:6px;padding:.25rem .5rem;font-size:.85rem;font-weight:600;display:inline-block}.GameOver-module__wPma_W__swiftHashtag{background:var(--gradient-swift)}.GameOver-module__wPma_W__pythonHashtag{background:var(--gradient-python)}.GameOver-module__wPma_W__confettiContainer{pointer-events:none;z-index:100;position:fixed;inset:0;overflow:hidden}.GameOver-module__wPma_W__confettiParticle{position:absolute;top:0}@media (max-width:800px){.GameOver-module__wPma_W__title{font-size:1.8rem}.GameOver-module__wPma_W__container{gap:1rem;padding:.5rem}.GameOver-module__wPma_W__playAgainButton{width:100%;padding:.875rem 1.5rem}.GameOver-module__wPma_W__infoContainer{padding:1rem}}
