﻿.quickstart-body {
  padding: 0;
}

.quickstart-body .bg-orb {
  opacity: 0.32;
}

.quickstart-shell {
  max-width: 1260px;
  margin: 0 auto;
  padding: 18px 18px 36px;
}

.quickstart-body .topbar {
  margin: 0;
}

.quickstart-hero {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  margin-bottom: 18px;
}

.quickstart-panel {
  border: 1px solid rgba(205, 176, 142, 0.58);
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 20px 42px rgba(63, 37, 9, 0.08);
  padding: 24px;
}

.quickstart-copy h1 {
  margin-bottom: 14px;
}

.quickstart-copy p {
  margin: 0;
  color: rgba(46, 35, 23, 0.74);
  line-height: 1.74;
}

.quickstart-chip-row,
.quickstart-stage-row,
.quickstart-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quickstart-chip,
.quickstart-stage,
.quickstart-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(205, 176, 142, 0.48);
  color: #51391f;
  font-size: 0.88rem;
  font-weight: 700;
}

.quickstart-chip-row {
  margin-top: 20px;
}

.quickstart-stage-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quickstart-stage {
  min-height: 88px;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 14px 16px;
  gap: 8px;
}

.quickstart-stage strong {
  color: #1f1a14;
  font-size: 1rem;
}

.quickstart-stage span {
  color: rgba(46, 35, 23, 0.7);
  line-height: 1.45;
}

.quickstart-summary-card {
  display: grid;
  gap: 14px;
  background:
    radial-gradient(circle at top right, rgba(201, 97, 43, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(255, 244, 229, 0.9));
}

.quickstart-summary-card h2 {
  margin: 0;
  font-size: 1.48rem;
  letter-spacing: -0.04em;
}

.quickstart-summary-card p {
  margin: 0;
  color: rgba(46, 35, 23, 0.74);
  line-height: 1.7;
}

.quickstart-status-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quickstart-status-chip {
  min-height: 72px;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}

.quickstart-status-chip strong {
  color: #1f1a14;
  font-size: 1rem;
}

.quickstart-shell .layout {
  max-width: none;
  padding: 0;
}

.quickstart-shell .control-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 223, 185, 0.56), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.95), rgba(255, 244, 229, 0.9));
}

.quickstart-shell .status-panel {
  top: 18px;
}

.quickstart-shell .field-grid {
  margin-top: 16px;
}

.quickstart-shell .actions {
  margin-top: 18px;
}

.quickstart-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(205, 176, 142, 0.48);
  color: rgba(46, 35, 23, 0.78);
  line-height: 1.6;
}

.quickstart-note strong {
  color: #1f1a14;
}

@media (max-width: 1080px) {
  .quickstart-hero,
  .quickstart-stage-row,
  .quickstart-status-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .quickstart-shell {
    padding: 0 12px 22px;
  }

  .quickstart-body .topbar {
    border-radius: 0 0 22px 22px;
    margin: 0 -12px;
    padding: 14px 12px 16px;
  }

  .quickstart-panel,
  .quickstart-shell .panel {
    border-radius: 22px;
    padding: 18px;
  }

  .quickstart-stage,
  .quickstart-status-chip {
    min-height: auto;
  }
}
