/* All styling is scoped to the new guide; existing workspaces keep their layout. */
.svh-card,.svh-dialog,.svh-overview{font-family:system-ui,-apple-system,"Noto Sans KR",sans-serif;color:#eef4ff;box-sizing:border-box;text-align:left;line-height:1.45}
.svh-card *,.svh-dialog *,.svh-overview *{box-sizing:border-box}
.svh-card{display:grid;grid-template-columns:190px minmax(0,1fr);grid-template-areas:"photo copy" "photo actions" "sample sample";gap:8px 20px;width:min(1120px,100%);max-width:100%;margin:14px auto 20px;padding:14px;background:#101e36;border:1px solid #344767;border-radius:16px;position:relative;isolation:isolate;overflow-wrap:anywhere}
.svh-card .svh-photo{grid-area:photo;padding:0;border:0;border-radius:10px;overflow:hidden;background:#0a1325;align-self:center;width:100%;height:auto;min-height:0}
.svh-photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain}
.svh-copy{grid-area:copy;min-width:0}
.svh-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.svh-eyebrow{color:#a6c8ff;font-size:12px;font-weight:700;letter-spacing:.025em}
.svh-card .svh-title,.svh-dialog .svh-title{font-size:clamp(17px,1.6vw,23px);line-height:1.3;color:#fff;margin:4px 0 5px;font-weight:750;letter-spacing:-.025em;overflow-wrap:anywhere}
.svh-card .svh-lead{color:#c4d3e9;font-size:13px;line-height:1.5;margin:0}
.svh-card button,.svh-dialog button{font:inherit;color:#eaf2ff;background:#203454;border:1px solid #5473a2;border-radius:9px;min-height:44px;cursor:pointer;padding:8px 11px;white-space:normal;touch-action:manipulation;max-width:100%}
.svh-card button:hover,.svh-dialog button:hover{background:#2c4b7b}
.svh-card button:focus-visible,.svh-dialog button:focus-visible{outline:3px solid #ffd57a;outline-offset:3px}
.svh-card .svh-help{font-size:12px;flex-shrink:0;min-width:82px;padding:6px 9px;background:#163762}
.svh-actions{grid-area:actions;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;min-width:0}
.svh-actions button{display:flex;align-items:center;gap:7px;text-align:left;line-height:1.3;font-size:13px;min-width:0;padding:8px}
.svh-actions small{color:#9abfff;font-size:11px}
.svh-actions span{min-width:0;overflow-wrap:anywhere}
.svh-card .svh-sample{grid-area:sample;color:#a6b7d0;font-size:10px;margin:0}
.svh-card .svh-status{grid-column:1/-1;color:#ffdfa7;font-size:13px;margin:0}
dialog.svh-dialog{width:min(900px,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:calc(100dvh - 32px);margin:auto;padding:0;background:#0d1930;border:1px solid #506a91;border-radius:18px;overflow:auto;overscroll-behavior:contain;box-shadow:0 24px 90px #0008}
dialog.svh-dialog:not([open]){display:none}
.svh-dialog::backdrop{background:#020917c7}
.svh-dialog .svh-dialog-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#0d1930;padding:14px 18px;border-bottom:1px solid #33476b}
.svh-dialog-head>div{min-width:0}
.svh-dialog-head>button{flex-shrink:0}
.svh-figure{margin:18px}
.svh-figure img{display:block;width:100%;height:auto;object-fit:contain;border-radius:10px}
.svh-figure figcaption{font-size:11px;color:#b8c8df;margin-top:6px}
.svh-dialog .svh-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;gap:10px;padding:0;margin:0 18px 18px}
.svh-dialog .svh-steps li{padding:14px;background:#182944;border:1px solid #385173;border-radius:12px;display:flex;flex-direction:column;min-width:0}
.svh-steps h3{font-size:16px;color:white;margin:5px 0}
.svh-steps p{font-size:13px;color:#cbd8eb;line-height:1.65;margin:0 0 14px;flex:1}
.svh-steps button{font-size:13px}
.svh-dialog .svh-note{margin:18px;color:#afc0d9;font-size:12px;line-height:1.6}
.svh-related{margin:18px;padding-top:14px;border-top:1px solid #344767}
.svh-related h3{font-size:14px;margin:0 0 10px}
.svh-related nav{display:flex;flex-wrap:wrap;gap:6px}
.svh-related button{font-size:12px}
.svh-related button[aria-current=true]{border-color:#91b9ff;background:#245098}
.svh-overview{width:min(1160px,calc(100% - 28px));margin:30px auto;padding:20px;border-radius:18px;background:#0d1930}
.svh-overview>h2{color:inherit;font-size:28px;margin:0 0 8px}
.svh-overview>p{color:inherit;font-size:14px;margin:0 0 20px}
.svh-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.svh-overview-grid .svh-card{grid-template-columns:120px minmax(0,1fr);grid-template-areas:"photo copy" "actions actions" "sample sample";gap:10px;margin:0}
.svh-overview-grid .svh-title{font-size:18px}
.svh-destination{outline:3px solid #649cff!important;outline-offset:5px;scroll-margin-top:180px}
@media(max-width:760px){
 .svh-card{grid-template-columns:108px minmax(0,1fr);grid-template-areas:"photo copy" "actions actions" "sample sample";gap:9px;padding:10px;margin:10px auto 14px;border-radius:13px;width:calc(100% - 16px)}
 .svh-top{align-items:flex-start;gap:4px}
 .svh-card .svh-eyebrow{font-size:10px}
 .svh-card .svh-help{min-width:64px;min-height:44px;font-size:11px;padding:5px}
 .svh-card .svh-title{font-size:16px;margin:1px 0 4px}
 .svh-card .svh-lead{font-size:11px;line-height:1.4}
 .svh-actions{gap:5px}
 .svh-actions button{font-size:12px;padding:8px 6px;gap:4px;min-height:48px}
 .svh-actions small{font-size:10px}
 dialog.svh-dialog{width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100dvh - 20px);border-radius:13px}
 .svh-dialog .svh-dialog-head{padding:10px;gap:8px}
 .svh-dialog .svh-title{font-size:18px}
 .svh-dialog-head>button{font-size:12px;padding:7px}
 .svh-figure{margin:10px}
 .svh-dialog .svh-steps{grid-template-columns:1fr;margin:10px;gap:8px}
 .svh-dialog .svh-steps li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:4px 8px;padding:12px}
 .svh-steps li>small{grid-column:1;grid-row:1}
 .svh-steps h3{grid-column:2;margin:0}
 .svh-steps p,.svh-steps button{grid-column:2;margin:0;font-size:13px}
 .svh-steps button{justify-self:start;margin-top:7px}
 .svh-overview-grid{grid-template-columns:1fr}
 .svh-overview-grid .svh-card{grid-template-columns:108px minmax(0,1fr);width:100%}
}
@media(prefers-reduced-motion:reduce){.svh-card *,.svh-dialog *{scroll-behavior:auto!important;transition:none!important}}

@media(max-width:760px){.svh-related nav{flex-wrap:nowrap;overflow-x:auto;gap:7px;scroll-snap-type:x proximity;overscroll-behavior-x:contain;padding:4px 2px 12px;scrollbar-width:thin}.svh-related button{flex:0 0 auto;white-space:nowrap;min-height:44px;scroll-snap-align:start}.svh-dialog .svh-dialog-head{background:#0d1930}.svh-dialog .svh-title{word-break:keep-all}}
