/* Prompt-page content; the site frame lives in site-shell.css. */
.intro{font-size:16px;max-width:760px;color:var(--muted);margin:0 0 18px}.actions,.prompt-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.primary,.secondary{padding:10px 16px;border:1px solid #315d7b;border-radius:4px;background:#315d7b;color:#fff;font-weight:600}.primary:hover,.secondary:hover{background:#24465e}.secondary{background:#eaf1f6;color:#315d7b}.secondary:hover{background:#dbe8f1}.hint,.status,.mode-note,.quiet{font-size:12px;color:var(--muted)}.status:empty{display:none}.section{padding:28px 0;border-top:1px solid var(--line);margin-top:26px}.section h2{font-size:20px;font-weight:650;line-height:1.3;margin:0 0 12px;letter-spacing:-.02em}.eyebrow,.mode-number{font-size:10px;letter-spacing:.065em;text-transform:uppercase;color:#526d83;font-weight:700;margin:0 0 10px}.how,.expectations{display:grid;grid-template-columns:280px 1fr;gap:40px}.how ol{padding:0 0 0 22px;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.how p,.expectations p{color:var(--muted);margin:8px 0;font-size:13px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:24px}.section-heading>p{max-width:430px;color:var(--muted);font-size:13px}.mode-list{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:16px}.mode-list article{border-left:3px solid #a4bfd3;padding:8px 20px;background:#fff}.mode-list h3{font-size:18px;margin:6px 0 0}.mode-list p{max-width:580px;color:var(--muted);font-size:13px}.mode-list .subtitle{margin:2px 0 15px;color:#315d7b;font-weight:600}.example{font-style:italic}.prompt-intro{color:var(--muted);font-size:13px}label{display:block;font-size:12px;font-weight:600;margin:18px 0 8px}textarea{display:block;width:100%;max-width:100%;resize:vertical;min-height:320px;padding:20px;background:#fff;color:var(--ink);border:1px solid #b9cbd8;border-radius:4px;font:13px/1.65 Consolas,monospace}code{background:#e4edf4;padding:2px 5px;border-radius:3px;overflow-wrap:anywhere}.expectations>div:last-child{max-width:800px}
@media(max-width:1000px){.how,.expectations{grid-template-columns:1fr;gap:12px}}
@media(max-width:760px){.section{padding-top:24px;margin-top:24px}.how ol,.mode-list{grid-template-columns:1fr;gap:18px}.section-heading{align-items:flex-start;flex-direction:column;gap:8px}.section-heading>p{margin-top:0}.intro{font-size:15px}.mode-list article{padding:10px 16px}.actions,.prompt-actions{gap:15px}textarea{padding:12px}.section h2{font-size:19px}}
