.build-overview{min-height:100dvh;background:transparent}.bo-wrap{max-width:880px;margin:0 auto;padding:48px 24px 90px}.bo-head{margin-bottom:28px}.bo-head h1{font:700 clamp(28px,4.5vw,40px) /1.08 var(--font-sans);letter-spacing:-.03em;color:var(--fg-1);margin:10px 0 0;text-wrap:balance}.bo-head p{font-size:16px;line-height:1.6;color:var(--fg-2);margin:12px 0 0;max-width:60ch}.bo-choices{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.bo-choice{display:flex;flex-direction:column;padding:22px;border-radius:var(--r-3);border:1px solid var(--line-2);background:var(--bg-1);color:inherit;min-height:188px;transition:border-color .16s,transform .16s,box-shadow .16s}.bo-choice-head{display:flex;align-items:center;gap:13px;margin-bottom:14px}.bo-choice-ic{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--r-2);flex-shrink:0}.bo-choice-heading{display:flex;flex-direction:column;gap:1px;min-width:0}.bo-choice-title{font:700 18px var(--font-sans);letter-spacing:-.02em;color:var(--fg-1)}.bo-choice-sub{font:500 12.5px var(--font-sans);color:var(--fg-3)}.bo-choice-blurb{font-size:13.5px;line-height:1.55;color:var(--fg-2);margin:0;flex:1 1}.bo-choice-go{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font:600 13px var(--font-sans)}.bo-choice-go svg{transition:transform .16s cubic-bezier(.16,1,.3,1)}.bo-choice:hover .bo-choice-go svg{transform:translateX(3px)}.bo-choice-template .bo-choice-ic{background:var(--accent-soft);color:var(--accent)}.bo-choice-template .bo-choice-go{color:var(--accent)}.bo-choice-template:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 12px 30px rgba(91,91,255,.12)}.bo-choice-prompt{background:var(--bg-md);border-color:rgba(255,255,255,.06)}.bo-choice-prompt .bo-choice-ic{background:rgba(70,214,166,.14);color:var(--prompt-accent-on-dark)}.bo-choice-prompt .bo-choice-title{color:#fff}.bo-choice-prompt .bo-choice-sub{color:rgba(255,255,255,.5)}.bo-choice-prompt .bo-choice-blurb{color:rgba(255,255,255,.66)}.bo-choice-prompt .bo-choice-go{color:var(--prompt-accent-on-dark)}.bo-choice-prompt:hover{border-color:rgba(70,214,166,.4);transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.3)}.bo-signin{margin-top:22px;padding:18px 20px}.bo-signin p{margin:0;font-size:14px;color:var(--fg-2)}.bo-signin a{color:var(--accent);font-weight:600}.bo-recent{margin-top:36px}.bo-recent-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.bo-recent-head h2{font:600 16px var(--font-sans);color:var(--fg-1);margin:0}.bo-viewall{font:600 13px var(--font-sans);color:var(--accent)}.bo-empty{padding:20px;display:flex;align-items:center;gap:14px}.bo-empty-ic{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--r-3);background:var(--bg-3);color:var(--fg-3);flex-shrink:0}.bo-empty strong{font:600 14px var(--font-sans);color:var(--fg-1)}.bo-empty p{margin:3px 0 0;font-size:13.5px;color:var(--fg-2)}.bo-recent-list{display:flex;flex-direction:column;gap:8px}.bo-recent-row{gap:12px;padding:12px 16px;border-radius:var(--r-2)}.bo-recent-name,.bo-recent-row{display:flex;align-items:center}.bo-recent-name{gap:8px;font:600 14px var(--font-sans);color:var(--fg-1);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bo-recent-meta{font-size:12px;color:var(--fg-3);flex-shrink:0}.bo-recent-row .btn,.bo-type{flex-shrink:0}.bo-type{display:inline-flex;align-items:center;gap:4px;height:20px;padding:0 8px;border-radius:999px;font:600 10px var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.bo-type svg{width:11px;height:11px}.bo-type-template{background:var(--accent-soft);color:var(--accent)}.bo-type-prompt{background:var(--prompt-accent-soft);color:var(--prompt-accent)}@media (max-width:680px){.bo-choices{grid-template-columns:1fr}.bo-recent-meta{display:none}}