*{box-sizing:border-box;margin:0;padding:0}:root{--primary-black:#000;--primary-white:#fff;--gray-medium:#888;--gray-dark:#333;--dark-bg:#0a0e27;--dark-bg-secondary:#1a1f3a;--accent-blue:#3b82f6;--accent-purple:#8b5cf6}body{color:var(--primary-white);background:url(/background.jpg) 50%/cover no-repeat fixed;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;display:flex;overflow-x:hidden}.hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:auto;padding:4rem 2rem .5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:#0000004d;position:absolute;inset:0}.logo-container,.content{z-index:1;position:relative}.logo-container{margin-bottom:2rem;animation:.8s ease-out fadeInUp}.logo{filter:drop-shadow(0 4px 12px #00000080);object-fit:contain;width:100%;height:auto;margin:0 auto 3rem;display:block}.content{max-width:800px;margin:0 auto;animation:1s ease-out .2s both fadeInUp}.coming-soon-text{color:#fffffff2;text-shadow:0 2px 4px #00000080;margin-top:1rem;margin-bottom:0;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;animation:1.2s ease-out .4s both fadeInUp}.coming-soon-text strong{color:var(--primary-white);font-weight:600}.projects-section{background:#0000004d;border-top:1px solid #ffffff1a;padding:1rem 2rem 4rem;animation:1.5s ease-out .8s both fadeIn}.projects-container{max-width:1200px;margin:0 auto}.projects-title{text-align:center;color:var(--primary-white);text-shadow:0 2px 4px #00000080;margin-top:.5rem;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.project-category{margin-bottom:4rem}.category-title{color:#ffffffe6;text-shadow:0 2px 4px #00000080;margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.project-card{color:var(--primary-black);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:12px;padding:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:block;box-shadow:0 4px 6px #0000004d}.project-card:hover{border-color:#3b82f680;transform:translateY(-5px);box-shadow:0 10px 30px #3b82f64d}.project-launched:hover{border-color:#22c55e80;box-shadow:0 10px 30px #22c55e4d}.project-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.project-name{color:var(--primary-black);margin:0;font-size:1.5rem;font-weight:600}.project-badge{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.badge-launched{color:#15803d;background:#22c55e26;border:1px solid #22c55e4d}.badge-coming-soon{color:#1e40af;background:#3b82f626;border:1px solid #3b82f64d}.project-description{color:#000c;margin-bottom:.5rem;font-size:1rem;line-height:1.6}.project-note{color:#0009;margin-top:.5rem;font-size:.85rem;font-style:italic}.footer{text-align:center;color:#fff9;background:#0003;border-top:1px solid #ffffff1a;padding:2rem;font-size:.9rem;animation:1.5s ease-out .6s both fadeIn}.footer a{color:#ffffffe6;font-weight:500;text-decoration:none;transition:color .3s}.footer a:hover{color:var(--accent-blue)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.hero{min-height:85vh;padding:3rem 1.5rem}.logo{width:100%}.zen-gc-preview{padding:1rem 1.5rem}}.zen-gc-page-wrapper{background:#0a0e27;min-height:100vh;position:relative}.zen-gc-page-wrapper:before{content:"";z-index:0;background:linear-gradient(135deg,#0a0e27 0%,#1a1f3a 50%,#0a0e27 100%);position:fixed;inset:0}.zen-gc-page-wrapper>*{z-index:1;position:relative}.zen-gc-hero{background:#0000004d;border-bottom:1px solid #ffffff1a;padding:3rem 2rem 2rem}.zen-gc-container{z-index:1;max-width:1000px;margin:0 auto;position:relative}.zen-gc-header{text-align:left}.back-link{color:#fffc;align-items:center;margin-bottom:2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--accent-blue)}.zen-gc-title{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.zen-gc-logo{color:var(--primary-white);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:700}.zen-gc-subtitle{color:#ffffffd9;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400;line-height:1.4}.zen-gc-tagline{color:#ffffffbf;max-width:800px;margin:1rem 0 0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.6}.zen-gc-badges{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.badge{text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:6px;padding:.4rem .9rem;font-size:.8rem;font-weight:600}.badge-kep{color:var(--accent-blue);background:#3b82f626}.badge-oss{color:#22c55e;background:#22c55e26}.badge-production{color:var(--accent-purple);background:#8b5cf626}.badge-coming-soon{color:var(--accent-blue);background:#3b82f626}.badge-launched{color:#22c55e;background:#22c55e26}.zen-gc-content{padding:0}.zen-gc-section{padding:3rem 2rem}.zen-gc-section-alt{background:#0003}.section-title{text-align:left;color:var(--primary-white);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.section-description{color:#fffc;text-align:left;max-width:100%;margin:0 0 1rem;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.7}.section-description strong{color:var(--primary-white);font-weight:600}.section-description code{color:var(--accent-blue);background:#ffffff1a;border-radius:4px;padding:.2rem .5rem;font-family:Monaco,Courier New,monospace;font-size:.9em}.code-example{max-width:100%;margin-top:1.5rem}.code-header{color:#ffffffb3;background:#0000004d;border-bottom:1px solid #ffffff1a;border-top-left-radius:6px;border-top-right-radius:6px;padding:.6rem 1rem;font-size:.85rem;font-weight:500}.code-block{color:#ffffffe6;background:#0006;border:1px solid #ffffff14;border-top:none;border-bottom-right-radius:6px;border-bottom-left-radius:6px;margin:0;padding:1.25rem;font-family:Monaco,Courier New,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.feature-card{text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;padding:1.5rem;transition:all .2s}.feature-card:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-2px)}.feature-icon{margin-bottom:.75rem;font-size:2rem;display:block}.feature-title{color:var(--primary-white);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.feature-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.use-cases-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.use-case-item{border-left:3px solid var(--accent-blue);background:#ffffff08;border:1px solid #ffffff14;border-left-width:3px;border-radius:6px;padding:1.25rem}.use-case-title{color:var(--primary-white);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.use-case-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.quick-start-steps{max-width:100%;margin:1.5rem 0 0}.step{align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;display:flex}.step-number{color:var(--accent-blue);background:#3b82f633;border:1px solid #3b82f64d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:600;display:flex}.step-content{flex:1}.step-title{color:var(--primary-white);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.step-code{color:#ffffffe6;background:#0006;border:1px solid #ffffff14;border-radius:6px;margin:0;padding:.9rem;font-family:Monaco,Courier New,monospace;font-size:.85rem;overflow-x:auto}.status-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.status-item{align-items:flex-start;gap:.75rem;display:flex}.status-indicator{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.4rem}.status-complete{background:#22c55e}.status-in-progress{background:var(--accent-blue);animation:2s infinite pulse}.status-pending{background:#ffffff4d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-title{color:var(--primary-white);margin-bottom:.4rem;font-size:1rem;font-weight:600}.status-description{color:#ffffffb3;font-size:.9rem;line-height:1.6}.zen-gc-cta{text-align:left;background:#0003}.cta-buttons{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.cta-button{border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.cta-button:hover{transform:translateY(-1px)}.cta-primary{background:var(--accent-blue);color:#fff;border:none}.cta-primary:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d}.cta-secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.cta-secondary:hover{background:#ffffff1f;border-color:#ffffff40}.zen-gc-footer{text-align:left;color:#fff9;background:#0000004d;border-top:1px solid #ffffff1a;padding:2rem;font-size:.9rem}.zen-gc-footer a{color:#ffffffe6;font-weight:500;text-decoration:none;transition:color .2s}.zen-gc-footer a:hover{color:var(--accent-blue)}@media (max-width:768px){.hero{min-height:85vh;padding:3rem 1.5rem}.projects-section{padding:3rem 1.5rem}.projects-grid{grid-template-columns:1fr}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem}.zen-gc-hero{padding:2rem 1.5rem 1.5rem}.zen-gc-section{padding:2rem 1.5rem}.zen-gc-header{text-align:left}.zen-gc-title{align-items:flex-start}.section-title,.section-description,.zen-gc-cta{text-align:left}.features-grid,.use-cases-list,.status-grid{grid-template-columns:1fr}.step{flex-direction:column}.step-number{align-self:flex-start}.cta-buttons{flex-direction:column}.cta-button{width:100%}.zen-gc-footer{text-align:left}}
