/* AgentGuard /try landing · extends site.css and visual-pass.css. Never edits site.css.
   One action: the trial card. CSS-only host toggle, no page JS beyond trial.js. */

/* ---------- minimal nav ---------- */
.try-navlink{color:#94A3B0;text-decoration:none;font-size:14px;padding:10px 2px;flex:none}
.try-navlink:hover{color:#E6EEF3}

/* ---------- rhythm: tighter than the homepage, the card must sit near the fold ---------- */
.main.try-main{padding-top:36px;gap:40px}
.try-hero{gap:14px}

/* ---------- trial card ---------- */
.try-trial{position:relative;display:flex;justify-content:center}
.try-trial::before{content:"";position:absolute;left:50%;top:50%;width:min(720px,100vw);height:150%;min-height:420px;transform:translate(-50%,-50%);pointer-events:none;z-index:-1;background:radial-gradient(closest-side,rgba(42,188,180,.13),rgba(42,188,180,.05) 55%,transparent 78%)}
.try-card{width:100%;max-width:480px;gap:16px;border-color:rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 30px 80px rgba(0,0,0,.45)}
.try-card:hover{transform:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 30px 80px rgba(0,0,0,.45)}
.try-card h2{font-size:26px}
#trial-form{display:flex;flex-direction:column;gap:12px}
.try-fields{display:flex;flex-direction:column;gap:10px}
#trial-submit{width:100%}

/* status line: hidden when empty, a quiet row while sending, a confirmation once sent */
#trial-status{margin:0}
#trial-status:empty{display:none}
#trial-status:not(:empty){background:#07101E;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px 14px;font:500 14px/1.5 'DM Sans',system-ui,sans-serif;color:#E6EEF3}

/* sending: the button holds its place, dimmed, and the cursor says wait */
#trial-submit[disabled],#trial-form[data-state="sending"] #trial-submit{opacity:.55;cursor:progress;pointer-events:none}
#trial-form[data-state="sending"] #trial-status:not(:empty){color:#94A3B0;font-weight:400}

/* sent: the field and button retire, the confirmation takes the card */
#trial-form[data-state="sent"] .try-fields{display:none}
#trial-form[data-state="sent"] #trial-status:not(:empty){background:rgba(42,188,180,.08);border-color:rgba(42,188,180,.45);color:#E6EEF3;font-size:15px}

/* ---------- host toggle: two radios, zero JS ---------- */
.try-hosts{display:flex;flex-direction:column;gap:14px}
.try-hosts>input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip-path:inset(50%);overflow:hidden;white-space:nowrap}
.try-seg{display:flex;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;width:max-content;max-width:100%;background:#07101E}
.try-seg label{padding:13px 16px;font:500 13px/1 'JetBrains Mono',monospace;color:#94A3B0;cursor:pointer;white-space:nowrap}
.try-seg label+label{border-left:1px solid rgba(255,255,255,.12)}
#host-codex:checked~.try-seg label[for="host-codex"],
#host-claude:checked~.try-seg label[for="host-claude"]{background:#0C1828;color:#E6EEF3;box-shadow:inset 0 -2px 0 #2ABCB4}
#host-codex:focus-visible~.try-seg label[for="host-codex"],
#host-claude:focus-visible~.try-seg label[for="host-claude"]{outline:2px solid #2ABCB4;outline-offset:-2px}
#host-codex:checked~.try-cmds .cmds-claude{display:none}
#host-claude:checked~.try-cmds .cmds-codex{display:none}

/* ---------- proof: the live STOP terminal (markup and timings from the homepage) ---------- */
.stop-hero{max-width:820px;width:100%;margin:0 auto;text-align:left}
.stop-terminal.card{display:block;background:#07101E;padding:0;overflow:hidden;cursor:pointer}
.stop-terminal:focus-visible{outline:2px solid #2ABCB4;outline-offset:4px}
.stop-titlebar{height:32px;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.1)}
.stop-titlebar i{width:7px;height:7px;border-radius:50%;background:#455365}
.stop-screen{font:400 13px/1.55 'JetBrains Mono',monospace;margin:0;padding:16px;color:#E6EEF3;white-space:normal;overflow-wrap:anywhere}
.stop-line{display:block;white-space:pre-wrap;min-height:1.55em}
.stop-decision{border:1px solid #ff5c5c;border-radius:6px;margin:10px 0;padding:12px;white-space:normal}
.stop-card-header{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.stop-badge{background:#c8102e;color:#fff;font:500 12px/1.55 'JetBrains Mono',monospace;padding:2px 8px;border-radius:2px}
.stop-card-line{display:block;white-space:normal;min-height:1.55em}
.stop-card-line code{font:inherit;background:none;padding:0;border-radius:0}
.stop-divider{height:1px;background:rgba(255,92,92,.35);margin:10px 0}
.stop-hero>.fine{margin-top:12px}
.try-worth{max-width:820px;width:100%;margin:0 auto}
#burn-replay>.card{max-width:820px;width:100%;margin:0 auto}
#burn-replay>p.fine,#burn-replay>.vp-caveat{max-width:820px;width:100%;margin:0 auto}
.stop-screen .stop-children-table{width:auto;max-width:none;margin:0;padding:0;background:none;border:0;border-radius:0;font:inherit;white-space:normal;overflow:visible}
@media (max-width:899.98px){.stop-table-scroll{max-width:100%;overflow-x:auto}.stop-screen .stop-children-table{width:max-content;font-size:12px;white-space:pre;overflow-wrap:normal}.stop-children-table .stop-line{display:inline;white-space:pre;overflow-wrap:normal}}
.stop-playing [data-stop-at]{visibility:hidden}
.stop-playing [data-stop-at].stop-visible{visibility:visible}
@media (prefers-reduced-motion:reduce){.stop-playing [data-stop-at]{visibility:visible}}
.try-plan-link{margin-top:auto;font-size:14px}

/* ---------- desktop ---------- */
@media (min-width:900px){
  .main.try-main{padding-top:72px;gap:64px;padding-left:24px;padding-right:24px}
  .try-card{padding:36px 32px;max-width:520px}
  .try-card h2{font-size:28px}
  .try-seg label{padding:13px 20px}
}

/* ---------- artifact panels: real product shapes in framed terminal panels ---------- */
.vp-titlebar span{margin-left:6px;font:500 11px/1 'JetBrains Mono',monospace;letter-spacing:.08em;text-transform:uppercase;color:#94A3B0}
.artifact{display:flex;flex-direction:column}
.artifact pre{flex:1;margin:0;border:0;border-radius:0;background:#07101E;font-size:13px;line-height:1.55;padding:16px;overflow-x:auto}
#artifacts .grid2{max-width:820px;width:100%;margin:0 auto}
#artifacts h2,#artifacts>p.fine{max-width:820px;width:100%;margin:0 auto}
