:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#060910;color:#f0f4ff}*,:after,:before{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(120% 120% at 20% 0,#10172b 0,rgba(16,23,43,0) 60%),#060910;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;letter-spacing:-.02em}p{margin:0}button{font:inherit}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:hsla(0,0%,100%,.08);border-radius:6px;padding:2px 6px;color:rgba(240,244,255,.85)}.app-shell{display:flex;flex-direction:column;min-height:100vh;padding:32px clamp(16px,4vw,48px)}.app-header{justify-content:space-between;gap:24px;padding-bottom:32px}.app-header,.app-logo{display:flex;align-items:center}.app-logo{gap:12px;font-weight:700;font-size:1.1rem;letter-spacing:-.01em}.app-logo__mark{width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#6ae3ff,#b084ff);box-shadow:0 0 12px rgba(106,227,255,.6)}.app-nav{display:flex;gap:18px;font-size:.95rem}.app-nav a{opacity:.85;transition:opacity .2s ease,transform .2s ease}.app-nav a:hover{opacity:1;transform:translateY(-1px)}.app-main{flex:1 1}.app-footer{margin-top:64px;font-size:.85rem;color:rgba(240,244,255,.75);gap:4px}.app-footer,.landing{display:flex;flex-direction:column}.landing{gap:80px;max-width:1200px;margin:0 auto;padding-bottom:80px}.landing__hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:60px 0}.landing__hero-bg{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;overflow:hidden;pointer-events:none}.landing__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.landing__orb--1{width:900px;height:900px;background:radial-gradient(circle,rgba(106,227,255,.4) 0,transparent 70%);top:-300px;left:-200px;animation-delay:0s}.landing__orb--2{width:800px;height:800px;background:radial-gradient(circle,rgba(176,132,255,.35) 0,transparent 70%);top:0;right:-200px;animation-delay:-7s}.landing__orb--3{width:600px;height:600px;background:radial-gradient(circle,rgba(255,132,200,.25) 0,transparent 70%);bottom:-200px;left:50%;transform:translateX(-50%);animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.landing__grid-overlay{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.02) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000,transparent);mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000,transparent)}.landing__hero-content{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:800px}.landing__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);font-size:.85rem;color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInDown .8s ease-out}.landing__badge-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#6ae3ff,#b084ff);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.landing__title{display:flex;flex-direction:column;gap:4px;animation:fadeInUp .8s ease-out .1s both}.landing__title-line{font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em}.landing__title-line--gradient{background:linear-gradient(135deg,#6ae3ff,#b084ff 50%,#ff84c8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing__subtitle{font-size:1.25rem;line-height:1.7;color:rgba(240,244,255,.7);max-width:600px;animation:fadeInUp .8s ease-out .2s both}.landing__cta{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:16px;animation:fadeInUp .8s ease-out .3s both}.landing__featured{animation:fadeInUp .8s ease-out .4s both}.featured-card{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;padding:48px;border-radius:32px;background:linear-gradient(145deg,rgba(14,18,32,.9),rgba(24,18,37,.95));border:1px solid hsla(0,0%,100%,.08);overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.featured-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px rgba(4,8,18,.5),0 0 100px rgba(106,227,255,.1)}.featured-card__glow{position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(106,227,255,.15) 0,transparent 60%);pointer-events:none;transition:opacity .4s ease}.featured-card:hover .featured-card__glow{opacity:1}.featured-card__content{display:flex;flex-direction:column;gap:16px;justify-content:center}.featured-card__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:rgba(106,227,255,.9);font-weight:600}.featured-card__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.featured-card__desc{font-size:1.1rem;line-height:1.7;color:rgba(240,244,255,.7)}.featured-card__action{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:rgba(106,227,255,.9);margin-top:8px;transition:gap .3s ease}.featured-card:hover .featured-card__action{gap:12px}.featured-card__arrow{transition:transform .3s ease}.featured-card:hover .featured-card__arrow{transform:translateX(4px)}.featured-card__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:280px}.featured-card__planet--sun{position:absolute;width:40px;height:40px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff5c0,#fc0,#ff9500);box-shadow:0 0 40px rgba(255,200,50,.6),0 0 80px rgba(255,150,50,.3)}.featured-card__orbit{position:absolute;border-radius:50%;border:1px solid hsla(0,0%,100%,.1)}.featured-card__orbit--1{width:100px;height:100px;animation:orbit 8s linear infinite}.featured-card__orbit--2{width:160px;height:160px;animation:orbit 14s linear infinite}.featured-card__orbit--3{width:230px;height:230px;animation:orbit 22s linear infinite}@keyframes orbit{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.featured-card__planet{position:absolute;border-radius:50%}.featured-card__planet--1{width:10px;height:10px;background:linear-gradient(135deg,#8b8b8b,#c4c4c4);top:-5px;left:50%;margin-left:-5px}.featured-card__planet--2{width:14px;height:14px;background:linear-gradient(135deg,#4a90d9,#72b4eb);box-shadow:0 0 10px rgba(74,144,217,.5);top:-7px;left:50%;margin-left:-7px}.featured-card__planet--3{width:12px;height:12px;background:linear-gradient(135deg,#d9734a,#eb9872);top:-6px;left:50%;margin-left:-6px}.landing__featured{display:flex;flex-direction:column;gap:24px}.featured-card--alt .featured-card__action,.featured-card--alt .featured-card__label{color:rgba(176,132,255,.9)}.featured-card__glow--alt{background:radial-gradient(ellipse,rgba(176,132,255,.15) 0,transparent 60%)}.featured-card--alt:hover{box-shadow:0 30px 60px rgba(4,8,18,.5),0 0 100px rgba(176,132,255,.1)}.featured-card__visual--gpt{display:flex;align-items:center;justify-content:center;position:relative}.featured-card__node{position:absolute;width:16px;height:16px;border-radius:50%;animation:nodeFloat 3s ease-in-out infinite}.featured-card__node--1{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);box-shadow:0 0 20px hsla(0,100%,71%,.5);top:20%;left:25%;animation-delay:0s}.featured-card__node--2{background:linear-gradient(135deg,#4ecdc4,#6ee7df);box-shadow:0 0 20px rgba(78,205,196,.5);top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;animation-delay:-1s}.featured-card__node--3{background:linear-gradient(135deg,#ffe66d,#fff09e);box-shadow:0 0 20px rgba(255,230,109,.5);bottom:20%;right:25%;animation-delay:-2s}@keyframes nodeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.featured-card__connection{position:absolute;height:2px;background:linear-gradient(90deg,transparent,rgba(176,132,255,.6),transparent);animation:connectionPulse 2s ease-in-out infinite}.featured-card__connection--1{width:80px;top:30%;left:30%;transform:rotate(30deg);animation-delay:0s}.featured-card__connection--2{width:60px;top:50%;left:45%;transform:rotate(-20deg);animation-delay:-.7s}.featured-card__connection--3{width:70px;bottom:35%;right:30%;transform:rotate(15deg);animation-delay:-1.4s}@keyframes connectionPulse{0%,to{opacity:.3}50%{opacity:1}}.landing__features{display:flex;flex-direction:column;gap:40px}.landing__features-header{text-align:center}.landing__section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.landing__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.feature-card{padding:32px;border-radius:24px;background:rgba(13,16,30,.6);border:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:16px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);border-color:hsla(0,0%,100%,.12);box-shadow:0 20px 40px rgba(0,0,0,.2)}.feature-card__icon{font-size:2rem;line-height:1;background:linear-gradient(135deg,#6ae3ff,#b084ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-card__title{font-size:1.25rem;font-weight:600}.feature-card__desc{color:rgba(240,244,255,.65);line-height:1.6}.landing__contribute{animation:fadeInUp .8s ease-out .5s both}.landing__contribute-card{position:relative;padding:60px;border-radius:32px;background:linear-gradient(135deg,rgba(106,227,255,.1),rgba(176,132,255,.1));border:1px solid hsla(0,0%,100%,.1);text-align:center;overflow:hidden}.landing__contribute-card:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 50% 120%,rgba(176,132,255,.2),transparent);pointer-events:none}.landing__contribute-content{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:500px;margin:0 auto}.landing__contribute-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.landing__contribute-desc{font-size:1.1rem;line-height:1.7;color:rgba(240,244,255,.7);margin-bottom:8px}.hero{display:grid;grid-gap:40px;gap:40px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;max-width:min(1100px,100%);margin:0 auto 56px}.hero__lead{display:grid;grid-gap:16px;gap:16px;max-width:520px}.hero__eyebrow{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:hsla(0,0%,100%,.55)}.hero__title{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.hero__subtitle{color:rgba(240,244,255,.78);font-size:1.05rem;line-height:1.7}.hero__cta{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border-radius:999px;font-weight:600;font-size:.95rem;transition:all .3s ease;cursor:pointer;text-decoration:none}.btn--primary{background:linear-gradient(135deg,rgba(106,227,255,.9),rgba(176,132,255,.9));color:#03050a;box-shadow:0 10px 25px rgba(106,227,255,.25)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(106,227,255,.35)}.btn--lg{padding:16px 32px;font-size:1rem}.btn__icon{font-size:1.1em}.btn--glass{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);color:rgba(240,244,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--glass:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}.btn--outline{background:transparent;border:1px solid hsla(0,0%,100%,.2);color:rgba(240,244,255,.9)}.btn--outline:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.btn__github-icon{flex-shrink:0}.btn--ghost{border:1px solid hsla(0,0%,100%,.18);color:rgba(240,244,255,.85)}.btn--ghost:hover{border-color:hsla(0,0%,100%,.4)}.hero__card{position:relative;justify-self:end;max-width:420px;width:100%}.viz-card{display:grid;grid-gap:14px;gap:14px;padding:24px;border-radius:24px;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(145deg,rgba(14,18,32,.85),rgba(24,18,37,.9));box-shadow:0 18px 40px rgba(4,8,18,.5);min-height:220px;transition:transform .25s ease,box-shadow .25s ease}.viz-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(4,8,18,.6)}.viz-card__badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:hsla(0,0%,100%,.55)}.viz-card__title{font-size:1.6rem;line-height:1.3}.viz-card__copy{color:rgba(240,244,255,.78);line-height:1.6}.viz-card__link{font-weight:600;color:rgba(106,227,255,.9);display:inline-flex;gap:6px;align-items:center}.hero__features{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px;max-width:min(1100px,100%);margin:0 auto}.feature{padding:18px 22px;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:rgba(13,16,30,.6);display:grid;grid-gap:8px;gap:8px}.feature h3{font-size:1.1rem}.feature p{color:rgba(240,244,255,.75);line-height:1.6}.page{display:grid;grid-gap:24px;gap:24px}.page--stack{gap:32px}.page--narrow{max-width:720px;margin:0 auto;gap:18px}.page__header p{margin-top:12px;color:rgba(240,244,255,.76);max-width:720px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.grid__item{padding:22px;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(145deg,rgba(12,15,28,.75),rgba(22,16,32,.85));display:grid;grid-gap:12px;gap:12px}.grid__item p{color:rgba(240,244,255,.75)}.link-arrow{color:rgba(106,227,255,.9);font-weight:600}.ss-kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;padding:1px 6px;border-radius:6px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.08);display:inline-block}ul{padding-left:22px;display:grid;grid-gap:8px;gap:8px}.search-form{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.search-form input{flex:1 1;min-width:240px;padding:12px 16px;border-radius:999px;border:1px solid hsla(0,0%,100%,.16);background:rgba(10,14,26,.8);color:#f0f4ff}.search-results-empty{margin-top:18px;padding:20px 22px;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);background:rgba(14,18,32,.7)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.viz-page{display:grid;grid-gap:32px;gap:32px;max-width:1100px;margin:0 auto}.viz-page__header{display:grid;grid-gap:16px;gap:16px}.viz-page__header p{max-width:720px;color:rgba(240,244,255,.78);line-height:1.7}.viz-page__eyebrow{font-size:.8rem;letter-spacing:.24em;text-transform:uppercase;color:hsla(0,0%,100%,.55)}.viz-page__media{border-radius:28px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1)}.viz-loading{display:grid;place-items:center;min-height:320px;color:rgba(240,244,255,.6);font-size:1rem;letter-spacing:.02em}.viz-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.viz-page__grid article{padding:20px 22px;border-radius:20px;border:1px solid hsla(0,0%,100%,.08);background:rgba(12,16,30,.72);display:grid;grid-gap:10px;gap:10px}.viz-page__notes p{color:rgba(240,244,255,.75);margin-bottom:12px;line-height:1.7}.viz-page__details ul{margin-top:12px}.viz-page__details li{color:rgba(240,244,255,.78);line-height:1.7}@media (max-width:720px){.viz-page__media{border-radius:20px}.app-shell{padding:24px 16px}.app-header{flex-direction:column;align-items:flex-start}.app-nav{flex-wrap:wrap}.hero__cta{flex-direction:column;align-items:flex-start}.hero{gap:32px;margin-bottom:40px;justify-items:stretch}.hero__lead{max-width:100%;text-align:left}.hero__card{justify-self:stretch}.landing{gap:48px;padding-bottom:48px}.landing__hero{min-height:auto;padding:40px 0}.landing__title-line{font-size:clamp(2.25rem,10vw,3.5rem)}.landing__subtitle{font-size:1.1rem}.landing__cta{flex-direction:column;width:100%}.landing__cta .btn{width:100%;justify-content:center}.featured-card{grid-template-columns:1fr;padding:32px 24px;gap:32px}.featured-card__visual{min-height:200px;order:-1}.landing__features-grid{gap:16px}.feature-card{padding:24px}.landing__contribute-card{padding:40px 24px}.landing__orb--1{width:300px;height:300px;top:-100px;left:-50px}.landing__orb--2{width:250px;height:250px;right:-100px}.landing__orb--3{width:200px;height:200px}}