:root{color-scheme:dark;--bg: #09090f;--bg-elevated: rgba(20, 23, 32, .72);--bg-card: rgba(18, 21, 29, .78);--border: rgba(255, 255, 255, .08);--text: #f4f7fb;--muted: #aab4c5;--accent: #7c9cff;--accent-2: #53d6ff;--accent-3: #9b7cff;--success: #70e1a1;--shadow: 0 24px 80px rgba(0, 0, 0, .35);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--container: 1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(124,156,255,.22),transparent 34%),radial-gradient(circle at top right,rgba(83,214,255,.16),transparent 30%),linear-gradient(180deg,#0a0b12,#09090f 48%,#08090d)}a{color:inherit;text-decoration:none}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.94em;padding:.18rem .42rem;border-radius:.55rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.05)}img{max-width:100%;display:block}.page-shell{position:relative;overflow:hidden}.page-shell:before,.page-shell:after{content:"";position:absolute;inset:auto;width:36rem;height:36rem;border-radius:999px;filter:blur(90px);opacity:.22;pointer-events:none}.page-shell:before{top:-10rem;left:-12rem;background:#6d7cff}.page-shell:after{top:14rem;right:-10rem;background:#18d9ff}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:#09090fb3;border-bottom:1px solid rgba(255,255,255,.05)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.9rem;font-weight:700;letter-spacing:.01em}.brand__mark{display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:.85rem;background:linear-gradient(135deg,#7c9cff47,#53d6ff2e);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff14}.site-nav{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.site-nav a{padding:.72rem .95rem;border-radius:999px;color:var(--muted);font-size:.96rem;transition:color .18s ease,background .18s ease,transform .18s ease}.site-nav a:hover,.site-nav a.is-active{color:var(--text);background:#ffffff0f}.hero{padding:5.6rem 0 2.8rem}.hero__stack{display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(0,2.85fr);gap:1rem;align-items:stretch}.hero__headline,.hero__support,.hero__panel,.surface{position:relative;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(180deg,#161922e0,#0b0c12d1);box-shadow:var(--shadow)}.hero__headline{display:flex;align-items:center;padding:2rem 2.2rem}.hero__support{display:flex;justify-content:center;padding:1.5rem 1.8rem}h1,h2,h3,p{margin:0}h1{font-size:clamp(2.8rem,6vw,5rem);line-height:.95;letter-spacing:-.05em;max-width:7ch}.cta-row{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.95rem 1.2rem;min-height:3rem;border-radius:999px;border:1px solid transparent;font-weight:600;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#06111a}.button--secondary{border-color:#ffffff14;background:#ffffff0a;color:var(--text)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;grid-column:1 / -1}.hero-stat{padding:1rem;border-radius:var(--radius-sm);background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.hero-stat strong{display:block;font-size:1.15rem;margin-bottom:.35rem}.hero-stat span{color:var(--muted);font-size:.92rem}.hero__panel{display:flex;align-items:center;padding:1.4rem;grid-column:2;grid-row:1}.app-window{width:100%;max-width:1120px;margin:0 auto;border-radius:calc(var(--radius-lg) - .6rem);background:linear-gradient(180deg,#171a25f2,#090a0ef5),#06070af0;border:1px solid rgba(255,255,255,.06);overflow:hidden}.app-window__topbar{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:.95rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);color:var(--muted);font-size:.92rem}.traffic-lights{display:inline-flex;gap:.45rem}.traffic-lights span{display:block;width:.72rem;height:.72rem;border-radius:999px;opacity:.9}.traffic-lights span:nth-child(1){background:#ff5f56}.traffic-lights span:nth-child(2){background:#ffbd2e}.traffic-lights span:nth-child(3){background:#27c93f}.hero-media-stage{display:grid;padding:1.1rem}.hero-media{position:relative;width:100%;max-width:1066px;margin:0;border-radius:1.3rem;border:1px solid rgba(255,255,255,.06);overflow:hidden;background:#06070a66;box-shadow:inset 0 1px #ffffff0a}.hero-media__image{display:block;width:100%;height:auto;aspect-ratio:1066 / 599;object-fit:cover}.hero__headline{grid-column:1;grid-row:1}.hero__support{grid-column:1 / -1;grid-row:3}.hero__made-with{display:flex;align-items:center;justify-content:center;gap:.7rem;flex-wrap:wrap;padding:1rem 1.25rem;text-align:center;font-size:clamp(1.55rem,3vw,2.4rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;grid-column:1 / -1;grid-row:2}.hero__made-with-label{color:var(--text)}section{padding:2rem 0}.section-heading{max-width:48rem;margin-bottom:1.5rem}.section-heading span{display:inline-block;color:var(--accent-2);text-transform:uppercase;letter-spacing:.16em;font-size:.82rem;margin-bottom:.7rem}.section-heading h2{font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.04em;margin-bottom:.8rem}.section-heading p{color:var(--muted);line-height:1.75;max-width:55ch}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card{padding:1.4rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow)}.card__icon{display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:.95rem;margin-bottom:1rem;background:linear-gradient(135deg,#7c9cff40,#53d6ff26);border:1px solid rgba(255,255,255,.08);font-size:1.15rem}.card h3{margin-bottom:.55rem;font-size:1.18rem}.card p{color:var(--muted);line-height:1.65}.workflow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.workflow-step{position:relative;padding:1.4rem;border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffff08}.workflow-step__index{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#7c9cff26;color:var(--accent-2);font-weight:700;margin-bottom:.9rem}.workflow-step p{color:var(--muted);line-height:1.7}.shortcut-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.shortcut-group{padding:1.3rem;border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffff08}.shortcut-group h3{margin-bottom:.85rem}.shortcut-list{display:grid;gap:.7rem}.shortcut-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.shortcut-item span:last-child{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--accent-2);font-size:.95rem}.install-note,.export-note{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;padding:1.4rem 1.5rem;border-radius:var(--radius-md)}.install-note{margin-top:1rem;border:1px solid rgba(124,156,255,.2);background:linear-gradient(135deg,#7c9cff14,#53d6ff0f)}.export-note{border-radius:var(--radius-md);border:1px solid rgba(112,225,161,.2);background:linear-gradient(135deg,#70e1a114,#53d6ff0f)}.install-note h3,.export-note h3{margin-bottom:.55rem}.install-note p,.export-note p{color:var(--muted);line-height:1.7}.footer{padding:3rem 0 4rem;color:var(--muted)}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06)}.made-with__heart{font-size:1em;line-height:1}.copilot-lockup{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);background:none;border:0;font-weight:600;padding:0}.copilot-lockup__image{width:1em;height:auto;flex:none;image-rendering:pixelated}@media(max-width:980px){.hero__stack,.feature-grid,.workflow,.shortcut-grid{grid-template-columns:1fr}.hero{padding-top:4rem}.hero__headline,.hero__panel,.hero__support,.hero__made-with,.hero-stats{grid-column:1;grid-row:auto}}@media(max-width:760px){.site-header__inner{align-items:flex-start;flex-direction:column}.site-nav{width:100%;justify-content:flex-start}.hero__headline,.hero__support,.hero__panel,.hero__made-with{padding:1.4rem}h1{max-width:8ch}.hero-stats,.install-note,.export-note{grid-template-columns:1fr}}
