body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body.modal-open{overflow:hidden}.success-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.success-modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #00d4ff4d;border-radius:1.5rem;box-shadow:0 20px 60px #00000080;max-width:400px;overflow:hidden;padding:0;position:relative;width:90%}.success-modal-content:before{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#00d4ff,#4ecdc4,#00d4ff);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.success-modal-body{opacity:0;padding:3rem 2rem 2rem;text-align:center;transform:scale(.8);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.success-modal-body.animate{opacity:1;transform:scale(1)}.success-icon-container{display:inline-block;margin-bottom:2rem;position:relative}.success-icon{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55);color:#4ecdc4;filter:drop-shadow(0 0 20px rgba(78,205,196,.5))}.success-ring{animation:pulse 2s infinite;border:3px solid #4ecdc44d;border-radius:50%;height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px}@keyframes bounceIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.success-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#4ecdc4);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.success-subtitle{color:#e8e8f0;font-size:1.25rem;font-weight:400;line-height:1.5;margin-bottom:2rem}.success-stats{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem;margin-top:2rem}.stat-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;flex-direction:column;min-width:80px;padding:1rem}.stat-icon{color:gold}.stat-item span{color:#e8e8f0;font-size:.9rem;font-weight:500}.success-actions{margin-top:2rem}.continue-btn{background:linear-gradient(135deg,#00d4ff,#09c);border:none;border-radius:.75rem;box-shadow:0 4px 20px #00d4ff4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.continue-btn:hover{background:linear-gradient(135deg,#09c,#007aa3);box-shadow:0 6px 30px #00d4ff66;transform:translateY(-2px)}.continue-btn:active{transform:translateY(0)}@media (max-width:480px){.success-modal-content{margin:1rem;width:95%}.success-modal-body{padding:2rem 1.5rem 1.5rem}.success-title{font-size:1.5rem}.success-stats{gap:1rem}.stat-item{min-width:60px;padding:.75rem}}.error-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.error-modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #ff6b6b4d;border-radius:1.5rem;box-shadow:0 20px 60px #00000080;max-height:90vh;max-width:600px;overflow:hidden;padding:0;position:relative;width:90%}.error-modal-content:before{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#ff6b6b,#ff9f43,#ff6b6b);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-modal-body{opacity:0;padding:3rem 2rem 2rem;text-align:center;transform:scale(.8);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.error-modal-body.animate{opacity:1;transform:scale(1)}.error-icon-container{display:inline-block;margin-bottom:2rem;position:relative}.error-icon{animation:shakeIn .6s cubic-bezier(.68,-.55,.265,1.55);color:#ff6b6b;filter:drop-shadow(0 0 20px rgba(255,107,107,.5))}.error-ring{animation:pulse 2s infinite;border:3px solid #ff6b6b4d;border-radius:50%;height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px}@keyframes shakeIn{0%{opacity:0;transform:scale(0) rotate(-10deg)}50%{transform:scale(1.1) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes pulse{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.3)}}.error-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b6b,#ff9f43);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.error-subtitle{color:#b0b0c0;font-size:1rem;line-height:1.5;margin-bottom:2rem}.error-details{margin-bottom:2.5rem;margin-top:2rem;text-align:left}.output-comparison{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.output-section h4{color:#e8e8f0;font-size:1rem;font-weight:600;margin-bottom:.5rem;text-align:center}.output-box{background:#0000004d;border:1px solid #ffffff1a;border-radius:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;min-height:80px;padding:1rem;white-space:pre-wrap}.your-output{border-color:#ff6b6b4d;color:#ff6b6b}.expected-output{border-color:#4ecdc44d;color:#4ecdc4}.error-tips{background:#ffffff0d;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem;text-align:left}.error-tips h4{color:gold;font-size:1rem;font-weight:600;margin-bottom:1rem}.error-tips ul{list-style:none;margin:0;padding:0}.error-tips li{color:#b0b0c0;font-size:.9rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.error-tips li:before{content:"💡";left:0;position:absolute;top:.5rem}.error-actions{margin-top:2rem}.try-again-btn{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ff5252);border:none;border-radius:.75rem;box-shadow:0 4px 20px #ff6b6b4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin:0 auto;padding:1rem 2rem;transition:all .3s ease}.try-again-btn:hover{background:linear-gradient(135deg,#ff5252,#e53935);box-shadow:0 6px 30px #ff6b6b66;transform:translateY(-2px)}.try-again-btn:active{transform:translateY(0)}@media (max-width:768px){.error-modal-content{margin:1rem;width:95%}.error-modal-body{padding:2rem 1.5rem 1.5rem}.error-title{font-size:1.5rem}.output-comparison{gap:1rem;grid-template-columns:1fr}.output-box{font-size:.8rem;min-height:60px}}.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}.leaderboard-container{width:100%}.leaderboard-grid{grid-gap:2rem;display:grid;gap:2rem}.podium-section{align-items:flex-end;background:linear-gradient(135deg,#00d4ff1a,#ff6b6b1a);gap:1rem;justify-content:center;margin-bottom:3rem;padding:2rem}.podium-card,.podium-section{border-radius:1rem;display:flex}.podium-card{align-items:center;flex-direction:column;min-width:180px;padding:1.5rem;position:relative;transition:all .3s ease}.podium-card:hover{transform:translateY(-5px)}.podium-card.gold{background:linear-gradient(135deg,gold,orange);border:2px solid gold;height:100%}.podium-card.silver{background:linear-gradient(135deg,silver,grey);border:2px solid silver;height:80%}.podium-card.bronze{background:linear-gradient(135deg,#cd7f32,#8b4513);border:2px solid #cd7f32;height:70%}.podium-rank{align-items:center;background:#000c;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;position:absolute;right:-12px;top:-12px;width:40px}.podium-medal{margin-bottom:1rem}.podium-avatar{border:4px solid #ffffffe6;border-radius:50%;object-fit:cover}.podium-avatar,.podium-avatar-icon{height:80px;margin-bottom:1rem;width:80px}.podium-avatar-icon{background:#fff3;border-radius:50%;color:#ffffffe6;padding:20px}.podium-name{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;text-align:center}.podium-count,.podium-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.01em}.podium-count{color:#ffffffe6;font-size:.9rem;font-weight:500}.leaderboard-list{margin-top:2rem}.leaderboard-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;display:flex;gap:1rem;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.leaderboard-item:hover{background:#ffffff1a;transform:translateX(5px)}.leaderboard-item.current-user{background:#00d4ff1a;border:2px solid #00d4ff}.leaderboard-rank{align-items:center;border-radius:.5rem;display:flex;height:50px;justify-content:center;width:50px}.leaderboard-rank,.rank-number{font-size:1.2rem;font-weight:700}.rank-number{color:#b0b0c0}.leaderboard-user{align-items:center;display:flex;flex:1 1;gap:1rem}.leaderboard-avatar{border:2px solid #00d4ff;border-radius:50%;height:48px;object-fit:cover;width:48px}.leaderboard-avatar-placeholder{align-items:center;background:#00d4ff33;border-radius:50%;color:#00d4ff;display:flex;height:48px;justify-content:center;width:48px}.leaderboard-info{flex:1 1}.leaderboard-name{align-items:center;color:#e8e8f0;display:flex;font-size:1.1rem;font-weight:500;gap:.5rem;margin-bottom:.25rem}.leaderboard-email,.leaderboard-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.01em}.leaderboard-email{color:#b0b0c0;font-size:.9rem}.current-user-badge{background:linear-gradient(135deg,#00d4ff,#09c);border-radius:1rem;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.leaderboard-stats{gap:1rem}.leaderboard-stats,.stat-item{align-items:center;display:flex}.stat-item{color:#e8e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;gap:.5rem;letter-spacing:.01em}@media (max-width:768px){.podium-section{align-items:center;flex-direction:column}.podium-card{height:auto;max-width:300px;width:100%}.leaderboard-item{text-align:center}.leaderboard-item,.leaderboard-user{flex-direction:column}.leaderboard-stats{justify-content:center}}.auth-container{align-items:center;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;box-shadow:0 8px 32px #0000004d;max-width:500px;padding:3rem;text-align:center;width:100%}.auth-header{margin-bottom:2rem}.app-logo img{height:60px;margin-bottom:1rem;width:60px}.auth-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#09c);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.auth-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.auth-subtitle{color:#b0b0c0;font-size:1rem;line-height:1.5;margin-bottom:0}.user-avatar{align-items:center;background:#00d4ff1a;border:3px solid #00d4ff;display:flex;height:80px;justify-content:center;margin:0 auto 1rem;overflow:hidden;width:80px}.user-avatar img{height:100%;object-fit:cover;width:100%}.user-name{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.user-email{color:#b0b0c0;font-size:.9rem;margin-bottom:1rem}.auth-benefits{background:#ffffff08;border:1px solid #ffffff0d;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem;text-align:left}.auth-benefits h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.benefits-list{list-style:none;margin:0;padding:0}.benefits-list li{color:#b0b0c0;font-size:.9rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.benefits-list li:before{color:#00d4ff;content:"✓";font-weight:700;left:0;position:absolute}.auth-features{background:#ffffff08;border:1px solid #ffffff0d;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem;text-align:left}.auth-features h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.feature-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.feature-item{align-items:center;color:#b0b0c0;display:flex;font-size:.9rem;gap:.75rem}.feature-item svg{color:#00d4ff;flex-shrink:0}.auth-button{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-bottom:1rem;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.google-signin-button{background:#fff;border:1px solid #fff3;color:#333}.google-signin-button:hover:not(:disabled){background:#f5f5f5;box-shadow:0 4px 20px #ffffff1a;transform:translateY(-2px)}.google-signin-button:disabled{cursor:not-allowed;opacity:.7}.sign-out-button{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff}.sign-out-button:hover{background:linear-gradient(135deg,#ff5252,#e53935);box-shadow:0 4px 20px #ff6b6b4d;transform:translateY(-2px)}.loading-spinner{align-items:center;color:#b0b0c0;display:flex;flex-direction:column;gap:1rem}.spinner{animation:spin 1s linear infinite;border:3px solid #00d4ff4d;border-radius:50%;border-top-color:#00d4ff;height:40px;width:40px}.spinner.small{border-width:2px;height:20px;width:20px}.auth-privacy{color:#888;font-size:.8rem;line-height:1.4;margin-top:1rem}@media (max-width:768px){.auth-container{padding:1rem}.auth-card{padding:2rem}.auth-header h1{font-size:1.5rem}.feature-grid{grid-template-columns:1fr}}@media (max-width:480px){.auth-card{padding:1.5rem}.auth-header h1{font-size:1.25rem}.auth-button{font-size:.9rem;padding:.875rem 1.25rem}}*{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:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}.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{gap:2rem}.nav-link,.nav-links{align-items:center;display:flex}.nav-link{border-radius:.5rem;color:#b0b0c0;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}.user-menu{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;gap:1rem;padding:.5rem 1rem}.user-info,.user-menu{align-items:center;display:flex}.user-info{gap:.75rem}.user-avatar{border:2px solid #00d4ff;border-radius:50%;height:32px;object-fit:cover;width:32px}.user-name{color:#e8e8f0;font-size:.9rem;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sign-out-btn{align-items:center;background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:.5rem;color:#ff6b6b;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.sign-out-btn:hover{background:#ff6b6b33;border-color:#ff6b6b80;transform:translateY(-1px)}.progress-indicator{align-items:center;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:.75rem;color:gold;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem .75rem}.progress-indicator svg{color:gold}.sign-in-btn{align-items:center;background:linear-gradient(135deg,#00d4ff,#09c);border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.sign-in-btn:hover{background:linear-gradient(135deg,#09c,#007aa3);box-shadow:0 4px 20px #00d4ff4d;transform:translateY(-2px)}.auth-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.auth-modal-content{max-height:90vh;max-width:500px;overflow-y:auto;position:relative;width:100%}.auth-modal-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:1001}.auth-modal-close:hover{background:#fff3;transform:scale(1.1)}.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;text-align:center}.page-subtitle{color:#e8e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:400;letter-spacing:.01em;line-height:1.7;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;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;letter-spacing:.01em;line-height:1.7;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-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:.01em;line-height:1.6}.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}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}select,select option{color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:400!important}select option{background:#1e1e3c!important;padding:.5rem!important}select:focus{border-color:#00d4ff80!important;outline:none!important}select::-ms-expand{display:none}select::-webkit-appearance{-webkit-appearance:none}select::-moz-appearance{-moz-appearance:none}@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}.user-menu{padding:1rem}.user-info,.user-menu{flex-direction:column;gap:.5rem}.user-info{text-align:center}.user-name{max-width:none}.auth-modal-overlay{padding:1rem}.sign-in-btn{font-size:.9rem;padding:.5rem 1rem}.progress-indicator{font-size:.8rem;padding:.375rem .5rem}}
/*# sourceMappingURL=main.63cf0003.css.map*/