.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;height:90vh;display:flex;align-items:center;justify-content:center;color:#fff;padding:0 1rem;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}.heroContainer{width:100%;max-width:900px;text-align:center;position:relative;z-index:1;margin-top:5rem}.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:2rem 0 6rem;color:#fff;opacity:.9;line-height:1.5;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:2rem 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:2.5rem}.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:2rem 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:0}.heroTitle{font-size:4rem;line-height:1.5;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.425rem;line-height:1.5}.section{padding:2rem}}@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:-8rem 0 1rem!important;font-size:2rem!important}.heroTitle br{display:none}.heroSubtitle{margin:1rem 0 3rem!important;font-size:1rem!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}}._footer_9mi1u_3{padding:80px 24px}._footerContent_9mi1u_7{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px}._footerLeft_9mi1u_18{display:flex;align-items:center;gap:16px}._madeInIndia_9mi1u_24{font-size:16px;color:#fff;font-weight:400;text-shadow:0 1px 4px rgba(0,0,0,.6)}._copyright_9mi1u_31{font-size:14px;color:#9ca3af;opacity:.8}._footerCenter_9mi1u_38{display:flex;gap:32px;align-items:center}._footerLink_9mi1u_44{font-size:14px;color:#9ca3af;text-decoration:none;transition:color .3s ease;cursor:pointer}._footerLink_9mi1u_44:hover{color:#fff}._footerRight_9mi1u_57{display:flex;align-items:center}._socialLink_9mi1u_62{display:flex;align-items:center;gap:8px;font-size:14px;color:#9ca3af;text-decoration:none;transition:color .3s ease;cursor:pointer}._socialLink_9mi1u_62:hover{color:#fff}._footer_9mi1u_3._minimal_9mi1u_78{padding:40px 24px}._footer_9mi1u_3._minimal_9mi1u_78 ._footerContent_9mi1u_7{justify-content:center;text-align:center}._footer_9mi1u_3._minimal_9mi1u_78 ._footerLeft_9mi1u_18{flex-direction:column;gap:8px}@media (max-width: 768px){._footer_9mi1u_3{padding:60px 24px}._footerContent_9mi1u_7{flex-direction:column;text-align:center;gap:24px}._footerLeft_9mi1u_18{flex-direction:column;gap:8px}._footerCenter_9mi1u_38{gap:24px}._madeInIndia_9mi1u_24{font-size:14px}._copyright_9mi1u_31{font-size:12px}._footerLink_9mi1u_44,._socialLink_9mi1u_62{font-size:13px}}@media (max-width: 480px){._footer_9mi1u_3{padding:40px 16px}._footerContent_9mi1u_7{gap:20px}._footerCenter_9mi1u_38{flex-direction:column;gap:16px}}._recruitersSection_1ks92_4{text-align:center}._recruitersSection_1ks92_4._simple_1ks92_9{padding:3rem 2rem;background:#ffffff1a;margin:2rem;border-radius:12px}._recruitersSection_1ks92_4._simple_1ks92_9 ._title_1ks92_16{font-size:2rem;margin-bottom:1rem;color:#fff}._recruitersSection_1ks92_4._simple_1ks92_9 ._description_1ks92_22{font-size:1.1rem;margin-bottom:2rem;opacity:.9;color:#fff}._simpleLogosGrid_1ks92_29{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}._simpleLogo_1ks92_29{height:60px;max-width:120px;object-fit:contain;opacity:.8;transition:opacity .2s}._simpleLogo_1ks92_29:hover{opacity:1}._recruitersSection_1ks92_4._detailed_1ks92_51{padding:0;background:transparent;margin:0}._detailedContainer_1ks92_57{width:100%;max-width:1200px;margin:0 auto;position:relative}._detailedTitle_1ks92_64{font-size:2.5rem;margin-bottom:64px;color:#fff}._companyGrid_1ks92_70{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:center;gap:1rem;align-items:center;padding:0 1.25rem;margin:0 auto;max-width:400px;box-sizing:border-box}._companyCard_1ks92_82{background-color:#ffffff0d;border-radius:20px;padding:2rem;display:flex;align-items:center;justify-content:center;height:120px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 24px #0000004d;transition:all .3s ease}._companyCard_1ks92_82:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0006;background-color:#ffffff14}._companyLogoContainer_1ks92_102{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;height:100%}._companyLogoImage_1ks92_112{max-width:80px;max-height:40px;object-fit:contain;opacity:0;transition:opacity .3s ease}._companyLogoImage_1ks92_112._loaded_1ks92_120{opacity:.9}._companyLogoImage_1ks92_112:hover{opacity:1}._companyLogoFallback_1ks92_128{font-size:1.2rem;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6);text-align:center}._companyName_1ks92_136{font-size:.9rem;font-weight:500;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6);text-align:center;opacity:.8}._detailedDescription_1ks92_145{font-size:18px;margin-top:48px;text-align:center;opacity:.8;color:#9ca3af}@media (max-width: 768px){._recruitersSection_1ks92_4._simple_1ks92_9{padding:2rem 1rem;margin:1rem}._recruitersSection_1ks92_4._simple_1ks92_9 ._title_1ks92_16{font-size:1.75rem}._recruitersSection_1ks92_4._simple_1ks92_9 ._description_1ks92_22{font-size:1rem}._simpleLogosGrid_1ks92_29{gap:1rem}._simpleLogo_1ks92_29{height:40px;max-width:80px}._detailedTitle_1ks92_64{font-size:2rem;margin-bottom:48px}._companyGrid_1ks92_70{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:0 1.5rem;max-width:700px;margin:0 auto}._companyCard_1ks92_82{padding:1.5rem;height:100px}._companyLogoImage_1ks92_112{max-width:60px;max-height:30px}._detailedDescription_1ks92_145{font-size:16px;margin-top:36px}}@media (max-width: 480px){._recruitersSection_1ks92_4._simple_1ks92_9{padding:1.5rem 1rem;margin:.5rem}._recruitersSection_1ks92_4._simple_1ks92_9 ._title_1ks92_16{font-size:1.5rem}._simpleLogosGrid_1ks92_29{flex-direction:column;gap:1rem}._simpleLogo_1ks92_29{height:50px;max-width:100px}._detailedTitle_1ks92_64{font-size:1.75rem;margin-bottom:32px}._companyGrid_1ks92_70{grid-template-columns:1fr;gap:1rem;padding:0 1rem;max-width:300px}._companyCard_1ks92_82{padding:1rem;height:80px}._companyLogoImage_1ks92_112{max-width:50px;max-height:25px}._companyName_1ks92_136{font-size:.8rem}._detailedDescription_1ks92_145{font-size:14px;margin-top:24px}}@media (min-width: 1024px){._companyGrid_1ks92_70{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;padding:0;max-width:900px;margin:0 auto}._companyCard_1ks92_82{padding:2.5rem;height:140px}._companyLogoImage_1ks92_112{max-width:100px;max-height:50px}}._formContainer_12zkd_1{width:100%;max-width:350px;margin:4rem auto;padding:0 1rem;box-sizing:border-box}._form_12zkd_1{display:flex;flex-direction:column;gap:1.5rem}._companyHeader_12zkd_15{text-align:center;margin-bottom:2rem}._inputGroup_12zkd_21{flex:1;position:relative;display:flex;flex-direction:column}._input_12zkd_21{width:100%;padding:1rem;font-size:1.1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;transition:all .3s ease;box-sizing:border-box;font-family:inherit}._input_12zkd_21::placeholder{color:#fff9}._input_12zkd_21:focus{outline:none;border-color:#1db95499;box-shadow:0 0 0 3px #1db9541a;background:#ffffff14}._input_12zkd_21:disabled{opacity:.6;cursor:not-allowed}._input_12zkd_21._error_12zkd_57{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._emailWrapper_12zkd_63{position:relative;width:100%;display:flex;align-items:center}._emailInput_12zkd_70{width:100%}._domainHint_12zkd_74{position:absolute;right:1rem;color:#fff6;font-size:1.1rem;pointer-events:none;background:#131818e6;padding:0 .25rem}._errorMessage_12zkd_85,._fieldError_12zkd_92{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}._generalError_12zkd_99{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;color:#ef4444;font-size:.95rem;text-align:center}._formContainer_12zkd_1._workspace_12zkd_114{margin-top:2rem}._input_12zkd_21:hover:not(:disabled):not(:focus){border-color:#ffffff4d;background:#ffffff12}@keyframes _shake_12zkd_1{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}._input_12zkd_21._error_12zkd_57{animation:_shake_12zkd_1 .4s ease-in-out}._formContainer_12zkd_1{color:#fff}@media (max-width: 768px){._input_12zkd_21{font-size:1rem;padding:.875rem}._domainHint_12zkd_74{font-size:1rem}}@media (max-width: 767px){._formContainer_12zkd_1{margin:0 auto!important;max-width:320px!important;padding:0 .75rem!important}._form_12zkd_1{gap:1.25rem!important}._input_12zkd_21{padding:.875rem!important;font-size:1rem!important}._form_12zkd_1 button,._form_12zkd_1 [class*=gradient]{margin-top:.75rem!important}}._loading_11kvf_5{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;background-color:#131818;color:#fff}._error_11kvf_15{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;color:#ef4444;background-color:#131818}._unlockCredibilitySection_11kvf_29{margin:2rem;border-radius:12px;flex-direction:column;align-items:stretch;justify-content:flex-start;text-align:center}._unlockCredibilitySection_11kvf_29 h3{text-align:center;margin-bottom:3rem}._credibilityRow_11kvf_46{display:flex;justify-content:space-between;align-items:center;gap:3rem;margin-top:2.5rem;margin-bottom:3.5rem;max-width:900px;margin-left:auto;margin-right:auto}._scoreContainer_11kvf_58{flex:1;display:flex;flex-direction:column;align-items:center;min-width:150px}._scoreContainer_11kvf_58 h4{color:#fff;opacity:.8;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._feedbackContainer_11kvf_75{flex:2;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;max-width:500px}._feedbackContainer_11kvf_75 h4{color:#fff;opacity:.8;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._feedbackPreview_11kvf_93{color:#fff;opacity:.9;font-size:1rem;line-height:1.6}._ctaText_11kvf_100{font-size:1.2rem;color:#fff;opacity:.9;text-align:center;margin-bottom:1.5rem;line-height:1.5;max-width:600px;margin-left:auto;margin-right:auto}._unlockCredibilitySection_11kvf_29 button{display:block;margin:0 auto;background:linear-gradient(45deg,#10b981,#059669);border:none;padding:1rem 2rem;color:#fff;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:transform .2s}._unlockCredibilitySection_11kvf_29 button:hover{transform:translateY(-2px)}._buildTrustScoreSection_11kvf_130{padding:3rem 2rem;text-align:center;background:#ffffff0d;margin:2rem;border-radius:12px;min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center}._buildTrustScoreSection_11kvf_130 h3{margin-bottom:2rem}._progressRingContainer_11kvf_148{display:flex;justify-content:center;margin-bottom:2rem}._progressRing_11kvf_148{position:relative;display:inline-block}._progressText_11kvf_159{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._progressText_11kvf_159 ._score_11kvf_58{font-size:2rem;font-weight:700;color:#fff}._progressText_11kvf_159 ._max_11kvf_173{font-size:1rem;opacity:.7;color:#fff}._buildTrustScoreSection_11kvf_130 p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}._buildTrustScoreSection_11kvf_130 button{background:linear-gradient(45deg,#f59e0b,#d97706);border:none;padding:1rem 2rem;color:#fff;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:transform .2s}._buildTrustScoreSection_11kvf_130 button:hover{transform:translateY(-2px)}._leaderboardSection_11kvf_201{background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.15) 1px,transparent 1px);background-size:40px 40px;border-radius:12px}._leaderboardSection_11kvf_201 h3{text-align:center;margin-bottom:2rem}._leaderboardSection_11kvf_201 ._heroSubtitle_11kvf_215{text-align:center}._leaderboard_11kvf_201{max-width:600px;margin:0 auto 2rem}._leaderboardHeader_11kvf_224{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px 8px 0 0;margin-bottom:0;font-weight:600;color:#ffffffe6;font-size:.9rem}._headerRank_11kvf_238{font-weight:700;font-size:.9rem;min-width:40px;color:#fff}._headerAvatar_11kvf_245{width:50px;height:50px}._headerName_11kvf_250{flex:1}._headerScore_11kvf_254{font-weight:700;font-size:.9rem;min-width:80px;text-align:center;color:#fff}._headerBadge_11kvf_262{min-width:60px;text-align:center}._headerAction_11kvf_267{min-width:100px;text-align:center}._leaderboardItem_11kvf_272{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);margin-bottom:.5rem;border-radius:0 0 8px 8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s}._leaderboardItem_11kvf_272:first-of-type{border-radius:0}._leaderboardItem_11kvf_272:last-of-type{border-radius:0 0 8px 8px}._leaderboardItem_11kvf_272:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}._leaderboardItem_11kvf_272 ._rank_11kvf_299{font-weight:700;min-width:40px;color:#fff}._leaderboardItem_11kvf_272 img{width:50px;height:50px;border-radius:50%;object-fit:cover}._leaderboardItem_11kvf_272 ._userInfo_11kvf_312{flex:1}._leaderboardItem_11kvf_272 ._userInfo_11kvf_312 h4{margin:0;color:#fff}._leaderboardItem_11kvf_272 ._userInfo_11kvf_312 p{margin:.25rem 0 0;font-size:.9rem;color:#ffffffb3}._leaderboardItem_11kvf_272 ._trustScore_11kvf_328{font-weight:700;color:#fff}._badgeContainer_11kvf_333{min-width:60px;text-align:center;display:flex;justify-content:center;align-items:center}._badgeImage_11kvf_341{width:32px;height:32px;border-radius:50%;object-fit:contain}._noBadge_11kvf_348{color:#ffffff80;font-size:.8rem}._leaderboardItem_11kvf_272 ._badge_11kvf_333{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:uppercase}._leaderboardItem_11kvf_272 ._badge_11kvf_333._gold_11kvf_362{background:#fbbf24;color:#92400e}._leaderboardItem_11kvf_272 ._badge_11kvf_333._silver_11kvf_367{background:#e5e7eb;color:#374151}._leaderboardItem_11kvf_272 ._badge_11kvf_333._badge_11kvf_333{background:#dbeafe;color:#1e40af}._leaderboardItem_11kvf_272 ._badge_11kvf_333._none_11kvf_377{background:#f3f4f6;color:#6b7280}._viewProfileButton_11kvf_382{background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.3);color:#1ed760;padding:.45rem .9rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;min-height:44px;min-width:80px;transition:all .2s}._viewProfileButton_11kvf_382:hover{background:linear-gradient(135deg,#ef444426,#ef44441a);transform:translateY(-1px)}._leaderboardSection_11kvf_201>button{display:block;margin:0 auto;background:linear-gradient(45deg,#8b5cf6,#7c3aed);border:none;padding:1rem 2rem;color:#fff;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:transform .2s}._leaderboardSection_11kvf_201>button:hover{transform:translateY(-2px)}@media (max-width: 768px){._heroSection_11kvf_425 h1{font-size:2rem}._heroSection_11kvf_425 h2{font-size:1.2rem}._credibilityRow_11kvf_46{flex-direction:column;gap:2rem}._feedbackContainer_11kvf_75{max-width:100%}._ctaText_11kvf_100{font-size:1rem}._leaderboard_11kvf_201{max-width:100%;margin:0 0 2rem}._leaderboardHeader_11kvf_224{padding:.5rem .75rem;gap:.5rem}._headerRank_11kvf_238{min-width:30px;font-size:.8rem}._headerAvatar_11kvf_245{width:40px;height:40px}._headerScore_11kvf_254{min-width:60px;font-size:.8rem}._headerBadge_11kvf_262{min-width:40px}._headerAction_11kvf_267{min-width:80px}._viewProfileButton_11kvf_382{padding:0;font-size:.85rem;background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.3);color:#1ed760}._leaderboardItem_11kvf_272{padding:.75rem;gap:.5rem;flex-wrap:nowrap;overflow:hidden}._leaderboardItem_11kvf_272 ._rank_11kvf_299{min-width:30px}._leaderboardItem_11kvf_272 img{width:40px;height:40px}._leaderboardItem_11kvf_272 ._trustScore_11kvf_328{min-width:60px;text-align:center}._badgeContainer_11kvf_333{min-width:40px}._badgeImage_11kvf_341{width:28px;height:28px}}._qrModalOverlay_11kvf_532{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._qrModalContent_11kvf_546{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:90%;position:relative;text-align:center;box-shadow:0 20px 60px #0000004d;animation:_modalSlideIn_11kvf_1 .3s ease-out}@keyframes _modalSlideIn_11kvf_1{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}._qrModalClose_11kvf_569{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#666;cursor:pointer;line-height:1;transition:color .2s ease}._qrModalClose_11kvf_569:hover{color:#333}._qrModalTitle_11kvf_586{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;margin-top:0}._qrCodeContainer_11kvf_594{display:flex;justify-content:center;margin-bottom:1rem}._qrCodeImage_11kvf_600{width:200px;height:200px;border-radius:8px;border:2px solid #e5e7eb}._qrCodePlaceholder_11kvf_607{width:200px;height:200px;border-radius:8px;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f9fafb;color:#666;font-size:1rem}._scoreCircleContainer_11kvf_626{position:relative;width:200px;height:200px;margin:2rem auto 0}._compactScoreCircleContainer_11kvf_634{position:relative;width:120px;height:120px;margin:2rem auto}._scoreCircle_11kvf_626{display:block}._scoreNumber_11kvf_645{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._currentScore_11kvf_653{font-size:3rem;font-weight:700;color:#667eea;display:block}._maxScore_11kvf_660{font-size:1.2rem;color:#999}._sectionTitle_11kvf_665{font-size:2rem;font-weight:700;color:#fff;text-align:center;margin:1.5rem 0}._sectionSubtitle_11kvf_673{font-size:1.1rem;color:#ffffffd9;text-align:center;max-width:700px;margin:0 auto 3rem}._motivationText_11kvf_681{font-size:1.1rem;color:#ffffffe6;text-align:center;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}._feedbackQuote_11kvf_691{background:#ffffff0d;border-left:4px solid #667eea;padding:1.5rem;margin:2rem auto;max-width:600px;border-radius:8px}._feedbackText_11kvf_700{font-style:italic;font-size:1.1rem;color:#fffffff2;margin-bottom:.5rem}._feedbackAuthor_11kvf_707{text-align:right;color:#ffffffb3;font-size:.95rem}._ctaContainer_11kvf_714{display:flex;flex-direction:column;align-items:center;gap:1rem}._secondaryCta_11kvf_721{background:transparent;border:2px solid #667eea;color:#667eea;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._secondaryCta_11kvf_721:hover{background:#667eea;color:#fff}._textLink_11kvf_739{color:#ffffffb3;text-decoration:underline;font-size:.95rem;cursor:pointer;transition:color .3s ease;margin-top:.5rem}._textLink_11kvf_739:hover{color:#667eea;text-decoration:none}._userRankAlert_11kvf_754{background:#ffc1071a;border:1px solid #ffc107;padding:1rem;border-radius:8px;margin:1rem auto;max-width:400px;text-align:center}._rankHighlight_11kvf_764{font-weight:700;color:#ffc107;font-size:1.1rem}._fomoSubtitle_11kvf_770{color:#fffc;text-align:center;font-size:1rem;margin-bottom:2rem}._whyItMattersSection_11kvf_779{background:linear-gradient(135deg,#1a1f2e,#221b3a);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}._whyItMattersSection_11kvf_779 ._container_11kvf_788{max-width:1200px;margin:0 auto}._whyItMattersSection_11kvf_779 ._sectionSubtitle_11kvf_673{font-size:1.1rem;color:#ffffffd9;text-align:center;max-width:700px;margin:0 auto 3rem}._visibilityChart_11kvf_801{max-width:800px;margin:3rem auto}._scoreRange_11kvf_806{display:flex;flex-direction:column;gap:1.5rem}._lowScore_11kvf_812,._midScore_11kvf_813,._highScore_11kvf_814{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-radius:12px;transition:transform .3s ease}._lowScore_11kvf_812{background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.3)}._midScore_11kvf_813{background:linear-gradient(135deg,#fbbf241a,#fbbf240d);border:1px solid rgba(251,191,36,.3)}._highScore_11kvf_814{background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:1px solid rgba(34,197,94,.3)}._lowScore_11kvf_812:hover,._midScore_11kvf_813:hover,._highScore_11kvf_814:hover{transform:translate(10px)}._scoreLabel_11kvf_844{font-weight:600;color:#fff;font-size:1.1rem}._visibilityStatus_11kvf_850{color:#ffffffb3;font-size:.95rem}._hiddenText_11kvf_856{color:#ff6b6b;font-size:.95rem;text-align:center;margin:1rem 0 2rem;font-weight:500}@media (max-width: 768px){._compactSection_11kvf_865{min-height:auto!important;height:auto!important}}._recruiterQuote_11kvf_877{max-width:600px;margin:3rem auto 0;padding:2rem;background:#ffffff0d;border-left:4px solid #667eea;border-radius:8px;font-style:italic;color:#ffffffe6}._recruiterQuote_11kvf_877 cite{display:block;margin-top:1rem;font-style:normal;text-align:right;color:#fff9;font-size:.9rem}._howItWorksSection_11kvf_898 ._container_11kvf_788{max-width:1200px;margin:0 auto}._stepsContainer_11kvf_908{display:flex;justify-content:space-around;align-items:center;margin:3rem 0;flex-wrap:wrap;gap:2rem}._step_11kvf_908{flex:1;min-width:250px;text-align:center;padding:2rem 1rem;background:#ffffff0d;border-radius:12px;transition:transform .3s ease}._step_11kvf_908:hover{transform:translateY(-10px);background:#ffffff14}._stepNumber_11kvf_932{background:#667eea;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700}._stepIcon_11kvf_945{margin-bottom:1rem}._stepTitle_11kvf_949{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}._stepDescription_11kvf_956{color:#ffffffb3;font-size:.95rem}._arrow_11kvf_961{font-size:2rem;color:#667eea;display:none}@media (min-width: 768px){._stepsContainer_11kvf_908{flex-wrap:nowrap}._arrow_11kvf_961{display:block}}._finalCTASection_11kvf_978{background:linear-gradient(135deg,#667eea,#764ba2);text-align:center}._finalCTASection_11kvf_978 ._container_11kvf_788{max-width:800px;margin:0 auto}._finalHeadline_11kvf_989{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem}._formHint_11kvf_997{text-align:center;font-size:.9rem;color:#aaa;margin-top:12px;font-style:italic;line-height:1.4}._chainTokenHeight_11kvf_1007{min-height:60vh}@media (max-width: 768px){._finalHeadline_11kvf_989{font-size:2rem}._sectionTitle_11kvf_665{font-size:1.5rem}._ctaContainer_11kvf_714{gap:.75rem}}._loading_19zas_4{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#131818;color:#fff}._error_19zas_13{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#131818;color:#fff;text-align:center;padding:2rem}._error_19zas_13 h2{color:#ef4444;margin-bottom:1rem}._error_19zas_13 p{color:#fffc;margin-bottom:2rem}._successState_19zas_36{margin-top:3rem;animation:_fadeIn_19zas_1 .5s ease-in}@keyframes _fadeIn_19zas_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._zeroScoreContainer_19zas_52{display:flex;flex-direction:column;align-items:center;padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;max-width:400px;margin:0 auto}._progressRing_19zas_64{position:relative;display:inline-block;margin-bottom:1.5rem}._progressText_19zas_70{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._progressText_19zas_70 ._score_19zas_78{font-size:2rem;font-weight:700;color:#fff}._progressText_19zas_70 ._max_19zas_84{font-size:1rem;opacity:.7;color:#fff}._noFeedbackMessage_19zas_90{font-size:1.1rem;color:#fffc;text-align:center;margin:0}._leaderboardSection_19zas_98{background-color:#131818;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;color:#fff;padding:4rem 2rem;border-radius:12px;min-height:70vh;display:flex;flex-direction:column;justify-content:center}._leaderboardSection_19zas_98 h3{text-align:center;margin-bottom:1rem}._leaderboard_19zas_98{max-width:600px;margin:2rem auto;width:100%}._leaderboardHeader_19zas_124{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px 8px 0 0;margin-bottom:0;font-weight:600;color:#ffffffe6;font-size:.9rem}._headerRank_19zas_138{font-weight:700;font-size:.9rem;min-width:40px;color:#fff}._headerAvatar_19zas_145{width:50px;height:50px}._headerName_19zas_150{flex:1}._headerScore_19zas_154{font-weight:700;font-size:.9rem;min-width:80px;text-align:center;color:#fff}._headerBadge_19zas_162{min-width:60px;text-align:center}._leaderboardItem_19zas_167{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);margin-bottom:.5rem;border-radius:0;box-shadow:0 2px 4px #0000000d;cursor:pointer;transition:transform .2s,box-shadow .2s}._leaderboardItem_19zas_167:first-of-type{border-radius:0}._leaderboardItem_19zas_167:last-of-type{border-radius:0 0 8px 8px;margin-bottom:0}._leaderboardItem_19zas_167:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;background:#ffffff14}._leaderboardItem_19zas_167 ._rank_19zas_196{font-weight:700;font-size:1.1rem;min-width:40px;color:#fff}._leaderboardItem_19zas_167 img{width:50px;height:50px;border-radius:50%;object-fit:cover}._leaderboardItem_19zas_167 ._userInfo_19zas_210{flex:1}._leaderboardItem_19zas_167 ._userInfo_19zas_210 h4{margin:0;color:#fff}._leaderboardItem_19zas_167 ._userInfo_19zas_210 p{margin:.25rem 0 0;font-size:.9rem;color:#ffffffb3}._leaderboardItem_19zas_167 ._trustScore_19zas_225{font-weight:700;font-size:1.1rem;color:#fff;min-width:80px;text-align:center}._badgeContainer_19zas_233{min-width:60px;text-align:center;display:flex;justify-content:center;align-items:center}._badgeImage_19zas_241{width:32px;height:32px;border-radius:50%;object-fit:contain}._noBadge_19zas_248{color:#ffffff80;font-size:.8rem}._emptyState_19zas_254{text-align:center;padding:3rem 2rem;color:#ffffffb3}._emptyState_19zas_254 p{margin:.5rem 0;font-size:1.1rem}._emptyState_19zas_254 p:first-child{font-size:1.2rem;color:#ffffffe6}._ctaSection_19zas_271{padding:4rem 2rem;text-align:center;background:#ffffff05;margin:2rem;border-radius:12px}._ctaSection_19zas_271 h3{margin-bottom:1rem}@media (max-width: 768px){._leaderboardSection_19zas_98{min-height:auto;padding:3rem 1rem}._leaderboard_19zas_98{max-width:100%;margin:1rem .5rem}._leaderboardHeader_19zas_124{padding:.5rem .75rem;gap:.5rem;font-size:.8rem}._headerRank_19zas_138{min-width:30px;font-size:.8rem}._headerAvatar_19zas_145{width:40px;height:40px}._headerScore_19zas_154{min-width:60px;font-size:.8rem}._headerBadge_19zas_162{min-width:40px}._leaderboardItem_19zas_167{padding:.75rem;gap:.5rem}._leaderboardItem_19zas_167 ._rank_19zas_196{min-width:30px;font-size:1rem}._leaderboardItem_19zas_167 img{width:40px;height:40px}._leaderboardItem_19zas_167 ._userInfo_19zas_210 h4{font-size:.9rem}._leaderboardItem_19zas_167 ._userInfo_19zas_210 p{font-size:.8rem}._leaderboardItem_19zas_167 ._trustScore_19zas_225{font-size:1rem;min-width:60px}._badgeContainer_19zas_233{min-width:40px}._badgeImage_19zas_241{width:28px;height:28px}._zeroScoreContainer_19zas_52{padding:1.5rem}._ctaSection_19zas_271{padding:3rem 1rem;margin:1rem}._emptyState_19zas_254{padding:2rem 1rem}._emptyState_19zas_254 p{font-size:1rem}}
