.p-wrap { max-width: 1100px; margin: 0 auto; padding: 48px 24px 80px; }
.lang-switch button { border: 0; background: transparent; cursor: pointer; padding: 6px 12px; font: inherit; font-size: 10.5px; font-weight: 600; letter-spacing: .08em; color: #8a8d7d; }
.lang-switch button.on { background: var(--ink); color: var(--cream); }
.topbar { display: flex; gap: 14px; align-items: center; font-size: 12px; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; margin-top: 28px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 6px; padding: 22px; cursor: pointer; transition: border-color .2s, transform .2s; }
.card:hover { border-color: var(--olive-2); transform: translateY(-2px); }
.card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.card h3 { font-size: 15px; font-weight: 600; margin: 12px 0 4px; }
.codigo { font-family: var(--serif); font-style: italic; color: var(--olive-3); }
.muted { color: var(--muted); font-size: 13px; }
.small { font-size: 12px; color: var(--muted); margin-top: 12px; }
.pill { display: inline-block; border-radius: 999px; padding: 4px 11px; font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.pill.progress { background: #f0efe4; color: var(--olive); }
.pill.warn { background: #fdecec; color: #b3261e; }
.pill.ready { background: #e7f0e4; color: #3d6b2f; }
.pill.done { background: var(--dark); color: var(--cream); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.chip { font-size: 11px; border: 1px solid var(--pill); border-radius: 999px; padding: 4px 10px; color: var(--olive); }
.adj { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 8px; }
.adj li { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; padding: 12px 16px; font-size: 13px; }
.btn.small { padding: 8px 16px; font-size: 10.5px; }
.detail h3 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--olive-2); margin: 28px 0 8px; font-weight: 600; }
.notice { background: var(--surface); border: 1px solid var(--line); border-radius: 6px; padding: 36px; max-width: 620px; }
.admin { margin-top: 56px; border-top: 1px solid var(--line); padding-top: 32px; }
.admin ul { list-style: none; padding: 0; margin: 12px 0; }
.admin li { padding: 10px 0; border-bottom: 1px solid var(--line-2); font-size: 13px; display: flex; gap: 12px; align-items: center; justify-content: space-between; }
#crmList li { cursor: pointer; }
#crmList li:hover { color: var(--olive); }
.admin input { width: 100%; box-sizing: border-box; border: 1px solid var(--pill); border-radius: 3px; padding: 12px 14px; font-size: 13px; background: var(--bg); }
@media (max-width: 560px) {
  .p-wrap { padding: 28px 18px 60px; }
  .adj li { flex-direction: column; align-items: flex-start; }
}
