/* Launch Checklist (admin) */
.lc-wrap .page-title .sub { margin: 2px 0 0; font-size: 12.5px; color: var(--text-dim); }
.lc-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.lc-progress { flex: 1 1 320px; display: flex; align-items: center; gap: 14px; }
.lc-bar { flex: 1; height: 10px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid var(--hair); overflow: hidden; }
.lc-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #b8923f, #d4af5f); transition: width .4s ease; }
.lc-count { font-size: 13px; color: var(--text-mid); white-space: nowrap; }
.lc-count b { color: var(--text-hi); }
.lc-tools { display: flex; gap: 8px; flex-wrap: wrap; }
.lc-area { background: var(--panel); border: 1px solid var(--hair); border-radius: 14px; padding: 14px 16px 6px; margin-bottom: 14px; }
.lc-area h2 { font-size: 15px; margin: 0 0 4px; color: var(--text-hi); display: flex; align-items: center; gap: 10px; }
.lc-area.lc-clear h2 { color: #8fd8a2; }
.lc-areacount { font-size: 11.5px; font-weight: 600; letter-spacing: .04em; color: var(--text-dim); border: 1px solid var(--hair); border-radius: 8px; padding: 1px 7px; }
.lc-blurb { margin: 0 0 8px; font-size: 12.5px; color: var(--text-dim); line-height: 1.5; }
.lc-empty { font-size: 12.5px; color: var(--text-dim); padding: 8px 0 10px; }
.lc-item { display: flex; gap: 12px; padding: 10px 0; border-top: 1px solid var(--hair); }
.lc-item.done .lc-title { color: var(--text-dim); text-decoration: line-through; }
.lc-check { position: relative; flex: none; width: 22px; height: 22px; margin-top: 1px; cursor: pointer; }
.lc-check input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.lc-check span { display: block; width: 22px; height: 22px; border-radius: 7px; border: 1px solid var(--gold-line); background: rgba(212,175,95,0.06); }
.lc-check input:checked + span { background: var(--gold); border-color: var(--gold); }
.lc-check input:checked + span::after { content: ""; position: absolute; left: 7px; top: 3px; width: 6px; height: 11px; border: solid #1a1408; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.lc-main { flex: 1; min-width: 0; }
.lc-title { font-size: 14px; font-weight: 600; color: var(--text-hi); line-height: 1.4; }
.lc-detail { font-size: 12.5px; color: var(--text-mid); line-height: 1.5; margin-top: 2px; }
.lc-meta { font-size: 11.5px; color: #8fd8a2; margin-top: 3px; }
.lc-pri { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-radius: 6px; padding: 1px 6px; margin-right: 8px; vertical-align: 2px; border: 1px solid var(--hair); color: var(--text-dim); }
.lc-pri.p1 { color: #f0b1ad; border-color: rgba(191,54,54,0.5); background: rgba(191,54,54,0.12); }
.lc-pri.p2 { color: #e0c274; border-color: rgba(212,175,95,0.5); background: rgba(212,175,95,0.10); }
.lc-tag { font-size: 10px; font-weight: 700; color: #a9c8e3; border: 1px solid rgba(142,167,194,0.4); border-radius: 6px; padding: 1px 6px; margin-left: 6px; vertical-align: 2px; }
.lc-noterow { display: flex; gap: 6px; margin-top: 6px; }
.lc-note { flex: 1; font: inherit; font-size: 12.5px; padding: 6px 10px; border-radius: 8px; border: 1px solid transparent; background: transparent; color: var(--text-mid); }
.lc-note:hover, .lc-note:focus { border-color: var(--hair); background: rgba(255,255,255,0.03); outline: none; color: var(--text-hi); }
.lc-del { flex: none; width: 30px; border: 1px solid var(--hair); background: none; color: var(--text-dim); border-radius: 8px; cursor: pointer; font-size: 16px; }
.lc-add { background: var(--panel); border: 1px dashed var(--gold-faint); border-radius: 14px; padding: 14px 16px; margin-top: 8px; }
.lc-add h2 { font-size: 14px; margin: 0 0 10px; color: var(--text-hi); }
.lc-addrow { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 8px; }
.lc-in { flex: 1 1 260px; font: inherit; font-size: 13px; padding: 9px 12px; border-radius: 10px; border: 1px solid var(--hair); background: rgba(18,20,24,0.6); color: var(--text-hi); outline: none; }
.lc-in:focus { border-color: var(--gold-line); }
@media (max-width: 700px) { .lc-item { gap: 10px; } .lc-noterow { flex-wrap: wrap; } }
