*, ::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 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-64 {
  width: 16rem;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-16 {
  gap: 4rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

/* =========================================================
   VARIÁVEIS GLOBAIS
========================================================= */

:root {
  --sidebar-bg: linear-gradient(90deg, #1f305c, #0f172a );
}

/* =========================================================
   RESET COMPLEMENTAR (não conflita com Tailwind)
========================================================= */

* {
  box-sizing: border-box;
}

/* =========================================================
   SCROLLBAR MINIMAL
========================================================= */

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 999px;
}

/* =========================================================
   SIDEBAR
========================================================= */

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #cbd5f5;
  font-weight: 500;
  transition: background 0.2s ease;
}

.sidebar-link i {
  width: 18px;
  text-align: center;
}

.sidebar-link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.sidebar-link.bg-slate-700 {
  background: #1a70c0;
  color: #ffffff;
}

/* =========================================================
   KPI CARDS
========================================================= */

.grid.grid-cols-4 > .bg-white {
  position: relative;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid.grid-cols-4 > .bg-white::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
}

.grid.grid-cols-4 > .bg-white:nth-child(1)::after {
  content: "\f07b";
  background: #7da7e8;
  color: #004d9f;
}

.grid.grid-cols-4 > .bg-white:nth-child(2)::after {
  content: "\f110";
  background: #fafb6d;
  color: #ca8a04;
}

.grid.grid-cols-4 > .bg-white:nth-child(3)::after {
  content: "\f00c";
  background: #47d61c;
  color: #378800;
}

.grid.grid-cols-4 > .bg-white:nth-child(4)::after {
  content: "\f108";
  background: #3c53c8;
  color: #a1c2ff;
}

/* =========================================================
   CHAMADOS POR TIPO
========================================================= */

#chamados-por-tipo > div {
  margin-bottom: 12px;
}

#chamados-por-tipo .bg-slate-200 {
  background-color: #e5e7eb !important;
  height: 8px !important;
  border-radius: 999px;
  overflow: hidden;
}

#chamados-por-tipo .bg-indigo-600 {
  background-color: #2978df !important;
  height: 100% !important;
  min-width: 4px;
  border-radius: 999px;
}

/* =========================================================
   BADGES — STATUS
========================================================= */

