.dictation-hub-page { background: #f5f6fb; }
.dh-wrap { width: min(1120px, 100%); margin: 0 auto; display: grid; gap: 22px; }
.dh-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 170px auto; align-items: center; gap: 28px; padding: 34px; overflow: hidden; border: 1px solid #e5e7f1; border-radius: 24px; background: linear-gradient(135deg, #fff 0%, #f4f1ff 62%, #edf7ff 100%); box-shadow: 0 14px 34px rgba(62, 54, 110, .08); }
.dh-hero::after { content: ''; position: absolute; right: 135px; bottom: -85px; width: 220px; height: 220px; border-radius: 50%; background: rgba(99, 102, 241, .07); pointer-events: none; }
.dh-eyebrow { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; color: #5b55b8; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.dh-hero h2 { margin: 0; color: #24223a; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; }
.dh-hero p { max-width: 650px; margin: 12px 0 0; color: #66657b; line-height: 1.75; }
.dh-quota { position: relative; z-index: 1; padding: 18px 20px; border: 1px solid rgba(99, 102, 241, .15); border-radius: 18px; background: rgba(255,255,255,.76); }
.dh-quota > span { color: #74738a; font-size: 12px; }
.dh-quota strong { display: block; margin: 4px 0 11px; color: #34309a; font-size: 30px; }
.dh-quota strong small { margin-left: 2px; color: #9290ae; font-size: 15px; }
.dh-quota__track { height: 7px; overflow: hidden; border-radius: 99px; background: #e6e6f1; }
.dh-quota__track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7c6ee6, #4c9dde); transition: width .25s ease; }
.dh-btn { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 13px; font: inherit; font-weight: 700; cursor: pointer; text-decoration: none; }
.dh-btn--primary { color: #fff; background: linear-gradient(135deg, #6f63dc, #4b75d1); box-shadow: 0 10px 24px rgba(83, 80, 188, .22); }
.dh-btn--primary:hover { color: #fff; filter: brightness(1.04); text-decoration: none; }
.dh-btn--disabled { color: #77758a; background: #ebeaf1; cursor: not-allowed; }
.dh-create { position: relative; z-index: 1; white-space: nowrap; }
.dh-section { padding: 28px; border: 1px solid #e6e7ee; border-radius: 22px; background: #fff; }
.dh-alert { display: flex; align-items: center; gap: 10px; padding: 14px 17px; border: 1px solid #f0d99d; border-radius: 14px; color: #7b5d19; background: #fff9e8; font-size: 14px; }
.dh-section__head { margin-bottom: 20px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.dh-section__head h2 { margin: 0 0 5px; color: #27253b; font-size: 21px; }
.dh-section__head p { margin: 0; color: #7a788b; font-size: 14px; }
.dh-section__head > span { padding: 6px 10px; border-radius: 99px; color: #656278; background: #f1f1f6; font-size: 12px; white-space: nowrap; }
.dh-list { display: grid; gap: 12px; }
.dh-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 20px; border: 1px solid #e8e8f0; border-radius: 17px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.dh-card:hover { border-color: #cac8ed; box-shadow: 0 10px 24px rgba(46, 43, 83, .07); }
.dh-card.is-expired { background: #fafafa; opacity: .78; }
.dh-card__top { display: flex; align-items: center; gap: 10px; color: #9997a7; font-size: 12px; }
.dh-status { padding: 4px 8px; border-radius: 99px; color: #16835d; background: #e8f8f0; font-weight: 700; }
.is-expired .dh-status { color: #8a6870; background: #f2e9eb; }
.dh-card h3 { margin: 10px 0 9px; color: #2a283d; font-size: 17px; }
.dh-card__meta { display: flex; flex-wrap: wrap; gap: 16px; color: #777589; font-size: 13px; }
.dh-card__meta span { display: inline-flex; align-items: center; gap: 6px; }
.dh-card__actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.dh-action { min-height: 38px; padding: 0 11px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 10px; color: #5e5b73; background: transparent; font: inherit; font-size: 13px; cursor: pointer; text-decoration: none; }
.dh-action:hover { color: #524bb7; background: #f0effb; text-decoration: none; }
.dh-delete:hover { color: #b54857; background: #fff0f1; }
.dh-action:disabled { opacity: .55; cursor: wait; }
.dh-empty, .dh-guard { padding: 54px 24px; border: 1px dashed #d9d9e5; border-radius: 18px; text-align: center; }
.dh-empty > span, .dh-guard__icon { width: 58px; height: 58px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 18px; color: #665dcc; background: #eeecff; font-size: 23px; }
.dh-empty h3, .dh-guard h2 { margin: 0; color: #29273c; }
.dh-empty p, .dh-guard p { max-width: 600px; margin: 9px auto 20px; color: #77758a; line-height: 1.75; }
.dh-guard { padding: 75px 24px; border-style: solid; background: #fff; }
.dh-note { display: flex; align-items: flex-start; gap: 13px; padding: 18px 20px; border: 1px solid #e5e2f3; border-radius: 16px; color: #5e5b73; background: #faf9ff; }
.dh-note > i { margin-top: 3px; color: #625ac5; }
.dh-note strong { color: #353247; }
.dh-note p { margin: 4px 0 0; font-size: 13px; line-height: 1.65; }
@media (max-width: 900px) {
  .dh-hero { grid-template-columns: 1fr 145px; }
  .dh-create { grid-column: 1 / -1; width: fit-content; }
  .dh-card { grid-template-columns: 1fr; gap: 14px; }
  .dh-card__actions { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .dh-hero { grid-template-columns: 1fr; padding: 24px 20px; }
  .dh-quota { width: 100%; }
  .dh-create { width: 100%; }
  .dh-section { padding: 20px 15px; }
  .dh-section__head { align-items: center; }
  .dh-card { padding: 17px 15px; }
  .dh-card__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .dh-action { justify-content: center; background: #f5f4f9; }
}
