.pms-header{display:flex;justify-content:space-between;align-items:center;background:#0a0a0af2;color:var(--text-primary);padding:.8rem 2rem;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,215,0,.15);box-shadow:0 4px 30px #0006}.logo{display:flex;align-items:center;gap:1rem;transition:all var(--transition-speed) ease}.theme-toggle-btn{margin-left:1rem;padding:.3rem .7rem;cursor:pointer;border-radius:4px;border:none;transition:background .3s ease,color .3s ease}body.light .theme-toggle-btn{background:#ffd600;color:#121212}body.dark .theme-toggle-btn{background:#121212;color:#ffd600}.logo-image{height:42px;width:auto;filter:drop-shadow(0 0 4px rgba(255,215,0,.3));transition:transform .3s ease}.logo:hover .logo-image{transform:scale(1.08)}.logo-link{font-size:1.3rem;background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:all .3s ease}.logo-link:hover{text-shadow:0 0 8px rgba(255,215,0,.4)}.nav-links{display:flex;gap:1.25rem;align-items:center}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all var(--transition-speed) ease;padding:.6rem 1rem;border-radius:var(--border-radius);position:relative;font-size:.95rem;letter-spacing:.3px}.nav-links a:hover{color:var(--accent-yellow);background:#ffd70014}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--accent-yellow);transition:all var(--transition-speed) ease;transform:translate(-50%)}.nav-links a:hover:after{width:80%}.login-btn{background:var(--accent-yellow);color:var(--bg-dark);font-weight:600;border-radius:20px;padding:.6rem 1.6rem;transition:all var(--transition-speed) ease;border:2px solid transparent;letter-spacing:.5px;box-shadow:0 2px 8px #ffd7004d}.login-btn:hover{background:transparent;color:var(--accent-yellow);border-color:var(--accent-yellow);transform:translateY(-2px);box-shadow:0 6px 16px #ffd7004d}body.light .pms-header{background:#f5f5f5f2;color:var(--text-primary);border-bottom:1px solid rgba(212,175,55,.15);box-shadow:0 4px 30px #0000001a;-webkit-backdrop-filter:none;backdrop-filter:none}body.light .logo-image{filter:drop-shadow(0 0 4px rgba(212,175,55,.3))}body.light .logo-link{background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}body.light .logo-link:hover{text-shadow:0 0 8px rgba(212,175,55,.4)}body.light .nav-links a{color:var(--text-secondary)}body.light .nav-links a:hover{color:var(--accent-yellow);background:#d4af371a}body.light .nav-links a:after{background:var(--accent-yellow)}body.light .login-btn{background:var(--accent-yellow);color:var(--bg-dark);box-shadow:0 2px 8px #d4af374d;border-color:transparent}body.light .login-btn:hover{background:transparent;color:var(--accent-yellow);border-color:var(--accent-yellow);box-shadow:0 6px 16px #d4af374d;transform:translateY(-2px)}@media (max-width: 768px){.pms-header{flex-direction:column;padding:.8rem 1rem;gap:.8rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.logo{gap:.8rem}.logo-image{height:36px}.logo-link{font-size:1.1rem}.nav-links{width:100%;justify-content:center;flex-wrap:wrap;gap:.5rem}.nav-links a{padding:.4rem .8rem;font-size:.85rem}.login-btn{padding:.4rem 1.2rem;font-size:.85rem}}@keyframes headerScroll{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.pms-header{animation:headerScroll .5s ease-out forwards}:root{--bg-dark: #121212;--bg-darker: #0a0a0a;--text-primary: #ffffff;--text-secondary: #e0e0e0;--accent-yellow: #ffd700;--accent-yellow-dark: #ffc000;--border-radius: 8px;--transition-speed: .3s}.home-main{min-height:100vh;background-color:var(--bg-dark);color:var(--text-primary)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}body.light{--bg-dark: #ffffff;--bg-darker: #f4f4f4;--text-primary: #121212;--text-secondary: #4a4a4a;--accent-yellow: #d4af37;--accent-yellow-dark: #bfa12f;--border-radius: 8px;--transition-speed: .3s}body.light .home-main{background-color:var(--bg-dark);color:var(--text-primary)}body.light .container{background-color:var(--bg-darker);color:var(--text-primary)}.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#121212e6,#121212b3);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;max-width:64rem;margin:0 auto;padding:0 1.5rem}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{display:block;font-size:1.875rem;color:var(--accent-yellow);font-weight:600;margin-top:.5rem}.hero-description{font-size:1.25rem;margin-bottom:2rem;color:var(--text-secondary);line-height:1.6}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}body.light .hero-background{background-color:#f5f5f5}body.light .hero-overlay{background:linear-gradient(to right,#fffc,#ffffff80)}body.light .hero-title{background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow))}body.light .hero-subtitle{color:var(--accent-yellow)}body.light .hero-description{color:var(--text-secondary)}.btn{padding:1rem 2rem;border-radius:var(--border-radius);font-size:1.125rem;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;border:none;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(to right,var(--accent-yellow),var(--accent-yellow-dark));color:var(--bg-dark);box-shadow:0 10px 15px -3px #0000004d}.btn-primary:hover{transform:scale(1.05);box-shadow:0 15px 20px -5px #ffd7004d}.btn-secondary{border:2px solid var(--text-primary);color:var(--text-primary);background:transparent}.btn-secondary:hover{background:var(--text-primary);color:var(--bg-dark)}.btn-outline{border:2px solid var(--accent-yellow);color:var(--accent-yellow);background:transparent}.btn-outline:hover{background:var(--accent-yellow);color:var(--bg-dark)}body.light .btn-primary{background:linear-gradient(to right,var(--accent-yellow),var(--accent-yellow-dark));color:var(--bg-dark);box-shadow:0 10px 15px -3px #0000001a}body.light .btn-primary:hover{box-shadow:0 15px 20px -5px #d4af374d}body.light .btn-secondary{border:2px solid var(--text-primary);color:var(--text-primary);background:transparent}body.light .btn-secondary:hover{background:var(--text-primary);color:var(--bg-dark)}body.light .btn-outline{border:2px solid var(--accent-yellow);color:var(--accent-yellow);background:transparent}body.light .btn-outline:hover{background:var(--accent-yellow);color:var(--bg-dark)}.features-section{padding:5rem 0;background:var(--bg-darker)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.section-description{font-size:1.25rem;color:var(--text-secondary);max-width:48rem;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#1e1e1ecc;padding:2rem;border-radius:var(--border-radius);box-shadow:0 10px 25px #0000004d;border:1px solid rgba(255,215,0,.1);transition:all var(--transition-speed) ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0006;border-color:#ffd7004d}.feature-icon-wrapper{color:var(--accent-yellow);margin-bottom:1.5rem}.feature-icon{width:2.5rem;height:2.5rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.feature-description{color:var(--text-secondary);line-height:1.6}body.light .features-section{background:var(--bg-darker)}body.light .feature-card{background:#fffc;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(212,175,55,.1);-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--text-primary)}body.light .feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026;border-color:#d4af374d}body.light .feature-icon-wrapper{color:var(--accent-yellow)}body.light .feature-title{color:var(--text-primary)}body.light .feature-description{color:var(--text-secondary)}.alumni-section{padding:5rem 0;background:var(--bg-dark)}.alumni-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.alumni-card{background:#282828cc;padding:1.5rem;border-radius:var(--border-radius);text-align:center;transition:all var(--transition-speed) ease;border:1px solid rgba(255,215,0,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.alumni-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000004d;border-color:#ffd7004d}.alumni-image{width:6rem;height:6rem;border-radius:50%;margin:0 auto 1rem;object-fit:cover;border:3px solid var(--accent-yellow);box-shadow:0 0 15px #ffd70033;display:block}.alumni-name{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:var(--text-primary)}.alumni-company{color:var(--accent-yellow);font-weight:600;margin-bottom:.5rem}.alumni-package{font-size:1.5rem;font-weight:800;color:var(--accent-yellow)}body.light .alumni-section{background:var(--bg-dark)}body.light .alumni-card{background:#fffc;border:1px solid rgba(212,175,55,.1);-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--text-primary);transition:all var(--transition-speed) ease}body.light .alumni-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026;border-color:#d4af374d}body.light .alumni-image{border:3px solid var(--accent-yellow);box-shadow:0 0 15px #d4af374d}body.light .alumni-name{color:var(--text-primary)}body.light .alumni-company,body.light .alumni-package{color:var(--accent-yellow)}.partners-section{padding:5rem 0;background:var(--bg-darker)}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.partner-card{background:#1e1e1ecc;padding:1.5rem;border-radius:var(--border-radius);box-shadow:0 8px 25px #0003;transition:all var(--transition-speed) ease;display:flex;align-items:center;justify-content:center;height:100px;border:1px solid rgba(255,215,0,.1)}.partner-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000004d;border-color:#ffd7004d}.partner-logo{max-height:3rem;max-width:100%;object-fit:contain;filter:brightness(0) invert(1);transition:all var(--transition-speed) ease}.partner-card:hover .partner-logo{filter:brightness(1) invert(0) drop-shadow(0 0 5px rgba(255,215,0,.5))}body.light .partners-section{background:var(--bg-darker)}body.light .partner-card{background:#fffc;box-shadow:0 8px 25px #0000001a;border:1px solid rgba(212,175,55,.1);transition:all var(--transition-speed) ease}body.light .partner-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026;border-color:#d4af374d}body.light .partner-logo{filter:brightness(1) invert(0);transition:all var(--transition-speed) ease}body.light .partner-card:hover .partner-logo{filter:brightness(1) invert(0) drop-shadow(0 0 5px rgba(212,175,55,.5))}.stats-section{padding:5rem 0;background:linear-gradient(to right,#ffd70033,#ffc0001a);position:relative;overflow:hidden}.stats-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffd700' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center;position:relative;z-index:1}.stat-item{background:#121212cc;padding:2rem;border-radius:var(--border-radius);border:1px solid rgba(255,215,0,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;color:var(--accent-yellow)}.stat-label{font-size:1.125rem;color:var(--text-primary);opacity:.9}body.light .stats-section{background:linear-gradient(to right,#d4af371a,#bfa12f0d);position:relative;overflow:hidden}body.light .stats-section:before{background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.15}body.light .stat-item{background:#fffc;border:1px solid rgba(212,175,55,.1);-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--text-primary)}body.light .stat-number{color:var(--accent-yellow)}body.light .stat-label{color:var(--text-primary);opacity:.9}.cta-section{padding:5rem 0;background:var(--bg-dark);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,215,0,.05) 0%,transparent 70%)}.cta-container{max-width:64rem;margin:0 auto;text-align:center;padding:0 1.5rem;position:relative;z-index:1}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}.cta-description{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}body.light .cta-section{background:var(--bg-dark);position:relative;overflow:hidden}body.light .cta-section:before{background:radial-gradient(circle at center,rgba(212,175,55,.05) 0%,transparent 70%)}body.light .cta-title{background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}body.light .cta-description{color:var(--text-secondary)}body.light .cta-buttons{flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.hero-buttons,.cta-buttons{flex-direction:row}}@media (min-width: 768px){.hero-title{font-size:4.5rem}.hero-subtitle{font-size:2.25rem}.hero-description{font-size:1.5rem}.section-title,.cta-title{font-size:3rem}.stat-number{font-size:3.75rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}.alumni-grid,.partners-grid{grid-template-columns:repeat(5,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){.features-grid{grid-template-columns:repeat(4,1fr)}}.pms-footer{background:#121212f2;color:var(--text-primary);text-align:center;padding:2rem 0;position:relative;bottom:0;width:100%;font-size:1rem;border-top:1px solid rgba(255,215,0,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem}.copyright{color:var(--text-secondary);font-size:.95rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--accent-yellow);text-decoration:none;font-size:.95rem;transition:all var(--transition-speed) ease;position:relative;padding:.3rem 0}.footer-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--accent-yellow);transition:width var(--transition-speed) ease}.footer-links a:hover{color:var(--text-primary)}.footer-links a:hover:after{width:100%}body.light .pms-footer{background:#f5f5f5f2;color:var(--text-primary);border-top:1px solid rgba(212,175,55,.2);-webkit-backdrop-filter:none;backdrop-filter:none}body.light .copyright{color:var(--text-secondary)}body.light .footer-links a{color:var(--accent-yellow);font-size:.95rem;position:relative;padding:.3rem 0;transition:all var(--transition-speed) ease}body.light .footer-links a:after{background:var(--accent-yellow)}body.light .footer-links a:hover{color:var(--text-primary)}body.light .footer-links a:hover:after{width:100%}@media (max-width: 768px){.pms-footer{padding:1.5rem 0}.footer-content{flex-direction:column;gap:.8rem;padding:0 1rem}.copyright{font-size:.9rem}.footer-links{gap:1rem;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:.9rem}}.sign-container{min-height:calc(100vh - 120px);display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#e0e7ff,#f4f6fb)}.sign-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 24px #2563eb21;width:350px;display:flex;flex-direction:column;align-items:center}.sign-card h2{color:#2563eb;margin-bottom:1.5rem}.sign-card form{width:100%;display:flex;flex-direction:column;gap:1rem}.sign-card input{padding:.7rem 1rem;border:1px solid #93c5fd;border-radius:6px;font-size:1rem;outline:none;transition:border .2s}.sign-card input:focus{border:1.5px solid #2563eb}.sign-card button[type=submit]{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:.7rem 0;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.sign-card button[type=submit]:hover{background:#1e40af}.toggle-link{margin-top:1rem;font-size:.98rem}.toggle-link button{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:600;padding:0;margin-left:.2rem;text-decoration:underline}.toggle-link button:hover{color:#1e40af}.about-bg{min-height:100vh;background:radial-gradient(circle at 20% 30%,rgba(255,215,0,.05) 0%,transparent 25%),radial-gradient(circle at 80% 70%,rgba(255,215,0,.05) 0%,transparent 25%),var(--bg-dark);padding:2rem 0}.about-container{max-width:900px;min-height:80vh;margin:2rem auto;background:#1e1e1ecc;border-radius:var(--border-radius);box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffd7001a;padding:3rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,215,0,.1);animation:fadeIn .8s ease-out}body.light .about-bg{background:radial-gradient(circle at 20% 30%,rgba(212,175,55,.05) 0%,transparent 25%),radial-gradient(circle at 80% 70%,rgba(212,175,55,.05) 0%,transparent 25%),var(--bg-dark);padding:2rem 0}body.light .about-container{background:#fffc;box-shadow:0 8px 32px #0000001a,0 0 0 1px #d4af371a;border:1px solid rgba(212,175,55,.1);-webkit-backdrop-filter:none;backdrop-filter:none;padding:3rem;border-radius:var(--border-radius);margin:2rem auto;max-width:900px;min-height:80vh;animation:fadeIn .8s ease-out}.about-header{display:flex;align-items:center;gap:2rem;margin-bottom:3rem;justify-content:center;flex-wrap:wrap}.about-logo{width:120px;height:120px;object-fit:contain;border-radius:50%;background:#ffd7001a;padding:8px;box-shadow:0 0 0 2px #ffd7004d,0 4px 20px #ffd7001a;transition:transform .3s ease}.about-logo:hover{transform:scale(1.05)}body.light .about-logo{background:#d4af371a;box-shadow:0 0 0 2px #d4af374d,0 4px 20px #d4af371a;transition:transform .3s ease}body.light .about-logo:hover{transform:scale(1.05)}.about-header h1{color:var(--accent-yellow);font-size:2.8rem;margin:0;text-shadow:0 2px 8px rgba(255,215,0,.2);background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}.about-content h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.8rem;border-left:4px solid var(--accent-yellow);padding-left:1rem}.about-content p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.about-content p strong{color:var(--accent-yellow)}.about-content ul{margin:2rem 0 2.5rem 2rem;color:var(--text-secondary);font-size:1.1rem;list-style:none}.about-content ul li{margin-bottom:.8rem;position:relative;padding-left:1.8rem}.about-content ul li:before{content:"•";color:var(--accent-yellow);font-size:1.5rem;position:absolute;left:0;top:-2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body.light .about-header h1{background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 2px 8px rgba(212,175,55,.2)}body.light .about-content h2{color:var(--text-primary);border-left:4px solid var(--accent-yellow);padding-left:1rem;margin-bottom:1.5rem;font-size:1.8rem}body.light .about-content p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:1.5rem;line-height:1.8}body.light .about-content p strong{color:var(--accent-yellow)}body.light .about-content ul{color:var(--text-secondary);font-size:1.1rem;list-style:none;margin:2rem 0 2.5rem 2rem}body.light .about-content ul li{margin-bottom:.8rem;position:relative;padding-left:1.8rem}body.light .about-content ul li:before{content:"•";color:var(--accent-yellow);font-size:1.5rem;position:absolute;left:0;top:-2px}@media (max-width: 768px){.about-container{padding:2rem 1.5rem;margin:1rem auto;min-height:90vh}.about-header{flex-direction:column;gap:1.5rem;margin-bottom:2rem}.about-logo{width:80px;height:80px;border-radius:50%;padding:6px;box-shadow:0 0 0 2px #ffd7004d}.about-header h1{font-size:2rem;text-align:center}.about-content h2{font-size:1.5rem}.about-content p,.about-content ul{font-size:1rem}.about-content ul{margin-left:1rem}}.student-profile-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#e0e0e0;background-color:#121212;border-radius:8px;box-shadow:0 4px 20px #0000004d}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.profile-title{color:gold;margin:0}body.light .student-profile-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#121212;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a}body.light .profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}body.light .profile-title{color:#b8860b;margin:0}.notification-badge{position:relative;cursor:pointer}.notification-badge span{position:absolute;top:-10px;right:-10px;background-color:gold;color:#121212;border-radius:50%;padding:5px 8px;font-size:12px}.notification-dropdown{position:absolute;right:0;top:100%;width:300px;background:#1e1e1e;border:1px solid #333;border-radius:4px;box-shadow:0 4px 15px #0006;z-index:100;display:none;max-height:400px;overflow-y:auto}.notification-item{padding:10px;border-bottom:1px solid #333;font-size:14px}.notification-item:last-child{border-bottom:none}body.light .notification-badge span{background-color:gold;color:#fff;border:1.5px solid #b8860b}body.light .notification-dropdown{background:#fff;border:1px solid #ccc;box-shadow:0 4px 15px #0000001a;color:#121212}body.light .notification-item{border-bottom:1px solid #eee;color:#333}body.light .notification-item:last-child{border-bottom:none}.profile-tabs{display:flex;margin-bottom:20px;border-bottom:1px solid #333}.profile-tabs button{padding:10px 20px;background:none;border:none;cursor:pointer;font-size:16px;color:#aaa;border-bottom:3px solid transparent;transition:all .3s}.profile-tabs button:hover{color:gold}.profile-tabs button.active{color:gold;border-bottom:3px solid #FFD700;font-weight:600}.profile-view{display:flex;gap:30px}.profile-section{margin-bottom:25px;background:#1e1e1e;padding:20px;border-radius:6px;box-shadow:0 2px 10px #0003}.profile-section h3{margin-top:0;color:gold;border-bottom:1px solid #333;padding-bottom:10px}.student-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;border:5px solid #1E1E1E;box-shadow:0 0 0 2px gold}body.light .profile-tabs{border-bottom:1px solid #ccc}body.light .profile-tabs button{color:#555;border-bottom:3px solid transparent;background:none}body.light .profile-tabs button:hover{color:#b8860b}body.light .profile-tabs button.active{color:#b8860b;border-bottom:3px solid #b8860b;font-weight:600}body.light .profile-view{gap:30px;color:#333}body.light .profile-section{background:#fff;padding:20px;border-radius:6px;box-shadow:0 2px 10px #0000000d;margin-bottom:25px}body.light .profile-section h3{color:#b8860b;border-bottom:1px solid #ddd;padding-bottom:10px;margin-top:0}body.light .student-photo{border:5px solid #fff;box-shadow:0 0 0 2px #b8860b;background:#fff}.profile-save-btn{background-color:gold;color:#121212;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s}.profile-save-btn:hover{background-color:#ffc107;transform:translateY(-2px)}.download-btn{background-color:#27ae60;color:#fff}.withdraw-btn{background-color:#e74c3c}body.light .profile-save-btn{background-color:#b8860b;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s}body.light .profile-save-btn:hover{background-color:#d4af37;transform:translateY(-2px)}body.light .download-btn{background-color:#219150;color:#fff}body.light .withdraw-btn{background-color:#c0392b;color:#fff}.applications-list th{background-color:#1e1e1e;color:gold}.applications-list tr:hover{background-color:#252525}.drive-card{background:#1e1e1e;border:1px solid #333}.drive-header h4{color:gold}body.light .applications-list th{background-color:#f0f0f0;color:#b8860b}body.light .applications-list tr:hover{background-color:#e0e0e0}body.light .drive-card{background:#fff;border:1px solid #ccc}body.light .drive-header h4{color:#b8860b}.stats-card{background:#1e1e1e;border:1px solid #333}.progress-bar{background-color:gold}body.light .stats-card{background:#fff;border:1px solid #ccc;color:#333}body.light .progress-bar{background-color:#b8860b}button:hover,.drive-card:hover{box-shadow:0 0 15px #ffd7004d}.student-profile-form{display:flex;gap:30px;background:#1e1e1e;padding:20px;border-radius:8px;margin-top:20px}body.light button:hover,body.light .drive-card:hover{box-shadow:0 0 15px #ffd70026}body.light .student-profile-form{background:#f9f9f9;color:#333;padding:20px;border-radius:8px;margin-top:20px;gap:30px;display:flex}.student-profile-form input[type=text],.student-profile-form input[type=email],.student-profile-form textarea,.student-profile-form select{width:100%;padding:10px;background:#252525;border:1px solid #444;border-radius:4px;color:#e0e0e0;margin-top:5px;transition:border .3s}body.light .student-profile-form input[type=text],body.light .student-profile-form input[type=email],body.light .student-profile-form textarea,body.light .student-profile-form select{width:100%;padding:10px;background:#fff;border:1px solid #ccc;border-radius:4px;color:#333;margin-top:5px;transition:border .3s}body.light .student-profile-form input[type=text]:focus,body.light .student-profile-form input[type=email]:focus,body.light .student-profile-form textarea:focus,body.light .student-profile-form select:focus{border-color:gold;outline:none}.student-profile-form input:focus,.student-profile-form textarea:focus{border-color:gold;outline:none;box-shadow:0 0 0 2px #ffd70033}body.light .student-profile-form input:focus,body.light .student-profile-form textarea:focus{border-color:gold;outline:none;box-shadow:0 0 0 2px #ffd70033}.student-profile-form label{display:block;margin-bottom:15px;color:#aaa;font-size:14px}body.light .student-profile-form label{display:block;margin-bottom:15px;color:#555;font-size:14px}.student-profile-form input[type=file]{display:none}.upload-btn{padding:6px 10px;font-size:12px;height:32px}.upload-btn:hover{border-color:gold;background:#2a2a2a}body.light .upload-btn{background:#ffd600;color:#121212;border:1.5px solid transparent;transition:background .3s,border-color .3s}body.light .upload-btn:hover{background:#ffea00;border-color:#ffd600;color:#121212}.form-actions{display:flex;gap:12px;margin-top:20px;justify-content:flex-end}.save-btn,.cancel-btn{padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;height:32px;line-height:1;min-width:80px;text-align:center}.save-btn:hover{background:#45a049;box-shadow:0 0 10px #4caf504d;transform:translateY(-1px)}.cancel-btn{background:transparent;color:#e0e0e0;border:1px solid #555;padding:8px 18px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#ffffff0d;border-color:#777;transform:translateY(-1px)}.edit-profile-btn{background:transparent;color:gold;border:1px solid #FFD700;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;height:32px;line-height:1}.edit-profile-btn:hover,.save-btn:hover,.cancel-btn:hover{transform:translateY(-1px)}.resume-upload{background:#252525;padding:15px;border-radius:4px;border:1px solid #333}.resume-file{color:gold;font-weight:500;margin-left:10px}body.light .form-actions{justify-content:flex-end;gap:12px;margin-top:20px}body.light .save-btn,body.light .cancel-btn{min-width:80px;height:32px;line-height:1;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}body.light .save-btn{background:#45a049;color:#fff;border:none}body.light .save-btn:hover{background:#3b8e40;box-shadow:0 0 10px #4caf5080;transform:translateY(-1px)}body.light .cancel-btn{background:transparent;color:#555;border:1px solid #ccc;padding:8px 18px;font-size:13px}body.light .cancel-btn:hover{background:#0000000d;border-color:#999;transform:translateY(-1px)}body.light .edit-profile-btn{background:transparent;color:#b8860b;border:1px solid #b8860b;padding:6px 12px;font-size:12px;height:32px;line-height:1}body.light .edit-profile-btn:hover{color:gold;border-color:gold;transform:translateY(-1px)}body.light .resume-upload{background:#f5f5f5;padding:15px;border-radius:4px;border:1px solid #ccc}body.light .resume-file{color:#b8860b;font-weight:500;margin-left:10px}@media (max-width: 768px){.form-actions{justify-content:center}.form-actions{display:flex;gap:8px;margin-top:16px;justify-content:flex-end}.edit-profile-btn,.save-btn,.cancel-btn{padding:6px 10px;min-width:70px}}.contact-page{min-height:100vh;background-color:var(--bg-dark);padding:2rem 0;background-image:radial-gradient(circle at 20% 30%,rgba(255,215,0,.05) 0%,transparent 25%),radial-gradient(circle at 80% 70%,rgba(255,215,0,.05) 0%,transparent 25%)}body.light .contact-page{background-color:var( --bg-dark );background-image:radial-gradient(circle at 20% 30%,rgba(212,175,55,.05) 0%,transparent 25%),radial-gradient(circle at 80% 70%,rgba(212,175,55,.05) 0%,transparent 25%)}.contact-hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1e1e1ee6,#121212f2);color:var(--text-primary);margin-bottom:3rem;border-bottom:1px solid rgba(255,215,0,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.contact-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}.contact-hero p{font-size:1.25rem;max-width:600px;margin:0 auto;line-height:1.6;color:var(--text-secondary)}body.light .contact-hero{background:linear-gradient(135deg,#f5f5f5e6,#efefeff2);color:var(--text-primary);margin-bottom:3rem;border-bottom:1px solid rgba(212,175,55,.2);-webkit-backdrop-filter:none;backdrop-filter:none}body.light .contact-hero h1{background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}body.light .contact-hero p{color:var(--text-secondary)}.contact-info{max-width:800px;margin:0 auto 3rem;padding:0 2rem}.contact-card{background:#1e1e1ecc;padding:2rem;border-radius:var(--border-radius);box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,215,0,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.contact-card h2{font-size:1.8rem;font-weight:700;color:var(--accent-yellow);margin-bottom:1.5rem;border-bottom:2px solid var(--accent-yellow);padding-bottom:.5rem;display:inline-block}.contact-card p{margin-bottom:1rem;color:var(--text-secondary);font-size:1rem}.contact-label{color:var(--accent-yellow);font-weight:600;margin-right:.5rem}.contact-card a{color:var(--accent-yellow);text-decoration:none;transition:all var(--transition-speed) ease;position:relative}.contact-card a:hover{color:var(--text-primary);text-decoration:underline}.contact-card a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent-yellow);transition:width var(--transition-speed) ease}.contact-card a:hover:after{width:100%}body.light .contact-card{background:#fffc;border:1px solid rgba(212,175,55,.1);box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:none;backdrop-filter:none}body.light .contact-card h2{color:var(--accent-yellow);border-bottom:2px solid var(--accent-yellow)}body.light .contact-card p{color:var(--text-secondary)}body.light .contact-label,body.light .contact-card a{color:var(--accent-yellow)}body.light .contact-card a:hover{color:var(--text-primary);text-decoration:underline}body.light .contact-card a:after{background:var(--accent-yellow)}body.light .contact-card a:hover:after{width:100%}.executive-section{max-width:1200px;margin:0 auto 4rem;padding:0 2rem}.executive-section h2{text-align:center;font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:2rem;background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent;display:block}.executive-card{background:#1e1e1ecc;padding:2.5rem;border-radius:var(--border-radius);box-shadow:0 10px 25px #0000004d;border:1px solid rgba(255,215,0,.1);display:flex;align-items:center;gap:2rem;max-width:600px;margin:0 auto;transition:all var(--transition-speed) ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.executive-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0006;border-color:#ffd7004d}.photo-container{position:relative;width:120px;height:120px}.executive-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--accent-yellow);box-shadow:0 0 20px #ffd70033}.photo-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#ffd7001a;opacity:0;transition:opacity var(--transition-speed) ease}.executive-card:hover .photo-overlay{opacity:1}.executive-info h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.executive-title{font-size:1.125rem;color:var(--accent-yellow);font-weight:600;margin-bottom:1rem}.executive-contact p{margin-bottom:.5rem;color:var(--text-secondary)}body.light .executive-section h2{background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}body.light .executive-card{background:#fffc;border:1px solid rgba(212,175,55,.1);box-shadow:0 10px 25px #0000001a;-webkit-backdrop-filter:none;backdrop-filter:none;transition:all var(--transition-speed) ease;max-width:600px;margin:0 auto;display:flex;align-items:center;gap:2rem}body.light .executive-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026;border-color:#d4af374d}body.light .executive-photo{border:3px solid var(--accent-yellow);box-shadow:0 0 20px #d4af3733}body.light .photo-overlay{background:#d4af371a}body.light .executive-info h3{color:var(--text-primary)}body.light .executive-title{color:var(--accent-yellow)}body.light .executive-contact p{color:var(--text-secondary)}.executive-contact a{color:gray}.team-section{max-width:1400px;margin:0 auto;padding:0 2rem}.team-section h2{text-align:center;font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:3rem;background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:#1e1e1ecc;padding:1.5rem;border-radius:var(--border-radius);box-shadow:0 8px 25px #0003;border:1px solid rgba(255,215,0,.1);text-align:center;transition:all var(--transition-speed) ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.team-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000004d;border-color:#ffd7004d;background:#282828cc}.photo-container-team{display:flex;width:100%;justify-items:center}.team-photo{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--accent-yellow);margin:0 auto 1rem;display:block;box-shadow:0 0 15px #ffd70033;transition:all var(--transition-speed) ease}.team-card:hover .team-photo{transform:scale(1.1);box-shadow:0 0 25px #ffd7004d}.team-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.team-title{font-size:1rem;color:var(--accent-yellow);font-weight:600;margin-bottom:1rem}.team-contact{display:flex;flex-direction:column;align-items:start}.team-contact p{margin-bottom:.5rem;color:var(--text-secondary);font-size:.875rem}body.light .team-section h2{background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent}body.light .team-card{background:#fffc;border:1px solid rgba(212,175,55,.1);box-shadow:0 8px 25px #0000001a;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center;transition:all var(--transition-speed) ease}body.light .team-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026;border-color:#d4af374d;background:#f5f5f5cc}body.light .team-photo{border:3px solid var(--accent-yellow);box-shadow:0 0 15px #d4af3733;transition:all var(--transition-speed) ease}body.light .team-card:hover .team-photo{transform:scale(1.1);box-shadow:0 0 25px #d4af374d}body.light .team-card h3{color:var(--text-primary)}body.light .team-title{color:var(--accent-yellow)}body.light .team-contact p{color:var(--text-secondary)}.team-contact a{color:gray}@media (max-width: 768px){.contact-hero h1{font-size:2.2rem}.contact-hero p{font-size:1rem}.executive-card{flex-direction:column;text-align:center;padding:2rem}.executive-photo{width:100px;height:100px}.team-section h2,.executive-section h2{font-size:2rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 480px){.contact-page{padding:1rem 0}.contact-hero{padding:2rem 1rem}.contact-info,.executive-section,.team-section{padding:0 1rem}.team-grid{grid-template-columns:1fr}}.team-card,.executive-card{animation:fadeInUp .6s ease-out forwards;opacity:0}.team-card{animation-delay:calc(var(--index) * .1s)}:root{--bg-dark: #121212;--bg-darker: #0a0a0a;--text-primary: #ffffff;--text-secondary: #e0e0e0;--accent-yellow: #ffd700;--accent-yellow-dark: #ffc000;--border-radius: 8px;--transition-speed: .3s;--header-height: 70px;--footer-height: 60px}html{scroll-behavior:smooth;font-size:16px}body,#root{margin:0;padding:0;min-height:100vh;height:100%;background-color:var(--bg-dark);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0 0 1rem;line-height:1.25;color:var(--text-primary)}h1{font-size:2.5rem;background:linear-gradient(90deg,var(--text-primary),var(--accent-yellow));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}#root{display:flex;flex-direction:column;position:relative}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-darker)}::-webkit-scrollbar-thumb{background:var(--accent-yellow);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-yellow-dark)}::selection{background:var(--accent-yellow);color:var(--bg-dark)}:focus-visible{outline:2px solid var(--accent-yellow);outline-offset:2px}.fade-in{animation:fadeIn var(--transition-speed) ease-in forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){html{font-size:14px}h1{font-size:2rem}}.admin-job-posting-container{max-width:1200px;margin:0 auto;padding:28px 18px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background:#111;min-height:100vh}.admin-job-posting-container h1{color:#ffd600;margin-bottom:30px;text-align:center;letter-spacing:1px}body.light .admin-job-posting-container{color:var(--text-primary);background:#f9f9f9;min-height:100vh;max-width:1200px;margin:0 auto;padding:28px 18px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body.light .admin-job-posting-container h1{color:var(--accent-yellow);margin-bottom:30px;text-align:center;letter-spacing:1px}.admin-tabs{display:flex;margin-bottom:30px;border-bottom:2px solid #FFD600;background:#181818;border-radius:12px 12px 0 0;overflow:hidden}.admin-tabs button{padding:14px 32px;background:none;border:none;cursor:pointer;font-size:17px;color:#ffd600;border-bottom:3px solid transparent;transition:all .3s;font-weight:500;background:#181818}.admin-tabs button:hover{background:#ffd600;color:#181818}.admin-tabs button.active{color:#181818;background:#ffd600;border-bottom:3px solid #FFD600;font-weight:600}body.light .admin-tabs{background:#f0f0f0;border-bottom:2px solid var(--accent-yellow);border-radius:12px 12px 0 0;overflow:hidden;margin-bottom:30px;display:flex}body.light .admin-tabs button{background:#f0f0f0;color:var(--accent-yellow);border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:17px;padding:14px 32px;transition:all .3s;font-weight:500}body.light .admin-tabs button:hover{background:var(--accent-yellow);color:var(--bg-dark)}body.light .admin-tabs button.active{color:var(--bg-dark);background:var(--accent-yellow);border-bottom:3px solid var(--accent-yellow);font-weight:600}.job-posting-form{background:#181818;padding:32px;border-radius:12px;box-shadow:0 4px 24px #ffd6001a;color:#fff}.form-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #FFD60033}.form-section h2{color:#ffd600;margin-top:0;margin-bottom:20px;font-size:20px;letter-spacing:.5px}.form-row{display:flex;gap:20px;margin-bottom:15px}.form-group{flex:1;margin-bottom:15px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#ffd600}.form-group input[type=text],.form-group input[type=email],.form-group input[type=date],.form-group input[type=file],.form-group select,.form-group textarea{width:100%;padding:10px;border:1.5px solid #FFD60055;border-radius:6px;font-size:15px;background:#222;color:#fff;transition:border .2s,background .2s}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=date]:focus,.form-group select:focus,.form-group textarea:focus{border:1.5px solid #FFD600;background:#181818;outline:none}.form-group textarea{min-height:80px;resize:vertical}.form-group input[type=file]{padding:5px;background:#222;color:#ffd600}body.light .job-posting-form{background:#f9f9f9;color:var(--text-primary);padding:32px;border-radius:12px;box-shadow:0 4px 24px #d4af371a}body.light .form-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(212,175,55,.2)}body.light .form-section h2{color:var(--accent-yellow);margin-top:0;margin-bottom:20px;font-size:20px;letter-spacing:.5px}body.light .form-row{display:flex;gap:20px;margin-bottom:15px}body.light .form-group{flex:1;margin-bottom:15px}body.light .form-group label{display:block;margin-bottom:8px;font-weight:500;color:var(--accent-yellow)}body.light .form-group input[type=text],body.light .form-group input[type=email],body.light .form-group input[type=date],body.light .form-group input[type=file],body.light .form-group select,body.light .form-group textarea{width:100%;padding:10px;border:1.5px solid rgba(212,175,55,.33);border-radius:6px;font-size:15px;background:#fff;color:var(--bg-dark);transition:border .2s,background .2s}body.light .form-group input[type=text]:focus,body.light .form-group input[type=email]:focus,body.light .form-group input[type=date]:focus,body.light .form-group select:focus,body.light .form-group textarea:focus{border:1.5px solid var(--accent-yellow);background:#fff;outline:none}body.light .form-group textarea{min-height:80px;resize:vertical}body.light .form-group input[type=file]{padding:5px;background:#fff;color:var(--accent-yellow);border:1.5px solid rgba(212,175,55,.33)}.multi-select{height:auto;min-height:100px;padding:5px;background:#222;color:#fff;border:1.5px solid #FFD60055;border-radius:6px;transition:border .2s}.multi-select:focus{border:1.5px solid #FFD600;outline:none}.multi-select option{padding:8px 12px;background:#222;color:#fff;border-bottom:1px solid #FFD60033;transition:background .2s}.multi-select option:hover{background:#ffd600;color:#181818}.multi-select option:checked{background:#ffd600;color:#181818;font-weight:700}body.light .multi-select{background:#fff;color:var(--bg-dark);border:1.5px solid rgba(212,175,55,.33);min-height:100px;padding:5px;border-radius:6px;transition:border .2s}body.light .multi-select:focus{border:1.5px solid var(--accent-yellow);outline:none}body.light .multi-select option{padding:8px 12px;background:#fff;color:var(--bg-dark);border-bottom:1px solid rgba(212,175,55,.2);transition:background .2s}body.light .multi-select option:hover{background:var(--accent-yellow);color:var(--bg-dark)}body.light .multi-select option:checked{background:var(--accent-yellow);color:var(--bg-dark);font-weight:700}.multi-select-container{position:relative}.multi-select-container:after{content:"⌄";position:absolute;top:50%;right:15px;transform:translateY(-50%);color:#ffd600;pointer-events:none}body.light .multi-select-container:after{color:var(--accent-yellow)}.logo-upload{display:flex;align-items:center;gap:15px}.logo-preview{width:60px;height:60px;object-fit:contain;border:2px solid #FFD600;border-radius:8px;background:#222}body.light .logo-preview{background:#fff;border:2px solid var(--accent-yellow);filter:drop-shadow(0 0 3px rgba(212,175,55,.5))}.form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:30px}.submit-btn{background:linear-gradient(90deg,#ffd600,#ffea00);color:#181818;border:none;padding:12px 32px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 2px 8px #ffd6001a;letter-spacing:.5px}.submit-btn:hover{background:#ffd600;color:#111;box-shadow:0 4px 24px #ffd6002e}.cancel-btn{background:#181818;color:#ffd600;border:2px solid #FFD600;padding:12px 32px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:background .2s,color .2s,border .2s}.cancel-btn:hover{background:#ffd600;color:#181818;border:2px solid #FFD600}body.light .submit-btn{background:linear-gradient(90deg,#ffd600,#ffea00);color:#222;box-shadow:0 2px 8px #ffd6004d}body.light .submit-btn:hover{background:#ffc107;color:#111;box-shadow:0 4px 24px #ffd60066}body.light .cancel-btn{background:#fff;color:#ffd600;border:2px solid #FFD600}body.light .cancel-btn:hover{background:#ffd600;color:#fff;border:2px solid #FFD600}.job-postings-list{background:#181818;padding:32px;border-radius:12px;box-shadow:0 4px 24px #ffd6001a;color:#fff}.job-postings-list h2{margin-top:0;color:#ffd600;margin-bottom:20px}.no-postings{text-align:center;padding:40px;color:#ffd60099;font-style:italic}table{width:100%;border-collapse:collapse;background:#181818;color:#fff}table th,table td{padding:12px 15px;text-align:left;border-bottom:1px solid #FFD60033}table th{background-color:#222;font-weight:600;color:#ffd600}table tr:hover{background-color:#222}.company-cell{display:flex;align-items:center;gap:10px}.company-logo-small{width:30px;height:30px;object-fit:contain;border-radius:50%;background:#222;border:1.5px solid #FFD600}body.light .job-postings-list{background:#fff;color:#222;box-shadow:0 4px 24px #ffd60026}body.light .job-postings-list h2{color:#b38600}body.light .no-postings{color:#b3860040;font-style:italic}body.light table{background:#fff;color:#222}body.light table th,body.light table td{border-bottom:1px solid #ffecb3;padding:12px 15px;text-align:left}body.light table th{background-color:#fff5cc;color:#b38600;font-weight:600}body.light table tr:hover{background-color:#fff2b8}body.light .company-cell{display:flex;align-items:center;gap:10px}body.light .company-logo-small{background:#fff5cc;border:1.5px solid #b38600}.eligibility-badge{display:inline-block;background:#ffd60022;color:#ffd600;padding:3px 8px;border-radius:12px;font-size:12px;margin:2px;border:1px solid #FFD60033}body.light .eligibility-badge{background:#fff8cc;color:#b38600;border:1px solid #b3860040}.edit-btn{background:#ffd600;color:#181818;border:none;padding:7px 16px;border-radius:5px;cursor:pointer;margin-right:8px;font-size:14px;font-weight:600;transition:background .2s,color .2s}.edit-btn:hover{background:#181818;color:#ffd600;border:1.5px solid #FFD600}.delete-btn{background:#e74c3c;color:#fff;border:none;padding:7px 16px;border-radius:5px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s,color .2s}.delete-btn:hover{background:#ffd600;color:#e74c3c;border:1.5px solid #e74c3c}body.light .edit-btn{background:#fff1b8;color:#5a4700;border:none;transition:background .2s,color .2s}body.light .edit-btn:hover{background:#5a4700;color:#fff1b8;border:1.5px solid #5a4700}body.light .delete-btn{background:#f9d6d5;color:#7a1f1f;border:none;transition:background .2s,color .2s}body.light .delete-btn:hover{background:#7a1f1f;color:#f9d6d5;border:1.5px solid #7a1f1f}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:15px;padding:15px;background:#222;border-radius:8px;border:1.5px solid #FFD60055}.checkbox-item{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s ease;background:#2a2a2a;border:1px solid transparent}.checkbox-item:hover{background:#ffd60020;border-color:#ffd60050}.checkbox-item input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #FFD600;border-radius:3px;background:#222;cursor:pointer;position:relative;transition:all .2s ease}.checkbox-item input[type=checkbox]:checked{background:#ffd600;border-color:#ffd600}.checkbox-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#181818;font-weight:700;font-size:12px}.checkbox-label{color:#fff;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none}.checkbox-item:has(input:checked) .checkbox-label{color:#ffd600;font-weight:600}.selected-items{margin-top:10px;padding:10px;background:#ffd60010;border-radius:6px;border-left:3px solid #FFD600}.selected-label{color:#ffd600;font-weight:600;margin-right:8px}.selected-items{color:#fff;font-size:14px}body.light .checkbox-grid{background:#f5f5f5;border:1.5px solid #ffd60055}body.light .checkbox-item{background:#fff;border:1px solid transparent}body.light .checkbox-item:hover{background:#fff8cc;border-color:#ffd60080}body.light .checkbox-item input[type=checkbox]{background:#fff;border:2px solid #ffd600}body.light .checkbox-item input[type=checkbox]:checked{background:#ffd600;border-color:#ffd600}body.light .checkbox-item input[type=checkbox]:checked:after{color:#333}body.light .checkbox-label{color:#222}body.light .checkbox-item:has(input:checked) .checkbox-label{color:#b38600;font-weight:600}body.light .selected-items{background:#fff8cc;border-left:3px solid #ffd600;color:#5a4700}body.light .selected-label{color:#b38600}.selection-controls{margin-bottom:10px;display:flex;justify-content:flex-end}.select-all-btn{background:#ffd600;color:#181818;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.select-all-btn:hover{background:#fd0;transform:translateY(-1px)}body.light .selection-controls{margin-bottom:10px;display:flex;justify-content:flex-end}body.light .select-all-btn{background:#ffd600;color:#333;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #ffd6004d}body.light .select-all-btn:hover{background:#ffea33;transform:translateY(-1px);box-shadow:0 4px 10px #ffd60080}@media (max-width: 900px){.job-posting-form,.job-postings-list{padding:18px}.form-row{flex-wrap:wrap}.form-group{min-width:100%}}@media (max-width: 768px){.form-row{flex-direction:column;gap:0}.form-actions{justify-content:center}table{display:block;overflow-x:auto}.multi-select{min-height:80px}}@media (max-width: 480px){.admin-tabs{flex-direction:column}.admin-tabs button{width:100%;text-align:left;border-bottom:none;border-left:3px solid transparent}.admin-tabs button.active{border-bottom:none;border-left:3px solid #FFD600}.form-actions{flex-direction:column}.submit-btn,.cancel-btn{width:100%}.eligibility-badges-container{display:flex;flex-wrap:wrap}}:root{--accent-yellow: #FFD600}.jobs-page-container{max-width:1400px;margin:0 auto;padding:2rem}.jobs-header{text-align:center;margin-bottom:3rem}.jobs-title{color:var(--accent-yellow);font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(255,214,0,.2);background:linear-gradient(45deg,#ffd600,#ffea00,#ffd600);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite}.jobs-subtitle{color:#666;font-size:1.1rem;margin-top:.5rem}body.light{background:#fff;color:#222}body.light .jobs-title{color:#b8860b}body.light .jobs-subtitle{color:#555}.loading-container,.error-container,.no-jobs-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:2rem auto;max-width:600px}.loading-container h2,.error-container h2,.no-jobs-container h3{color:#333;margin-bottom:1rem}.error-container p,.no-jobs-container p{color:#666;font-size:1.1rem}.loading-container h2{color:var(--accent-yellow);animation:pulse 1.5s ease-in-out infinite}body.light .loading-container,body.light .error-container,body.light .no-jobs-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:2rem auto;max-width:600px}body.light .loading-container h2,body.light .error-container h2,body.light .no-jobs-container h3{color:#333;margin-bottom:1rem}body.light .error-container p,body.light .no-jobs-container p{color:#666;font-size:1.1rem}body.light .loading-container h2{color:var(--accent-yellow);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.jobs-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;align-items:stretch;padding:0;margin:0;animation:fadeInUp .6s ease-out}body.light .jobs-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;align-items:stretch;padding:0;margin:0;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.job-card{background:#181818cc;border-radius:16px;border:2px solid rgba(255,214,0,.3);box-shadow:0 8px 32px #0000004d;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;width:100%;max-width:360px;min-width:240px;position:relative;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;height:100%;min-height:320px;animation:slideInUp .5s ease-out backwards}.job-card:nth-child(1){animation-delay:.1s}.job-card:nth-child(2){animation-delay:.2s}.job-card:nth-child(3){animation-delay:.3s}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.job-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,214,0,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;z-index:1}.job-card:hover:before{opacity:1}.job-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000004d,0 0 30px #ffd60033;border-color:#ffd60099}.job-card>*{position:relative;z-index:2}.job-card-content{padding:20px;display:flex;flex-direction:column;height:100%;position:relative;z-index:2}body.light .job-card{background:#ffffffd9;border-radius:16px;border:2px solid rgba(255,214,0,.3);box-shadow:0 8px 32px #0000001a;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;width:100%;max-width:360px;min-width:240px;position:relative;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;height:100%;min-height:320px;animation:slideInUp .5s ease-out backwards;color:#222}body.light .job-card:nth-child(1){animation-delay:.1s}body.light .job-card:nth-child(2){animation-delay:.2s}body.light .job-card:nth-child(3){animation-delay:.3s}body.light .job-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,214,0,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;z-index:1}body.light .job-card:hover:before{opacity:1}body.light .job-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000001a,0 0 30px #ffd6004d;border-color:#ffd600b3}body.light .job-card>*{position:relative;z-index:2}body.light .job-card-content{padding:20px;display:flex;flex-direction:column;height:100%;position:relative;z-index:2}.job-card-header{display:flex;align-items:center;margin-bottom:16px;gap:16px}.company-logo{width:60px;height:60px;object-fit:contain;border-radius:12px;background:#222c;border:2px solid rgba(255,214,0,.4);padding:8px;box-shadow:0 4px 16px #ffd6001a;transition:all .3s ease}.company-name{font-size:1.1rem;font-weight:600;color:#ffd600;flex:1}.job-details-container{display:flex;flex-direction:column;gap:12px}.job-position{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:4px}.job-info-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.job-info-item{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#ffffffe6}.detail-icon{color:#ffd600;font-size:1rem}.job-location{color:#ffffffe6}.job-eligible-courses{color:#ffd600;font-weight:600}.job-eligible-years,.job-eligible-branches{font-size:.85rem;color:#ccc}.job-salary{font-size:1rem;font-weight:700;background:linear-gradient(90deg,#ffd600,#ffea00);-webkit-background-clip:text;background-clip:text;color:transparent;margin-left:auto}body.light .job-card-header{display:flex;align-items:center;margin-bottom:16px;gap:16px}body.light .company-logo{width:60px;height:60px;object-fit:contain;border-radius:12px;background:#f5f5f5cc;border:2px solid rgba(255,214,0,.4);padding:8px;box-shadow:0 4px 16px #ffd6001a;transition:all .3s ease}body.light .company-name{font-size:1.1rem;font-weight:600;color:#b38f00;flex:1}body.light .job-details-container{display:flex;flex-direction:column;gap:12px}body.light .job-position{font-size:1.2rem;font-weight:700;color:#222;margin-bottom:4px}body.light .job-info-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}body.light .job-info-item{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#444}body.light .detail-icon{color:#b38f00;font-size:1rem}body.light .job-location{color:#555}body.light .job-eligible-courses{color:#b38f00;font-weight:600}body.light .job-eligible-years,body.light .job-eligible-branches{font-size:.85rem;color:#888}body.light .job-salary{font-size:1rem;font-weight:700;background:linear-gradient(90deg,#b38f00,#d1b700);-webkit-background-clip:text;background-clip:text;color:transparent;margin-left:auto}.job-skills{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,214,0,.2)}.skills-label{font-size:.85rem;color:#ffd600cc;margin-bottom:8px}.skills-tags{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{background:#ffd60026;color:#ffd600;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid rgba(255,214,0,.3)}body.light .job-skills{margin-top:12px;padding-top:12px;border-top:1px solid rgba(179,143,0,.2)}body.light .skills-label{font-size:.85rem;color:#b38f00cc;margin-bottom:8px}body.light .skills-tags{display:flex;flex-wrap:wrap;gap:8px}body.light .skill-tag{background:#b38f0026;color:#b38f00;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid rgba(179,143,0,.3)}.job-details-container{max-width:800px;margin:0 auto;padding:28px 24px;background:#121212;border-radius:16px;box-shadow:0 4px 24px #ffd60026;color:#e0e0e0;border:1px solid rgba(255,214,0,.3)}.back-button{background:none;border:none;color:#ffd600;font-size:18px;cursor:pointer;margin-bottom:24px;display:flex;align-items:center;transition:all .3s ease;padding:8px 16px;border-radius:8px;font-weight:600}.back-button:hover{color:#121212;background:#ffd600;transform:translate(-4px)}.back-arrow{margin-right:8px;transition:transform .3s ease}.back-button:hover .back-arrow{transform:translate(-4px)}.job-details-header{display:flex;align-items:center;margin-bottom:32px;padding:28px;border-bottom:1px solid rgba(255,214,0,.3);background:#1e1e1e;border-radius:12px}.header-content{flex:1}.details-logo{width:90px;height:90px;object-fit:contain;margin-right:28px;border-radius:12px;background:#2a2a2a;border:2px solid rgba(255,214,0,.4);padding:8px}.job-details-header h1{margin:0 0 8px;font-size:32px;color:#fff;letter-spacing:.5px}.job-details-header h2{margin:0 0 18px;font-size:22px;color:#ffd600;font-weight:600}.job-meta{display:flex;gap:18px;color:#ffd600;font-size:15px;margin-bottom:12px}.meta-item{display:flex;align-items:center;gap:4px}.job-details-header .job-eligible-courses{color:#bdbdbd;font-size:14px;margin-top:8px}.job-section{margin-bottom:28px;padding:20px;background:#1e1e1e;border-radius:12px;border:1px solid rgba(255,214,0,.2)}.job-section h3{color:#ffd600;margin-bottom:12px;font-size:20px;letter-spacing:.5px;font-weight:600;border-bottom:1px solid rgba(255,214,0,.2);padding-bottom:8px}.job-section p{line-height:1.7;color:#e0e0e0;font-size:16px}.requirements-list,.benefits-list{list-style:none;padding-left:0;margin:0}.requirement-item,.benefit-item{margin-bottom:8px;display:flex;align-items:flex-start;color:#e0e0e0;line-height:1.6}.bullet{color:#ffd600;margin-right:8px;font-weight:700}.skills-container{display:flex;flex-wrap:wrap;gap:12px}.job-section .skill-tag{background:#ffd600e6;color:#121212;padding:8px 16px;border-radius:20px;font-size:15px;font-weight:600;transition:all .3s ease;letter-spacing:.5px;box-shadow:0 2px 8px #ffd60026}.job-section .skill-tag:hover{background:#ffd600;transform:translateY(-2px);box-shadow:0 4px 16px #ffd6004d}.apply-button{background:linear-gradient(135deg,#ffd600,#ffc107);color:#121212;border:none;padding:16px 32px;font-size:18px;border-radius:12px;cursor:pointer;display:block;width:100%;max-width:280px;text-align:center;margin:36px auto 0;font-weight:700;box-shadow:0 4px 20px #ffd6004d;transition:all .3s ease;letter-spacing:1px;text-transform:uppercase;position:relative;overflow:hidden;text-decoration:none}.apply-button:visited{color:#121212}.apply-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.apply-button:hover:before{left:100%}.apply-button:hover{transform:translateY(-3px);box-shadow:0 8px 32px #ffd60080}.job-eligibility-section{margin-top:12px;padding:12px;background:#ffd60026;border-radius:8px;border:1px solid rgba(255,214,0,.4);position:relative;z-index:3}.job-eligible-courses,.job-eligible-years,.job-eligible-branches{color:#ffd600!important;font-size:.85rem;margin-bottom:.4rem;display:block;line-height:1.3}.job-eligible-years,.job-eligible-branches{font-size:.8rem;color:#ffd600!important;opacity:1}.job-eligible-courses strong,.job-eligible-years strong,.job-eligible-branches strong{color:#ffd600!important;margin-right:4px;font-weight:700}.job-eligibility-header{margin-top:16px;padding:16px;background:#ffd6001a;border-radius:8px;border:1px solid rgba(255,214,0,.3)}.job-eligibility-header .job-eligible-courses,.job-eligibility-header .job-eligible-years,.job-eligibility-header .job-eligible-branches{color:#ffd600;font-size:15px;margin-bottom:8px;display:block;font-weight:500}.job-eligibility-header .job-eligible-courses:last-child,.job-eligibility-header .job-eligible-years:last-child,.job-eligibility-header .job-eligible-branches:last-child{margin-bottom:0}.eligibility-grid{display:flex;flex-direction:column;gap:16px}.eligibility-item{background:#ffd6000d;padding:12px;border-radius:8px;border-left:3px solid #FFD600}.eligibility-item strong{display:block;color:#ffd600;margin-bottom:8px;font-size:16px}.eligibility-text{color:#666;font-size:14px;line-height:1.6;margin:0;padding:8px 0}.eligibility-tags{display:flex;flex-wrap:wrap;gap:8px}.eligibility-tag{padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600;border:1px solid;transition:all .3s ease}.course-tag{background:#ffd60026;color:#ffd600;border-color:#ffd6004d}.year-tag{background:#4caf5026;color:#4caf50;border-color:#4caf504d}.branch-tag{background:#2196f326;color:#2196f3;border-color:#2196f34d}.eligibility-tag:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0003}.eligibility-row{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:.8rem}.eligibility-row:last-child{margin-bottom:0}.eligibility-row .detail-icon{color:#ffd600;flex-shrink:0}@media (max-width: 1200px){.jobs-page-container{max-width:1100px;padding:1.5rem}.jobs-list{gap:2rem}}@media (max-width: 900px){.jobs-list{grid-template-columns:repeat(2,1fr);gap:1.8rem}.job-card{min-height:260px;padding:1.5rem}}body.light .job-details-container{max-width:800px;margin:0 auto;padding:28px 24px;background:#f9f9f9;border-radius:16px;box-shadow:0 4px 24px #ffd60026;color:#222;border:1px solid rgba(255,214,0,.3)}body.light .back-button{background:none;border:none;color:#b38f00;font-size:18px;cursor:pointer;margin-bottom:24px;display:flex;align-items:center;transition:all .3s ease;padding:8px 16px;border-radius:8px;font-weight:600}body.light .back-button:hover{color:#f9f9f9;background:#b38f00;transform:translate(-4px)}body.light .back-arrow{margin-right:8px;transition:transform .3s ease}body.light .back-button:hover .back-arrow{transform:translate(-4px)}body.light .job-details-header{display:flex;align-items:center;margin-bottom:32px;padding:28px;border-bottom:1px solid rgba(179,143,0,.3);background:#fff;border-radius:12px}body.light .details-logo{width:90px;height:90px;object-fit:contain;margin-right:28px;border-radius:12px;background:khaki;border:2px solid rgba(179,143,0,.4);padding:8px}body.light .job-details-header h1{margin:0 0 8px;font-size:32px;color:#222;letter-spacing:.5px}body.light .job-details-header h2{margin:0 0 18px;font-size:22px;color:#b38f00;font-weight:600}body.light .job-meta{display:flex;gap:18px;color:#b38f00;font-size:15px;margin-bottom:12px}body.light .meta-item{display:flex;align-items:center;gap:4px}body.light .job-details-header .job-eligible-courses{color:#666;font-size:14px;margin-top:8px}body.light .job-section{margin-bottom:28px;padding:20px;background:#fff;border-radius:12px;border:1px solid rgba(179,143,0,.2);color:#222}body.light .job-section h3{color:#b38f00;margin-bottom:12px;font-size:20px;letter-spacing:.5px;font-weight:600;border-bottom:1px solid rgba(179,143,0,.2);padding-bottom:8px}body.light .job-section p{line-height:1.7;color:#333;font-size:16px}body.light .requirements-list,body.light .benefits-list{list-style:none;padding-left:0;margin:0}body.light .requirement-item,body.light .benefit-item{margin-bottom:8px;display:flex;align-items:flex-start;color:#333;line-height:1.6}body.light .bullet{color:#b38f00;margin-right:8px;font-weight:700}body.light .skills-container{display:flex;flex-wrap:wrap;gap:12px}body.light .job-section .skill-tag{background:#b38f0033;color:#b38f00;padding:8px 16px;border-radius:20px;font-size:15px;font-weight:600;transition:all .3s ease;letter-spacing:.5px;box-shadow:0 2px 8px #b38f0026}body.light .job-section .skill-tag:hover{background:#b38f00;transform:translateY(-2px);box-shadow:0 4px 16px #b38f004d}body.light .apply-button{background:linear-gradient(135deg,#b38f00,#d4af37);color:#f9f9f9;border:none;padding:16px 32px;font-size:18px;border-radius:12px;cursor:pointer;display:block;width:100%;max-width:280px;text-align:center;margin:36px auto 0;font-weight:700;box-shadow:0 4px 20px #b38f004d;transition:all .3s ease;letter-spacing:1px;text-transform:uppercase;position:relative;overflow:hidden;text-decoration:none}body.light .apply-button:visited{color:#f9f9f9}body.light .apply-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}body.light .apply-button:hover:before{left:100%}body.light .apply-button:hover{transform:translateY(-3px);box-shadow:0 8px 32px #b38f0080}body.light .job-eligibility-section{margin-top:12px;padding:12px;background:#b38f0026;border-radius:8px;border:1px solid rgba(179,143,0,.4);position:relative;z-index:3}body.light .job-eligible-courses,body.light .job-eligible-years,body.light .job-eligible-branches{color:#b38f00!important;font-size:.85rem;margin-bottom:.4rem;display:block;line-height:1.3}body.light .job-eligible-years,body.light .job-eligible-branches{font-size:.8rem;opacity:1}body.light .job-eligible-courses strong,body.light .job-eligible-years strong,body.light .job-eligible-branches strong{color:#b38f00!important;margin-right:4px;font-weight:700}body.light .job-eligibility-header{margin-top:16px;padding:16px;background:#b38f001a;border-radius:8px;border:1px solid rgba(179,143,0,.3)}body.light .job-eligibility-header .job-eligible-courses,body.light .job-eligibility-header .job-eligible-years,body.light .job-eligibility-header .job-eligible-branches{color:#b38f00;font-size:15px;margin-bottom:8px;display:block;font-weight:500}body.light .job-eligibility-header .job-eligible-courses:last-child,body.light .job-eligibility-header .job-eligible-years:last-child,body.light .job-eligibility-header .job-eligible-branches:last-child{margin-bottom:0}body.light .eligibility-grid{display:flex;flex-direction:column;gap:16px}body.light .eligibility-item{background:#b38f000d;padding:12px;border-radius:8px;border-left:3px solid #b38f00}body.light .eligibility-item strong{display:block;color:#b38f00;margin-bottom:8px;font-size:16px}body.light .eligibility-text{color:#666;font-size:14px;line-height:1.6;margin:0;padding:8px 0}body.light .eligibility-tags{display:flex;flex-wrap:wrap;gap:8px}body.light .eligibility-tag{padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600;border:1px solid;transition:all .3s ease}body.light .course-tag{background:#b38f0026;color:#b38f00;border-color:#b38f004d}body.light .year-tag{background:#4caf5026;color:#4caf50;border-color:#4caf504d}body.light .branch-tag{background:#2196f326;color:#2196f3;border-color:#2196f34d}body.light .eligibility-tag:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0003}body.light .eligibility-row{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:.8rem}body.light .eligibility-row:last-child{margin-bottom:0}body.light .eligibility-row .detail-icon{color:#b38f00;flex-shrink:0}@media (max-width: 768px){.jobs-title{font-size:2.4rem}.jobs-header{margin-bottom:2rem}.jobs-list{grid-template-columns:1fr;gap:1.5rem;max-width:500px;margin:0 auto}.job-card{max-width:100%;min-width:0}.company-logo{width:50px;height:50px}.company-name{font-size:1rem}.job-position{font-size:1.1rem}.job-info-item{font-size:.85rem}.job-details-container{padding:20px 16px}.job-details-header{flex-direction:column;text-align:center;padding:20px}.details-logo{margin-right:0;margin-bottom:16px;width:80px;height:80px}.job-details-header h1{font-size:24px}.job-details-header h2{font-size:18px}.job-meta{flex-direction:column;gap:8px;align-items:center}.job-section{padding:16px}.eligibility-item{padding:10px}.eligibility-tag{font-size:12px;padding:4px 8px}.apply-button{padding:14px 24px;font-size:16px;max-width:240px}}@media (max-width: 480px){.jobs-page-container{padding:1rem}.jobs-title{font-size:2rem}.job-card{padding:1.25rem;min-height:220px;border-radius:12px}.jobs-list{gap:1.2rem}}