.badge-status {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.status-aberto {
  background: #e0edff;
  color: #1d4ed8;
}

.status-andamento {
  background: #fef3c7;
  color: #92400e;
}

.status-resolvido {
  background: #dcfce7;
  color: #166534;
}

/* =========================================================
   BADGES — PRIORIDADE
========================================================= */

.badge-prioridade {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.prioridade-alta {
  background: #ffedd5;
  color: #9a3412;
}

.prioridade-critica {
  background: #fee2e2;
  color: #991b1b;
}

.prioridade-baixa {
  background: #e5e7eb;
  color: #374151;
}

/* =========================================================
   INVENTÁRIO — STATUS
========================================================= */

.status-label {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  color: #ffffff;
}

.status-ativo {
  background-color: #3b82f6;
}

.status-inativo {
  background-color: #dc2626;
}

/* =========================================================
   ANEXOS — EQUIPAMENTOS
========================================================= */

.arquivo-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #f8fafc;
  padding: 12px;
  border-radius: 8px;
}

.arquivo-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.preview-slot {
  width: 96px;
  height: 96px;
  min-width: 96px;
  min-height: 96px;
  border-radius: 8px;
  overflow: hidden;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preview-fallback {
  font-size: 12px;
  color: #475569;
}

.arquivo-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.arquivo-nome {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}

.arquivo-tamanho {
  font-size: 12px;
  color: #64748b;
}

.arquivo-abrir {
  font-size: 12px;
  color: #4f46e5;
  text-decoration: none;
}

.arquivo-abrir:hover {
  text-decoration: underline;
}

.btn-excluir-arquivo {
  background: transparent;
  border: none;
  color: #dc2626;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.btn-excluir-arquivo:hover {
  text-decoration: underline;
}

.highlight-equip {
  animation: pulseHighlight 1.5s ease-in-out 2;
  border: 2px solid #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

@keyframes pulseHighlight {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.15);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

/* -------------------------------CONFIGURAÇÕES------------------------------------ */

/* =========================
   INPUTS
========================= */

.input {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #1f2933;
  background-color: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

/* =========================
   BOTÕES
========================= */

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #2563eb;
  color: #ffffff;
  padding: 0.6rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-primary:hover {
  background-color: #1e40af;
}

.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #dc2626;
  color: #ffffff;
  padding: 0.6rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-danger:hover {
  background-color: #991b1b;
}

.btn-warning {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #f59e0b;
  color: #ffffff;
  padding: 0.6rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-warning:hover {
  background-color: #d97706;
}

/* ===== ICON BOX BASE ===== */

.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* ===== AZUL PERFIL ===== */

.bg-blue-soft {
  background: #dbeafe;
}

.text-blue-strong {
  color: #2563eb;
}

/* ===== ROXO APARÊNCIA ===== */

.bg-purple-soft {
  background: #ede9fe;
}

.text-purple-strong {
  color: #7c3aed;
}

/* ===== AMARELO SEGURANÇA ===== */

.bg-yellow-soft {
  background: #fef3c7;
}

.text-yellow-strong {
  color: #d97706;
}

/* ===== VERMELHO SESSÃO ===== */

.bg-red-soft {
  background: #fee2e2;
}

.text-red-strong {
  color: #dc2626;
}

/* =========================
   TOGGLE SWITCH
========================= */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #cbd5e1;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}

.slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  border-radius: 9999px;
  transition: transform 0.3s ease;
}

.switch input:checked + .slider {
  background-color: #2563eb;
}

.switch input:checked + .slider::before {
  transform: translateX(24px);
}

/* animação leve nos ícones */

.fa-sun, .fa-moon {
  transition: 0.3s;
}

body.dark .fa-moon {
  color: #facc15;
}

body.dark .fa-sun {
  color: #64748b;
}

/* =========================
   UTILIDADES
========================= */

.hidden {
  display: none;
}

/* =========================
   MODO ESCURO (GLOBAL)
========================= */

.dark body {
  background-color: #262525;
  color: #e5e7eb;
}

.dark .bg-white {
  background-color: #1f1f1f;
}

.dark .input {
  background-color: #262525;
  border-color: #374151;
  color: #e5e7eb;
}

.dark .input:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.25);
}

.dark h2,
.dark h3,
.dark label {
  color: #e5e7eb;
}

.dark .btn-primary {
  background-color: #3b82f6;
}

.dark .btn-primary:hover {
  background-color: #2563eb;
}

.dark .btn-danger {
  background-color: #ef4444;
}

.dark .btn-danger:hover {
  background-color: #dc2626;
}

.dark .btn-warning {
  background-color: #fbbf24;
}

.dark .btn-warning:hover {
  background-color: #f59e0b;
}

/* =========================
   SIDEBAR (MODO ESCURO)
========================= */

.dark .sidebar {
  background-color: #1e1e1e;
}

/* =========================================================
   LOGIN — ESTILOS ISOLADOS (SRC/STYLES.CSS)
========================================================= */

.login-page {
  background-image: url('assets/background-login.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}

.login-wrapper {
  display: flex;
  min-height: 100vh;
  height: 100vh;
}

.login-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: transparent;
  background-size: cover;
  background-position: center;
}

.login-left .login-content {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.login-left .banner {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto 30px;
}

.login-left .login-content h1,
.login-left .login-content p {
  color: #091b37;
}

.login-left .login-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.login-left .login-content p {
  font-size: 18px;
  color: #091b37;
  margin-top: 10px;
}

.login-right {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: linear-gradient(135deg, #1e293b, #0f172a);
  position: relative;
}

.login-page .login-box {
  width: 100%;
  max-width: 380px;
  padding: 2.5rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
}

.login-page .login-box h2 {
  font-size: 24px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.login-page .login-box input {
  width: 100%;
  padding: 14px;
  margin-bottom: 1rem;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 14px;
  outline: none;
  transition: 0.2s;
}

.login-page .login-box input:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
}

.login-page .login-box button {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  margin-bottom: 0.4rem;
}

.login-page .login-box button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.35);
}

.login-page .criar-conta {
  margin-top: 1rem;
  font-size: 13px;
  color: #cbd5f5;
}

.login-page .criar-conta a {
  color: #60a5fa;
  text-decoration: none;
  transition: color 0.2s;
}

.login-page .criar-conta a:hover {
  color: #93c5fd;
}

.login-page footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #cbd5f5;
  padding: 0 20px;
}

.login-page .mobile-header {
  display: none;
  text-align: center;
  margin-bottom: 2rem;
}

.login-page .mobile-header img {
  max-width: 150px;
  margin-bottom: 1rem;
}

.login-page .mobile-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0.5rem 0;
}

.login-page .mobile-header p {
  font-size: 14px;
  color: #cbd5f5;
  margin: 0.5rem 0;
}

@media (max-width: 768px) {
  .login-wrapper {
    flex-direction: column;
    height: auto;
  }

  .login-left {
    display: none;
  }

  .login-right {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    justify-content: flex-start;
  }

  .login-page {
    background: linear-gradient(135deg, #1f305c, #0f172a);
  }

  .login-page .mobile-header {
    display: block;
    margin-bottom: 20px;
  }

  .login-page .login-box {
    margin: 40px auto 20px auto;
    width: 100%;
    max-width: 360px;
  }

  .login-page footer {
    position: static;
    margin-top: 30px;
    padding: 20px;
  }
}

.input-senha-wrapper{
  position:relative;
  width:100%;
}

.senha-input{
  width:100%;
  padding-right:42px !important;
}

.ver-senha{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  font-size:16px;
  color:#64748b;
  cursor:pointer;
  transition:.2s;
}

.ver-senha:hover{
  color:#111827;
}

/* ===============================
DARK MODE GLOBAL
=============================== */

body.dark{
  background:#0f172a;
  color:#e5e7eb;
}

body.dark .bg-white{
  background:#111827 !important;
  color:#e5e7eb;
}

body.dark .text-slate-800{
  color:#e5e7eb !important;
}

body.dark .text-slate-500,
body.dark .text-slate-400{
  color:#94a3b8 !important;
}

body.dark .text-slate-700{
  color: white;
}

body.dark .bg-white rounded-lg p-4{
  color: #0f172a !important;
}

body.dark .input{
  background:#020617;
  border:1px solid #334155;
  color:#e5e7eb;
}

body.dark .bg-slate-50{
  background:#020617 !important;
}

body.dark .shadow{
  box-shadow:0 0 0 1px rgba(255,255,255,.05);
}

body.dark input,
body.dark textarea,
body.dark select{
  background:#020617 !important;
  color:#e5e7eb !important;
  border:1px solid #334155 !important;
}

/* SELECT DROPDOWN */

body.dark select option{
  background:#020617;
  color:#e5e7eb;
}

body.dark section{
  background:#0f172a !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.04);
}

/* sombras suaves */

body.dark .shadow,
body.dark .shadow-sm,
body.dark .shadow-md{
  box-shadow:0 0 0 1px rgba(255,255,255,.05);
}

body.dark p{
  color: white;
}

/* =========================================
CADASTRO DE USUÁRIO (ANTES DO LOGIN)
========================================= */

.cadastro-page{
  font-family: Arial, Helvetica, sans-serif;
  min-height:100vh;
  background: linear-gradient(90deg, #1f305c, #0f172a );
  display:flex;
  justify-content:center;
  align-items:center;
  padding:40px 20px;
}

.cadastro-container{
  width:100%;
  max-width:900px;
  background:#ffffff;
  border-radius:16px;
  padding:40px;
  box-shadow:0 20px 60px rgba(0,0,0,0.35);
}

.cadastro-container h1{
  font-size:28px;
  margin-bottom:25px;
  color:#0f172a;
}

.cadastro-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-bottom:20px;
}

.cadastro-grid input,
.cadastro-grid select{
  padding:12px;
  border:1px solid #d1d5db;
  border-radius:10px;
  font-size:14px;
  outline:none;
}

.cadastro-grid input:focus,
.cadastro-grid select:focus{
  border-color:#2563eb;
  box-shadow:0 0 0 2px rgba(37,99,235,.2);
}

/* TERMO */

.termo-box{
  margin-top:20px;
  background:#f1f5f9;
  padding:20px;
  border-radius:12px;
  max-height:220px;
  overflow-y:auto;
  font-size:13px;
  line-height:1.5;
  color:#0f172a;
  border:1px solid #e2e8f0;
}

.termo-box h3{
  margin-bottom:10px;
}

.checkbox-termo{
  margin-top:15px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
}

.btn-enviar-cadastro{
  margin-top:20px;
  width:100%;
  padding:14px;
  border:none;
  border-radius:10px;
  background:#2563eb;
  color:#fff;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:.2s;
}

.btn-enviar-cadastro:hover{
  background:#1e40af;
}

.btn-enviar-cadastro:disabled{
  background:#94a3b8;
  cursor:not-allowed;
}

/* =========================================
   MODAL — LEMBRETE DE REDEFINIÇÃO DE SENHA
========================================= */

.modal-lembrete {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.modal-lembrete.hidden {
  display: none;
}

.modal-lembrete-box {
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
  text-align: center;
  animation: aparecerModalLembrete 0.25s ease;
}

.modal-lembrete-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #2563eb;
}

.modal-lembrete-box h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.modal-lembrete-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 24px;
}

.modal-lembrete-box .btn-primary {
  width: 100%;
  justify-content: center;
  padding: 14px;
  font-size: 15px;
  border: none;
}

/* animação */

@keyframes aparecerModalLembrete {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* dark mode */

body.dark .modal-lembrete-box {
  background: #111827;
}

body.dark .modal-lembrete-box h2 {
  color: #f8fafc;
}

body.dark .modal-lembrete-box p {
  color: #cbd5e1;
}

body.dark .modal-lembrete-icon {
  background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
  color: #dbeafe;
}

#btn-menu-mobile {
  display: none;
}

@media (max-width: 768px) {
  #btn-menu-mobile {
    display: block;
  }
}

