*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-base: #ffffff;--bg-surface: #f7f7f7;--bg-elevated: #efefef;--border: #e0e0e0;--border-hover: #b4540640;--text: #1a1a1a;--text-muted: #6b6b6b;--accent: #b45406;--accent-glow: #9a4a05;--accent-dim: #b454060a;--font-display: "Instrument Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", monospace;--nav-height: 64px;--max-width: 1120px;--radius: 12px;--radius-sm: 8px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-display);background:var(--bg-base);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-glow)}code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-elevated);padding:.15em .45em;border-radius:4px;color:var(--accent)}.reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.features__primary .card:nth-child(2){transition-delay:.06s}.features__primary .card:nth-child(3){transition-delay:.12s}.features__grid .card:nth-child(2){transition-delay:.06s}.features__grid .card:nth-child(3){transition-delay:.12s}.features__grid .card:nth-child(4){transition-delay:.18s}.features__grid .card:nth-child(5){transition-delay:.24s}.features__grid .card:nth-child(6){transition-delay:.3s}.features__grid .card:nth-child(7){transition-delay:.36s}.steps .step:nth-child(2){transition-delay:.08s}.steps .step:nth-child(3){transition-delay:.16s}.steps .step:nth-child(4){transition-delay:.24s}.steps .step:nth-child(5){transition-delay:.32s}.preview__showcase .preview__item:nth-child(2){transition-delay:.12s}.preview__showcase .preview__item:nth-child(3){transition-delay:.24s}.preview__showcase .preview__item:nth-child(4){transition-delay:.36s}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);z-index:100;transition:background .3s,box-shadow .3s}.nav.is-scrolled{background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--border)}.nav__inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.125rem;color:var(--text);letter-spacing:-.02em}.nav__logo:hover{color:var(--text)}.nav__logo-icon{flex-shrink:0}.nav__links{display:flex;align-items:center;gap:28px}.nav__link{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .2s}.nav__link:hover{color:var(--text)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--nav-height) + 40px) 24px 80px;overflow:hidden;background:linear-gradient(to bottom,#f7f7f7,#fff)}.hero__content{position:relative;max-width:680px}.hero__title{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;color:var(--text)}.hero__sub{margin-top:20px;font-size:1.125rem;color:var(--text-muted);line-height:1.65;max-width:540px;margin-left:auto;margin-right:auto}.hero__ctas{margin-top:36px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;font-family:var(--font-display);font-size:.9375rem;font-weight:600;border-radius:var(--radius-sm);transition:all .25s cubic-bezier(.16,1,.3,1);cursor:pointer;border:none}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-glow);color:#fff}.btn--coming-soon{background:transparent;color:var(--text-muted);border:1px solid var(--border);cursor:default}.btn--outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn--outline:hover{border-color:var(--accent);color:var(--accent)}.download{padding:80px 24px;text-align:center;background:var(--bg-surface)}.download__inner{max-width:var(--max-width);margin:0 auto}.download__sub{font-size:1.0625rem;color:var(--text-muted);margin-top:-36px;margin-bottom:40px}.download__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn--lg{padding:16px 32px;font-size:1rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;text-align:center;margin-bottom:52px}.section-title--left{text-align:left}.preview{padding:100px 24px;background:var(--bg-surface)}.preview__inner{max-width:var(--max-width);margin:0 auto}.preview__showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.preview__item{display:flex;flex-direction:column;gap:16px}.preview__window{border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;background:var(--bg-base);transition:border-color .2s}.preview__window:hover{border-color:silver}.preview__titlebar{height:6px;background:var(--bg-elevated);border-bottom:1px solid var(--border)}.preview__img{display:block;width:100%;height:auto}.preview__caption{font-size:.875rem;color:var(--text-muted);text-align:center;line-height:1.5;padding:0 8px}.features{padding:100px 24px}.features__inner{max-width:var(--max-width);margin:0 auto}.features__primary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.card--primary{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.card--primary .card__icon{margin-bottom:0;flex-shrink:0}.features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:border-color .2s}.card:hover{border-color:silver}.card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--accent-dim);border-radius:var(--radius-sm);margin-bottom:18px}.card__title{font-size:1.0625rem;font-weight:600;margin-bottom:8px;letter-spacing:-.01em}.card__desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}.getting-started{padding:100px 24px;background:var(--bg-surface)}.getting-started__inner{max-width:680px;margin:0 auto}.steps{display:flex;flex-direction:column;gap:32px}.step{display:flex;align-items:flex-start;gap:16px}.step__number{font-family:var(--font-mono);font-size:1.25rem;font-weight:700;color:var(--text-muted);line-height:1.4;flex-shrink:0;min-width:24px}.step__title{font-size:1.0625rem;font-weight:600;margin-bottom:6px;letter-spacing:-.01em}.step__desc{font-size:.9rem;color:var(--text-muted);line-height:1.65}.footer{padding:40px 24px;border-top:1px solid var(--border)}.footer__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer__text{font-size:.8125rem;color:var(--text-muted);font-family:var(--font-mono)}.footer__links{display:flex;align-items:center;gap:12px;font-size:.8125rem}.footer__links a{color:var(--text-muted)}.footer__links a:hover{color:var(--text)}.footer__sep{color:var(--border)}@media(max-width:900px){.features__primary,.features__grid{grid-template-columns:1fr}.preview__showcase{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media(max-width:600px){.nav__links{gap:18px}.nav__link{font-size:.8125rem}.hero{padding-top:calc(var(--nav-height) + 32px);padding-bottom:60px;min-height:auto}.hero__sub{font-size:1rem}.features,.preview,.getting-started{padding:64px 20px}.section-title{margin-bottom:36px}.footer__inner{flex-direction:column;text-align:center}}
