:root{--bg-color:#101114;--surface-color:#1a1c22;--surface-color-light:#252830;--text-primary:#fff;--text-secondary:#a0a5b5;--accent-yellow:#f8c128;--accent-yellow-hover:#e0a51c;--accent-pastel-blue:#a3c4f3;--accent-pastel-pink:#f1c0e8;--accent-pastel-green:#b9fbc0;--font-main:"Outfit", sans-serif;--font-code:"JetBrains Mono", monospace;--border-radius:6px;--glass-bg:#1a1c22b3;--glass-border:#ffffff14;--glass-blur:blur(12px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-primary);background-image:linear-gradient(30deg,#ffffff0a 1px,#0000 1px),linear-gradient(-30deg,#ffffff0a 1px,#0000 1px);background-position:top;background-size:80px 46px;min-height:100vh;margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);font-weight:700;line-height:1.2}code,pre,.font-code{font-family:var(--font-code)}a{color:inherit;text-decoration:none}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--border-radius)}.text-yellow{color:var(--accent-yellow)}.text-pastel{color:var(--accent-pastel-blue)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 5px var(--accent-yellow)}50%{box-shadow:0 0 20px var(--accent-yellow)}to{box-shadow:0 0 5px var(--accent-yellow)}}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#101114cc;border:none;border-bottom:1px solid #ffffff0d;border-radius:0;justify-content:space-between;align-items:center;padding:1.2rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.header-brand{align-items:center;gap:.5rem;display:flex}.brand-icon{font-family:var(--font-code);color:var(--accent-yellow);font-size:1.5rem;font-weight:700}.header h1{color:#fff;margin:0;font-size:1.5rem}.header nav ul{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.header nav a{color:var(--text-secondary);font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s}.header nav a:hover{color:var(--accent-yellow)}.header-actions{gap:1rem;display:flex}button,.btn-primary,.btn-secondary{font-family:var(--font-main);cursor:pointer;border-radius:var(--border-radius);text-align:center;border:none;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background-color:var(--accent-yellow);color:#000}.btn-primary:hover{background-color:var(--accent-yellow-hover);transform:translateY(-1px)}.btn-secondary{color:var(--text-primary);border:1px solid var(--glass-border);background-color:#0000}.btn-secondary:hover{background-color:#ffffff1a}.footer{background-color:var(--surface-color);border-top:1px solid var(--glass-border);padding:4rem 2rem 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.footer-brand h2{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.8rem;display:flex}.footer-brand p{color:var(--text-secondary)}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-secondary);font-weight:500;transition:color .3s}.footer-links a:hover{color:var(--accent-cyan)}.footer-bottom{text-align:center;border-top:1px solid var(--glass-border);max-width:1200px;color:var(--text-secondary);margin:0 auto;padding-top:2rem;font-size:.9rem}.hero{z-index:10;justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;min-height:90vh;margin:0 auto;padding:10rem 2rem 4rem;display:flex;position:relative}.hero-content{flex:1}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.hero-cta{gap:1.5rem;display:flex}.hero-btn{align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1rem;display:flex}.hero-visual{flex:1;justify-content:center;animation:6s ease-in-out infinite float;display:flex}.code-window{border:1px solid var(--glass-border);width:100%;max-width:500px;transition:box-shadow .3s,border-color .3s;overflow:hidden;box-shadow:0 0 30px #f8c1281a}.code-window:hover{border-color:#f8c1284d;box-shadow:0 0 40px #f8c12833}.window-header{border-bottom:1px solid var(--glass-border);background:#00000080;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background-color:#ff5f56}.dot.yellow{background-color:#ffbd2e}.dot.green{background-color:#27c93f}.window-title{font-family:var(--font-code);color:var(--text-secondary);margin-left:auto;margin-right:auto;font-size:.85rem}.code-content{font-family:var(--font-code);color:#a9b7c6;margin:0;padding:1.5rem;font-size:.95rem;line-height:1.5;overflow-x:auto}.keyword{color:#cc7832;font-weight:700}.function{color:#ffc66d}.class{color:#a9b7c6}.comment{color:gray;font-style:italic}.number{color:#6897bb}@media (width<=900px){.hero{text-align:center;flex-direction:column;padding-top:8rem}.hero-subtitle{margin:0 auto 2.5rem}.hero-cta{justify-content:center}}@media (width<=600px){.hero-title{font-size:3rem}}.features{z-index:10;max-width:1200px;margin:0 auto;padding:5rem 2rem;position:relative}.features-header{text-align:center;margin-bottom:4rem}.features-header h2{margin-bottom:1rem;font-size:2.5rem}.features-header p{color:var(--text-secondary);font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=900px){.features-grid{grid-template-columns:1fr}}.feature-card{text-align:center;border-radius:var(--border-radius);border:1px solid var(--glass-border);background:var(--surface-color);padding:3rem 2rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.feature-card:before{content:"";width:100%;height:4px;position:absolute;top:0;left:0}.card-yellow:before{background-color:var(--accent-yellow)}.card-blue:before{background-color:var(--accent-pastel-blue)}.card-pink:before{background-color:var(--accent-pastel-pink)}.feature-card:hover{transform:translateY(-8px)}.card-yellow:hover{border-color:#f8c1284d;box-shadow:0 10px 30px #f8c1281a}.card-blue:hover{border-color:#a3c4f34d;box-shadow:0 10px 30px #a3c4f31a}.card-pink:hover{border-color:#f1c0e84d;box-shadow:0 10px 30px #f1c0e81a}.feature-icon{margin-bottom:1.5rem;font-size:3.5rem}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-secondary);line-height:1.6}.gamification-section{font-family:var(--font-main), sans-serif;color:var(--text-primary,#fff);background-color:#0000;justify-content:center;align-items:center;padding:80px 20px;display:flex}.gamification-content{text-align:center;border-radius:16px;width:100%;max-width:900px;padding:60px 40px}.gamification-title{color:var(--text-primary,#fff);margin-bottom:24px;font-size:3.5rem;font-weight:800}.gamification-subtitle{color:var(--text-secondary,#a0a5b5);margin-bottom:60px;font-size:1.25rem;font-weight:400;line-height:1.6}.gamification-visual{flex-direction:column;align-items:center;display:flex}.badges-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:40px;display:flex;position:relative}.badges-line{background:var(--surface-color-light,#333);z-index:0;height:2px;position:absolute;top:50%;left:5%;right:5%;transform:translateY(-50%)}.badge{z-index:1;background:linear-gradient(145deg,#3a3a3a,#222);border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #0006}.lang-text{font-family:var(--font-code,"JetBrains Mono", monospace);font-weight:700}.badge:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0009}.small-badge{color:#fffc;background:linear-gradient(145deg,#443c22,#2a2414);width:50px;height:50px;font-size:1.2rem;box-shadow:inset 0 0 15px #f8c12826,0 4px 10px #00000080}.large-badge{background:#2c2d33;width:140px;height:140px;margin:0 20px;box-shadow:0 10px 30px #00000080}.large-badge.center-badge{background:var(--surface-color-light,#333)}.progress-section{width:100%;max-width:500px}.progress-header{text-align:left;margin-bottom:12px}.skill-name{color:var(--text-primary,#fff);font-size:1.1rem;font-weight:600}.progress-track-wrapper{align-items:center;gap:16px;display:flex}.progress-bar-container{background-color:#0000;border-radius:4px;flex-grow:1;height:8px}.progress-bar-fill{background-color:#ff4d4f;border-radius:4px;height:100%;box-shadow:0 0 10px #ff4d4f66}.skill-percentage{color:var(--text-primary,#fff);text-align:right;min-width:40px;font-size:1.1rem;font-weight:700}@media (width<=768px){.gamification-title{font-size:2.5rem}.large-badge{width:100px;height:100px}.small-badge{width:40px;height:40px;font-size:1rem}}.career-ladder-section{font-family:var(--font-main), sans-serif;color:var(--text-primary,#fff);background-color:#0000;justify-content:center;align-items:center;padding:100px 20px;display:flex;position:relative}.career-ladder-content{text-align:center;background:0 0;border-radius:16px;width:100%;max-width:900px;padding:60px 40px}.career-ladder-content h2{margin-bottom:24px;font-size:3.5rem;font-weight:800}.career-ladder-content p{color:var(--text-secondary,#a0a5b5);margin-bottom:60px;font-size:1.25rem;line-height:1.6}.career-ladder-section .leaderboard-container{justify-content:center;align-items:center;display:flex}.career-ladder-section .leaderboard-list{width:100%;max-width:550px;height:290px;position:relative}.career-ladder-section .leaderboard-row{box-sizing:border-box;background-color:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:100%;height:60px;transition:top 1s cubic-bezier(.25,1,.5,1),background-color .3s,box-shadow .3s;display:flex;position:absolute;left:0}.row-content{align-items:center;width:90%;display:flex}.player-rank{color:#a0a5b5;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-right:20px;font-size:.9rem;font-weight:600;display:flex}.player-name{text-align:left;flex-grow:1;font-size:1.1rem;font-weight:600}.player-points{font-family:var(--font-main,sans-serif);color:#fff;font-size:1rem;font-weight:500}.career-ladder-section .leaderboard-row.is-me{border:1px solid var(--accent-yellow,#f8c128);z-index:10;background-color:#0000;box-shadow:0 4px 15px #f8c12826}.career-ladder-section .leaderboard-row.is-me .player-rank{background-color:var(--accent-yellow,#f8c128);color:#000}.arrow-icon{color:var(--accent-yellow,#f8c128);font-size:1.2rem;font-weight:700;position:absolute}.arrow-icon.left{left:-30px}.arrow-icon.right{right:-30px}@media (width<=768px){.career-ladder-content h2{font-size:2.5rem}.leaderboard-list{max-width:100%}.arrow-icon{display:none}}.sprite-avatar-container{background-repeat:no-repeat;width:100%;height:100%;display:inline-block}.testimonials-section{font-family:var(--font-main), sans-serif;background-color:#0000;justify-content:center;align-items:center;padding:80px 20px 120px;display:flex}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;width:100%;max-width:1200px;display:grid}.testimonial-card{background-color:#121316;border:1px solid #2a2d35;border-radius:12px;flex-direction:column;margin-top:40px;padding:60px 40px 40px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0006}.testimonial-card .avatar-wrapper{background-color:#101114;border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.testimonial-avatar{object-fit:cover;border:2px solid #2a2d35;border-radius:50%;width:70px;height:70px}.testimonial-quote{color:#fff;text-align:left;flex-grow:1;margin-bottom:40px;font-family:Georgia,Times New Roman,Times,serif;font-size:1.4rem;line-height:1.6}.testimonial-author-info{text-align:left}.testimonial-author{color:#fff;font-size:1.1rem;font-weight:700;font-family:var(--font-main), sans-serif;margin-bottom:6px}.testimonial-role{color:#a0a5b5;font-size:.95rem;font-family:var(--font-main), sans-serif}@media (width<=768px){.testimonial-quote{font-size:1.2rem}}.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:8rem 2rem 4rem;display:flex}.auth-card{border-radius:var(--border-radius);width:100%;max-width:450px;padding:3rem 2.5rem}.admin-card{border-color:#f8c12866;box-shadow:0 0 30px #f8c1281a}.admin-success{text-align:center;border-color:#b9fbc066;box-shadow:0 0 30px #b9fbc01a}.admin-success h2{color:var(--accent-pastel-green);margin-bottom:1rem}.admin-icon{text-align:center;margin-bottom:1rem;font-size:3rem}.auth-card h2{text-align:center;margin-bottom:.5rem;font-size:2rem}.auth-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:2rem}.auth-error{color:#ff5f56;text-align:center;background:#ff003c1a;border:1px solid #ff003c4d;border-radius:4px;margin-bottom:1.5rem;padding:.8rem;font-size:.9rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.form-group input{border:1px solid var(--glass-border);color:var(--text-primary);font-family:var(--font-main);background:#0000004d;border-radius:4px;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:var(--accent-yellow);outline:none}.password-hint{color:var(--text-secondary);margin-top:.3rem;font-size:.75rem;line-height:1.4}.auth-submit-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem}.admin-btn{background-color:var(--text-primary);color:var(--bg-color)}.admin-btn:hover{background-color:var(--accent-yellow)}.auth-toggle{text-align:center;color:var(--text-secondary);margin-top:2rem;font-size:.9rem}.text-btn{color:var(--accent-yellow);font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}.text-btn:hover{color:var(--text-primary)}.tip-widget{cursor:default;border-radius:12px;width:300px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.tip-widget:hover{border-color:#f8c1284d;transform:translateY(-5px);box-shadow:0 10px 20px #0006,0 0 15px #f8c1281a}.tip-widget:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 50%,#f8c12808 100%);position:absolute;inset:0}.tip-header{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.tip-emoji{filter:drop-shadow(0 0 5px #f8c12866);font-size:1.5rem}.tip-title{color:#fff;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:1.1rem}.tip-badges{gap:.5rem;margin-bottom:1rem;display:flex}.tip-category{color:var(--text-secondary);text-transform:uppercase;background:#ffffff1a;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700}.tip-difficulty{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700}.tip-difficulty.easy{color:#00b8a3;background:#00b8a31a;border:1px solid #00b8a34d}.tip-difficulty.medium{color:#ffa116;background:#ffa1161a;border:1px solid #ffa1164d}.tip-difficulty.hard{color:#ff4655;background:#ff46551a;border:1px solid #ff46554d}.tip-text{color:var(--text-secondary);margin-bottom:1.2rem;font-size:.95rem;line-height:1.5}.tip-practice{color:#fff;border-left:3px solid var(--accent-yellow);background:#0000004d;border-radius:6px;padding:.6rem;font-size:.85rem}.tip-practice strong{color:var(--accent-yellow)}.fade-in{animation:.5s forwards fadeInTip}@keyframes fadeInTip{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skeleton .skeleton-header{background:#ffffff0d;border-radius:4px;width:70%;height:24px;margin-bottom:1rem;animation:1.5s infinite pulse}.skeleton .skeleton-badges{background:#ffffff0d;border-radius:4px;width:40%;height:20px;margin-bottom:1rem;animation:1.5s infinite pulse}.skeleton .skeleton-body{background:#ffffff0d;border-radius:4px;width:100%;height:14px;margin-bottom:.5rem;animation:1.5s infinite pulse}.skeleton .skeleton-body.short{width:80%}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.valorant-theme{background:radial-gradient(circle,#1a1a2e 0%,#0f0f1a 100%);flex-direction:column;flex:1;justify-content:space-between;max-width:100vw;margin:0;padding:8rem 2rem 2rem;display:flex;overflow-x:hidden}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-header h2{text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:3rem}.dashboard-header p{color:var(--text-secondary);font-size:1.2rem}.lobby-middle-section{flex-grow:1;grid-template-columns:320px 1fr 320px;width:100%;padding:0 2rem;display:grid}.lobby-stage{perspective:1000px;flex-grow:1;justify-content:center;align-items:flex-end;gap:2rem;display:flex}.agent-card{border:1px solid var(--glass-border);background:#ffffff08;border-radius:10px;flex-direction:column;justify-content:space-between;width:180px;height:350px;padding:1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.agent-card:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0d 0%,#0000 50%,#00000080 100%);position:absolute;inset:0}.agent-card.empty{cursor:pointer;background:0 0;border:1px dashed #fff3;justify-content:center;align-items:center}.agent-card.empty:hover{border-color:var(--accent-yellow);background:#f8c1280d}.empty-slot-text{color:var(--text-secondary);font-family:var(--font-code);letter-spacing:1px;font-size:1rem}.agent-card.joined{box-shadow:0 10px 30px #00000080}.agent-card.joined:hover{border-color:#fff3;transform:translateY(-10px)scale(1.02)}.agent-card.main-player{border-color:var(--accent-yellow);z-index:10;width:240px;height:420px;box-shadow:0 0 20px #f8c12833}.agent-card.main-player:hover{box-shadow:0 0 30px #f8c12866}.agent-avatar{text-align:center;filter:drop-shadow(0 10px 10px #00000080);flex-grow:1;justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;display:flex;overflow:hidden}.agent-avatar img{object-fit:cover;object-position:center top;width:100%;height:100%}.agent-card.main-player .agent-avatar{font-size:8rem}.agent-info{text-align:center;z-index:1;border-top:1px solid #ffffff1a;padding-top:1rem}.agent-info h4{text-transform:uppercase;margin-bottom:.3rem;font-size:1.2rem}.agent-rank{color:var(--text-secondary);font-size:.9rem;font-weight:700}.xp-bar-mini{background:#fff3;border-radius:2px;width:100%;height:4px;margin-top:10px}.xp-fill{background:var(--accent-yellow);border-radius:2px;height:100%}.lobby-bottom-bar{justify-content:space-between;align-items:center;margin-top:4rem;padding:0 2rem;display:flex}.stats-panel,.quests-panel-mini{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);background:#0f0f1acc;border-radius:8px;width:300px;padding:1.5rem}.stats-panel h3,.quests-panel-mini h3{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);border-bottom:1px solid #ffffff1a;margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem}.stats-row{flex-direction:column;gap:.8rem;display:flex}.stat-item{justify-content:space-between;font-size:.9rem;display:flex}.stat-value{font-family:var(--font-code);font-weight:700}.quests-list-mini{flex-direction:column;gap:.8rem;display:flex}.quest-item-mini{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.quest-title{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.action-panel{flex-grow:1;justify-content:center;margin:0 2rem;display:flex}.start-match-btn{text-transform:uppercase;letter-spacing:3px;background:var(--accent-yellow);color:#000;cursor:pointer;clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);border:none;border-radius:4px;padding:1rem 4rem;font-size:1.5rem;font-weight:900;transition:all .2s;box-shadow:0 0 20px #f8c12866}.start-match-btn:hover{background:#fff;transform:scale(1.05);box-shadow:0 0 30px #f8c12899}@media (width<=1200px){.lobby-middle-section{flex-direction:column;align-items:center;gap:2rem;display:flex}.lobby-stage{flex-wrap:wrap}.lobby-bottom-bar{flex-direction:column;align-items:center;gap:2rem}}.match-mode-selector{background:#ffffff0d;border-radius:8px;gap:4px;padding:4px;display:flex}.mode-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.mode-btn:hover{color:#fff}.mode-btn.active{background:var(--accent-yellow);color:#000;box-shadow:0 0 10px #f8c12866}.remove-friend-btn{color:#fff;cursor:pointer;opacity:0;z-index:10;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;transition:opacity .2s;display:flex;position:absolute;top:10px;right:10px}.agent-card:hover .remove-friend-btn{opacity:1}.remove-friend-btn:hover{background:#ff4d4d}.friends-list{flex-direction:column;gap:10px;max-height:300px;padding-right:5px;display:flex;overflow-y:auto}.friend-list-item{cursor:pointer;background:#ffffff0d;border-radius:6px;align-items:center;padding:10px;transition:background .2s;display:flex}.friend-list-item:hover{background:#ffffff1a}.profile-container{grid-template-columns:300px 1fr;gap:1.5rem;max-width:1200px;min-height:90vh;margin:0 auto;padding:8rem 2rem 4rem;display:grid}@media (width<=900px){.profile-container{grid-template-columns:1fr}}.profile-container .glass-panel{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem}.profile-sidebar{flex-direction:column;gap:1rem;display:flex}.avatar-wrapper{margin-bottom:1rem}.avatar-image{background:#2a2a2a;border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;display:flex}.real-name{color:#fff;margin-bottom:.2rem;font-size:1.2rem;font-weight:600}.username{color:#888;margin-bottom:1rem;font-size:.9rem}.rank-info{color:#aaa;margin-bottom:1rem;font-size:.9rem}.rank-number{color:#fff;font-weight:700}.edit-profile-btn{color:#000;background:#2cb55d;border:none;border-radius:4px;width:100%;margin-bottom:1.5rem;padding:.6rem;font-weight:700}.social-links{border-top:1px solid #333;flex-direction:column;gap:.8rem;padding-top:1rem;display:flex}.link-item{color:#bbb;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.profile-main{flex-direction:column;gap:1rem;display:flex}.profile-top-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=768px){.profile-top-grid{grid-template-columns:1fr}}.solved-panel{align-items:center;gap:2rem;display:flex}.donut-chart-container{width:120px;height:120px;position:relative}.donut-chart{width:100%;height:100%;transform:rotate(-90deg)}.donut-bg{fill:none;stroke:#333;stroke-width:4px}.donut-segment{fill:none;stroke-width:4px;stroke-linecap:round}.donut-segment.easy{stroke:#00b8a3}.donut-segment.med{stroke:#ffc01e}.donut-segment.hard{stroke:#ef4743}.donut-inner-text{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.solved-big{color:#fff;font-size:1.5rem;font-weight:700}.total-small{color:#888;font-size:.8rem}.solved-label{color:#aaa;margin-top:.2rem;font-size:.8rem}.difficulty-stats{flex-direction:column;flex:1;gap:.8rem;display:flex}.diff-stat{background:#2a2a2a;border-radius:4px;justify-content:space-between;align-items:center;padding:.4rem .8rem;font-size:.9rem;display:flex}.diff-stat.easy .diff-label{color:#00b8a3}.diff-stat.med .diff-label{color:#ffc01e}.diff-stat.hard .diff-label{color:#ef4743}.diff-count{color:#fff;font-weight:700}.diff-total{color:#888;font-weight:400}.badges-header{color:#aaa;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.badge-count{color:#fff;font-size:1.5rem;font-weight:700}.earned-badges-list{flex-wrap:wrap;gap:1rem;display:flex}.earned-badge{text-align:center;background:#2a2a2a;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;width:100px;padding:.8rem;display:flex}.badge-icon{font-size:2rem}.badge-name{color:#ccc;font-size:.75rem;font-weight:700}.heatmap-header{color:#aaa;justify-content:space-between;margin-bottom:1.5rem;font-size:.9rem;display:flex}.heatmap-header strong{color:#fff}.heatmap-grid-container{gap:4px;padding-bottom:.5rem;display:flex;overflow-x:auto}.heatmap-week{flex-direction:column;gap:4px;display:flex}.heatmap-cell{background-color:#2a2a2a;border-radius:2px;width:12px;height:12px}.heatmap-cell.level-1{background-color:#0e4429}.heatmap-cell.level-2{background-color:#006d32}.heatmap-cell.level-3{background-color:#26a641}.heatmap-cell.level-4{background-color:#39d353}.heatmap-months{color:#888;justify-content:space-between;margin-top:.5rem;padding:0 1rem;font-size:.8rem;display:flex}.recent-tabs{border-bottom:1px solid #333;gap:1.5rem;margin-bottom:1rem;display:flex}.recent-tabs .tab{color:#888;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 0;font-size:.95rem}.recent-tabs .tab.active{color:#fff;border-bottom:2px solid #fff}.recent-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.recent-list li{border-bottom:1px solid #2a2a2a;justify-content:space-between;padding:1rem 0;display:flex}.recent-list li:last-child{border-bottom:none}.problem-name{color:#ccc;font-size:.95rem}.problem-name:hover{color:#fff;cursor:pointer}.time-ago{color:#888;font-size:.85rem}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#1a1a1a;border:1px solid #333;border-radius:8px;width:90%;max-width:400px;max-height:85vh;padding:2rem;overflow-y:auto}.modal-content h2{color:#fff;text-align:center;margin-top:0;margin-bottom:1.5rem}.edit-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#aaa;font-size:.9rem}.auth-input{color:#fff;background:#2a2a2a;border:1px solid #444;border-radius:4px;padding:.8rem;font-size:1rem}.auth-input:focus{border-color:#2cb55d;outline:none}.btn-secondary{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;padding:.8rem;font-weight:700}.btn-secondary:hover{background:#444}.leaderboard-container{color:#e0e0e0;max-width:1000px;min-height:80vh;margin:0 auto;padding:6rem 2rem 3rem;animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.leaderboard-header{text-align:center;margin-bottom:3rem}.leaderboard-header h1{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.leaderboard-header p{color:#aaa;letter-spacing:.5px;font-size:1.2rem}.leaderboard-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141419b3;border:1px solid #ffffff14;border-radius:24px;padding:1.5rem;box-shadow:0 16px 40px #0006,inset 0 1px #ffffff1a}.leaderboard-table{border-collapse:separate;border-spacing:0 12px;width:100%}.leaderboard-table th{text-align:left;color:#777;text-transform:uppercase;letter-spacing:2px;border-bottom:1px solid #ffffff0d;padding:0 1.5rem 1rem;font-size:.85rem;font-weight:700}.leaderboard-row{cursor:default;background:#ffffff05;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.leaderboard-row:hover{background:#ffffff0f;transform:scale(1.01)translateY(-2px);box-shadow:0 10px 20px #0003}.leaderboard-row td{vertical-align:middle;border-top:1px solid #0000;border-bottom:1px solid #0000;padding:1rem 1.5rem}.leaderboard-row td:first-child{border-left:1px solid #0000;border-top-left-radius:16px;border-bottom-left-radius:16px}.leaderboard-row td:last-child{border-right:1px solid #0000;border-top-right-radius:16px;border-bottom-right-radius:16px}.current-user-row td{background:#ffd7000d;border-top:1px solid #ffd70066;border-bottom:1px solid #ffd70066}.current-user-row td:first-child{border-left:1px solid #ffd70066}.current-user-row td:last-child{border-right:1px solid #ffd70066}.current-user-row:hover td{background:#ffd70014}.rank-cell{text-align:center;color:#888;width:80px;font-size:1.1rem;font-weight:800}.rank-icon{filter:drop-shadow(0 2px 8px #00000080);font-size:1.5rem}.rank-1 .rank-icon{filter:drop-shadow(0 0 12px #ffd70099)}.rank-2 .rank-icon{filter:drop-shadow(0 0 12px #c0c0c099)}.rank-3 .rank-icon{filter:drop-shadow(0 0 12px #cd7f3299)}.rank-number{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto;font-size:.9rem;display:flex}.player-cell{align-items:center;gap:1.2rem;display:flex}.player-avatar{background:linear-gradient(135deg,#ffffff1a,#ffffff05);border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden;box-shadow:0 4px 10px #0003}.player-info{flex-direction:column;gap:2px;display:flex}.player-name{color:#fff;letter-spacing:.3px;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.you-badge{color:#000;background:var(--accent-yellow,gold);text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:.75rem;font-weight:800}.player-id{color:var(--accent-yellow,gold);opacity:.8;font-size:.85rem}.level-badge{color:#fff;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:1px solid #ffffff1a;border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:700;box-shadow:0 2px 8px #0000001a}.tier-text{color:#bbb;letter-spacing:.5px;font-size:.95rem;font-weight:600}.xp-cell{color:var(--accent-yellow,gold);text-shadow:0 2px 10px #ffd70033;font-size:1.15rem;font-weight:800}.empty-state{text-align:center;color:#666;padding:4rem 2rem;font-size:1.1rem;font-weight:500}.match-loading-container{color:#fff;text-transform:uppercase;background:radial-gradient(circle,#1a1a2e 0%,#0d0d1a 100%);justify-content:center;align-items:center;height:calc(100vh - 60px);display:flex}.loading-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.valorant-spinner{border:4px solid #ff465533;border-top-color:#ff4655;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.loading-text{letter-spacing:2px;color:#ece8e1;text-shadow:0 0 10px #fff3;font-size:1.5rem}.fade-in-out{animation:1.5s ease-in-out infinite alternate fadeInOut}.progress-bar-container{background:#ffffff1a;border-radius:3px;width:300px;height:6px;position:relative;overflow:hidden}.progress-bar-fill{background:#ff4655;width:0%;height:100%;animation:5.5s cubic-bezier(.4,0,.2,1) forwards progressFill;box-shadow:0 0 10px #ff4655}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInOut{0%{opacity:.6}to{opacity:1}}@keyframes progressFill{0%{width:0%}30%{width:40%}70%{width:75%}to{width:100%}}.competitive-match{color:#ece8e1;box-sizing:border-box;background-color:#0d0d1a;gap:1rem;height:calc(100vh - 80px);margin-top:80px;padding:1rem;display:flex}.example-block{margin-bottom:1.5rem}.code-block pre{white-space:pre-wrap;margin-top:.5rem;font-family:inherit}.friendly-match{color:#ece8e1;box-sizing:border-box;background-color:#0d0d1a;gap:1rem;height:calc(100vh - 80px);margin-top:80px;padding:1rem;display:flex}.problem-panel{background:#1e1e2ecc;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;flex:1;padding:1.5rem;display:flex;overflow-y:auto}.problem-header h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.problem-tags{gap:.5rem;margin-bottom:1rem;display:flex}.difficulty{border-radius:4px;padding:4px 8px;font-size:.8rem;font-weight:700}.difficulty.easy{color:#00b8a3;background:#00b8a31a}.difficulty.medium{color:#ffc01e;background:#ffc01e1a}.difficulty.hard{color:#ff375f;background:#ff375f1a}.topic-tag{background:#ffffff1a;border-radius:12px;padding:4px 8px;font-size:.8rem}.problem-body p{color:#ccc;margin-bottom:1.5rem;line-height:1.6}.problem-body code{background:#ffffff1a;border-radius:4px;padding:2px 4px;font-family:monospace}.code-block{color:#e0e0e0;background:#1e1e1e;border-radius:8px;margin-top:.5rem;padding:1rem;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.5}.editor-terminal-panel{flex-direction:column;flex:1.2;gap:1rem;display:flex}.editor-area{background:#1e1e2ecc;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;flex:2;display:flex;overflow:hidden}.editor-header{background:#14141ee6;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.opponent-header{justify-content:center}.language-selector select{color:#fff;cursor:pointer;background:#2d2d3d;border:1px solid #444;border-radius:4px;outline:none;padding:4px 8px}.editor-actions{gap:.5rem;display:flex}.editor-actions button{justify-content:center;align-items:center;height:32px;font-size:.85rem;display:flex;padding:4px 12px!important}.run-btn{background:#ffffff1a}.submit-btn{background:#00b8a3;border-color:#00b8a3}.submit-btn:hover{background:#00e6cc;box-shadow:0 0 10px #00e6cc80}.monaco-container{flex:1}.terminal-area{background:#1e1e2ecc;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;flex:1;display:flex}.terminal-header{background:#14141ee6;border-bottom:1px solid #ffffff1a;padding:.5rem 1rem;display:flex}.terminal-tab{cursor:pointer;color:#888;padding:4px 12px;font-size:.9rem}.terminal-tab.active{color:#fff;border-bottom:2px solid #00b8a3}.terminal-content{color:#aaa;padding:1rem;font-family:Fira Code,monospace;font-size:.9rem;overflow-y:auto}.terminal-content.success{color:#00b8a3}.terminal-content.failed{color:#ff375f}.terminal-content.running{color:#ffc01e}.video-chat-window{z-index:9000;background:#14141ef2;border:1px solid #fff3;border-radius:12px;flex-direction:column;width:240px;display:flex;position:fixed;overflow:hidden;box-shadow:0 8px 32px #00000080}.video-chat-header{cursor:grab;color:#ccc;-webkit-user-select:none;user-select:none;background:#ffffff1a;justify-content:center;align-items:center;height:24px;font-size:.75rem;display:flex}.video-chat-header:active{cursor:grabbing}.video-chat-content{aspect-ratio:4/3;background:#000;width:100%;position:relative}.video-chat-content video{object-fit:cover;width:100%;height:100%}.video-chat-controls{background:#00000080;border-radius:16px;gap:8px;padding:4px 8px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.video-chat-controls button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;font-size:1.1rem;transition:background .2s;display:flex}.video-chat-controls button:hover{background:#fff3}.video-chat-controls button.muted{color:#ff375f}.app-container{flex-direction:column;width:100%;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;width:100%;display:flex}
