/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
/* Tailwind CSS */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Inter, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border {
  border-width: 1px;
}
.text-right {
  text-align: right;
}
.underline {
  text-decoration-line: underline;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* Portal Prudenco - Design System (Companhia Prudentina de Desenvolvimento) */
:root {
  --primary-blue: #0066CC;
  --primary-blue-hover: #0052A3;
  --primary-blue-active: #004080;
  --primary-red: #DC143C;
  --primary-red-hover: #B01030;
  --primary-red-active: #8B0C25;
  --brand: #DC143C;
  --muted: #6C757D;
  --accent: #0066CC;
  --neutral-white: #FFFFFF;
  --neutral-light: #F8F9FA;
  --neutral-gray: #6C757D;
  --neutral-medium: #6C757D;
  --neutral-dark: #212529;
  --success: #28a745;
  --warning: #ffc107;
  --error: #dc3545;
  --info: #17a2b8;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 25px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.05);
  --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 1.5rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --gradient-primary: linear-gradient(135deg, #0066CC 0%, #DC143C 100%);
  --gradient-primary-hover: linear-gradient(135deg, #DC143C 0%, #0066CC 100%);
  --gradient-dark: linear-gradient(135deg, #212529 0%, #1a1d23 100%);
  --gradient-subtle: linear-gradient(180deg, rgba(0,102,204,0.05) 0%, rgba(220,20,60,0.05) 100%);
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.25);
  /* Largura máxima do conteúdo (telas grandes usam mais espaço) */
  --container-max: 1200px;
}
@media (min-width: 1400px) {
  :root {
    --container-max: 1320px;
  }
}
/* Reset e base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--neutral-dark);
  line-height: 1.6;
  background: var(--neutral-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
/* Container – usa --container-max de :root (1200px / 1320px em telas grandes) */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
/* ========== ESTILOS RESPONSIVOS PARA PÁGINAS PÚBLICAS ========== */
/* Hero: regras específicas no home.component.css */
/* Cards e Grids Responsivos */
@media (max-width: 767px) {
  .services-grid,
  .noticias-grid,
  .obras-grid,
  .documents-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .service-card,
  .noticia-card,
  .obra-card,
  .document-card,
  .card {
    padding: 16px !important;
  }
}
/* Filtros Responsivos */
@media (max-width: 767px) {
  .filters,
  .service-filters,
  .filter-btn {
    width: 100%;
    justify-content: center;
  }
}
/* Seções responsivas – Design System 48px mobile; h2 em componentes */
@media (max-width: 767px) {
  .transparency,
  .noticias-section,
  .obras-section {
    padding: 48px 0 !important;
  }
}
/* Formulários Públicos Responsivos */
@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr !important;
  }

  .info-cards {
    grid-template-columns: 1fr !important;
  }

  .social-links {
    grid-template-columns: 1fr !important;
  }
}
/* Tabelas Públicas Responsivas */
@media (max-width: 768px) {
  table {
    font-size: 0.875rem;
  }

  table th,
  table td {
    padding: 0.5rem !important;
  }
}
/* Imagens Responsivas */
img {
  max-width: 100%;
  height: auto;
}
/* Textos responsivos – Design System mobile */
@media (max-width: 767px) {
  h1 {
    font-size: clamp(2rem, 5vw, 2.5rem) !important;
  }

  h2 {
    font-size: 1.75rem !important;
  }

  h3 {
    font-size: 1.25rem !important;
  }

  p {
    font-size: 16px;
    line-height: 1.6;
  }
}
/* Botões responsivos */
@media (max-width: 767px) {
  .cta,
  .btn-primary,
  .btn-secondary,
  .download-btn,
  .refresh-btn {
    width: 100%;
    padding: 12px 24px;
    font-size: 1rem;
  }
}
/* Espaçamentos responsivos – Design System */
@media (max-width: 767px) {
  .main-content {
    padding: 1rem 0 !important;
  }
}
/* Utilitários */
.main-content {
  padding: 2rem 0;
  min-height: calc(100vh - 200px);
}
@media (max-width: 767px) {
  .main-content {
    padding: 1rem 0;
  }
}
/* Typography – Design System (Segoe UI, hierarquia WCAG AA) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--neutral-dark);
  margin-bottom: 0.5em;
}
h1 {
  font-size: clamp(2rem, 4vw + 1rem, 4rem);
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-size: clamp(1.75rem, 2.5vw + 0.5rem, 3rem);
  font-weight: 700;
  line-height: 1.3;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
h3 {
  font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--neutral-dark);
}
h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--neutral-dark);
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--neutral-dark);
  max-width: 65ch;
}
/* Links */
a {
  color: var(--primary-blue);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--primary-red);
}
/* Utilitários visuais */
.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
/* Botão primário (CTA) – Design System */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--gradient-primary);
  color: var(--neutral-white);
  padding: 12px 24px;
  min-height: 44px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.cta:hover {
  background: var(--gradient-primary-hover);
  box-shadow: var(--shadow-xl);
  transform: translateY(-2px);
  color: var(--neutral-white);
}
.cta:active {
  transform: translateY(0);
  filter: brightness(0.9);
}
.cta:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.cta-large {
  padding: 16px 32px;
}
/* Secundário (outline) – light bg */
.btn-secondary {
  background: transparent;
  color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
}
.btn-secondary:hover {
  background: var(--primary-blue);
  color: var(--neutral-white);
}
/* Secundário sobre fundo escuro (hero) */
.cta-secondary {
  background: transparent;
  color: var(--neutral-white);
  border: 2px solid rgba(255,255,255,0.4);
}
.cta-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.6);
  color: var(--neutral-white);
}
/* Cards – Design System */
.card {
  background: var(--neutral-white);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
/* Focus – Design System (acessibilidade) */
*:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
*:focus-visible.cta,
*:focus-visible.btn-primary,
*:focus-visible.filter-btn {
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
}
/* Scrollbar discreta */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: var(--neutral-light);
}
::-webkit-scrollbar-thumb {
  background: var(--primary-blue);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-red);
}
::selection {
  background: var(--primary-blue);
  color: white;
}
::-moz-selection {
  background: var(--primary-blue);
  color: white;
}
/* Skeleton screens: ver app-skeleton-loader (shared/components/skeleton-loader) */
/* ==== ESTILOS GLOBAIS DE ACESSIBILIDADE ==== */
/* Configuração base para escala de fonte */
:root {
  --a11y-font-scale: 1;
  --base-font-size: 16px;
}
/* Aplicação da escala de fonte */
html {
  font-size: calc(var(--base-font-size) * var(--a11y-font-scale));
}
/* Classes de escala de fonte alternativas */
html.a11y-font-scale-1 {
  --a11y-font-scale: 1;
}
html.a11y-font-scale-1-25 {
  --a11y-font-scale: 1.25;
}
html.a11y-font-scale-1-5 {
  --a11y-font-scale: 1.5;
}
/* Alto Contraste */
html.a11y-high-contrast {
  --primary-blue: #0066FF;
  --primary-red: #FF0040;
  --neutral-white: #FFFFFF;
  --neutral-light: #F0F0F0;
  --neutral-gray: #404040;
  --neutral-dark: #000000;
}
html.a11y-high-contrast body {
  background: var(--neutral-white) !important;
  color: var(--neutral-dark) !important;
}
html.a11y-high-contrast .card,
html.a11y-high-contrast .document-card,
html.a11y-high-contrast .footer-section {
  background: var(--neutral-white) !important;
  border: 2px solid var(--neutral-dark) !important;
  color: var(--neutral-dark) !important;
}
html.a11y-high-contrast .site-header {
  background: var(--neutral-white) !important;
  border-bottom: 3px solid var(--neutral-dark) !important;
}
html.a11y-high-contrast .cta,
html.a11y-high-contrast .download-btn,
html.a11y-high-contrast .refresh-btn {
  background: var(--neutral-dark) !important;
  color: var(--neutral-white) !important;
  border: 2px solid var(--neutral-dark) !important;
}
html.a11y-high-contrast .cta:hover,
html.a11y-high-contrast .download-btn:hover,
html.a11y-high-contrast .refresh-btn:hover {
  background: var(--neutral-white) !important;
  color: var(--neutral-dark) !important;
  border: 2px solid var(--neutral-dark) !important;
}
/* Cores Invertidas */
html.a11y-invert {
  filter: invert(1) hue-rotate(180deg);
}
html.a11y-invert img,
html.a11y-invert video,
html.a11y-invert iframe,
html.a11y-invert svg {
  filter: invert(1) hue-rotate(180deg);
}
/* Destacar Links */
html.a11y-highlight-links a {
  background: #FFFF99 !important;
  color: #0000EE !important;
  text-decoration: underline !important;
  padding: 2px 4px !important;
  border-radius: 3px !important;
  border: 1px solid #0000EE !important;
}
html.a11y-highlight-links a:hover {
  background: #FFD700 !important;
  color: #000080 !important;
  border-color: #000080 !important;
}
html.a11y-highlight-links a:visited {
  color: #800080 !important;
  border-color: #800080 !important;
}
/* Melhorias gerais de acessibilidade */
html.a11y-highlight-links button,
html.a11y-highlight-links .cta {
  outline: 2px solid #0000EE !important;
  outline-offset: 2px !important;
}
/* Estados de foco aprimorados */
html.a11y-high-contrast *:focus,
html.a11y-highlight-links *:focus {
  outline: 3px solid #FFD700 !important;
  outline-offset: 2px !important;
}
/* Transições suaves para mudanças */
body,
.card,
.document-card,
.site-header,
.cta,
.download-btn {
  transition: all 0.3s ease !important;
}
/* Suporte para movimento reduzido */
@media (prefers-reduced-motion: reduce) {
  html * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Melhorias para leitores de tela */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Skip Links para navegação por teclado */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--neutral-dark);
  color: var(--neutral-white);
  padding: 8px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 10001;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
