:root{--background-dark: #12121e;--card-background: #1e1e30;--accent-primary: #00e676;--accent-secondary: #8258dc;--text-light: #e0e0e0;--text-medium: #b0b0b0;--border-color: #33334d}.navbar{background-color:var(--card-background);height:70px;display:flex;align-items:center;border-bottom:1px solid var(--border-color);position:fixed;top:0;left:0;width:100%;z-index:100}.navbar-container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.navbar-logo{color:var(--accent-secondary);font-size:2rem;font-weight:700;text-decoration:none;z-index:2;transition:text-shadow .3s ease;text-shadow:0 0 8px rgba(130,88,220,.6)}.navbar-logo:hover{text-shadow:0 0 16px rgba(130,88,220,.8)}.navbar-links{display:flex;align-items:center;gap:2.5rem}.nav-link{color:var(--text-medium);text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;white-space:nowrap;transition:color .3s ease}.nav-link:hover{color:var(--accent-primary)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:var(--accent-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link.active{color:var(--accent-primary)}.footer-container{background-color:#1e1e30;color:#b0b0b0;padding:2rem 5%;border-top:1px solid #33334d;text-align:center}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;align-items:center;gap:1rem}.footer-links a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#00e676}.footer-links span{color:#33334d}@media (min-width: 768px){.footer-content{flex-direction:row;justify-content:space-between}}.chatbot-container{position:fixed;bottom:2rem;right:2rem;z-index:1000}.chatbot-toggle-button{background-color:var(--accent-primary);color:var(--background-dark);width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #00e67666;transition:all .3s ease}.chatbot-toggle-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #00e67680}.chatbot-toggle-button svg{width:32px;height:32px;transition:opacity .2s ease,transform .2s ease}.chatbot-toggle-button .icon-chat.hidden,.chatbot-toggle-button .icon-close.hidden{opacity:0;transform:scale(.5);position:absolute}.chatbot-window{width:370px;max-width:90vw;height:500px;max-height:70vh;background-color:var(--card-background);border-radius:15px;border:1px solid var(--border-color);box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;overflow:hidden;position:absolute;bottom:80px;right:0;transform:translateY(20px) scale(.95);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.25,1,.5,1)}.chatbot-window.open{transform:translateY(0) scale(1);opacity:1;visibility:visible}.chatbot-header{background-color:var(--background-dark);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}.chatbot-header h3{margin:0;color:var(--accent-primary);font-size:1.2rem}.chatbot-header .close-btn{background:none;border:none;color:var(--text-medium);font-size:1.5rem;cursor:pointer}.chatbot-messages{flex-grow:1;padding:1rem;overflow-y:auto}.message{padding:.7rem 1rem;border-radius:18px;margin-bottom:.8rem;max-width:85%;line-height:1.5}.message.bot{background-color:var(--background-dark);color:var(--text-light);border-bottom-left-radius:4px;align-self:flex-start}.message.user{background-color:var(--accent-secondary);color:var(--text-light);border-bottom-right-radius:4px;margin-left:auto;text-align:right}.chatbot-input-form{display:flex;padding:1rem;border-top:1px solid var(--border-color);background-color:var(--background-dark)}.chatbot-input-form input{flex-grow:1;background-color:var(--card-background);border:1px solid var(--border-color);border-radius:20px;padding:.7rem 1rem;color:var(--text-light);font-size:1rem;outline:none}.chatbot-input-form input:focus{border-color:var(--accent-primary)}.chatbot-input-form button{background:none;border:none;color:var(--accent-primary);margin-left:.8rem;cursor:pointer;padding:.5rem}.chatbot-input-form button svg{width:24px;height:24px}.chatbot-input-form button:disabled{color:var(--text-medium);cursor:not-allowed}.typing-indicator{display:flex;align-items:center;padding:1rem}.typing-indicator span{height:8px;width:8px;background-color:var(--text-medium);border-radius:50%;display:inline-block;margin:0 2px;animation:bounce 1.2s infinite ease-in-out both}.typing-indicator span:nth-of-type(1){animation-delay:-.32s}.typing-indicator span:nth-of-type(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.network-status-banner{position:fixed;top:0;left:0;width:100%;background-color:#ff4d4d;color:#fff;text-align:center;padding:.75rem;font-weight:600;z-index:10000;box-shadow:0 2px 5px #0003}:root{--primary-color: #4F46E5;--secondary-color: #14B8A6;--dark-text: #111827;--light-text: #FFFFFF;--bg-light: #F9FAFB;--bg-white: #FFFFFF;--border-color: #E5E7EB;--box-shadow: 0 4px 12px rgba(0, 0, 0, .08)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-light);color:var(--dark-text)}main{padding-top:70px}.page-banner{height:40vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--light-text);background-size:cover;background-position:center;position:relative}.page-banner:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.page-banner h1,.page-banner p{position:relative;z-index:2}.page-banner h1{font-size:3.5rem;margin:0;text-shadow:2px 2px 8px rgba(0,0,0,.6)}.page-banner p{font-size:1.25rem;margin-top:.5rem;max-width:600px}:root{--background-dark: #12121e;--card-background: #1e1e30;--accent-primary: #00e676;--accent-secondary: #8258dc;--text-light: #e0e0e0;--text-medium: #b0b0b0;--border-color: #33334d;--glow-color: rgba(0, 230, 118, .4);--hover-card-bg: #2b2b40;--gradient-accent: linear-gradient(90deg, #00e676, #8258dc, #00e676)}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 5%;min-height:70vh;background:var(--background-dark);gap:3rem;position:relative;z-index:1;animation:slideInHero 1.5s ease}.hero-content{text-align:center;max-width:800px;z-index:2;animation:fadeUp 1.2s ease forwards}.hero-cta-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.feature-card{background-color:var(--background-dark);padding:2.5rem 1.8rem;border-radius:14px;border:1px solid var(--border-color);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top,rgba(0,230,118,.05),transparent);opacity:0;transition:opacity .3s ease}.feature-card:hover:before{opacity:1}.bottom-cta-section{padding:4rem 5%;text-align:center;background-color:var(--background-dark);animation:fadeInBottom 2s ease forwards}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section{padding:3rem 3%;min-height:auto}.hero-tagline{font-size:2.8rem;margin-bottom:1rem}.hero-subtext{font-size:1rem;margin-bottom:2rem}.btn{padding:.8rem 2rem;font-size:1rem}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.features-section h2{font-size:2.2rem;margin-bottom:2rem}.bottom-cta-section h2{font-size:2rem}}@media (max-width: 480px){.hero-tagline{font-size:2.2rem}.hero-cta-buttons{flex-direction:column;gap:1rem}.btn,.btn-large{width:100%;max-width:300px}}a :root{--background-dark: #12121e;--card-background: #1e1e30;--accent-primary: #00e676;--accent-secondary: #8258dc;--text-light: #e0e0e0;--text-medium: #b0b0b0;--border-color: #33334d;--glow-color: rgba(0, 230, 118, .4);--hover-card-bg: #2b2b40;--gradient-accent: linear-gradient(90deg, #00e676, #8258dc, #00e676)}.home-page{background-color:var(--background-dark);color:var(--text-light);min-height:calc(100vh - var(--navbar-height, 4rem));overflow:hidden;scroll-behavior:smooth;animation:fadeInPage 1.2s ease-in-out}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 5%;min-height:70vh;background:var(--background-dark);text-align:center;position:relative;z-index:1}.hero-content{max-width:800px;margin:0 auto;animation:fadeUp 1.2s ease forwards}.hero-tagline{font-size:3.8rem;font-weight:700;color:var(--accent-primary);margin-bottom:1.5rem;line-height:1.2;text-shadow:0 0 25px var(--glow-color);background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradientShift 4s linear infinite}.hero-subtext{font-size:1.3rem;color:var(--text-medium);margin-bottom:2.5rem;line-height:1.6;animation:fadeUp 1.8s ease forwards}.hero-cta-buttons{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem;animation:fadeUp 2s ease forwards}.btn{padding:1rem 2.5rem;border-radius:30px;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .35s ease;cursor:pointer;border:none;outline:none;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(90deg,#00e676,#00c853);color:var(--background-dark);box-shadow:0 0 15px #00e67666}.btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 0 30px #00e676b3;background:linear-gradient(90deg,#0f8,#00c853)}.btn-secondary{background-color:transparent;color:var(--accent-secondary);border:2px solid var(--accent-secondary);box-shadow:0 0 10px #8258dc4d}.btn-secondary:hover{background-color:var(--accent-secondary);color:var(--background-dark);box-shadow:0 0 25px #8258dc99;transform:translateY(-3px) scale(1.03)}.btn-large{padding:1.2rem 3rem;font-size:1.3rem}.hero-illustration{width:100%;max-width:600px;margin-top:3rem;z-index:1;animation:fadeInImage 2s ease forwards}.hero-illustration .hero-image{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 30px #0009;transition:transform .5s ease}.hero-illustration .hero-image:hover{transform:scale(1.05)}.features-section{padding:4rem 5%;text-align:center;background-color:var(--card-background);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.features-section h2{font-size:2.8rem;color:var(--accent-secondary);margin-bottom:3rem;text-shadow:0 0 10px rgba(130,88,220,.3)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.feature-card{background-color:var(--background-dark);padding:2.5rem 1.8rem;border-radius:14px;border:1px solid var(--border-color);transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.feature-card:hover{transform:translateY(-6px);box-shadow:0 0 25px #8258dc4d,0 0 30px #00e67633}.feature-card .icon{width:55px;height:55px;margin-bottom:1.5rem;color:var(--accent-primary);animation:floatIcon 3s ease-in-out infinite}.feature-card h3{font-size:1.5rem;color:var(--accent-primary);margin-bottom:.8rem}.feature-card p{font-size:1rem;color:var(--text-medium);line-height:1.5}.bottom-cta-section{padding:4rem 5%;text-align:center;background-color:var(--background-dark)}.bottom-cta-section h2{font-size:2.5rem;color:var(--text-light);margin-bottom:2.5rem;text-shadow:0 0 15px rgba(255,255,255,.15)}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeInPage{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInImage{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (min-width: 1024px){.hero-section{flex-direction:row;text-align:left;padding:6rem 5%}.hero-content{text-align:left;margin-right:3rem;max-width:50%}.hero-cta-buttons{justify-content:flex-start}.hero-tagline{font-size:4.5rem}}@media (max-width: 768px){.hero-section{padding:3rem 3%;min-height:auto}.hero-tagline{font-size:2.8rem}.hero-subtext{font-size:1.1rem}.hero-cta-buttons{flex-direction:column;gap:1rem}.btn{width:100%;max-width:320px}}.roadmap-hub-page{background-color:var(--background-dark);color:var(--text-light);min-height:calc(100vh - 4rem);padding:4rem 5%}.roadmap-hub-header{text-align:center;margin-bottom:3.5rem;max-width:800px;margin-left:auto;margin-right:auto}.roadmap-hub-header h1{font-size:3.5rem;font-weight:700;color:var(--accent-primary);text-shadow:0 0 15px var(--glow-color);margin-bottom:1rem}.roadmap-hub-header p{font-size:1.2rem;color:var(--text-medium);line-height:1.6}.career-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.career-card{background-color:var(--card-background);padding:2.5rem 2rem;border-radius:12px;text-decoration:none;color:var(--text-light);box-shadow:0 4px 15px #00000080;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column}.career-card:not(.disabled):hover{transform:translateY(-8px);box-shadow:0 12px 30px #000000b3;border-color:var(--accent-primary)}.career-card.disabled{opacity:.6;cursor:not-allowed}.career-card h3{font-size:1.75rem;font-weight:600;margin:0 0 1rem;color:var(--accent-primary)}.career-card p{color:var(--text-medium);line-height:1.6;flex-grow:1}.view-roadmap-link{margin-top:1.5rem;color:var(--accent-secondary);font-weight:600;text-align:right;transition:color .3s ease}.career-card:not(.disabled):hover .view-roadmap-link{color:var(--accent-primary)}@media (max-width: 768px){.roadmap-hub-header h1{font-size:2.8rem}}.resource-item ul li{font-size:18px;line-height:1.7}.skill-roadmap-page{background-color:var(--background-dark);color:var(--text-light);min-height:calc(100vh - 4rem);padding:4rem 5%}.skill-roadmap-header{text-align:center;margin-bottom:3.5rem;max-width:800px;margin-left:auto;margin-right:auto}.skill-roadmap-header h1{font-size:3.5rem;font-weight:700;color:var(--accent-primary);text-shadow:0 0 15px var(--glow-color);margin-bottom:1rem}.skill-roadmap-header p{font-size:1.2rem;color:var(--text-medium);line-height:1.6}.skill-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.skill-card{background-color:var(--card-background);padding:2.5rem 2rem;border-radius:12px;text-decoration:none;color:var(--text-light);box-shadow:0 4px 15px #00000080;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column}.skill-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #000000b3;border-color:var(--accent-primary)}.skill-card h3{font-size:1.75rem;font-weight:600;margin:0 0 1rem;color:var(--accent-primary)}.skill-card p{color:var(--text-medium);line-height:1.6;flex-grow:1}.view-skill-link{margin-top:1.5rem;color:var(--accent-secondary);font-weight:600;text-align:right;transition:color .3s ease}.skill-card:hover .view-skill-link{color:var(--accent-primary)}:root{--background-dark: #12121e;--card-background: #1e1e30;--accent-primary: #00e676;--accent-secondary: #8258dc;--text-light: #e0e0e0;--text-medium: #b0b0b0;--border-color: #33334d;--glow-color: rgba(0, 230, 118, .4);--hover-card-bg: #2b2b40}body{margin:0;background-color:var(--background-dark);font-family:Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.about-page{padding:3rem 5%;max-width:1200px;margin:0 auto;color:var(--text-light);background-color:var(--background-dark);min-height:100vh}.about-header{text-align:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.about-header h1{font-size:3.5rem;color:var(--accent-primary);margin-bottom:.5rem;text-shadow:0 0 10px var(--glow-color)}.about-header p{font-size:1.2rem;color:var(--text-medium)}.about-section{margin-bottom:3rem;background-color:var(--card-background);padding:2.5rem;border-radius:12px;box-shadow:0 6px 15px #0006;border:1px solid var(--border-color)}.about-section h2{font-size:2.5rem;color:var(--accent-secondary);margin-bottom:2rem;text-align:center;font-weight:600;text-shadow:0 0 8px rgba(130,88,220,.3)}.about-section p{font-size:1.1rem;line-height:1.7;color:var(--text-light);margin-bottom:1rem}.developer-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:2.5rem;justify-content:center}.developer-card,.guide-card{background-color:var(--card-background);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 10px #00000080;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;display:flex;flex-direction:column;align-items:center}.developer-card:hover,.guide-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #000000b3;background-color:var(--hover-card-bg)}.developer-photo,.guide-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:5px solid var(--accent-primary);box-shadow:0 0 15px var(--glow-color);cursor:pointer}.developer-card h3,.guide-card h3{color:var(--accent-primary);font-size:2rem;margin-bottom:.6rem;text-shadow:0 0 8px var(--glow-color)}.developer-card p,.guide-card p{font-size:1.05rem;color:var(--text-medium);margin:.4rem 0}.developer-card p strong,.guide-card p strong{color:var(--text-light)}.social-links{margin-top:1.5rem;margin-bottom:1.5rem}.social-links a{display:inline-block;color:var(--accent-secondary);text-decoration:none;font-weight:700;margin:0 .8rem;padding:.6rem 1.2rem;border:2px solid var(--accent-secondary);border-radius:30px;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.social-links a:hover{background-color:var(--accent-secondary);color:var(--background-dark);border-color:var(--accent-secondary)}.guide-card .guide-description{font-style:italic;font-size:1.1rem;margin-top:1.5rem;color:var(--text-medium);max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.about-page{padding:2rem 3%}.about-header h1{font-size:2.5rem}.about-header p{font-size:1rem}.about-section h2{font-size:2rem}.developer-cards-container{grid-template-columns:1fr}.developer-photo,.guide-photo{width:120px;height:120px}.developer-card h3,.guide-card h3{font-size:1.6rem}.developer-card p,.guide-card p{font-size:.95rem}.social-links a{padding:.5rem 1rem;margin:0 .5rem;font-size:.9rem}}.image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1001;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeInModal .3s ease}.enlarged-image{max-width:90%;max-height:90vh;border-radius:15px;box-shadow:0 10px 40px #000c;cursor:default;transform:scale(.95);animation:zoomInModal .3s ease forwards}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes zoomInModal{0%{transform:scale(.9)}to{transform:scale(1)}}.assessment-container{max-width:900px;margin:4rem auto;padding:2rem;color:var(--text-light)}.assessment-header{text-align:center;margin-bottom:3rem}.assessment-header h1{font-size:3rem;color:var(--accent-primary);margin-bottom:1rem}.assessment-header p{font-size:1.2rem;color:var(--text-medium)}.assessment-form{display:flex;flex-direction:column;gap:2rem}.question-card{background-color:var(--card-background);padding:2rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 4px 15px #00000080}.question-label{display:block;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.options-container{display:flex;flex-direction:column;gap:1rem}.option{display:flex;align-items:center;background-color:var(--background-dark);padding:1rem;border-radius:8px;border:1px solid var(--border-color);cursor:pointer;transition:border-color .3s ease,background-color .3s ease}.option:hover{border-color:var(--accent-secondary)}.option input[type=radio],.option input[type=checkbox]{margin-right:1rem;appearance:none;background-color:var(--background-dark);width:1.25em;height:1.25em;border:2px solid var(--accent-secondary);display:grid;place-content:center;cursor:pointer}.option input[type=radio]{border-radius:50%}.option input[type=checkbox]{border-radius:4px}.option input[type=radio]:before,.option input[type=checkbox]:before{content:"";width:.75em;height:.75em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--accent-primary)}.option input[type=radio]:before{border-radius:50%}.option input[type=checkbox]:before{clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.option input[type=radio]:checked:before,.option input[type=checkbox]:checked:before{transform:scale(1)}.option label{font-size:1.1rem;cursor:pointer}.text-input,.textarea-input{width:100%;padding:1rem;background-color:var(--background-dark);border:1px solid var(--border-color);border-radius:8px;color:var(--accent-primary);font-size:1.1rem;font-family:inherit;font-weight:500;transition:border-color .3s ease,box-shadow .3s ease}.textarea-input{resize:vertical;min-height:100px}.text-input::placeholder,.textarea-input::placeholder{color:var(--text-medium);opacity:.7;font-weight:400}.text-input:focus,.textarea-input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 10px #00e67633}.slider-container{padding:1rem 0}.slider-container label{font-size:1.1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.slider-rating-text{font-weight:600;color:var(--accent-primary);background-color:var(--background-dark);padding:.2rem .6rem;border-radius:5px}.slider-wrapper{display:flex;align-items:center;gap:1rem}.slider-wrapper span{color:var(--text-medium)}.slider-wrapper input[type=range]{--track-fill-percent: 0%;flex-grow:1;-webkit-appearance:none;appearance:none;height:8px;background:var(--border-color);background-image:linear-gradient(to right,var(--accent-primary) var(--track-fill-percent),var(--border-color) var(--track-fill-percent));border-radius:5px;outline:none}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--accent-secondary);cursor:pointer;border-radius:50%}.submit-button{padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;color:var(--background-dark);background-color:var(--accent-primary);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;align-self:center;margin-top:2rem}.submit-button:hover:not(:disabled){background-color:#00ff84;transform:translateY(-2px)}.submit-button:disabled{background-color:#555;cursor:not-allowed}.error-message{color:#ff4d4d;text-align:center;font-size:1.1rem;margin-top:1rem}.results-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.results-modal-content{background-color:var(--card-background);padding:2rem 3rem;border-radius:15px;border:1px solid var(--border-color);max-width:700px;width:90%;box-shadow:0 10px 30px #000000b3;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.results-modal-content h2{font-size:2.5rem;color:var(--accent-primary);text-align:center;margin-bottom:1rem}.analysis-text{font-size:1.1rem;color:var(--text-medium);text-align:center;line-height:1.6;margin-bottom:2rem}.results-modal-content h3{font-size:1.5rem;color:var(--text-light);margin-bottom:1.5rem;text-align:center}.scores-container{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.5rem}.score-item{display:grid;grid-template-columns:200px 1fr 60px;align-items:center;gap:1rem}.career-name{font-weight:500;text-align:right}.score-bar-container{background-color:var(--background-dark);border-radius:5px;height:12px;border:1px solid var(--border-color);overflow:hidden}.score-bar{background:linear-gradient(90deg,var(--accent-secondary),var(--accent-primary));height:100%;border-radius:5px;transition:width .5s ease-out}.score-percent{font-weight:600;color:var(--accent-primary)}.results-actions{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.btn{display:inline-block;padding:.8rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.btn-primary{background-color:var(--accent-primary);color:var(--background-dark)}.btn-primary:hover{background-color:#00ff84}.btn-secondary{background-color:transparent;color:var(--text-light);border-color:var(--border-color)}.btn-secondary:hover{background-color:var(--card-background);border-color:var(--accent-secondary)}.resume-builder-page{background-color:var(--background-dark);color:var(--text-light);min-height:100vh;padding:4rem 5%;max-width:1000px;margin:0 auto}.resume-builder-header{text-align:center;margin-bottom:3.5rem}.resume-builder-header h1{font-size:3.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:1rem}.resume-builder-header p{font-size:1.2rem;color:var(--text-medium)}.resume-form{background-color:var(--card-background);padding:2.5rem;border-radius:15px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:2rem}.form-group{display:flex;flex-direction:column;gap:1rem}.form-group select,.form-group input[type=text]{background-color:var(--background-dark);border:1px solid var(--border-color);border-radius:8px;padding:.8rem 1rem;color:var(--text-light);font-size:1rem;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .3s ease,color .3s ease,box-shadow .3s ease}.custom-role-input input[type=text]{color:var(--accent-primary);font-weight:500}.custom-role-input input[type=text]:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 10px #00e67633}.custom-role-input{animation:fadeIn .3s ease-out}.resume-drop-zone{background-color:var(--background-dark);border:2px dashed var(--border-color);border-radius:12px;padding:2rem;transition:border-color .3s ease,background-color .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;cursor:pointer}.resume-drop-zone.dragging{border-color:var(--accent-primary);background-color:#00e6761a}.file-prompt-content{text-align:center;color:var(--text-medium);display:flex;flex-direction:column;align-items:center;gap:.5rem;pointer-events:none}.file-prompt-content svg{width:40px;height:40px;color:var(--accent-secondary);margin-bottom:.5rem}.file-prompt-content span{font-size:1.1rem;font-weight:500}.file-prompt-content .file-types{font-size:.9rem;color:var(--text-medium)}.analyze-button{padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;color:var(--background-dark);background-color:var(--accent-primary);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;align-self:center;margin-top:1rem}.analyze-button:hover:not(:disabled){background-color:#00ff84;transform:translateY(-2px)}.analyze-button:disabled{background-color:#555;cursor:not-allowed}.error-message{color:#ff4d4d;text-align:center}.loading-container{text-align:center;padding:3rem}.spinner{border:4px solid var(--border-color);border-top:4px solid var(--accent-primary);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}.results-container{margin-top:4rem;background-color:var(--card-background);padding:2.5rem;border-radius:15px;border:1px solid var(--border-color);animation:fadeInResult .5s ease-out}@keyframes fadeInResult{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-container h2{font-size:2.5rem;color:var(--accent-secondary);text-align:center;margin-bottom:1rem}.feedback-summary{font-size:1.1rem;color:var(--text-medium);text-align:center;line-height:1.6;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.results-container h3{font-size:1.4rem;margin-top:2rem;margin-bottom:1rem}.feedback-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.feedback-column ul{list-style-type:none;padding:0}.feedback-column li{background-color:var(--background-dark);padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:3px solid var(--accent-primary);line-height:1.5}.feedback-column h3{color:var(--accent-primary)}.feedback-column:last-child h3,.feedback-column:last-child li{border-left-color:#ffc107}.feedback-column:last-child h3{color:#ffc107}.explore-button-container{text-align:center;margin-top:3rem}.btn-primary{background-color:var(--accent-primary);color:var(--background-dark);padding:1rem 2rem;border-radius:8px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background-color:#00ff84;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:100px;transform:translateY(0)}}@media (max-width: 768px){.feedback-columns{grid-template-columns:1fr}}.jobs-page{background-color:var(--background-dark);color:var(--text-light);min-height:100vh;padding:4rem 5%}.jobs-header{text-align:center;margin-bottom:3.5rem}.jobs-header h1{font-size:3.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:1rem}.jobs-header p{font-size:1.2rem;color:var(--text-medium)}.search-form{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:flex-end;background-color:var(--card-background);padding:2rem;border-radius:12px;margin-bottom:3rem;border:1px solid var(--border-color)}.search-input-group{display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.search-input-group label{font-weight:500;color:var(--text-medium)}.search-input-group select,.search-input-group input{background-color:var(--background-dark);border:1px solid var(--border-color);border-radius:8px;padding:.8rem 1rem;color:var(--text-light);font-size:1rem;font-family:inherit;min-width:250px}.search-button{padding:.8rem 2rem;font-size:1.1rem;font-weight:700;color:var(--background-dark);background-color:var(--accent-primary);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.search-button:hover:not(:disabled){background-color:#00ff84}.search-button:disabled{background-color:#555;cursor:not-allowed}.job-listings-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.job-card{background-color:var(--card-background);padding:1.5rem;border-radius:12px;border:1px solid var(--border-color);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.job-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000080}.job-card-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem}.company-logo{width:50px;height:50px;border-radius:8px;object-fit:contain;background-color:#fff}.job-title-company h4{margin:0 0 .25rem;font-size:1.2rem;color:var(--text-light)}.job-title-company p{margin:0;color:var(--text-medium)}.job-card-details{display:flex;gap:1rem;color:var(--text-medium);font-size:.9rem;margin-bottom:1rem}.job-description{font-size:.95rem;line-height:1.6;color:var(--text-medium);flex-grow:1}.apply-button{display:inline-block;background-color:var(--accent-secondary);color:var(--text-light);text-decoration:none;padding:.7rem 1.5rem;border-radius:8px;text-align:center;font-weight:600;margin-top:1rem;transition:background-color .3s ease}.apply-button:hover{background-color:#9a6ce1}.mock-interview-page{background-color:var(--background-dark);color:var(--text-light);min-height:100vh;padding:4rem 5%;max-width:900px;margin:0 auto}.mock-interview-header{text-align:center;margin-bottom:3.5rem}.mock-interview-header h1{font-size:3.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:1rem}.mock-interview-header p{font-size:1.2rem;color:var(--text-medium)}.setup-container,.interview-container{background-color:var(--card-background);padding:2.5rem;border-radius:15px;border:1px solid var(--border-color)}.setup-container h2{font-size:2rem;color:var(--accent-secondary);text-align:center;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.form-group label{font-size:1.3rem;font-weight:600}.form-group select{background-color:var(--background-dark);border:1px solid var(--border-color);border-radius:8px;padding:.8rem 1rem;color:var(--text-light);font-size:1.1rem}.start-button{display:block;width:100%;padding:1rem;font-size:1.2rem;font-weight:700;color:var(--background-dark);background-color:var(--accent-primary);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.start-button:hover:not(:disabled){background-color:#00ff84;transform:translateY(-2px)}.question-section h3{font-size:1.5rem;color:var(--accent-secondary);margin-bottom:1rem}.question-text{background-color:var(--background-dark);padding:1.5rem;border-radius:8px;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;border-left:4px solid var(--accent-secondary)}.answer-section{display:flex;flex-direction:column;gap:1rem}.answer-section label{font-size:1.3rem;font-weight:600}.answer-section textarea{background-color:var(--background-dark);border:1px solid var(--border-color);border-radius:8px;padding:1rem;color:var(--text-light);font-size:1rem;font-family:inherit;resize:vertical}.submit-answer-btn,.next-question-btn{align-self:flex-end;padding:.8rem 2rem;font-size:1rem;font-weight:700;color:var(--background-dark);background-color:var(--accent-primary);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.submit-answer-btn:disabled,.next-question-btn:disabled{background-color:#555;cursor:not-allowed}.feedback-section{margin-top:2.5rem;border-top:1px solid var(--border-color);padding-top:2.5rem}.feedback-section h3{font-size:1.5rem;color:#ffc107}.feedback-content{background-color:var(--background-dark);padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #ffc107}.feedback-content p{margin:0 0 .5rem;line-height:1.6}.error-message,.loading-container{text-align:center;padding:2rem;font-size:1.1rem}.error-message{color:#f99}.spinner{border:4px solid var(--border-color);border-top:4px solid var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.language-roadmap-page{background-color:var(--background-dark);color:var(--text-light);min-height:calc(100vh - 4rem);padding:4rem 5%}.language-roadmap-header{text-align:center;margin-bottom:3.5rem;max-width:800px;margin-left:auto;margin-right:auto}.language-roadmap-header h1{font-size:3.5rem;font-weight:700;color:var(--accent-primary);text-shadow:0 0 15px var(--glow-color);margin-bottom:1rem}.language-roadmap-header p{font-size:1.2rem;color:var(--text-medium);line-height:1.6}.language-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.language-card{background-color:var(--card-background);padding:2.5rem 2rem;border-radius:12px;text-decoration:none;color:var(--text-light);box-shadow:0 4px 15px #00000080;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column}.language-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #000000b3;border-color:var(--accent-primary)}.language-card h3{font-size:1.75rem;font-weight:600;margin:0 0 1rem;color:var(--accent-primary)}.language-card p{color:var(--text-medium);line-height:1.6;flex-grow:1}.view-language-link{margin-top:1.5rem;color:var(--accent-secondary);font-weight:600;text-align:right;transition:color .3s ease}.language-card:hover .view-language-link{color:var(--accent-primary)}.language-card.disabled{pointer-events:none;opacity:.7}.language-card.disabled .view-language-link{color:#6b7280}.roadmap-page-container{background-color:var(--background-dark);color:var(--text-light);min-height:100vh;padding:4rem 5%}.roadmap-page-header{text-align:center;margin-bottom:4rem}.roadmap-page-header h1{font-size:3.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:1rem;text-shadow:0 0 15px var(--glow-color)}.roadmap-page-header p{font-size:1.2rem;color:var(--text-medium);max-width:800px;margin:0 auto}.roadmap-stages{max-width:1200px;margin:0 auto}.stage-resources-button{display:inline-block;margin-top:1rem;padding:.8rem 2.5rem;background-color:var(--accent-secondary);color:var(--text-light);text-decoration:none;font-weight:600;border-radius:25px;transition:all .3s ease}.skill-page-container{background-color:var(--background-dark);color:var(--text-light);min-height:100vh;padding:4rem 5%}.skill-page-header{text-align:center;margin-bottom:4rem}.skill-page-header h1{font-size:3.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:1rem;text-shadow:0 0 15px var(--glow-color)}.skill-page-header p{font-size:1.2rem;color:var(--text-medium);max-width:800px;margin:0 auto}.skill-page-stages{max-width:1000px;margin:0 auto}.stage-card{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 15px #00000080;transition:all .3s ease}.stage-header{padding:1.5rem 2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.stage-header h2{font-size:1.6rem;color:var(--accent-primary);margin:0}.stage-toggle{font-size:2rem;color:var(--accent-secondary);transition:transform .3s ease}.stage-card.active .stage-toggle{transform:rotate(45deg)}.stage-content{padding:0 2rem 2rem;border-top:1px solid var(--border-color)}.stage-content p{color:var(--text-medium);line-height:1.7}.stage-resources-button{display:inline-block;margin-top:1rem;padding:.7rem 1.5rem;background-color:var(--accent-secondary);color:var(--text-light);text-decoration:none;font-weight:600;border-radius:25px;transition:all .3s ease}.stage-resources-button:hover{background-color:#9a6ce1;transform:translateY(-2px)}
