:root{--bg-base:oklch(11% 0.008 255);--bg-surface:oklch(15% 0.008 255);--bg-raised:oklch(19% 0.008 255);--bg-border:oklch(23% 0.008 255);--accent:oklch(71% 0.14 75);--accent-bright:oklch(79% 0.12 75);--accent-dim:oklch(52% 0.12 75);--accent-teal:oklch(66% 0.13 190);--accent-teal-dim:oklch(50% 0.11 190);--text-primary:oklch(93% 0.006 255);--text-secondary:oklch(62% 0.006 255);--text-tertiary:oklch(42% 0.006 255);--quality-excellent:oklch(74% 0.18 145);--quality-good:oklch(71% 0.14 75);--quality-fair:oklch(71% 0.14 50);--quality-poor:oklch(58% 0.22 22);--space-xs:4px;--space-sm:8px;--space-md:12px;--space-base:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:3px;--radius-md:6px;--radius-lg:10px;--radius-xl:16px;--grey-3:oklch(42% 0.006 255);--grey-4:oklch(62% 0.006 255);--grey-5:oklch(62% 0.006 255);--grey-6:oklch(93% 0.006 255);--neon-cyan:oklch(66% 0.13 190);--neon-purple:oklch(71% 0.14 75);--neon-blue:oklch(71% 0.14 75);--card-background:oklch(15% 0.008 255)}*{box-sizing:border-box}body{font-family:epilogue,system-ui,sans-serif;font-size:1rem;color:var(--text-secondary);background-color:var(--bg-base);margin:0;display:flex;flex-direction:column;min-height:100vh;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-bright);filter:none}pre code{font-family:fira mono,courier new,monospace;font-size:.8125rem;display:block;background:var(--bg-surface);border:1px solid var(--bg-border);padding:16px;overflow:auto;border-radius:var(--radius-md);line-height:1.5;color:var(--text-secondary)}code{font-family:fira mono,courier new,monospace;font-size:.8125rem;background:color-mix(in oklch,var(--accent-teal) 10%,var(--bg-surface));padding:2px 6px;border-radius:var(--radius-sm);color:var(--accent-teal)}h1{font-family:barlow condensed,system-ui,sans-serif;color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase}h2{font-family:barlow condensed,system-ui,sans-serif;color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase}h3{font-family:barlow condensed,system-ui,sans-serif;color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase}h4{font-family:barlow condensed,system-ui,sans-serif;color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase}h5{font-family:barlow condensed,system-ui,sans-serif;color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase}h6{font-family:barlow condensed,system-ui,sans-serif;color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase}p{color:var(--text-secondary)}:focus-visible{outline:2px solid #c49c3c;outline-offset:3px;border-radius:3px}:focus:not(:focus-visible){outline:none}@-ms-viewport{width: device-width; }@font-face{font-family:fira mono;src:url(../fonts/FiraMono/FiraMono-Medium.eot);src:local("Fira Mono"),url(../fonts/FiraMono/FiraMono-Medium.eot)format("embedded-opentype"),url(../fonts/FiraMono/FiraMono-Medium.woff2)format("woff2"),url(../fonts/FiraMono/FiraMono-Medium.woff)format("woff"),url(../fonts/FiraMono/FiraMono-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}.footer{padding:24px 32px;background-color:#191a22;border-top:1px solid #2b2c38;display:flex;align-items:center;justify-content:center;text-align:center}.footer span{font-family:barlow condensed,system-ui,sans-serif;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#8e8ea0}.footerLink{color:#8e8ea0;transition:color .15s ease}.footerLink:hover{color:#eeeef4;filter:none}.headerWrapper{background-color:#191a22;border-bottom:1px solid #2b2c38;display:flex;justify-content:center;flex-shrink:0;position:sticky;top:0;z-index:100}.header{padding:0 24px;height:56px;display:flex;justify-content:space-between;align-items:center;width:1200px;max-width:100%}.terminal{font-family:barlow condensed,system-ui,sans-serif;font-size:.9375rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#eeeef4;text-decoration:none;transition:color .15s ease}.terminal:hover{color:#c49c3c;filter:none}.headerLinks ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:32px}.headerLinks ul li a{font-family:barlow condensed,system-ui,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8e8ea0;text-decoration:none;transition:color .15s ease}.headerLinks ul li a:hover{color:#eeeef4;filter:none}.hamb{cursor:pointer;float:right;display:none;padding:12px 4px}.hamb-line{background:#8e8ea0;display:block;height:1.5px;position:relative;width:22px}.hamb-line::before,.hamb-line::after{background:#8e8ea0;content:"";display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%}.hamb-line::before{top:6px}.hamb-line::after{top:-6px}.side-menu{display:none}.side-menu:checked~.headerLinks{max-height:100%}.side-menu:checked~.hamb .hamb-line{background:0 0}.side-menu:checked~.hamb .hamb-line::before{transform:rotate(-45deg);top:0}.side-menu:checked~.hamb .hamb-line::after{transform:rotate(45deg);top:0}@media screen and (max-width:768px){.headerLinks{width:100%;height:100%;position:fixed;top:56px;left:0;background-color:#12131a;border-bottom:1px solid #2b2c38;overflow:hidden;max-height:0;transition:max-height .4s ease-out;display:flex;align-items:center;justify-content:center}.headerLinks ul{flex-direction:column;align-items:center;gap:24px}.headerLinks ul li a{font-size:1rem;letter-spacing:.12em}.hamb{display:block}}.postDate{float:right;color:#8e8ea0}.postTitle{color:#3a9e8a;text-decoration:none;text-transform:uppercase;font-family:barlow condensed,system-ui,sans-serif;font-size:1rem;letter-spacing:.06em;font-weight:700;float:left}.postHeader{overflow:hidden}.postsList{margin-top:32px}.postListItem{padding:32px;background-color:#191a22;border:1px solid #2b2c38;border-radius:10px;margin-bottom:24px;transition:border-color .2s ease}.postListItem:hover{border-color:rgba(196,156,60,.3)}.postExcerpt{text-align:initial;text-decoration:none;color:#8e8ea0}.headerContainer{display:flex;justify-content:space-between}.noDecoration{text-decoration:none}a,a:link,a:visited,a:hover,a:active{text-decoration:none}.socialNavbar ul{list-style:none;padding:0}.socialNavbar ul li{display:inline}.socialNavbar a{color:#8e8ea0;-webkit-font-smoothing:antialiased;display:inline-block;margin:10px;transition:color .15s ease}.socialNavbar a:hover{color:#eeeef4}.gradient-text{color:#c49c3c;font-weight:700;text-transform:uppercase;display:inline-block}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 32px;border:1px solid transparent;border-radius:3px;font-size:.875rem;font-weight:700;font-family:barlow condensed,system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .1s ease;min-height:44px}.btn:hover{filter:none}.btn:active{transform:translateY(1px)}.btn-cyan{background-color:#c49c3c;color:#0d0d12;border-color:#c49c3c}.btn-cyan:hover{background-color:#d4ae54;border-color:#d4ae54;color:#0d0d12}.btn-purple{background-color:transparent;color:#8e8ea0;border-color:#2b2c38}.btn-purple:hover{border-color:#54546a;color:#eeeef4}.btn-blue{background-color:transparent;color:#3a9e8a;border-color:#3a9e8a}.btn-blue:hover{background-color:rgba(58,158,138,8%)}.btn-primary{background-color:#c49c3c;color:#0d0d12;border-color:#c49c3c}.btn-primary:hover{background-color:#d4ae54;border-color:#d4ae54}.card{background-color:#191a22;border-radius:10px;border:1px solid #2b2c38;padding:32px;margin-bottom:16px;transition:border-color .2s ease}.card:hover{border-color:rgba(196,156,60,.35)}.card.card-light{background-color:#20212b}.card.card-glow{border-color:rgba(196,156,60,.25)}.card-title{font-size:1rem;font-weight:700;color:#eeeef4;margin-bottom:12px;font-family:barlow condensed,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase}.card-divider{height:1px;background-color:#2b2c38;margin:12px 0}.badge{display:inline-block;padding:3px 12px;border-radius:3px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-family:barlow condensed,system-ui,sans-serif}.badge-excellent{background-color:rgba(61,184,122,.12);color:#3db87a}.badge-good{background-color:rgba(196,156,60,.12);color:#c49c3c}.badge-neon{background-color:rgba(196,156,60,.1);color:#c49c3c;padding:8px 16px;border-radius:24px;font-size:.8125rem}.now-playing-badge{display:inline-flex;align-items:center;gap:12px;padding:8px 24px;color:#8e8ea0}.now-playing-badge.active{color:#c49c3c;font-weight:600}.pulse-dot{width:6px;height:6px;border-radius:50%;background-color:#c49c3c;animation:pulse-fade 2s ease-in-out infinite alternate}@keyframes pulse-fade{from{opacity:.25}to{opacity:1}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}.animated-float{will-change:transform}@media(prefers-reduced-motion:no-preference){.animated-float{animation:float 4s ease-in-out infinite}}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:32px 0}@media(max-width:768px){.feature-grid{grid-template-columns:1fr}}.feature-card{background-color:#191a22;border:1px solid #2b2c38;border-radius:10px;padding:32px;transition:border-color .2s ease,transform .2s ease}.feature-card:hover{border-color:rgba(196,156,60,.35);transform:translateY(-2px)}.feature-card .feature-icon{width:44px;height:44px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px;color:#c49c3c;background:rgba(196,156,60,.1)}.feature-card .feature-title{font-size:.9375rem;font-weight:700;color:#eeeef4;margin-bottom:8px;font-family:barlow condensed,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase}.feature-card .feature-description{color:#8e8ea0;line-height:1.65;font-size:.9375rem}.feature-card .feature-accent{display:none}.hero-section{text-align:center;padding:96px 24px 48px;position:relative}@media(max-width:768px){.hero-section{padding:48px 16px 32px}}.hero-section .hero-title{font-size:clamp(3.5rem,10vw,7rem);font-weight:700;margin:24px 0 16px;font-family:barlow condensed,system-ui,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#eeeef4;line-height:1}.hero-section .hero-subtitle{font-size:clamp(.9375rem,2vw,1.0625rem);color:#8e8ea0;margin:0 auto 32px;line-height:1.75;max-width:440px}.section{padding:64px 0}.section.section-alt{background-color:#191a22}@media(max-width:768px){.section{padding:48px 0}}.section-title{font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;color:#eeeef4;margin-bottom:16px;font-family:barlow condensed,system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase;text-align:center}.section-title--left{text-align:left}.section-subtitle{font-size:1rem;color:#8e8ea0;text-align:center;margin:0 auto 32px;line-height:1.7;max-width:540px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){.two-column{grid-template-columns:1fr;gap:32px}}@media(min-width:768px){.two-column.reverse .column:first-child{order:2}.two-column.reverse .column:last-child{order:1}}.highlight-box{background:rgba(196,156,60,7%);border:1px solid rgba(196,156,60,.25);padding:16px 24px;border-radius:6px;margin:24px 0}.highlight-box p{margin:0;color:#8e8ea0}.highlight-box strong{color:#c49c3c}.mockup-placeholder{background:#20212b;border:1px solid #2b2c38;border-radius:10px;display:flex;align-items:center;justify-content:center;min-height:300px;color:#54546a;font-family:barlow condensed,system-ui,sans-serif;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:32px}.postWrapper{text-align:left;padding:48px 0 64px;max-width:720px;margin:0 auto;width:100%}.postWrapper h1{font-size:clamp(1.875rem,4vw,2.75rem);letter-spacing:.1em;margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid #2b2c38;color:#eeeef4}.postWrapper h2{font-size:clamp(1rem,2vw,1.25rem);letter-spacing:.1em;margin-top:48px;margin-bottom:16px;color:#eeeef4;padding-top:24px}.postWrapper h3{font-size:.875rem;letter-spacing:.1em;color:#c49c3c;margin-top:32px;margin-bottom:8px}.postWrapper p{color:#8e8ea0;line-height:1.8;margin-bottom:16px;max-width:65ch;font-size:.9375rem}.postWrapper ul,.postWrapper ol{color:#8e8ea0;line-height:1.8;padding-left:32px;margin-bottom:16px;max-width:65ch}.postWrapper ul li,.postWrapper ol li{margin-bottom:8px;font-size:.9375rem}.postWrapper a{color:#c49c3c;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(196,156,60,.4)}.postWrapper a:hover{color:#d4ae54;text-decoration-color:rgba(212,174,84,.6)}.postWrapper strong{color:#eeeef4;font-weight:600}.postWrapper hr{border:none;border-top:1px solid #2b2c38;margin:48px 0}.postWrapper blockquote{background:rgba(196,156,60,7%);border:1px solid rgba(196,156,60,.2);border-radius:6px;padding:16px 24px;margin:24px 0}.postWrapper blockquote p{margin:0}.postMetadata{font-family:fira mono,courier new,monospace;font-size:.8125rem;display:block;background:#191a22;border:1px solid #2b2c38;padding:16px;border-radius:6px;color:#8e8ea0;margin-bottom:32px}dt,dd{line-height:1.6}dl{display:grid;grid-template-columns:max-content auto;gap:8px 16px;margin-bottom:16px}dt{grid-column-start:1;color:#eeeef4;font-family:barlow condensed,system-ui,sans-serif;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.8125rem}dd{grid-column-start:2;color:#8e8ea0}dt::after{content:":"}.faq-nav{display:flex;flex-wrap:wrap;gap:8px 16px;margin:32px 0 48px}.faq-nav a{font-family:barlow condensed,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8e8ea0;text-decoration:none;padding:8px 16px;border:1px solid #2b2c38;border-radius:3px;transition:color .15s ease,border-color .15s ease}.faq-nav a:hover{color:#c49c3c;border-color:rgba(196,156,60,.4);text-decoration:none}.postWrapper details{border:1px solid #2b2c38;border-radius:6px;margin-bottom:16px;background:#191a22;transition:border-color .2s ease}.postWrapper details[open]{border-color:rgba(196,156,60,.3)}.postWrapper details:hover{border-color:rgba(196,156,60,.2)}.postWrapper details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;cursor:pointer;font-family:barlow condensed,system-ui,sans-serif;font-size:.9375rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#eeeef4;user-select:none;gap:16px}.postWrapper details summary::-webkit-details-marker{display:none}.postWrapper details summary::after{content:"+";font-family:fira mono,courier new,monospace;font-size:1.125rem;font-weight:400;color:#c49c3c;flex-shrink:0;transition:transform .2s ease}.postWrapper details[open] summary::after{transform:rotate(45deg)}.faq-body{padding:0 24px 24px}.faq-body p,.faq-body li{color:#8e8ea0;line-height:1.8;font-size:.9375rem;max-width:65ch}.faq-body ul{padding-left:32px;margin-bottom:16px}.faq-body ul li{margin-bottom:8px}.faq-body h3{font-size:.8125rem;letter-spacing:.1em;color:#c49c3c;margin-top:24px;margin-bottom:8px}.faq-body strong{color:#eeeef4;font-weight:600}.faq-body a{color:#c49c3c;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(196,156,60,.4)}.faq-body a:hover{color:#d4ae54;text-decoration-color:rgba(212,174,84,.6)}.listHeader,.listContent{text-align:left}.indexWrapper{display:flex;flex-direction:column;justify-content:center;max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.indexWrapper{padding:0 16px}}.indexHeader{font-size:3em}.homepage{width:100%}.homepage .hero-logo{max-width:110px;height:auto;margin:0 auto 24px;display:block;opacity:.95}@media(max-width:768px){.homepage .hero-logo{max-width:80px}}.homepage .cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:32px 0 0}.homepage .section img{border-radius:10px;border:1px solid #2b2c38}.homepage .app-showcase{margin:48px 0}.homepage .screenshot-mockup{max-width:560px;margin:32px auto 0}.homepage .screenshot-mockup img{width:55%;height:auto;border-radius:10px;border:1px solid #2b2c38}.homepage .download-section{text-align:center;padding:64px 0 48px}.homepage .download-section .section-title{margin-bottom:16px}.homepage .download-section .section-subtitle{margin-bottom:32px}.homepage .download-section img{max-width:180px;height:auto;transition:transform .15s ease,opacity .15s ease;opacity:.85}.homepage .download-section img:hover{transform:translateY(-2px);opacity:1}.homepage .section+.section{border-top:1px solid #2b2c38}.homepage .feature-body{color:#8e8ea0;line-height:1.75;margin-bottom:16px;font-size:.9375rem;max-width:52ch}.homepage .feature-img{width:100%;height:auto;border-radius:10px;border:1px solid #2b2c38;display:block}.homepage .improve-section{display:flex;flex-direction:column;align-items:center;gap:32px}.homepage .improve-section .improve-section__body{max-width:560px;text-align:center;color:#8e8ea0;line-height:1.75;font-size:.9375rem}.homepage .improve-section .improve-section__image{max-width:420px;width:100%}.homepage .improve-section .improve-section__image img{width:100%;height:auto;border-radius:10px;border:1px solid #2b2c38}.content.vertical{min-height:calc(100vh - 200px)}.content{text-align:center;flex:1 auto;display:flex;justify-content:center}.content img{max-width:100%}.vertical{flex-direction:column;align-items:center}.flexWrapper{display:flex;flex-direction:column;min-height:100vh;flex:1 auto}.main{height:100%;padding:0 32px}@media only screen and (min-width:992px){.main{width:1200px}}@media(max-width:768px){.main{padding:0 16px}}