html,body{margin:0;padding:0}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);font-size:var(--text-base);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit}*::-moz-selection{background:hsl(var(--accent) / .3);color:hsl(var(--foreground))}*::selection{background:hsl(var(--accent) / .3);color:hsl(var(--foreground))}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-8)}.btn-mono,.btn-ghost,.btn-accent{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 18px;border-radius:var(--radius-md);font-family:inherit;font-weight:500;font-size:14px;text-decoration:none;cursor:pointer;border:0;transition:background .12s ease,border-color .12s ease,color .12s ease}.btn-mono{background:hsl(var(--foreground));color:hsl(var(--background))}.btn-mono:hover{background:hsl(var(--foreground) / .9)}.btn-ghost{background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.btn-ghost:hover{border-color:hsl(var(--border-hover));background:hsl(var(--surface))}.btn-accent{background:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:600;height:44px;padding:0 22px}.btn-accent:hover{filter:brightness(1.05)}.reef-nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:32px;padding:16px 48px;background:color-mix(in srgb,hsl(var(--background)) 80%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border))}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.brand-mark{color:hsl(var(--accent))}.brand-name{font-family:var(--font-display);font-weight:600;font-size:16px;letter-spacing:var(--tracking-tight)}.nav-links{display:flex;gap:26px;margin-left:12px;font-size:14px;color:hsl(var(--muted-foreground))}.nav-links a{color:inherit;text-decoration:none;transition:color .12s ease}.nav-links a:hover{color:hsl(var(--foreground))}.nav-actions{margin-left:auto;display:flex;align-items:center;gap:10px;font-size:13px}.nav-gh{display:inline-flex;align-items:center;gap:7px;color:hsl(var(--muted-foreground));text-decoration:none;padding:0 10px;height:36px;transition:color .12s ease}.nav-gh:hover{color:hsl(var(--foreground))}.nav-actions .btn-mono{height:36px;padding:0 14px;font-size:13px}.hero{position:relative;padding:96px 48px 80px;overflow:hidden}.hero-wash{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 900px 500px at 12% -10%,hsl(var(--accent-glow)),transparent 60%)}.hero-grid{position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.hero-pill{display:inline-flex;align-items:center;gap:8px;padding:5px 12px 5px 8px;border-radius:var(--radius-full);background:hsl(var(--surface));border:1px solid hsl(var(--border));font-size:12px;color:hsl(var(--muted-foreground));text-decoration:none;transition:border-color .12s ease}.hero-pill:hover{border-color:hsl(var(--border-hover))}.hero-pill__tag{padding:2px 8px;border-radius:var(--radius-full);background:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:10.5px;font-weight:600}.hero-title{font-family:var(--font-display);font-weight:600;font-size:var(--text-hero);letter-spacing:var(--tracking-tighter);line-height:1.02;margin:20px 0 0;max-width:600px}.hero-title .accent-serif{font-size:1.06em}.hero-lede{font-size:var(--text-lg);color:hsl(var(--muted-foreground));line-height:1.55;max-width:520px;margin-top:24px}.hero-cta{display:flex;gap:10px;margin-top:32px;align-items:center;flex-wrap:wrap}.quick-install{margin-top:22px;max-width:480px}.qi-tabs{display:inline-flex;gap:2px;padding:3px;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius-full);margin-bottom:10px;font-size:12px}.qi-tab{background:transparent;border:0;color:hsl(var(--muted-foreground));padding:6px 14px;border-radius:var(--radius-full);font:inherit;font-weight:500;cursor:pointer;transition:color .12s ease,background .12s ease}.qi-tab:hover{color:hsl(var(--foreground))}.qi-tab.is-active{background:hsl(var(--bg-alt));color:hsl(var(--foreground));box-shadow:var(--shadow-sm)}.qi-card{display:flex;align-items:center;gap:10px;padding:10px 8px 10px 16px;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius-md);font-family:var(--font-mono);font-size:13px;transition:border-color .12s ease}.qi-card:hover{border-color:hsl(var(--border-hover))}.qi-prompt{color:hsl(var(--faint));flex-shrink:0}.qi-cmd{flex:1;min-width:0;overflow-x:auto;white-space:nowrap;font-family:var(--font-mono);color:hsl(var(--foreground));scrollbar-width:none}.qi-cmd::-webkit-scrollbar{display:none}.qi-accent{color:hsl(var(--accent))}.qi-copy{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;border:0;border-radius:var(--radius-sm);color:hsl(var(--muted-foreground));cursor:pointer;transition:background .12s ease,color .12s ease}.qi-copy:hover{background:hsl(var(--bg-alt));color:hsl(var(--foreground))}.qi-copy:focus-visible{outline:2px solid hsl(var(--accent));outline-offset:2px}.qi-copy__icon--ok{display:none;color:hsl(var(--success))}.qi-copy.is-copied .qi-copy__icon--copy{display:none}.qi-copy.is-copied .qi-copy__icon--ok{display:inline-block;color:hsl(var(--success))}.hero-preview{display:flex;flex-direction:column;gap:14px}.term--hero{box-shadow:var(--shadow-lg)}.preview-foot{display:flex;align-items:center;gap:12px;font-size:12.5px;color:hsl(var(--muted-foreground));padding:0 4px}.preview-foot__by{color:hsl(var(--faint))}.preview-foot code{font-family:var(--font-mono);color:hsl(var(--muted-foreground));font-size:12px}.section{padding:96px 0}.band{padding:72px 48px;background:hsl(var(--bg-alt));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.band .container{padding:0}.band-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto}.section-title{font-family:var(--font-display);font-weight:600;font-size:var(--text-3xl);letter-spacing:var(--tracking-tight);line-height:1.15;margin:0;max-width:560px}.more-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:hsl(var(--muted-foreground));text-decoration:none}.more-link:hover{color:hsl(var(--foreground))}.eyebrow{font-family:var(--font-sans);font-size:12px;font-weight:600;letter-spacing:var(--tracking-widest);text-transform:uppercase;color:hsl(var(--accent))}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:0 auto}.feat{padding:28px;border-radius:var(--radius-xl);background:hsl(var(--surface));border:1px solid hsl(var(--border))}.feat-title{font-family:var(--font-display);font-weight:600;font-size:var(--text-xl);letter-spacing:var(--tracking-tight);margin:10px 0 0}.feat p{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.6;margin:12px 0 0}.arch-section{padding:96px 0}.arch-head{max-width:720px;margin:0 auto 56px;text-align:center;padding:0 24px}.arch-title{margin:12px auto 0;max-width:640px}.arch-lede{font-size:var(--text-lg);color:hsl(var(--muted-foreground));line-height:1.55;margin-top:20px}.arch-grid{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}.arch-diagram{width:100%}.term-body--diagram{font-size:12px;line-height:1.5;padding:24px 22px;color:hsl(var(--muted-foreground))}.guarantees{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.guarantees li{display:grid;grid-template-columns:24px 1fr;gap:14px;font-size:14px;color:hsl(var(--muted-foreground));line-height:1.55}.guarantees strong{color:hsl(var(--foreground));font-weight:600;display:block;margin-bottom:2px}.guarantees code{font-family:var(--font-mono);font-size:12.5px;color:hsl(var(--foreground));background:hsl(var(--surface));padding:1px 6px;border-radius:var(--radius-sm);border:1px solid hsl(var(--border))}.g-check{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--accent) / .15);color:hsl(var(--accent));margin-top:1px}.install-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center}.install-lede{font-size:var(--text-base);color:hsl(var(--muted-foreground));line-height:1.6;margin:14px 0 24px;max-width:440px}.install-lede code{font-family:var(--font-mono);color:hsl(var(--foreground));font-size:13px}.term{border-radius:var(--radius-xl);background:hsl(var(--surface));border:1px solid hsl(var(--border));overflow:hidden;box-shadow:var(--shadow-md)}.term-head{display:flex;align-items:center;gap:10px;padding:12px 18px;border-bottom:1px solid hsl(var(--border));font-family:var(--font-mono);font-size:11.5px;color:hsl(var(--muted-foreground))}.term-head .dot{width:8px;height:8px;border-radius:999px}.term-head .dot--faint{background:hsl(var(--faint))}.term-name{margin-left:8px}.term-body{margin:0;padding:22px 24px;font-family:var(--font-mono);font-size:13px;line-height:1.8;color:hsl(var(--foreground));white-space:pre;overflow-x:auto}.t-prompt{color:hsl(var(--faint))}.t-accent{color:hsl(var(--accent))}.t-com{color:hsl(var(--muted-foreground))}.t-ok{color:hsl(var(--success))}.t-muted{color:hsl(var(--muted-foreground))}.t-mono{color:hsl(var(--foreground))}.closer{padding:96px 0;text-align:center}.closer-title{font-family:var(--font-display);font-weight:600;font-size:var(--text-4xl);letter-spacing:var(--tracking-tighter);line-height:1.05;max-width:720px;margin:0 auto}.closer-sub{font-size:var(--text-lg);color:hsl(var(--muted-foreground));line-height:1.55;margin-top:20px;max-width:720px;margin-left:auto;margin-right:auto;padding:0 24px}.closer-sub code{font-family:var(--font-mono);color:hsl(var(--foreground));font-size:14px;background:hsl(var(--surface));padding:1px 6px;border-radius:var(--radius-sm);border:1px solid hsl(var(--border))}.closer-cta{display:flex;gap:10px;margin-top:36px;justify-content:center;flex-wrap:wrap}.site-footer{border-top:1px solid hsl(var(--border));padding:40px 48px 56px;background:hsl(var(--bg-alt))}.site-footer .container{padding:0}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.footer-blurb{font-size:13px;color:hsl(var(--muted-foreground));max-width:280px;margin:14px 0 0;line-height:1.55}.site-footer h5{font-size:12px;font-weight:600;color:hsl(var(--foreground));margin:0 0 12px}.site-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.site-footer a{font-size:13px;color:hsl(var(--muted-foreground));text-decoration:none}.site-footer a:hover{color:hsl(var(--foreground))}.footer-bottom{max-width:1200px;margin:40px auto 0;padding-top:24px;border-top:1px solid hsl(var(--border));display:flex;justify-content:space-between;font-size:12px;color:hsl(var(--faint))}.footer-bottom .mono{font-family:var(--font-mono)}@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:40px}.feat-grid{grid-template-columns:1fr}.arch-grid,.install-grid{grid-template-columns:1fr;gap:32px}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}.hero,.band,.closer,.container,.site-footer{padding-left:24px;padding-right:24px}.band-head{padding:0 24px}}@media(max-width:720px){.term-body--diagram{font-size:10.5px}}@media(max-width:540px){.hero-title{font-size:clamp(40px,13vw,56px)}.closer-title{font-size:var(--text-3xl)}.footer-grid{grid-template-columns:1fr}.band-head{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
