body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.problem-content h2{border-bottom:1px solid #ffffff1a;color:#00d4ff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.problem-content p{color:#e8e8f0;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.task-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.task-item{background:#ffffff0d;border-left:3px solid #4ecdc4;border-radius:.5rem;padding:1rem 1rem 1rem 4rem;position:relative}.task-number{align-items:center;background:#4ecdc4;border:2px solid #ffffff1a;border-radius:50%;color:#1e1e2e;display:flex;font-size:1rem;font-weight:700;height:2.25rem;justify-content:center;left:1rem;position:absolute;top:1rem;width:2.25rem}.code-example{background:#1e1e2e;border:1px solid #ffffff1a;border-radius:.5rem;color:#e8e8f0;font-family:Fira Code,monospace;font-size:.95rem;margin-bottom:1.5rem;padding:1.5rem}.requirements-list{list-style-type:none;margin-bottom:1.5rem;padding-left:0}.requirements-list li{color:#e8e8f0;font-size:1.05rem;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.requirements-list li:before{color:#4ecdc4;content:"✓";font-weight:700;left:0;position:absolute}.solution-code-container{background:#1e1e2e;border:1px solid #ffffff1a;border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden}.solution-code-header{background:#ffffff0d;color:#00d4ff;font-family:Fira Code,monospace;font-weight:600;padding:.75rem 1.5rem}.solution-code{background:#0000;color:#e8e8f0;font-family:Fira Code,monospace;font-size:.95rem;line-height:1.6;margin:0;overflow:auto;padding:1.5rem;white-space:pre-wrap}.solution-explanation h3{border-bottom:1px solid #ffffff1a;color:#00d4ff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.solution-explanation p{color:#e8e8f0;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.left-panel-content::-webkit-scrollbar{width:10px}.left-panel-content::-webkit-scrollbar-track{background:#0000001a}.left-panel-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}.left-panel-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.task-args{border-left:2px solid #fff3;margin-top:.75rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.task-args strong{color:#00d4ff;display:block;margin-bottom:.5rem}.task-args ul{color:#e8e8f0;list-style-type:none;margin:0;padding-left:1rem}.task-args ul li{margin-bottom:.5rem}.task-args code{border-radius:0;color:#4ecdc4;font-weight:700;padding:0}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f0f23,#1a1a3a 50%,#0f0f23);color:#e8e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e3cf2;border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-brand,.navbar{align-items:center;display:flex}.nav-brand{font-size:1.5rem;font-weight:700;gap:.75rem}.nav-brand,.nav-icon{color:#00d4ff}.nav-links{display:flex;gap:2rem}.nav-link{align-items:center;border-radius:.5rem;color:#b0b0c0;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#00d4ff1a;color:#00d4ff;transform:translateY(-2px)}.nav-link.active{background:#00d4ff33;color:#00d4ff}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.page-header{margin-bottom:3rem;text-align:center}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.page-subtitle{color:#b0b0c0;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e3c99;border:1px solid #ffffff1a;border-radius:1rem;padding:2rem;transition:all .3s ease}.card:hover{border-color:#00d4ff4d;box-shadow:0 10px 30px #00d4ff1a;transform:translateY(-5px)}.problems-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.problem-card{cursor:pointer;overflow:hidden;position:relative}.problem-card:before{background:linear-gradient(90deg,#00d4ff,#ff6b6b);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.difficulty-easy{border-left:4px solid #4ecdc4}.difficulty-medium{border-left:4px solid #ff6b6b}.difficulty-hard{border-left:4px solid #ff9f43}.problem-title{color:#e8e8f0;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.problem-difficulty{border-radius:1rem;display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem;text-transform:uppercase}.difficulty-easy .problem-difficulty{background:#4ecdc433;color:#4ecdc4}.difficulty-medium .problem-difficulty{background:#ff6b6b33;color:#ff6b6b}.difficulty-hard .problem-difficulty{background:#ff9f4333;color:#ff9f43}.problem-description{color:#b0b0c0;line-height:1.6;margin-bottom:1rem}.problem-stats{color:#8a8a9a;display:flex;font-size:.9rem;justify-content:space-between}.resources-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.resource-section{margin-bottom:2rem}.section-title{color:#00d4ff;font-size:1.5rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.resource-item,.section-title{align-items:center;display:flex}.resource-item{background:#ffffff0d;border-radius:.5rem;color:inherit;gap:1rem;margin-bottom:.75rem;padding:1rem;text-decoration:none;transition:all .3s ease}.resource-item:hover{background:#00d4ff1a;transform:translateX(5px)}.resource-thumbnail{align-items:center;background:#333;border-radius:.25rem;color:#666;display:flex;height:45px;justify-content:center;width:60px}.resource-info h3{font-size:1rem;font-weight:500;margin-bottom:.25rem}.resource-info p{color:#b0b0c0;font-size:.875rem}.editor-container{background:#141428cc;border:1px solid #ffffff1a;border-radius:1rem;margin-top:2rem;overflow:hidden}.editor-header{align-items:center;background:#1e1e3ccc;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem 1.5rem}.editor-title{color:#e8e8f0;font-weight:600}.run-button{align-items:center;background:linear-gradient(135deg,#00d4ff,#09c);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.run-button:hover{box-shadow:0 5px 15px #00d4ff4d;transform:translateY(-2px)}.editor-content{height:400px}.output-container{background:#141414cc;border:1px solid #ffffff1a;border-radius:.5rem;margin-top:1rem;padding:1rem}.output-header{color:#00d4ff;font-weight:600;margin-bottom:.5rem}.output-content{color:#e8e8f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.5;white-space:pre-wrap}@media (max-width:768px){.navbar{flex-direction:column;padding:1rem}.nav-links,.navbar{gap:1rem}.main-content{padding:1rem}.page-title{font-size:2rem}.problems-grid,.resources-container{grid-template-columns:1fr}}
/*# sourceMappingURL=main.bf8d609c.css.map*/