:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#000;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#000;line-height:1.6;font-weight:400}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-center{flex:1;display:flex;justify-content:center}.nav-left{display:flex;align-items:center}.nav-brand{font-size:1.05rem;font-weight:800;color:#000;text-decoration:none;letter-spacing:-.02em;font-family:Inter,Helvetica Neue,Arial,sans-serif}.nav-links{display:flex;gap:2rem;list-style:none;margin:0 2rem}.nav-link{text-decoration:none;color:#666;font-weight:400;font-size:.9rem;transition:color .3s;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#000;transition:width .3s ease}.nav-link:hover{color:#000}.nav-link:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:1rem}.console-btn{background:#000;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s;font-weight:500}.console-btn:hover{background:#333;transform:translateY(-1px)}.nav-icons{display:flex;align-items:center;gap:.5rem}.nav-icon{font-size:.8rem;color:#666;cursor:pointer;transition:color .2s}.nav-icon:hover{color:#000}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:1rem}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{display:block;height:2px;width:100%;background:#000;border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger span:nth-child(1){position:absolute;top:0}.hamburger span:nth-child(2){position:absolute;top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){position:absolute;bottom:0}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:none}.mobile-menu{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;border-left:1px solid #e5e5e5;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 20px #0000001a}.mobile-menu-overlay.active .mobile-menu{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e5e5}.mobile-menu-title{font-size:1.1rem;font-weight:600;color:#000}.mobile-menu-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.25rem;line-height:1}.mobile-menu-close:hover{color:#000}.mobile-nav-links{flex:1;list-style:none;padding:1rem 0;margin:0}.mobile-nav-links li{margin:0}.mobile-nav-link{display:block;padding:1rem 1.5rem;color:#000;text-decoration:none;font-size:.95rem;font-weight:500;transition:background-color .2s ease;border-bottom:1px solid #f5f5f5}.mobile-nav-link:hover{background:#f8f8f8;color:#000}.mobile-menu-footer{padding:1.5rem;border-top:1px solid #e5e5e5}.mobile-console-btn{width:100%;background:#000;color:#fff;border:none;padding:.75rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.mobile-console-btn:hover{background:#333}.homepage{background:#fafafa;min-height:calc(100vh - 80px)}.hero{padding:4rem 2rem;text-align:center;max-width:1200px;margin:0 auto}.hero h1{font-size:4rem;font-weight:700;margin-bottom:1rem;color:#000}.hero .lune-dev{font-size:5rem;font-weight:700;margin-bottom:2rem;color:#000}.hero .dev-text{font-family:Courier New,monospace;font-size:3rem;color:#666;text-shadow:2px 2px 0px #000}.hero p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto 3rem;line-height:1.6}.stats{background:#fff;padding:2rem;margin:2rem 0;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:2rem;font-weight:700;color:#000;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.featured{padding:4rem 2rem;max-width:1200px;margin:0 auto}.featured h2{font-size:1.5rem;margin-bottom:2rem;color:#000}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.featured-card{background:#fff;border:2px solid #e5e5e5;border-radius:8px;padding:2rem;position:relative;transition:transform .2s,box-shadow .2s}.featured-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-fig{background:#f5f5f5;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;color:#666}.card-title{font-size:1.2rem;font-weight:600;color:#000;margin-bottom:1rem}.card-description{color:#666;line-height:1.6}.plus-signs{position:absolute;inset:0;pointer-events:none;overflow:hidden}.plus-sign{position:absolute;color:#e5e5e5;font-size:1rem;animation:float 6s ease-in-out infinite}.plus-sign:nth-child(1){top:20%;left:10%;animation-delay:0s}.plus-sign:nth-child(2){top:40%;right:15%;animation-delay:1s}.plus-sign:nth-child(3){bottom:30%;left:20%;animation-delay:2s}.plus-sign:nth-child(4){bottom:10%;right:25%;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.nav{padding:1rem;flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero h1{font-size:2.5rem}.hero .lune-dev{font-size:3rem}.hero .dev-text{font-size:2rem}.featured-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.console-overlay{position:fixed;inset:0;background:#000c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.console-window{background:#0a0a0a;border-radius:8px;width:100%;max-width:800px;height:500px;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000080;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.console-header{background:#1a1a1a;border-bottom:1px solid #333333;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0}.console-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#888}.console-icon{color:#ff5f56;font-size:.8rem}.console-controls{display:flex;gap:.5rem}.control{width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#888;cursor:pointer;transition:color .2s ease;background:#ff5f56}.control:hover{color:#fff}.console-body{flex:1;padding:1rem;overflow-y:auto;color:#fff}.console-output{font-size:.9rem;line-height:1.6}.output-line{margin-bottom:.5rem;display:flex;align-items:flex-start;gap:.5rem}.prompt{color:#58a6ff;font-weight:500;flex-shrink:0;min-width:140px}.text{color:#fff}.command{color:#fff;font-weight:500}.response{color:#888;white-space:pre-line;margin-left:0;padding-left:0}.input-line{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.console-input{background:transparent;border:none;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.9rem;outline:none;flex:1;padding:0}.console-input::placeholder{color:#666}.cursor{color:#58a6ff;animation:blink 1s infinite;font-weight:500}.console-body::-webkit-scrollbar{width:8px}.console-body::-webkit-scrollbar-track{background:#1a1a1a}.console-body::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.console-body::-webkit-scrollbar-thumb:hover{background:#444}@media (max-width: 768px){.console-overlay{padding:1rem}.console-window{height:400px}.console-body{padding:.75rem}.console-output{font-size:.8rem}.prompt{min-width:120px;font-size:.8rem}.console-input{font-size:.8rem}}.terminal-page{background:#fff;min-height:calc(100vh - 80px);padding:2rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#c9d1d9}.terminal-window{background:#161b22;border-radius:8px;box-shadow:0 8px 32px #0000004d;border:1px solid #30363d;max-width:1000px;margin:0 auto;overflow:hidden;animation:fadeInUp .6s ease-out}.terminal-header{background:#21262d;padding:.75rem 1rem;border-bottom:1px solid #30363d;display:flex;align-items:center;justify-content:space-between}.terminal-controls{display:flex;gap:.5rem}.control{width:12px;height:12px;border-radius:50%;cursor:pointer}.control.close{background:#ff5f56}.control.minimize{background:#ffbd2e}.control.maximize{background:#27ca3f}.terminal-title{color:#8b949e;font-size:.8rem;font-weight:500}.terminal-body{padding:1.5rem;background:#0d1117;min-height:500px;max-height:75vh;overflow-y:auto;font-size:.9rem;line-height:1.6}.terminal-line{margin-bottom:.5rem;display:flex;align-items:center}.terminal-output{margin-bottom:1rem}.output-line{margin-bottom:.25rem;display:flex;align-items:center;min-height:1.2em}.prompt{color:#58a6ff;font-weight:600;margin-right:.5rem}.command{color:#f0f6fc;font-weight:500}.comment{color:#7d8590;font-style:italic}.keyword{color:#ff7b72;font-weight:600}.variable{color:#79c0ff;font-weight:500}.string{color:#a5d6ff}.method{color:#d2a8ff;font-weight:500}.success{color:#3fb950;font-weight:700;margin-right:.5rem}.text{color:#c9d1d9}.command-option{color:#f0f6fc;font-weight:500;margin-right:1rem}.link{color:#58a6ff;cursor:pointer;text-decoration:underline;margin-right:1rem}.link:hover{color:#79c0ff}.current-line{margin-top:.5rem}.terminal-input{background:transparent;border:none;outline:none;color:#f0f6fc;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:inherit;font-weight:500;flex:1;caret-color:transparent}.terminal-input::placeholder{color:transparent}.cursor{background:#58a6ff;color:#0d1117;animation:blink 1s infinite;font-weight:700;padding:0 2px;margin-left:2px}.error-text{color:#ff7b72}.ascii-art{color:#58a6ff;font-weight:700;white-space:pre;font-size:.75em;line-height:1.2}.info-label{color:#58a6ff;font-weight:600;margin-right:.75rem;min-width:100px;display:inline-block}.directory-text{color:#58a6ff;font-weight:500}.help-row{display:flex;gap:0}.help-cmd{color:#f0f6fc;font-weight:600;min-width:160px;display:inline-block}.help-desc{color:#7d8590}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width: 768px){.terminal-page{padding:1rem}.terminal-body{padding:1rem;font-size:.8rem}.terminal-header{padding:.5rem .75rem}.terminal-title{font-size:.75rem}}@media (max-width: 480px){.terminal-page{padding:.5rem}.terminal-body{padding:.75rem;font-size:.75rem}.output-line{flex-wrap:wrap}.command-option,.link{margin-right:.5rem}}.terminal-body::-webkit-scrollbar{width:8px}.terminal-body::-webkit-scrollbar-track{background:#0d1117}.terminal-body::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}.terminal-body::-webkit-scrollbar-thumb:hover{background:#484f58}.feed-page{background:#fff;min-height:calc(100vh - 80px)}.feed-container{max-width:900px;margin:0 auto;padding:4rem 2rem}.feed-header{margin-bottom:2rem;animation:fadeInUp .5s ease-out}.feed-header h1{font-size:3rem;font-weight:300;color:#000;letter-spacing:-.03em;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.feed-filters{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:3rem;animation:fadeInUp .5s ease-out .05s both}.filter-pill{background:transparent;border:1px solid #e0e0e0;color:#999;padding:.35rem .9rem;border-radius:100px;font-size:.8rem;font-weight:400;cursor:pointer;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.filter-pill:hover{color:#000;border-color:#bbb}.filter-pill.active{background:#000;border-color:#000;color:#fff}.feed-list{display:flex;flex-direction:column}.feed-row{display:flex;align-items:baseline;gap:1.5rem;padding:1.1rem 0;border-bottom:1px solid #f0f0f0;text-decoration:none;color:inherit;animation:fadeInUp .35s ease-out both;transition:padding-left .25s ease}.feed-row:first-child{border-top:1px solid #f0f0f0}.feed-row:hover{padding-left:.5rem}.feed-row:hover .row-title{color:#000}.feed-row:hover .row-arrow{opacity:1;transform:translate(0)}.row-date{font-size:.8rem;color:#bbb;min-width:55px;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.row-title{flex:1;font-size:.95rem;font-weight:500;color:#333;line-height:1.4;transition:color .2s}.row-meta{font-size:.78rem;color:#ccc;flex-shrink:0}.row-arrow{font-size:.9rem;color:#000;opacity:0;transform:translate(-4px);transition:opacity .2s,transform .2s;flex-shrink:0}@media (max-width: 768px){.feed-container{padding:2.5rem 1.5rem}.feed-header h1{font-size:2.5rem}.row-meta{display:none}.feed-row{gap:1rem}}@media (max-width: 480px){.feed-container{padding:2rem 1rem}.feed-header h1{font-size:2rem}.row-date{display:none}.row-title{font-size:.9rem}}.contact-us-page{min-height:calc(100vh - 80px);background:#0a0a0a;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.contact-us-hero{padding:5rem 2rem 3rem;max-width:1000px;margin:0 auto}.contact-us-hero h1{font-size:3.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:-.04em;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:fadeInUp .5s ease-out}.hero-subtitle{font-size:1.05rem;color:#666;max-width:500px;line-height:1.6;animation:fadeInUp .5s ease-out .1s both}.contact-us-content{max-width:1000px;margin:0 auto;padding:0 2rem 4rem}.contact-grid{display:grid;grid-template-columns:1fr 280px;gap:4rem;margin-bottom:5rem;animation:fadeInUp .6s ease-out .2s both}.contact-form-section{padding-top:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;font-size:.75rem;color:#555;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.08em}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.8rem 1rem;background:transparent;border:1px solid #222;color:#fff;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#444}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#333}.contact-form textarea{resize:vertical}.contact-form select option{background:#0a0a0a;color:#fff}.submit-btn{background:#fff;color:#000;padding:.8rem 2rem;border:none;font-weight:500;font-size:.9rem;cursor:pointer;font-family:inherit;transition:opacity .2s}.submit-btn:hover:not(:disabled){opacity:.85}.submit-btn:disabled{opacity:.4;cursor:not-allowed}.form-footer{display:flex;align-items:center;gap:1rem}.form-msg{font-size:.85rem}.form-msg.success{color:#22c55e}.form-msg.error{color:#ef4444}.contact-sidebar{padding-top:.5rem;display:flex;flex-direction:column;gap:2rem}.sidebar-block h3{font-size:.7rem;color:#555;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .4rem;font-weight:400}.sidebar-link{color:#fff;text-decoration:none;font-size:.95rem;transition:color .2s}.sidebar-link:hover{color:#888}.sidebar-text{color:#888;font-size:.9rem;margin:0}.newsletter-section{border-top:1px solid #1a1a1a;padding-top:4rem;margin-bottom:5rem}.newsletter-inner{max-width:500px}.newsletter-inner h2{font-size:1.5rem;font-weight:300;color:#fff;margin:0 0 .5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.02em}.newsletter-inner>p{color:#555;font-size:.9rem;line-height:1.5;margin:0 0 1.5rem}.newsletter-form{display:flex;gap:0}.newsletter-input{flex:1;padding:.8rem 1rem;background:transparent;border:1px solid #222;color:#fff;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s}.newsletter-input:focus{border-color:#444}.newsletter-input::placeholder{color:#333}.newsletter-btn{background:#fff;color:#000;padding:.8rem 1.5rem;border:none;font-weight:500;font-size:.9rem;cursor:pointer;font-family:inherit;white-space:nowrap;transition:opacity .2s}.newsletter-btn:hover:not(:disabled){opacity:.85}.newsletter-btn:disabled{opacity:.4;cursor:not-allowed}.newsletter-msg{font-size:.85rem;margin-top:.75rem}.newsletter-msg.success{color:#22c55e}.newsletter-msg.error{color:#ef4444}.faq-section{border-top:1px solid #1a1a1a;padding-top:4rem}.faq-section h2{font-size:1.5rem;font-weight:300;color:#fff;margin:0 0 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.02em}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{padding:1.5rem 0;border-bottom:1px solid #1a1a1a}.faq-item:first-child{padding-top:0}.faq-item h3{font-size:1rem;font-weight:500;color:#fff;margin:0 0 .5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.faq-item p{color:#666;line-height:1.6;margin:0;font-size:.9rem}.faq-item a{color:#888;text-decoration:underline;transition:color .2s}.faq-item a:hover{color:#fff}@media (max-width: 768px){.contact-us-hero{padding:3rem 1.5rem 2rem}.contact-us-hero h1{font-size:2.5rem}.contact-us-content{padding:0 1.5rem 3rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-sidebar{flex-direction:row;flex-wrap:wrap;gap:2rem}.sidebar-block{min-width:120px}.form-row{grid-template-columns:1fr}.newsletter-form{flex-direction:column}}@media (max-width: 480px){.contact-us-hero{padding:2rem 1rem 1.5rem}.contact-us-hero h1{font-size:2rem}.contact-us-content{padding:0 1rem 2rem}.contact-sidebar{flex-direction:column}}.products-page{background:#fff;min-height:calc(100vh - 80px);padding:0}.products-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.products-header{margin-bottom:4rem;animation:fadeInUp .5s ease-out}.products-title{font-size:3.5rem;font-weight:300;color:#000;margin:0;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.products-list{display:flex;flex-direction:column;gap:0}.product-item{display:flex;align-items:center;padding:3rem 0;transition:all .3s ease;cursor:pointer;gap:2rem;position:relative;animation:fadeInUp .5s ease-out both}.product-item:nth-child(1){animation-delay:.1s}.product-item:nth-child(3){animation-delay:.2s}.product-item:nth-child(5){animation-delay:.3s}.product-item:hover{background:#fafafa;margin:0 -2rem;padding:3rem 2rem;border-radius:8px}.product-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.plus-icon{font-size:2rem;color:#999;font-weight:300;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:all .2s ease}.product-content{flex:1;max-width:60%}.product-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex-shrink:0;min-width:200px}.product-name{font-size:4rem;font-weight:700;color:#000;margin:0 0 1rem;letter-spacing:-.03em;line-height:1.1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-description{font-size:1.1rem;color:#666;margin:0;line-height:1.5;font-weight:400;max-width:600px}.product-version{font-size:1rem;color:#999;font-weight:400;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.waitlist-btn{background:#000;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-transform:uppercase;letter-spacing:.5px;text-decoration:none}.waitlist-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.product-divider{height:1px;background:#e5e5e5;margin:0}.product-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:#000;transition:width .3s ease}.product-item:hover:before{width:2px}.product-item:focus{outline:2px solid #58a6ff;outline-offset:4px;border-radius:8px}.product-item:hover .plus-icon{color:#666;transform:scale(1.1)}@media (max-width: 768px){.products-container{padding:2rem 1rem}.products-title,.product-name{font-size:2.5rem}.product-description{font-size:1rem}.product-item{padding:2rem 0;flex-direction:column;align-items:flex-start;gap:1rem}.product-content{max-width:100%}.product-actions{align-items:flex-start;flex-direction:column;gap:.75rem}.product-icon{width:50px;height:50px}}@media (max-width: 480px){.products-container{padding:1.5rem .5rem}.products-title,.product-name{font-size:2rem}.product-item{padding:1.5rem 0}.product-item:hover{margin:0 -.5rem;padding:1.5rem .5rem}}.ventures-page{background:#fff;min-height:calc(100vh - 80px);padding:0}.ventures-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.ventures-header{margin-bottom:4rem;animation:fadeInUp .5s ease-out}.ventures-title{font-size:3.5rem;font-weight:300;color:#000;margin:0 0 .5rem;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ventures-subtitle{font-size:1.1rem;color:#666;margin:0;font-weight:400}.ventures-list{display:flex;flex-direction:column;gap:0}.venture-item{display:flex;flex-direction:column;padding:3rem 0;transition:all .3s ease;gap:1.5rem;text-decoration:none;color:inherit;position:relative;animation:fadeInUp .5s ease-out both}.venture-item:nth-child(1){animation-delay:.1s}.venture-item:nth-child(3){animation-delay:.2s}.venture-active{cursor:pointer}.venture-active:hover{background:#fafafa;margin:0 -2rem;padding:3rem 2rem;border-radius:8px}.venture-active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:#000;transition:width .3s ease}.venture-active:hover:before{width:2px}.venture-status{display:flex;align-items:center;gap:.5rem}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.active{background:#27ca3f}.status-dot.coming{background:#999}.status-text{font-size:.8rem;font-weight:600;letter-spacing:.1em;color:#666;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.venture-content{flex:1}.venture-name{font-size:4rem;font-weight:700;color:#000;margin:0 0 1rem;letter-spacing:-.03em;line-height:1.1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.venture-name.coming-text{font-size:2.5rem;color:#999;background:linear-gradient(135deg,#999,#bbb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.venture-description{font-size:1.1rem;color:#666;margin:0;line-height:1.5;font-weight:400;max-width:700px}.venture-tags{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.venture-tag{font-size:.8rem;color:#666;padding:.25rem .75rem;border:1px solid #e5e5e5;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.venture-link{display:flex;align-items:center;gap:.5rem}.link-text{font-size:1rem;color:#000;font-weight:500;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.link-arrow{font-size:1.2rem;color:#000;transition:transform .2s ease}.venture-active:hover .link-arrow{transform:translate(4px)}.venture-divider{height:1px;background:#e5e5e5;margin:0}.venture-coming{opacity:.6}@media (max-width: 768px){.ventures-container{padding:2rem 1rem}.ventures-title,.venture-name{font-size:2.5rem}.venture-name.coming-text{font-size:2rem}.venture-item{padding:2rem 0}.venture-active:hover{margin:0 -1rem;padding:2rem 1rem}}@media (max-width: 480px){.ventures-container{padding:1.5rem .5rem}.ventures-title,.venture-name{font-size:2rem}.venture-name.coming-text{font-size:1.5rem}.venture-item{padding:1.5rem 0}.venture-active:hover{margin:0 -.5rem;padding:1.5rem .5rem}}.article-page{background:#fff;min-height:calc(100vh - 80px);padding:2rem}.article-container{max-width:800px;margin:0 auto}.article-header{margin-bottom:3rem}.back-link{color:#58a6ff;text-decoration:none;font-size:.9rem;font-weight:500;margin-bottom:1rem;display:inline-block;transition:color .2s}.back-link:hover{color:#79c0ff}.article-meta{display:flex;gap:1rem;margin-bottom:2rem}.article-type{background:#f0f0f0;color:#666;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.article-topic{background:#e5f2ff;color:#58a6ff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.article-content{line-height:1.7;color:#333}.article-title-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5}.article-title{font-size:2.5rem;font-weight:700;color:#000;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.article-author-info{display:flex;gap:1.5rem;font-size:.9rem;color:#666;flex-wrap:wrap}.article-author{font-weight:500}.article-date{font-family:Monaco,Menlo,Ubuntu Mono,monospace}.article-read-time{font-style:italic}.article-body{font-size:1.1rem;line-height:1.7}.article-body h2{font-size:1.8rem;font-weight:600;color:#000;margin:2.5rem 0 1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.article-body h3{font-size:1.4rem;font-weight:600;color:#000;margin:2rem 0 .75rem}.article-body p{margin-bottom:1.5rem;color:#333}.article-body ul,.article-body ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-body li{margin-bottom:.5rem;color:#333}.article-body strong{font-weight:600;color:#000}.article-body code{background:#f8f8f8;color:#d63384;padding:.2rem .4rem;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.article-body pre{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem;margin:1.5rem 0;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5}.article-body pre code{background:none;color:#333;padding:0;font-size:inherit}.article-body a{color:#58a6ff;text-decoration:none;font-weight:500;transition:color .2s}.article-body a:hover{color:#79c0ff;text-decoration:underline}.article-body blockquote{border-left:4px solid #58a6ff;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#666}.article-not-found{text-align:center;padding:4rem 2rem}.article-not-found h1{font-size:2rem;color:#000;margin-bottom:1rem}.article-not-found p{color:#666;margin-bottom:2rem}@media (max-width: 768px){.article-page{padding:1rem}.article-title{font-size:2rem}.article-author-info{flex-direction:column;gap:.5rem}.article-body{font-size:1rem}.article-body h2{font-size:1.5rem}.article-body h3{font-size:1.2rem}.article-body pre{padding:1rem;font-size:.8rem}}@media (max-width: 480px){.article-title{font-size:1.6rem}.article-meta{flex-direction:column;gap:.5rem}.article-body pre{padding:.75rem;font-size:.75rem}}.footer{background:#0a0a0a;border-top:1px solid #1a1a1a;padding:2rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-left{display:flex;align-items:center}.footer-brand{font-size:1.2rem;font-weight:700;color:#fff;letter-spacing:-.5px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.footer-center{flex:1;text-align:center}.footer-text{color:#888;font-size:.9rem;font-weight:400;margin:0;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;letter-spacing:.5px}.footer-right{display:flex;align-items:center}.footer-links{display:flex;gap:2rem;align-items:center}.footer-link{color:#888;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s ease;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.footer-link:hover{color:#fff}@media (max-width: 768px){.footer{padding:1.5rem 0}.footer-content{flex-direction:column;text-align:center;gap:1.5rem;padding:0 1rem}.footer-center{order:2}.footer-left{order:1}.footer-right{order:3}.footer-links{gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-link{font-size:.8rem}}@media (max-width: 480px){.footer-links{gap:1rem}.footer-link{font-size:.75rem}.footer-text{font-size:.8rem}}