/* Ajustes específicos para combinações */
html.a11y-high-contrast.a11y-highlight-links a {
  background: #FFFF00 !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
html.a11y-invert.a11y-highlight-links a {
  filter: invert(1) hue-rotate(180deg) !important;
}
/* Melhorias para formulários */
html.a11y-high-contrast input,
html.a11y-high-contrast select,
html.a11y-high-contrast textarea {
  border: 2px solid var(--neutral-dark) !important;
  background: var(--neutral-white) !important;
  color: var(--neutral-dark) !important;
}
html.a11y-high-contrast input:focus,
html.a11y-high-contrast select:focus,
html.a11y-high-contrast textarea:focus {
  outline: 3px solid #FFD700 !important;
  outline-offset: 2px !important;
}
/* ========== ESTILOS RESPONSIVOS GLOBAIS PARA ADMIN ========== */
/* Admin Container/Layout */
.admin-container,
.admin-layout {
  display: flex;
  min-height: 100vh;
  background: var(--neutral-light);
}
/* Mobile Menu Button - aparece em todas as páginas admin */
.mobile-menu-btn {
  display: none;
  background: var(--primary-blue);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--radius-sm);
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  margin-right: 1rem;
}
.mobile-menu-btn:hover {
  background: var(--primary-red);
  transform: scale(1.05);
}
/* Tabelas Responsivas */
.data-table,
.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.data-table {
  min-width: 600px;
}
/* Formulários Responsivos */
.form-row {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
/* Grids Responsivos */
.stats-grid,
.grid {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
/* Mobile (até 768px) */
@media (max-width: 768px) {
  .mobile-menu-btn {
    display: flex;
  }

  .admin-container,
  .admin-layout {
    flex-direction: column;
  }

  .main-content {
    width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .grid {
    grid-template-columns: 1fr;
  }

  .btn-group,
  .header-actions,
  .form-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-group button,
  .header-actions button,
  .form-actions button {
    width: 100%;
  }
}

