/* v0.6.4 visual polish */
/* Timeline praxis case */
.visual-timeline{max-width:760px;margin:0 auto 18px;display:grid;gap:8px}.visual-timeline-head{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#8fa2ba;margin-bottom:2px}.visual-timeline-step{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 13px;border:1px solid #243950;border-radius:9px;background:#0b1725}.visual-timeline-step .num{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#13283b;color:#8edcff;font-weight:800}.visual-timeline-step .txt{color:#dce7f3;line-height:1.35}.visual-timeline-step .risk{font-size:.68rem;font-weight:800;padding:5px 8px;border-radius:999px}.visual-timeline-step.low .risk{background:#123329;color:#7ee2b8}.visual-timeline-step.mid .risk{background:#3a3014;color:#f7d66a}.visual-timeline-step.high .risk,.visual-timeline-step.critical .risk{background:#3c1d24;color:#ff9f9f}

/* Branch simulations */
.branch-counter{display:none!important}.branch-complete{padding:18px;border:1px solid #28405a;border-radius:12px;background:#0b1725}.branch-complete>h3{margin:0 0 8px;font-size:1.2rem}.branch-complete>p{margin:0 0 14px;color:#aebed0}.branch-history{display:grid;gap:9px}.branch-history>div{display:grid;gap:5px;padding:11px 13px;border:1px solid #233a51;border-radius:9px;background:#0f1d2d}.branch-history strong{display:block;color:#eef6ff;line-height:1.4}.branch-history span{display:block;color:#9eafc1;line-height:1.45;font-size:.82rem}.branch-feedback{line-height:1.45}.branch-chat{max-width:760px;margin-inline:auto}.branch-choices{max-width:760px;margin-inline:auto}

/* Screenshot lab header and sizing */
.hotspot-instruction{max-width:680px;margin:0 auto 10px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:9px 11px;border:1px solid #21384f;border-radius:9px;background:#0c1826}.hotspot-instruction strong{color:#eaf4ff;font-size:.78rem}.hotspot-instruction span{color:#9fb0c2;font-size:.74rem;line-height:1.35}.hotspot-instruction #hotspotCount{white-space:nowrap;color:#6fd4ff;font-weight:800}.hotspot-free-wrap{width:min(680px,100%)!important;max-width:680px!important;margin:0 auto!important;overflow:hidden!important;border-radius:12px;border:1px solid #263e57;background:#07111e}.hotspot-free-wrap>img{display:block;width:100%!important;max-width:100%!important;height:auto!important}.hotspot-free-layer{inset:0!important}.shot-caption{max-width:680px;margin:8px auto 0;color:#8294a9;font-size:.7rem;line-height:1.4}.real-shot{width:min(680px,100%)!important;max-width:680px!important;overflow:hidden}.real-shot img{width:100%!important;height:auto!important;display:block}

/* AI / real image lab */
.imagegrid-head{max-width:760px;margin:0 auto 12px;display:flex;gap:9px;align-items:center;padding:9px 11px;border:1px solid #21384f;border-radius:9px;background:#0c1826}.imagegrid-head strong{white-space:nowrap;font-size:.78rem}.imagegrid-head span{font-size:.74rem;color:#9fb0c2;line-height:1.35}.people-grid{grid-template-columns:repeat(3,minmax(0,220px))!important;justify-content:center;gap:12px!important}.person-card{border-radius:10px!important;background:#0a1523!important;border:1px solid #243a51!important;overflow:hidden}.person-card img{aspect-ratio:1/1!important;width:100%!important;height:auto!important;object-fit:cover}.person-choice{display:grid!important;grid-template-columns:1fr 1fr;gap:7px;padding:9px!important}.person-choice .classify{min-height:38px;padding:7px 8px!important;border:1px solid #31506b!important;background:#132234!important;color:#cbd9e7!important;border-radius:7px!important;font-size:.72rem!important;box-shadow:none!important;transition:.14s ease}.person-choice .classify:hover{background:#19304a!important;border-color:#4d7395!important;color:#fff!important}.person-choice .classify.selected{background:#0c5b8f!important;border-color:#46c7f1!important;color:#fff!important;box-shadow:0 0 0 2px rgba(70,199,241,.16)!important}.person-choice .classify.selected::before{content:'✓ ';font-weight:900}.confidence-wrap{padding:0 10px 10px;color:#9fb0c2;font-size:.7rem}.confidence-wrap label{display:flex;justify-content:space-between;gap:8px}.confidence-row{display:grid;grid-template-columns:auto 1fr auto;gap:6px;align-items:center}.imagegrid-note,.imagegrid-source{display:none!important}

/* Detailed review state colors */
.answer-review{overflow:hidden;background:#0c1725}.answer-review summary{display:flex;justify-content:space-between;gap:14px;align-items:center;border-left:4px solid #516177}.answer-review summary b{white-space:nowrap}.answer-review.correct summary{border-left-color:#35c98b;background:rgba(53,201,139,.08)}.answer-review.correct summary b{color:#76e3b6}.answer-review.partial summary{border-left-color:#e2b84b;background:rgba(226,184,75,.08)}.answer-review.partial summary b{color:#f1cf76}.answer-review.wrong summary,.answer-review.unanswered summary{border-left-color:#e45d68;background:rgba(228,93,104,.08)}.answer-review.wrong summary b,.answer-review.unanswered summary b{color:#ff9da5}.answer-review.answered summary{border-left-color:#58a6d8;background:rgba(88,166,216,.08)}.answer-review.answered summary b{color:#8bcaf0}.answer-review-body{background:#091522}.branch-review-step{border-left:4px solid #d05862!important}.branch-review-step.ok{border-left-color:#35c98b!important}.imagegrid-review-row{border-left:4px solid #d05862!important}.imagegrid-review-row.ok{border-left-color:#35c98b!important}

@media(max-width:900px){.people-grid{grid-template-columns:repeat(2,minmax(0,220px))!important}.hotspot-instruction{grid-template-columns:1fr auto}.hotspot-instruction strong{grid-column:1/-1}}
@media(max-width:560px){.people-grid{grid-template-columns:1fr!important}.person-card{max-width:280px;margin-inline:auto}.visual-timeline-step{grid-template-columns:32px 1fr}.visual-timeline-step .risk{grid-column:2;justify-self:start}.hotspot-instruction{grid-template-columns:1fr}.answer-review summary{align-items:flex-start;flex-direction:column}}
