/* Shared Geist, colors and scale come from the existing manager design system. */
.demo-page { margin: 0; min-height: 100dvh; color: var(--ink); background: var(--workspace); font-family: "Geist", "Segoe UI", sans-serif; }
.demo-page * { box-sizing: border-box; }
.demo-page [hidden] { display: none !important; }
.demo-header { height: 66px; display: flex; align-items: center; padding: 0 32px; background: var(--card-solid); border-bottom: 1px solid var(--line); }
.demo-brand { display: inline-flex; align-items: center; gap: 16px; color: var(--ink-soft); text-decoration: none; font-size: 16px; }
.demo-brand img { display: block; width: 76px; height: 34px; object-fit: contain; }
.demo-main { width: min(1152px, calc(100% - 64px)); margin: 0 auto; padding: 48px 0 56px; }
.demo-intro { margin: 0 0 40px; text-align: center; }
.demo-intro h1 { margin: 0 0 16px; color: var(--ink); font-size: clamp(30px, 3.2vw, 48px); font-weight: 700; line-height: 1.16; letter-spacing: -.035em; }
.demo-intro p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.5; }
.demo-notice { margin: 0 0 24px; padding: 16px 20px; background: #fff8e8; border: 1px solid #e6ce91; border-radius: 8px; font-size: 15px; line-height: 1.5; }
.demo-workspace { display: grid; grid-template-columns: 430px minmax(0, 1fr); gap: 32px; align-items: start; }
.demo-industries h2 { margin: 12px 0 20px; font-size: 20px; line-height: 1.4; font-weight: 600; letter-spacing: -.02em; }
.demo-industry { display: flex; align-items: center; gap: 20px; min-height: 98px; margin-bottom: 12px; padding: 22px 20px; text-decoration: none; color: var(--ink); background: var(--card-solid); border: 1px solid var(--line); border-radius: 10px; transition: border-color 160ms, background 160ms; }
.demo-industry:hover { border-color: var(--accent-deep); }
.demo-industry.is-selected { border-color: var(--accent-deep); background: #eefbf6; }
.demo-industry > span:nth-child(2), .demo-role > span { display: grid; gap: 7px; min-width: 0; }
.demo-industry strong { font-size: 18px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.demo-industry small, .demo-role small { color: var(--ink-soft); font-size: 13px; line-height: 1.4; }
.demo-industry-icon { flex: 0 0 40px; width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.demo-selection { flex: 0 0 24px; width: 24px; height: 24px; margin-left: auto; border: 1px solid #aebabb; border-radius: 50%; }
.demo-selection svg { display: none; width: 20px; height: 20px; margin: 1px; fill: none; stroke: white; stroke-width: 2; }
.is-selected .demo-selection { border-color: var(--accent-deep); background: var(--accent-deep); }
.is-selected .demo-selection svg { display: block; }
.demo-detail { padding: 26px 28px 24px; background: var(--card-solid); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 1px 2px #10212608; }
.demo-label { margin: 0 0 12px; color: var(--ink-soft); font-size: 16px; line-height: 1.4; }
.demo-organization h2 { margin: 0 0 10px; font-size: 28px; line-height: 1.2; font-weight: 650; letter-spacing: -.035em; }
.demo-organization > p:not(.demo-label) { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.5; }
.demo-organization h3 { margin: 24px 0 12px; font-size: 15px; font-weight: 600; }
.demo-organization ul { margin: 0; padding-left: 20px; display: grid; gap: 8px; font-size: 15px; line-height: 1.45; }
.demo-organization { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.demo-roles { min-width: 0; margin: 24px 0 0; padding: 0; border: 0; }
.demo-roles legend { margin: 0 0 16px; padding: 0; font-size: 20px; font-weight: 600; line-height: 1.4; letter-spacing: -.025em; }
.demo-role { display: flex; align-items: center; gap: 22px; min-height: 64px; margin-bottom: 9px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.demo-role:has(input:checked) { border-color: #78d4b8; background: #f0fbf7; }
.demo-role input { flex: 0 0 22px; width: 22px; height: 22px; margin: 0; accent-color: var(--accent-deep); cursor: pointer; }
.demo-role > span { gap: 3px; }
.demo-role-fallback { width: 100%; background: transparent; text-align: left; font-family: inherit; color: inherit; }
.demo-role strong { font-size: 16px; font-weight: 550; line-height: 1.25; }
.demo-entry-row { display: flex; gap: 24px; align-items: center; margin-top: 26px; }
.demo-enter { display: flex; flex: 1; justify-content: space-between; align-items: center; gap: 20px; min-height: 56px; padding: 15px 24px; border: 1px solid var(--ink); border-radius: 8px; background: var(--ink); color: white; font-family: inherit; font-size: 16px; font-weight: 550; cursor: pointer; }
.demo-enter:hover:not(:disabled) { background: #263c43; }
.demo-enter:disabled { background: #dce7e3; border-color: #dce7e3; color: #536760; cursor: not-allowed; }
.demo-enter svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.demo-registration-note { color: var(--ink-soft); font-size: 14px; white-space: nowrap; }
.demo-availability { margin: 12px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.demo-shared-note { display: flex; align-items: start; gap: 10px; margin: 18px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.demo-shared-note svg { flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.demo-page a:focus-visible, .demo-page button:focus-visible, .demo-page input:focus-visible { outline: 3px solid var(--accent-deep); outline-offset: 4px; }
.demo-skip { position: fixed; top: -100px; left: 16px; z-index: 20; padding: 12px; background: var(--ink); color: white; }
.demo-skip:focus { top: 12px; }
.demo-guide-link { display: inline-block; margin-top: 18px; color: var(--accent-deep); font-size: 15px; text-underline-offset: 4px; }
.demo-guides { margin-top: 28px; scroll-margin-top: 24px; }
.demo-guides h2 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.025em; }
.demo-guide-intro { margin: 0 0 18px; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.demo-journey { margin: 0 0 12px; background: var(--card-solid); border: 1px solid var(--line); border-radius: 10px; }
.demo-journey summary { display: flex; gap: 16px; align-items: start; padding: 20px; cursor: pointer; list-style: none; }
.demo-journey summary::-webkit-details-marker { display: none; }
.demo-journey summary::after { content: '+'; flex: 0 0 18px; font-size: 22px; line-height: 22px; color: var(--accent-deep); }
.demo-journey[open] summary::after { content: '−'; }
.demo-journey summary > span:first-child { display: grid; gap: 6px; flex: 1; }
.demo-journey summary strong { font-size: 16px; font-weight: 600; }
.demo-journey summary small { color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.demo-duration { white-space: nowrap; color: var(--ink-soft); font-size: 12px; line-height: 22px; }
.demo-steps { margin: 0; padding: 0 24px 4px 44px; }
.demo-steps li { padding: 0 0 24px 4px; font-size: 14px; line-height: 1.6; }
.demo-steps li::marker { color: var(--accent-deep); font-weight: 600; }
.demo-steps h3 { margin: 0 0 8px; font-size: 15px; }
.demo-steps p { margin: 0 0 10px; }
.demo-step-result { color: var(--ink-soft); }
.demo-step-enter { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 7px; background: #eefbf6; color: var(--ink); font: inherit; font-weight: 550; cursor: pointer; }
.demo-step-enter:hover:not(:disabled) { border-color: var(--accent-deep); }
.demo-step-enter:disabled { opacity: .6; cursor: not-allowed; }
.demo-journey summary:focus-visible { outline: 3px solid var(--accent-deep); outline-offset: 4px; border-radius: 10px; }
.demo-step-enter .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 480px) { .demo-journey summary { gap: 10px; padding: 16px; flex-wrap: wrap; } .demo-duration { order: 2; width: 100%; } .demo-steps { padding-right: 18px; padding-left: 36px; } }
@media (max-width: 1100px) { .demo-workspace { grid-template-columns: 330px minmax(0, 1fr); gap: 24px; } .demo-industry { gap: 14px; padding: 20px 16px; } .demo-industry strong { font-size: 16px; } .demo-industry-icon { flex-basis: 30px; width: 30px; height: 30px; } .demo-entry-row { gap: 16px; } }
@media (max-width: 800px) { .demo-main { width: min(580px, calc(100% - 32px)); padding-top: 32px; } .demo-header { padding: 0 20px; height: 60px; } .demo-intro { text-align: left; margin-bottom: 26px; } .demo-intro p { font-size: 16px; } .demo-workspace { grid-template-columns: minmax(0, 1fr); gap: 24px; } .demo-industries h2 { margin-top: 0; } .demo-industry { min-height: 80px; padding: 16px; } .demo-industry strong { font-size: 17px; } .demo-industry-icon { width: 32px; height: 32px; flex-basis: 32px; } .demo-detail { padding: 24px 20px; } .demo-organization h2 { font-size: 26px; } .demo-roles legend, .demo-industries h2 { font-size: 18px; } .demo-role { gap: 14px; padding: 12px; } .demo-entry-row { flex-direction: column; align-items: stretch; gap: 12px; } .demo-registration-note { text-align: center; } .demo-enter { flex: auto; } }
@media (prefers-reduced-motion: reduce) { .demo-industry { transition: none; } }
