@charset "UTF-8";body{font-family:Inter,system-ui,-apple-system,sans-serif;color:#fff;background-color:#050505;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:400;letter-spacing:-.03em;margin:0}.hero-text{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;font-weight:500;letter-spacing:-.04em;background:linear-gradient(180deg,#fff,#888);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:clamp(1.25rem,2vw,1.5rem);line-height:1.4;font-weight:300;color:#aaa;letter-spacing:-.01em}.mono-tag{font-family:JetBrains Mono,monospace;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#aaa;display:inline-block}.mono-tag:before{content:"[";color:#555;margin-right:4px}.mono-tag:after{content:"]";color:#555;margin-left:4px}.section-title{font-size:2rem;font-weight:400;letter-spacing:-.02em}.body-text{font-size:1rem;line-height:1.6;color:#aaa}.grid-background{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;display:flex;justify-content:center;opacity:50%}.grid-background .grid-container{width:100%;max-width:1440px;height:100%;display:flex;justify-content:space-between;padding:0 2rem}.grid-background .grid-line{width:1px;height:100%;background:#ffffff0f;position:relative}.grid-background .grid-line:after{content:"";position:absolute;top:0;left:0;width:100%;height:100px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.2),transparent);animation:drop 8s infinite linear}.grid-background .grid-line:nth-child(2):after{animation-delay:2s}.grid-background .grid-line:nth-child(3):after{animation-delay:4s}.grid-background .grid-line:nth-child(4):after{animation-delay:1.5s}.grid-background .grid-line:nth-child(5):after{animation-delay:5s}@keyframes drop{0%{transform:translateY(-100%);opacity:0}20%{opacity:1}to{transform:translateY(100vh);opacity:0}}.cs-page{min-height:100vh;background:#050505;color:#fff}.cs-article{max-width:1000px;margin:0 auto;padding:10rem 0 6rem}.cs-article--narrow{max-width:900px}.cs-header{margin-bottom:4rem}.cs-tag{font-size:.85rem;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:.1em}.cs-tag--orange{color:#f26722}.cs-tag--blue{color:#0af}.cs-tag--green{color:#22c55e}.cs-tag--purple{color:#a855f7}.image-contain img{object-fit:contain!important}.cs-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:300;margin:1rem 0 1.5rem;letter-spacing:-.02em}.cs-meta{display:flex;flex-wrap:wrap;gap:2rem;color:#aaa;font-size:.95rem;margin-bottom:2rem}.cs-meta strong{color:#555;display:block;margin-bottom:.25rem}.cs-intro{font-size:1.15rem;color:#555;line-height:1.7;max-width:700px}.cs-section{margin-bottom:5rem}.cs-section--tight{margin-bottom:3rem}.cs-heading{font-size:1.25rem;font-weight:500;margin-bottom:1.5rem;color:#fff}.cs-subheading{font-size:.85rem;font-family:JetBrains Mono,monospace;color:#aaa;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.cs-text{color:#aaa;line-height:1.7;margin-bottom:2rem;max-width:700px}.cs-card{background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden}.cs-card--padded{padding:2rem}.cs-card--hover{transition:border-color .3s ease,transform .3s ease}.cs-card--hover:hover{border-color:#fff3;transform:translateY(-4px)}.cs-grid{display:grid;gap:1.5rem}.cs-grid--2col{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.cs-grid--3col{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cs-grid--4col{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cs-table{width:100%;border-collapse:collapse}.cs-table th,.cs-table td{text-align:left;padding:.75rem 0}.cs-table th{color:#aaa;font-size:.85rem;font-weight:400}.cs-table thead tr{border-bottom:1px solid rgba(255,255,255,.1)}.cs-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05)}.cs-table tbody tr:last-child{border-bottom:none}.cs-table td{color:#555}.cs-table td:first-child{color:#fff}.cs-image{width:100%;height:400px;display:block}.cs-image--contained{object-fit:contain}.cs-image--cover{object-fit:cover}.cs-media-caption{margin-top:.75rem;font-size:.85rem;color:#aaa;font-family:JetBrains Mono,monospace}.cs-blockquote{border-left:3px solid #F26722;padding-left:1.5rem;font-style:italic;color:#555;margin-bottom:2rem}.cs-blockquote cite{display:block;margin-top:.5rem;font-size:.85rem;color:#aaa;font-style:normal}.cs-callout{background:linear-gradient(135deg,#00aaff1a,#f267221a);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;text-align:center;margin-bottom:2rem}.cs-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.cs-list-item{color:#555;padding-left:1.5rem;position:relative}.cs-list-item:before{content:"→";position:absolute;left:0;color:#aaa}.cs-list-item--orange:before{color:#f26722}.cs-list-item--blue:before{color:#0af}.cs-list-item--green:before{color:#22c55e}.cs-list-item--purple:before{color:#a855f7}.cs-stat{background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1.5rem;text-align:center}.cs-stat__value{font-size:1.25rem;font-weight:500;margin-bottom:.25rem}.cs-stat__value--green{color:#22c55e}.cs-stat__value--blue{color:#0af}.cs-stat__value--orange{color:#f26722}.cs-stat__label{font-size:.8rem;color:#aaa}.cs-phase{background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1.5rem}.cs-phase__number{font-size:.75rem;color:#22c55e;font-family:JetBrains Mono,monospace;margin-bottom:.5rem}.cs-phase__title{font-size:1rem;margin-bottom:.5rem}.cs-phase__desc{color:#aaa;font-size:.85rem}@media(max-width:768px){.cs-article{padding:4rem 1.5rem}.cs-meta{gap:1rem}.cs-grid--2col,.cs-grid--3col{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;background:#050505;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}html::-webkit-scrollbar,body::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background:#ffffff40}#root{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.section-padding{padding:4rem 0}@media(min-width:768px){.section-padding{padding:8rem 0}}.grid{display:grid;gap:2rem}body{background-color:#050505;overflow-x:hidden}.container{background:transparent!important;width:100%;max-width:100vw;padding:0 5%;box-sizing:border-box}canvas{touch-action:none;pointer-events:none}h1.hero-text{font-size:clamp(2.5rem,8vw,5rem)}@media(max-width:768px){.container{padding:0 1.5rem}}
