@font-face{font-family:"Geist";src:url("assets/fonts/Geist-Latin.woff2") format("woff2");font-weight:400 700;font-display:swap}@font-face{font-family:"Inter";src:url("assets/fonts/Inter-Latin.woff2") format("woff2");font-weight:400 700;font-display:swap}
:root{color-scheme:dark;--bg:#1a1a1a;--panel:#232323;--panel-2:#2c2c2c;--ink:#ffffff;--body:#c9c9c9;--muted:#a2a2a2;--line:#303030;--orange:#ff6a1a;--orange-soft:#ff8a4a;--orange-ink:#1b0c04;--danger:#e5484d;--radius:14px;--sans:"Geist","Inter",system-ui,Arial,sans-serif;--mono:"Geist Mono",ui-monospace,"Cascadia Mono",Consolas,monospace}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{letter-spacing:-.011em;margin:0;background:var(--bg);color:var(--ink);font:16px/1.5 var(--sans);-webkit-font-smoothing:antialiased;min-height:100dvh}
button,input,textarea{font:inherit}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p,figure,fieldset,ul,ol{margin:0}fieldset{padding:0;border:0;min-width:0}ul,ol{padding:0;list-style:none}h1,h2,h3{font-weight:600;letter-spacing:-.025em;line-height:1.08}p{color:var(--body)}[hidden]{display:none!important}
:focus-visible{outline:2px solid var(--orange);outline-offset:3px}::selection{background:var(--orange);color:var(--orange-ink)}
.skip-link{position:fixed;left:10px;top:10px;z-index:100;background:var(--orange);color:var(--orange-ink);padding:10px;transform:translateY(-160%)}.skip-link:focus{transform:none}
.kicker{font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--orange);margin-bottom:12px}
.lead{font-size:18px;line-height:1.55;max-width:52ch}
.muted{color:var(--muted)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:11px 20px;border:0;border-radius:10px;background:var(--orange);color:var(--orange-ink);font-weight:600;font-size:15px;line-height:1.3;white-space:nowrap;transition:background .2s,transform .12s}.button:hover{background:var(--orange-soft)}.button:active{transform:scale(.985)}.button[disabled]{opacity:.55;cursor:default}
.button-small{min-height:38px;padding:8px 14px;font-size:14px;border-radius:9px}.button-ghost{background:var(--panel-2);color:var(--ink);border:1px solid var(--line)}.button-ghost:hover{background:#26262c}.button-danger{background:transparent;color:var(--danger);border:1px solid rgba(229,72,77,.4)}.button-danger:hover{background:rgba(229,72,77,.12)}
.text-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:15px;font-weight:500;color:var(--body)}.text-link:hover{color:var(--ink)}

