.home-exp-page {
  max-width: 900px;
  margin: 0;
  padding-left: clamp(8px, 2vw, 16px);
  padding-right: clamp(8px, 2vw, 16px);
}

.home-exp-hero {
  margin-bottom: 14px;
  width: 100%;
  max-width: 780px;
  margin-left: 0;
  margin-right: auto;
}

.home-exp-hero h1 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.02em;
}

.home-exp-hero p {
  margin: 8px 0 0;
  color: #5b6b82;
  font-size: 14px;
}

.home-exp-card {
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid #d7e2f0;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.05);
  width: 100%;
  max-width: 780px;
  margin-left: 0;
  margin-right: auto;
}

.home-exp-card .row {
  gap: 12px;
}

.home-exp-item-bottom {
  align-self: flex-end;
}

.home-exp-student-row {
  align-items: flex-end;
}

.home-exp-student-name {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
}

.home-exp-student-number {
  font-size: 15px;
  color: #64748b;
  font-weight: 700;
}

.home-exp-student-meta {
  color: #5f6f86;
  margin-top: 8px;
}

.home-exp-status-line {
  margin-top: 10px;
}

.home-exp-status-date {
  color: #64748b;
  margin-left: 8px;
}

.home-exp-form-card {
  padding: 18px;
}

.home-exp-page .home-exp-form.row {
  display: block !important;
}

.home-exp-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 740px;
  margin: 0;
}

.home-exp-form .home-exp-item {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
}

.home-exp-form .home-exp-item input,
.home-exp-form .home-exp-item textarea,
.home-exp-form .home-exp-item select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b9c9de;
  background: #f9fcff;
  padding: 11px 12px;
  font-size: 15px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.home-exp-form .home-exp-item input:focus,
.home-exp-form .home-exp-item textarea:focus,
.home-exp-form .home-exp-item select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
  background: #ffffff;
}

.home-exp-section-title {
  display: block;
  width: 100%;
  margin: 4px 0 2px;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, #eff6ff 0%, #f8fbff 100%);
  border: 1px solid #d9e7fb;
  color: #1e3a8a;
  font-weight: 800;
}

.home-exp-grid {
  display: grid;
  gap: 12px;
}

.home-exp-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-exp-grid.one {
  grid-template-columns: 1fr;
}

.home-exp-file-field {
  grid-column: 1 / -1;
}

.home-exp-submit-row {
  margin-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.home-exp-submit-btn {
  min-width: 170px;
  font-weight: 800;
}

.home-exp-submit-top {
  margin-bottom: 2px;
}

.home-exp-flow-note {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #dbe6f3;
  color: #4b5f77;
}

.home-exp-result-sheet {
  max-width: 860px;
  margin: 14px auto 30px;
  border: 2px solid #1f2937;
  background: #fff;
}

.home-exp-result-header {
  padding: 14px 18px;
  border-bottom: 2px solid #1f2937;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.home-exp-result-table {
  width: 100%;
  border-collapse: collapse;
}

.home-exp-result-table th,
.home-exp-result-table td {
  border: 1px solid #1f2937;
  padding: 10px 12px;
  vertical-align: top;
}

.home-exp-result-table th {
  width: 160px;
  background: #f8fafc;
  font-weight: 700;
  text-align: center;
}

.home-exp-result-value {
  min-height: 24px;
  white-space: pre-wrap;
  word-break: break-word;
}

.home-exp-approval-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.home-exp-approval-box {
  border: 1px solid #1f2937;
  min-height: 96px;
  padding: 8px;
}

.home-exp-approval-title {
  font-weight: 700;
  margin-bottom: 6px;
}

@media print {
  .page-head,
  .filters,
  .topnav,
  .sidebar,
  .page-tabs,
  .btn,
  .notice {
    display: none !important;
  }

  .content {
    padding: 0 !important;
  }

  .home-exp-result-sheet {
    margin: 0 auto;
    border-width: 2px;
  }
}

@media (max-width: 640px) {
  .home-exp-grid.two {
    grid-template-columns: 1fr;
  }

  .home-exp-student-name {
    font-size: 24px;
  }
}
