.navbar{background:#fff;border-bottom:1px solid #e5e5e5;width:100%}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;height:72px;margin:0 auto;padding:0 32px;display:flex}.navbar-logo{letter-spacing:-.3px;font-size:18px;font-weight:700}.navbar-menu{align-items:center;gap:32px;display:flex}.navbar-menu a{font-size:14px;font-weight:500;transition:opacity .2s}.navbar-menu a:hover{opacity:.5}.footer{background:#fff;border-top:1px solid #e5e5e5;width:100%;padding:40px 32px}.footer-container{justify-content:space-between;align-items:center;gap:20px;max-width:1400px;margin:0 auto;display:flex}.footer-title{font-size:14px;font-weight:700}.footer-copyright{color:#777;font-size:13px}@media (width<=640px){.footer{padding:32px 20px}.footer-container{flex-direction:column;align-items:flex-start}}.home{width:100%}.hero{align-items:center;max-width:1400px;min-height:calc(100vh - 72px);margin:0 auto;padding:80px 32px;display:flex}.hero-content{max-width:850px}.hero-label{letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:700}.hero-title{letter-spacing:-3px;margin-bottom:24px;font-size:clamp(48px,6vw,88px);line-height:1.05}.hero-description{color:#555;max-width:700px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-buttons{gap:12px;display:flex}.hero-button{border:1px solid #111;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-size:14px;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.hero-button-primary{color:#fff;background:#111}.hero-button-primary:hover{background:#333}.hero-button-secondary{color:#111;background:#fff}.hero-button-secondary:hover{background:#f5f5f5}.pipeline-section{background:#f7f7f7;width:100%;padding:120px 32px}.pipeline-container{max-width:1400px;margin:0 auto}.pipeline-header{max-width:760px;margin-bottom:60px}.pipeline-label{letter-spacing:2px;margin-bottom:16px;font-size:13px;font-weight:700}.pipeline-header h2{letter-spacing:-2px;margin-bottom:20px;font-size:clamp(36px,4vw,56px);line-height:1.1}.pipeline-header>p:last-child{color:#666;font-size:17px;line-height:1.7}.pipeline-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.pipeline-card{background:#fff;border:1px solid #ddd;border-radius:12px;flex-direction:column;min-height:260px;padding:28px;display:flex}.pipeline-card span{color:#888;margin-bottom:auto;font-size:13px;font-weight:700}.pipeline-card h3{margin-bottom:12px;font-size:22px;line-height:1.25}.pipeline-card p{color:#666;font-size:14px;line-height:1.6}@media (width<=1000px){.pipeline-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.pipeline-section{padding:80px 20px}.pipeline-grid{grid-template-columns:1fr}}.development-section{background:#fff;width:100%;padding:120px 32px}.development-container{max-width:1400px;margin:0 auto}.development-header{max-width:760px;margin-bottom:60px}.development-label{letter-spacing:2px;margin-bottom:16px;font-size:13px;font-weight:700}.development-header h2{letter-spacing:-2px;margin-bottom:20px;font-size:clamp(40px,5vw,64px);line-height:1.1}.development-header>p:last-child{color:#666;font-size:17px;line-height:1.7}.development-content{grid-template-columns:1.5fr 1fr;align-items:start;gap:48px;display:grid}.model-architecture{flex-direction:column;gap:16px;display:flex}.architecture-branches{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.architecture-box{background:#fff;border:1px solid #ddd;border-radius:12px;padding:28px}.architecture-main{color:#fff;background:#111}.architecture-box span{letter-spacing:1.5px;color:#888;margin-bottom:28px;font-size:12px;font-weight:700;display:block}.architecture-main span{color:#aaa}.architecture-box h3{margin-bottom:8px;font-size:24px;line-height:1.25}.architecture-box p{color:#666;font-size:14px;line-height:1.6}.development-status{border-top:1px solid #ddd}.status-item{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;min-height:72px;padding:0 4px;display:flex}.status-item span{font-size:15px;font-weight:500}.status-item strong{letter-spacing:1px;font-size:12px}@media (width<=900px){.development-content{grid-template-columns:1fr}}@media (width<=640px){.development-section{padding:80px 20px}.architecture-branches{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111;background:#fff;min-width:320px;min-height:100vh;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}
