:root{--background:#f8f5ed;--foreground:#273323;--card:#fffdf8;--primary:#c24b26;--primary-foreground:#fffaf1;--secondary:#e9eedb;--muted:#eeeadd;--muted-foreground:#65705d;--border:#dedfd2;--ring:#c24b26;--radius:1rem;--ink:#273323;--orange:#c24b26;--sage:#e9eedb;--paper:#fffdf8}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--background);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}button{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}::selection{background:#eeb78f}.shell{max-width:1240px;margin-inline:auto;padding-inline:48px}.nav{height:110px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{display:flex;align-items:center;gap:6px;font-size:30px;font-weight:850;letter-spacing:-1.8px}.wordmark img{border-radius:13px;margin-right:2px}.tiny-star{color:var(--orange);font-size:19px;align-self:flex-start;padding-top:3px}.nav-links{display:flex;gap:30px;font-size:13px}.nav-links a{transition:color .2s}.nav-links a:hover{color:var(--orange)}.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:17px 22px;background:var(--ink);color:var(--background);font-size:14px;font-weight:600;border-radius:12px;border:1px solid transparent;transition:transform .18s,box-shadow .18s,background .18s}.button:hover{transform:translateY(-3px);box-shadow:0 6px 0 #27332317;background:#3d4c35}.button:active{transform:translateY(0) scale(.98)}.button-small{font-size:12px;padding:12px 16px;border-radius:9px}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:32px;align-items:center;min-height:730px;padding-top:30px;padding-bottom:70px}.hero-copy{padding-bottom:45px}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:10px;font-weight:650;letter-spacing:1.7px}.live-dot{width:6px;height:6px;background:#628447;border-radius:50%;box-shadow:0 0 0 4px #62844710}.hero h1{font-size:clamp(44px,4.6vw,66px);letter-spacing:-3.3px;line-height:1.09;font-weight:650;margin:27px -30px 25px 0}.hero h1 em{font-family:inherit;font-weight:400;color:var(--orange);letter-spacing:-1.7px}.intro{font-size:16px;line-height:1.85;color:#66705e;max-width:365px}.hero-actions{display:flex;gap:23px;align-items:center;margin-top:29px}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:650}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.fineprint{font-size:10px;color:#6f7867;margin-top:13px}.privacy-note{display:flex;align-items:center;gap:8px;font-size:10px;color:#66705e;margin-top:48px}.hero-stage{min-width:0;height:615px;position:relative;display:flex;flex-direction:column;align-items:center;isolation:isolate}.hero-stage::before{content:"";position:absolute;background:#efd7ba;width:105%;height:87%;border-radius:48% 48% 40% 50%;top:60px;z-index:-1;transform:rotate(-9deg)}.stage-label{align-self:flex-end;font-size:9px;letter-spacing:1.7px;margin:0 4px 24px 0;color:#726955}.desktop-bar{width:94%;padding:10px 14px;background:#fffdf9b5;backdrop-filter:blur(8px);border:1px solid #fff9;border-radius:9px;display:flex;justify-content:space-between;font-size:9px;box-shadow:0 6px 20px #54433306;z-index:1}.hero-panel{width:282px;height:auto;border-radius:15px;box-shadow:0 22px 42px #66533b24,0 2px 5px #66533b12;border:1px solid #fff9;align-self:flex-end;margin-right:47px;margin-top:10px;animation:panel-in .8s both}.floating-note{position:absolute;left:-8px;bottom:132px;font-family:inherit;font-style:italic;font-size:19px;line-height:1.35;transform:rotate(-9deg);color:#675b44}.floating-note span{font-size:40px;position:absolute;right:-28px;top:-24px;transform:rotate(-25deg)}.sample-label{position:absolute;bottom:-7px;right:85px;font-size:9px;color:#786e5c}.provider-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding-block:30px 36px;text-align:center}.provider-strip>p{font-size:9px;letter-spacing:1.7px;color:#737c6a;margin-bottom:25px}.provider-strip>div{display:flex;align-items:center;justify-content:center;gap:67px}.provider-brand{font-size:22px;font-weight:650;letter-spacing:-.7px}.provider-brand.claude{font-family:Georgia,serif}.provider-brand.muted{color:#7b8270}.provider-brand small{display:block;font-size:9px;letter-spacing:.1px;font-weight:400}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:40px;font-size:11px}.site-footer p{color:#66705e}.site-footer .wordmark{font-size:23px}.skip-link{position:fixed;top:-100px;left:15px;padding:12px;background:var(--ink);color:white;z-index:99}.skip-link:focus{top:15px}@keyframes panel-in{from{opacity:0;transform:translateY(15px) rotate(2deg)}to{opacity:1;transform:none}}@media(max-width:1050px){.shell{padding-inline:28px}.hero{gap:10px}.hero h1{font-size:54px}.floating-note{left:-15px;font-size:16px;bottom:95px}.hero-panel{margin-right:12px}.hero-actions{gap:15px}.hero .button{padding-inline:15px;font-size:12px}.provider-strip>div{gap:40px}}@media(max-width:760px){.nav{height:88px}.nav-links{display:none}.hero{grid-template-columns:1fr;gap:18px;padding-top:35px;padding-bottom:45px}.hero-copy{padding-bottom:0;text-align:center}.hero h1{font-size:clamp(42px,8vw,65px);margin-right:0;letter-spacing:-2px}.intro{margin-inline:auto}.hero-actions{justify-content:center;flex-wrap:wrap}.privacy-note{justify-content:center;margin-top:24px}.hero-stage{width:100%;max-width:420px;margin:20px auto 0;height:615px}.hero-panel{margin-right:40px}.floating-note{left:-8px;bottom:110px}.stage-label{align-self:center}.provider-strip>div{gap:26px;flex-wrap:wrap}.provider-brand{font-size:19px}.site-footer{flex-wrap:wrap;justify-content:center}.site-footer p{margin:0}.nav .wordmark{font-size:26px}.wordmark img{width:34px;height:34px}.nav .button-small{padding:10px;font-size:11px}.shell{padding-inline:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.section-intro{margin-bottom:44px}.section-intro h2,.setup-teaser h2,.closing h2{font-size:44px;letter-spacing:-1.6px;line-height:1.17;font-weight:550;margin:17px 0}.section-intro h2 em,.setup-teaser h2 em,.closing h2 em,.guide-heading h1 em,.not-found h1 em{font-family:inherit;color:var(--orange);font-weight:400}.section-intro>p{max-width:420px;font-size:14px;line-height:1.8;color:var(--muted-foreground);margin-inline:auto}.features{padding-block:100px}.features>.section-intro{text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.feature-grid article{padding-top:15px}.feature-icon{display:grid;place-items:center;width:47px;height:47px;border:1px solid #d3d9c5;border-radius:15px;background:var(--sage);margin-bottom:24px}.feature-grid h3{font-size:18px;font-weight:600;letter-spacing:-.5px;margin-bottom:12px}.feature-grid p{font-size:13px;line-height:1.85;color:var(--muted-foreground);margin-bottom:23px}.mini-meter{padding:13px 15px;border:1px solid var(--border);border-radius:10px;background:var(--paper);max-width:270px}.mini-meter>div{display:flex;justify-content:space-between;font-size:9px;color:var(--muted-foreground);margin-bottom:8px}.mini-meter strong{color:#936111}.meter-track{display:block;height:6px;border-radius:9px;background:#e9e9dc;overflow:hidden}.meter-track>span{display:block;width:38%;height:100%;background:#b88b40;border-radius:9px}.reset-chip{display:flex;align-items:center;gap:10px;font-size:11px;background:#e9eedb;padding:13px 16px;border-radius:9px;width:fit-content}.reset-chip strong{font-variant-numeric:tabular-nums}.showcase-section{padding-block:20px 100px}.showcase-section>.section-intro{text-align:center}.showcase-toolbar{display:flex;justify-content:space-between;align-items:center;max-width:450px;margin:0 auto 27px;gap:15px}.segmented{display:flex;padding:4px;border:1px solid var(--border);border-radius:11px;background:#efecdf}.segmented button{font-size:11px;height:33px;padding-inline:13px;color:var(--muted-foreground);gap:7px}.segmented button.selected{background:var(--paper);color:var(--ink);box-shadow:0 2px 5px #2733230a}.theme-switch{font-size:11px!important;gap:7px!important;height:39px!important}.showcase-canvas{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;background:#e9eedb;border-radius:28px;padding:45px 80px;transition:background .35s,color .35s}.showcase-canvas.preview-dark{background:#303a2a;color:#f1f2e5}.showcase-description h3{font-size:29px;letter-spacing:-.8px;line-height:1.2;margin:20px 0}.showcase-description p{font-size:14px;line-height:1.8;opacity:.72}.number-tag{font-size:9px;font-weight:650;letter-spacing:1.4px;opacity:.7}.showcase-description ul{padding:0;list-style:none;margin:25px 0;font-size:12px;line-height:2.3}.showcase-description li::before{content:'✓';margin-right:10px;color:#56834b}.showcase-figure{margin:0;text-align:center}.showcase-image{display:block;width:100%;max-width:290px;height:auto;border-radius:15px;box-shadow:0 15px 30px #18241220;animation:panel-in .35s both;margin-inline:auto}.showcase-figure figcaption{font-size:9px;opacity:.55;margin-top:15px}.setup-teaser{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-block:20px 100px;align-items:center}.setup-teaser p{font-size:14px;line-height:1.85;color:var(--muted-foreground)}.setup-teaser .button{margin-top:20px}.setup-list{padding:0;list-style:none}.setup-list li{display:flex;gap:20px;align-items:flex-start;border-bottom:1px solid var(--border);padding:25px 0}.setup-list li>span{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;background:#efdbc3;border-radius:13px;font-size:12px;font-weight:650;color:#93633d}.setup-list h3{font-size:16px;font-weight:600;letter-spacing:-.3px;margin:1px 0 7px}.setup-list p{font-size:12px;line-height:1.7;margin:0}.faq-section{padding-bottom:95px;display:grid;grid-template-columns:.9fr 1.1fr;gap:65px}.faq-list{min-width:0}details{border-bottom:1px solid var(--border);padding:19px 0}summary{font-size:14px;font-weight:550;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:18px;align-items:center}summary::-webkit-details-marker{display:none}summary::after{content:'+';font-size:24px;font-weight:300;color:var(--orange)}details[open] summary::after{content:'−'}details p{font-size:13px;line-height:1.8;color:var(--muted-foreground);margin:13px 22px 0 0;animation:panel-in .2s}.closing{padding-bottom:50px}.closing-inner{background:#f0ddc6;border-radius:25px;padding:40px;display:flex;align-items:center;gap:27px}.closing img{border-radius:25px;transform:rotate(-5deg);transition:transform .3s}.closing img:hover{transform:rotate(4deg) translateY(-5px)}.closing h2{font-size:36px;margin:10px 0 0}.closing .eyebrow{font-size:8px}.closing .button{margin-left:auto;font-size:12px}.footer-links{display:flex;gap:25px}.reveal-ready{opacity:0;transform:translateY(18px);transition:opacity .65s,transform .65s}.reveal-ready.revealed{opacity:1;transform:none}.guide{padding-top:20px;padding-bottom:70px}.back-link{font-size:11px;color:var(--muted-foreground)}.guide-heading{text-align:center;margin:55px auto 60px}.guide-heading h1,.not-found h1{font-size:53px;line-height:1.13;letter-spacing:-2px;font-weight:550;margin:22px 0}.guide-heading>p{font-size:15px;line-height:1.85;color:var(--muted-foreground);max-width:460px;margin-inline:auto}.requirements{display:flex;gap:20px;justify-content:center;margin-top:25px;flex-wrap:wrap}.requirements>span{display:inline-flex;gap:6px;align-items:center;font-size:10px;color:var(--muted-foreground)}.guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:45px;align-items:start}.guide-steps{display:grid;gap:20px}.guide-card{background:var(--paper);border:1px solid var(--border);border-radius:20px;padding:28px}.guide-step-title{display:flex;align-items:center;gap:10px}.step-number{font-size:11px;font-weight:600;color:var(--orange);background:#f5e4d5;padding:7px 8px;border-radius:7px}.guide-card h2{font-size:18px;font-weight:600;letter-spacing:-.4px;line-height:1.35}.guide-card p,.guide-card ol{font-size:13px;line-height:1.85;color:var(--muted-foreground);margin-top:17px;margin-bottom:17px}.guide-card ol{padding-left:20px;list-style:decimal}.guide-card li{padding-block:5px}.guide-card strong{font-weight:600;color:var(--ink)}code{font-family:ui-monospace,monospace;font-size:.9em;overflow-wrap:anywhere}.guide-card code:not(.command code),.privacy-details code{background:#eeeadd;padding:3px 5px;border-radius:4px}.guide-card .guide-note{font-size:11px;line-height:1.8;margin-bottom:0}.command-wrap{margin-top:18px}.command{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#293324;color:#f4f2e5;padding:11px 15px;border-radius:10px;font-size:13px}.command button{color:#f4f2e5}.command button:hover{color:#293324}.copy-status{display:block;font-size:10px;color:var(--muted-foreground);min-height:16px;margin-top:5px}.callout{font-size:12px;line-height:1.7;color:#4f6543;background:var(--sage);border-radius:10px;padding:14px 17px}.provider-links{display:flex;gap:13px;font-size:12px;color:var(--orange);font-weight:650}.provider-links a{padding:9px 11px;background:#f6ede0;border-radius:8px}.guide-aside{position:sticky;top:35px;background:var(--sage);padding:27px;border-radius:23px}.guide-aside>img{width:100px;height:100px;border-radius:23px;margin:0 auto 22px;display:block}.guide-aside h3{font-family:inherit;font-size:30px;font-weight:400;margin:0}.guide-aside p{font-size:12px;line-height:1.8;color:var(--muted-foreground)}.guide-aside nav{display:grid;gap:17px;padding:25px 0;font-size:11px}.guide-aside nav a:hover{color:var(--orange)}.guide-aside .eyebrow{font-size:7px;letter-spacing:1px;border-top:1px solid #cdd5bd;padding-top:20px}.privacy-page{padding-top:20px;padding-bottom:70px}.privacy-seal{display:grid;place-items:center;background:var(--sage);color:#587344;width:64px;height:64px;border-radius:20px;margin:0 auto 25px}.privacy-flow{display:grid;grid-template-columns:1fr 20px 1fr 20px 1fr;gap:20px;align-items:center;border:1px solid var(--border);border-radius:22px;background:var(--sage);padding:35px}.privacy-flow h2{font-size:18px;font-weight:600;margin:15px 0 8px}.privacy-flow p{font-size:12px;line-height:1.8;color:var(--muted-foreground);margin:0}.privacy-flow>span{font-size:25px;color:#85916f}.privacy-details{max-width:790px;margin:20px auto}.privacy-details section{padding:35px 0;border-bottom:1px solid var(--border)}.privacy-details h2{font-size:25px;letter-spacing:-.6px;font-weight:550;margin:10px 0}.privacy-details p{font-size:14px;line-height:1.9;color:var(--muted-foreground)}.privacy-footnote{display:flex;align-items:flex-start;gap:14px;max-width:790px;margin:35px auto;font-size:11px;line-height:1.8;color:var(--muted-foreground)}.privacy-footnote svg{flex-shrink:0;margin-top:3px}.privacy-footnote p{margin:0}.privacy-page>.button{display:flex;width:fit-content;margin:35px auto 0}.not-found{min-height:70vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding-block:60px}.not-found img{border-radius:27px;margin-bottom:30px}.not-found p{font-size:14px;color:var(--muted-foreground);margin-bottom:27px}
@media(max-width:1050px){.showcase-canvas{padding:40px;gap:30px}.closing-inner{padding:30px;gap:20px}.closing h2{font-size:29px}.closing img{width:80px;height:80px}.closing .button{max-width:200px;flex-wrap:wrap}.guide-layout{gap:25px;grid-template-columns:minmax(0,1fr) 235px}.feature-grid{gap:28px}}
@media(max-width:760px){.features{padding-block:65px}.section-intro h2,.setup-teaser h2{font-size:35px}.feature-grid{grid-template-columns:1fr;gap:25px}.feature-grid article{padding-bottom:25px;border-bottom:1px solid var(--border)}.feature-icon{margin-bottom:17px}.feature-grid p{max-width:460px}.showcase-canvas{grid-template-columns:1fr;padding:28px;gap:35px;border-radius:20px}.showcase-description h3{font-size:26px}.showcase-description p{font-size:13px}.showcase-image{max-width:285px}.showcase-section{padding-bottom:65px}.showcase-toolbar{gap:8px}.segmented button{padding-inline:9px;font-size:10px}.setup-teaser{grid-template-columns:1fr;gap:20px;padding-bottom:65px}.faq-section{grid-template-columns:1fr;gap:0;padding-bottom:65px}.faq-section .section-intro{margin-bottom:8px}.closing-inner{flex-direction:column;text-align:center;padding:35px 24px}.closing .button{margin:5px 0 0;max-width:none}.closing h2{font-size:36px}.closing{padding-bottom:20px}.guide-heading{margin-block:38px}.guide-heading h1,.not-found h1{font-size:38px;letter-spacing:-1.3px}.guide-heading>p{font-size:13px}.guide-layout{grid-template-columns:1fr}.guide-aside{position:static}.guide-card{padding:21px}.guide-card h2{font-size:16px}.guide-step-title{gap:8px}.guide-step-title>svg{display:none}.privacy-flow{grid-template-columns:1fr;padding:28px;gap:20px}.privacy-flow>span{transform:rotate(90deg);width:20px;justify-self:center}.privacy-details h2{font-size:23px}.requirements{gap:12px}.guide-aside nav{display:none}.guide-aside{text-align:center}.privacy-details p{font-size:13px}}
@media(prefers-reduced-motion:reduce){.reveal-ready{opacity:1;transform:none}*,*::before,*::after{animation:none!important;transition:none!important}}
/* Restrained typography and a shorter, illustration-led homepage. */
body{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif}
button{cursor:pointer}button:disabled{cursor:default}img{max-width:100%;vertical-align:middle}svg{vertical-align:middle;flex-shrink:0}h1,h2,h3,p{margin-top:0}
.wordmark{font-weight:700;letter-spacing:-1.25px}.hero h1{font-size:clamp(44px,4.6vw,66px);font-weight:600;letter-spacing:-2.7px}.hero h1 em,.section-intro h2 em,.setup-teaser h2 em,.closing h2 em,.guide-heading h1 em,.not-found h1 em{font-family:inherit;font-style:normal;font-weight:500;letter-spacing:inherit}.hero{min-height:700px;padding-top:20px;padding-bottom:65px}.hero-copy{padding-bottom:40px}.hero .intro{max-width:335px;line-height:1.7;font-size:17px}.hero-stage{height:605px}.hero-panel{margin-top:12px}.sample-label{bottom:0}.section-intro h2{font-weight:550;letter-spacing:-1.7px}.features{border-top:1px solid var(--border);padding-block:80px 85px}.features .section-intro{margin-bottom:24px}.features .section-intro h2{font-size:36px}.feature-grid{gap:25px}.feature-grid article{padding-top:0;border:0}.feature-art{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border:1px solid #e7e2d7;border-radius:18px;margin-bottom:25px}.feature-grid h3{font-size:18px;font-weight:600;margin:0 0 8px}.feature-grid p{font-size:13px;margin-bottom:0;line-height:1.7}.showcase-section{padding-top:20px;padding-bottom:90px}.showcase-section .section-intro{margin-bottom:30px}.showcase-description p{max-width:240px;margin-bottom:27px}.segmented button,.theme-switch{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:transparent;border:0;border-radius:8px;font-family:inherit;font-size:11px;font-weight:500;padding:9px 13px}.segmented button:hover{background:#fff8}.theme-switch{border:1px solid var(--border);background:var(--paper);padding:10px 13px;min-width:78px}.segmented button svg,.theme-switch svg{width:15px;height:15px}.showcase-image{height:auto;aspect-ratio:auto}.copy-button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:inherit}.copy-button svg{width:16px;height:16px}.copy-button:hover{background:#fff2;color:inherit}.closing h2{font-weight:550}.guide-aside h3{font-family:inherit;font-size:26px;font-weight:550;letter-spacing:-.7px}.privacy-page .button{font-size:13px}.site-footer{border-top:1px solid var(--border)}
@media(max-width:760px){.hero{padding-top:32px;min-height:0;padding-bottom:38px}.hero-copy{padding-bottom:0}.hero h1{font-size:clamp(42px,8vw,60px);letter-spacing:-1.8px}.hero .intro{font-size:15px}.hero-stage{margin-top:24px;height:605px}.features{padding-block:48px 60px}.features .section-intro h2{font-size:28px;letter-spacing:-1px}.feature-grid{grid-template-columns:1fr;gap:32px}.feature-art{max-height:270px;object-fit:contain;background:#f8f5ed;margin-bottom:18px}.showcase-section .section-intro h2{font-size:31px}.showcase-description p{max-width:none}.showcase-section{padding-bottom:58px}.closing h2{font-size:32px}.guide-heading h1{font-size:36px}.segmented button{padding-inline:9px}.faq-section{padding-bottom:55px}}
