:root { color-scheme: light; }
* { box-sizing: border-box; scrollbar-width: thin; scrollbar-color: rgba(100,116,139,.28) transparent; }
*::-webkit-scrollbar { width: 8px; height: 8px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: rgba(100,116,139,.28); border-radius: 999px; }
html, body { max-width: 100%; overflow-x: hidden; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: geometricPrecision; }
[x-cloak] { display: none !important; }
.table-sticky th { position: sticky; top: 0; z-index: 1; }
.money, .currency, [data-money] { white-space: nowrap; word-break: keep-all; }
.pro-card { border-radius: 1.5rem; border: 1px solid rgb(226 232 240); background: #fff; box-shadow: 0 18px 60px rgba(15,23,42,.08); }
.pro-input { min-height: 3rem; width: 100%; border-radius: 1rem; border: 1px solid rgb(226 232 240); background: #fff; padding: .75rem 1rem; font-size: .875rem; font-weight: 650; outline: none; }
.pro-input:focus { border-color: rgb(15 23 42); box-shadow: 0 0 0 4px rgba(15,23,42,.06); }
.pro-label { display: block; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: rgb(148 163 184); }
.pro-table-wrap { width: 100%; overflow-x: auto; border-radius: 1.25rem; }
.pro-table { width: 100%; min-width: 820px; border-collapse: separate; border-spacing: 0; }
.pro-table th { white-space: nowrap; background: rgb(248 250 252); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: rgb(100 116 139); }
.pro-table td, .pro-table th { padding: .9rem 1rem; border-bottom: 1px solid rgb(226 232 240); vertical-align: middle; }
.pro-actionbar { position: sticky; bottom: 1rem; z-index: 20; border-radius: 1.5rem; border: 1px solid rgba(15,23,42,.08); background: rgba(255,255,255,.92); box-shadow: 0 20px 70px rgba(15,23,42,.16); backdrop-filter: blur(18px); }
input, select, textarea, button { max-width: 100%; }
select { text-overflow: ellipsis; }
@media (max-width: 1024px) { .desktop-only { display:none !important; } }
@media (max-width: 768px) {
  input, select, textarea { font-size: 16px; }
  .pro-card { border-radius: 1.25rem; }
  .mobile-stack { grid-template-columns: 1fr !important; }
  table { display: block; width: 100%; overflow-x: auto; white-space: nowrap; }
}

/* Refinamento de produção */
.main-card-grid, .kpi-grid { display: none !important; }
.money, .currency, [data-money] { display: inline-block; white-space: nowrap !important; word-break: keep-all !important; }
.table-pro, table { max-width: 100%; }
.truncate-safe { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-section { max-width: 100%; overflow-x: hidden; }
button, a { touch-action: manipulation; }
