.contract-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.contract-header {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contract-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contract-logo { height: 32px; width: auto; }
.contract-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contract-frame {
  flex: 1;
  width: 100%;
  border: 0;
  min-height: 70vh;
}
.contract-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 24px;
}
.contract-empty-inner { max-width: 420px; }
.contract-empty h1 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.contract-empty p {
  color: var(--ink-soft);
  margin-bottom: 24px;
}
