/* GENERATED FILE - do not edit. Source: src/styles/. Rebuild: npm run build */
/* Flashbag - roadmap page styles. Shared chrome lives in ../site.css. */

/* Roadmap board is wider than the rest of the site. Override max-width ONLY -
   a `padding` shorthand here would reset .nav-inner's vertical padding. */
.container { max-width: min(1720px, 96vw); }
.container-narrow { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.internal-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 999px;
  background: var(--ink); color: #ffffff;
  font-size: 10.5px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-left: 8px;
}
.page-head p.lede {
  font-size: 19px; color: var(--ink-2);
  max-width: 60ch; margin: 0 auto; line-height: 1.55;
}
/* ROADMAP GRID */
.roadmap { padding: 24px 0 96px; }
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
@media (max-width: 1440px) {
  .roadmap-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1000px) {
  .roadmap-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .roadmap-grid { grid-template-columns: 1fr; }
}
.column {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px 22px 28px;
  display: flex; flex-direction: column;
  min-height: 320px;
  transition: background .15s ease, border-color .15s ease;
}
.column.drop-target {
  background: #eaf3ff;
  border-color: var(--blue);
  border-style: dashed;
}
.column-head {
  display: flex; align-items: center; gap: 10px;
  padding: 4px 4px 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 14px;
}
.column-title {
  font-size: 14.5px; font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.column-count {
  display: inline-flex; align-items: center;
  margin-left: auto;
  padding: 2px 9px;
  background: var(--bg);
  color: var(--muted);
  border-radius: 999px;
  font-size: 11.5px; font-weight: 700;
  font-family: 'SF Mono', ui-monospace, Menlo, monospace;
}
.column-icon {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 6px;
  flex-shrink: 0;
}
.col-shipped .column-icon { background: var(--green-soft); color: var(--green); }
.col-now .column-icon { background: var(--blue-soft); color: var(--blue); }
.col-next .column-icon { background: #fff1e6; color: var(--orange); }
.col-later .column-icon { background: var(--purple-soft); color: var(--purple); }
.col-backlog .column-icon { background: #f1f5f9; color: #64748b; }
.items {
  display: flex; flex-direction: column;
  gap: 8px;
}
.item {
  padding: 12px 12px;
  border-radius: 10px;
  background: var(--bg);
  border: 1px solid transparent;
  transition: border-color .15s ease, background .15s ease, opacity .15s ease, transform .15s ease;
  cursor: grab;
  user-select: none;
}
.item:hover { background: var(--white); border-color: var(--border); }
.item.dragging {
  opacity: 0.45;
  cursor: grabbing;
  transform: scale(0.98);
}
.item.filtered-out { display: none !important; }
.item-title {
  font-size: 14px; font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 4px;
}
.item-desc {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.45;
}
.item-tag {
  display: inline-block;
  margin-top: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tag-business { background: var(--blue-soft); color: var(--blue-2); }
.tag-models { background: var(--purple-soft); color: var(--purple); }
.tag-integrations { background: #fff1e6; color: var(--orange); }
.tag-workflow { background: var(--yellow-soft); color: #92400e; }
.tag-mobile { background: var(--green-soft); color: #14532d; }
.tag-platform { background: #e0f2fe; color: #075985; }
.tag-monetize { background: #ffe4e6; color: #9f1239; }
/* First-priority star marker */
.item-title .prio-star {
  display: inline-block;
  color: #f59e0b;
  margin-left: 4px;
  font-size: 12px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.item-title .prio-star::before { content: "★"; }
/* Category legend at top - now a filter bar */
.legend {
  display: flex; flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0 0;
  justify-content: center;
}
.legend .filter-chip {
  display: inline-flex; align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  opacity: 0.55;
  transition: opacity .15s ease, border-color .15s ease, transform .12s ease;
}
.legend .filter-chip:hover { opacity: 1; transform: translateY(-1px); }
.legend .filter-chip.active { opacity: 1; border-color: currentColor; }
.filter-chip.all { background: var(--bg-warm); color: var(--ink-2); }
/* Filter/reset toolbar */
.toolbar {
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 24px;
}
.toolbar .toolbar-msg {
  font-size: 12.5px; color: var(--muted);
  display: inline-flex; align-items: center; gap: 8px;
}
.toolbar .toolbar-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-2);
  font-size: 12px; font-weight: 600;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.toolbar .toolbar-btn:hover { background: var(--bg-warm); border-color: var(--border-strong); }
/* Login overlay */
.login-overlay {
  position: fixed; inset: 0;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 100;
  display: grid; place-items: center;
  padding: 20px;
}
.login-card {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 32px;
  max-width: 380px; width: 100%;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  text-align: center;
}
.login-card .lock-icon {
  width: 48px; height: 48px;
  margin: 0 auto 16px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--yellow-soft);
  color: #92400e;
}
.login-card .lock-icon svg { width: 24px; height: 24px; }
.login-card h2 { font-size: 20px; margin: 0 0 8px; letter-spacing: -0.02em; }
.login-card p { font-size: 14px; color: var(--muted); margin: 0 0 20px; line-height: 1.5; }
.login-card input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  font: 500 15px 'Inter', sans-serif;
  background: var(--bg);
  color: var(--ink);
  outline: none;
  transition: border-color .15s ease, background .15s ease;
}
.login-card input:focus { border-color: var(--blue); background: var(--white); }
.login-card .err { color: #dc2626; font-size: 12px; margin: 8px 0 0; min-height: 16px; }
.login-card .btn { width: 100%; justify-content: center; margin-top: 14px; padding: 12px 20px; font-size: 15px; }
@media (max-width: 900px) {
  .container { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: clamp(32px, 9vw, 48px); }
  .page-head { padding: 60px 0 32px; }
  .internal-pill { display: block; margin: 8px 0 0; width: fit-content; }
}
