.home-container{width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;margin:0;padding:0}.panel{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:pointer;background-size:cover;background-position:center}.panel-overlay{position:absolute;inset:0;background:#0009;z-index:0}.panel-text{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 16px;width:100%}.panel-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;font-weight:700;color:#fff;margin:0;white-space:nowrap}.panel-subtitle{margin-top:6rem;max-width:32rem;color:#fff;font-size:1.125rem;line-height:1.6;white-space:pre-line}.expandable-panel{width:100%;border-bottom:1px solid #444}.expandable-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#151515;color:#fff;font-size:1.25rem;font-weight:600;border:none;border-radius:0;cursor:pointer}.expandable-header:focus{outline:none}.expandable-content{background:#222;color:#fff;overflow:hidden}.expandable-body{padding:1rem}.title{font-size:1.5rem;font-weight:700;margin-top:1.5rem;margin-bottom:1rem;line-height:1.4;color:#fff}@media (min-width: 768px){.title{font-size:2rem}}.text{font-size:1rem;line-height:1.625;margin-bottom:1rem}@media (min-width: 768px){.text{font-size:1.125rem}}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.gallery-item{width:100%;height:350px;object-fit:cover;cursor:pointer;border-radius:6px;transition:transform .2s ease}.gallery-item:hover{transform:scale(1.05)}.overlay-gallery{position:fixed;inset:0;width:100vw;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;z-index:999999}.overlay-image-gallery{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.top-bar{position:fixed;top:0;left:0;right:0;height:100px;display:flex;justify-content:flex-end;align-items:center;padding:0 20px;background-color:#000;z-index:1000}.icon-link{margin-left:20px;color:#fff;text-decoration:none;transition:transform .2s ease,color .2s ease}.icon-link:hover{color:#00acee;transform:scale(1.2)}.icon{width:28px;height:28px;display:block}.hardware-page{width:100vw;display:flex;flex-direction:column;background-color:#111}.hardware-page .hero{position:relative;height:100vh;width:100%}.hardware-page .hero-image{position:relative;height:76%;width:100%}.hardware-page .hero-img{width:100%;height:100%;object-fit:cover}.return-home-container{position:fixed;top:20px;left:20px;z-index:2000}.return-home-button{background-color:#222;color:#fff;border:none;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:transform .2s,background-color .2s}.return-home-button:hover{background-color:#333;transform:translateY(-2px)}.return-home-button:focus{outline:none}.return-home-icon{width:100%;height:100%}.articles{max-width:1200px;width:100%;margin:2.5rem auto}.about-page{width:100vw;display:flex;flex-direction:column;background-color:#111}.spacer{height:13.5%;background:#000}.about-page .hero{position:relative;height:100vh;width:100%}.about-page .hero-image{position:relative;height:73%;width:100%}.about-page .hero-img{width:100%;height:100%;object-fit:cover}.about-page .scroll-prompt{height:13.5%;display:flex;justify-content:center;align-items:center;background:#000;color:#fff}.about-page .scroll-arrow{cursor:pointer}.about-page .arrow-icon{width:56px;height:56px}.software-page{width:100vw;display:flex;flex-direction:column;background-color:#111}.software-page .hero{position:relative;height:100vh;width:100%}.software-page .hero-image{position:relative;height:76%;width:100%}.software-page .hero-img{width:100%;height:100%;object-fit:cover}.overlay{position:absolute;inset:0;background:#0009;z-index:0}.hero-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;font-weight:700;color:#fff;margin:0;white-space:nowrap}.scroll-prompt{height:24%;display:flex;justify-content:center;align-items:center;background:#000;color:#fff}.scroll-arrow{cursor:pointer}.arrow-icon{width:56px;height:56px}.scroll-text{font-size:24px}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{overflow-x:hidden}
