.home-wrapper{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;font-family:Arial,sans-serif}.home-navbar{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;position:relative}.home-logo-text{font-size:1.3rem;font-weight:700;color:#fff;text-decoration:none}.home-burger{background:none;border:none;display:flex;flex-direction:column;gap:5px}.home-burger span{width:26px;height:3px;background:#fff;border-radius:5px}.home-nav-links{position:absolute;top:60px;right:20px;background:#000000d9;padding:15px;border-radius:12px;display:flex;flex-direction:column;gap:12px;opacity:0;pointer-events:none;transition:.2s ease}.home-nav-links.open{opacity:1;pointer-events:auto}.home-nav-links a{color:#fff;text-decoration:none;font-weight:700}.home-container{padding:40px 20px;max-width:1200px;margin:auto;text-align:center}.home-logo{width:90px;margin-bottom:10px}.home-title{font-size:2rem;margin-bottom:25px}.search-filter{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.search-filter input,.search-filter select{padding:12px;border-radius:8px;border:none;outline:none;font-size:1rem}.career-grid{display:grid;gap:20px}.career-card{background:#ffffff1a;padding:20px;border-radius:14px;text-decoration:none;color:#fff;transition:transform .2s ease,background .2s ease}.career-card:hover{transform:translateY(-3px);background:#ffffff2e}.career-card h2{font-size:1.1rem;margin-bottom:6px}.career-field{opacity:.7;font-size:.9rem}@media(min-width:640px){.home-burger{display:none}.home-nav-links{position:static;opacity:1;pointer-events:auto;background:none;flex-direction:row;gap:20px;padding:0}.search-filter{flex-direction:row;max-width:600px;margin:0 auto 40px}.career-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home-title{font-size:2.6rem}.career-grid{grid-template-columns:repeat(3,1fr)}.home-logo{width:110px}}.career-details-container{max-width:900px;margin:2rem auto;padding:1.5rem;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:var(--text-color, #111);border-radius:12px;box-shadow:0 6px 18px #0000001a;font-family:Arial,sans-serif}.career-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center;color:#ffb86c}.career-field{font-size:1.1rem;text-align:center;margin-bottom:1rem;color:#fff}.career-description{font-size:1rem;margin-bottom:2rem;line-height:1.6;color:#fff}.career-info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.card{background-color:var(--bg-card, transparent);padding:1rem 1.5rem;border-radius:10px;box-shadow:0 3px 8px #00000014;transition:transform .2s ease}.card:hover{transform:translateY(-4px)}.card h3{margin-bottom:.5rem;color:var(--accent-color, #ffb86c)}.card p{margin:0;color:var(--text-color, #d6d6d6)}.not-found{text-align:center;font-size:1.5rem;color:red;margin-top:3rem}.back-btn{margin-top:2rem;text-align:center}.back-btn a{text-decoration:none;color:var(--accent-color, #ffffff);font-weight:700}body.dark-mode{--bg-card: #1e1e1e;--text-color: #eee;--accent-color: #ffb86c}*{margin:0;padding:0;box-sizing:border-box}.landing-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;font-family:Arial,sans-serif;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;position:relative}.logo{font-size:1.4rem;font-weight:700;color:#fff;text-decoration:none}.nav-toggle{background:none;border:none;display:block}.hamburger{width:26px;height:3px;background:#fff;position:relative;display:block}.hamburger:before,.hamburger:after{content:"";position:absolute;width:26px;height:3px;background:#fff;left:0}.hamburger:before{top:-8px}.hamburger:after{top:8px}.nav-links{position:absolute;top:60px;right:20px;background:#000000d9;border-radius:10px;padding:15px;display:flex;flex-direction:column;gap:10px;opacity:0;pointer-events:none;transition:.2s ease}.nav-links.open{opacity:1;pointer-events:auto}.nav-links a{color:#fff;text-decoration:none;font-weight:600}.hero{flex:1;display:grid;grid-template-columns:1fr;gap:30px;padding:40px 20px;align-items:center;text-align:center}.hero-content h1{font-size:2rem;margin-bottom:15px}.hero-content p{opacity:.85;margin-bottom:25px}.hero-buttons{display:flex;justify-content:center;gap:15px}.btn{padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:700}.primary{background:#f97316;color:#fff}.ghost{border:2px solid white;color:#fff}.hero-visual{display:flex;justify-content:center}.career-card{background:#ffffff1a;padding:20px;border-radius:16px;width:250px;text-align:center}.about{background:#fff;color:#111;padding:50px 20px;text-align:center}.about h2{font-size:1.8rem;margin-bottom:10px}.about p{max-width:600px;margin:auto}.features{margin-top:25px;display:grid;gap:15px}.feature{background:#e5e7eb;padding:12px;border-radius:10px;font-weight:600}.footer{background:#020617;padding:20px;text-align:center}.footer a{color:#fb923c;text-decoration:none}.version{margin-top:6px;opacity:.7}@media(min-width:640px){.nav-toggle{display:none}.nav-links{position:static;opacity:1;pointer-events:auto;flex-direction:row;background:none;padding:0}.hero{text-align:left;padding:60px 40px}.hero-buttons{justify-content:flex-start}.features{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.hero{grid-template-columns:1fr 1fr}.hero-content h1{font-size:2.6rem}.career-card{width:320px;padding:30px}}.about-page{min-height:100vh;background:linear-gradient(135deg,#020617,#1e3a8a);color:#fff;font-family:Arial,sans-serif}.about-hero{padding:70px 20px;text-align:center;background:linear-gradient(135deg,#0f172a,#2563eb)}.about-hero h1{font-size:2.2rem;margin-bottom:10px}.about-hero p{opacity:.85;font-size:1rem}.about-content{padding:50px 20px;max-width:1000px;margin:auto;display:grid;gap:25px}.about-card{background:#ffffff14;padding:25px;border-radius:16px;line-height:1.6}.about-card h2{margin-bottom:10px;color:#fb923c}.about-card p{opacity:.9}.about-card.highlight{border:2px solid #fb923c;background:#fb923c14}.dev-note{margin-top:10px;font-size:.9rem;opacity:.8}.back-wrapper{margin-top:20px;display:flex;justify-content:center}.back-btn{padding:12px 26px;border-radius:10px;border:none;background:#fb923c;color:#020617;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #fb923c66}@media(min-width:640px){.about-hero h1{font-size:2.6rem}.about-card{padding:30px}}@media(min-width:1024px){.about-hero{padding:90px 20px}.about-hero h1{font-size:3rem}.about-content{gap:35px}}
