/* article-specific rules only — base in article-base.css */

/* COMPARISON TABLE — remote software delivery vs. embedded deployment */
.pai-wrap { overflow-x: auto; margin: 1.5rem 0 2rem }
.pai-table { width: 100%; border-collapse: collapse; font-size: 0.86rem; background: #fff; border: 1px solid #e5e5e2; border-radius: var(--rl); overflow: hidden }
.pai-table th { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; padding: 0.8rem 0.9rem; text-align: left; border-bottom: 1px solid #e5e5e2; background: var(--s2) }
.pai-table th.th-embed { background: rgba(232,86,42,0.08); color: var(--accent) }
.pai-table td { padding: 0.8rem 0.9rem; border-bottom: 1px solid #f0f0ed; vertical-align: top; line-height: 1.55; color: var(--ink2); font-size: 0.84rem }
.pai-table tr:last-child td { border-bottom: none }
.pai-table td:first-child { font-weight: 500; color: var(--ink); font-size: 0.82rem; width: 20% }
.pai-table td.td-embed { background: rgba(232,86,42,0.03) }

@media (max-width: 600px) {
  .pai-table { font-size: 0.78rem }
  .pai-table th, .pai-table td { padding: 0.6rem 0.7rem }
}

/* DEPLOYMENT WEEK CARDS — the 2-week embedded model */
.pai-week { border: 1px solid var(--border); border-radius: var(--rl); padding: 1.4rem 1.6rem; margin: 1rem 0 }
.pai-week-num { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent); font-weight: 600; margin-bottom: 0.5rem }
.pai-week-title { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); margin-bottom: 0.6rem }
.pai-week p { font-size: 0.9rem; color: var(--ink2); line-height: 1.65; margin: 0 0 0.6rem }
.pai-week p:last-child { margin-bottom: 0 }
