: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}.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.2rem;font-weight:700;color:#000;text-decoration:none;letter-spacing:-.5px}.nav-links{display:flex;gap:2rem;list-style:none;margin:0 2rem}.nav-link{text-decoration:none;color:#000;font-weight:500;font-size:.9rem;transition:color .2s;letter-spacing:.3px}.nav-link:hover{color:#666}.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}.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}.console-body{flex:1;padding:1rem;overflow-y:auto;color:#fff}@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}.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;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:1rem}.cursor{background:#58a6ff;color:#0d1117;animation:blink 1s infinite;font-weight:700;padding:0 2px;margin-left:2px}.terminal-footer{background:#21262d;padding:1rem 1.5rem;border-top:1px solid #30363d}.footer-stats{display:flex;gap:2rem;font-size:.8rem;color:#8b949e;font-weight:500;letter-spacing:.5px;overflow-x:auto}.stat{white-space:nowrap;padding:.25rem 0}@media (max-width: 768px){.terminal-page{padding:1rem}.terminal-body{padding:1rem;font-size:.8rem}.footer-stats{gap:1rem;font-size:.75rem}.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}.footer-stats{flex-direction:column;gap:.5rem}.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}.terminal-window:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#58a6ff,transparent);opacity:.3}.terminal-window{position:relative}.terminal-window:after{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#58a6ff,#79c0ff,#a5d6ff,#58a6ff);border-radius:10px;z-index:-1;opacity:.1;animation:glow 3s ease-in-out infinite}@keyframes glow{0%,to{opacity:.1}50%{opacity:.2}}.feed-page{background:#fafafa;min-height:calc(100vh - 80px)}.feed-header{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 2rem}.feed-stats{display:flex;gap:3rem;font-size:.9rem;color:#666;font-weight:500;letter-spacing:.5px;overflow-x:auto}.stat{white-space:nowrap;padding:.5rem 0}.feed-content{display:flex;max-width:1400px;margin:0 auto;min-height:calc(100vh - 160px)}.feed-sidebar{width:300px;background:#fff;border-right:1px solid #e5e5e5;padding:2rem;flex-shrink:0}.filter-section{position:sticky;top:2rem}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.filter-title{font-size:1rem;color:#000;font-weight:600;letter-spacing:.5px}.clear-btn{background:none;border:none;color:#666;font-size:.8rem;cursor:pointer;text-decoration:underline;font-weight:500}.clear-btn:hover{color:#000}.filter-group{margin-bottom:2rem}.filter-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#000;margin-bottom:1rem;font-size:.9rem}.filter-label input[type=checkbox]{width:16px;height:16px;accent-color:#000}.filter-options{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.filter-option{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;cursor:pointer;padding:.25rem 0}.filter-option:hover{color:#000}.filter-option input[type=checkbox]{width:14px;height:14px;accent-color:#000}.feed-main{flex:1;padding:2rem;background:#fafafa}.feed-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:2rem}.count{color:#666;font-size:1.5rem;font-weight:400}.feed-list{background:#fff;border-radius:8px;border:1px solid #e5e5e5;overflow:hidden}.list-header{display:grid;grid-template-columns:120px 1fr 100px 40px;gap:1rem;padding:1rem 1.5rem;background:#f8f8f8;border-bottom:1px solid #e5e5e5;font-size:.8rem;font-weight:600;color:#666;letter-spacing:.5px}.list-item{display:grid;grid-template-columns:120px 1fr 100px 40px;gap:1rem;padding:1.5rem;border-bottom:1px solid #f0f0f0;transition:background .2s;align-items:flex-start}.list-item:hover{background:#f8f8f8}.list-item.highlighted{background:#f0f8f0;border-left:3px solid #4CAF50}.list-item:last-child{border-bottom:none}.item-date{font-size:.85rem;color:#666;font-family:Courier New,monospace}.item-content{display:flex;flex-direction:column;gap:.5rem}.item-name{font-size:1rem;color:#000;font-weight:600;line-height:1.3;margin-bottom:.25rem}.item-meta{display:flex;gap:1rem;font-size:.8rem;color:#666;margin-bottom:.5rem}.item-author{font-weight:500}.item-duration{font-style:italic}.item-excerpt{font-size:.85rem;color:#666;line-height:1.4;max-width:600px}.item-type{font-size:.8rem;color:#666;font-weight:600;letter-spacing:.5px}.item-action{background:none;border:none;color:#666;font-size:1.2rem;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;text-decoration:none}.item-action:hover{background:#f0f0f0;color:#000;text-decoration:none}@media (max-width: 1024px){.feed-content{flex-direction:column}.feed-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e5e5}.filter-options{max-height:150px}}@media (max-width: 768px){.feed-header{padding:1rem}.feed-stats{gap:1.5rem;font-size:.8rem}.feed-content{padding:1rem}.feed-sidebar{padding:1.5rem}.list-header,.list-item{grid-template-columns:100px 1fr 80px 30px;gap:.5rem;padding:1rem}.item-name{font-size:.9rem}.item-excerpt{font-size:.8rem}.item-meta{flex-direction:column;gap:.25rem}.item-date{font-size:.8rem}}@media (max-width: 480px){.feed-stats{flex-direction:column;gap:.5rem}.list-header,.list-item{grid-template-columns:1fr;gap:.25rem}.header-col{display:none}.item-date:before{content:"Date: ";font-weight:600;color:#666}.item-type:before{content:"Type: ";font-weight:600;color:#666}}.console-page{min-height:calc(100vh - 80px);background:#0a0a0a;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;display:flex;flex-direction:column}.console-header{background:#1a1a1a;border-bottom:1px solid #333333;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.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}.control:nth-child(1){background:#ff5f56}.control:nth-child(2){background:#ffbd2e}.control:nth-child(3){background:#27ca3f}.control:hover{color:#fff}.console-body{flex:1;padding:1rem;overflow-y:auto}.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}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.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-header{padding:.5rem}.console-body{padding:.75rem}.console-output{font-size:.8rem}.prompt{min-width:120px;font-size:.8rem}.console-input{font-size:.8rem}}@media (max-width: 480px){.console-title{font-size:.8rem}.console-output{font-size:.75rem}.prompt{min-width:100px;font-size:.75rem}.console-input{font-size:.75rem}}.contact-us-page{min-height:calc(100vh - 80px);background:#0a0a0a;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.contact-us-hero{background:#0a0a0a;border-bottom:1px solid #1a1a1a;padding:6rem 2rem 4rem;text-align:center}.contact-us-hero h1{font-size:4rem;font-weight:300;margin-bottom:1.5rem;letter-spacing:-.05em;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.waitlist-section{background:#0a0a0a;border-bottom:1px solid #1a1a1a;padding:4rem 2rem}.waitlist-content{max-width:600px;margin:0 auto;text-align:center}.waitlist-content h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.waitlist-content p{color:#888;line-height:1.6;font-size:1rem;margin-bottom:2.5rem}.waitlist-form{width:100%}.waitlist-input-group{display:flex;gap:0;max-width:400px;margin:0 auto}.waitlist-input{flex:1;padding:.875rem 1rem;background:#0a0a0a;border:1px solid #1a1a1a;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.9rem;border-radius:0;outline:none;transition:border-color .2s ease}.waitlist-input:focus{border-color:#333}.waitlist-input:disabled{opacity:.6;cursor:not-allowed}.waitlist-btn{background:transparent;color:#fff;padding:.875rem 1.5rem;border:1px solid #1a1a1a;border-left:none;text-decoration:none;font-weight:400;transition:all .2s ease;font-size:.9rem;cursor:pointer;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;white-space:nowrap}.waitlist-btn:hover:not(:disabled){border-color:#333;color:#fff}.waitlist-btn:disabled{opacity:.6;cursor:not-allowed}.waitlist-message{margin-top:1rem;padding:.75rem 1rem;border-radius:0;font-size:.9rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.waitlist-message.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.waitlist-message.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.contact-us-content{max-width:1000px;margin:0 auto;padding:4rem 2rem}.contact-info-section,.contact-form-section,.faq-section,.social-links-section{margin-bottom:6rem}.contact-info-section h2,.contact-form-section h2,.faq-section h2,.social-links-section h2{font-size:2rem;font-weight:300;text-align:left;margin-bottom:1.5rem;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.contact-info-section p,.contact-form-section p,.faq-section p,.social-links-section p{color:#888;line-height:1.6;font-size:.9rem;margin-bottom:2rem}.contact-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.detail-item{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1rem;border-bottom:1px solid #1a1a1a}.detail-value{font-size:.9rem;color:#fff;font-weight:400;text-decoration:none;transition:color .2s ease}.detail-value:hover{color:#ccc}.response-time{font-size:.8rem;color:#666;margin-top:1rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;font-size:.8rem;color:#888;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.75rem 1rem;background:#0a0a0a;border:1px solid #1a1a1a;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.9rem;border-radius:0;outline:none;transition:border-color .2s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#333}.contact-form textarea{resize:vertical}.submit-btn{display:inline-block;background:transparent;color:#fff;padding:.75rem 2rem;border:1px solid #1a1a1a;text-decoration:none;font-weight:400;transition:border-color .2s ease,color .2s ease;font-size:.9rem;cursor:pointer}.submit-btn:hover{border-color:#333;color:#fff}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.faq-item{padding-bottom:1.5rem;border-bottom:1px solid #1a1a1a}.faq-item h3{font-size:1rem;font-weight:400;color:#fff;margin:0 0 .5rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.faq-item p{color:#888;line-height:1.6;margin:0;font-size:.9rem}.faq-item p a{color:#888;text-decoration:underline}.faq-item p a:hover{color:#fff}.social-links-grid{display:flex;justify-content:flex-start;gap:1.5rem;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;gap:.5rem;color:#888;text-decoration:none;font-weight:400;padding:.75rem 1.5rem;border:1px solid #1a1a1a;transition:all .2s ease;font-size:.9rem}.social-link:hover{border-color:#333;color:#fff}@media (max-width: 768px){.contact-us-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1rem}.waitlist-section{padding:3rem 1rem}.waitlist-content h2{font-size:2rem}.waitlist-input-group{flex-direction:column;max-width:100%}.waitlist-btn{border-left:1px solid #1a1a1a;border-top:none}.contact-us-content{padding:2rem 1rem}.contact-info-section h2,.contact-form-section h2,.faq-section h2,.social-links-section h2{font-size:1.5rem}.contact-details-grid,.faq-grid{grid-template-columns:1fr}.social-links-grid{flex-direction:column;align-items:flex-start}}.careers-page{min-height:calc(100vh - 80px);background:#0a0a0a;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.careers-hero{background:#0a0a0a;border-bottom:1px solid #1a1a1a;padding:6rem 2rem 4rem;text-align:center}.careers-hero h1{font-size:4rem;font-weight:300;margin-bottom:1.5rem;letter-spacing:-.05em;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.careers-content{max-width:1000px;margin:0 auto;padding:4rem 2rem}.company-culture{margin-bottom:6rem}.company-culture h2{font-size:2rem;font-weight:300;text-align:left;margin-bottom:3rem;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.culture-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.culture-item{padding:2rem 0;border-bottom:1px solid #1a1a1a;transition:border-color .2s ease}.culture-item:hover{border-color:#333}.culture-icon{font-size:1.5rem;margin-bottom:1rem;color:#888}.culture-item h3{font-size:1.25rem;font-weight:400;margin-bottom:.75rem;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.culture-item p{color:#888;line-height:1.6;font-size:.9rem}.open-positions{margin-bottom:6rem}.open-positions h2{font-size:2rem;font-weight:300;text-align:left;margin-bottom:3rem;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.positions-grid{display:grid;grid-template-columns:1fr;gap:3rem}.position-card{background:transparent;border:1px solid #1a1a1a;border-radius:0;padding:0;transition:border-color .2s ease}.position-card:hover{border-color:#333}.position-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #1a1a1a}.position-header h3{font-size:1.5rem;font-weight:400;color:#fff;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.position-type{background:transparent;color:#888;padding:0;border-radius:0;font-size:.875rem;font-weight:400;border:1px solid #1a1a1a;padding:.25rem .75rem}.position-details{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.75rem;color:#888;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.9rem;color:#fff;font-weight:400}.position-description h4{font-size:1rem;font-weight:400;color:#fff;margin:2rem 0 1rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.position-description ul{margin:0 0 1.5rem;padding-left:0;list-style:none}.position-description li{margin-bottom:.75rem;color:#888;line-height:1.6;font-size:.9rem;position:relative;padding-left:1rem}.position-description li:before{content:"→";position:absolute;left:0;color:#888;font-size:.8rem}.position-cta{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #1a1a1a}.apply-btn{display:inline-block;background:transparent;color:#fff;padding:.75rem 2rem;border:1px solid #1a1a1a;text-decoration:none;font-weight:400;transition:border-color .2s ease,color .2s ease;font-size:.9rem}.apply-btn:hover{border-color:#333;color:#fff}.benefits{margin-bottom:6rem}.benefits h2{font-size:2rem;font-weight:300;text-align:left;margin-bottom:3rem;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.benefit-item{background:transparent;padding:1.5rem 0;border-bottom:1px solid #1a1a1a;transition:border-color .2s ease}.benefit-item:hover{border-color:#333}.benefit-item h4{font-size:1rem;font-weight:400;color:#fff;margin-bottom:.5rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.benefit-item p{color:#888;line-height:1.6;margin:0;font-size:.9rem}.application-process{margin-bottom:6rem}.application-process h2{font-size:2rem;font-weight:300;text-align:left;margin-bottom:3rem;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.step{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.step-number{width:30px;height:30px;background:transparent;color:#888;border:1px solid #1a1a1a;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:400;margin-bottom:1rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.step-content h3{font-size:1rem;font-weight:400;color:#fff;margin-bottom:.5rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.step-content p{color:#888;line-height:1.6;margin:0;font-size:.9rem}.contact-info{text-align:left;background:transparent;padding:3rem 0;border-top:1px solid #1a1a1a}.contact-info h2{font-size:2rem;font-weight:300;color:#fff;margin-bottom:1rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.contact-info p{font-size:1rem;color:#888;margin-bottom:2rem}.contact-links{display:flex;justify-content:flex-start;gap:2rem;flex-wrap:wrap}@media (max-width: 768px){.careers-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1rem}.careers-content{padding:2rem 1rem}.company-culture h2,.open-positions h2,.benefits h2,.application-process h2{font-size:1.5rem}.culture-grid,.positions-grid,.position-details,.benefits-grid{grid-template-columns:1fr}.contact-links{flex-direction:column;align-items:flex-start}.process-steps{grid-template-columns:1fr}}.docs-page{min-height:calc(100vh - 80px);background:#0a0a0a;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.docs-hero{background:#0a0a0a;border-bottom:1px solid #1a1a1a;padding:6rem 2rem 4rem;text-align:center}.docs-hero h1{font-size:4rem;font-weight:300;margin-bottom:1.5rem;letter-spacing:-.05em;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.hero-subtitle{font-size:1.125rem;color:#888;max-width:600px;margin:0 auto;line-height:1.6;font-weight:400}.docs-content{max-width:1000px;margin:0 auto;padding:4rem 2rem}.rewriting-notice{margin-bottom:4rem}.notice-content h2{font-size:2rem;font-weight:300;color:#fff;margin-bottom:1.5rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.notice-content p{font-size:1rem;color:#888;line-height:1.6;margin-bottom:3rem}.whats-coming{margin-bottom:4rem}.whats-coming h3{font-size:1.5rem;font-weight:300;color:#fff;margin-bottom:2rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #1a1a1a;transition:border-color .2s ease}.feature-item:hover{border-color:#333}.feature-number{width:30px;height:30px;background:transparent;color:#888;border:1px solid #1a1a1a;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:400;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;flex-shrink:0}.feature-content h4{font-size:1rem;font-weight:400;color:#fff;margin-bottom:.5rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif}.feature-content p{font-size:.9rem;color:#888;line-height:1.6;margin:0}.contact-section{border-top:1px solid #1a1a1a;padding-top:3rem}.contact-section h3{font-size:1.5rem;font-weight:300;color:#fff;margin-bottom:1rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.contact-section p{font-size:1rem;color:#888;margin-bottom:2rem;line-height:1.6}.contact-links{display:flex;gap:2rem;flex-wrap:wrap}.contact-link{display:inline-flex;align-items:center;gap:.5rem;color:#888;text-decoration:none;font-weight:400;padding:.75rem 1.5rem;border:1px solid #1a1a1a;transition:all .2s ease;font-size:.9rem}.contact-link:hover{border-color:#333;color:#fff}@media (max-width: 768px){.docs-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1rem}.docs-content{padding:2rem 1rem}.notice-content h2{font-size:1.5rem}.features-list{grid-template-columns:1fr}.contact-links{flex-direction:column;align-items:flex-start}}.github-page{background:#fafafa;min-height:calc(100vh - 80px);padding:2rem}.github-container{max-width:900px;margin:0 auto}.github-header{text-align:center;margin-bottom:4rem}.github-icon{font-size:4rem;margin-bottom:1.5rem;display:block}.github-title{font-size:3rem;font-weight:700;color:#000;margin:0 0 1rem}.github-subtitle{font-size:1.2rem;color:#666;margin:0}.coming-soon-section{margin-bottom:4rem}.coming-soon-card{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014;border:1px solid #e5e5e5}.card-icon{font-size:3rem;margin-bottom:1.5rem;display:block;text-align:center}.card-title{font-size:2rem;font-weight:600;color:#000;margin:0 0 1rem;text-align:center}.card-description{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.repos-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.repo-item{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem;transition:all .2s;border-left:3px solid #58a6ff}.repo-item:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.repo-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.repo-icon{font-size:1.2rem}.repo-name{font-weight:600;color:#000;font-size:1.1rem}.repo-badge{background:#58a6ff;color:#fff;font-size:.7rem;padding:.25rem .5rem;border-radius:4px;font-weight:500;margin-left:auto}.repo-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.repo-stats{display:flex;gap:1rem;font-size:.8rem;color:#666}.stat{display:flex;align-items:center;gap:.25rem}.contribute-section{background:#f8f8f8;padding:2rem;border-radius:8px;border:1px solid #e5e5e5;text-align:center}.contribute-title{font-size:1.3rem;font-weight:600;color:#000;margin:0 0 .5rem}.contribute-description{color:#666;margin-bottom:1.5rem}.contribute-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contribute-btn{padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:120px}.contribute-btn.primary{background:#000;color:#fff;border:2px solid #000}.contribute-btn.primary:hover{background:#333;border-color:#333;transform:translateY(-1px)}.contribute-btn.secondary{background:none;color:#000;border:2px solid #000}.contribute-btn.secondary:hover{background:#000;color:#fff;transform:translateY(-1px)}.github-footer{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 20px #00000014;border:1px solid #e5e5e5}.footer-content h3{font-size:1.3rem;font-weight:600;color:#000;margin:0 0 .5rem}.footer-content p{color:#666;margin-bottom:1.5rem}.footer-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.footer-link{color:#58a6ff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid #58a6ff;border-radius:6px;transition:all .2s}.footer-link:hover{background:#58a6ff;color:#fff}@media (max-width: 768px){.github-page{padding:1rem}.github-title{font-size:2.2rem}.github-subtitle{font-size:1rem}.coming-soon-card{padding:2rem}.card-title{font-size:1.6rem}.card-description{font-size:1rem}.repos-preview{grid-template-columns:1fr;gap:1rem}.repo-item{padding:1.25rem}.contribute-actions{flex-direction:column;align-items:center}.contribute-btn{width:100%;max-width:200px}.footer-links{flex-direction:column;align-items:center}.footer-link{width:100%;max-width:200px;text-align:center}}@media (max-width: 480px){.github-icon{font-size:3rem}.card-icon{font-size:2.5rem}.coming-soon-card,.contribute-section{padding:1.5rem}.repo-header{flex-wrap:wrap}.repo-badge{margin-left:0;margin-top:.5rem}}.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}.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:flex-start;padding:3rem 0;transition:all .2s ease;cursor:pointer;gap:2rem}.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:flex-end;gap:1rem;flex-shrink:0}.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}.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}.waitlist-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.product-divider{height:1px;background:#e5e5e5;margin:0}.products-footer{margin-top:6rem;padding-top:3rem;border-top:1px solid #e5e5e5}.footer-content{text-align:center}.footer-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:2rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;letter-spacing:-.02em}.stat-label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.1em;font-weight:500}@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:row;justify-content:space-between;width:100%}.product-icon{width:50px;height:50px}.footer-stats{flex-direction:column;gap:2rem}.stat-number{font-size:2rem}}@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}.stat-number{font-size:1.8rem}}.product-item{position:relative}.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-name{background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-item:focus{outline:2px solid #58a6ff;outline-offset:4px;border-radius:8px}html{scroll-behavior:smooth}.product-item:hover .plus-icon{color:#666;transform:scale(1.1)}.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}}
