@import"https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.monaco-pane-container{height:100%;width:100%;display:flex;flex-direction:column;font-family:monospace;font-size:.875rem}.monaco-editor-section{height:55%;display:flex;flex-direction:column;border-bottom:1px solid #27272a;min-height:0;position:relative}.monaco-header{padding:.5rem 1rem;border-bottom:1px solid #27272a;background-color:#18181b;display:flex;align-items:center;justify-content:space-between}.monaco-title{font-size:.75rem;font-weight:700;color:#a1a1aa;letter-spacing:.1em;text-transform:uppercase;margin:0}.monaco-language{font-size:.625rem;background-color:#27272a;color:#d4d4d8;padding:0 .5rem;border-radius:.25rem;text-transform:uppercase}.monaco-editor-wrapper{flex:1;min-height:0;background-color:#09090b}.monaco-tabs-section{height:45%;display:flex;flex-direction:column;background-color:#0f0f11;min-height:0}.monaco-tab-headers{display:flex;background-color:#18181b;border-bottom:1px solid #27272a}.monaco-tab-btn{flex:1;padding:.625rem 0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:color .2s;border:none;border-bottom:2px solid transparent;background:transparent;color:#71717a;cursor:pointer}.monaco-tab-btn:hover{color:#d4d4d8}.monaco-tab-btn.active{background-color:#0f0f11}#tab-btn-checker.active{border-bottom-color:#10b981;color:#34d399}#tab-btn-chat.active{border-bottom-color:#3b82f6;color:#60a5fa}.monaco-tab-contents{flex:1;overflow-y:auto;overflow-x:hidden}.monaco-tab-contents::-webkit-scrollbar{width:6px;height:6px}.monaco-tab-contents::-webkit-scrollbar-track{background:transparent}.monaco-tab-contents::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}.monaco-tab-contents::-webkit-scrollbar-thumb:hover{background:#3f3f46}.monaco-tab-content{display:none;height:100%}.monaco-tab-content.active{display:flex;flex-direction:column}#tab-content-checker{padding:1rem;gap:1rem}.run-check-btn{align-self:flex-start;padding:.5rem 1rem;background-color:#27272a;color:#f4f4f5;border:1px solid #3f3f46;font-size:.75rem;font-weight:700;letter-spacing:.025em;border-radius:.25rem;cursor:pointer;transition:all .2s}.run-check-btn:hover:not(:disabled){background-color:#3f3f46}.run-check-btn:focus{outline:none;box-shadow:0 0 0 1px #10b981}.run-check-btn:disabled{opacity:.6;cursor:not-allowed}.result-display{margin-top:.5rem;flex:1}.error-dialog{border-radius:.375rem;background-color:#450a0a33;border:1px solid rgba(127,29,29,.3);padding:1rem;animation:slideIn .3s ease-out}.error-header{display:flex;align-items:center;gap:.5rem;color:#f87171;margin-bottom:.5rem}.error-header h3{font-size:.75rem;font-weight:700;text-transform:uppercase;margin:0}.error-text{font-size:.75rem;color:#fecacae6;margin:0;line-height:1.5}.error-list{list-style-type:disc;margin-left:1.25rem;font-size:.75rem;color:#fecacacc;margin-top:0;margin-bottom:0;padding-left:0}.error-list li{margin-bottom:.375rem}.error-list code{font-family:monospace}.success-dialog{border-radius:.375rem;background-color:#064e3b33;border:1px solid rgba(16,185,129,.3);padding:1rem;animation:slideIn .3s ease-out}.success-header{display:flex;align-items:center;gap:.5rem;color:#34d399;margin-bottom:.5rem}.success-header h3{font-size:.75rem;font-weight:700;text-transform:uppercase;margin:0}.success-text{font-size:.75rem;color:#a7f3d0e6;margin:0;line-height:1.5}.success-popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease-in-out}.success-popup.show{opacity:1}.success-popup-overlay{position:absolute;inset:0;background-color:#000c;backdrop-filter:blur(4px)}.success-popup-content{position:relative;z-index:10000;background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid #10b981;border-radius:1rem;padding:3rem 2rem;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px #10b9814d;animation:popupSlideIn .5s ease-out}@keyframes popupSlideIn{0%{transform:translateY(-50px) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.success-animation{position:relative;margin-bottom:1.5rem}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;animation:iconPulse 2s ease-in-out infinite;box-shadow:0 0 30px #10b98180}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 30px #10b98180}50%{transform:scale(1.05);box-shadow:0 0 40px #10b981b3}}.success-title{font-size:1.75rem;font-weight:800;color:#10b981;margin:0 0 1rem;text-shadow:0 0 20px rgba(16,185,129,.5);animation:titleGlow 2s ease-in-out infinite}@keyframes titleGlow{0%,to{text-shadow:0 0 20px rgba(16,185,129,.5)}50%{text-shadow:0 0 30px rgba(16,185,129,.8)}}.success-message{font-size:1rem;color:#d4d4d8;margin:0 0 2rem;line-height:1.6}.success-btn{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-decoration:none;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-radius:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d}.success-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180;background:linear-gradient(135deg,#059669,#047857)}.confetti-container{position:absolute;inset:0;pointer-events:none;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;background:#10b981;animation:confettiFall 3s ease-out infinite}.confetti:nth-child(1){left:10%;animation-delay:0s;background:#10b981}.confetti:nth-child(2){left:20%;animation-delay:.2s;background:#3b82f6}.confetti:nth-child(3){left:30%;animation-delay:.4s;background:#f59e0b}.confetti:nth-child(4){left:40%;animation-delay:.6s;background:#ef4444}.confetti:nth-child(5){left:50%;animation-delay:.8s;background:#8b5cf6}.confetti:nth-child(6){left:60%;animation-delay:1s;background:#ec4899}.confetti:nth-child(7){left:70%;animation-delay:1.2s;background:#10b981}.confetti:nth-child(8){left:80%;animation-delay:1.4s;background:#3b82f6}.confetti:nth-child(9){left:90%;animation-delay:1.6s;background:#f59e0b}.confetti:nth-child(10){left:95%;animation-delay:1.8s;background:#ef4444}@keyframes confettiFall{0%{transform:translateY(-100px) rotate(0);opacity:1}to{transform:translateY(400px) rotate(720deg);opacity:0}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}#tab-content-chat{background-color:#09090b}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.chat-messages::-webkit-scrollbar{width:6px;height:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#3f3f46}.chat-msg{display:flex;gap:.75rem;max-width:85%}.user-msg{margin-left:auto;justify-content:flex-end}.ai-avatar{width:1.5rem;height:1.5rem;flex-shrink:0;border-radius:.25rem;background-color:#3b82f633;color:#60a5fa;display:flex;align-items:center;justify-content:center;border:1px solid rgba(59,130,246,.3)}.msg-bubble{font-size:.75rem;padding:.75rem;border-radius:.375rem;line-height:1.625}.ai-bubble{color:#d4d4d8;background-color:#18181b;border:1px solid #27272a;border-top-left-radius:0}.user-bubble{color:#a1a1aa;background-color:#27272a;border:1px solid #3f3f46;border-top-right-radius:0}.chat-input-area{padding:.75rem;border-top:1px solid #27272a;background-color:#18181b}.chat-input-wrapper{position:relative}.chat-input{width:100%;box-sizing:border-box;background-color:#09090b;border:1px solid #3f3f46;color:#d4d4d8;border-radius:.375rem;padding:.625rem 2.5rem .625rem .75rem;font-size:.75rem;transition:border-color .2s}.chat-input::placeholder{color:#52525b}.chat-input:focus{outline:none;border-color:#3b82f680}.chat-send-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:#71717a;background:transparent;border:none;padding:.25rem;cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center}.chat-send-btn:hover{color:#60a5fa}.topic-page-main{height:100vh;width:100%;background-color:#000;color:#d4d4d8;font-family:Montserrat Alternates,sans-serif;font-weight:500;letter-spacing:.01em;position:relative;overflow:hidden;background-size:40px 40px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px)}.topic-page-main::selection{background-color:#10b9814d;color:#6ee7b7}.topic-page-grid{height:100%;max-width:1920px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem}@media(min-width:1024px){.topic-page-grid{grid-template-columns:repeat(2,1fr)}}.content-column{display:flex;flex-direction:column;min-height:0;background-color:#20203ded;backdrop-filter:blur(10px);border:1px solid #27272a;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.column-header{border-bottom:1px solid #27272a;background-color:#18181b;padding:.75rem 1.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:space-between}.topic-title{font-size:.875rem;font-weight:700;color:#f4f4f5;text-transform:uppercase;letter-spacing:.05em}.scrollable-content{flex-grow:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1.5rem}.scrollable-content::-webkit-scrollbar{width:6px;height:6px}.scrollable-content::-webkit-scrollbar-track{background:transparent}.scrollable-content::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb:hover{background:#3f3f46}.prose-styles{font-size:.875rem;color:#d4d4d8;max-width:none}.prose-styles a{color:#34d399}.prose-styles pre{background-color:transparent!important;padding:0!important;border:0!important}pre code.hljs{background-color:#18181b!important;border:1px solid #27272a;border-radius:.5rem;padding:1rem;overflow-x:auto;display:block}.instructions-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#71717a;border-bottom:1px solid #27272a;padding-bottom:.5rem;margin-bottom:1rem}.expected-output-wrapper{display:none;margin-top:1rem;padding:1rem;border-radius:.25rem;background-color:#18181b;border:1px solid #27272a}.expected-output-wrapper.visible{display:block}.expected-output-title{font-size:.75rem;font-weight:700;color:#a1a1aa;text-transform:uppercase;margin-bottom:.5rem}
