.home-page{width:min(var(--app-page-max),calc(100% - (var(--app-page-gutter) * 2)));margin:0 auto;padding:clamp(28px,5vw,72px) 0 72px}.home-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:clamp(24px,5vw,72px);align-items:center;min-height:430px;padding:clamp(28px,5vw,68px);border:1px solid var(--line);background:linear-gradient(135deg,var(--card) 0 66%,color-mix(in srgb,var(--orange) 12%,var(--card)) 66%)}.home-hero:after{content:"";position:absolute;right:-90px;bottom:-130px;width:330px;height:330px;border:54px solid color-mix(in srgb,var(--orange) 30%,transparent);border-radius:50%;pointer-events:none}.home-eyebrow,.home-section-head small{display:block;color:var(--orange);font:500 10px DM Mono,monospace;letter-spacing:.16em;text-transform:uppercase}.home-hero h1{max-width:760px;margin:12px 0 18px;font-size:clamp(38px,6vw,78px);line-height:.98;letter-spacing:-.055em}.home-hero p{max-width:680px;margin:0;color:var(--muted,#63686a);font-size:clamp(14px,1.5vw,18px);line-height:1.75}.home-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.home-actions a,.home-continue a,.home-starter footer a{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-min);padding:0 18px;border:1px solid var(--ink);background:var(--ink);color:var(--card);font-size:12px;font-weight:800;text-decoration:none}.home-actions a.secondary{background:transparent;color:var(--ink)}.home-actions a:hover,.home-actions a:focus-visible,.home-continue a:hover,.home-continue a:focus-visible,.home-starter footer a:hover,.home-starter footer a:focus-visible{border-color:var(--orange);outline:3px solid var(--focus);outline-offset:2px}.home-signal{position:relative;z-index:1;display:grid;place-items:center;min-height:260px}.home-signal span{display:grid;place-items:center;width:172px;height:172px;border:1px solid var(--orange);border-radius:50%;background:color-mix(in srgb,var(--card) 86%,transparent);color:var(--orange);font:500 54px DM Mono,monospace;box-shadow:0 0 0 18px color-mix(in srgb,var(--orange) 10%,transparent),0 0 0 42px color-mix(in srgb,var(--orange) 5%,transparent)}.home-signal small{position:absolute;bottom:18px;max-width:240px;text-align:center;font-size:10px;font-weight:700;line-height:1.5}.home-starter{margin-top:18px;border:1px solid var(--line)}.home-starter>header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.6fr);gap:24px;align-items:end;margin-bottom:0;padding:26px 28px;border-bottom:1px solid var(--line)}.home-starter-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.home-starter-metrics div{display:grid;gap:8px;padding:22px 24px;border-right:1px solid var(--line)}.home-starter-metrics small{color:var(--muted,#686d70);font-size:10px;font-weight:800}.home-starter footer{display:flex;align-items:center;gap:16px;padding:18px 24px;border-top:1px solid var(--line)}.home-starter footer p{margin:0}.home-section{margin-top:clamp(44px,7vw,82px)}.home-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.home-section-head h2{margin:7px 0 0;font-size:clamp(24px,3.3vw,42px);letter-spacing:-.035em}.home-section-head p{max-width:520px;margin:0;color:var(--muted,#686d70);font-size:12px;line-height:1.7}.home-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.home-feature-card{display:grid;grid-template-rows:auto auto 1fr auto;gap:12px;min-height:260px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--card);color:var(--ink);text-decoration:none;transition:transform .18s ease,background .18s ease}.home-feature-card:hover{position:relative;z-index:1;transform:translateY(-4px);background:color-mix(in srgb,var(--orange) 6%,var(--card))}.home-feature-card:focus-visible{position:relative;z-index:2;outline:3px solid var(--focus);outline-offset:-3px}.home-feature-card>span{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--line);background:var(--canvas);color:var(--orange);font:500 20px DM Mono,monospace}.home-feature-card h3{margin:4px 0 0;font-size:19px}.home-feature-card p{margin:0;color:var(--muted,#686d70);font-size:12px;line-height:1.65}.home-feature-card b{display:flex;align-items:center;gap:7px;font-size:11px}.home-feature-card b:after{content:"→";color:var(--orange)}.home-intent-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line)}.home-intent-list a{display:flex;align-items:center;min-height:96px;padding:18px;border-right:1px solid var(--line);color:var(--ink);font-size:12px;font-weight:800;line-height:1.5;text-decoration:none}.home-intent-list a:last-child{border-right:0}.home-intent-list a:hover{background:color-mix(in srgb,var(--orange) 8%,var(--card))}.home-intent-list a:focus-visible{outline:3px solid var(--focus);outline-offset:-3px}.home-workflow{display:grid;grid-template-columns:repeat(4,1fr);counter-reset:home-step}.home-workflow a{position:relative;display:grid;gap:10px;min-height:124px;padding:24px 48px 24px 24px;border:1px solid var(--line);border-right:0;background:var(--card);color:var(--ink);text-decoration:none;counter-increment:home-step}.home-workflow a:last-child{border-right:1px solid var(--line)}.home-workflow a:before{content:"0" counter(home-step);color:var(--orange);font:500 11px DM Mono,monospace}.home-workflow a:not(:last-child):after{content:"→";position:absolute;right:16px;top:50%;color:var(--orange);font-size:18px}.home-workflow a:focus-visible{outline:3px solid var(--focus);outline-offset:-3px;z-index:1}.home-continue{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:28px;padding:22px 24px;border:1px solid color-mix(in srgb,var(--orange) 60%,var(--line));background:color-mix(in srgb,var(--orange) 7%,var(--card))}.home-continue h2{margin:0 0 5px;font-size:17px}.home-continue p{margin:0;color:var(--muted,#686d70);font-size:11px}.home-continue a{flex:0 0 auto}@media(max-width:900px){.home-page{padding-top:18px;padding-bottom:96px}.home-hero{grid-template-columns:1fr;min-height:0}.home-signal{min-height:190px}.home-starter>header{grid-template-columns:1fr}.home-starter-metrics{grid-template-columns:1fr 1fr}.home-starter-metrics div:nth-child(2){border-right:0}.home-starter-metrics div:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-intent-list{grid-template-columns:1fr 1fr}.home-intent-list a{min-height:76px;border-bottom:1px solid var(--line)}.home-intent-list a:nth-child(2n){border-right:0}.home-intent-list a:last-child{grid-column:1/-1;border-bottom:0}.home-workflow{grid-template-columns:1fr 1fr}.home-workflow a:nth-child(2){border-right:1px solid var(--line)}.home-workflow a:nth-child(-n+2){border-bottom:0}.home-section-head{display:block}.home-section-head p{margin-top:12px}}@media(max-width:520px){.home-page{width:calc(100% - 24px)}.home-hero{padding:28px 20px;background:var(--card)}.home-hero h1{font-size:42px}.home-signal{display:none}.home-actions{display:grid}.home-actions a{width:100%}.home-starter>header{padding:22px 18px}.home-starter-metrics{grid-template-columns:1fr}.home-starter-metrics div,.home-starter-metrics div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.home-starter-metrics div:last-child{border-bottom:0}.home-starter footer{align-items:stretch;flex-direction:column}.home-feature-grid,.home-intent-list,.home-workflow{grid-template-columns:1fr}.home-feature-card{min-height:220px}.home-intent-list a,.home-intent-list a:nth-child(2n),.home-workflow a,.home-workflow a:nth-child(2){border-right:1px solid var(--line);border-bottom:0}.home-intent-list a:last-child,.home-workflow a:last-child{grid-column:auto;border-bottom:1px solid var(--line)}.home-workflow a:nth-child(-n+2){border-bottom:0}.home-continue{align-items:stretch;flex-direction:column}.home-continue a{width:100%}}@media(prefers-reduced-motion:reduce){.home-feature-card{transition:none}.home-feature-card:hover{transform:none}}.topbar .brand{min-width:var(--touch-min);min-height:var(--touch-min)}.home-starter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.home-starter-card{min-width:0;border-right:1px solid var(--line)}.home-starter-card:last-child{border:0}.home-starter-card>header{padding:20px}.home-starter-card>header small{color:var(--orange);font-size:10px}.home-starter-card dl{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-top:1px solid var(--line)}.home-starter-card dl div{padding:12px 8px;border-right:1px solid var(--line)}.home-starter-card dl div:last-child{border:0}.home-starter-card dd{margin:5px 0 0}.home-starter-status{display:block;min-height:20px;padding:0 20px}@media(max-width:900px){.home-starter-grid{grid-template-columns:1fr}.home-starter-card,.home-starter-card:last-child{border:0;border-bottom:1px solid var(--line)}}.home-starter-card{display:grid;grid-template-rows:1fr auto auto;background:var(--card);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.home-starter-card:hover,.home-starter-card:focus-within{background:var(--surface-soft);box-shadow:inset 0 3px 0 var(--orange)}.home-starter-card>header{display:grid;align-content:start;gap:7px;min-height:146px}.home-starter-card>header :is(h2,h3){margin:0;font-size:18px}.home-starter-card>header p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}.home-starter-card dl{background:color-mix(in srgb,var(--surface-soft) 78%,transparent)}.home-starter-card dt{color:var(--muted);font-size:9px}.home-starter-card dd{font-weight:800}.home-starter-card footer{display:grid;gap:8px;padding:14px 20px 20px}.home-starter-card footer button,.home-starter-card>a{min-height:var(--touch-min);width:100%;justify-content:center}.home-starter-status{padding:0;line-height:1.5}@media(max-width:900px){.home-starter-card>header{min-height:0}.home-starter-card:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){.home-starter-card{transition:none}}.home-starter-card footer :is(a,button){display:flex;min-height:var(--touch-min);width:100%;align-items:center;justify-content:center}
