@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif}.navbar{width:100%;background:linear-gradient(90deg,#0f172a,#0b1020);color:#fff;padding:.5rem 1rem;box-shadow:0 2px 8px #0003}.nav-inner{max-width:2400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.brand a{color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem}.nav-toggle{display:none;background:none;border:none;cursor:pointer}.hamburger{width:22px;height:2px;background:#cbd5e1;display:block;position:relative}.hamburger:after,.hamburger:before{content:"";width:22px;height:2px;background:#cbd5e1;position:absolute;left:0}.hamburger:before{top:-6px}.hamburger:after{top:6px}.nav-links{display:flex;gap:1rem;align-items:center}.nav-links a{color:#e6eef8;text-decoration:none}.nav-user{color:#94a3b8;font-size:.95rem}.logout-btn{background:linear-gradient(90deg,#6366f1,#7c3aed);border:none;color:#fff;padding:.45rem .75rem;border-radius:6px;cursor:pointer}@media(max-width:768px){.nav-toggle{display:block}.nav-links{position:absolute;right:1rem;top:56px;background:#071024;border-radius:8px;padding:.75rem;flex-direction:column;display:none;min-width:160px}.nav-links.open{display:flex}}.page-root{min-height:100vh;background:#0b0d10;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column}.page-content{max-width:2240px;margin:2rem .874rem;padding:1rem;display:grid;place-items:center;gap:1.5rem;flex:1}.about-card{max-width:720px;padding:2rem;border-radius:12px;background:#222;box-shadow:0 20px 40px #0000001a}.about-card h2{margin-bottom:1rem}.about-card p{font-size:.95rem;line-height:1.6;opacity:.9}.resume-btn{margin-top:1.5rem;display:inline-block;padding:10px 18px;border-radius:6px;background:#4f46e5;color:#fff;text-decoration:none;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.resume-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #4f46e566}.auth-container{height:100vh;height:100dvh;display:flex;justify-content:center;align-items:center;background:#f5f6fa}.auth-container .leftSection{height:100%;width:50%;display:flex;justify-content:center;align-items:center}.auth-container .leftSection .authLeftMain{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.auth-container .leftSection .authLeftMain .authLeftImage{height:100%;width:100%;object-fit:cover}.auth-container .leftSection .authLeftMain .authLeftContent{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#09090b80;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:5%;color:#fff}.auth-container .leftSection .authLeftMain .authLeftContent .companyName{font-size:1.25rem;font-weight:600}.auth-container .leftSection .authLeftMain .authLeftContent .authLeftBottom{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-bottom:2rem}.auth-container .leftSection .authLeftMain .authLeftContent .authLeftBottom .authLeftTitle{font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.auth-container .leftSection .authLeftMain .authLeftContent .authLeftBottom .authLeftSubtitle{font-size:.875rem;color:#c7c7c7;line-height:1.5}.auth-container .rightSection{height:100%;width:50%;display:flex;justify-content:center;align-items:center;background-color:#09090b}@media(max-width:1024px){.auth-container .leftSection{width:40%}.auth-container .rightSection{width:60%;padding:1rem}}@media(max-width:768px){.auth-container{flex-direction:column}.auth-container .leftSection{display:none}.auth-container .rightSection{width:100%;height:auto;min-height:100vh;padding:2rem 1rem}}.auth-card{width:100%;max-width:550px;padding:2.5rem;border-radius:12px;box-shadow:0 20px 40px #0000004d;color:#fff}.auth-card .auth-card-header{margin-bottom:2rem;text-align:center}.auth-card .auth-card-header .auth-title{font-size:1.75rem;font-weight:600;margin:0 0 .75rem;color:#fff}.auth-card .auth-card-header .auth-subtitle{font-size:.875rem;color:#a0a0a0;margin:0;line-height:1.5}.auth-card .auth-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.auth-card .auth-form .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-card .auth-form .form-group label{font-size:.675rem;font-weight:400;color:#a0a0a0}.auth-card .auth-form .form-group input{width:100%;padding:.875rem;background:#27272a;border:1px solid #3f3f46;border-radius:8px;color:#fff;font-size:.9375rem;transition:border-color .2s ease}.auth-card .auth-form .form-group input::placeholder{color:#71717a}.auth-card .auth-form .form-group input:focus{outline:none;border-color:#6366f1;background:#2a2a2f}.auth-card .auth-form .form-group input:hover{border-color:#52525b}.auth-card .auth-form .form-group .password-input-wrapper{position:relative;display:flex;align-items:center}.auth-card .auth-form .form-group .password-input-wrapper input{padding-right:2.75rem}.auth-card .auth-form .form-group .password-input-wrapper .password-toggle-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.auth-card .auth-form .form-group .password-input-wrapper .password-toggle-btn img{width:20px;height:20px;object-fit:contain}.auth-card .auth-form .form-group .password-input-wrapper .password-toggle-btn:hover{opacity:.7}.auth-card .auth-form .form-group .password-input-wrapper .password-toggle-btn:active{opacity:1}.auth-card .auth-form .form-options{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.auth-card .auth-form .form-options .checkbox-wrapper{display:flex;align-items:center;gap:.5rem;cursor:pointer}.auth-card .auth-form .form-options .checkbox-wrapper input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#6366f1}.auth-card .auth-form .form-options .checkbox-wrapper label{cursor:pointer;color:#a0a0a0;margin:0}.auth-card .auth-form .form-options .forgot-password{color:#6366f1;text-decoration:none;transition:color .2s ease}.auth-card .auth-form .form-options .forgot-password:hover{color:#818cf8}.auth-card .auth-form .auth-button{width:100%;padding:1rem;background:linear-gradient(90deg,#6366f1,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.auth-card .auth-form .auth-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #6366f14d}.auth-card .auth-form .auth-button:active{transform:translateY(0)}.auth-card .auth-footer-link{text-align:center;font-size:.875rem;color:#a0a0a0;margin:0}.auth-card .auth-footer-link span{color:#6366f1;cursor:pointer;font-weight:500;transition:color .2s ease}.auth-card .auth-footer-link span:hover{color:#818cf8}@media(max-width:1024px){.auth-card{max-width:380px;padding:2rem}.auth-card .auth-card-header .auth-title{font-size:1.5rem}}@media(max-width:768px){.auth-card{max-width:100%;padding:1.75rem;border-radius:8px}.auth-card .auth-card-header{margin-bottom:1.5rem}.auth-card .auth-card-header .auth-title{font-size:1.5rem}.auth-card .auth-card-header .auth-subtitle{font-size:.8125rem}.auth-card .auth-form{gap:1.25rem;margin-bottom:1.25rem}.auth-card .auth-form .form-group input{padding:.75rem;font-size:.875rem}.auth-card .auth-form .form-options{flex-direction:column;align-items:flex-start;gap:.75rem}.auth-card .auth-form .form-options .forgot-password{order:2}.auth-card .auth-form .auth-button{padding:.875rem;font-size:.9375rem}.auth-card .auth-footer-link{font-size:.8125rem}}@media(max-width:480px){.auth-card{padding:1.5rem 1rem}.auth-card .auth-card-header .auth-title{font-size:1.25rem}.auth-card .auth-card-header .auth-subtitle{font-size:.75rem}.auth-card .auth-form{gap:1rem}.auth-card .auth-form .form-group{gap:.375rem}.auth-card .auth-form .form-group input{padding:.625rem;font-size:.8125rem}.auth-card .auth-form .auth-button{padding:.75rem}}
