html{overflow-x:hidden}
.v2-remaining-surfaces{--surface-content-start:44px;--surface-content-start-compact:30px;max-width:100%;background:var(--canvas);overflow-x:hidden}
.scenario-main{min-height:72vh}
.scenario-main:focus{outline:none}
.scenario-shell{padding-bottom:18px}
.scenario-hero{position:relative;overflow:hidden;padding:70px 0 58px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f2dfd5 0%,#fffaf7 55%,#e5ebe4 100%)}
.scenario-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:46px;align-items:end}
.scenario-hero__inner--single{grid-template-columns:minmax(0,920px);justify-content:center}
.v2-remaining-surfaces.support-index .scenario-hero__inner--single,.static-surface--about .scenario-hero__inner--single{justify-content:start}
.scenario-hero h1{max-width:820px;margin:10px 0 0;font-family:var(--font-display);font-size:56px;font-weight:560;letter-spacing:0;line-height:1.02}
.scenario-hero p{max-width:710px;margin:18px 0 0;color:var(--muted);font-size:16px;line-height:1.7}
.scenario-proof{display:grid;gap:8px;padding:18px;border:1px solid rgba(142,73,54,.24);border-radius:var(--radius-md);background:rgba(255,253,252,.76);box-shadow:var(--shadow-sm)}
.scenario-proof strong{font-family:var(--font-display);font-size:24px;font-weight:600;line-height:1.1}
.scenario-proof span{color:var(--muted);font-size:13px;line-height:1.5}
.scenario-proof__status{display:inline-flex;min-height:32px;align-items:center;justify-content:flex-start;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:var(--sage-soft);color:#405343;font-size:11px;font-weight:850;overflow-wrap:anywhere}
.surface-body{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;padding-top:var(--surface-content-start)}
.v2-remaining-surfaces .scenario-shell > .support-list{margin-top:var(--surface-content-start)}
.surface-body--single{grid-template-columns:minmax(0,920px);justify-content:center}
.surface-copy,.support-list,.article-copy,.state-copy{min-width:0;padding:34px 38px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}
.surface-copy h2,.support-list h2,.article-copy h2,.state-copy h2,.side-panel h2,.empty-panel h2{margin:8px 0 0;font-family:var(--font-display);font-size:36px;font-weight:600;letter-spacing:0;line-height:1.08}
.surface-copy h3,.article-copy h3{margin:26px 0 8px;font-family:var(--font-display);font-size:26px;font-weight:600;line-height:1.12}
.surface-copy p,.surface-copy li,.support-list p,.article-copy p,.state-copy p,.side-panel p,.empty-panel p{color:var(--muted);line-height:1.72;overflow-wrap:anywhere}
.surface-copy ul,.article-copy ul{display:grid;gap:8px;margin:16px 0 0;padding-left:22px}
.system-actions,.support-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.button,.text-link,.page-control,.page-number,.topic-card,.support-card{overflow-wrap:anywhere}
.v2-remaining-surfaces .scenario-main .button{white-space:normal;text-align:center}
.v2-remaining-surfaces .scenario-main a,.v2-remaining-surfaces .scenario-main button{min-width:44px;min-height:44px}
.v2-remaining-surfaces .scenario-main a{display:inline-flex;align-items:center}
.v2-remaining-surfaces .scenario-main .page-control,.v2-remaining-surfaces .scenario-main .page-number{min-height:44px}
.v2-remaining-surfaces .scenario-main .page-number{width:44px}
.v2-remaining-surfaces .scenario-main .button--primary{background:var(--terra-dark);color:#fff}
.side-panel{align-self:start;display:grid;gap:16px}
.decision-note,.source-note,.empty-panel,.side-panel__block{min-width:0;padding:21px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}
.decision-note{border-color:rgba(113,128,113,.24);background:var(--sage-soft)}
.source-note{border-color:rgba(185,101,73,.24);background:var(--terra-soft)}
.note-list{display:grid;gap:8px;margin:12px 0 0;padding:0;list-style:none}
.note-list li{display:flex;gap:8px;min-width:0;color:var(--muted);font-size:13px;line-height:1.45}
.note-list li:before{content:"";width:7px;height:7px;flex:0 0 auto;margin-top:7px;border-radius:50%;background:var(--terra)}
.inline-status{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;margin-top:20px;padding:15px;border:1px solid rgba(113,128,113,.24);border-radius:var(--radius-md);background:var(--sage-soft);color:#405343}
.inline-status__icon,.state-icon,.topic-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:rgba(255,253,252,.76);color:var(--terra-dark)}
.inline-status svg,.state-icon svg,.topic-icon svg,.support-card svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.contact-links{display:grid;gap:12px;margin-top:20px}
.contact-links a{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);font-weight:780}
.contact-links a span{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto}
.contact-links a svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}
.v2-remaining-surfaces .topic-card{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"icon title" "icon description" "icon count";align-items:start;column-gap:13px;row-gap:8px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}
.topic-card .topic-icon{grid-area:icon}
.topic-card strong{grid-area:title;font-family:var(--font-display);font-size:23px;font-weight:600;line-height:1.08;overflow-wrap:break-word;word-break:normal}
.topic-card>span:not(.topic-icon){grid-area:description;color:var(--muted);font-size:13px;line-height:1.52;overflow-wrap:break-word;word-break:normal}
.topic-card small{grid-area:count;overflow-wrap:normal;word-break:normal}
.topic-card small,.support-card small,.meta-line{color:var(--terra-dark);font-size:11px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.article-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.support-card{min-width:0;display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}
.support-card__media{display:grid;place-items:center;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,var(--terra-soft),var(--sage-soft));color:var(--terra-dark)}
.support-card__media img{width:100%;height:100%;display:block;object-fit:cover}
.support-card__body{min-width:0;padding:18px}
.support-card h3{margin:7px 0 0;font-family:var(--font-display);font-size:25px;font-weight:600;line-height:1.08}
.support-card p{margin:9px 0 13px;color:var(--muted);font-size:13px;line-height:1.56}
.empty-panel{display:grid;justify-items:start;gap:10px}
.empty-panel .state-icon{background:var(--terra-soft)}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;padding-top:var(--surface-content-start)}
.article-copy{padding:38px 42px}
.article-copy blockquote{margin:24px 0;padding:18px 22px;border-left:4px solid var(--terra);border-radius:0 var(--radius-md) var(--radius-md) 0;background:var(--surface-soft);font-family:var(--font-display);font-size:24px;line-height:1.28;color:var(--ink)}
.related-section{padding-top:36px}
.state-layout{display:grid;grid-template-columns:minmax(0,760px) 360px;gap:28px;align-items:start;padding-top:var(--surface-content-start)}
.state-copy{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px}
.state-copy h2{font-size:38px}
.state-icon{width:54px;height:54px;background:var(--terra-soft)}
.state-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}
.state-icon svg.state-icon__paw{fill:currentColor;stroke:none}
.browse-pagination{margin-top:26px}
.page-control[aria-disabled="true"]{opacity:.5;cursor:default}
.page-control[aria-disabled="true"]:focus{outline:none}
.page-number[aria-current="page"]{border-color:var(--terra);background:var(--terra);color:white}
.guidelines-target,.policy-anchor{scroll-margin-top:112px;border-radius:var(--radius-sm)}
.guidelines-target:focus,.guidelines-target.is-targeted,.policy-anchor:focus,.policy-anchor:target{outline:3px solid rgba(185,101,73,.32);outline-offset:6px;background:var(--terra-soft)}
.guidelines-return{margin-top:18px}
#page-title:focus,#scenario-title:focus{outline:3px solid rgba(185,101,73,.32);outline-offset:7px;border-radius:var(--radius-sm)}
.v2-remaining-surfaces .scenario-main a:focus-visible,
.v2-remaining-surfaces .scenario-main button:focus-visible,
.topic-card:focus-visible,
.support-card a:focus-visible,
.page-control:focus-visible,
.page-number:focus-visible{outline:3px solid rgba(185,101,73,.34);outline-offset:4px}
.keyboard-proof-target{box-shadow:0 0 0 5px rgba(185,101,73,.18),var(--shadow-sm)}
.long-copy-panel{border-color:rgba(142,73,54,.26);background:#fffaf7}
@media(max-width:1180px){
  .scenario-hero__inner,.surface-body,.article-layout,.state-layout{grid-template-columns:1fr}
  .scenario-proof,.side-panel{max-width:720px}
  .topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .scenario-hero{padding:56px 0 48px}
  .scenario-hero h1{font-size:46px}
  .article-grid,.article-grid--two{grid-template-columns:1fr}
  .state-copy{grid-template-columns:1fr}
}
@media(max-width:720px){
  .topic-grid{grid-template-columns:1fr}
  .system-actions,.support-actions{display:grid}
  .system-actions .button,.support-actions .button{width:100%}
}
@media(max-width:520px){
  .scenario-hero{padding:44px 0 38px}
  .scenario-hero h1{font-size:37px;line-height:1.05}
  .scenario-hero p{font-size:14px}
  .v2-remaining-surfaces.support-index .scenario-hero{padding:48px 0 42px}
  .v2-remaining-surfaces.support-index .scenario-hero h1{font-size:44px;font-weight:500;letter-spacing:-.035em;line-height:.98}
  .v2-remaining-surfaces.support-index .scenario-hero p{margin-top:16px;line-height:1.62}
  .surface-body,.article-layout,.state-layout{padding-top:var(--surface-content-start-compact)}
  .surface-copy,.support-list,.article-copy,.state-copy,.decision-note,.source-note,.empty-panel,.side-panel__block{padding:21px}
  .v2-remaining-surfaces .scenario-shell > .support-list{margin-top:var(--surface-content-start-compact)}
  .surface-copy h2,.support-list h2,.article-copy h2,.state-copy h2,.side-panel h2,.empty-panel h2{font-size:30px}
  .surface-copy h3,.article-copy h3{font-size:23px}
  .inline-status{grid-template-columns:1fr}
  .support-card h3{font-size:23px}
}
@media(prefers-reduced-motion:reduce){
  .v2-remaining-surfaces *,.v2-remaining-surfaces *::before,.v2-remaining-surfaces *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
}
.v2-remaining-surfaces .scenario-hero .text-link{display:inline-flex;margin-bottom:14px}
.v2-remaining-surfaces .support-section-heading{margin-top:34px}
.v2-remaining-surfaces .support-section-heading h2{margin-top:8px}
.v2-remaining-surfaces .support-card__media svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.6}
.v2-remaining-surfaces .support-card__body .text-link svg{width:17px;height:17px;margin-left:6px;fill:none;stroke:currentColor;stroke-width:1.8}
.v2-remaining-surfaces .article-proof-image{width:100%;max-height:190px;object-fit:cover;border-radius:var(--radius-sm)}
.v2-remaining-surfaces .prose-support h2,.v2-remaining-surfaces .prose-support h3{font-family:var(--font-display);font-weight:600;line-height:1.15}
.v2-remaining-surfaces .prose-support h2{font-size:34px;margin:30px 0 10px}.v2-remaining-surfaces .prose-support h3{font-size:26px;margin:25px 0 8px}
.v2-remaining-surfaces .prose-support p,.v2-remaining-surfaces .prose-support li{color:var(--muted);line-height:1.72}.v2-remaining-surfaces .prose-support img{max-width:100%;height:auto;border-radius:var(--radius-md)}
.v2-remaining-surfaces .scenario-proof img+span{margin-top:4px}
