.grid-container{display:grid;gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.grid-cols-12{grid-template-columns:repeat(12,1fr)}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}.col-span-9{grid-column:span 9}.col-span-10{grid-column:span 10}.col-span-11{grid-column:span 11}.col-span-12{grid-column:span 12}@media (max-width: 768px){.grid-container{gap:16px;padding:0 16px}.grid-cols-tablet-8{grid-template-columns:repeat(8,1fr)}.col-tablet-span-1{grid-column:span 1}.col-tablet-span-2{grid-column:span 2}.col-tablet-span-3{grid-column:span 3}.col-tablet-span-4{grid-column:span 4}.col-tablet-span-5{grid-column:span 5}.col-tablet-span-6{grid-column:span 6}.col-tablet-span-7{grid-column:span 7}.col-tablet-span-8{grid-column:span 8}}@media (max-width: 480px){.grid-container{gap:12px;padding:0 12px}.grid-cols-mobile-4{grid-template-columns:repeat(4,1fr)}.col-mobile-span-1{grid-column:span 1}.col-mobile-span-2{grid-column:span 2}.col-mobile-span-3{grid-column:span 3}.col-mobile-span-4{grid-column:span 4}}@media (max-width: 768px){.responsive-headline{font-size:32px!important}.responsive-title{font-size:24px!important}.responsive-large{font-size:18px!important}}@media (max-width: 480px){.responsive-headline{font-size:24px!important}.responsive-title{font-size:18px!important}.responsive-large{font-size:16px!important}.responsive-hero-title{font-size:36px!important;line-height:1.3!important}}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}:root{--hero-title-size: clamp(3rem, 8vw, 4rem);--hero-subtitle-size: clamp(1rem, 2.5vw, 1.5rem);--section-title-size: clamp(1.5rem, 4vw, 2.2rem);--section-text-size: clamp(.875rem, 2vw, 1rem);--button-text-size: clamp(.875rem, 1.5vw, 1rem);--nav-text-size: clamp(.875rem, 1.5vw, 1rem);--hero-line-height: clamp(1.2, 1.5vw, 1.5);--text-line-height: clamp(1.4, 1.8vw, 1.6);--section-padding: clamp(1.5rem, 5vw, 3rem);--content-padding: clamp(1rem, 3vw, 1.5rem);--element-spacing: clamp(1rem, 4vw, 2rem)}.responsive-container{width:100%;max-width:min(90vw,1200px);margin:0 auto;padding:0 var(--content-padding)}@media (max-width: 768px){:root{--hero-title-size: clamp(2.88rem, 8.64vw, 5.76rem)}.section{height:auto!important;min-height:100vh!important;padding:2rem 20px!important;box-sizing:border-box!important}.hero-section{height:100vh!important;min-height:100vh!important;padding-top:140px!important}.mobile-logo{position:absolute!important;top:16px!important;left:16px!important;width:80px!important;height:80px!important}.hero-content-mobile{margin-top:120px!important;padding:0 16px!important}.responsive-hero-title{font-size:48px!important;line-height:1.2!important;margin-bottom:24px!important}.responsive-hero-subtitle{font-size:18px!important;line-height:1.4!important;margin-bottom:32px!important}.responsive-grid{grid-template-columns:1fr!important;gap:var(--content-padding)!important}.usp-container{flex-direction:column!important;align-items:center!important;gap:2rem!important;padding:0 20px!important}.usp-card{width:calc(100% - 40px)!important;max-width:300px!important;height:auto!important;padding:1.5rem 1rem!important;margin:0 20px!important;box-sizing:border-box!important}.network-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.company-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;padding:0 20px!important;margin:0 auto!important;max-width:calc(100vw - 40px)!important;box-sizing:border-box!important}.footer-content{flex-direction:column!important;text-align:center!important;gap:1.5rem!important}.waitlist-widget{position:fixed!important;bottom:1rem!important;right:1rem!important;left:1rem!important;width:auto!important;max-width:none!important;min-width:auto!important;z-index:1000!important}}@media (min-width: 768px) and (max-width: 1023px){.responsive-grid{grid-template-columns:repeat(2,1fr)!important}}@media (min-width: 1024px){.responsive-grid{grid-template-columns:repeat(3,1fr)!important}}.responsive-hero-title{font-size:var(--hero-title-size)!important;line-height:var(--hero-line-height)!important}.responsive-hero-subtitle{font-size:var(--hero-subtitle-size)!important;line-height:var(--text-line-height)!important}.responsive-section-title{font-size:var(--section-title-size)!important}.responsive-section-text{font-size:var(--section-text-size)!important;line-height:var(--text-line-height)!important}.responsive-button{font-size:var(--button-text-size)!important;padding:calc(var(--content-padding) * .5) var(--content-padding)!important}.responsive-section{padding:var(--section-padding) var(--content-padding)!important}.responsive-mb-xl{margin-bottom:var(--element-spacing)!important}.responsive-mt-xl{margin-top:var(--element-spacing)!important}.responsive-p-xl{padding:var(--element-spacing)!important}.responsive-container{width:100%;margin:0 auto;padding:0 var(--content-padding)}@media (min-width: 1024px){.responsive-container{max-width:900px}}@media (min-width: 768px) and (max-width: 1023px){.responsive-container{max-width:700px}}@media (max-width: 767px){.responsive-container{max-width:100%}}@media (max-width: 479px){.hide-mobile{display:none!important}.responsive-hero-title{font-size:36px!important;line-height:1.1!important}.hero-content-mobile{margin-top:100px!important;padding:0 12px!important}.mobile-logo{width:60px!important;height:60px!important}.usp-card{width:calc(100% - 24px)!important;max-width:280px!important;padding:1rem .75rem!important;margin:0 12px!important}.company-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;padding:0 15px!important;max-width:calc(100vw - 30px)!important;box-sizing:border-box!important}.usp-container{padding:0 15px!important}}.section{background-color:#131818;height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;padding:0 24px;position:relative;overflow:hidden}.hero-section{background-color:#131818;height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;padding:0 24px;position:relative;overflow:hidden;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px}.usp-card{background:#1a1a1a;border-radius:32px;padding:40px 32px;width:350px;height:300px;text-align:center;box-shadow:0 20px 60px #00000080,0 8px 32px #0000004d,0 4px 16px #0003;border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 767px){.responsive-card{padding:var(--content-padding)!important;margin-bottom:var(--content-padding)!important}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.pageWrapper{background-color:#131818;min-height:100vh;position:relative}.logoWrapper{position:absolute;top:1rem;left:1rem;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:.5rem}.logoImage{width:6rem;height:6rem;filter:drop-shadow(0 8px 20px rgba(0,0,0,.6)) drop-shadow(0 0 30px rgba(255,255,255,.3)) drop-shadow(0 0 60px rgba(255,255,255,.15));-webkit-text-size-adjust:100%;image-rendering:-webkit-optimize-contrast;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;transform:translateZ(0)}.logoText{font-size:1rem;font-weight:700;color:#fff;text-align:center;font-family:system-ui,-apple-system,sans-serif}.heroSection{background-color:#131818;min-height:90vh;height:auto;display:flex;align-items:flex-start;justify-content:center;color:#fff;padding:100px 1rem 0;position:relative;overflow:visible;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px}.heroContainer{width:100%;max-width:900px;text-align:center;position:relative;z-index:1;margin-top:16rem}.heroTitle{font-size:2.43rem;font-weight:800;margin:4rem 0 2rem;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.3),0 0 20px rgba(255,255,255,.2),0 0 30px rgba(255,255,255,.1),0 2px 10px rgba(0,0,0,.3);line-height:1.2}.heroSubtitle{font-size:1.125rem;font-weight:400;margin:8rem 0 2rem;color:#fff;line-height:4;text-shadow:0 0 8px rgba(255,255,255,.15),0 1px 4px rgba(0,0,0,.3)}.section{background-color:#131818;min-height:90vh;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;color:#fff;padding:3rem 1.25rem;position:relative;overflow:visible;box-sizing:border-box;height:auto}.section.leaderboardSection{align-items:center!important;justify-content:center!important;flex-direction:column!important}@media (max-width: 767px){.section.leaderboardSection{justify-content:flex-start!important;padding-top:2rem!important;min-height:auto!important}}.menuIcon{position:fixed;top:1.5rem;right:1.5rem;z-index:1000;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:8px;transition:all .3s ease}.menuBar{width:28px;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease;box-shadow:0 0 10px #ffffff4d}.menuBar.middle{width:22px;margin-left:6px}.menuIcon.open .menuBar:first-child{transform:rotate(45deg) translateY(9px)}.menuIcon.open .menuBar.middle{opacity:0}.menuIcon.open .menuBar:last-child{transform:rotate(-45deg) translateY(-9px)}@media (min-width: 768px){.logoWrapper{position:fixed;top:1.5rem;left:1.5rem}.logoImage{width:7rem;height:7rem}.logoText{font-size:1.25rem}.heroContainer{margin-top:4rem}.heroTitle{font-size:3.5rem;line-height:1.3;text-shadow:0 0 12px rgba(255,255,255,.35),0 0 25px rgba(255,255,255,.2),0 0 40px rgba(255,255,255,.12),0 2px 12px rgba(0,0,0,.3)}.heroSubtitle{font-size:1.25rem}.section{padding:3rem 1.5rem}}@media (min-width: 1024px){.logoWrapper{top:2rem;left:2rem}.logoImage{width:9.4875rem;height:9.4875rem}.logoText{font-size:1.5rem}.heroSection{padding:0 1.5rem}.heroContainer{margin-top:4rem}.heroTitle{font-size:3rem;line-height:1.5;margin-top:2rem;text-shadow:0 0 15px rgba(255,255,255,.4),0 0 30px rgba(255,255,255,.25),0 0 45px rgba(255,255,255,.15),0 3px 15px rgba(0,0,0,.3)}.heroSubtitle{font-size:1.5rem;line-height:2;margin-top:4rem}.heroRecruiterSubtitle{font-size:2rem;line-height:2}.section{padding:3rem}.heroSection{overflow-y:auto}}@supports (-webkit-touch-callout: none){.logoImage{width:7.5rem!important;height:7.5rem!important}}@media (min-width: 768px){@supports (-webkit-touch-callout: none){.logoImage{width:8.75rem!important;height:8.75rem!important}}}@media (min-width: 1024px){@supports (-webkit-touch-callout: none){.logoImage{width:11.86rem!important;height:11.86rem!important}}}@media (max-width: 767px){.heroContainer{margin-top:8rem!important}.heroTitle{margin:0 0 1rem!important;font-size:2rem!important}.heroTitle br{display:none}.heroSubtitle{margin:1rem 0 3rem!important;font-size:1rem!important;line-height:1.5!important}.heroRecruiterSubtitle{margin:1rem 0 3rem!important;font-size:1.5rem!important;line-height:1.5!important}.heroSection{height:auto!important;min-height:100vh!important;overflow-y:auto!important;padding:1rem!important}.logoWrapper{top:.5rem!important;left:.5rem!important}.logoImage{width:5rem!important;height:5rem!important}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-loading{display:block;position:relative;overflow:hidden}.shimmer-dark{background-color:#1a1a1a;background-image:linear-gradient(90deg,#1a1a1a 25%,#ffffff1a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear}.shimmer-light{background-color:#f0f0f0;background-image:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear}:root{--typography-h1-size: clamp(2rem, 8vw, 4.4rem);--typography-h2-size: clamp(1.5rem, 5vw, 2.5rem);--typography-h3-size: clamp(1.25rem, 4vw, 2rem);--typography-h4-size: clamp(1rem, 3vw, 1.25rem);--typography-body-size: clamp(.875rem, 2vw, 1rem);--typography-small-size: clamp(.75rem, 1.5vw, .875rem);--typography-xs-size: clamp(.625rem, 1vw, .75rem);--typography-weight-normal: 500;--typography-weight-bold: 700;--typography-weight-heavy: 800;--typography-line-height-tight: 1.1;--typography-line-height-normal: 1.4;--typography-line-height-relaxed: 1.6}.typography-h1{font-size:var(--typography-h1-size);font-weight:var(--typography-weight-heavy);line-height:var(--typography-line-height-tight);margin:0}.typography-h2{font-size:var(--typography-h2-size);font-weight:var(--typography-weight-bold);line-height:var(--typography-line-height-tight);margin:0}.typography-h3{font-size:var(--typography-h3-size);font-weight:var(--typography-weight-bold);line-height:var(--typography-line-height-normal);margin:0}.typography-h4{font-size:var(--typography-h4-size);font-weight:var(--typography-weight-bold);line-height:var(--typography-line-height-normal);margin:0}.typography-body{font-size:var(--typography-body-size);font-weight:var(--typography-weight-normal);line-height:var(--typography-line-height-relaxed);margin:0}.typography-small{font-size:var(--typography-small-size);font-weight:var(--typography-weight-normal);line-height:var(--typography-line-height-relaxed);margin:0}.typography-xs{font-size:var(--typography-xs-size);font-weight:var(--typography-weight-normal);line-height:var(--typography-line-height-normal);margin:0}.typography-white{color:#fff}.typography-dark{color:#1f2937}.typography-grey{color:#6b7280}@media (min-width: 768px){:root{--typography-h1-size: clamp(2.5rem, 8vw, 4.4rem);--typography-h2-size: clamp(1.75rem, 5vw, 2.5rem);--typography-h3-size: clamp(1.5rem, 4vw, 2rem);--typography-h4-size: clamp(1.125rem, 3vw, 1.25rem);--typography-body-size: clamp(1rem, 2vw, 1.125rem);--typography-small-size: clamp(.875rem, 1.5vw, 1rem);--typography-xs-size: clamp(.75rem, 1vw, .875rem)}.typography-h1{line-height:var(--typography-line-height-tight)}.typography-h2{line-height:1.2}.typography-h3{line-height:1.3}}@media (min-width: 1024px){:root{--typography-h1-size: clamp(3rem, 6vw, 4.4rem);--typography-h2-size: clamp(2rem, 4vw, 2.5rem);--typography-h3-size: clamp(1.5rem, 3vw, 2rem);--typography-h4-size: clamp(1.125rem, 2vw, 1.25rem);--typography-body-size: clamp(1rem, 1.5vw, 1.125rem);--typography-small-size: clamp(.875rem, 1.2vw, 1rem);--typography-xs-size: clamp(.75rem, 1vw, .875rem)}.typography-h1{line-height:1.2}.typography-h2{line-height:1.3}.typography-h3{line-height:1.4}}@media (min-width: 1440px){:root{--typography-h1-size: 4.4rem;--typography-h2-size: 2.5rem;--typography-h3-size: 2rem;--typography-h4-size: 1.25rem;--typography-body-size: 1.125rem;--typography-small-size: 1rem;--typography-xs-size: .875rem}}@media (max-width: 480px){:root{--typography-h1-size: clamp(1.75rem, 10vw, 2.5rem);--typography-h2-size: clamp(1.25rem, 6vw, 1.75rem);--typography-h3-size: clamp(1.125rem, 5vw, 1.5rem);--typography-h4-size: clamp(1rem, 4vw, 1.125rem);--typography-body-size: clamp(.875rem, 3vw, 1rem);--typography-small-size: clamp(.75rem, 2.5vw, .875rem);--typography-xs-size: clamp(.625rem, 2vw, .75rem)}.typography-h1{line-height:1.1}.typography-h2,.typography-h3,.typography-h4{line-height:1.3}}.search-dropdown{position:absolute;top:100%;left:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-top:none;border-radius:0 0 12px 12px;box-shadow:0 8px 32px #0006;z-index:999;overflow-y:auto}.search-dropdown-item{display:flex;align-items:center;gap:12px;padding:6px 0;height:40px;cursor:pointer;transition:background-color .15s ease}.search-dropdown-item:hover,.search-dropdown-item.selected{background-color:#0000000d}.search-dropdown-item-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}.search-dropdown-item-avatar img{width:100%;height:100%;object-fit:cover}.search-dropdown-item-avatar-fallback{width:100%;height:100%;background-color:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px}.search-dropdown-item-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.search-dropdown-item-name{font-size:13px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.search-dropdown-item-details{font-size:11px;color:#1f293799;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px;line-height:1.2}.search-dropdown-empty{padding:16px;text-align:center;color:#1f293799;font-style:italic}.search-dropdown-empty-text{font-size:14px}@media (max-width: 768px){.search-dropdown{left:.75rem;right:.75rem}}@media (max-width: 480px){.search-dropdown{left:.75rem;right:.75rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.smartWidget{position:fixed;z-index:9999;background-color:#fff!important;border:1px solid rgba(0,0,0,.1);box-shadow:0 12px 40px #00000026;display:flex;flex-direction:column;align-items:center}.smartWidgetMobile{bottom:1rem;left:1rem;right:1rem;width:auto;border-radius:12px;padding:6px;gap:0px}.smartWidgetDesktop{bottom:2rem;right:2rem;width:320px;border-radius:16px;padding:20px;gap:12px}.widgetContent{display:flex;flex-direction:column;align-items:center;width:100%}.widgetTitle{font-weight:600;color:#000;text-align:center;line-height:1.4}.widgetTitleMobile,.widgetTitleDesktop{font-size:.8rem}.widgetButton{width:100%;text-decoration:none}.widgetHelperText{color:#666;text-align:center;line-height:1.3}.widgetHelperTextMobile{font-size:11px}.widgetHelperTextDesktop{font-size:12px}.qrCodeContainer{display:flex;flex-direction:column;align-items:center;gap:8px}.qrCodeMobile{width:80px;height:80px;border-radius:6px}.qrCodeDesktop{width:120px;height:120px;border-radius:8px}.waitlistSection{text-align:center;margin-top:8px}.waitlistLabel{font-weight:400;color:#000;margin-bottom:2px}.waitlistLabelMobile{font-size:11px}.waitlistLabelDesktop{font-size:12px}.waitlistCount{font-weight:400;color:#000}.waitlistCountMobile{font-size:16px}.waitlistCountDesktop{font-size:18px}.loadingContainer{display:flex;flex-direction:column;align-items:center;gap:12px}.loadingSpinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loadingText{color:#666;text-align:center}.loadingTextMobile{font-size:12px}.loadingTextDesktop{font-size:14px}@supports (-webkit-touch-callout: none){.smartWidgetMobile{padding:8px!important;gap:2px!important}}.blur-info-tooltip:hover .blur-tooltip-text{visibility:visible!important;opacity:1!important}.blur-info-tooltip .blur-tooltip-text:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#333}.feedback-info-tooltip:hover .feedback-tooltip-text{visibility:visible!important;opacity:1!important}.feedback-info-tooltip .feedback-tooltip-text:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#333}
