:root {
    --public-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
    --public-text: #172033;
    --public-muted: #667085;
    --public-border: #e3e8ef;
    --public-bg: #f5f7fb;
    --public-surface: #ffffff;
    --public-primary: #ff5c35;
}
*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; min-height: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { width: 100%; min-height: 100%; margin: 0; font-family: var(--public-font); font-size: 14px; line-height: 1.5; color: var(--public-text); background: var(--public-bg); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
img, svg, video, iframe { display: block; max-width: 100%; }
input, select, textarea { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.table-wrap, .table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 640px) {
    body { font-size: 13px; }
    form, section, main, article, .card, .panel { max-width: 100%; min-width: 0; }
    input, select, button { min-height: 40px; }
}
