
/* §7 — stand out: contrast + two-way build */
.rsg-page .so-contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0 0 30px; align-items: stretch; }
.rsg-page .so-col { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); display: flex; flex-direction: column; }
.rsg-page .so-head { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--line-2); }
.rsg-page .so-head .so-tag { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }
.rsg-page .so-head b { font-family: var(--font-display); font-size: 14.5px; font-weight: 800; color: var(--ink-900); display: block; line-height: 1.2; }
.rsg-page .so-hic { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.rsg-page .so-hic svg { width: 17px; height: 17px; }
.rsg-page .so-tmpl .so-hic { background: linear-gradient(135deg, #94A3B8, #64748B); }
.rsg-page .so-tmpl .so-tag { color: #64748B; }
.rsg-page .so-mine .so-hic { background: linear-gradient(135deg, var(--green-500), var(--green-700)); box-shadow: 0 6px 14px rgba(44,122,75,0.28); }
.rsg-page .so-mine .so-tag { color: var(--green-700); }
.rsg-page .so-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.rsg-page .so-tmpl-row { display: flex; gap: 10px; justify-content: center; align-items: flex-end; flex: 1; }
.rsg-page .so-wf { width: 33%; border: 1px solid #E2E8F0; border-radius: 8px; overflow: hidden; background: #fff; opacity: 0.92; }
.rsg-page .so-wf .so-wf-bar { height: 16px; background: linear-gradient(90deg, #CBD5E1, #94A3B8); }
.rsg-page .so-wf .so-wf-b { padding: 8px; display: flex; flex-direction: column; gap: 5px; }
.rsg-page .so-wf .so-wf-b span { display: block; height: 5px; border-radius: 2px; background: #E6EAEF; }
.rsg-page .so-wf .so-wf-b span:first-child { width: 60%; height: 7px; background: #D3DBE3; }
.rsg-page .so-shot { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.rsg-page .so-shot-bar { display: flex; align-items: center; gap: 6px; padding: 7px 11px; background: #F4F6F8; border-bottom: 1px solid var(--line); }
.rsg-page .so-shot-bar .sd { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.rsg-page .so-shot-bar .su { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; color: #64748B; font-weight: 700; margin-left: auto; }
.rsg-page .so-shot img { width: 100%; aspect-ratio: 16/9; height: auto; object-fit: cover; object-position: top; display: block; }
.rsg-page .so-foot { margin-top: 14px; font-size: 12px; line-height: 1.5; color: var(--ink-2); }
.rsg-page .so-foot strong { color: var(--ink-900); }

.rsg-page .so-means { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0 0 32px; }
.rsg-page .so-mcard { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 16px; box-shadow: var(--shadow-md); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.rsg-page .so-mcard:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,0,0,0.08); }
.rsg-page .so-mic { width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg, var(--green-500), var(--green-700)); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; box-shadow: 0 8px 16px rgba(44,122,75,0.24); }
.rsg-page .so-mic svg { width: 19px; height: 19px; }
.rsg-page .so-mcard h3, .rsg-page .so-mcard h4 { font-family: var(--font-display); font-size: 14.5px; font-weight: 800; color: var(--ink-900); margin: 0 0 6px; line-height: 1.25; }
.rsg-page .so-mcard p { font-size: 12px; line-height: 1.5; color: var(--ink-2); margin: 0 0 15px; }
.rsg-page .so-foot2 { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-2); }
.rsg-page .so-cap { display: block; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: 0.09em; text-transform: uppercase; font-weight: 700; color: var(--green-700); margin-bottom: 9px; }
.rsg-page .so-foot2 svg { display: block; width: 100%; height: auto; }

.rsg-page .so-build { display: grid; grid-template-columns: 1fr auto 1.1fr; gap: 22px; align-items: center; background: linear-gradient(150deg, #F4F9F5, #E9F1EB); border: 1px solid rgba(44,122,75,0.22); border-radius: 18px; padding: 24px; }
.rsg-page .so-side-lbl { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--green-700); margin-bottom: 14px; }
.rsg-page .so-side-lbl .so-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); }
.rsg-page .so-chip { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--line); border-radius: 11px; padding: 11px 13px; margin-bottom: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.04); }
.rsg-page .so-chip:last-child { margin-bottom: 0; }
.rsg-page .so-chip-ic { width: 34px; height: 34px; border-radius: 9px; background: var(--green-50); color: var(--green-700); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .so-chip-ic svg { width: 17px; height: 17px; }
.rsg-page .so-chip span { font-size: 12.5px; line-height: 1.35; color: var(--ink-2); font-weight: 600; }
.rsg-page .so-chip span strong { color: var(--ink-900); }
.rsg-page .so-arrow { display: flex; flex-direction: column; align-items: center; gap: 7px; color: var(--green-600); }
.rsg-page .so-arrow svg { width: 30px; height: 30px; }
.rsg-page .so-arrow span { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--green-700); }
.rsg-page .so-out { background: #fff; border: 1px solid rgba(44,122,75,0.3); border-radius: 14px; padding: 18px 20px; box-shadow: 0 10px 26px rgba(20,62,37,0.08); }
.rsg-page .so-out h3, .rsg-page .so-out h4 { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--ink-900); margin: 0 0 13px; line-height: 1.25; }
.rsg-page .so-out ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.rsg-page .so-out li { display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px; line-height: 1.4; color: var(--ink-2); }
.rsg-page .so-out li strong { color: var(--ink-900); }
.rsg-page .so-out .so-ck { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--green-50); display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.rsg-page .so-out .so-ck svg { width: 10px; height: 10px; color: var(--green-600); }
@media (max-width: 900px) {
  .rsg-page .so-means { grid-template-columns: 1fr 1fr; }
  .rsg-page .so-build { grid-template-columns: 1fr; }
  .rsg-page .so-arrow { flex-direction: column; transform: none; margin: 10px 0; }
  .rsg-page .so-arrow svg { transform: rotate(90deg); width: 26px; height: 26px; }
}
@media (max-width: 600px) { .rsg-page .so-contrast { grid-template-columns: 1fr; } .rsg-page .so-means { grid-template-columns: 1fr; } }
