.premodule-area {
  margin-top: 10px;
}

.premodule-bar {
  width: calc(100% + 24px);
  height: 20px;
  margin: 10px -12px 12px;
  border-radius: 0;
  background: #000;
}

.premodule-heading {
  margin-bottom: 8px;
}

.premodule-heading-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
}

.premodule-heading-line .eyebrow {
  margin: 0;
}

.premodule-sync-button {
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.premodule-sync-button:active {
  background: var(--panel);
}

.premodule-sync-button:disabled {
  opacity: .45;
}

.premodule-create-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 7px;
}

.text-input {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 8px 10px;
  background: var(--foreground);
  color: var(--body-text);
  outline: none;
  caret-color: var(--accent);
  font-size: 12px;
}

.text-input:focus {
  border-color: color-mix(in srgb, var(--accent) 45%, transparent);
}

.premodule-add-button {
  min-height: 32px;
  height: 32px;
  align-self: center;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: var(--bg);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.pre-module-grid {
  margin-top: 8px;
}

.pre-module-card {
  border-style: dashed;
}

.premodule-empty {
  grid-column: 1 / -1;
  min-height: 62px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 11px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
}

.premodule-home-status {
  margin: 8px 1px 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
}

.premodule-description-label,
.premodule-notes-label {
  margin-top: 12px;
}

#premodule-description {
  min-height: 68px;
}

#premodule-notes {
  min-height: 220px;
}

.premodule-description-hint {
  margin: 4px 1px 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  text-align: right;
}

.premodule-move-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 8px;
}

.premodule-move-actions button:disabled {
  opacity: .34;
}

.premodule-delete-button {
  background: transparent;
}

/* Home title was removed, so keep its remaining label/subtitle compact. */
.hero {
  padding-bottom: 3px;
}

.hero p:last-child {
  margin-top: 2px;
}

@media (max-width: 480px) {
  .premodule-bar {
    width: calc(100% + 22px);
    margin-left: -11px;
    margin-right: -11px;
  }
}
