
* { box-sizing: border-box; font-family: 'Mont', 'Montserrat', sans-serif; margin: 0; padding: 0; }

.rh-crt { width: 100%; background: #f7f7f7; }
.rh-crt-wrap { max-width: 1600px; margin: 0 auto; padding: 56px 80px; }
.rh-crt-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }

/* LEFT: FORM */
.rh-crt-form { background: #ffffff; border-radius: 20px; padding: 40px; }
.rh-crt-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 6px 0; }
.rh-crt-title { font-size: 19px; font-weight: 700; color: #262626; display: block; margin-bottom: 8px; }
.rh-crt-sub { font-size: 12.5px; font-weight: 600; color: #808080; display: block; margin-bottom: 28px; line-height: 1.55; }

.rh-crt-q { margin: 0 0 22px 0; }
.rh-crt-q-text { font-size: 13px; font-weight: 700; color: #262626; display: block; margin: 0 0 4px 0; }
.rh-crt-q-hint { font-size: 11px; font-weight: 600; color: #b3b3b3; display: block; margin: 0 0 10px 0; }

.rh-crt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rh-crt-opt { background: #f5f5f5; border-radius: 12px; padding: 14px 16px; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; }
.rh-crt-opt:hover { background: #DFECD9; border-color: #BFD8B3; }
.rh-crt-opt.selected { background: #DFECD9; border-color: #99AD8F; }
.rh-crt-opt-text { font-size: 13px; font-weight: 700; color: #262626; display: block; }
.rh-crt-opt-sub { font-size: 10.5px; font-weight: 600; color: #939393; display: block; margin-top: 2px; }

.rh-crt-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.rh-crt-pill { background: #f5f5f5; border-radius: 100px; padding: 10px 18px; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; font-size: 13px; font-weight: 600; color: #262626; }
.rh-crt-pill:hover { background: #DFECD9; border-color: #BFD8B3; }
.rh-crt-pill.selected { background: #262626; border-color: #262626; color: #fff; }

.rh-crt-btn { width: 100%; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: #262626; color: #ffffff; border: none; padding: 15px 28px; border-radius: 100px; cursor: pointer; transition: all 0.15s; margin-top: 6px; }
.rh-crt-btn:hover { background: #464646; }

/* RIGHT: RESULT */
.rh-crt-result { background: #262626; border-radius: 20px; padding: 40px; position: sticky; top: 24px; min-height: 520px; display: flex; flex-direction: column; }

.rh-crt-empty { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; }
.rh-crt-empty-text { font-size: 12px; font-weight: 600; color: #585858; max-width: 230px; line-height: 1.6; }

.rh-crt-filled { display: none; flex-direction: column; height: 100%; }

/* Zone indicator */
.rh-crt-zone { border-radius: 14px; padding: 18px 22px; margin-bottom: 18px; }
.rh-crt-zone.red    { background: rgba(203,129,125,0.15); border: 1px solid rgba(203,129,125,0.35); }
.rh-crt-zone.orange { background: rgba(212,168,87,0.15);  border: 1px solid rgba(212,168,87,0.35);  }
.rh-crt-zone.yellow { background: rgba(191,216,179,0.12); border: 1px solid rgba(191,216,179,0.25); }
.rh-crt-zone-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-bottom: 6px; }
.red    .rh-crt-zone-label { color: #CB817D; }
.orange .rh-crt-zone-label { color: #D4A857; }
.yellow .rh-crt-zone-label { color: #99AD8F; }
.rh-crt-zone-title { font-size: 15px; font-weight: 700; color: #ffffff; display: block; line-height: 1.4; }

/* Time bars */
.rh-crt-times { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.rh-crt-time-row { background: rgba(255,255,255,0.04); border-radius: 12px; padding: 16px 18px; }
.rh-crt-time-label { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #A3A3A3; display: block; margin-bottom: 6px; }
.rh-crt-time-val { font-size: 26px; font-weight: 700; color: #ffffff; line-height: 1; }
.rh-crt-time-val.red    { color: #CB817D; }
.rh-crt-time-val.orange { color: #D4A857; }
.rh-crt-time-val.green  { color: #99AD8F; }
.rh-crt-time-sub { font-size: 11px; font-weight: 600; color: #808080; display: block; margin-top: 4px; line-height: 1.45; }

/* Timeline bar */
.rh-crt-bar-wrap { background: rgba(255,255,255,0.06); border-radius: 6px; height: 8px; overflow: hidden; margin: 10px 0 4px 0; }
.rh-crt-bar-fill { height: 100%; border-radius: 6px; transition: width 0.6s ease; }

/* Checklist */
.rh-crt-checklist { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px; margin-top: auto; }
.rh-crt-checklist-title { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f7f7f7; display: block; margin-bottom: 12px; }
.rh-crt-check-item { display: flex; gap: 10px; margin-bottom: 10px; }
.rh-crt-check-num { width: 20px; height: 20px; border-radius: 50%; background: #99AD8F; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #1a2417; flex-shrink: 0; margin-top: 1px; }
.rh-crt-check-text { font-size: 12.5px; font-weight: 600; color: #A3A3A3; line-height: 1.5; }
.rh-crt-check-text b { color: #ffffff; }

.rh-crt-sources { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.06); }
.rh-crt-src-toggle { font-size: 10px; font-weight: 600; color: #585858; cursor: pointer; user-select: none; }
.rh-crt-src-toggle:hover { color: #808080; }
.rh-crt-src-list { display: none; font-size: 10px; font-weight: 600; color: #585858; line-height: 1.85; margin-top: 8px; }
.rh-crt-src-list.open { display: block; }

@media (max-width: 860px) {
  .rh-crt-wrap { padding: 32px 20px; }
  .rh-crt-inner { grid-template-columns: 1fr; }
  .rh-crt-result { position: static; min-height: auto; }
  .rh-crt-form { padding: 28px 22px; }
  .rh-crt-grid { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .rh-crt-wrap { padding-left: 40px; padding-right: 40px; }
}
