.header{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--cosh-border);background:#0a0a0fcc;position:fixed;top:0;left:0;right:0}.header__inner{align-items:center;gap:2rem;max-width:1280px;height:72px;margin:0 auto;padding:0 2rem;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__logo-img{border-radius:var(--radius-sm);width:40px;height:40px}.header__logo-text{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.header__logo-name{color:var(--cosh-cyan)}.header__logo-suffix{color:var(--cosh-text-muted);font-weight:400}.header__nav{gap:.5rem;margin-left:auto;display:flex}.header__link{border-radius:var(--radius-sm);color:var(--cosh-text-muted);transition:var(--transition);padding:.5rem 1rem;font-size:.9rem;font-weight:500}.header__link:hover,.header__link--active{color:var(--cosh-text);background:var(--cosh-surface)}.header__cta{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--cosh-cyan), var(--cosh-blue));color:var(--cosh-bg);transition:var(--transition);flex-shrink:0;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.header__cta:hover{box-shadow:var(--shadow-glow-cyan);transform:translateY(-1px)}.header__burger{flex-direction:column;gap:5px;padding:4px;display:none}.header__burger span{background:var(--cosh-text);width:24px;height:2px;transition:var(--transition);border-radius:1px;display:block}.header__mobile-nav{border-bottom:1px solid var(--cosh-border);background:#0a0a0ff2;flex-direction:column;padding:1rem 2rem 1.5rem;display:none}.header__mobile-link{color:var(--cosh-text-muted);border-bottom:1px solid var(--cosh-border);padding:.75rem 0;font-size:1.1rem;font-weight:500}@media (width<=768px){.header__nav,.header__cta{display:none}.header__burger{margin-left:auto;display:flex}.header__mobile-nav{display:flex}}.footer{border-top:1px solid var(--cosh-border);background:var(--cosh-bg-elevated);margin-top:auto}.footer__inner{grid-template-columns:1.5fr 2fr;gap:3rem;max-width:1280px;margin:0 auto;padding:4rem 2rem 3rem;display:grid}.footer__brand{flex-direction:column;gap:1rem;display:flex}.footer__logo{border-radius:var(--radius-sm);width:48px;height:48px}.footer__tagline{color:var(--cosh-text-muted);max-width:280px;font-size:.95rem;line-height:1.5}.footer__columns{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer__col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--cosh-text-dim);margin-bottom:1rem;font-size:.8rem}.footer__col a{color:var(--cosh-text-muted);transition:var(--transition);padding:.35rem 0;font-size:.9rem;display:block}.footer__col a:hover{color:var(--cosh-cyan)}.footer__bottom{border-top:1px solid var(--cosh-border);max-width:1280px;color:var(--cosh-text-dim);justify-content:space-between;align-items:center;margin:0 auto;padding:1.5rem 2rem;font-size:.85rem;display:flex}.footer__domain{font-family:var(--font-mono);color:var(--cosh-cyan)}@media (width<=768px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__columns{grid-template-columns:repeat(2,1fr)}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}.scroll-progress{background:linear-gradient(90deg, var(--cosh-cyan), var(--cosh-amber));z-index:10001;height:2px;transition:width .1s linear;position:fixed;top:0;left:0}.hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-img{object-fit:cover;width:100%;height:100%}.hero__bg-overlay{background:linear-gradient(180deg, #0a0a0fb3 0%, #0a0a0fd9 50%, var(--cosh-bg) 100%);position:absolute;inset:0}.hero__content{z-index:1;text-align:center;max-width:900px;position:relative}.hero__badge{background:var(--cosh-surface);border:1px solid var(--cosh-border);color:var(--cosh-text-muted);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--cosh-cyan);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.hero__title-accent{background:linear-gradient(135deg, var(--cosh-cyan), var(--cosh-amber));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--cosh-text-muted);max-width:640px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero__btn{border-radius:var(--radius-sm);transition:var(--transition);padding:.85rem 2rem;font-size:1rem;font-weight:600}.hero__btn--primary{background:linear-gradient(135deg, var(--cosh-cyan), var(--cosh-blue));color:var(--cosh-bg)}.hero__btn--primary:hover{box-shadow:var(--shadow-glow-cyan);transform:translateY(-2px)}.hero__btn--ghost{border:1px solid var(--cosh-border);color:var(--cosh-text);background:var(--cosh-surface)}.hero__btn--ghost:hover{border-color:var(--cosh-cyan);background:#00e5ff0d}.hero__scroll{color:var(--cosh-text-dim);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(180deg, var(--cosh-cyan), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scrollLine}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}.projects{padding:6rem 2rem}.projects__inner{max-width:1280px;margin:0 auto}.projects__header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--cosh-cyan);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-desc{color:var(--cosh-text-muted);font-size:1.1rem;line-height:1.7}.projects__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.project-card{border-radius:var(--radius-lg);background:var(--cosh-bg-card);border:1px solid var(--cosh-border);transition:var(--transition);display:block;overflow:hidden}.project-card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 20px 60px #0006}.project-card__image-wrap{aspect-ratio:16/9;position:relative;overflow:hidden}.project-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.project-card:hover .project-card__image{transform:scale(1.05)}.project-card__glow{pointer-events:none;height:50%;position:absolute;bottom:0;left:0;right:0}.project-card__body{padding:2rem}.project-card__meta{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.project-card__dot{border-radius:50%;width:8px;height:8px}.project-card__version{font-family:var(--font-mono);color:var(--cosh-text-dim);font-size:.75rem}.project-card__name{margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.project-card__tagline{color:var(--cosh-text-muted);margin-bottom:.75rem;font-size:.95rem}.project-card__desc{color:var(--cosh-text-dim);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.project-card__cta{transition:var(--transition);font-size:.9rem;font-weight:600}.project-card:hover .project-card__cta{letter-spacing:.02em}@media (width<=768px){.projects__grid{grid-template-columns:1fr}}.ecosystem{background:var(--cosh-bg);padding:6rem 2rem;position:relative;overflow:hidden}.ecosystem:before{content:"";pointer-events:none;background:radial-gradient(circle,#00e5ff0d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ecosystem__inner{z-index:1;max-width:1100px;margin:0 auto;position:relative}.ecosystem__header{text-align:center;max-width:600px;margin:0 auto 4rem}.ecosystem__flow{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.ecosystem__node{border-radius:var(--radius-lg);background:var(--cosh-bg-card);border:1px solid var(--cosh-border);text-align:center;transition:var(--transition);padding:2.5rem 2rem;position:relative}.ecosystem__node:hover{border-color:var(--node-color);box-shadow:0 0 40px color-mix(in srgb, var(--node-color) 12%, transparent);transform:translateY(-4px)}.ecosystem__step{font-family:var(--font-mono);color:var(--node-color);background:color-mix(in srgb, var(--node-color) 10%, transparent);border-radius:100px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.ecosystem__title{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.ecosystem__subtitle{color:var(--node-color);margin-bottom:.75rem;font-size:.85rem;font-weight:500;display:block}.ecosystem__desc{color:var(--cosh-text-dim);font-size:.9rem;line-height:1.6}.ecosystem__connector{display:none}@media (width>=769px){.ecosystem__connector{background:linear-gradient(90deg, var(--node-color), transparent);width:1rem;height:2px;display:block;position:absolute;top:50%;right:-1.5rem}.ecosystem__node:last-child .ecosystem__connector{display:none}}@media (width<=768px){.ecosystem__flow{grid-template-columns:1fr}}.philosophy{background:var(--cosh-bg-elevated);padding:6rem 2rem}.philosophy__inner{max-width:1280px;margin:0 auto}.philosophy__header{text-align:center;max-width:700px;margin:0 auto 4rem}.philosophy__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.philosophy__card{border-radius:var(--radius-md);background:var(--cosh-bg-card);border:1px solid var(--cosh-border);transition:var(--transition);padding:2.5rem;position:relative;overflow:hidden}.philosophy__card:before{content:"";background:var(--accent);opacity:0;height:2px;transition:var(--transition);position:absolute;top:0;left:0;right:0}.philosophy__card:hover{border-color:#ffffff1f;transform:translateY(-2px)}.philosophy__card:hover:before{opacity:1}.philosophy__icon{margin-bottom:1rem;font-size:2rem;display:block}.philosophy__card-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.philosophy__card-desc{color:var(--cosh-text-muted);font-size:.95rem;line-height:1.7}.stats{border-top:1px solid var(--cosh-border);border-bottom:1px solid var(--cosh-border);padding:4rem 2rem}.stats__inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1280px;margin:0 auto;display:grid}.stats__value{background:linear-gradient(135deg, var(--cosh-cyan), var(--cosh-amber));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;display:block}.stats__label{color:var(--cosh-text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.testimonials{padding:6rem 2rem}.testimonials__inner{max-width:1280px;margin:0 auto}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.testimonial{border-radius:var(--radius-md);background:var(--cosh-bg-card);border:1px solid var(--cosh-border);padding:2.5rem;position:relative}.testimonial:before{content:"“";color:var(--cosh-cyan);opacity:.15;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:1rem;left:1.5rem}.testimonial__quote{color:var(--cosh-text-muted);z-index:1;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7;position:relative}.testimonial__author{flex-direction:column;gap:.15rem;display:flex}.testimonial__author strong{font-size:.95rem}.testimonial__author span{color:var(--cosh-text-dim);font-size:.85rem}@media (width<=768px){.philosophy__grid,.testimonials__grid{grid-template-columns:1fr}.stats__inner{grid-template-columns:repeat(2,1fr)}}.cta{padding:6rem 2rem;position:relative;overflow:hidden}.cta__glow{pointer-events:none;background:radial-gradient(at 30%,#00e5ff14 0%,#0000 50%),radial-gradient(at 70%,#8b5cf614 0%,#0000 50%);position:absolute;inset:0}.cta__inner{text-align:center;z-index:1;max-width:700px;margin:0 auto;position:relative}.cta__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.cta__desc{color:var(--cosh-text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.cta__btn{border-radius:var(--radius-sm);transition:var(--transition);padding:.9rem 2rem;font-size:1rem;font-weight:600}.cta__btn--primary{background:linear-gradient(135deg, var(--cosh-cyan), var(--cosh-blue));color:var(--cosh-bg)}.cta__btn--primary:hover{box-shadow:var(--shadow-glow-cyan);transform:translateY(-2px)}.cta__btn--secondary{border:1px solid var(--cosh-purple);color:var(--cosh-purple);background:#8b5cf614}.cta__btn--secondary:hover{background:#8b5cf626;transform:translateY(-2px)}.cta__email{font-family:var(--font-mono);color:var(--cosh-text-dim);transition:var(--transition);font-size:.9rem}.cta__email:hover{color:var(--cosh-cyan)}.download{padding:4rem 2rem 6rem}.download__inner{max-width:800px;margin:0 auto}.download__header{text-align:center;margin-bottom:3rem}.download__grid{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.download__card{border-radius:var(--radius-md);background:var(--cosh-bg-card);border:1px solid var(--cosh-border);transition:var(--transition);text-align:left;width:100%;color:var(--cosh-text);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;text-decoration:none;display:flex}.download__card:hover{border-color:var(--accent);box-shadow:0 0 30px color-mix(in srgb, var(--accent) 15%, transparent)}.download__platform{align-items:center;gap:1rem;display:flex}.download__icon{font-size:1.75rem}.download__name{font-size:1rem;font-weight:600;display:block}.download__arch{color:var(--cosh-text-dim);font-size:.8rem;font-family:var(--font-mono);display:block}.download__meta{align-items:center;gap:1rem;display:flex}.download__size{color:var(--cosh-text-dim);font-size:.85rem;font-family:var(--font-mono)}.download__arrow{color:var(--accent);transition:var(--transition);font-size:1.25rem}.download__card:hover .download__arrow{transform:translateY(2px)}.download__live{text-align:center;margin-bottom:2rem}.download__live-btn{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--cosh-cyan), var(--cosh-blue));color:var(--cosh-bg);transition:var(--transition);align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.download__live-btn:hover{box-shadow:var(--shadow-glow-cyan);transform:translateY(-2px)}.download__install{border-radius:var(--radius-md);background:var(--cosh-bg-elevated);border:1px solid var(--cosh-border);padding:2rem}.download__install h3{color:var(--cosh-text-muted);margin-bottom:1rem;font-size:1rem}.download__code{background:var(--cosh-bg);border-radius:var(--radius-sm);border:1px solid var(--cosh-border);padding:1.25rem;overflow-x:auto}.download__code code{font-family:var(--font-mono);color:var(--cosh-green);white-space:pre;font-size:.85rem;line-height:1.8}.project-page{padding-top:72px}.project-hero{align-items:flex-end;min-height:70vh;display:flex;position:relative;overflow:hidden}.project-hero__bg{position:absolute;inset:0}.project-hero__bg img{object-fit:cover;width:100%;height:100%}.project-hero__overlay{background:linear-gradient(180deg, #0a0a0f66 0%, #0a0a0fe6 70%, var(--cosh-bg) 100%);position:absolute;inset:0}.project-hero__content{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:4rem 2rem;position:relative}.project-hero__back{color:var(--cosh-text-muted);transition:var(--transition);margin-bottom:1.5rem;font-size:.9rem;display:inline-block}.project-hero__back:hover{color:var(--accent)}.project-hero__badge{background:color-mix(in srgb, var(--accent) 15%, transparent);border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);color:var(--accent);border-radius:100px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.project-hero__title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(3rem,7vw,5rem);font-weight:800}.project-hero__tagline{color:var(--cosh-text-muted);margin-bottom:1rem;font-size:1.25rem}.project-hero__desc{color:var(--cosh-text-dim);max-width:600px;font-size:1.05rem;line-height:1.7}.project-features{padding:4rem 2rem}.project-features__inner{max-width:800px;margin:0 auto}.project-features__inner .section-title{margin-bottom:2rem}.project-features__grid{flex-direction:column;gap:1rem;display:flex}.feature-item{border-radius:var(--radius-sm);background:var(--cosh-bg-card);border:1px solid var(--cosh-border);align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;display:flex}.feature-item__check{flex-shrink:0;font-size:1.1rem;font-weight:700}.project-hero__actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.project-hero__btn{border-radius:var(--radius-sm);transition:var(--transition);cursor:pointer;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.project-hero__btn--primary{color:#0a0a0f;background:linear-gradient(135deg,#3ecf8e,#22b573);box-shadow:0 0 24px #3ecf8e59}.project-hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 0 32px #3ecf8e8c}.project-hero__btn--ghost{border:1px solid var(--cosh-border);color:var(--cosh-text);background:#ffffff0a}.project-hero__btn--ghost:hover{background:#3ecf8e14;border-color:#3ecf8e}:root{--cosh-bg:#0a0a0f;--cosh-bg-elevated:#12121a;--cosh-bg-card:#1a1a24;--cosh-surface:#ffffff08;--cosh-border:#ffffff14;--cosh-cyan:#00e5ff;--cosh-amber:#ffb020;--cosh-green:#0f8;--cosh-purple:#8b5cf6;--cosh-blue:#3b82f6;--cosh-text:#f0f0f5;--cosh-text-muted:#8b8b9e;--cosh-text-dim:#5a5a6e;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--shadow-glow-cyan:0 0 40px #00e5ff26;--shadow-glow-amber:0 0 40px #ffb02026;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--cosh-bg);color:var(--cosh-text);line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::selection{color:var(--cosh-text);background:#00e5ff4d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cosh-bg)}::-webkit-scrollbar-thumb{background:var(--cosh-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}
