/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.25_@types+node@22.20.1_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/.pnpm/next@15.5.25_@types+node@22.20.1_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Reset only.
 *
 * This file used to carry the first cockpit's whole visual language — .card, .amt,
 * .tag, table styling — plus bare `main`/`h1`/`h2` rules. Every screen now ships its own
 * CSS module (app, landing, login), so all of that was dead weight with one live
 * side effect: the bare `main { max-width: 1180px; padding: 32px 24px }` rule still
 * applied to the console's grid area, because `.main` never declares those properties
 * and an element selector wins where a class says nothing. The console was being
 * clamped to 1180px by a rule written for a page that no longer exists.
 *
 * Keep this file boring. Anything with an opinion belongs in a module.
 */

* { box-sizing: border-box; }

body {
  margin: 0;
  /* Light throughout: the landing deck, the login screen and the console are all light,
     so there is no OS-preference branch to honour — just a ground that matches. */
  background: #f4f6f8;
  color: #0b1220;
  font: 14px/1.55 ui-sans-serif, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }

