.back-home { width: 34px; height: 34px; display: inline-grid; place-items: center; padding: 0; border-radius: 10px; }
.starter { height: calc(100vh - 58px); overflow: auto; padding: 70px 24px 100px; }
.starter-inner { width: min(920px, 100%); margin: 0 auto; }
.starter-inner > .eyebrow, .starter-copy { display: none; }
.starter-inner h1 { margin: 80px 0; font: 400 clamp(34px, 5.6vw, 54px)/1.05 Georgia, serif; letter-spacing: -.04em; }
.starter-composer { display: flex; align-items: end; gap: 10px; margin: 0 auto; padding: 10px; border: 1px solid #d8d2c7; border-radius: 18px; background: #fff; box-shadow: 0 8px 30px #574a3820; transition: border-color .18s, box-shadow .18s, background .18s; }
.starter-composer:focus-within { border-color: #aaa194; box-shadow: 0 12px 38px #574a3830; }
.starter-composer textarea { min-height: 52px; max-height: 180px; resize: none; flex: 1; border: 0; outline: 0; padding: 13px; background: transparent; }
.starter-composer button { width: 46px; height: 46px; border: 0; border-radius: 14px; background: #292721; color: #fff; font-size: 20px; cursor: pointer; transform: translateY(0) scale(1); transition: transform .14s, background .14s, color .14s, opacity .14s, box-shadow .14s; }
.starter-composer button:not(:disabled):hover { transform: translateY(-2px); background: #171612; box-shadow: 0 8px 18px #29272135; }
.starter-composer button:not(:disabled):active { transform: translateY(0) scale(.92); box-shadow: none; }
.starter-composer button:disabled { cursor: default; background: #ded9cf; color: #aaa397; opacity: 1; box-shadow: none; }
.templates-heading { margin: 100px 0; color: #736d61; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.recent-projects { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 12px; }
.recent-project-card { min-height: 106px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 17px; border: 1px solid #d8d2c7; border-radius: 16px; background: #fff; color: #24221e; text-align: left; cursor: pointer; transition: transform .16s, box-shadow .16s, border-color .16s; }
.recent-project-card:hover, .recent-project-card:focus-visible { outline: 0; transform: translateY(-2px); border-color: #b9b0a1; box-shadow: 0 10px 24px #574a3820; }
.recent-project-card span { min-width: 0; display: grid; gap: 7px; }
.recent-project-card strong, .recent-project-card small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recent-project-card small { color: #746e62; }
.recent-project-card time { flex: none; color: #8c8579; font-size: 11px; }
.templates { width: min(calc(150% + 6px), calc(100vw - 32px)); margin-left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.template-thumb { height: clamp(180px, 18vw, 260px); }
@media (max-width: 800px) { .templates { width: 100%; margin-left: 0; transform: none; grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .templates { grid-template-columns: 1fr; } }
html[data-theme=dark] .starter-composer, html[data-theme=dark] .recent-project-card { background: #292721; color: #eee9df; border-color: #292721; }
html[data-theme=dark] .starter-composer:focus-within { border-color: #5e594f; box-shadow: 0 12px 38px #0007; }
html[data-theme=dark] .starter-composer textarea { background: transparent; color: #eee9df; }
html[data-theme=dark] .starter-composer button:not(:disabled) { background: #eee9df; color: #24221e; }
html[data-theme=dark] .starter-composer button:not(:disabled):hover { background: #fff; box-shadow: 0 8px 20px #0008; }
html[data-theme=dark] .starter-composer button:disabled { background: #3a3731; color: #6f695f; }
html[data-theme=dark] .starter-copy, html[data-theme=dark] .recent-project-card small { color: #aaa397; }
.workspace.starter-active ~ .preferences { display: flex !important; }
