/* next-build — idea002 sky band · 흰 바깥 + 파란 셸 */

body {
  background: var(--surface);
}

#main-shell {
  --shell: 440px;
  background: var(--surface);
  min-height: 100dvh;
}

#main-shell .shell {
  background: var(--sky);
  min-height: 100dvh;
}

#main-shell .top-bar {
  background: color-mix(in srgb, var(--sky) 90%, transparent);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.feed-hero {
  margin-bottom: 8px;
}

.feed-hero .slot-chips {
  margin-bottom: 10px;
}

.slot-chip {
  display: inline-block;
  padding: 6px 14px;
  border: 2px solid var(--brutal);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 2px 2px 0 var(--brutal);
}

.slot-chip--stack {
  background: color-mix(in srgb, var(--teal) 35%, white);
  color: var(--ink);
}

.slot-chip--build {
  background: var(--sky-soft);
  color: var(--ink);
}

.slot-chip--pilot {
  background: var(--yellow);
  color: var(--ink);
}

.industry-chip {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border: 1px solid var(--brutal);
  border-radius: 2px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  background: var(--surface);
}

.issue-section {
  margin-bottom: 8px;
}

.issue-section .issue-label {
  margin: 20px 0 10px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.issue-section:first-of-type .issue-label {
  margin-top: 0;
}

.snapshot-box {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 2px solid var(--brutal);
  border-radius: 2px;
  background: color-mix(in srgb, var(--sky-soft) 55%, white);
  box-shadow: 3px 3px 0 var(--brutal);
}

.snapshot-box ul {
  margin: 0;
  padding-left: 1.1em;
}

.snapshot-box li {
  margin: 0.25em 0;
  font-size: 14px;
}

.brief-paper .tool-list,
.brief-paper .deliverable-list {
  margin: 10px 0;
  padding-left: 1.1em;
}

.brief-paper .tool-list li {
  margin: 0.35em 0;
}

.tool-name {
  font-weight: 700;
}

.tool-meta {
  display: block;
  font-size: 13px;
  color: var(--muted);
}

.field-grid {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.field-row {
  font-size: 14px;
}

.field-row strong {
  display: inline-block;
  min-width: 5.5em;
  color: var(--muted);
  font-weight: 600;
}

.pitch-line {
  margin: 12px 0;
  padding: 10px 12px;
  border-left: 4px solid var(--yellow);
  background: var(--surface);
  font-weight: 600;
}

.slot-badge {
  display: inline-block;
  padding: 3px 10px;
  border: 2px solid var(--brutal);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 2px 2px 0 var(--brutal);
}

.slot-badge--stack {
  background: color-mix(in srgb, var(--teal) 35%, white);
}

.slot-badge--build {
  background: var(--sky-soft);
}

.slot-badge--pilot {
  background: var(--yellow);
}

.brief-meta {
  font-size: 13px;
  color: var(--muted);
}

.subscribe-box {
  margin: 24px 0 8px;
  padding: 16px;
  border: 2px solid var(--brutal);
  border-radius: 2px;
  background: var(--surface);
  box-shadow: 3px 3px 0 var(--brutal);
  text-align: center;
}

.subscribe-box p {
  margin: 0 0 10px;
  font-size: 14px;
}

.auto-badge {
  display: inline-block;
  margin-right: 6px;
  padding: 3px 8px;
  border: 1px solid var(--brutal);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
  background: var(--surface-dim);
  color: var(--muted);
  vertical-align: middle;
}

.auto-notice {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.issue-section.is-collapsed {
  display: none;
}

#issue-feed .load-more-wrap {
  margin: 20px 0 12px;
  text-align: center;
}

#issue-feed .load-more {
  width: 100%;
  background: var(--yellow);
  box-shadow: -5px 5px 0 var(--brutal);
}

#issue-feed .load-more:hover {
  background: var(--yellow-hover);
}
