.stage-solution-page #playways .section-top { margin-bottom: 24px; }
.stage-solution-page #playways .section-top h2 { font-size: 36px; line-height: 48px; }
.stage-solution-page #playways .section-top .description { font-size: 16px; line-height: 26px; }
.stage-solution-page #playways .playway-filter-group { display:grid; grid-template-columns:minmax(0,1fr) 30px; align-items:start; gap:6px; margin:0 0 16px; padding:8px; border-radius:8px; }
.stage-solution-page #playways .participation-filter-group { margin:0 0 10px; padding:0; border:0; }
.stage-solution-page #playways .participation-filter-group[hidden] { display:none; }
.stage-solution-page #playways .participation-filter-group legend { margin:0 0 7px; color:#65799b; font-size:13px; }
.stage-solution-page #playways .participation-filters { display:flex; flex-wrap:wrap; gap:6px; }
.stage-solution-page #playways .participation-filters label { display:inline-flex; align-items:center; min-height:30px; padding:0 10px; border:1px solid #dfe8f7; border-radius:999px; background:#fff; color:#516887; font-size:12px; cursor:pointer; }
.stage-solution-page #playways .participation-filters input:checked + label { border-color:var(--blue); background:var(--blue); color:#fff; }
.stage-solution-page #playways .playway-filter-group[hidden] { display:none; }
.stage-solution-page #playways .playway-filters { position:relative; display:flex; flex-wrap:wrap; gap:6px; overflow:visible; min-width:0; margin:0; padding:0; }
.stage-solution-page #playways .playway-filters label { flex:0 0 auto; display:inline-flex; align-items:center; gap:5px; height:30px; min-height:30px; max-width:100%; padding:0 10px; border-radius:999px; border:0; font-size:12px; line-height:20px; font-weight:600; background:color-mix(in srgb,var(--playway-filter-color) 9%,white); color:var(--playway-filter-color); }
.stage-solution-page #playways .playway-filters label > * { color:inherit; }
.stage-solution-page #playways .playway-filters label span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.stage-solution-page #playways .playway-filters label b { padding:1px 4px; border-radius:999px; background:#ffffff40; font-size:11px; }
.stage-solution-page #playways .playway-filters [hidden], .stage-solution-page #playway-filters-toggle[hidden] { display:none; }
.stage-solution-page #playways .playway-filter-radio:checked + label { color:#fff; background:var(--playway-filter-color); box-shadow:none; }
.stage-solution-page #playway-filters-toggle { width:30px; height:30px; display:grid; place-items:center; padding:0; border:0; border-radius:6px; background:#edf3ff; color:var(--blue); font-size:20px; cursor:pointer; }
.stage-solution-page #playway-filters-toggle:focus-visible { outline:2px solid var(--blue); outline-offset:2px; }
.stage-solution-page #playways .feature-grid { gap: 12px; grid-template-columns: repeat(var(--desktop-playway-columns, 4), minmax(0, 1fr)); }
.stage-solution-page #playways .feature-grid > li { min-width: 0; }
.stage-solution-page #playways .feature-card { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr); grid-template-rows: 24px 1fr 24px; grid-template-areas: "icon title" "icon description" ". tags"; align-items: start; column-gap: 16px; row-gap: 6px; width: 100%; height: 160px; padding: 18px; border: 1px solid #e0e8f7; border-radius: 8px; background: #fff; box-shadow: none; text-align: left; transition: border-color .16s, background-color .16s; }
.stage-solution-page #playways .feature-card:hover { border-color: var(--blue); transform: none; }
.stage-solution-page #playways .feature-card[aria-expanded="true"] { background: #f3f7ff; border-color: var(--blue); box-shadow: 0 5px 14px color-mix(in srgb, var(--blue) 8%, transparent); }
.stage-solution-page #playways .feature-icon { grid-area: icon; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: var(--category-color); background: color-mix(in srgb, var(--category-color) 10%, white); }
.stage-solution-page #playways .feature-icon i { font-size: 27px; line-height: 1; }
.stage-solution-page #playways .feature-card h3 { grid-area: title; display: block; margin: 0; padding-right: 14px; color: #10172b; font-size: 18px; font-weight: 700; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stage-solution-page #playways .feature-card p { grid-area: description; display: -webkit-box; margin: 0; font-size: 14px; line-height: 20px; color: #6b7e9e; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.stage-solution-page #playways .feature-card .quiz-tags { grid-area: tags; display: flex; gap: 6px; align-self: end; margin: 0; }
.stage-solution-page #playways .feature-card .quiz-tags span { padding: 2px 8px; border-radius: 5px; color: var(--blue); background: color-mix(in srgb, var(--blue) 8%, white); font-size: 12px; line-height: 20px; }
.stage-solution-page #playways .feature-action { position: absolute; top: 20px; right: 16px; color: #64799d; font-size: 19px; line-height: 20px; }
.stage-solution-page #playways .feature-action i { display: block; transition: transform .16s; }
.stage-solution-page #playways [aria-expanded="true"] .feature-action { color: var(--blue); }
.stage-solution-page #playways [aria-expanded="true"] .feature-action i { transform: rotate(180deg); }
.stage-solution-page #playways .feature-card:focus-visible, .stage-solution-page #playways .play-consult:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.stage-solution-page #playways .play-detail-slot { grid-column: 1 / -1; margin: 8px 0; }
.stage-solution-page #playways .play-detail { padding: 24px; border: 1px solid #ceddff; border-radius: 8px; background: #f5f8ff; }
.stage-solution-page #playways .play-detail-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; }
.stage-solution-page #playways .play-detail-title { min-width: 0; }
.stage-solution-page #playways .eyebrow { display: block; margin-bottom: 9px; font-size: 13px; line-height: 20px; color: var(--blue); }
.stage-solution-page #playways .play-title-line { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.stage-solution-page #playways #play-title { margin: 0; font-size: 28px; line-height: 38px; font-weight: 700; color: #10172b; overflow-wrap: anywhere; }
.stage-solution-page #playways .play-detail-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.stage-solution-page #playways .play-detail-tags span { padding: 5px 12px; border-radius: 999px; color: var(--blue); background: color-mix(in srgb, var(--blue) 7%, white); font-size: 12px; line-height: 20px; }
.stage-solution-page #playways .play-consult { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; min-height: 42px; padding: 10px 18px; border-radius: 8px; color: white; background: var(--blue); font-size: 14px; line-height: 22px; box-shadow: 0 4px 9px color-mix(in srgb, var(--blue) 16%, transparent); text-decoration: none; }
.stage-solution-page #playways .play-consult i { font-size: 18px; }
.stage-solution-page #playways .play-summary { margin: 10px 0 18px; color: #64799b; font-size: 14px; line-height: 24px; overflow-wrap: anywhere; }
.stage-solution-page #playways .play-demo-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); align-items: start; gap: 16px; margin-top: 18px; }
.stage-solution-page #playways .play-demo-grid.without-media,
.stage-solution-page #playways .play-demo-grid.without-roles { grid-template-columns: minmax(0, 1fr); }
.stage-solution-page #playways .play-preview { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; border: 0; border-radius: 8px; background: #eef2f9; overflow: hidden; }
.stage-solution-page #playways .play-preview > img { width: 100%; height: 100%; object-fit: contain; }
.stage-solution-page #playways .preview-nav { width: 40px; height: 40px; border: 1px solid #dbe6fa; background: #1c3057df; box-shadow: none; }
.stage-solution-page #playways .preview-nav-prev { left: 10px; }
.stage-solution-page #playways .preview-nav-next { right: 10px; }
.stage-solution-page #playways .effect-gallery { display: flex; flex-wrap: nowrap; gap: 10px; overflow-x: auto; margin-top: 10px; padding: 2px 2px 6px; scrollbar-width: thin; }
.stage-solution-page #playways .effect-button { flex: 0 0 calc((100% - 30px) / 4); width: calc((100% - 30px) / 4); height: 72px; min-height: 72px; padding: 2px; border: 2px solid transparent; border-radius: 7px; background: #fff; }
.stage-solution-page #playways .effect-button[aria-pressed="true"] { border-color: var(--blue); }
.stage-solution-page #playways .effect-button img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.stage-solution-page #playways .play-role-panel { container-type: inline-size; min-width: 0; padding: 16px; border: 1px solid #e6edf9; border-radius: 8px; background: #fff; }
.stage-solution-page #playways .detail-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin: 0 0 14px; }
.stage-solution-page #playways .detail-heading h3 { margin: 0; padding-left: 12px; border-left: 4px solid var(--blue); font-size: 20px; line-height: 24px; color: #10172b; }
.stage-solution-page #playways #role-flow-count { color: #657b9e; font-size: 13px; }
.stage-solution-page #playways .role-flow-note { display: flex; align-items: center; gap: 6px; margin-left: auto; color: #8090ad; font-size: 12px; line-height: 20px; }
.stage-solution-page #playways .role-flow-note i { font-size: 15px; }
.stage-solution-page #playways .role-guide { display: grid; gap: 8px; border: 0; border-radius: 0; background: transparent; overflow: visible; }
.stage-solution-page #playways .role-card,
.stage-solution-page #playways .role-card:nth-child(2n) { display: grid; grid-template-columns: 30px 38px 184px minmax(0, 1fr) 126px; grid-template-areas: "number icon title description terminals"; align-items: center; gap: 12px; min-height: 54px; padding: 10px 12px; border: 1px solid #e9effa; border-radius: 8px; background: #fafcff; }
.stage-solution-page #playways .role-number { grid-area: number; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: color-mix(in srgb, var(--blue) 8%, white); color: var(--blue); font-size: 12px; font-weight: 600; }
.stage-solution-page #playways .role-icon { grid-area: icon; display: grid; place-items: center; width: 38px; height: 38px; margin: 0; border-radius: 12px; color: var(--blue); background: color-mix(in srgb, var(--blue) 6%, white); }
.stage-solution-page #playways .role-icon i { font-size: 23px; line-height: 1; }
.stage-solution-page #playways .role-card h4 { grid-area: title; margin: 0; color: #141e35; font-size: 13px; font-weight: 700; line-height: 20px; overflow-wrap: anywhere; }
.stage-solution-page #playways .role-card p { grid-area: description; margin: 0; color: #7183a2; font-size: 14px; line-height: 21px; overflow-wrap: anywhere; }
.stage-solution-page #playways .role-terminals { grid-area: terminals; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 6px 8px; border-radius: 6px; background: #f0f4fa; color: #64799b; font-size: 12px; line-height: 18px; overflow-wrap: anywhere; }
.stage-solution-page #playways .role-terminals i { flex: 0 0 auto; font-size: 18px; color: var(--blue); }
.stage-solution-page #playways .role-card.without-terminals { grid-template-columns: 30px 38px 184px minmax(0, 1fr); grid-template-areas: "number icon title description"; }
@container (max-width: 620px) {
  .stage-solution-page #playways .role-card, .stage-solution-page #playways .role-card:nth-child(2n) { grid-template-columns: 26px 32px 106px minmax(0, 1fr) 80px; gap: 7px; padding: 12px 8px; min-height: 92px; }
  .stage-solution-page #playways .role-card.without-terminals { grid-template-columns: 26px 32px 106px minmax(0, 1fr); }
  .stage-solution-page #playways .role-number { width: 26px; height: 28px; }
  .stage-solution-page #playways .role-icon { width: 32px; height: 36px; }
  .stage-solution-page #playways .role-card p { font-size: 13px; line-height: 21px; }
  .stage-solution-page #playways .role-terminals { gap: 4px; padding: 5px; font-size: 11px; }
  .stage-solution-page #playways .role-flow-note { flex-basis: 100%; margin-left: 0; }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .stage-solution-page #playways .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stage-solution-page #playways .play-demo-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 767px) {
  .stage-solution-page #playways .feature-grid { grid-template-columns: minmax(0, 1fr); }
  .stage-solution-page #playways .feature-card { height: 152px; padding: 16px; }
  .stage-solution-page #playways .section-top h2 { font-size: 28px; line-height: 38px; }
  .stage-solution-page #playways .section-top .description { font-size: 14px; line-height: 24px; }
  .stage-solution-page #playways .play-detail { padding: 14px; }
  .stage-solution-page #playways .play-detail-heading { flex-wrap: wrap; gap: 12px; }
  .stage-solution-page #playways #play-title { font-size: 23px; line-height: 32px; }
  .stage-solution-page #playways .play-demo-grid { grid-template-columns: minmax(0, 1fr); }
  .stage-solution-page #playways .play-role-panel { padding: 12px; }
  .stage-solution-page #playways .playway-filters label { padding: 0 10px; }
  .stage-solution-page #playways .effect-button { flex-basis: 88px; width: 88px; height: 58px; min-height: 58px; }
}
@container (max-width: 410px) {
  .stage-solution-page #playways .role-card, .stage-solution-page #playways .role-card:nth-child(2n), .stage-solution-page #playways .role-card.without-terminals { grid-template-columns: 26px 32px minmax(0, 1fr); grid-template-areas: "number icon title" ". description description" ". terminals terminals"; align-items: start; gap: 7px; min-height: 0; padding: 10px; }
  .stage-solution-page #playways .role-card h4 { align-self: center; }
  .stage-solution-page #playways .role-terminals { justify-content: flex-start; justify-self: start; padding: 5px 9px; }
}
