@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=STIX+Two+Text:wght@400;500;600;700&display=swap";:root{--background: #ffffff;--foreground: #131110;--card: #f7f5f3;--muted: #f3f1f0;--muted-foreground: #656360;--border: #e6e4e2;font-family:Inter,system-ui,sans-serif;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;color-scheme:light}:root[data-theme=dark]{--background: #131110;--foreground: #f4f2f0;--card: #1b1918;--muted: #201e1d;--muted-foreground: #aaa7a3;--border: #302e2c;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;margin:0;background:var(--background);-webkit-font-smoothing:antialiased}a{color:inherit}.site-header{display:flex;width:min(1024px,calc(100% - 48px));align-items:center;justify-content:space-between;margin:auto;padding:64px 0 40px}.brand,.footer-brand{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:500;letter-spacing:-.02em;text-decoration:none}.brand{font-size:16px;font-weight:600;letter-spacing:-.03em}.brand img,.footer-brand img{border-radius:7px}.site-header nav,.site-footer nav{display:flex;align-items:center;gap:24px}.site-footer nav a{color:var(--muted-foreground);font-size:13px;letter-spacing:-.01em;text-decoration:none;transition:color .2s ease}.theme-toggle{position:relative;width:58px;height:30px;padding:0;border:1px solid var(--border);border-radius:999px;color:var(--muted-foreground);background:var(--muted);cursor:pointer}.theme-toggle:before{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:var(--background);box-shadow:0 1px 4px #0003;content:"";transition:transform .2s ease}.theme-toggle span{position:absolute;top:5px;z-index:1;width:20px;font-size:13px;line-height:20px}.theme-toggle .sun{left:4px}.theme-toggle .moon{right:4px}:root[data-theme=dark] .theme-toggle:before{transform:translate(28px)}.hero{padding:0 24px;text-align:center}.availability{margin:0;color:var(--muted-foreground);font-size:16px;line-height:1.6;letter-spacing:-.02em}.hero h1{margin:24px 0 0;font-family:STIX Two Text,Georgia,serif;font-size:40px;font-weight:400;line-height:1.2;letter-spacing:-.1px;text-wrap:balance}.hero-copy{max-width:620px;margin:24px auto 0;color:var(--muted-foreground);font-size:19px;line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:32px}.primary-button,.secondary-button{display:inline-flex;height:44px;align-items:center;justify-content:center;gap:9px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:500;letter-spacing:-.01em;text-decoration:none;transition:opacity .2s ease,transform .12s ease}.primary-button{color:var(--background);background:var(--foreground)}.secondary-button{border:1px solid var(--border);background:var(--card)}.button-icon,.secondary-button>svg{display:block;width:18px;height:18px;flex:none}.primary-button:active,.secondary-button:active{transform:scale(.98)}.install-command{display:inline-flex;max-width:calc(100% - 24px);align-items:center;gap:10px;margin-top:14px;padding:9px 13px;overflow-x:auto;border:1px solid var(--border);border-radius:10px;color:var(--muted-foreground);background:var(--card);text-align:left;white-space:nowrap}.install-command span{user-select:none}.install-command code{color:var(--foreground);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.copy-command{display:grid;width:28px;height:28px;flex:none;margin:-5px -7px -5px 2px;padding:0;place-items:center;border:0;border-radius:6px;color:var(--muted-foreground);background:transparent;cursor:pointer;transition:color .16s ease,background .16s ease}.copy-command svg{width:15px;height:15px}.copy-command[data-copied]{color:var(--foreground);background:var(--muted)}.hero small{display:block;margin-top:14px;color:var(--muted-foreground);font-size:12px}.app-preview{margin-top:96px;padding:96px 24px;background:var(--card)}.app-preview-frame{width:min(1024px,100%);margin:auto;overflow:hidden;border:1px solid #ffffff26;border-radius:16px;box-shadow:0 40px 120px -20px #0009,0 0 0 1px #0000000d}.app-preview video{display:block;width:100%;height:auto}.features{display:grid;width:min(1024px,calc(100% - 48px));grid-template-columns:repeat(3,1fr);gap:64px 40px;margin:128px auto 0;text-align:center}.features article{display:flex;flex-direction:column;align-items:center}.features h2{margin:16px 0 0;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:-.02em}.features p{max-width:270px;margin:12px 0 0;color:var(--muted-foreground);font-size:16px;line-height:1.6;letter-spacing:-.02em}.feature-icon{position:relative;display:block;width:32px;height:32px;color:var(--foreground)}.feature-icon:before,.feature-icon:after{position:absolute;content:""}.feature-icon--clock{border:2px solid currentColor;border-radius:50%}.feature-icon--clock:before{top:6px;left:14px;width:2px;height:10px;background:currentColor}.feature-icon--clock:after{top:15px;left:14px;width:7px;height:2px;background:currentColor;transform:rotate(35deg);transform-origin:left}.feature-icon--pause{border:2px solid currentColor;border-radius:50%}.feature-icon--pause:before{top:8px;left:10px;width:3px;height:12px;background:currentColor;box-shadow:7px 0 currentColor}.feature-icon--calendar{border:2px solid currentColor;border-radius:4px}.feature-icon--calendar:before{top:7px;right:0;left:0;height:2px;background:currentColor}.feature-icon--calendar:after{inset:13px 6px 6px;background:radial-gradient(circle,currentColor 1.5px,transparent 2px) 0 0 / 8px 8px}.feature-icon--eye{width:32px;height:20px;margin-top:6px;border:2px solid currentColor;border-radius:50% 0;transform:rotate(45deg)}.feature-icon--eye:before{inset:5px 11px;border-radius:50%;background:currentColor}.feature-icon--hourglass{border-top:2px solid currentColor;border-bottom:2px solid currentColor}.feature-icon--hourglass:before{inset:4px 7px;border:2px solid currentColor;border-top:0;border-bottom:0;transform:skew(22deg)}.feature-icon--hourglass:after{inset:4px 7px;border:2px solid currentColor;border-top:0;border-bottom:0;transform:skew(-22deg)}.feature-icon--sliders:before{top:7px;left:2px;width:28px;height:2px;background:currentColor;box-shadow:0 8px currentColor,0 16px currentColor}.feature-icon--sliders:after{top:3px;left:8px;width:8px;height:8px;border:2px solid currentColor;border-radius:50%;background:var(--background);box-shadow:10px 8px 0 -2px var(--background),10px 8px 0 0 currentColor,-3px 16px 0 -2px var(--background),-3px 16px 0 0 currentColor}.feature-cards{display:grid;width:min(1024px,calc(100% - 48px));grid-template-columns:1fr 1fr;gap:20px;margin:128px auto 0}.large-card{position:relative;display:flex;height:340px;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid var(--border);border-radius:24px;background:var(--card);text-align:center}.card-copy{position:relative;z-index:2;padding:0 32px 34px;background:linear-gradient(transparent,var(--card) 30%)}.card-copy h2{margin:0;font-size:18px;font-weight:500;letter-spacing:-.02em}.card-copy p{max-width:390px;margin:12px auto 0;color:var(--muted-foreground);font-size:15px;line-height:1.55;letter-spacing:-.02em}.card-art{position:absolute;inset:0 0 95px;display:flex;justify-content:center;padding-top:24px;mask-image:linear-gradient(#000 68%,transparent)}.break-preview{width:min(320px,calc(100% - 48px));overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#101012;box-shadow:0 18px 40px -18px #0009}.break-preview img{display:block;width:100%;height:auto}.context-art{position:absolute;inset:0 0 95px;mask-image:linear-gradient(#000 65%,transparent)}.context-pill{position:absolute;display:flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid var(--border);border-radius:999px;color:#b8b5b2;background:#1a1817;font-size:11px;box-shadow:0 15px 30px #0007}.context-pill i{width:6px;height:6px;border-radius:50%;background:#d9a14a}.context-pill.one{top:38px;left:50%;transform:translate(-50%) rotate(-4deg)}.context-pill.two{top:92px;left:18%;transform:rotate(6deg)}.context-pill.three{top:135px;right:14%;transform:rotate(-3deg)}.context-pill.three i{background:#48b486}.faq{width:min(600px,calc(100% - 48px));margin:128px auto 0;border-top:1px solid var(--border)}.faq details{border-bottom:1px solid var(--border)}.faq summary{display:flex;align-items:center;justify-content:space-between;padding:16px 4px;font-size:14px;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{width:6px;height:6px;margin:0 4px 3px 16px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;color:var(--muted-foreground);content:"";transform:rotate(45deg);transition:transform .16s ease}.faq details[open] summary:after{transform:rotate(-135deg)}.faq p{margin:-4px 28px 16px 4px;color:var(--muted-foreground);font-size:13px;line-height:1.6}.blog-index,.article-wrap{width:min(720px,calc(100% - 48px));margin:72px auto 0}.blog-heading>p,.article-kicker{margin:0;color:var(--muted-foreground);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.blog-heading h1,.article-wrap>h1{margin:18px 0 0;font-family:STIX Two Text,Georgia,serif;font-size:40px;font-weight:400;line-height:1.18;letter-spacing:-.01em;text-wrap:balance}.blog-heading>span{display:block;max-width:560px;margin-top:18px;color:var(--muted-foreground);font-size:16px;line-height:1.6}.post-list{margin-top:64px;border-top:1px solid var(--border)}.post-card{position:relative;display:block;padding:28px 40px 28px 4px;border-bottom:1px solid var(--border);text-decoration:none}.post-card>div{display:flex;justify-content:space-between;color:var(--muted-foreground);font-size:11px}.post-card h2{margin:12px 0 0;font-size:20px;font-weight:500;letter-spacing:-.02em}.post-card p{max-width:620px;margin:10px 0 0;color:var(--muted-foreground);font-size:14px;line-height:1.6}.post-card i{position:absolute;top:50%;right:4px;color:var(--muted-foreground);font-style:normal;transform:translateY(-50%)}.article-page{padding-bottom:24px}.article-meta{margin:14px 0 0;color:var(--muted-foreground);font-size:12px}.article-body{margin-top:48px}.article-body>p,.article-body>ul{margin:20px 0 0;font-size:16px;line-height:1.8}.article-body>ul,.article-body>div ul{padding-left:20px}.article-body li+li{margin-top:8px}.article-body h2{margin:52px 0 0;font-family:STIX Two Text,Georgia,serif;font-size:28px;font-weight:500;line-height:1.25}.article-body>div{margin:28px 0;padding:20px;border:1px solid var(--border);border-radius:16px;background:var(--card)}.article-body>div>p:first-child{margin:0;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.article-body>div>p+p{margin:12px 0 0;color:var(--muted-foreground);font-size:14px;line-height:1.65}.article-body>div ul{margin:12px 0 0;font-size:14px;line-height:1.65}.article-body a{text-underline-offset:3px}.article-body dl{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px}.article-body dt{color:var(--muted-foreground);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.article-body dd{margin:6px 0 0;font-size:13px;line-height:1.5}.article-body dd:first-of-type{font-size:16px;font-weight:600}.article-cta>div{display:flex;gap:18px;margin-top:16px}.article-cta>div a{font-size:14px;font-weight:500;text-decoration:none}.site-footer{margin-top:128px;border-top:1px solid var(--border)}.footer-inner{width:min(1024px,calc(100% - 48px));margin:auto;padding:28px 0 24px}.footer-main{display:flex;align-items:center;justify-content:space-between}.footer-inner>p{margin:24px 0 0;color:var(--muted-foreground);font-size:12px}:focus-visible{outline:2px solid #a19e9b;outline-offset:3px}@media(hover:hover)and (pointer:fine){.site-footer nav a:hover{color:var(--foreground)}.primary-button:hover,.secondary-button:hover{opacity:.9}.copy-command:hover{color:var(--foreground);background:var(--muted)}}@media(max-width:760px){.site-header{padding-top:36px}.features{grid-template-columns:1fr 1fr}.feature-cards{grid-template-columns:1fr}}@media(max-width:540px){.site-header{width:calc(100% - 32px);padding:28px 0 36px}.app-preview{margin-top:72px;padding:56px 16px}.app-preview-frame{border-radius:12px}.hero h1{font-size:34px}.hero-copy{font-size:17px}.blog-index,.article-wrap{width:calc(100% - 32px);margin-top:48px}.blog-heading h1,.article-wrap>h1{font-size:34px}.article-body dl{grid-template-columns:1fr}.features{width:calc(100% - 32px);grid-template-columns:1fr;gap:58px;margin-top:96px}.feature-cards{width:calc(100% - 32px);margin-top:96px}.large-card{height:350px}.footer-inner{width:calc(100% - 32px)}.footer-main{align-items:flex-start;flex-direction:column;gap:24px}.site-footer nav{flex-wrap:wrap;gap:16px 22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
