@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a1a;color:#fff;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a1a;color:#fff;line-height:1.6;overflow-x:hidden}.main-container{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);position:relative;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.background-grid{position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;z-index:1;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.header{position:relative;z-index:10;padding:2rem 4rem;display:flex;justify-content:flex-start;align-items:center}.logo-container{animation:fadeInDown 1s ease-out}.logo{height:60px;width:auto;filter:brightness(.9);transition:filter .3s ease}.logo:hover{filter:brightness(1.1)}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:2rem 4rem;position:relative;z-index:10;min-height:60vh}.left-section{display:flex;flex-direction:column;justify-content:center;gap:2rem;animation:slideInLeft 1s ease-out}.tag{display:inline-block;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.8rem 1.8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn 1s ease-out .3s both;margin-bottom:1rem;align-self:flex-start}.tag span{color:#fff;font-size:.85rem;font-weight:500;letter-spacing:.3px;font-family:Inter,sans-serif}.main-heading{font-size:4rem;font-weight:800;line-height:1.1;color:#fff;margin:0;animation:fadeIn 1s ease-out .6s both;margin-bottom:1rem;font-family:Inter,sans-serif}.highlight{background:linear-gradient(135deg,#ec4899,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(30deg)}}.description,.company-description{color:#e5e5e5;font-size:1.1rem;line-height:1.6;margin:0;animation:fadeIn 1s ease-out .9s both;font-family:Inter,sans-serif;font-weight:400}.company-description{animation:fadeIn 1s ease-out 1.2s both}.brand-logos{display:flex;gap:.2rem;align-items:center;animation:fadeIn 1s ease-out 1.5s both;margin-top:1rem}.brand-logo{flex:1;display:flex;justify-content:center;align-items:center;padding:.5rem;transition:all .3s ease}.brand-logo:hover{transform:translateY(-3px)}.brand-image{max-width:80%;height:auto;max-height:50px;filter:brightness(.9);transition:filter .3s ease}.brand-logo:hover .brand-image{filter:brightness(1.1)}.right-section{display:flex;justify-content:center;align-items:center;animation:slideInRight 1s ease-out}.illustration-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.illustration{max-width:100%;height:auto}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.floating-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#8b5cf64d,#a855f74d);animation:float 4s ease-in-out infinite}.shape-1{width:20px;height:20px;top:20%;left:20%;animation-delay:0s}.shape-2{width:15px;height:15px;top:60%;right:30%;animation-delay:1s}.shape-3{width:25px;height:25px;bottom:30%;left:30%;animation-delay:2s}.cursor-icon{position:absolute;bottom:20%;right:20%;font-size:1.5rem;animation:cursorMove 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes cursorMove{0%,to{transform:translate(0)}50%{transform:translate(10px,-10px)}}.bottom-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;position:relative;z-index:10;animation:fadeIn 1s ease-out 1.8s both}.openings-section{animation:slideInLeft 1s ease-out 2.1s both}.section-heading{color:#fff;font-size:2rem;font-weight:600;margin-bottom:2rem;position:relative;font-family:Inter,sans-serif}.section-heading:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:2px}.job-list{display:flex;flex-direction:column;gap:.75rem}.job-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer;margin-bottom:.5rem}.job-item:hover{background:#8b5cf61a;border-color:#8b5cf64d;transform:translate(10px)}.job-item span:first-child{color:#fff;font-weight:500;font-family:Inter,sans-serif}.arrow{color:#8b5cf6;font-size:1.2rem;transition:transform .3s ease}.job-item:hover .arrow{transform:translate(5px)}.timer-section{animation:slideInRight 1s ease-out 2.1s both}.countdown-timer{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-start}.timer-box{display:flex;flex-direction:column;align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:1rem 1.2rem;min-width:80px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 4px 15px #0003}.timer-box:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.timer-value{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.3rem;line-height:1;font-family:Inter,sans-serif}.timer-label{color:#b0b0b0;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;font-weight:500;font-family:Inter,sans-serif}.timer-description,.encouragement{color:#e5e5e5;font-size:1rem;line-height:1.6;margin-bottom:1rem;font-family:Inter,sans-serif;font-weight:400}.encouragement{font-weight:600;color:#fff}.apply-button{background:linear-gradient(135deg,#ec4899,#8b5cf6);border:none;border-radius:50px;padding:1.2rem 4rem;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden;margin-top:1.5rem;box-shadow:0 8px 25px #ec48994d;min-width:280px;justify-content:center;font-family:Inter,sans-serif}.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 ease}.apply-button:hover:before{left:100%}.apply-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ec489966}.button-arrow{transition:transform .3s ease;font-size:1.2rem}.apply-button:hover .button-arrow{transform:translate(5px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.main-content,.bottom-section{grid-template-columns:1fr;gap:2rem}.main-heading{font-size:2.5rem}}@media (max-width: 768px){.header{padding:1rem 2rem}.main-content{padding:1rem 2rem;grid-template-columns:1fr;gap:2rem}.bottom-section{padding:2rem;grid-template-columns:1fr;gap:2rem}.main-heading{font-size:2rem}.countdown-timer{flex-wrap:wrap}.brand-logos{flex-direction:column;gap:.5rem;align-items:center}.brand-logo{padding:.3rem}.brand-image{max-width:120px;max-height:40px}.right-section{order:-1;margin-bottom:2rem}.illustration{max-width:350px;width:100%}.left-section{gap:1.5rem}.tag{align-self:flex-start}.main-heading{font-size:2.2rem;line-height:1.2}.description,.company-description{font-size:1rem}.section-heading{font-size:1.8rem;margin-bottom:1.5rem}.job-item{padding:.8rem 1.2rem}.timer-box{min-width:60px;padding:.6rem .8rem}.timer-value{font-size:1.1rem}.timer-label{font-size:.6rem}.apply-button{width:100%;justify-content:center;padding:1rem 2rem;font-size:1rem}}@media (max-width: 480px){.header{padding:1rem}.main-content,.bottom-section{padding:1rem;gap:1.5rem}.main-heading{font-size:1.8rem}.illustration{max-width:280px}.timer-box{min-width:50px;padding:.5rem .6rem}.timer-value{font-size:1rem}.timer-label{font-size:.5rem}.section-heading{font-size:1.4rem}.job-item{padding:.7rem 1rem}.apply-button{padding:.9rem 1.5rem;font-size:.9rem}}.analytics-dashboard{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:2rem;font-family:Inter,sans-serif}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.analytics-header h1{font-size:2rem;font-weight:700;margin:0}.clear-btn{background:linear-gradient(135deg,#ec4899,#8b5cf6);border:none;border-radius:8px;padding:.8rem 1.5rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.clear-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ec48994d}.analytics-tabs{display:flex;gap:1rem;margin-bottom:2rem}.analytics-tabs button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.8rem 1.5rem;color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}.analytics-tabs button.active{background:linear-gradient(135deg,#ec4899,#8b5cf6);border-color:transparent}.analytics-tabs button:hover{background:#ffffff26}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d;border-color:#8b5cf680}.stat-card h3{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#b0b0b0}.stat-number{font-size:2.5rem;font-weight:800;margin:0;background:linear-gradient(135deg,#ec4899,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-subtitle{font-size:.8rem;color:#b0b0b0;margin:.5rem 0 0;font-weight:400}.analytics-details{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.details-section{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.details-section h3{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#fff}.details-list{max-height:400px;overflow-y:auto}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.detail-item:last-child{border-bottom:none}.detail-time{font-size:.9rem;color:#b0b0b0;font-weight:500}.detail-info{font-size:.9rem;color:#fff;font-weight:400}.analytics-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:#fff}@media (max-width: 768px){.analytics-dashboard{padding:1rem}.analytics-header{flex-direction:column;gap:1rem;text-align:center}.analytics-header h1{font-size:1.5rem}.stats-grid,.analytics-details{grid-template-columns:1fr}.detail-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.App{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a1a;color:#fff}
