/* ChapResto production design tokens */
:root {
  --cr-bg:#fbf7f1; --cr-surface:#fff; --cr-surface-soft:#fff7ef; --cr-text:#201b17; --cr-muted:#6f665e;
  --cr-primary:#2563eb; --cr-primary-dark:#1d4ed8; --cr-primary-soft:#eff6ff;
  --cr-success:#15803d; --cr-warning:#a26000; --cr-danger:#b91c1c;
  --cr-border:rgba(60,42,25,.10); --cr-shadow:0 18px 45px rgba(45,30,18,.08); --cr-radius:22px;
  --cr-header:72px; --cr-mobile-header:64px; --cr-mobile-bottom:76px;
}
*{box-sizing:border-box} html,body{margin:0;min-height:100%;background:var(--cr-bg);color:var(--cr-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif} a{color:inherit} button,input,select,textarea{font:inherit} button{cursor:pointer} img{max-width:100%;display:block}