/* Bar */
.bar{position:sticky;top:0;z-index:20;background:rgba(11,11,13,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.bar-inner{width:min(1440px,calc(100% - 48px));margin-inline:auto;height:64px;display:flex;align-items:center;gap:28px}
.wordmark{display:inline-flex;gap:10px;align-items:center;font-size:22px;letter-spacing:-.04em;font-weight:700}.wordmark span{font-weight:500;color:var(--muted);letter-spacing:-.02em}
.bar-nav{display:flex;gap:4px;margin-right:auto}.bar-nav a{font-size:14px;font-weight:500;color:var(--body);padding:8px 11px;border-radius:8px}.bar-nav a:hover{color:var(--ink);background:var(--panel-2)}
.bar-session{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--muted)}

main{width:min(1440px,calc(100% - 48px));margin-inline:auto;padding:48px 0 96px}

/* Loading */
.skeleton{display:block;border-radius:8px;background:linear-gradient(90deg,var(--panel) 0%,var(--panel-2) 50%,var(--panel) 100%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}
.skeleton-title{height:44px;width:min(520px,80%);margin-bottom:18px}.skeleton-line{height:16px;width:min(640px,100%);margin-bottom:12px}.skeleton-line.short{width:min(380px,60%)}.skeleton-block{height:260px;width:100%;margin-top:28px;border-radius:var(--radius)}
@keyframes shimmer{from{background-position:200% 0}to{background-position:-200% 0}}

/* Entry (signed out) */
.entry{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px;align-items:start}
.entry-copy{padding-top:24px;max-width:540px}
.entry h1{font-size:clamp(34px,4vw,56px)}
.entry .lead{margin-top:18px}
.login{margin-top:34px;padding:24px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--line)}
label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--ink)}
.key-row{display:flex;gap:8px}
input:not([type=radio]),textarea{width:100%;min-width:0;background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:16px;line-height:1.4}input:focus,textarea:focus{border-color:var(--orange);outline:none}
input[type=password]{font-family:var(--mono);letter-spacing:.06em}
.reveal{flex-shrink:0;min-width:74px;border:1px solid var(--line);background:var(--panel-2);border-radius:10px;font-size:14px;font-weight:500;padding:0 14px}.reveal[aria-pressed=true]{border-color:var(--orange);color:var(--orange)}
.help{font-size:13.5px;line-height:1.6;color:var(--muted);margin-top:10px}.help a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.form-error{margin-top:12px;font-size:14px;color:#ff8a8d;border-left:2px solid var(--danger);padding-left:12px;line-height:1.5}
.login-actions{display:flex;gap:16px;align-items:center;margin-top:18px;flex-wrap:wrap}
.entry-visual{position:relative;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(10,minmax(0,1fr));aspect-ratio:16/12;min-height:0}
.entry-visual figure{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--panel);box-shadow:0 30px 60px -30px rgba(0,0,0,.8)}
.entry-visual img{width:100%;height:100%;object-fit:cover}
.entry-visual figcaption{position:absolute;left:14px;bottom:12px;padding:6px 11px;border-radius:999px;background:rgba(11,11,13,.78);backdrop-filter:blur(8px);font-size:12px;font-weight:600;color:var(--ink)}
.visual-main{grid-column:1/11;grid-row:1/8;z-index:1}
.visual-a{grid-column:7/13;grid-row:5/10;z-index:2;border:1px solid var(--line)}
.visual-b{grid-column:2/7;grid-row:7/11;z-index:3;border:1px solid var(--line)}
.entry-steps{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:40px;padding-top:32px;border-top:1px solid var(--line)}
.entry-steps li{display:flex;gap:14px;align-items:flex-start}.entry-steps li>span{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:600;background:var(--panel-2);border:1px solid var(--line)}.entry-steps strong{display:block;font-size:16px;margin-bottom:4px}.entry-steps p{font-size:14.5px;color:var(--muted)}

/* Unavailable */
.notice-view{max-width:620px;padding-top:24px}.notice-view h1{font-size:clamp(30px,3.4vw,44px)}.notice-view .lead{margin-top:16px}.notice-view .login-actions{margin-top:26px}

