@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Montserrat,sans-serif;background:#2c2a2a;min-height:100vh;color:#fff}.modal-overlay:has(.code-editor-block.fullscreen),.modal-overlay.has-fullscreen-editor,body.has-fullscreen-editor .modal-overlay{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;z-index:10001!important;padding:0!important;background:#0d1117!important}.modal-content:has(.code-editor-block.fullscreen),.modal-content.has-fullscreen-editor,body.has-fullscreen-editor .modal-content{transform:none!important;max-width:100vw!important;max-height:100vh!important;width:100vw!important;height:100vh!important;border-radius:0!important;margin:0!important;border:none!important;box-shadow:none!important;animation:none!important;z-index:10002!important;background:#0d1117!important;display:block!important;overflow:hidden!important}.modal-content:has(.code-editor-block.fullscreen) .modal-header,.modal-content:has(.code-editor-block.fullscreen) .modal-footer,.modal-content:has(.code-editor-block.fullscreen) .btn-close,.modal-content:has(.code-editor-block.fullscreen) .close-btn,.modal-content.has-fullscreen-editor .modal-header,.modal-content.has-fullscreen-editor .modal-footer,.modal-content.has-fullscreen-editor .btn-close,.modal-content.has-fullscreen-editor .close-btn,body.has-fullscreen-editor .modal-content .modal-header,body.has-fullscreen-editor .modal-content .modal-footer,body.has-fullscreen-editor .modal-content .btn-close,body.has-fullscreen-editor .modal-content .close-btn{display:none!important}.modal-content:has(.code-editor-block.fullscreen) .modal-actions,.modal-content.has-fullscreen-editor .modal-actions,body.has-fullscreen-editor .modal-content .modal-actions{display:none!important}.modal-content:has(.code-editor-block.fullscreen) .modal-body,.modal-content.has-fullscreen-editor .modal-body,body.has-fullscreen-editor .modal-content .modal-body{padding:0!important;height:100vh!important;max-height:100vh!important;overflow:hidden!important;display:block!important}.modal-content:has(.code-editor-block.fullscreen) .topic-wise-wrapper,.modal-content:has(.code-editor-block.fullscreen) .topic-list,.modal-content:has(.code-editor-block.fullscreen) .topic-card,.modal-content:has(.code-editor-block.fullscreen) .topic-card-header,.modal-content:has(.code-editor-block.fullscreen) .topic-card-body,.modal-content:has(.code-editor-block.fullscreen) .topic-content,.modal-content.has-fullscreen-editor .topic-wise-wrapper,.modal-content.has-fullscreen-editor .topic-list,.modal-content.has-fullscreen-editor .topic-card,.modal-content.has-fullscreen-editor .topic-card-header,.modal-content.has-fullscreen-editor .topic-card-body,.modal-content.has-fullscreen-editor .topic-content,body.has-fullscreen-editor .modal-content .topic-wise-wrapper,body.has-fullscreen-editor .modal-content .topic-list,body.has-fullscreen-editor .modal-content .topic-card,body.has-fullscreen-editor .modal-content .topic-card-header,body.has-fullscreen-editor .modal-content .topic-card-body,body.has-fullscreen-editor .modal-content .topic-content{padding:0!important;margin:0!important;height:100%!important;max-width:100vw!important;display:block!important;transform:none!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;perspective:none!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;animation:none!important}body.has-fullscreen-editor{overflow:hidden!important}body.has-fullscreen-editor .modal-overlay,body.has-fullscreen-editor .modal-content{transform:none!important;filter:none!important}.code-editor-block{position:relative;margin:1.5rem 2.5rem;background:#0d1117;border-radius:18px;overflow:hidden;border:1px solid rgba(99,102,241,.28);box-shadow:0 24px 60px -28px #6366f173,0 8px 24px -16px #0009,inset 0 1px #ffffff0a;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,Monaco,monospace;transition:box-shadow .25s ease,transform .25s ease}.code-editor-block:hover{box-shadow:0 28px 70px -28px #6366f199,0 10px 28px -16px #000000a6,inset 0 1px #ffffff0d}.code-editor-block:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899 70%,#f59e0b);opacity:.85;pointer-events:none;z-index:1}.code-editor-block .editor-header{position:relative;display:flex;align-items:center;gap:1.2rem;padding:.85rem 1.25rem;background:linear-gradient(180deg,#161b27,#0d1117);border-bottom:1px solid rgba(99,102,241,.22)}.code-editor-block .editor-header .traffic-lights{display:inline-flex;gap:.45rem}.code-editor-block .editor-header .traffic-lights .light{width:12px;height:12px;border-radius:50%;display:inline-block;box-shadow:0 0 8px #0006,inset 0 1px #ffffff2e}.code-editor-block .editor-header .traffic-lights .light.red{background:#ff5f57}.code-editor-block .editor-header .traffic-lights .light.yellow{background:#febc2e}.code-editor-block .editor-header .traffic-lights .light.green{background:#28c840}.code-editor-block .editor-header .editor-lang{flex:1;font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#c4b5fd;padding:.25rem .7rem;background:#8b5cf61f;border:1px solid rgba(139,92,246,.3);border-radius:999px;align-self:center;max-width:max-content}.code-editor-block .editor-header .header-actions{display:flex;gap:.65rem;align-items:center;margin:0 0 0 auto}.code-editor-block .editor-header .action-btn{background:#ffffff0f;color:#cbd5e1;border:1px solid rgba(255,255,255,.08);padding:.45rem .55rem;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;transition:background .15s,color .15s,transform .15s,border-color .15s}.code-editor-block .editor-header .action-btn .material-icons{font-size:1.15rem}.code-editor-block .editor-header .action-btn:hover{background:#6366f133;border-color:#6366f173;color:#fff;transform:translateY(-1px)}.code-editor-block .editor-header .action-btn:active{transform:translateY(0) scale(.96)}.code-editor-block.fullscreen{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;border-radius:0!important;z-index:100000!important;display:flex;flex-direction:column;border:none!important;background:#0d1117!important}.code-editor-block.fullscreen:before{height:3px!important}.code-editor-block.fullscreen .editor-header{padding:1rem 1.75rem;background:#0d1117;border-bottom:1px solid rgba(99,102,241,.35)}.code-editor-block.fullscreen .editor-header .editor-lang{font-size:.85rem;padding:.35rem .9rem}.code-editor-block.fullscreen .editor-header .action-btn{padding:.6rem}.code-editor-block.fullscreen .editor-header .action-btn .material-icons{font-size:1.35rem}.code-editor-block.fullscreen .editor-split{flex:1;height:calc(100vh - 72px);grid-template-columns:7fr 3fr}.code-editor-block.fullscreen .editor-pane{display:flex;flex-direction:column;height:100%}.code-editor-block.fullscreen .monaco-container{flex:1;height:100%!important;min-height:0!important}.code-editor-block.fullscreen .editor-actions{padding:1rem 2.5rem;background:#0d1117}.code-editor-block.fullscreen .code-output{height:100%;display:flex;flex-direction:column;min-height:0!important}.code-editor-block.fullscreen .code-output .output-header{padding:1rem 1.75rem;font-size:.85rem;border-bottom:1px solid rgba(99,102,241,.15)}.code-editor-block.fullscreen .code-output .output-body{flex:1;height:100%!important;max-height:none!important;min-height:0!important;font-size:.9rem;padding:2.5rem}@media (max-width: 900px){.code-editor-block.fullscreen .editor-split{grid-template-columns:1fr;overflow-y:auto}.code-editor-block.fullscreen .monaco-container{min-height:45vh}.code-editor-block.fullscreen .code-output{min-height:40vh}}.code-editor-block .editor-split{display:grid;grid-template-columns:7fr 3fr;gap:0}.code-editor-block .editor-pane{display:flex;flex-direction:column;min-width:0;border-right:1px solid rgba(99,102,241,.18)}.code-editor-block .output-pane{display:flex;flex-direction:column;min-width:0;background:#08090f}@media (max-width: 768px){.code-editor-block{margin:1rem .75rem;border-radius:14px}.code-editor-block .editor-split{grid-template-columns:1fr}.code-editor-block .editor-pane{border-right:none;border-bottom:1px solid rgba(99,102,241,.18)}}.code-editor-block .monaco-container{width:100%;height:320px;min-height:180px;background:#0d1117!important}.code-editor-block .monaco-container.static{height:240px}@media (max-width: 768px){.code-editor-block .monaco-container{height:280px}.code-editor-block .monaco-container.static{height:180px}}.code-editor-block .editor-resizer{height:6px;background:#6366f11a;cursor:row-resize;display:flex;align-items:center;justify-content:center;transition:background .2s;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(0,0,0,.2)}.code-editor-block .editor-resizer:after{content:"";width:32px;height:3px;border-radius:2px;background:#6366f14d}.code-editor-block .editor-resizer:hover{background:#6366f140}.code-editor-block .editor-resizer:hover:after{background:#6366f199}.code-editor-block .editor-actions{display:flex;align-items:center;gap:.85rem;padding:.85rem 1.15rem;background:linear-gradient(180deg,#11141d,#0d1117);border-top:1px solid rgba(99,102,241,.18)}.code-editor-block .editor-actions .run-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#22c55e,#10b981);color:#fff;border:none;border-radius:10px;padding:.65rem 1.4rem;font-weight:700;font-size:.92rem;letter-spacing:.02em;cursor:pointer;box-shadow:0 8px 20px -8px #22c55e8c,inset 0 1px #ffffff2e;transition:all .2s ease,transform .15s}.code-editor-block .editor-actions .run-btn .material-icons{font-size:1.15rem}.code-editor-block .editor-actions .run-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 28px -10px #22c55ea6,inset 0 1px #ffffff38;filter:brightness(1.08)}.code-editor-block .editor-actions .run-btn:active:not(:disabled){transform:translateY(0)}.code-editor-block .editor-actions .run-btn:disabled{opacity:.55;cursor:not-allowed}.code-editor-block .editor-actions .run-btn.analyze-btn{background:#a78bfa1a!important;border:1px solid rgba(167,139,250,.3)!important;color:#a78bfa!important;box-shadow:none!important;margin-left:8px!important}.code-editor-block .editor-actions .run-btn.analyze-btn:hover:not(:disabled){background:#a78bfa33!important;border-color:#a78bfa80!important;color:#fff!important;transform:translateY(-2px)!important}.code-editor-block .editor-actions .run-status{color:#94a3b8;font-size:.82rem;font-style:italic}.code-editor-block .code-output{position:relative;background:#08090f;min-height:140px;max-height:350px;display:flex;flex-direction:column;transition:box-shadow .2s ease}.code-editor-block .code-output.output-success{box-shadow:inset 3px 0 #22c55e}.code-editor-block .code-output.output-error{box-shadow:inset 3px 0 #ef4444}.code-editor-block .code-output .output-header{display:flex;align-items:center;gap:.55rem;padding:.85rem 1.25rem;color:#94a3b8;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;border-bottom:1px solid rgba(255,255,255,.05);background:linear-gradient(180deg,rgba(99,102,241,.08),transparent)}.code-editor-block .code-output .output-header .material-icons{font-size:1rem;color:#a78bfa}.code-editor-block .code-output .output-header .output-close{margin-left:auto;background:transparent;border:none;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;padding:4px;border-radius:6px}.code-editor-block .code-output .output-header .output-close:hover{background:#ffffff14;color:#fff}.code-editor-block .code-output .output-header .output-close .material-icons{font-size:1rem}.code-editor-block .code-output .output-body{margin:0;padding:1.15rem 1.4rem;color:#e2e8f0;font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,Monaco,monospace;font-size:.9rem;line-height:1.7;white-space:pre-wrap;word-break:break-word;flex:1;overflow-y:auto;background:transparent}.code-editor-block .code-output .output-body::-webkit-scrollbar{width:10px}.code-editor-block .code-output .output-body::-webkit-scrollbar-track{background:transparent}.code-editor-block .code-output .output-body::-webkit-scrollbar-thumb{background:#8b5cf638;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.code-editor-block .code-output .output-body::-webkit-scrollbar-thumb:hover{background:#8b5cf673;background-clip:padding-box}.code-editor-block .code-output.output-success .output-body{color:#d1fae5}.code-editor-block .code-output.output-error .output-body{color:#fecaca}@media (max-width: 768px){.code-editor-block .code-output{min-height:200px}.code-editor-block .code-output .output-body{padding:.95rem 1.1rem;font-size:.86rem}}
