.dashboard-main { padding: 64px 0 0; }
.activation-focus { max-width: 940px; }
.focus-heading { max-width: 720px; margin-bottom: 34px; }
.focus-heading h1 { margin: 0; font-size: clamp(50px, 6vw, 70px); line-height: 1; letter-spacing: -.055em; }
.focus-heading > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.activation-card { min-width: 0; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.activation-top { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 28px; }
.activation-top > div { display: grid; gap: 5px; }
.top-label { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.activation-top strong { font-size: 14px; }
.progress-copy { color: var(--muted); font-size: 11px; }
.progress-track { height: 3px; background: var(--line); }
.progress-track span { display: block; height: 100%; width: 33.333%; background: var(--text); transition: width .25s ease; }
.progress-track span.step-1 { width: 33.333%; }
.progress-track span.step-2 { width: 66.666%; }
.progress-track span.step-3 { width: 100%; }
.activation-panel { padding: 48px 52px 52px; }
.activation-panel.hidden { display: none; }
.panel-heading { margin-bottom: 30px; }
.panel-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 42px); line-height: 1.05; letter-spacing: -.042em; }
.panel-heading p { max-width: 620px; margin: 15px 0 0; color: var(--muted); line-height: 1.68; }
.recipient { display: block; margin-bottom: 14px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.recipient strong { color: var(--text); }
.field { display: grid; gap: 9px; margin-bottom: 16px; }
.field label { font-size: 12px; font-weight: 740; }
.field input, .field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  outline: none;
  background: var(--bg);
  color: var(--text);
  padding: 15px 16px;
  resize: vertical;
}
.field input { min-height: 56px; }
.field textarea { min-height: 118px; }
.field input:focus, .field textarea:focus { border-color: var(--text); box-shadow: inset 0 0 0 1px var(--text); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: .7; }
.button-row { display: flex; justify-content: flex-end; gap: 9px; }
.message { min-height: 22px; margin-top: 14px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.message.ok { color: var(--success); }
.message.err { color: var(--danger); }
.result-mark { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 26px; border: 1px solid var(--text); }
.result-mark span { width: 17px; height: 9px; border-left: 2px solid var(--text); border-bottom: 2px solid var(--text); transform: rotate(-45deg) translateY(-2px); }
.result-heading { margin-bottom: 28px; }
.result-list { margin: 0 0 22px; border-top: 1px solid var(--line); }
.result-list div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.result-list dt { color: var(--muted); font-size: 11px; }
.result-list dd { margin: 0; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }

.dashboard-support { margin-top: 78px; padding-top: 62px; border-top: 1px solid var(--line); }
.support-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.support-head h2 { margin: 0; font-size: clamp(30px, 4vw, 42px); letter-spacing: -.04em; }
.guide-status { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.support-grid { display: grid; grid-template-columns: 320px minmax(0, 1fr); border: 1px solid var(--line); background: var(--surface); }
.dashboard-stats { display: grid; grid-template-rows: 1fr 1fr; }
.dashboard-stats div { min-height: 128px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; }
.dashboard-stats div + div { border-top: 1px solid var(--line); }
.dashboard-stats span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dashboard-stats strong { font-size: 38px; line-height: 1; letter-spacing: -.045em; }
.process-guide { padding: 26px 30px; border-left: 1px solid var(--line); background: var(--surface-2); }
.process-guide h3 { margin: 0 0 20px; font-size: 18px; }
.guide-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.guide-list li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; color: var(--muted); }
.guide-list li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line-strong); background: var(--surface); font-size: 9px; font-weight: 800; }
.guide-list li div { display: grid; gap: 4px; align-content: center; }
.guide-list strong { color: inherit; font-size: 13px; }
.guide-list small { line-height: 1.45; }
.guide-list li.active, .guide-list li.done { color: var(--text); }
.guide-list li.active > span { background: var(--button); color: var(--button-text); border-color: var(--button); }
.guide-list li.done > span { border-color: var(--text); }

@media (max-width: 900px) {
  .activation-focus { max-width: none; }
  .support-grid { grid-template-columns: 1fr; }
  .dashboard-stats { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .dashboard-stats div + div { border-top: 0; border-left: 1px solid var(--line); }
  .process-guide { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .guide-list { grid-template-columns: 1fr; gap: 12px; }
  .support-head { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .dashboard-main { padding-top: 44px; }
  .focus-heading { margin-bottom: 26px; }
  .focus-heading h1 { font-size: clamp(42px, 12vw, 54px); }
  .focus-heading > p:last-child { margin-top: 16px; font-size: 15px; }
  .activation-card { box-shadow: none; }
  .activation-top { padding: 16px 18px; }
  .progress-copy { display: none; }
  .activation-panel { padding: 32px 18px 36px; }
  .panel-heading { margin-bottom: 26px; }
  .panel-heading h2 { font-size: 29px; }
  .button-row { flex-direction: column-reverse; }
  .button-row .button { width: 100%; }
  .result-list div { grid-template-columns: 1fr; gap: 6px; }
  .dashboard-support { margin-top: 58px; padding-top: 48px; }
  .dashboard-stats div { min-height: 110px; padding: 20px 18px; }
  .dashboard-stats strong { font-size: 32px; }
  .process-guide { padding: 22px 18px; }
}