/* =========================================
   RESPONSIVIDADE GLOBAL (BASE)
========================================= */

/* MOBILE */

@media (max-width: 768px) {
  /* ===== PADDING GLOBAL ===== */

  main {
    padding: 16px !important;
  }

  /* ===== HEADER ===== */

  header {
    padding: 16px !important;
  }

  .cadastro-grid {
    grid-template-columns: 1fr;
  }

  .cadastro-container {
    padding: 20px;
  }

  /* ===== GRID GLOBAL ===== */

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

  /* ===== DASHBOARD CARDS ===== */

  .grid.grid-cols-4 {
    grid-template-columns: 1fr !important;
  }

  /* ===== SEÇÕES 2 COLUNAS ===== */

  .grid.grid-cols-2 {
    grid-template-columns: 1fr !important;
  }

  /* ===== SEÇÕES 3 COLUNAS ===== */

  .grid.grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  /* ===== FORMULÁRIOS ===== */

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

  /* ===== BOTÕES ===== */

  button {
    width: 100%;
  }

  /* ===== INPUTS ===== */

  input, select, textarea {
    font-size: 16px;
    /* evita zoom no mobile */
  }
}

/* =========================================
   RESPONSIVIDADE AVANÇADA (LAYOUT INTERNO)
========================================= */

