@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.hiring-page{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;filter:grayscale(100%)}.logo{position:absolute;top:2rem;left:2rem;z-index:3}.logo img{height:5rem;width:auto;max-width:120px}.content-card{position:relative;z-index:2;background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:3rem 4rem;text-align:center;max-width:600px;width:90%;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.main-heading{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.main-logo{max-width:100%;height:auto;max-height:clamp(4rem,12vw,6rem);width:auto}.sub-text{font-size:clamp(1rem,3vw,1.25rem);font-weight:400;color:#000;margin-bottom:2.5rem;line-height:1.5;font-family:Inter,sans-serif}.cta-button{display:inline-block;background-color:#666;color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;font-family:Inter,sans-serif;transition:all .3s ease;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;margin:0 auto;max-width:200px}.cta-button:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cta-button:focus{outline:2px solid #000000;outline-offset:2px}.footer-star{position:absolute;bottom:2rem;right:2rem;font-size:1.5rem;color:#fff;z-index:3;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 480px){.logo{top:1rem;left:1rem}.logo img{height:2rem;max-width:100px}.content-card{padding:2rem 1.5rem;width:95%;margin:0 1rem}.main-heading{margin-bottom:1rem}.main-logo{max-height:3.5rem}.sub-text{font-size:1rem;margin-bottom:2rem}.cta-button{padding:.875rem 2rem;font-size:1rem;width:100%;max-width:none}.footer-star{bottom:1rem;right:1rem;font-size:1.25rem}}@media (min-width: 481px) and (max-width: 768px){.content-card{padding:2.5rem 3rem;width:90%}.main-logo{max-height:3rem}.sub-text{font-size:1.1rem}}@media (min-width: 769px) and (max-width: 1024px){.content-card{padding:3rem 3.5rem;max-width:550px}.main-logo{max-height:3.5rem}.sub-text{font-size:1.2rem}}@media (min-width: 1025px){.content-card{padding:3rem 4rem;max-width:600px}.main-logo{max-height:4rem}.sub-text{font-size:1.25rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.background-image{background-size:cover}}.careers-page{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.careers-header{position:fixed;top:0;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1)}.hero-section-new{margin-top:5rem;position:relative;align-items:center}.hero-section-career{position:relative;min-height:200px;margin:2rem;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;filter:grayscale(100%)}.hero-content{position:relative;z-index:2;text-align:center;margin:0 auto}.hero-heading{font-size:clamp(3rem,8vw,5rem);font-weight:700;color:#000;letter-spacing:-.02em;z-index:2}.hero-subtext{font-size:clamp(1rem,3vw,1.25rem);font-weight:400;color:#333;line-height:1.6;max-width:600px;margin:0 auto;z-index:2}.filter-section{padding:2rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.filter-container{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:end;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column;min-width:150px}.filter-group label{font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.filter-group select{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:1rem;color:#333;transition:border-color .3s ease}.filter-group select:focus{outline:none;border-color:#666}.clear-filters-btn{padding:.75rem 1.5rem;background:#666;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;height:fit-content}.clear-filters-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.clear-filters-btn:disabled{background:#ccc;cursor:not-allowed}.results-count{font-size:1rem;color:#666;font-weight:500}.jobs-section{padding:0 2rem 4rem}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.job-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:100%}.job-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026;border-color:#666}.job-card-header{margin-bottom:1rem}.job-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.3}.job-meta{display:flex;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.job-department{background:#f0f0f0;color:#333;padding:.25rem .75rem;margin-right:3px;border-radius:20px;font-size:.85rem;font-weight:600}.job-location{color:#666;font-size:.9rem;font-weight:500}.job-type{background:#e8e8e8;color:#333;padding:.25rem .75rem;margin-left:3px;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-block}.job-summary{color:#555;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.job-card-footer{margin-top:auto}.job-date{color:#888;font-size:.85rem;font-weight:500}.no-jobs{text-align:center;padding:4rem 2rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;max-width:600px;margin:0 auto}.no-jobs h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.no-jobs p{color:#666;font-size:1rem}@media (max-width: 768px){.careers-header{padding:1rem}.hero-section-career{height:25vh;min-height:300px;margin:1rem 1rem 0}.hero-content{padding:2rem 1.5rem;width:95%}.filter-section{margin:0 1rem 1rem;padding:1.5rem}.filter-container{flex-direction:column;gap:1rem}.filter-group{min-width:100%}.jobs-section{padding:0 1rem 2rem}.jobs-grid{grid-template-columns:1fr;gap:1rem}.job-card{padding:1.5rem}.job-meta{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.hero-section-career{min-height:200px}.hero-content{padding:1.5rem 1rem}.hero-heading{font-size:2.5rem}.hero-subtext{font-size:1rem}.job-card{padding:1rem}.job-title{font-size:1.25rem}}.site-footer{width:100%;background:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid rgba(0,0,0,.08)}.footer-inner{max-width:1400px;margin:0 auto;padding:10px 16px;display:flex;justify-content:center;align-items:center}.footer-content{color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}.footer-email{color:#111;text-decoration:underline}.footer-email:focus{outline:2px solid #000;outline-offset:2px}@media (max-width: 480px){.footer-inner{padding:8px 12px}.footer-content{font-size:13px}}.job-detail-page{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.job-detail-header{position:fixed;top:0;left:0;right:0;z-index:100}.logo-link{text-decoration:none}.logo{height:5rem;width:auto;max-width:120px}.breadcrumb{padding:2rem 2rem 1rem;max-width:1400px;margin:0 auto}.breadcrumb a{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease}.breadcrumb a:hover{color:#333}.breadcrumb-separator{margin:0 .5rem;color:#999}.breadcrumb-current{color:#333;font-weight:500}.job-detail-content{padding:0 2rem 4rem;max-width:1400px;margin:0 auto}.job-detail-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:3rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(0,0,0,.1)}.job-detail-header-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.job-detail-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#000;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.job-detail-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.job-meta-tags{display:flex;gap:1rem;flex-wrap:wrap}.job-department-tag{background:#f0f0f0;color:#333;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600}.job-location-tag{background:#e8e8e8;color:#333;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600}.job-type-tag{background:#d8d8d8;color:#333;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600}.job-published{color:#666;font-size:.9rem;font-weight:500}.job-summary-section,.job-description-section,.job-responsibilities-section,.job-requirements-section,.job-benefits-section{margin-bottom:2.5rem}.job-summary-section h2,.job-description-section h2,.job-responsibilities-section h2,.job-requirements-section h2,.job-benefits-section h2{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1rem;letter-spacing:-.01em}.job-summary-text,.job-description-text{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:0}.job-list{list-style:none;padding:0;margin:0}.job-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;line-height:1.6;color:#333;font-size:1rem}.job-list li:before{content:"•";color:#666;font-weight:700;position:absolute;left:0;top:0}.job-apply-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0;text-align:center}.apply-button{display:inline-block;background-color:#666;color:#fff;padding:1.25rem 3rem;border-radius:12px;text-decoration:none;font-size:1.2rem;font-weight:700;font-family:Inter,sans-serif;transition:all .3s ease;min-height:44px;min-width:44px;box-shadow:0 4px 20px #0000001a}.apply-button:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 8px 30px #0003}.apply-button:focus{outline:2px solid #000000;outline-offset:2px}.apply-note{margin-top:1rem;color:#666;font-size:.9rem;font-style:italic}.apply-note-top{margin-bottom:1rem;color:#666;font-size:.9rem;font-style:italic}.loading,.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.loading{font-size:1.2rem;color:#666}.not-found h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.not-found p{font-size:1.1rem;color:#666;margin-bottom:2rem}.back-to-careers{display:inline-block;background-color:#666;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.back-to-careers:hover{background-color:#333;transform:translateY(-1px)}@media (max-width: 768px){.job-detail-header{padding:1rem}.breadcrumb{padding:2rem 1rem 1rem}.job-detail-content{padding:0 1rem 2rem}.job-detail-card{padding:2rem}.job-detail-meta{flex-direction:column;align-items:flex-start}.job-meta-tags{margin-bottom:1rem}.apply-button{padding:1rem 2rem;font-size:1.1rem;width:100%;max-width:300px}}@media (max-width: 480px){.job-detail-card{padding:1.5rem}.job-detail-title{font-size:1.75rem}.job-meta-tags{flex-direction:column;gap:.5rem}.job-department-tag,.job-location-tag,.job-type-tag{font-size:.85rem;padding:.4rem .8rem}}.index-container{min-height:100vh;width:100%;background-color:#0a0a0a;overflow:hidden;position:relative;font-family:Inter,sans-serif}.index-card{position:relative;min-height:100vh;width:100%;background-color:#000000f5;border:none;border-radius:0;overflow:hidden}.spotlight{z-index:1}.scene-container{position:absolute;left:50%;bottom:35px;transform:translate(-50%);pointer-events:none;width:100%;max-width:1600px;height:auto;max-height:900px}.scene{width:100%;height:100%;transform:scale(1.1);transition:transform .3s ease}@media (max-width: 1024px){.scene-container{position:absolute;top:0;left:0;width:100%;height:100vh;max-width:100%;max-height:100vh;transform:none}.scene{width:100%;height:100%;transform:scale(1)}}@media (max-width: 768px){.scene-container{top:0;left:0;width:100%;height:100vh;max-width:100%;max-height:100vh;transform:none}.scene{width:100%;height:100%;transform:scale(1)}}@media (max-width: 480px){.scene-container{top:0;left:0;width:100%;height:100vh;max-width:100%;max-height:100vh;transform:none}.scene{width:100%;height:100%;transform:scale(1)}}.content-overlay{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;animation:fadeIn 1s ease-in-out forwards;max-width:90%;margin:0 auto;margin-top:-5rem}.title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.title{font-size:3.5rem}}@media (min-width: 1024px){.title{font-size:4rem}}.subtitle{font-size:1rem;color:#fff;margin-bottom:1.5rem;max-width:36rem;line-height:1.5}@media (min-width: 768px){.subtitle{font-size:1.125rem}}.hire-button{background-color:#fff;color:#000;font-weight:600;padding:1rem 2rem;font-size:1rem;border-radius:1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fff3}.hire-button:hover{background-color:#ffffffe6;transform:scale(1.05);box-shadow:0 10px 20px #fff6}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.orb-1{top:25%;right:25%;width:24rem;height:24rem;background-color:#ffffff26}.orb-2{bottom:25%;left:25%;width:24rem;height:24rem;background-color:#ffffff26}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100vw;height:100vh}