/* Workspace */
.work-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:48px;align-items:start}
.composer-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}
.composer-head h1{font-size:clamp(28px,3vw,40px)}
.composer{padding:26px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--line)}
.type-set legend{font-size:14px;font-weight:600;margin-bottom:10px}
.type-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:22px}
.type-option{position:relative;display:block;margin:0}.type-option input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer}
.type-option span{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border-radius:10px;border:1px solid var(--line);background:var(--panel-2);min-height:66px;transition:border-color .15s,background .15s}.type-option strong{font-size:15px}.type-option small{font-size:12.5px;color:var(--muted);line-height:1.4}
.type-option input:checked+span{border-color:var(--orange);background:rgba(255,106,26,.09)}.type-option input:checked+span strong{color:var(--orange)}.type-option input:focus-visible+span{outline:2px solid var(--orange);outline-offset:2px}
.composer textarea{resize:vertical;min-height:170px;margin-bottom:6px}.composer input{margin-bottom:18px}
.composer-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;color:var(--muted);min-height:28px}
.chip{display:inline-flex;align-items:center;gap:8px;padding:4px 6px 4px 12px;border-radius:999px;background:var(--panel-2);border:1px solid var(--line);color:var(--ink);font-weight:500}.chip button{width:24px;height:24px;border:0;border-radius:50%;background:transparent;font-size:12px}.chip button:hover{background:var(--line)}
.composer-actions{display:flex;gap:12px;align-items:center;margin-top:18px;flex-wrap:wrap}
.save-state{font-size:13.5px;color:var(--muted)}
.handoff{margin-top:28px;padding:26px;border-radius:var(--radius);background:linear-gradient(160deg,#17130f,var(--panel) 60%);border:1px solid #33271e}
.handoff-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}
.handoff h2{font-size:24px}
.client-tabs{display:flex;gap:4px;padding:4px;border-radius:10px;background:var(--bg);border:1px solid var(--line)}.client-tabs button{background:none;border:0;border-radius:7px;color:var(--muted);font-size:13.5px;font-weight:500;min-height:34px;padding:0 12px}.client-tabs button[aria-selected=true]{background:var(--panel-2);color:var(--ink)}
.handoff-lead{margin-top:14px;font-size:15px;line-height:1.6;max-width:62ch}
.prompt-box{position:relative;margin-top:18px}
.prompt-box pre{margin:0;padding:18px;border-radius:10px;background:var(--bg);border:1px solid var(--line);font:13.5px/1.6 var(--mono);white-space:pre-wrap;overflow-wrap:anywhere;max-height:180px;overflow:hidden;color:var(--body);transition:max-height .3s}
.prompt-box.is-open pre{max-height:60vh;overflow:auto}
.prompt-box:not(.is-open) pre:after{content:"";position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(transparent,var(--bg));pointer-events:none;border-radius:0 0 10px 10px}
.prompt-toggle{position:absolute;right:10px;bottom:10px;z-index:1;border:1px solid var(--line);background:var(--panel-2);color:var(--ink);padding:6px 11px;border-radius:8px;font-size:13px;font-weight:500}

.briefs-column{position:sticky;top:88px}
.briefs-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.briefs-head h2{font-size:18px}.briefs-head span{font-size:13px}
.briefs-list{display:flex;flex-direction:column;gap:2px;max-height:calc(100dvh - 200px);overflow:auto}
.brief-item{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 12px;border:0;border-radius:10px;background:none;border-left:2px solid transparent}.brief-item:hover{background:var(--panel)}.brief-item[aria-current=true]{background:var(--panel);border-left-color:var(--orange)}
.brief-item .name{display:block;font-size:15px;font-weight:500;overflow-wrap:anywhere}.brief-item .when{display:block;font-size:12.5px;color:var(--muted);margin-top:2px}.brief-item .arrow{color:var(--muted);flex-shrink:0}
.briefs-empty,.briefs-error{font-size:14px;line-height:1.6;color:var(--muted);padding:12px;border:1px dashed var(--line);border-radius:10px}.briefs-error{color:#ff8a8d;border-color:rgba(229,72,77,.4)}
.briefs-loading{padding:12px}

/* Library */
.library{margin-top:72px;padding-top:40px;border-top:1px solid var(--line)}
.library-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:8px;flex-wrap:wrap}.library h2{font-size:clamp(26px,2.6vw,36px)}
.filters{display:flex;gap:6px;flex-wrap:wrap}.filter{background:var(--panel);border:0;border-radius:999px;color:var(--body);padding:8px 14px;font-size:13.5px;font-weight:500;min-height:38px}.filter:hover{background:var(--panel-2)}.filter.active{background:var(--ink);color:var(--bg)}
.library-note{font-size:14px;color:var(--muted);margin-bottom:22px;min-height:20px}
.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 18px}
.lib-card{display:flex;flex-direction:column;min-width:0}
.lib-preview{position:relative;display:block;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--panel)}.lib-preview img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.lib-preview:hover img{transform:scale(1.03)}
.lib-preview .open{position:absolute;right:12px;bottom:12px;padding:6px 11px;border-radius:999px;background:rgba(11,11,13,.82);font-size:12.5px;font-weight:600;opacity:0;transition:opacity .2s}.lib-preview:hover .open,.lib-preview:focus-visible .open{opacity:1}
.lib-system{aspect-ratio:16/9;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(145deg,var(--panel-2),var(--panel));display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.lib-system .glyph{font-size:64px;font-weight:600;letter-spacing:-.05em;line-height:1;color:var(--orange-soft);margin-bottom:auto}.lib-system p{font-size:14px;line-height:1.5;color:var(--body)}
.lib-caption{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:12px 2px 0}.lib-caption h3{font-size:17px;letter-spacing:-.02em}.lib-caption p{font-size:13.5px;color:var(--muted);margin-top:3px}
.lib-use{flex-shrink:0;min-height:34px;padding:6px 12px;border-radius:8px;border:1px solid var(--line);background:var(--panel);font-size:13px;font-weight:600}.lib-use:hover{background:var(--panel-2)}.lib-use.is-selected{border-color:var(--orange);color:var(--orange)}
.lib-status{grid-column:1/-1;font-size:14px;color:var(--muted);padding:28px 0;text-align:center;border:1px dashed var(--line);border-radius:var(--radius)}

/* Dialog + toast */
dialog{width:min(460px,calc(100vw - 32px));padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);color:var(--ink)}dialog::backdrop{background:rgba(0,0,0,.8)}dialog h2{font-size:22px}dialog p{margin-top:12px;font-size:15px;line-height:1.55}
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:var(--bg);border-radius:10px;padding:12px 18px;max-width:calc(100vw - 32px);width:max-content;z-index:100;font-size:14px;font-weight:500}

