@keyframes landing-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fade-in{0%{opacity:0}to{opacity:1}}@keyframes typing-dot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes float-logo-slow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(3deg)}}@keyframes float-logo-medium{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-22px)rotate(-4deg)}}@keyframes float-logo-fast{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-18px)rotate(2deg)}}@keyframes stat-count-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-page{background:var(--bg);color:var(--fg);min-height:100vh;transition:background-color .3s,color .3s}.landing-page section{color:#111;background:#fff;transition:background-color .3s,color .3s}html[data-theme=dark] .landing-page section{color:#f4f4f4;background:#0a0a0a}.landing-nav-capsule{z-index:100;border:1px solid var(--hairline);border-radius:9999px;width:92%;max-width:860px;padding:0;transition:all .35s cubic-bezier(.25,.8,.25,1);position:fixed;top:16px;left:50%;transform:translate(-50%)}.landing-nav-capsule.nav-scrolled{width:88%;max-width:720px;top:12px;box-shadow:0 8px 30px -8px #0000001f,0 1px 4px #0000000a}html[data-theme=light] .landing-nav-capsule,:root:not([data-theme=dark]) .landing-nav-capsule{-webkit-backdrop-filter:blur(24px);background:#f8f8f8e0;border-color:#00000012}html[data-theme=dark] .landing-nav-capsule{-webkit-backdrop-filter:blur(24px);background:#141414e0;border-color:#ffffff17}.mobile-dropdown-panel{border:1px solid var(--hairline);z-index:200;border-radius:24px;flex-direction:column;gap:12px;padding:20px;animation:.22s ease-out forwards landing-fade-up;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 15px 40px #0000001f}html[data-theme=light] .mobile-dropdown-panel,:root:not([data-theme=dark]) .mobile-dropdown-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff7}html[data-theme=dark] .mobile-dropdown-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#101010f7}.ai-section-bg{transition:background-color .3s,color .3s}html[data-theme=light] .ai-section-bg,:root:not([data-theme=dark]) .ai-section-bg{color:#111;background:#fff}html[data-theme=dark] .ai-section-bg{color:#fafafa;background:#09090b}html[data-theme=light] .ai-chat-container,:root:not([data-theme=dark]) .ai-chat-container{background:#f9fafb;border:1px solid #e5e7eb}html[data-theme=dark] .ai-chat-container{background:#18181b;border:1px solid #27272a}.ai-chat-body{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;min-height:280px;max-height:340px;overflow-y:auto}.ai-chat-body::-webkit-scrollbar{display:none}html[data-theme=light] .ai-chat-header,:root:not([data-theme=dark]) .ai-chat-header{border-bottom:1px solid #e5e7eb}html[data-theme=dark] .ai-chat-header{border-bottom:1px solid #27272a}html[data-theme=light] .ai-msg-bubble,:root:not([data-theme=dark]) .ai-msg-bubble{color:#1f2937;background:#f3f4f6}html[data-theme=dark] .ai-msg-bubble{color:#e4e4e7;background:#27272a}html[data-theme=light] .ai-chat-input-bar,:root:not([data-theme=dark]) .ai-chat-input-bar{color:#1f2937;background:#f3f4f6;border:1px solid #e5e7eb}html[data-theme=dark] .ai-chat-input-bar{color:#e4e4e7;background:#27272a;border:1px solid #3f3f46}html[data-theme=light] .ai-chat-input-bar input::placeholder,:root:not([data-theme=dark]) .ai-chat-input-bar input::placeholder{color:#9ca3af}html[data-theme=dark] .ai-chat-input-bar input::placeholder{color:#71717a}html[data-theme=light] .ai-chat-input-bar input,:root:not([data-theme=dark]) .ai-chat-input-bar input{color:#111;caret-color:#111}html[data-theme=dark] .ai-chat-input-bar input{color:#f4f4f4;caret-color:#f4f4f4}html[data-theme=light] .ai-suggested-card,:root:not([data-theme=dark]) .ai-suggested-card{color:#1f2937;background:#fff;border:1px solid #e5e7eb}html[data-theme=dark] .ai-suggested-card{color:#e4e4e7;background:#27272a;border:1px solid #3f3f46}html[data-theme=light] .ai-prompt-tab,:root:not([data-theme=dark]) .ai-prompt-tab{color:#4b5563;background:#fff;border:1px solid #e5e7eb}html[data-theme=light] .ai-prompt-tab--active,:root:not([data-theme=dark]) .ai-prompt-tab--active{color:#fff;background:#111;border-color:#111}html[data-theme=dark] .ai-prompt-tab{color:#71717a;background:0 0;border:1px solid #27272a}html[data-theme=dark] .ai-prompt-tab--active{color:#fff;background:#18181b;border-color:#3f3f46}.ai-typing-dot{background:#6b7280;border-radius:50%;width:6px;height:6px;display:inline-block}.ai-typing-dot:first-child{animation:1.4s infinite typing-dot}.ai-typing-dot:nth-child(2){animation:1.4s .2s infinite typing-dot}.ai-typing-dot:nth-child(3){animation:1.4s .4s infinite typing-dot}.marquee-container{flex-direction:column;gap:24px;width:100%;padding:10px 0;display:flex;overflow:hidden}.marquee-row{width:100%;display:flex;overflow:hidden}.marquee-track{gap:24px;width:max-content;display:flex}.marquee-row--left .marquee-track{animation:50s linear infinite marquee-left}.marquee-row--right .marquee-track{animation:50s linear infinite marquee-right}.marquee-row:hover .marquee-track{animation-play-state:paused}.marquee-card{flex-shrink:0;width:320px}.float-logo-card{z-index:10;border:1px solid #0000000d;border-radius:20px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute}.float-logo-card:hover{z-index:30;transform:scale(1.12)translateY(-6px)!important}html[data-theme=light] .float-logo-card,:root:not([data-theme=dark]) .float-logo-card{background:#fff;box-shadow:0 8px 24px -8px #0000001a,0 1px 3px #0000000a}html[data-theme=dark] .float-logo-card{background:#18181b;border-color:#ffffff0f;box-shadow:0 12px 35px -10px #00000080,0 1px 4px #00000040}.logo-stats-section{position:relative;overflow:hidden}.stat-item{flex-direction:column;align-items:center;gap:6px;padding:0 32px;display:flex;position:relative}.stat-item+.stat-item:before{content:"";background:var(--hairline);width:1px;height:48px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.stat-number{letter-spacing:-.035em;color:#111;font-size:clamp(36px,5.5vw,64px);font-weight:700;line-height:1}html[data-theme=dark] .stat-number{color:#fff}.stat-label{color:#6b7280;letter-spacing:.01em;font-size:clamp(12px,1.4vw,15px);font-weight:500}html[data-theme=dark] .stat-label{color:#9a9a9a}.scroll-text-track{align-items:center;gap:48px;width:max-content;animation:35s linear infinite marquee-left;display:flex}.scroll-text-item{white-space:nowrap;color:#9ca3af;letter-spacing:.02em;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}html[data-theme=dark] .scroll-text-item{color:#52525b}.scroll-text-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;width:4px;height:4px}html[data-theme=dark] .scroll-text-dot{background:#3f3f46}.nav-link-pill{transition:all .2s;position:relative}.nav-link-pill:after{content:"";background:currentColor;border-radius:9999px;width:0;height:2px;transition:width .2s;position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}.nav-link-pill:hover:after{width:60%}.landing-footer{color:#fff;background:#0b0b0c;position:relative}.landing-page footer.landing-footer{color:#fff!important;background:#0b0b0c!important}.review-card{cursor:default;border-radius:1.25rem;flex-direction:column;padding:1.5rem;transition:transform .5s cubic-bezier(.25,1,.5,1),box-shadow .4s;display:flex;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.review-card:hover{transform:scale(1.04);box-shadow:0 16px 48px #0000002e,0 4px 12px #00000014;z-index:40!important}.review-card-green{color:#1a2e12;background:#b9f5a0}html[data-theme=dark] .review-card-green{color:#d4f5c4;background:#2d4a1e}.review-card-pink{color:#3a1028;background:#f9b4d2}html[data-theme=dark] .review-card-pink{color:#f5c8de;background:#4a1e35}.review-card-neutral{background:var(--bg);color:var(--fg);border:1px solid var(--hairline)}html[data-theme=dark] .review-card-neutral{background:#161616;border-color:#f4f4f41a}.review-card-green .fill-current{color:#1a2e12}html[data-theme=dark] .review-card-green .fill-current{color:#a3e88d}.review-card-pink .fill-current{color:#3a1028}html[data-theme=dark] .review-card-pink .fill-current{color:#f5a0c4}.review-card-neutral .fill-current{color:#eab308}.mentor-carousel-track{-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab;z-index:15;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.mentor-carousel-track:active{cursor:grabbing}.mentor-carousel-card{will-change:transform, opacity;border:1px solid var(--hairline);border-radius:1.5rem;flex-direction:column;width:clamp(200px,60vw,250px);height:clamp(320px,90vw,400px);transition:transform .5s cubic-bezier(.25,1,.5,1),opacity .5s,filter .5s;display:flex;position:absolute;overflow:hidden;box-shadow:0 20px 40px #0006}@media (min-width:640px){.mentor-carousel-card{border-radius:2rem;width:270px;height:440px}}
