@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--ctp-base:#1e1e2e;--ctp-mantle:#181825;--ctp-crust:#11111b;--ctp-text:#cdd6f4;--ctp-subtext0:#a6adc8;--ctp-subtext1:#bac2de;--ctp-surface0:#313244;--ctp-surface1:#45475a;--ctp-surface2:#585b70;--ctp-overlay0:#6c7086;--ctp-overlay1:#7f849c;--ctp-overlay2:#9399b2;--ctp-blue:#89b4fa;--ctp-lavender:#b4befe;--ctp-sapphire:#74c7ec;--ctp-sky:#89dceb;--ctp-teal:#94e2d5;--ctp-green:#a6e3a1;--ctp-yellow:#f9e2af;--ctp-peach:#fab387;--ctp-maroon:#eba0ac;--ctp-red:#f38ba8;--ctp-mauve:#cba6f7;--ctp-pink:#f5c2e7;--ctp-flamingo:#f2cdcd;--ctp-rosewater:#f5e0dc}body{font-family:JetBrains Mono,Consolas,Monaco,monospace;background:var(--ctp-base);color:var(--ctp-text);line-height:1.6;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(205,214,244,.02),rgba(205,214,244,.02) 1px,transparent 0,transparent 2px);pointer-events:none;z-index:1000}.container{max-width:1200px;margin:0 auto;padding:2rem}nav{padding:2rem 0;display:flex;justify-content:space-between;align-items:center;animation:fadeIn .5s ease-in;gap:1rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;background:var(--ctp-mantle);border:1px solid var(--ctp-surface0);color:var(--ctp-text);cursor:pointer;padding:8px}.nav-toggle span{display:block;height:2px;width:100%;background:var(--ctp-text)}.nav-links a{color:var(--ctp-subtext1);text-decoration:none;font-size:.9rem;transition:color .3s ease}.nav-links a:hover{color:var(--ctp-mauve)}header{padding:3rem 0;border-bottom:1px solid var(--ctp-surface0);animation:fadeIn .5s ease-in}.logo-container{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.logo-svg{height:200px;width:auto}.logo-svg .hex{fill:var(--ctp-mauve)}.logo-svg .hex-control{fill:var(--ctp-lavender)}.logo-svg .connection{stroke:var(--ctp-surface1)}.logo-svg .wordmark{fill:var(--ctp-text)}.logo-svg .tagline{fill:var(--ctp-subtext0)}.status{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--ctp-subtext0);margin-top:1rem}.status-dot{width:8px;height:8px;background:var(--ctp-green);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}section{padding:4rem 0;animation:fadeIn .8s ease-in .2s both}section h2{font-size:2rem;margin-bottom:2rem;color:var(--ctp-text)}.section-label{color:var(--ctp-mauve);font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem}.hero{border-bottom:1px solid var(--ctp-surface0)}.hero-title{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700}.accent{color:var(--ctp-mauve)}.cursor{display:inline-block;width:.6em;height:1em;background:var(--ctp-mauve);animation:blink 1s step-end infinite;margin-left:.1em}@keyframes blink{50%{opacity:0}}.hero-desc{font-size:1.1rem;color:var(--ctp-subtext1);max-width:700px;line-height:1.8}.about{border-bottom:1px solid var(--ctp-surface0)}.about-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem}.about-text p{color:var(--ctp-subtext1);margin-bottom:1.5rem;line-height:1.8}.about-stats{background:var(--ctp-mantle);border:1px solid var(--ctp-surface0);padding:2rem}.stat{margin-bottom:2rem}.stat:last-child{margin-bottom:0}.stat-value{font-size:2rem;color:var(--ctp-mauve);font-weight:700}.stat-label{color:var(--ctp-subtext0);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.philosophy{border-bottom:1px solid var(--ctp-surface0)}.principles{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.principle{border-left:2px solid var(--ctp-mauve);padding-left:1.5rem}.principle h3{color:var(--ctp-text);margin-bottom:.5rem;font-size:1.1rem}.principle p{color:var(--ctp-subtext1);font-size:.9rem;line-height:1.6}.products{border-bottom:1px solid var(--ctp-surface0)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.product{border:1px solid var(--ctp-surface0);padding:2rem;background:var(--ctp-mantle);transition:all .3s ease;position:relative}.product:before{content:"";position:absolute;top:0;left:0;width:0;height:2px;background:var(--ctp-mauve);transition:width .3s ease}.product:hover{border-color:var(--ctp-mauve);box-shadow:0 0 30px rgba(203,166,247,.15)}.product:hover:before{width:100%}.product h3{color:var(--ctp-text);margin-bottom:.5rem;font-size:1.3rem}.product-status{color:var(--ctp-green);font-size:.75rem;margin-bottom:1rem}.product p{color:var(--ctp-subtext1);font-size:.9rem;line-height:1.6}.team{border-bottom:1px solid var(--ctp-surface0)}.team-intro{color:var(--ctp-subtext1);margin-bottom:3rem;max-width:700px;line-height:1.8}.founder-card{background:var(--ctp-mantle);border:1px solid var(--ctp-surface0);padding:2rem}.founder-card h3{color:var(--ctp-text);margin-bottom:.5rem}.founder-title{color:var(--ctp-mauve);font-size:.9rem;margin-bottom:1rem}.founder-bio{color:var(--ctp-subtext1);line-height:1.6;font-size:.9rem}.blog{border-bottom:1px solid var(--ctp-surface0)}.blog-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.blog-card{width:100%;display:flex;flex-direction:column;gap:.75rem;padding:1rem;min-height:300px}.blog-card,.blog-post{background:var(--ctp-mantle);border:1px solid var(--ctp-surface0)}.blog-card-header{display:flex;align-items:center;justify-content:space-between;font-size:.9rem;color:var(--ctp-subtext0)}.blog-card-header a{color:var(--ctp-mauve);text-decoration:none;font-size:.85rem}.blog-card-header a:hover{color:var(--ctp-lavender)}.blog-pre{background:var(--ctp-surface0);border:1px solid var(--ctp-surface1);padding:.75rem;font-size:.9rem;white-space:pre-wrap}.blog-list,.blog-pre{color:var(--ctp-subtext1)}.blog-list{margin-left:1.25rem;display:grid;grid-gap:.35rem;gap:.35rem;font-size:.95rem}.blog-link{color:var(--ctp-mauve);text-decoration:none;font-weight:600}.blog-link:hover{color:var(--ctp-lavender)}.contact{border-bottom:1px solid var(--ctp-surface0)}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.contact-method{background:var(--ctp-mantle);border:1px solid var(--ctp-surface0);padding:2rem}.contact-method h3{color:var(--ctp-text);margin-bottom:1rem;font-size:1.1rem}.contact-method a{color:var(--ctp-mauve);text-decoration:none;transition:color .3s ease}.contact-method a:hover{color:var(--ctp-lavender)}.contact-method p{color:var(--ctp-subtext1);font-size:.9rem;line-height:1.6}footer{padding:2rem 0;text-align:center;color:var(--ctp-overlay1);font-size:.8rem}footer .heart{color:var(--ctp-red)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:2rem}.about-content,.contact-grid,.principles,.product-grid{grid-template-columns:1fr}.logo-svg{height:100px}.blog-carousel{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.blog-card{min-width:100%;scroll-snap-align:start;flex:0 0 auto}.nav-links{display:none;flex-direction:column;gap:.75rem;align-items:flex-start;width:100%;margin-top:.5rem}.nav-links.open,.nav-toggle{display:flex}nav{flex-direction:column;align-items:stretch}.blog-post iframe{height:400px!important}}