.result-header{display:flex;align-items:center;justify-content:space-between}.session-dot{width:9px;height:9px;border-radius:50%;background:#d7d2ca}.session-dot.active{background:#28ad6d}.profile{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);margin-top:20px;padding-top:18px}.avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--purple);color:#fff;font-weight:800}.profile strong,.profile small{display:block}.profile small{margin-top:3px;color:var(--muted);font:12px ui-monospace,monospace}.secondary{margin-left:auto;border:1px solid var(--line);border-radius:6px;background:var(--paper);padding:9px 12px;color:var(--ink);font:600 11px inherit;cursor:pointer}.secondary:hover{background:#fff}
:root{--ink:#17151f;--muted:#696671;--paper:#f7f5f1;--orange:#ff7043;--purple:#6d4aff;--line:#dedbd4}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Plus Jakarta Sans',sans-serif}.page-shell{max-width:1100px;margin:auto;padding:0 32px}header{height:86px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font-weight:800;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:var(--orange);color:#fff}.badge{font-size:10px;color:var(--purple);font-weight:800;letter-spacing:.12em}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center;min-height:560px}.eyebrow{font-size:10px;letter-spacing:.15em;color:var(--purple);font-weight:800;margin:0 0 18px}.hero h1{font-size:clamp(46px,7vw,82px);line-height:1;letter-spacing:-.08em;margin:0 0 25px}.hero h1 em{font-style:normal;color:var(--purple)}.lead{max-width:500px;color:var(--muted);font-size:15px;line-height:1.75}.primary{border:0;border-radius:8px;background:var(--ink);color:#fff;padding:15px 20px;font:700 13px inherit;cursor:pointer;margin-top:20px}.primary:hover{background:var(--purple)}.flow-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;box-shadow:18px 18px 0 #ebe7e0}.flow-row{display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:center}.flow-row span{color:var(--orange);font-size:11px;font-weight:800}.flow-row strong{font-size:15px}.flow-row code{grid-column:2;color:var(--muted);font:12px ui-monospace,monospace}.flow-line{height:24px;border-left:1px solid var(--line);margin-left:14px}.result{border:1px solid var(--line);background:#fff;border-radius:10px;padding:28px;min-height:150px}.result h2{margin:0 0 8px;font-size:22px}.result p:last-child{color:var(--muted);font-size:13px}footer{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;padding:32px 0}@media(max-width:760px){.page-shell{padding:0 18px}.hero{grid-template-columns:1fr;gap:35px;padding:65px 0}.badge{display:none}footer{flex-direction:column;gap:10px}}