/* Generated by tools/split-subpage-css.php. Edit assets/css/source/subpage-modern.full.css instead. */
.reaction-page { color: #111827; }
.reaction-heading { margin-bottom: 24px; }
.reaction-eyebrow { margin: 0 0 10px; color: #0f766e; font-size: .9rem; font-weight: 800; }
.reaction-heading h1 { margin: 0 0 14px; color: #0f172a; font-size: clamp(2.1rem, 5vw, 3.45rem); line-height: 1.08; }
.reaction-heading > p { max-width: 820px; margin: 0; color: #64748b; font-size: 1.08rem; line-height: 1.75; }
.reaction-tool, .reaction-guide { border: 1px solid #dbe4ef; border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(15,23,42,.06); overflow: hidden; }
.reaction-tool { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr); }
.reaction-stage-panel, .reaction-result-panel, .reaction-guide { padding: 24px; }
.reaction-result-panel { border-left: 1px solid #e2e8f0; background: #f8fafc; }
.reaction-stage-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 18px; }
.reaction-stage-head h2, .reaction-result-panel h2, .reaction-guide h2 { margin: 0; color: #0f172a; font-size: 1.35rem; }
.reaction-stage-head p { margin: 8px 0 0; color: #64748b; line-height: 1.65; }
.reaction-current { flex: 0 0 auto; min-width: 132px; padding: 14px; border: 1px solid #c9e8df; border-radius: 8px; background: #ecfdf5; text-align: right; }
.reaction-current span, .reaction-metrics span { display: block; color: #64748b; font-size: .76rem; font-weight: 900; }
.reaction-current strong { display: block; margin-top: 5px; color: #0f172a; font-size: 1.35rem; line-height: 1.2; }
.reaction-stage { display: grid; width: 100%; min-height: 320px; margin: 0; place-items: center; align-content: center; gap: 10px; padding: 28px; border: 0; border-radius: 8px; background: #172033; color: #fff; box-shadow: none; cursor: pointer; text-align: center; transition: background .16s ease, transform .16s ease; }
.reaction-stage:hover { transform: translateY(-1px); }
.reaction-stage span { color: #fff; font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 900; line-height: 1.1; }
.reaction-stage small { max-width: 460px; color: #cbd5e1; font-size: .95rem; line-height: 1.6; }
.reaction-stage[data-state="waiting"] { background: #b91c1c; }
.reaction-stage[data-state="ready"] { background: #0f766e; }
.reaction-stage[data-state="early"] { background: #7c2d12; }
.reaction-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.reaction-actions button { min-height: 46px; margin: 0; padding: 0 20px; border: 0; border-radius: 7px; background: #0f766e; color: #fff; font-weight: 900; cursor: pointer; white-space: nowrap; }
.reaction-actions button + button { background: #e8eef6; color: #172033; }
.reaction-status { min-height: 24px; margin: 14px 0 0; color: #64748b; line-height: 1.55; }
.reaction-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.reaction-metrics div { min-width: 0; padding: 14px; border: 1px solid #dbe4ef; border-radius: 8px; background: #fff; }
.reaction-metrics strong { display: block; margin-top: 6px; color: #0f172a; font-size: 1.15rem; line-height: 1.3; overflow-wrap: anywhere; }
.reaction-history-wrap { margin-top: 20px; }
.reaction-history-wrap h3 { margin: 0 0 10px; color: #0f172a; font-size: 1.05rem; }
.reaction-history { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.reaction-history li { display: grid; grid-template-columns: minmax(0, .75fr) auto minmax(70px, .6fr); gap: 8px; align-items: center; padding: 10px 12px; border: 1px solid #dbe4ef; border-radius: 7px; background: #fff; color: #64748b; font-size: .84rem; }
.reaction-history strong { color: #0f172a; }
.reaction-history em { color: #0f766e; font-style: normal; font-weight: 800; text-align: right; }
.reaction-guide { margin-top: 24px; }
.reaction-guide header p { margin: 10px 0 0; color: #64748b; line-height: 1.75; }
.reaction-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.reaction-guide-grid section, .reaction-note { padding: 18px; border: 1px solid #dbe4ef; border-radius: 8px; background: #f8fafc; }
.reaction-guide-grid h3, .reaction-note h3 { margin: 0 0 10px; color: #0f172a; font-size: 1.05rem; }
.reaction-guide-grid p, .reaction-note p { margin: 0; color: #526176; line-height: 1.75; }
.reaction-table-wrap { margin-top: 20px; overflow-x: auto; border: 1px solid #dbe4ef; border-radius: 8px; }
.reaction-table-wrap table { width: 100%; margin: 0; border-collapse: collapse; background: #fff; }
.reaction-table-wrap th, .reaction-table-wrap td { padding: 14px 16px; border-bottom: 1px solid #e2e8f0; color: #334155; text-align: left; vertical-align: top; }
.reaction-table-wrap th { background: #f1f5f9; color: #0f172a; font-weight: 900; }
.reaction-table-wrap tr:last-child td { border-bottom: 0; }
.reaction-note { margin-top: 16px; border-color: #c9e8df; background: #f0fdfa; }
@media screen and (max-width: 980px) {
.reaction-tool, .reaction-guide-grid { grid-template-columns: 1fr; }
.reaction-result-panel { border-left: 0; border-top: 1px solid #e2e8f0; }
}
@media screen and (max-width: 640px) {
.reaction-stage-panel, .reaction-result-panel, .reaction-guide { padding: 16px; }
.reaction-stage-head { display: grid; grid-template-columns: 1fr; }
.reaction-current { text-align: left; }
.reaction-stage { min-height: 250px; padding: 22px; }
.reaction-actions button { flex: 1 1 140px; }
.reaction-metrics { grid-template-columns: 1fr; }
.reaction-history li { grid-template-columns: 1fr; gap: 2px; }
.reaction-history em { text-align: left; }
}
