:root {
  --bg: #07111f;
  --panel: rgba(15, 23, 42, 0.82);
  --panel-strong: rgba(30, 41, 59, 0.86);
  --border: rgba(226, 232, 240, 0.16);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --faint: #94a3b8;
  --accent: #38bdf8;
  --success: #22c55e;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--bg);
  color: var(--text);
}

body {
  min-height: 100vh;
  margin: 0;
}

a {
  color: inherit;
}

.notice-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background:
    radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.22), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(34, 197, 94, 0.18), transparent 28%),
    linear-gradient(135deg, #020617 0%, #07111f 52%, #0f172a 100%);
}

.notice-layout {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 40px;
  align-items: center;
}

.notice-copy {
  min-width: 0;
}

.notice-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.notice-text {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  line-height: 1.7;
}

.link-panel {
  width: min(560px, 100%);
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.link-label {
  display: block;
  margin-bottom: 8px;
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-link {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: clamp(1.28rem, 4vw, 2rem);
  font-weight: 900;
  text-decoration-color: rgba(56, 189, 248, 0.6);
  text-underline-offset: 6px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.primary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 189, 248, 0.55);
  border-radius: 8px;
  background: #0ea5e9;
  padding: 0 22px;
  color: white;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.25);
}

.primary-action:hover,
.primary-action:focus-visible {
  background: #38bdf8;
  outline: none;
}

.redirect-note {
  color: var(--faint);
  font-size: 0.95rem;
}

.dashboard-visual {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.62);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.browser-bar {
  display: flex;
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid var(--border);
  background: rgba(15, 23, 42, 0.92);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--faint);
}

.browser-bar span:nth-child(1) {
  background: #ef4444;
}

.browser-bar span:nth-child(2) {
  background: #f59e0b;
}

.browser-bar span:nth-child(3) {
  background: var(--success);
}

.visual-grid {
  display: grid;
  grid-template-columns: 84px 1fr;
  min-height: 380px;
}

.visual-sidebar {
  border-right: 1px solid var(--border);
  background:
    linear-gradient(rgba(56, 189, 248, 0.18) 0 0) 18px 24px / 48px 12px no-repeat,
    linear-gradient(rgba(148, 163, 184, 0.2) 0 0) 18px 64px / 44px 10px no-repeat,
    linear-gradient(rgba(148, 163, 184, 0.16) 0 0) 18px 98px / 38px 10px no-repeat,
    linear-gradient(rgba(148, 163, 184, 0.16) 0 0) 18px 132px / 44px 10px no-repeat,
    rgba(15, 23, 42, 0.82);
}

.visual-content {
  padding: 24px;
}

.visual-header {
  width: 58%;
  height: 20px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.2);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.metric-row div {
  height: 86px;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 8px;
  background: var(--panel-strong);
}

.chart-card {
  height: 176px;
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.74);
}

.chart-card span {
  flex: 1;
  min-width: 18px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--accent), rgba(56, 189, 248, 0.28));
}

.chart-card span:nth-child(1) {
  height: 42%;
}

.chart-card span:nth-child(2) {
  height: 62%;
}

.chart-card span:nth-child(3) {
  height: 38%;
}

.chart-card span:nth-child(4) {
  height: 78%;
}

.chart-card span:nth-child(5) {
  height: 55%;
}

@media (max-width: 820px) {
  .notice-shell {
    align-items: flex-start;
    padding: 24px 18px;
  }

  .notice-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dashboard-visual {
    min-height: 260px;
  }

  .visual-grid {
    grid-template-columns: 64px 1fr;
    min-height: 260px;
  }

  .visual-content {
    padding: 18px;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metric-row div {
    height: 54px;
  }

  .chart-card {
    height: 120px;
  }
}
