#solution-workspace{max-width:1200px;padding-top:30px;padding-bottom:50px}
#solution-workspace .solution-work-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px;margin:24px 0}
#solution-workspace .solution-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:14px 0}
#solution-workspace .solution-field{display:block;font-weight:600;margin:0 0 22px}
#solution-workspace .solution-field input,#solution-workspace .solution-field select,#solution-workspace #solution-role{display:block;width:100%;border:1px solid var(--line);padding:12px;border-radius:8px;background:var(--paper);color:var(--ink);font:inherit;margin-top:8px}
#solution-workspace .solution-field small{display:block;font-weight:400;color:var(--muted);margin-top:6px}
#solution-workspace .solution-field [aria-invalid=true]{border:2px solid var(--amber)}
#solution-workspace button:focus-visible,#solution-workspace input:focus-visible,#solution-workspace select:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
#solution-workspace .solution-live{background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:16px;align-self:start;max-height:80vh;overflow:auto}
#solution-workspace .solution-boundary{color:var(--muted)}
#solution-workspace .solution-active-step{outline:3px solid var(--blue);background:var(--light)!important}
#solution-workspace .solution-active-step rect{fill:var(--light);stroke-width:3px}
#solution-result{scroll-margin-top:25px}
#solution-task-cards{margin-top:22px}
.solution-library-link{margin:30px 0}
@media(max-width:760px){#solution-workspace .solution-work-layout{display:flex;flex-direction:column;gap:15px}#solution-workspace .solution-live{order:-1;max-height:300px;width:100%;font-size:13px}#solution-workspace h1{font-size:26px}#solution-workspace .task-switcher{overflow:auto;flex-wrap:nowrap}#solution-workspace .task-tab{min-width:140px}#solution-workspace .wizard-actions{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){#solution-workspace *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
