@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{--background: #ffffff;--foreground: #09090b;--card: #ffffff;--muted: #f4f4f5;--muted-foreground: #71717b;--secondary: #f4f4f5;--secondary-foreground: #09090b;--edge: rgba(0, 0, 0, .15);--edge-soft: rgba(0, 0, 0, .08);--code: #f7f7f8;--blue: #3080ff;--green: #00c758;--radius: 10px}.dark{--background: #09090b;--foreground: #fafafa;--card: #18181b;--muted: #27272a;--muted-foreground: #9f9fa9;--secondary: #27272a;--secondary-foreground: #fafafa;--edge: #3f3f46;--edge-soft: rgba(255, 255, 255, .08);--code: #111113}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}html{background:var(--background);scroll-behavior:smooth}body{min-width:320px;margin:0;background:var(--background);color:var(--foreground);font-family:IBM Plex Sans,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea{font:inherit}a{color:inherit}img{max-width:100%}.site{min-height:100vh;background:linear-gradient(var(--edge-soft),var(--edge-soft)) calc(50% - 384px) top / 1px 100% no-repeat,linear-gradient(var(--edge-soft),var(--edge-soft)) calc(50% + 384px) top / 1px 100% no-repeat,var(--background)}.main-shell{max-width:100vw;overflow-x:hidden;padding:0 8px}.frame{position:relative;width:min(100%,768px);margin:0 auto;border-right:1px solid var(--edge);border-left:1px solid var(--edge)}.frame:before,.frame:after{content:"";position:absolute;right:-100vw;left:-100vw;height:1px;background:var(--edge-soft)}.frame:before{top:0}.frame:after{bottom:0}.topbar{position:sticky;top:0;z-index:50;max-width:100vw;overflow-x:hidden;padding:8px 8px 0;background:color-mix(in srgb,var(--background) 94%,transparent);backdrop-filter:blur(12px)}.nav-frame{display:flex;align-items:center;gap:16px;height:48px;padding:0 8px}.brand-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;text-decoration:none}.pixel-mark{position:relative;display:inline-grid;place-items:center;width:80px;height:80px;color:var(--foreground)}.pixel-mark.compact{width:34px;height:34px}.pixel-mark .pixel-brand{width:80px;height:80px;fill:currentColor;transition:opacity .18s ease,transform .18s ease}.pixel-mark.compact .pixel-brand{width:34px;height:34px}.pixel-mark .pixel-word-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease;pointer-events:none;overflow:visible}.pixel-mark .pixel-word{display:block;height:100%;width:auto;aspect-ratio:132 / 84;fill:currentColor;overflow:visible}.pixel-mark:hover .pixel-brand{opacity:0;transform:translateY(-4px)}.pixel-mark:hover .pixel-word-wrap{opacity:1;transform:translateY(0)}.desktop-nav{display:flex;align-items:center;gap:18px;margin-left:auto}.desktop-nav a,.mobile-nav a{display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;text-decoration:none;transition:color .16s ease}.desktop-nav a:hover,.desktop-nav a.active,.mobile-nav a:hover{color:var(--foreground)}.language-switch{display:inline-flex;align-items:center;gap:2px;min-width:72px;padding:2px;border:1px solid var(--edge-soft);border-radius:8px;background:color-mix(in srgb,var(--muted) 72%,transparent)}.language-switch button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:26px;border:0;border-radius:6px;background:transparent;color:var(--muted-foreground);cursor:pointer;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:700}.language-switch button.active{background:var(--background);color:var(--foreground);box-shadow:0 0 0 1px var(--edge-soft)}.language-switch button:hover{color:var(--foreground)}.pulse{display:inline-flex;width:7px;height:7px;border-radius:999px;background:var(--green);box-shadow:0 0 0 5px #00c75824}.unavailable-pulse{background:#ef4444;box-shadow:0 0 0 5px #ef444424}.icon-button,.menu-button,.tool-cluster button,.square-link{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--foreground);cursor:pointer}.icon-button,.menu-button{width:32px;height:32px;border-radius:8px}.icon-button svg,.menu-button svg{width:18px;height:18px}.icon-button:hover,.menu-button:hover{background:var(--muted)}.menu-button{display:none}.mobile-nav{display:none;padding:12px}.empty-panel{min-height:44px}.corner{position:absolute;z-index:2;width:8px;height:8px;border:1px solid var(--edge);background:var(--background)}.corner.tl{top:-4px;left:-5px}.corner.tr{top:-4px;right:-5px}.intro-stage{display:grid;min-height:318px;place-items:center;overflow:hidden;background-color:var(--background);background-image:radial-gradient(var(--edge-soft) 1px,var(--background) 1px);background-size:10px 10px}.intro-mark{display:grid;place-items:center;gap:24px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:14px}.intro-mark .pixel-mark{width:104px;height:104px;color:var(--foreground)}.intro-mark .pixel-mark .pixel-brand{width:104px;height:104px}.intro-mark p{margin:0}.hero{display:grid;grid-template-columns:212px minmax(0,1fr);min-height:176px}.hero-avatar{display:grid;place-items:center;border-right:1px solid var(--edge)}.hero-avatar img{display:block;width:174px;height:174px;border:1px solid var(--edge);border-radius:999px;object-fit:cover;background:var(--background)}.hero-copy{display:flex;min-width:0;flex-direction:column}.stripe-row,.stripe-block{background:repeating-linear-gradient(315deg,var(--edge-soft) 0,var(--edge-soft) 1px,transparent 1px,transparent 10px)}.clock-row{display:flex;align-items:center;justify-content:flex-end;min-height:48px;padding:0 16px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:12px}.hero h1{display:flex;align-items:center;gap:10px;margin:0;border-top:1px solid var(--edge);border-bottom:1px solid var(--edge);padding:12px 16px;font-size:clamp(30px,5vw,40px);line-height:1.1;letter-spacing:0}.verified-mark{width:20px;height:20px;border-radius:999px;background:#0ea5ff;color:#fff;padding:3px}.hero-copy>p{margin:0;border-bottom:1px solid var(--edge);padding:8px 16px 10px;color:var(--muted-foreground);font-size:15px}.available-link{display:flex;align-items:center;gap:12px;min-height:39px;padding:0 16px;color:var(--muted-foreground);font-size:14px;text-decoration:none}.available-link svg{width:16px;height:16px;margin-left:auto}.panel-heading{padding:16px 16px 0}.panel-heading h2,.panel-heading h3{margin:0;font-size:30px;line-height:1.15;letter-spacing:0}.panel-heading sup{margin-left:4px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500}.panel-body{padding:16px}.about-copy{margin:0;font-family:IBM Plex Mono,monospace;font-size:17px;line-height:1.8}.text-pill{position:relative;z-index:61;display:inline-flex;align-items:center;border:1px dashed var(--edge);border-radius:10px;background:var(--muted);color:var(--foreground);padding:1px 10px;font-weight:600;text-decoration:none;box-shadow:inset 0 -1px 0 var(--edge-soft)}.product-hover{position:relative;display:inline-flex;vertical-align:baseline}.product-hover:before{position:fixed;inset:0;z-index:50;content:"";pointer-events:none;background:color-mix(in srgb,var(--foreground) 18%,transparent);opacity:0;backdrop-filter:blur(0);transition:opacity .16s ease,backdrop-filter .16s ease}.product-hover:hover:before,.product-hover:focus-within:before{opacity:1;backdrop-filter:blur(7px)}.product-hover:hover .text-pill,.product-hover:focus-within .text-pill{border-color:var(--muted-foreground);background:var(--background);box-shadow:0 10px 24px color-mix(in srgb,var(--foreground) 12%,transparent)}.product-popover{position:absolute;bottom:calc(100% + 18px);left:50%;z-index:62;display:grid;width:min(480px,calc(100vw - 32px));min-height:256px;padding:27px 30px 24px;border:1px solid color-mix(in srgb,var(--foreground) 22%,transparent);border-radius:19px;background:color-mix(in srgb,var(--background) 96%,transparent);box-shadow:0 1px color-mix(in srgb,var(--foreground) 18%,transparent) inset,0 28px 72px color-mix(in srgb,var(--foreground) 22%,transparent);color:var(--foreground);font-family:IBM Plex Sans,sans-serif;line-height:1.45;opacity:0;pointer-events:none;transform:translate(-50%,8px) scale(.98);transition:opacity .16s ease,transform .18s ease}.product-hover:hover .product-popover,.product-hover:focus-within .product-popover{opacity:1;pointer-events:auto;transform:translate(-50%) scale(1)}.product-popover:before{position:absolute;right:0;bottom:-22px;left:0;height:22px;content:""}.product-popover-text{display:block;padding-bottom:24px;border-bottom:1px solid var(--edge);font-size:22px;letter-spacing:0}.product-popover-status{display:inline-flex;align-items:center;align-self:start;gap:12px;padding-top:18px;color:var(--muted-foreground);font-size:18px}.product-dot{width:9px;height:9px;border-radius:999px;background:var(--green)}.product-visit{display:inline-flex;align-items:center;justify-self:end;align-self:end;gap:7px;color:var(--blue);font-size:18px;text-decoration:none}.product-visit svg{width:17px;height:17px}.inline-overview{margin:22px -16px -16px;border-top:1px solid var(--edge)}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:-16px}.info-row{display:flex;min-width:0;align-items:center;gap:12px;min-height:40px;border-bottom:1px solid var(--edge);padding:8px 16px;font-family:IBM Plex Mono,monospace}.info-row:nth-child(odd){border-right:1px solid var(--edge)}.info-row span,.mini-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:var(--muted);color:var(--muted-foreground)}.info-row svg,.mini-icon svg{width:15px;height:15px}.info-row p{min-width:0;margin:0;overflow-wrap:anywhere;font-size:13px}.info-row a{color:inherit;text-decoration:none}.info-row a:hover{text-decoration:underline;text-underline-offset:3px}.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:-16px}.panel>.blog-grid,.panel>.case-grid,.panel>.project-list{margin:0}.blog-card{display:block;min-width:0;border-bottom:1px solid var(--edge);padding:8px;color:var(--foreground);text-decoration:none}.blog-card:nth-child(odd){border-right:1px solid var(--edge)}.blog-card img{display:block;width:100%;height:auto;aspect-ratio:1200 / 630;border-radius:var(--radius);object-fit:cover;object-position:center;background:var(--muted)}.blog-card h3,.case-card h3,.component-card h3{margin:12px 8px 4px;font-size:20px;font-weight:500;line-height:1.28;letter-spacing:0}.blog-card h3 span,.component-card h3 span{display:inline-flex;margin-left:8px;color:var(--blue);font-family:IBM Plex Mono,monospace;font-size:11px;vertical-align:3px}.blog-card time{display:block;margin:0 8px 12px;color:var(--muted-foreground);font-size:15px}.center-action{display:flex;justify-content:center;margin:16px -16px -16px;border-top:1px solid var(--edge);padding:8px}.center-action a,.center-action button,.hero-actions a,.pricing-card>a,.mail-card a{display:inline-flex;align-items:center;gap:8px;border-radius:8px;background:var(--foreground);color:var(--background);padding:8px 13px;font-size:14px;font-weight:600;text-decoration:none}.center-action button{border:0;cursor:pointer}.center-action button svg.rotate{transform:rotate(180deg)}.center-action svg,.hero-actions svg,.browse-link svg{width:15px;height:15px}.project-list{margin:-16px}.project-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:start;border-bottom:1px solid var(--edge);padding:16px}.project-row>img{width:32px;height:32px;object-fit:contain;border-radius:7px}.project-row h3{margin:0;font-size:17px;line-height:1.3}.project-row time{display:block;margin-top:2px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:12px}.project-row p{margin:8px 0 0;color:var(--muted-foreground);font-size:14px}.project-actions{display:flex;gap:14px;color:var(--muted-foreground)}.project-actions svg{width:16px;height:16px}.tags{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 0;padding:0;list-style:none}.tags li{border:1px solid var(--edge);border-radius:7px;background:color-mix(in srgb,var(--muted) 72%,var(--background));color:var(--muted-foreground);padding:2px 7px;font-family:IBM Plex Mono,monospace;font-size:12px}.project-link-row{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0}.project-link-row a{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--edge);border-radius:8px;background:var(--background);padding:8px 11px;font-size:14px;font-weight:600;text-decoration:none}.project-link-row svg{width:15px;height:15px}.timeline{margin:-16px}.timeline-item{position:relative;border-bottom:1px solid var(--edge);padding:0 16px}.timeline-item summary{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px 0;cursor:pointer;list-style:none}.timeline-item summary::-webkit-details-marker{display:none}.timeline-item summary h3,.timeline-item summary h4,.timeline-item summary small{display:block}.timeline-item summary h3{margin:0;font-size:16px;font-style:normal;font-weight:600}.timeline-item summary h4{margin-top:4px;font-size:17px;font-style:normal;font-weight:400}.timeline-item summary small{color:var(--muted-foreground);font-family:IBM Plex Mono,monospace}.timeline-item summary>svg{width:16px;height:16px;color:var(--muted-foreground);transition:transform .16s ease}.timeline-item[open] summary>svg{transform:rotate(180deg)}.timeline-detail{padding:0 0 14px 36px}.timeline-detail ul{margin:0;padding-left:18px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:13px}.stack-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;align-items:center}.stack-grid a{display:inline-flex;align-items:center;justify-content:center}.stack-grid img{width:32px;height:32px;object-fit:contain}.cert-list{margin:-16px}.cert-card{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid var(--edge);padding:14px 16px;text-decoration:none}.cert-mark{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--muted);color:var(--muted-foreground);font-size:11px;font-weight:700}.cert-card h3,.cert-card small{display:block}.cert-card h3{margin:0;font-size:16px}.cert-card small{color:var(--muted-foreground)}.cert-card svg{width:16px;height:16px;color:var(--muted-foreground)}.quote-panel{padding:42px 40px 0}.quote-panel blockquote{margin:0;padding:44px 48px;background-color:var(--background);background-image:radial-gradient(var(--edge) 1px,var(--background) 1px);background-size:10px 10px}.quote-panel p{max-width:620px;margin:0 0 24px;font-size:20px}.quote-panel cite{display:block;border-top:1px solid var(--edge);padding-top:10px;color:var(--muted-foreground);font-style:normal;text-align:right}.footer{padding:22px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:13px;text-align:center}.footer a{color:var(--foreground);font-weight:600;text-decoration:none}.scroll-top{position:fixed;right:max(18px,calc((100vw - 768px)/2 - 64px));bottom:22px;z-index:60;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--edge);border-radius:999px;background:color-mix(in srgb,var(--background) 88%,transparent);color:var(--foreground);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,border-color .16s ease;backdrop-filter:blur(10px)}.scroll-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top:hover{border-color:var(--foreground)}.scroll-top svg{width:16px;height:16px}.scroll-top span{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.page-head{padding:26px 16px 24px}.page-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.back-link,.browse-link{display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:13px;text-decoration:none}.back-link svg{width:15px;height:15px}.page-head h1{margin:14px 0 8px;font-size:clamp(36px,7vw,54px);line-height:1;letter-spacing:0}.page-head p{max-width:640px;margin:0;color:var(--muted-foreground);font-size:16px}.case-grid{display:grid;gap:0;margin:-16px}.case-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;border-bottom:1px solid var(--edge);padding:16px;text-decoration:none}.case-card img{width:100%;height:auto;aspect-ratio:16 / 10;border:1px solid var(--edge);border-radius:var(--radius);object-fit:cover;background:var(--muted)}.case-card h3{margin:0 0 6px}.case-card p{margin:0;color:var(--muted-foreground)}.lab-tabs{display:flex;gap:6px;margin-bottom:14px}.lab-tabs button{display:inline-flex;appearance:none;background:transparent;border:1px solid var(--edge);border-radius:8px;padding:6px 10px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:13px;cursor:pointer}.lab-tabs .active{background:var(--foreground);color:var(--background)}.lab-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.component-card{display:block;border:1px solid var(--edge);border-radius:var(--radius);overflow:hidden;background:var(--card);text-decoration:none}.component-preview{position:relative;display:grid;place-items:center;overflow:hidden;aspect-ratio:1200 / 630;background:var(--muted)}.component-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dark .light-preview,.dark-preview{opacity:0}.dark .dark-preview,.light-preview{opacity:1}.component-card p{margin:0 8px 10px;color:var(--muted-foreground);font-size:14px}.component-card .tags{margin:0 8px 12px}.demo-panel{padding:16px}.component-preview.large{border:1px solid var(--edge);border-radius:var(--radius)}.article-frame{min-height:80vh}.stripe-block{height:32px}.stripe-block.thin{height:28px;border-top:1px solid var(--edge);border-bottom:1px solid var(--edge)}.article-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px 8px 16px}.tool-cluster{display:flex;align-items:center;gap:8px}.tool-cluster button,.square-link{min-height:32px;border-radius:8px;background:var(--secondary);color:var(--secondary-foreground);text-decoration:none}.tool-cluster button{gap:7px;padding:0 10px;font-weight:600}.tool-cluster svg,.square-link svg{width:16px;height:16px}.square-link{width:32px}.article-head{padding:0 16px 10px}.article-head h1{margin:0 0 22px;border-bottom:1px solid var(--edge);padding-bottom:12px;font-size:clamp(34px,6vw,52px);line-height:1.08;letter-spacing:0}.lead{max-width:700px;margin:0 0 24px;color:var(--muted-foreground);font-family:IBM Plex Mono,monospace;font-size:18px}.project-hero-image{display:block;width:100%;max-height:380px;margin:18px 0 20px;border:1px solid var(--edge);border-radius:var(--radius);object-fit:cover;background:var(--muted)}.toc{margin:24px 0 10px;border-radius:var(--radius);background:var(--code);font-family:IBM Plex Sans,Arial,sans-serif}.toc summary{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;font-size:14px;font-weight:700;list-style:none}.toc summary::-webkit-details-marker{display:none}.toc summary svg{width:16px;height:16px;color:var(--muted-foreground)}.toc nav{display:grid;gap:9px;padding:4px 16px 16px}.toc a{color:var(--muted-foreground);font-size:14px;text-decoration:none}.toc a:hover{color:var(--foreground)}.toc .indent{padding-left:14px}.article-prose{padding:0 16px 56px;color:var(--foreground);font-family:IBM Plex Mono,monospace;font-size:15px;line-height:1.75}.article-prose>div:empty{display:none}.article-prose h2,.article-prose h3,.article-prose h4{font-family:IBM Plex Sans,Arial,sans-serif;letter-spacing:0}.article-prose h2{display:flex;align-items:center;gap:8px;margin:38px 0 16px;border-bottom:1px solid var(--edge);padding-bottom:8px;font-size:28px;line-height:1.15}.article-prose h3{margin:28px 0 12px;font-size:22px}.article-prose h4{margin:24px 0 10px;font-size:18px}.article-prose h2 a,.article-prose h3 a,.article-prose h4 a{color:inherit;text-decoration:none}.article-prose p{margin:0 0 18px}.article-prose a{text-decoration:underline;text-underline-offset:4px}.article-prose ul,.article-prose ol{margin:0 0 20px;padding-left:24px}.article-prose li{margin:6px 0}.article-prose img{display:block;width:100%;height:auto;margin:24px 0;border-radius:var(--radius);object-fit:cover;background:var(--muted)}.article-prose figure{margin:20px 0}.article-prose pre{position:relative;overflow:auto;max-width:100%;border:1px solid var(--edge);border-radius:var(--radius);background:var(--code);padding:16px;color:var(--foreground);font-size:13px;line-height:1.6}.article-prose code{border:1px solid var(--edge-soft);border-radius:5px;background:var(--code);padding:2px 5px;font-size:.92em}.article-prose pre code{border:0;background:transparent;padding:0}.copy-code{position:absolute;top:8px;right:8px;border:1px solid var(--edge);border-radius:7px;background:var(--background);color:var(--foreground);padding:4px 8px;cursor:pointer;font-family:IBM Plex Mono,monospace;font-size:12px}.article-prose table{display:block;overflow-x:auto;width:100%;margin:20px 0;border-collapse:collapse}.article-prose th,.article-prose td{border:1px solid var(--edge);padding:8px 10px;text-align:left}.hire-page{max-width:100vw;overflow-x:hidden}.hire-hero{position:relative;min-height:min(780px,calc(100vh - 56px));overflow:hidden;background:#09090b}.hire-hero picture,.hire-hero img{position:absolute;inset:0;width:100%;height:100%}.hire-hero img{object-fit:cover;opacity:.78;filter:saturate(1) contrast(.96)}.hire-hero:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,#0000008a,#0000003d 52%,#0000006b),linear-gradient(180deg,#0000001f,#00000070);pointer-events:none}.hire-overlay{position:relative;z-index:1;display:flex;min-height:inherit;flex-direction:column;justify-content:flex-end;width:min(100% - 32px,980px);margin:0 auto;padding:96px 0 76px;color:#fff}.availability-pill{display:inline-flex;align-items:center;gap:9px;width:max-content;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#00000057;padding:7px 12px;text-decoration:none}.hire-overlay p{margin:18px 0 6px;color:#ffffffc7;font-family:IBM Plex Mono,monospace}.hire-overlay h1{max-width:840px;margin:0;font-size:clamp(54px,12vw,130px);line-height:.92;letter-spacing:0}.hire-overlay strong{display:block;margin-top:16px;color:#ffffffd6;font-size:20px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-actions a:nth-child(2){background:#ffffff24;color:#fff}.hire-section{padding:44px 16px}.hire-section h1{margin:0 0 10px;font-size:clamp(34px,7vw,58px);line-height:1;letter-spacing:0}.hire-section>p{max-width:620px;margin:0 0 22px;color:var(--muted-foreground)}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pricing-tabs-card{display:grid;gap:12px}.pricing-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;border-radius:8px;background:var(--muted);padding:2px}.pricing-tabs button{border:0;border-radius:7px;background:transparent;color:var(--muted-foreground);padding:7px 10px;font-size:14px;font-weight:600;cursor:pointer}.pricing-tabs button[aria-selected=true]{background:var(--background);color:var(--foreground);box-shadow:0 1px 2px #00000014}.pricing-card{border:1px solid var(--edge);border-radius:var(--radius);padding:18px;background:var(--card)}.pricing-card h2{margin:0 0 18px}.pricing-card p{margin:0;color:var(--muted-foreground)}.pricing-card strong{display:block;margin:2px 0 16px;font-size:34px}.pricing-card strong span{margin-left:4px;color:var(--muted-foreground);font-size:17px;font-weight:500}.pricing-card ul{display:grid;gap:8px;margin:0 0 18px;padding:0;list-style:none}.pricing-card li{display:flex;align-items:center;gap:8px;color:var(--muted-foreground)}.pricing-card li svg{width:16px;height:16px;color:var(--green)}.faq-list{display:grid;gap:8px}.faq-list details{border:1px solid var(--edge);border-radius:var(--radius);background:var(--card)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;font-weight:600;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list svg{width:16px;height:16px;color:var(--muted-foreground);transition:transform .16s ease}.faq-list details[open] svg{transform:rotate(180deg)}.faq-list p{margin:0;border-top:1px solid var(--edge);padding:0 16px 14px;color:var(--muted-foreground)}.mail-card{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;border:1px dashed var(--edge);border-radius:var(--radius);padding:14px}.mail-card img{width:40px;height:40px}.mail-card span{flex:1;color:var(--muted-foreground)}@media(max-width:720px){.site{background:linear-gradient(var(--edge-soft),var(--edge-soft)) 8px top / 1px 100% no-repeat,linear-gradient(var(--edge-soft),var(--edge-soft)) calc(100% - 8px) top / 1px 100% no-repeat,var(--background)}.desktop-nav{display:none}.menu-button{display:inline-flex}.icon-button{margin-left:auto}.mobile-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mobile-nav a{justify-content:center;border:1px solid var(--edge);border-radius:8px;padding:8px}.hero{grid-template-columns:1fr}.hero-avatar{border-right:0;border-bottom:1px solid var(--edge);padding:16px}.hero-avatar img{width:136px;height:136px}.clock-row{justify-content:flex-start}.overview-grid,.blog-grid,.lab-grid,.pricing-grid{grid-template-columns:1fr}.info-row:nth-child(odd),.blog-card:nth-child(odd){border-right:0}.project-row,.cert-card,.case-card{grid-template-columns:1fr}.project-actions{justify-content:flex-end}.stack-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.quote-panel{padding:32px 16px 0}.quote-panel blockquote{padding:32px 22px}.article-toolbar{align-items:flex-start;flex-direction:column}.tool-cluster{width:100%;justify-content:flex-end}.article-head h1{font-size:34px}.product-popover{right:auto;bottom:calc(100% + 14px);min-height:230px;padding:22px}.product-popover-text{font-size:19px}.product-popover-status,.product-visit,.lead{font-size:16px}.article-prose{font-size:14px}.article-prose h2{font-size:24px}.hire-overlay{padding-bottom:48px}.hire-overlay h1{font-size:clamp(46px,16vw,72px)}}@media(prefers-reduced-motion:reduce){.product-hover:before,.product-popover{transition:none}}