/* MOBILE */

@media (max-width: 768px) {
  /* ===== DASHBOARD ===== */

  .grid.grid-cols-4 {
    grid-template-columns: 1fr !important;
  }

  /* ===== DASHBOARD (cards + lateral) ===== */

  .grid.grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  /* ===== FORMULÁRIOS ===== */

  .grid.grid-cols-2 {
    grid-template-columns: 1fr !important;
  }

  /* ===== CHAMADO DETALHE ===== */

  .grid.grid-cols-3 > .col-span-2 {
    grid-column: span 1 / span 1 !important;
  }

  /* ===== INVENTÁRIO ===== */

  .grid.grid-cols-12 {
    grid-template-columns: 1fr !important;
  }

  /* ===== GRID INTERNO INVENTÁRIO ===== */

  .grid.grid-cols-5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* ===== CONFIGURAÇÕES ===== */

  .grid.grid-cols-3 > .col-span-2 {
    grid-column: span 1 / span 1 !important;
  }

  /* ===== EQUIPAMENTO DETALHE ===== */

  .grid.grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  /* ===== HEADER TEXTO ===== */

  #page-title {
    font-size: 20px !important;
  }

  #page-description {
    font-size: 13px !important;
  }
}

/* =========================================
   MELHORIAS MOBILE UX
========================================= */

@media (max-width: 768px) {
  /* espaçamento menor */

  .p-8 {
    padding: 16px !important;
  }

  .px-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .py-6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* botões mais tocáveis */

  button {
    min-height: 44px;
  }

  /* evitar overflow lateral */

  body {
    overflow-x: hidden;
  }
}

/* ADICIONEI A PARTIR DAQUI */

@media (max-width: 768px) {
  #btn-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#main-area {
  width: 100%;
}

/* =========================================
   SIDEBAR MOBILE (PADRÃO CALCULADORAS)
========================================= */

#sidebar {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

/* quando ativa */

#sidebar.active {
  transform: translateX(0);
}

/* MOBILE */

@media (max-width: 768px) {
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
}

/* DESKTOP */

@media (min-width: 768px) {
  #sidebar {
    transform: translateX(0);
    position: relative;
  }
}

#sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

#sidebar-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* =========================================
   ISOLAMENTO TOTAL DO LOGIN MOBILE
========================================= */

@media (max-width: 768px) {
  /* ISOLAMENTO TOTAL DO LOGIN */

  body.login-page * {
    box-sizing: border-box;
  }

  body.login-page .login-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 100vh !important;
  }

  body.login-page .login-left {
    display: none !important;
  }

  body.login-page .login-right {
    width: 100% !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #1f305c, #0f172a) !important;
  }

  body.login-page .login-right > footer {
    margin-top: auto !important;
  }

  body.login-page .mobile-header {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }

  body.login-page .mobile-header img {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 140px;
  }

  body.login-page .mobile-header h1 {
    text-align: center;
  }

  body.login-page .mobile-header p {
    text-align: center;
  }

  body.login-page .login-box {
    width: 100% !important;
    max-width: 340px !important;
    margin: 20px auto !important;
  }

  body.login-page footer {
    position: static !important;
    margin-top: auto !important;
    padding: 20px !important;
    text-align: center;
  }

  /* BLOQUEAR INTERFERÊNCIA DE GRID GLOBAL */

  body.login-page .grid {
    display: block !important;
  }

  body.login-page .flex {
    display: block !important;
  }
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
