@keyframes wdGridDrift{0%{background-position:0 0}to{background-position:60px 60px}}.wd-hero{min-height:100vh;padding:calc(var(--nav-height,80px) + 2rem) 2rem 4rem;flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.colab-hero-top{z-index:10;width:100%;max-width:1200px;margin:0 auto;position:relative}.colab-back-link{color:var(--color-accent-purple);align-items:center;gap:.4rem;margin:1.5rem 0 0;padding:.3rem 0;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.colab-back-link:before{content:"";background:linear-gradient(90deg, var(--color-accent-purple), var(--color-primary));border-radius:1px;width:0;height:1.5px;transition:width .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0}.colab-back-link:hover{color:var(--color-primary);transform:translate(-4px)}.colab-back-link:hover:before{width:100%}.colab-back-link :global(.fa-icon){transition:transform .2s}.colab-back-link:hover :global(.fa-icon){transform:translate(-3px)}[data-theme=light] .colab-back-link{color:var(--color-text)}[data-theme=light] .colab-back-link:before{background:linear-gradient(90deg, var(--color-text), var(--color-accent-purple))}[data-theme=light] .colab-back-link:hover{color:var(--color-accent-purple)}@media (width<=768px){.colab-back-link{margin:2rem 1rem 0}}.wd-hero-content{text-align:center;z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:900px;padding-bottom:50px;animation:.8s ease-out wdHeroFadeIn;display:flex;position:relative}@keyframes wdHeroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.wd-browser{text-align:left;z-index:0;opacity:1;pointer-events:none;background:#08080eeb;border:1px solid #ffffff0f;border-radius:14px;width:100%;max-width:900px;animation:.7s cubic-bezier(.34,1.56,.64,1) wdBrowserIn;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(1.15);box-shadow:0 24px 70px -15px #000000b3,inset 0 0 0 1px #ffffff08}@keyframes wdBrowserIn{0%{opacity:0;transform:translate(-50%,-50%)scale(1.15)}to{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}.wd-browser-chrome{background:#0c0c12f2;border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:.65rem 1rem;display:flex}.window-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px;display:block}.dot-red{background:#ff5f56;box-shadow:0 0 3px #ff5f5633}.dot-yellow{background:#ffbd2e;box-shadow:0 0 3px #ffbd2e33}.dot-green{background:#27c93f;box-shadow:0 0 3px #27c93f33}.wd-url-bar{color:#ffffff38;background:#12121acc;border:1px solid #ffffff0d;border-radius:999px;flex:1;align-items:center;gap:.4rem;padding:.3rem .75rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.72rem;display:flex}.wd-lock-icon{color:#8b5cf666;flex-shrink:0}.wd-url-text{letter-spacing:.01em}.wd-window-spacer{width:30px}.wd-browser-body{background:linear-gradient(#0a0a10f2,#0e0e16f2);min-height:280px;padding:1.25rem;position:relative}.wd-nav{border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;padding-bottom:.85rem;animation:.5s ease-out .2s backwards wdNavIn;display:flex}@keyframes wdNavIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.wd-logo{color:#ffffff80;background:linear-gradient(135deg,#f1c40f4d,#8b5cf64d);border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:800;display:flex}.wd-nav-links{flex:1;gap:.85rem;display:flex}.wd-nav-link{color:#ffffff2e;letter-spacing:.03em;padding-bottom:2px;font-size:.65rem;position:relative}.wd-nav-link-active{color:#ffffff73}.wd-nav-link-active:after{content:"";background:linear-gradient(90deg,#f1c40f59,#8b5cf659);border-radius:1px;height:2px;animation:.6s ease-out .4s backwards wdNavUnderline;position:absolute;bottom:-3px;left:0;right:0}@keyframes wdNavUnderline{0%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}.wd-nav-cta{background:linear-gradient(135deg,#f1c40f33,#8b5cf633);border-radius:999px;width:36px;height:14px}.wd-hero-grid{grid-template-columns:1.2fr 1fr;gap:1rem;margin:1rem 0 .85rem;display:grid}.wd-hero-text{flex-direction:column;gap:.55rem;display:flex}.wd-hero-tag{background:#f1c40f0a;border:1px solid #f1c40f1f;border-radius:999px;align-items:center;gap:.35rem;width:fit-content;padding:.2rem .55rem;animation:.5s ease-out .3s backwards wdFadeUp;display:inline-flex}.wd-tag-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite wdTagPulse;box-shadow:0 0 4px #22c55e59}@keyframes wdTagPulse{0%,to{opacity:1}50%{opacity:.4}}.wd-hero-tag span:last-child{color:#f1c40f66;letter-spacing:.05em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.6rem}@keyframes wdFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wd-hero-h{flex-direction:column;gap:.35rem;padding:.25rem 0;display:flex}.wd-h-line{background:linear-gradient(90deg,#ffffff1a,#0000);border-radius:2px;height:9px;animation:.5s ease-out backwards wdFadeUp}.wd-h-line-1{width:80%;animation-delay:.4s}.wd-h-line-2{background:linear-gradient(90deg,#f1c40f26,#8b5cf61a,#0000);width:60%;animation-delay:.5s}.wd-h-line-3{width:45%;animation-delay:.6s}.wd-hero-p{flex-direction:column;gap:.3rem;display:flex}.wd-p-line{opacity:1;background:#ffffff0d;border-radius:1px;height:4px;animation:.5s ease-out backwards wdFadeUp}.wd-p-line-1{width:100%;animation-delay:.7s}.wd-p-line-2{width:92%;animation-delay:.8s}.wd-p-line-3{width:85%;animation-delay:.85s}.wd-p-line-4{width:60%;animation-delay:.9s}.wd-hero-buttons{gap:.5rem;margin-top:.4rem;animation:.5s ease-out 1s backwards wdFadeUp;display:flex}.wd-btn{border-radius:6px;height:18px}.wd-btn-primary{background:linear-gradient(135deg,#f1c40f38,#8b5cf638);width:70px}.wd-btn-secondary{background:0 0;border:1px solid #ffffff12;width:60px}.wd-hero-image{justify-content:center;align-items:center;display:flex}.wd-image-frame{aspect-ratio:1.6;background:linear-gradient(135deg,#f1c40f03,#f9e07603);border:1px solid #ffffff0d;border-radius:8px;width:100%;animation:.6s ease-out .5s backwards wdFadeUp;position:relative;overflow:hidden}.wd-image-skyline{justify-content:space-around;align-items:flex-end;gap:.25rem;height:60%;padding:0 .4rem .3rem;display:flex;position:absolute;bottom:0;left:0;right:0}.wd-img-rect{background:linear-gradient(#f1c40f1a,#f9e07614);border-radius:2px 2px 0 0;flex:1;animation:1.5s cubic-bezier(.34,1.56,.64,1) backwards wdBuildingRise}.wd-img-rect-1{height:60%;animation-delay:.6s}.wd-img-rect-2{height:85%;animation-delay:.75s}.wd-img-rect-3{height:45%;animation-delay:.9s}.wd-img-rect-4{height:95%;animation-delay:1.05s}.wd-img-rect-5{height:70%;animation-delay:1.2s}@keyframes wdBuildingRise{0%{transform-origin:bottom;transform:scaleY(0)}to{transform-origin:bottom;transform:scaleY(1)}}.wd-image-circle{background:radial-gradient(circle,#fbbf244d,#f59e0b2e);border-radius:50%;width:28px;height:28px;animation:3s ease-in-out infinite wdSunPulse;position:absolute;top:18%;right:18%;box-shadow:0 0 12px #fbbf2426}@keyframes wdSunPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.1)}}.wd-features-strip{border-top:1px solid #ffffff0d;grid-template-columns:repeat(3,1fr);gap:.5rem;padding-top:.85rem;display:grid}.wd-feature-card{background:#0e0e1699;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem;animation:.5s ease-out backwards wdFadeUp;display:flex}[data-theme=light] .wd-feature-card{background:#f3f3f3;border-color:#0000000f}.wd-feature-card:first-child{animation-delay:1.1s}.wd-feature-card:nth-child(2){animation-delay:1.2s}.wd-feature-card:nth-child(3){animation-delay:1.3s}.wd-feature-icon{background:linear-gradient(135deg,#f1c40f14,#f9e07614);border:1px solid #f1c40f1f;border-radius:4px;flex-shrink:0;width:16px;height:16px}[data-theme=light] .wd-feature-icon{background:linear-gradient(135deg,#00000014,#00000014);border-color:#00000005}.wd-feature-lines{flex-direction:column;flex:1;gap:3px;display:flex}.wd-feature-line{opacity:1;background:#ffffff0f;border-radius:1px;height:3px}[data-theme=light] .wd-feature-line{background:#0000000f}.wd-feature-line-short{width:60%}.wd-cursor-marker{color:#8b5cf659;filter:drop-shadow(0 2px 4px #f9e0761f);animation:6s ease-in-out infinite wdCursorPath;position:absolute;top:60%;left:30%}@keyframes wdCursorPath{0%{transform:translate(0)}20%{transform:translate(80px,-20px)}40%{transform:translate(160px,30px)}60%{transform:translate(60px,60px)}80%{transform:translate(-20px,20px)}to{transform:translate(0)}}.wd-hero-title{font-family:var(--font-heading);letter-spacing:-.03em;z-index:2;flex-direction:column;gap:.1em;margin:1rem 0 .75rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;display:flex;position:relative}.wd-title-line{animation:.7s ease-out 1s backwards wdTitleIn;display:block}.wd-title-accent{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent-purple,#f9e076) 50%, var(--color-accent-pink,#ffe8a3) 100%);-webkit-text-fill-color:transparent;background-size:200%;background-clip:text;animation:.7s ease-out 1.2s backwards wdTitleIn}@keyframes wdTitleIn{0%{opacity:0;filter:blur(8px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.wd-subtitle-wrapper{z-index:2;justify-content:center;margin-top:.5rem;display:flex;position:relative}.wd-hero-subtitle{color:var(--color-text-dim);max-width:450px;margin:0 auto;padding:.5rem 1rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:500;line-height:1.6;animation:.6s ease-out 1.7s backwards wdFadeUp}.wd-scroll-indicator{color:var(--color-accent-purple);letter-spacing:.15em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;animation:.6s ease-out 2s backwards wdScrollFadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes wdScrollFadeIn{0%{opacity:0}to{opacity:1}}.wd-scroll-line{background:linear-gradient(to bottom, var(--color-accent-purple), transparent);width:1px;height:40px;animation:2s ease-in-out infinite wdScrollPulse}@keyframes wdScrollPulse{0%,to{transform-origin:top;opacity:.4;transform:scaleY(.4)}50%{transform-origin:top;opacity:1;transform:scaleY(1)}}@media (width<=768px){.wd-hero{padding:calc(var(--nav-height,80px) + 1rem) 1rem 3rem}.wd-browser{max-width:100%;transform:translate(-50%,-50%)scale(1.05)}}[data-theme=light] .wd-browser{background:#ffffffeb;border-color:#00000014;box-shadow:0 24px 70px -15px #00000040,inset 0 0 0 1px #0000000a}[data-theme=light] .wd-browser-chrome{background:#f5f5faf2;border-color:#0000000f}[data-theme=light] .wd-url-bar{background:#f3f3f3;border-color:#0000000f}[data-theme=light] .wd-url-text{color:#0003}[data-theme=light] .wd-browser-body{background:linear-gradient(#fffffff2,#fafafff2)}[data-theme=light] .wd-title-accent{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent-purple,#f9e076) 50%, #d4a80e 100%);-webkit-text-fill-color:transparent;background-clip:text}@media (prefers-reduced-motion:reduce){.wd-hero-bg,.wd-tag-dot,.wd-image-circle,.wd-cursor-marker,.wd-scroll-line,.wd-h-line,.wd-p-line,.wd-img-rect{animation:none!important}.wd-browser,.wd-hero-content,.wd-hero-tag,.wd-nav,.wd-nav-link-active:after,.wd-title-line,.wd-title-accent,.wd-hero-subtitle,.wd-scroll-indicator,.wd-image-frame,.wd-feature-card,.wd-hero-buttons{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.wd-browser{opacity:1!important;transform:translate(-50%,-50%)scale(1.15)!important}.wd-img-rect{transform:scaleY(1)!important}}.wd-icon{color:var(--color-primary)}[data-theme=light] .wd-icon{color:var(--color-accent-purple)}.wd-template-svg{width:100%;height:100%}.wd-template-frame{opacity:1}.wd-tpl-block{opacity:1;animation:.5s cubic-bezier(.34,1.56,.64,1) backwards wdBlockBuild;transform:translateY(0)}.wd-tpl-nav{animation-delay:.1s}.wd-tpl-hero{animation-delay:.25s}.wd-tpl-image{animation-delay:.4s}.wd-tpl-features{animation-delay:.55s}.wd-tpl-footer{animation-delay:.7s}@keyframes wdBlockBuild{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wd-cursor-tpl{opacity:1;animation:5s ease-in-out infinite wdCursorMove}@keyframes wdCursorMove{0%{transform:translate(140px,150px)}20%{transform:translate(110px,125px)}40%{transform:translate(210px,130px)}60%{transform:translate(195px,195px)}80%{transform:translate(105px,245px)}to{transform:translate(140px,150px)}}.wd-code-svg{width:100%;height:100%}.wd-code-window{opacity:1}.wd-code-line{opacity:0;animation:.3s ease-out forwards wdCodeType}.wd-code-line-1{animation-delay:.1s}.wd-code-line-2{animation-delay:.25s}.wd-code-line-3{animation-delay:.4s}.wd-code-line-4{animation-delay:.55s}.wd-code-line-5{animation-delay:.7s}.wd-code-line-6{animation-delay:.85s}.wd-code-line-7{animation-delay:1.2s}.wd-code-line-8{animation-delay:1.35s}.wd-code-line-9{animation-delay:1.5s}.wd-code-line-10{animation-delay:1.65s}.wd-code-line-11{animation-delay:1.8s}.wd-code-line-12{animation-delay:2.2s}.wd-code-line-13{animation-delay:2.35s}@keyframes wdCodeType{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.wd-code-cursor{animation:1s step-end infinite wdCodeCursorBlink,4s steps(13,end) 2.5s forwards wdCodeCursorMove}@keyframes wdCodeCursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes wdCodeCursorMove{0%{transform:translate(0)}7.7%{transform:translateY(12px)}15.4%{transform:translateY(24px)}23.1%{transform:translateY(36px)}30.8%{transform:translateY(48px)}38.5%{transform:translateY(60px)}46.2%{transform:translateY(72px)}61.5%{transform:translateY(96px)}69.2%{transform:translateY(108px)}76.9%{transform:translateY(120px)}84.6%{transform:translateY(132px)}92.3%{transform:translateY(144px)}to{transform:translateY(162px)}}.wd-perf-svg{width:100%;height:100%}.wd-perf-ring{stroke-dasharray:628.32;stroke-dashoffset:0;animation:6s ease-in-out infinite wdRingBreathe}@keyframes wdRingBreathe{0%,to{stroke-width:14px;stroke:#22c55e}50%{stroke-width:16px;stroke:#4ade80}}.wd-perf-ring-trail{transform-box:fill-box;transform-origin:50%;animation:5s linear infinite wdRingTrail}@keyframes wdRingTrail{to{transform:rotate(-90 150 150) rotate(360deg)}}.wd-perf-ticks{transform-box:fill-box;transform-origin:50%;animation:30s linear infinite wdTicksRotate}@keyframes wdTicksRotate{to{transform:rotate(360deg)}}.wd-perf-score{opacity:1;animation:4s ease-in-out infinite wdScoreColor}@keyframes wdScoreColor{0%,to{fill:#22c55e}50%{fill:#4ade80}}.wd-perf-score:not(.wd-perf-score-5){display:none}.wd-perf-badge{transform-box:fill-box;transform-origin:50%;animation:3s ease-in-out infinite wdBadgePulse}@keyframes wdBadgePulse{0%,to{opacity:.5;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.15)}}.wd-perf-particle{transform-box:fill-box;transform-origin:50%;opacity:0}.wd-perf-particle-1{animation:6s ease-in-out infinite wdParticleDrift}.wd-perf-particle-2{animation:6s ease-in-out 2s infinite wdParticleDrift}.wd-perf-particle-3{animation:6s ease-in-out 4s infinite wdParticleDrift}@keyframes wdParticleDrift{0%{opacity:0;transform:translate(0)scale(.5)}20%{opacity:1;transform:translateY(-10px)scale(1)}to{opacity:0;transform:translateY(-50px)scale(.3)}}.wd-perf-tick line{animation:4s ease-in-out infinite wdTickFade}.wd-perf-tick-1 line{animation-delay:0s}.wd-perf-tick-2 line{animation-delay:.6s}.wd-perf-tick-3 line{animation-delay:1.2s}.wd-perf-tick-4 line{animation-delay:1.8s}@keyframes wdTickFade{0%,to{opacity:.4}50%{opacity:1}}.wd-perf-bar rect{transform-origin:bottom;animation:3s ease-in-out infinite wdBarWave}.wd-perf-bar-1 rect:first-child{animation-delay:0s}.wd-perf-bar-1 rect:nth-child(2){animation-delay:.4s}.wd-perf-bar-1 rect:nth-child(3){animation-delay:.8s}.wd-perf-bar-1 rect:nth-child(4){animation-delay:1.2s}@keyframes wdBarWave{0%,to{fill:#a855f7;transform:scaleY(.9)}50%{fill:#c084fc;transform:scaleY(1.3)}}.wd-perf-metric{opacity:1}.wd-perf-metric rect{animation:5s ease-in-out infinite wdMetricBorder}.wd-perf-metric:first-of-type rect{animation-delay:0s}.wd-perf-metric:nth-of-type(2) rect{animation-delay:.6s}.wd-perf-metric:nth-of-type(3) rect{animation-delay:1.2s}@keyframes wdMetricBorder{0%,to{stroke:#22c55e}50%{stroke:#4ade80}}.wd-delivery-svg{width:100%;height:100%}.wd-timeline-fill{stroke-dasharray:220;stroke-dashoffset:0}.wd-timeline-step{opacity:1;transform:scale(1)}.wd-delivery-pulse{transform-box:fill-box;transform-origin:50%;animation:2.5s ease-out infinite wdStepPulse}.wd-delivery-pulse-1{animation-delay:.2s}.wd-delivery-pulse-2{animation-delay:.9s}.wd-delivery-pulse-3{animation-delay:1.6s}@keyframes wdStepPulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.wd-delivery-stat,.wd-delivery-stat-bottom{opacity:1}@media (prefers-reduced-motion:reduce){.wd-tpl-block,.wd-cursor-tpl,.wd-perf-metric,.wd-perf-bar rect,.wd-delivery-pulse,.wd-perf-ring,.wd-perf-ring-trail,.wd-perf-ticks,.wd-perf-score,.wd-perf-badge,.wd-perf-particle,.wd-perf-tick line,.wd-code-line,.wd-code-cursor{transition:none!important;animation:none!important}.wd-code-line{opacity:1!important}.wd-perf-ring{stroke-dashoffset:0!important}.wd-perf-score:not(.wd-perf-score-5){opacity:0!important}.wd-perf-score-5{opacity:1!important}.wd-perf-metric{opacity:1!important;transform:none!important}}