@media(max-width:1100px){.entry{grid-template-columns:1fr}.entry-visual{max-width:720px}.work-grid{grid-template-columns:1fr}.briefs-column{position:static}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.briefs-list{max-height:none}}
@media(max-width:700px){.bar-inner{width:calc(100% - 32px);height:58px;gap:12px}.bar-nav{display:none}.bar-session{margin-left:auto}.bar-session span{display:none}main{width:calc(100% - 32px);padding-top:28px}.entry h1{font-size:32px}.lead{font-size:16px}.login{padding:18px;margin-top:24px}.entry-steps{grid-template-columns:1fr;gap:18px;margin-top:28px}.composer{padding:18px}.type-options{grid-template-columns:1fr}.type-option span{min-height:0}.composer-head{display:block}.composer-head .button{margin-top:12px}.handoff{padding:18px}.handoff-head{display:block}.client-tabs{margin-top:12px;width:100%}.client-tabs button{flex:1}.library{margin-top:48px}.library-grid{grid-template-columns:1fr}.lib-use{display:none}.wordmark{font-size:20px}}
@media(max-width:360px){.login-actions .button,.composer-actions .button{width:100%}}
/* Account entry */
.button-google{width:100%;background:var(--ink);color:var(--bg);gap:12px;font-size:16px;min-height:50px}.button-google:hover{background:#fff}.g-mark{width:20px;height:20px;flex-shrink:0}
.advanced{margin-top:16px;border-top:1px solid var(--line);padding-top:12px}.advanced summary{cursor:pointer;font-size:13.5px;color:var(--muted);list-style:none;display:flex;align-items:center;gap:8px;min-height:32px}.advanced summary::-webkit-details-marker{display:none}.advanced summary:before{content:"+";width:18px;height:18px;border:1px solid var(--line);border-radius:5px;display:grid;place-items:center;font-size:13px}.advanced[open] summary:before{content:"−"}.advanced summary:hover{color:var(--ink)}.advanced form{margin-top:14px}
.session-who{display:inline-flex;align-items:center;gap:8px;min-width:0}.session-who>span:first-child{max-width:26ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.plan-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--line);color:var(--body)}.plan-badge.is-pro{background:rgba(255,106,26,.12);border-color:rgba(255,106,26,.5);color:var(--orange-soft)}
/* Purchase return notice */
.purchase-notice{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;margin-bottom:24px;border-radius:12px;border:1px solid var(--line);background:var(--panel);font-size:14.5px;color:var(--body)}.purchase-notice.is-good{border-color:rgba(255,106,26,.5);background:rgba(255,106,26,.08);color:var(--ink)}.purchase-notice.is-bad{border-color:rgba(229,72,77,.45);color:#ff8a8d}.purchase-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.notice-close{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:var(--muted)}.notice-close:hover{background:var(--panel-2);color:var(--ink)}
/* Starter dashboard */
body[data-plan=starter] .lib-use{display:none}
@media(max-width:800px){.plan-grid{grid-template-columns:1fr}.session-who>span:first-child{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Action-led setup: one selection, one copy action, optional instructions. */
.icon{flex-shrink:0;vertical-align:middle}
.setup-eyebrow{font-size:12px!important;line-height:1.4;font-weight:600;letter-spacing:.1em;color:var(--orange)!important;margin:0 0 16px!important}
.setup-label{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:16px}
.setup-agents{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;border:0;background:none;border-radius:0}
.setup-agents button{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;min-height:76px;padding:16px 10px;border:1px solid var(--line);border-radius:12px;background:var(--bg);color:var(--body);font-size:15px;font-weight:500;line-height:1.3;transition:background .18s,border-color .18s,transform .18s}
.setup-agents button img{flex-shrink:0;width:24px;height:24px;filter:invert(1)}
.setup-agents button:hover{border-color:#73737c;transform:translateY(-2px)}
.setup-agents button[aria-selected=true]{color:var(--ink);background:#252529;border:1px solid #a3a3ac;box-shadow:inset 0 -3px 0 var(--orange)}
.setup-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:28px}
.setup-copy{min-height:50px;padding:14px 24px;font-size:15px;box-shadow:inset 0 1px 0 #ffffff35}
.setup-copy:before{content:"";width:16px;height:18px;background:currentColor;flex-shrink:0;clip-path:polygon(25% 0,100% 0,100% 80%,80% 80%,80% 100%,0 100%,0 20%,25% 20%,25% 0,25% 20%,80% 20%,80% 70%,88% 70%,88% 12%,37% 12%,37% 20%,25% 20%,12% 32%,12% 88%,68% 88%,68% 32%,12% 32%,0 20%,25% 20%)}
.instructions-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:none;border:0;border-radius:6px;padding:8px 0;color:var(--body);font:500 14px/1.4 var(--sans);text-underline-offset:4px;cursor:pointer}
.instructions-link:hover{color:var(--ink);text-decoration:underline}
.instructions-link[disabled]{opacity:.5;cursor:wait}
.copy-status{margin-top:16px;padding:12px 16px;border-left:3px solid var(--orange);background:var(--bg);border-radius:0 8px 8px 0;color:var(--ink);font-size:15px;line-height:1.5}
.setup-next{font-size:14px;margin-top:12px;color:var(--muted)}
@media(max-width:600px){.setup-agents{gap:8px}.setup-agents button{flex-direction:column;gap:10px;min-height:92px;font-size:14px;padding:14px 4px}.setup-actions{gap:10px 18px}.setup-copy{flex:1;min-width:180px}.setup-eyebrow{font-size:11px!important}}
@media(prefers-reduced-motion:reduce){.setup-agents button{transition:none}.setup-agents button:hover{transform:none}}

body[data-plan=starter] .work-grid{grid-template-columns:1fr}
.starter-heading{margin-bottom:30px}.starter-heading h1{font-size:clamp(32px,3.3vw,46px)}.starter-heading>p:last-child{margin-top:16px;font-size:17px}
.starter-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.5fr);gap:32px;align-items:start}
.starter-setup{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:28px;min-width:0}
.starter-setup h2{font-size:17px;letter-spacing:-.01em;margin-bottom:18px}
.starter-setup .prompt-box{margin:0}.starter-setup .prompt-box pre{max-height:360px;overflow:auto;margin-top:20px;font-size:13px}.starter-setup .prompt-box pre:after{display:none!important}
.setup-includes{display:flex;align-items:center;gap:12px 20px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.setup-includes span:before{content:"✓";margin-right:8px;color:var(--body)}.setup-includes a{margin-left:auto;color:var(--body);min-height:30px;display:flex;align-items:center}
.starter-upgrade{padding:24px 4px 20px 28px;border-left:1px solid var(--line)}.upgrade-heading{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.upgrade-heading h2{font-size:20px;letter-spacing:-.02em}.starter-upgrade>p{margin-top:16px;font-size:15px;line-height:1.8;color:var(--body)}.upgrade-buy{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:24px 0 6px}.upgrade-buy strong{font-size:20px;font-weight:600}.starter-upgrade .instructions-link{font-size:14px;color:var(--muted)}
.studio-footer{display:flex;justify-content:center;gap:24px;font-size:14px;padding:0 24px 30px;color:var(--muted)}.studio-footer a{min-height:44px;display:flex;align-items:center}
.help{font-size:14px}.bar-session{gap:12px}.button-small{min-height:42px}.bar-nav a{min-height:42px;display:flex;align-items:center}.session-who{max-width:220px}.session-who>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1000px){.bar-nav{display:none}.bar-session{margin-left:auto}.starter-layout{grid-template-columns:1fr}.starter-upgrade{padding:24px;border:1px solid var(--line);border-radius:14px}.starter-upgrade>p{margin-top:10px}.upgrade-buy{justify-content:flex-start;gap:24px}}
@media(max-width:600px){.starter-setup{padding:20px}.starter-heading>p:last-child{font-size:15px}.setup-includes{font-size:13px;gap:12px}.setup-includes a{margin-left:0}.bar-session .button-small{padding:8px 10px;font-size:14px}.wordmark{font-size:20px}.wordmark span{display:none}.bar-inner{gap:8px}.starter-upgrade{padding:20px}}

/* Keep the first build and the next action close together. */
.starter-heading{position:relative}.starter-walkthrough{margin-top:10px;font-size:14px;color:var(--orange-soft)}.composer-walkthrough{margin:-10px 0 18px;font-size:14px;color:var(--orange-soft)}
.starter-labs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:center;margin-top:28px;padding:24px 0;border-top:1px solid var(--line)}.starter-labs h2{font-size:20px;letter-spacing:-.03em}.starter-labs p{font-size:14px;line-height:1.6;max-width:31ch;margin-top:10px}.starter-labs>a{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:10px;padding:10px;transition:border-color .18s;background:var(--panel);min-width:0}.starter-labs>a:hover{border-color:#777}.starter-labs img{width:100px;height:76px;object-fit:cover;border-radius:6px;flex-shrink:0}.starter-labs span{font-size:17px;font-weight:550;letter-spacing:-.025em}.starter-labs small{display:block;font-size:12px;font-weight:400;letter-spacing:0;margin-top:6px;color:var(--body)}
@media(min-width:900px){.starter-walkthrough{position:absolute;right:0;bottom:0}}
@media(max-width:900px){.starter-labs{grid-template-columns:1fr 1fr}.starter-labs>div{grid-column:1/-1}.starter-labs p{max-width:none}.starter-labs img{width:82px;height:70px}}
@media(max-width:520px){.starter-labs{grid-template-columns:1fr}.starter-labs img{width:108px;height:76px}.starter-labs p{max-width:29ch}}
