@import url("https://fonts.googleapis.com/css2?family=Cal+Sans:wght@600&family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#f5f5f5;--bg-2:#fafafa;--panel:rgba(255,255,255,0.95);--line:rgba(0,0,0,0.08);--text:#3f3f3f;--text-heading:#0a0a0a;--muted:#6b6b6b;--accent:#0e7490;--accent-2:#155e75;--mono:"SF Mono","Menlo","Consolas",monospace;--display:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--heading:"Cal Sans","Inter",sans-serif}*{box-sizing:border-box;margin:0}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body{min-height:100vh;font-family:var(--display);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.footer{border-top:1px solid var(--line);margin-top:4rem}.footer-inner{max-width:720px;margin:0 auto;padding:2rem;display:flex;align-items:center;justify-content:space-between}.footer-name{font-weight:600;font-size:.95rem;color:var(--text-heading);font-family:var(--heading);letter-spacing:-.02em}.footer-links{display:flex;gap:1.5rem;align-items:center}.footer-links a{color:var(--muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.footer-links a:hover{color:var(--text-heading)}.hero{max-width:720px;margin:0 auto;padding:2rem 2rem 0;text-align:left;animation:fade-in .6s ease-out}.hero-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.hero-name{font-weight:600;font-size:.95rem;color:var(--text-heading);font-family:var(--heading);letter-spacing:-.02em}.hero-links{display:flex;gap:1.5rem;align-items:center}.hero-links a{color:var(--muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.hero-links a:hover{color:var(--text-heading)}.eyebrow{display:inline-block;font-family:var(--display);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem}.eyebrow,h1{font-weight:600}h1{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.03em;line-height:1.15;color:var(--text-heading);font-family:var(--heading);margin-bottom:.75rem}.hero-sub{max-width:560px;margin:0;font-size:1.15rem;line-height:1.7;color:var(--muted);font-weight:400}.copy-stack{display:flex;flex-direction:column;align-items:flex-start;margin-top:2rem;gap:0}.copy-label{font-size:.9rem;font-weight:500;color:var(--text-heading);margin-top:1rem;margin-bottom:.5rem}.copy-box,.copy-label:first-child{margin-top:0}.copy-box{display:flex;align-items:center;border-radius:10px;border:1.5px solid var(--line);background:var(--bg-2);overflow:hidden;width:100%;max-width:450px;transition:border-color .2s ease,box-shadow .2s ease}.copy-box:hover{border-color:rgba(0,0,0,.12);box-shadow:0 2px 8px rgba(0,0,0,.04)}.copy-box-url{flex:1 1;padding:.85rem 1.2rem;font-family:var(--mono);font-size:.875rem;color:var(--text);white-space:nowrap;overflow-x:auto;-webkit-user-select:all;-moz-user-select:all;user-select:all;text-align:left}.copy-box-btn{flex-shrink:0;padding:.85rem 1.3rem;border:none;border-left:1.5px solid var(--line);background:transparent;color:var(--accent);font-family:var(--display);font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s ease}.copy-box-btn:hover{background:var(--bg)}.hero-how,.hero-supports{margin-top:1.5rem}.hero-supports{font-size:.9rem;color:var(--muted);font-weight:400}.btn{display:inline-flex;align-items:center;text-decoration:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;transition:all .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:white;background:var(--accent);box-shadow:0 2px 8px rgba(99,102,241,.2)}.btn-primary:hover{background:var(--accent-2);box-shadow:0 4px 12px rgba(99,102,241,.3)}.btn-secondary{color:var(--text-heading);border:1.5px solid var(--line);background:var(--bg-2)}.btn-secondary:hover{border-color:rgba(0,0,0,.15);background:var(--bg)}.steps{max-width:720px;margin:0 auto;padding:2rem 2rem 0}.section-title{text-align:left;font-size:1.8rem;font-family:var(--heading);letter-spacing:-.02em;color:var(--text-heading);margin-bottom:1.5rem}.stepper{max-width:500px;margin:0}.stepper-item{display:flex;gap:1.5rem}.stepper-marker{display:flex;flex-direction:column;align-items:center}.step-number{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:var(--accent);color:white;font-weight:600;font-size:.75rem;flex-shrink:0;transform:rotate(45deg);position:relative;border-radius:4px}.step-number>*{transform:rotate(-45deg)}.stepper-line{width:2px;flex:1 1;background:var(--line);margin:.75rem 0}.stepper-content{padding-bottom:1.5rem}.stepper-item:last-child .stepper-content{padding-bottom:0}.stepper-content h3{font-size:1.1rem;font-weight:600;color:var(--text-heading);margin-bottom:.5rem;margin-top:.35rem;font-family:var(--display)}.stepper-content p{color:var(--muted);line-height:1.7;font-size:.95rem}.stepper-content a{color:var(--accent);text-decoration:none}.stepper-content a:hover{text-decoration:underline}.copy-section{padding:1rem 2rem 3rem}.copy-section,.how-it-works{max-width:720px;margin:0 auto;text-align:left}.how-it-works{padding:2rem 2rem 3rem}.how-it-works h2{font-size:1.8rem;font-family:var(--heading);color:var(--text-heading);letter-spacing:-.02em;font-weight:600;margin-bottom:1rem}.how-it-works p{font-size:1rem;line-height:1.7;color:var(--text);max-width:600px}.faq{max-width:720px;margin:0 auto;padding:2rem 2rem 4rem;text-align:left}.faq h2{font-size:1.8rem;font-family:var(--heading);color:var(--text-heading);letter-spacing:-.02em;font-weight:600;margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:2rem}.faq-item h3{font-size:1.1rem;font-family:var(--display);color:var(--text-heading);font-weight:600;margin-bottom:.5rem}.faq-item p{font-size:1rem;line-height:1.7;color:var(--text)}.cta-section{max-width:720px;margin:0 auto;padding:4rem 2rem 6rem;text-align:left}.cta-section h2{font-size:1.8rem;font-family:var(--heading);color:var(--text-heading);letter-spacing:-.02em}.cta-section p{color:var(--muted);margin:.75rem 0 2rem;font-size:1.1rem}.docs-page{min-height:100vh;background:var(--bg)}.docs-page .hero-header{max-width:960px;margin:0 auto;padding:2rem 2rem 0}.docs-page .hero-links a.active{color:var(--accent)}.docs-layout{display:grid;grid-template-columns:200px 720px;max-width:960px;margin:0 auto;padding:2rem;grid-gap:2.5rem;gap:2.5rem;animation:fade-in .6s ease-out}.docs-sidebar{position:-webkit-sticky;position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}.docs-nav{display:flex;flex-direction:column;gap:.5rem}.docs-nav a{display:block;padding:.5rem .75rem;color:var(--muted);text-decoration:none;font-size:.875rem;font-weight:500;border-left:2px solid transparent;transition:all .2s ease}.docs-nav a:hover{color:var(--text-heading);border-left-color:var(--line);background:var(--bg-2);border-radius:4px}.docs-nav a:active{color:var(--accent);border-left-color:var(--accent)}.docs-content{padding-bottom:4rem}.docs-content section{margin-bottom:3rem;scroll-margin-top:2rem}.docs-content h2{font-size:1.9rem;font-family:var(--heading);font-weight:600;color:var(--text-heading);letter-spacing:-.02em;margin-bottom:1rem;margin-top:0}.docs-content h3{font-size:1.3rem;margin-top:2rem;margin-bottom:.75rem}.docs-content h3,.docs-content h4{font-family:var(--display);font-weight:600;color:var(--text-heading)}.docs-content h4{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}.docs-content p{line-height:1.7;color:var(--text);margin-bottom:1rem;font-size:.95rem}.docs-content ul{margin:1rem 0;padding-left:1.5rem;list-style-type:disc}.docs-content ul li{line-height:1.7;color:var(--text);margin-bottom:.5rem;font-size:.95rem}.docs-content a{color:var(--accent);text-decoration:none;font-weight:500}.docs-content a:hover{text-decoration:underline}.docs-content code{font-family:var(--mono);font-size:.875rem;color:var(--text-heading);background:var(--bg-2);padding:.2rem .4rem;border-radius:4px;border:1px solid var(--line)}.docs-content .code-block{margin:1.25rem 0;border-radius:8px;border:1.5px solid var(--line);background:var(--bg-2);overflow:hidden}.docs-content .code-block pre{margin:0;padding:1rem 1.25rem;overflow-x:auto}.docs-content .code-block code{font-family:var(--mono);font-size:.85rem;color:var(--text);background:transparent;padding:0;border:none;line-height:1.6;display:block;white-space:pre}.docs-content .warning{color:var(--accent-2);font-size:.9rem}@media (max-width:768px){.docs-layout{grid-template-columns:1fr;gap:1.5rem}.docs-sidebar{position:static;border-bottom:1px solid var(--line);padding-bottom:1rem}.docs-nav{flex-direction:row;flex-wrap:wrap;gap:.75rem}.docs-nav a{border-left:none;border-bottom:2px solid transparent;padding:.5rem .75rem;font-size:.85rem}.docs-nav a:hover{border-bottom-color:var(--line);background:transparent}.docs-nav a:active{border-bottom-color:var(--accent)}}