/*
 * Stagecraft's single browser stylesheet entry point.
 * Tailwind utilities are generated from styles/tailwind.css. Legacy modules
 * remain imported temporarily so screens can be migrated without regressions.
 */
@import url("/styles.css");
@import url("/cfp.css");
@import url("/review.css");
@import url("/outbox.css");
@import url("/marketing.css");
@import url("/motion.css");
@import url("/uploads.css");
@import url("/agenda.css");
@import url("/placement.css");
@import url("/polish.css");
@import url("/atelier.css");
@import url("/workflows.css");
@import url("/themes.css");
@import url("/system.css");
@import url("/identity.css");
@import url("/production.css");

.readiness-list {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.readiness-list li {
  display: grid;
  gap: 0.35rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.85rem;
  padding: 0.65rem 0.75rem;
  background: #fff;
}

.readiness-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.readiness-title small {
  color: #6b7280;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.priority-chip {
  font-size: 0.66rem;
  font-weight: 700;
  border-radius: 9999px;
  padding: 0.15rem 0.55rem;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.priority-chip.high {
  background: #fee2e2;
  color: #991b1b;
}

.priority-chip.medium {
  background: #fef3c7;
  color: #92400e;
}

.priority-chip.low {
  background: #dcfce7;
  color: #166534;
}

.next-actions .readiness-list {
  margin-top: 0.9rem;
}

.next-actions {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: linear-gradient(120deg, #f8fafc, #f1f5f9);
  padding: 0.85rem;
}

.judge-journey {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: linear-gradient(115deg, #fbf8ef, #f4f6ff);
  padding: 1rem;
  margin-bottom: 1rem;
}

.judge-journey header {
  margin-bottom: 0.75rem;
}

.judge-journey h2 {
  margin: 0.15rem 0;
  font-size: 1.15rem;
}

.judge-journey p {
  color: #5f6466;
  margin: 0;
}

.judge-journey ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.judge-journey li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.65rem 0.75rem;
}

.judge-journey li span {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #dfe3e8;
  color: #2a2a2a;
  display: inline-grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
}

.judge-journey li p {
  margin-top: 0.25rem;
  color: #5f6466;
  font-size: 0.86rem;
}

.judge-journey li small.journey-proof {
  display: block;
  margin-top: 0.2rem;
  color: #6b7280;
  font-size: 0.73rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.judge-journey li a {
  font-size: 0.95rem;
  color: #1d4ed8;
  font-weight: 600;
}

.judge-journey li a:hover {
  text-decoration: underline;
}

.judge-journey .button {
  height: 34px;
  border-radius: 9px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 0 0.85rem;
}

.judge-track {
  border: 1px solid #e8ebe8;
  border-radius: 1rem;
  background: #fff;
  padding: 0.7rem 0.8rem;
  margin: 0.9rem 0 0.6rem;
}

.judge-track .judge-step {
  list-style: none;
  margin: 0.35rem 0;
  display: grid;
  gap: 0.2rem;
}

.judge-track .judge-step + .judge-step {
  border-top: 1px solid #eceff1;
  padding-top: 0.55rem;
}

.judge-step-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.judge-step-link:hover {
  text-decoration: underline;
}

.judge-track .judge-step p {
  margin: 0.25rem 0 0;
  color: #5f6466;
  font-size: 0.86rem;
}

.judge-track .judge-step span {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f8fafc;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-grid;
  place-items: center;
  font-size: 0.7rem;
  color: #111827;
  font-weight: 700;
  margin-right: 0.5rem;
}

.with-ambient {
  position: relative;
}

.ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.17;
  mix-blend-mode: screen;
  z-index: 0;
}

.marketing .ambient-canvas {
  opacity: 0.12;
}

.ambient-canvas.stagecraft-3d {
  opacity: 1;
  mix-blend-mode: screen;
}

.marketing-page > .ambient-canvas.stagecraft-3d {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  opacity: 0.95;
}

@media (prefers-reduced-motion: reduce) {
  .ambient-canvas.stagecraft-3d {
    opacity: 0.55;
  }
}

.stagecraft-hint {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, 12px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(9, 11, 16, 0.6);
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.stagecraft-hint.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.stagecraft-hint kbd {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #d8ff58;
  font-size: 11px;
}

.stagecraft-hint i {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.16);
}

.view-marketing .marketing-hero,
.view-marketing .premium-photo-hero,
.view-home .production-head,
.with-ambient {
  overflow: hidden;
}

.with-ambient > *:not(.ambient-canvas) {
  position: relative;
  z-index: 1;
}

.production-home .production-head h1,
.production-home .production-head p,
.production-home .production-head button,
.marketing-page .marketing-hero h1,
.marketing-page .marketing-hero p,
.marketing-page .marketing-hero a,
.marketing-page .premium-photo-hero h1,
.marketing-page .premium-photo-hero p,
.marketing-page .premium-photo-hero a {
  position: relative;
  z-index: 1;
}

:root {
  --muted: #5d6965;
}

.rail-kicker,
.rail-status small {
  color: #7c8194;
}

.cfp-form .char-count {
  color: #646872;
}

.agenda-views + p.text-slate-500 {
  color: #475569;
}

.account-tools > span.inline-flex {
  background: #fff !important;
  color: #55524b !important;
}

.judge-journey li > span {
  color: #111827;
}

.judge-journey li small.journey-proof {
  color: #4b5563;
}

.ai-assist small {
  color: #4b5563;
}

.agenda-grid .session strong {
  color: #292443;
}

@media (max-width: 940px) {
  .judge-journey li {
    grid-template-columns: 1.55rem 1fr;
    align-items: start;
  }

  .judge-journey li .button {
    grid-column: 1 / -1;
    width: fit-content;
    justify-self: start;
  }
}
