@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--buf-bg: transparent;--buf-fg: #0a0a0a;--buf-muted: rgba(0, 0, 0, .4);--buf-glass-border: rgba(0, 0, 0, .08);--buf-accent: #475569;--buf-accent-light: rgba(0, 0, 0, .04);--buf-accent-mid: rgba(0, 0, 0, .45);--buf-font: "SF Pro Display", "Helvetica Neue", -apple-system, sans-serif;--buf-mono: "SF Mono", "Fira Code", "Consolas", monospace}.buffer-page{background:var(--buf-bg);color:var(--buf-fg);font-family:var(--buf-font);width:100%;height:100%;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;container-type:inline-size}.wordmark-scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:20;opacity:0;pointer-events:none}.wordmark-img{width:280px;height:auto}.intro{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:10}.url-bar{width:480px;max-width:100%;height:52px;background:#fff;border:none;border-radius:26px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 20px #00000014;opacity:0;transform:scale(.95);overflow:hidden;position:relative}.url-bar-inner{display:flex;align-items:center;gap:.6rem;padding:0 8px 0 16px;width:100%;height:100%;z-index:2}.url-bar-lock{flex-shrink:0;color:#0000004d;width:14px;height:14px}.url-bar-input{flex:1;border:none;outline:none;background:transparent;font-family:var(--buf-font);font-size:.82rem;font-weight:500;color:var(--buf-fg);letter-spacing:-.01em;caret-color:transparent}.url-bar-input::placeholder{color:#00000040}.url-bar-go{width:36px;height:36px;border-radius:50%;border:none;background:var(--buf-fg);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .15s ease}.marketplace{position:absolute;inset:0;display:flex;flex-direction:column;opacity:0;padding:.75rem}.mp-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;padding-bottom:.6rem;border-bottom:1px solid var(--buf-glass-border);flex-shrink:0}.mp-title{font-size:1rem;font-weight:700;letter-spacing:-.02em}.mp-search{display:flex;align-items:center;gap:.35rem;background:#0000000a;border-radius:6px;padding:.3rem .55rem;max-width:160px}.mp-search-icon{color:#0000004d;flex-shrink:0}.mp-search-input{border:none;outline:none;background:transparent;font-family:var(--buf-font);font-size:.52rem;color:var(--buf-fg);width:100%}.mp-search-input::placeholder{color:#00000040}.mp-scroll{flex:1;overflow-y:auto;scrollbar-width:none;padding-bottom:2rem}.mp-scroll::-webkit-scrollbar{display:none}.mp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;width:100%}.env-card{background:#00000006;border-radius:10px;padding:.65rem .75rem;display:flex;flex-direction:column;gap:.3rem;opacity:0;transform:translateY(16px);flex-shrink:0;transition:background .15s ease,transform .15s ease;transform-origin:center center;min-width:0}.env-card-top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.env-card-name{font-size:.72rem;font-weight:650;letter-spacing:-.01em;color:var(--buf-fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.env-card-supplier{font-size:.55rem;color:var(--buf-muted);font-weight:500;white-space:nowrap;flex-shrink:0}.env-card-desc{font-size:.6rem;line-height:1.45;color:#00000080;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.env-card-meta{display:flex;flex-direction:column;gap:.3rem;margin-top:.1rem}.env-card-categories{display:flex;flex-wrap:wrap;gap:.2rem}.env-tag{font-size:.48rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.1rem .35rem;border-radius:3px;background:#0000000d;color:#00000073;white-space:nowrap}.env-tag--steps{background:#2563eb12;color:#2563eb99}.env-card-checks{display:flex;gap:.45rem;flex-shrink:0}.env-check{font-size:.5rem;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:.2rem}.env-check-icon{width:10px;height:10px;flex-shrink:0}.env-check--pass{color:var(--buf-accent)}.env-check--none{color:#0000002e}.detail-view{position:absolute;inset:0;display:flex;flex-direction:column;opacity:0;background:#fff;overflow:hidden}.dv-fixed-header{flex-shrink:0;padding:1rem 1.25rem 0;display:flex;flex-direction:column;gap:.5rem}.dv-tab-bar{display:flex;gap:0;border-bottom:1px solid var(--buf-glass-border);margin-top:.15rem}.dv-tab{font-family:var(--buf-font);font-size:.55rem;font-weight:600;color:#00000059;background:none;border:none;padding:.4rem .7rem;cursor:pointer;position:relative;white-space:nowrap;transition:color .15s ease}.dv-tab:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:transparent;transition:background .15s ease}.dv-tab--active{color:var(--buf-fg)}.dv-tab--active:after{background:var(--buf-fg)}.dv-tab-panels{flex:1;min-height:0;overflow:hidden}.dv-tab-panel{padding:.75rem 1.25rem 1rem;overflow-y:auto;scrollbar-width:none;flex-direction:column;gap:.75rem;opacity:0;display:none;height:100%}.dv-tab-panel::-webkit-scrollbar{display:none}.dv-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.dv-header-left{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.dv-name{font-size:.95rem;font-weight:700;letter-spacing:-.02em;color:var(--buf-fg)}.dv-supplier{font-size:.6rem;color:var(--buf-muted);font-weight:500}.dv-add-mix-btn{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--buf-font);font-size:.52rem;font-weight:650;color:#fff;background:#22c55e;border:none;border-radius:6px;padding:.35rem .65rem;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s ease}.dv-add-mix-btn:hover{background:#16a34a}.dv-desc{font-size:.65rem;line-height:1.55;color:#0009;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dv-tags{display:flex;flex-wrap:wrap;gap:.25rem}.dv-checks-row{display:flex;gap:.6rem;padding-bottom:.5rem;border-bottom:1px solid var(--buf-glass-border)}.dv-accuracy-pill{font-size:.48rem;font-weight:600;font-family:var(--buf-mono);color:#334155;background:#0000000d;padding:.1rem .4rem;border-radius:4px;white-space:nowrap}.dv-section{display:flex;flex-direction:column;gap:.4rem}.dv-section-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#00000059;margin-top:.2rem}.dv-split{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-top:.2rem;align-items:start}.dv-samples-table{width:100%;border-collapse:collapse;font-size:.52rem;line-height:1.5;table-layout:fixed}.dv-samples-table th{text-align:left;font-weight:700;font-size:.48rem;text-transform:uppercase;letter-spacing:.05em;color:#00000059;padding:.25rem .4rem;border-bottom:1px solid var(--buf-glass-border)}.dv-samples-table td{padding:.35rem .4rem;vertical-align:top;color:#0009;border-bottom:1px solid rgba(0,0,0,.04);overflow:hidden;text-overflow:ellipsis}.dv-samples-table .cell-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dv-samples-table td:first-child{width:40%}.dv-samples-table th:nth-child(2),.dv-samples-table td:nth-child(2){width:30%}.dv-samples-table th:nth-child(3),.dv-samples-table td:nth-child(3){width:30%}.dv-section-calibration{display:flex;flex-direction:column}.dv-cal-meta{display:flex;align-items:center;gap:.4rem}.dv-cal-model{font-size:.52rem;font-weight:600;color:var(--buf-accent);background:var(--buf-accent-light);padding:.12rem .4rem;border-radius:4px;font-family:var(--buf-mono)}.dv-cal-count{font-size:.48rem;color:var(--buf-muted)}.dv-histogram-wrap{display:flex;flex-direction:column;margin-top:.3rem}.dv-histogram{display:flex;align-items:flex-end;gap:2px;height:90px;border-bottom:1px solid rgba(0,0,0,.08);padding:0 2px}.dv-hist-col{flex:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;min-width:0}.dv-hist-track{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.dv-hist-fill{width:100%;background:#0a0a0a;border-radius:3px 3px 0 0;transform-origin:bottom}.dv-hist-axis{display:flex;gap:1px;margin-top:.15rem}.dv-hist-tick{flex:1;text-align:center;font-family:var(--buf-mono);font-size:.32rem;color:#00000059;font-weight:500;min-width:0}.dv-hist-axis-label{text-align:center;font-family:var(--buf-mono);font-size:.36rem;color:#0000004d;margin-top:.15rem;letter-spacing:.03em}.dv-section-tools{display:flex;flex-direction:column}.dv-tool-count{display:inline-flex;align-items:center;justify-content:center;font-size:.45rem;font-weight:700;background:var(--buf-accent-light);color:var(--buf-accent);border-radius:6px;padding:.05rem .3rem;margin-left:.3rem;font-family:var(--buf-mono);vertical-align:middle;letter-spacing:0;text-transform:none}.dv-tools-grid{display:flex;flex-wrap:wrap;gap:.25rem}.dv-tool{font-family:var(--buf-mono);font-size:.48rem;font-weight:500;color:var(--buf-accent);background:var(--buf-accent-light);padding:.2rem .45rem;border-radius:5px;white-space:nowrap;letter-spacing:-.01em}.dv-section-throughput{display:flex;flex-direction:column}.dv-tp-stats{display:flex;flex-direction:column;gap:0}.dv-tp-row{display:flex;justify-content:space-between;align-items:center;padding:.22rem 0;border-bottom:1px solid rgba(0,0,0,.04)}.dv-tp-row:last-child{border-bottom:none}.dv-tp-row--highlight{background:var(--buf-accent-light);margin:0 -.4rem;padding:.25rem .4rem;border-radius:5px;border-bottom:none}.dv-tp-label{font-size:.5rem;color:#00000073;font-weight:500}.dv-tp-value{font-family:var(--buf-mono);font-size:.52rem;font-weight:600;color:var(--buf-fg)}.dv-tp-row--highlight .dv-tp-label{color:var(--buf-accent);font-weight:600}.dv-tp-row--highlight .dv-tp-value{color:var(--buf-accent)}.dv-similar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.dv-similar-card{background:#00000006;border-radius:8px;padding:.55rem .65rem;display:flex;flex-direction:column;gap:.25rem}.dv-similar-top{display:flex;align-items:baseline;justify-content:space-between;gap:.4rem}.dv-similar-name{font-size:.62rem;font-weight:650;letter-spacing:-.01em;color:var(--buf-fg)}.dv-similar-match{font-family:var(--buf-mono);font-size:.46rem;font-weight:600;color:#00000059;white-space:nowrap}.dv-similar-supplier{font-size:.48rem;color:var(--buf-muted);font-weight:500}.dv-similar-tags{display:flex;flex-wrap:wrap;gap:.2rem;margin-top:.1rem}.dv-similar-hint{font-size:.52rem;color:#00000059;line-height:1.5;margin-top:.3rem;font-style:italic}.dv-code-block{background:#1e1e1e;color:#d4d4d4;font-family:var(--buf-mono);font-size:.5rem;line-height:1.7;padding:.75rem 1rem;border-radius:8px;overflow-x:auto;margin:0;white-space:pre}@container (max-width: 500px){.marketplace{padding:.5rem}.mp-title{font-size:.85rem}.mp-grid{grid-template-columns:repeat(2,1fr)}.env-card{padding:.45rem .55rem;gap:.2rem}.env-card-name{font-size:.6rem}.env-card-supplier{font-size:.45rem}.env-card-desc{font-size:.5rem;-webkit-line-clamp:2}.env-tag{font-size:.4rem;padding:.08rem .25rem}.env-card-checks{gap:.25rem}.env-check{font-size:.4rem}.env-check-icon{width:8px;height:8px}.url-bar{width:85%}.url-bar-input{font-size:.7rem}.wordmark-img{width:180px}.dv-fixed-header{padding:.6rem .6rem 0;gap:.35rem}.dv-name{font-size:.78rem}.dv-supplier{font-size:.5rem}.dv-desc{font-size:.55rem}.dv-tab{font-size:.45rem;padding:.3rem .45rem}.dv-tab-panel{padding:.5rem .6rem 1rem;gap:.5rem}.dv-section-title{font-size:.52rem}.dv-split{grid-template-columns:1fr;gap:.5rem}.dv-samples-table{font-size:.45rem}.dv-samples-table th{font-size:.4rem}.dv-histogram{height:65px}.dv-hist-tick{font-size:.28rem}.dv-hist-axis-label{font-size:.3rem}.dv-tool{font-size:.4rem;padding:.15rem .35rem}.dv-tool-count{font-size:.38rem}.dv-tp-label{font-size:.42rem}.dv-tp-value{font-size:.44rem}.dv-similar-grid{grid-template-columns:1fr}.dv-code-block{font-size:.42rem;padding:.5rem .6rem}}@container (max-width: 360px){.mp-grid{grid-template-columns:1fr}.env-card{padding:.5rem .6rem;gap:.25rem}.env-card-name{font-size:.62rem}.env-card-desc{font-size:.52rem}.dv-fixed-header{padding:.5rem .5rem 0;gap:.3rem}.dv-name{font-size:.72rem}.dv-tab{font-size:.4rem;padding:.25rem .35rem}.dv-tab-panel{padding:.4rem .5rem .8rem}.dv-split{grid-template-columns:1fr}.dv-histogram{height:50px}.dv-hist-tick{font-size:.24rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #09090b;--color-bg-elevated: #111113;--color-bg-subtle: #18181b;--color-surface: #1c1c1f;--color-border: #27272a;--color-border-subtle: #1e1e21;--color-text: #fafafa;--color-text-secondary: #a1a1aa;--color-text-tertiary: #71717a;--color-accent: #fff;--color-accent-muted: rgba(255, 255, 255, .08);--color-gradient-start: #e0e0e0;--color-gradient-end: #71717a;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SF Mono", "Fira Code", "Fira Mono", monospace;--max-width: 1200px;--section-padding: 120px;--nav-height: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;justify-content:center;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease;border-bottom:1px solid transparent}.navbar--scrolled{background:#09090bbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--color-border-subtle)}.navbar-inner{width:100%;max-width:var(--max-width);padding:0 32px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:10px;color:var(--color-text);padding-left:8px}.navbar-logo-img{width:44px;height:44px;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:32px;list-style:none}.navbar-links a{font-size:.875rem;color:var(--color-text-tertiary);transition:color .2s;font-weight:400}.navbar-links a:hover{color:var(--color-text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;border-radius:var(--radius-sm);transition:all .2s ease;white-space:nowrap}.btn-primary{background:var(--color-text);color:var(--color-bg)}.btn-primary:hover{background:#e4e4e7;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border)}.btn-secondary:hover{color:var(--color-text);border-color:var(--color-text-tertiary);background:var(--color-accent-muted)}.btn-ghost{background:transparent;color:var(--color-text-secondary);padding:8px 16px}.btn-ghost:hover{color:var(--color-text)}.btn-large{padding:14px 28px;font-size:.9375rem;border-radius:var(--radius-md)}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;max-height:80vh;padding:calc(var(--nav-height) + 24px) 24px 24px;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;border:1px solid var(--color-border);background:var(--color-accent-muted);font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:32px;animation:fadeInUp .8s ease-out}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero-heading{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:700;letter-spacing:-.035em;line-height:1.08;max-width:800px;margin-bottom:24px;animation:fadeInUp .8s ease-out .1s both}.hero-heading-gradient{background:linear-gradient(180deg,var(--color-gradient-start) 0%,var(--color-gradient-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subheading{font-size:clamp(1rem,1.5vw,1.1875rem);color:var(--color-text-secondary);max-width:560px;line-height:1.65;margin-bottom:40px;font-weight:400;animation:fadeInUp .8s ease-out .2s both}.hero-actions{display:flex;align-items:center;gap:12px;animation:fadeInUp .8s ease-out .3s both}.hero-arrow{display:inline-flex;margin-left:4px;transition:transform .2s}.btn-primary:hover .hero-arrow{transform:translate(3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.features{padding:var(--section-padding) 24px;max-width:var(--max-width);margin:0 auto}.features-header{text-align:center;margin-bottom:80px}.features-label{font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-tertiary);margin-bottom:16px}.features-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border-subtle);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border-subtle)}.feature-card{background:var(--color-bg);padding:40px 32px;display:flex;flex-direction:column;gap:16px;transition:background .3s}.feature-card:hover{background:var(--color-bg-elevated)}.feature-icon{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--color-accent-muted);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}.feature-icon svg{width:20px;height:20px;stroke-width:1.5}.feature-title{font-size:1.0625rem;font-weight:600;letter-spacing:-.02em}.feature-description{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}.demo-section{padding:var(--section-padding) 24px;max-width:var(--max-width);margin:0 auto}.demo-header{text-align:center;margin-bottom:60px}.demo-label{font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-tertiary);margin-bottom:16px}.demo-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;max-width:600px;margin:0 auto}.demo-placeholder{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;position:relative}.footer{border-top:1px solid var(--color-border-subtle);padding:48px 24px}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-text{font-size:.8125rem;color:var(--color-text-tertiary)}.footer-links{display:flex;gap:24px;list-style:none}.footer-links a{font-size:.8125rem;color:var(--color-text-tertiary);transition:color .2s}.footer-links a:hover{color:var(--color-text-secondary)}.legal-page{max-width:720px;margin:0 auto;padding:calc(var(--nav-height) + 60px) 24px var(--section-padding);line-height:1.75}.legal-back{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;color:var(--color-text-tertiary);text-decoration:none;margin-bottom:32px;transition:color .2s}.legal-back:hover{color:var(--color-text)}.legal-page h1{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.03em;margin-bottom:40px}.legal-page h2{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;margin-top:40px;margin-bottom:16px}.legal-page h3{font-size:1.0625rem;font-weight:600;margin-top:28px;margin-bottom:12px}.legal-page p{color:var(--color-text-secondary);font-size:.9375rem;margin-bottom:12px}.legal-page a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.legal-page a:hover{color:var(--color-text-secondary)}.legal-page ul{color:var(--color-text-secondary);font-size:.9375rem;margin-bottom:12px;padding-left:24px}.legal-page li{margin-bottom:4px}.legal-page strong{color:var(--color-text);font-weight:500}@media(max-width:768px){:root{--section-padding: 60px}.navbar-inner{padding:0 16px}.navbar-links{gap:20px}.navbar-links a{font-size:.8125rem}.hero{padding:0 16px}.features{padding:var(--section-padding) 16px}.features-grid{grid-template-columns:1fr}.feature-card{padding:28px 24px}.demo-section{padding:var(--section-padding) 16px}.demo-placeholder{aspect-ratio:9 / 16}.hero-actions{flex-direction:column;width:100%;max-width:320px}.hero-actions .btn{width:100%}.footer{padding:36px 16px}.footer-inner{flex-direction:column;gap:24px;text-align:center}.legal-page{padding:calc(var(--nav-height) + 40px) 16px var(--section-padding)}}
