/**
 * Student dashboard — hero, quick links, empty states, inquiry cards.
 */

.psh-dashboard--student .psh-student-dash__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.psh-student-dash__hero {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(236, 253, 245, 0.92) 0%,
    rgba(255, 255, 255, 0.98) 45%,
    rgba(224, 231, 255, 0.35) 100%
  );
  border: 1px solid rgba(13, 148, 136, 0.18);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.psh-student-dash__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0d9488;
}

.psh-student-dash__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
  max-width: 42ch;
}

.psh-student-dash__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.psh-student-dash__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  color: #0f766e;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(13, 148, 136, 0.25);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.psh-student-dash__chip:hover {
  background: #fff;
  border-color: #0d9488;
}

.psh-student-dash__chip--accent {
  background: #0d9488;
  color: #fff !important;
  border-color: #0d9488;
}

.psh-student-dash__chip--accent:hover {
  filter: brightness(1.05);
}

.psh-student-dash__insight {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  border: 1px dashed rgba(14, 116, 144, 0.35);
  background: rgba(240, 249, 255, 0.65);
}

.psh-student-dash__insight-icon {
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}

.psh-student-dash__insight strong {
  display: block;
  font-size: 0.88rem;
  color: #0c4a6e;
  margin-bottom: 0.25rem;
}

.psh-student-dash__insight-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #334155;
}

.psh-student-dash__card-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
}

.psh-student-dash__card-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.psh-student-dash__card-ico {
  font-size: 1.1rem;
  opacity: 0.85;
}

.psh-student-dash__hint {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.psh-student-dash__empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.psh-student-dash__empty .psh-muted {
  margin: 0;
  line-height: 1.5;
}

.psh-student-dash__suggest {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.psh-student-dash__suggest-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.psh-student-dash__suggest-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.psh-student-dash__suggest-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  font-size: 0.88rem;
}

.psh-student-dash__suggest-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.psh-student-dash__suggest-item a {
  font-weight: 600;
  text-decoration: none;
  color: #0f766e;
}

.psh-student-dash__suggest-item a:hover {
  text-decoration: underline;
}

.psh-student-dash__suggest-price {
  font-size: 0.78rem;
}

.psh-student-dash__id-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.psh-student-dash__id-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  font-size: 0.9rem;
}

.psh-student-dash__id-row:last-child {
  border-bottom: none;
}

.psh-student-dash__id-row a {
  font-weight: 600;
  text-decoration: none;
  color: #0f172a;
}

.psh-student-dash__id-row a:hover {
  color: #0d9488;
}

.psh-student-dash__id-price {
  font-size: 0.8rem;
}

.psh-inquiry-log--dash {
  list-style: none;
  padding: 0;
  margin: 0;
}

.psh-inquiry-log__item {
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.5rem;
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.psh-inquiry-log__title {
  font-weight: 700;
  text-decoration: none;
  color: #0f172a;
}

.psh-inquiry-log__title:hover {
  color: #0d9488;
}

.psh-inquiry-log__time {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}

.psh-inquiry-log__excerpt {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.45;
}

.psh-svc-dash__empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 720px) {
  .psh-student-dash__hero {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .psh-student-dash__quick {
    justify-content: flex-end;
    max-width: 22rem;
  }
}
