.interaktif-page {
  padding: 36px 20px 60px;
  background: #f6f8fc;
}

.interaktif-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.interaktif-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  padding: 24px;
}

.interaktif-result-card {
  grid-column: 1 / -1;
}

.interaktif-title {
  margin: 0 0 8px;
  font-size: 28px;
  color: #183b7a;
}

.interaktif-subtitle {
  margin: 0 0 22px;
  color: #64748b;
  line-height: 1.6;
}

.interaktif-form .form-row,
.reply-check-form .form-row,
.reply-again-form .form-row {
  margin-bottom: 16px;
}

.interaktif-form label,
.reply-check-form label,
.reply-again-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1e293b;
}

.interaktif-form input,
.interaktif-form textarea,
.reply-check-form input,
.reply-again-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  background: #fff;
}

.interaktif-form textarea,
.reply-again-form textarea {
  min-height: 150px;
  resize: vertical;
}

.interaktif-form input:focus,
.interaktif-form textarea:focus,
.reply-check-form input:focus,
.reply-again-form textarea:focus {
  border-color: #3f67b1;
  box-shadow: 0 0 0 3px rgba(63, 103, 177, 0.12);
}

.interaktif-btn,
.reply-check-btn {
  display: inline-block;
  border: 0;
  background: #3f67b1;
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}

.interaktif-btn:hover,
.reply-check-btn:hover {
  background: #33569a;
}

.interaktif-alert {
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-size: 14px;
}

.interaktif-alert.success {
  background: #dcfce7;
  color: #166534;
}

.interaktif-alert.error {
  background: #fee2e2;
  color: #991b1b;
}

.token-result {
  margin-top: 10px;
}

.token-value {
  font-size: 20px;
  margin-top: 6px;
  color: #183b7a;
  font-weight: 700;
}

.token-note {
  margin-top: 6px;
  color: #64748b;
}

.reply-check-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.reply-check-title {
  margin: 0 0 8px;
  font-size: 20px;
  color: #0f172a;
}

.reply-check-text {
  margin: 0 0 16px;
  color: #64748b;
  line-height: 1.6;
}

.reply-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reply-thread {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
  background: #f8fafc;
}

.reply-thread-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.reply-thread-head strong {
  color: #183b7a;
  font-size: 16px;
}

.reply-thread-meta {
  color: #64748b;
  font-size: 12px;
  margin-top: 4px;
}

.reply-thread-status {
  display: inline-block;
  margin-top: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.reply-thread-status.baru {
  background: #fee2e2;
  color: #b91c1c;
}

.reply-thread-status.dibaca {
  background: #dbeafe;
  color: #1d4ed8;
}

.reply-thread-status.dibalas {
  background: #dcfce7;
  color: #166534;
}

.reply-thread-status.selesai {
  background: #ede9fe;
  color: #6d28d9;
}

.thread-box {
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
}

.thread-user {
  border-left: 4px solid #0ea5e9;
  background: #f0f9ff;
}

.thread-admin {
  border-left: 4px solid #3f67b1;
  background: #eff6ff;
}

.thread-box-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.thread-box-head strong {
  color: #0f172a;
}

.thread-box-head span {
  color: #64748b;
  font-size: 12px;
}

.thread-box-body {
  color: #334155;
  line-height: 1.7;
}

.reply-again-form {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.empty-reply {
  color: #64748b;
  margin: 0;
}

.interaktif-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.interaktif-side-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
}

.interaktif-side-list li:last-child {
  border-bottom: 0;
}

.interaktif-side-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #e8eef9;
  color: #3558a5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.interaktif-side-content strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
}

.interaktif-side-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .interaktif-wrap {
    grid-template-columns: 1fr;
  }
}