/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  outline: none;
}

input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

hr {
  border: none;
  height: 0;
}

pre,
code {
  font-family: inherit;
  margin: 0;
  padding: 0;
}

details {
  display: block;
}

summary {
  display: block;
}

progress,
meter {
  border: none;
  background: none;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

cite {
  font-style: normal;
}

mark {
  background: none;
  color: inherit;
}

small {
  font-size: inherit;
}

sub,
sup {
  font-size: inherit;
  line-height: inherit;
  position: static;
  vertical-align: baseline;
}

del,
ins {
  text-decoration: none;
}

abbr,
acronym {
  border: none;
  text-decoration: none;
}

dfn {
  font-style: inherit;
}

samp,
kbd {
  font-family: inherit;
}

var {
  font-style: inherit;
}

time {
  font-style: inherit;
}

ruby {
  font-size: inherit;
}

bdi,
bdo {
  direction: inherit;
}

output {
  font: inherit;
}

datalist {
  display: none;
}

keygen {
  font: inherit;
}

isindex {
  display: none;
}

listing {
  font-family: inherit;
}

plaintext {
  font-family: inherit;
}

xmp {
  font-family: inherit;
}

nextid {
  display: none;
}

noframes {
  display: none;
}

frameset {
  display: none;
}

frame {
  display: none;
}

iframe {
  border: none;
}

embed {
  border: none;
}

object {
  border: none;
}

param {
  display: none;
}

applet {
  border: none;
}

area {
  border: none;
}

map {
  display: block;
}

canvas {
  border: none;
}

video,
audio {
  border: none;
}

source {
  display: none;
}

track {
  display: none;
}

svg {
  border: none;
}

math {
  border: none;
}

script {
  display: none;
}

style {
  display: none;
}

link {
  display: none;
}

meta {
  display: none;
}

title {
  display: none;
}

base {
  display: none;
}

head {
  display: none;
}

html {
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: none;
}

:root {
  /* Using dark theme as default - light theme removed */
  --color-primary: #4AE085;
  --color-primary-dark: #00C851;
  --color-primary-light: #7AEB9D;
  --color-secondary: #6c757d;
  --color-secondary-light: #c9cdcf;
  --color-background: #1e1e1e;
  --color-surface: #2d2d30;
  --color-text: #cccccc;
  --color-text-secondary: #9ca3af;
  --color-border: #3e3e42;
  --color-accent: #4AE085;
  --color-success: #4AE085;
  --color-success-light: #1A3D2A;
  --color-warning: #ffc107;
  --color-error: #dc3545;
  --color-error-light: #3D1A1A;
  --color-info: #17a2b8;
}

.theme-dark {
  --color-primary: #4AE085;
  --color-primary-dark: #00C851;
  --color-primary-light: #7AEB9D;
  --color-secondary: #6c757d;
  --color-secondary-light: #c9cdcf;
  --color-background: #1e1e1e;
  --color-surface: #2d2d30;
  --color-text: #cccccc;
  --color-text-secondary: #9ca3af;
  --color-border: #3e3e42;
  --color-accent: #4AE085;
  --color-success: #4AE085;
  --color-success-light: #1A3D2A;
  --color-warning: #ffc107;
  --color-error: #dc3545;
  --color-error-light: #3D1A1A;
  --color-info: #17a2b8;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--color-text);
  background-color: var(--color-background);
  transition: background-color 0.3s ease, color 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #2980b9;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.2s;
}

input, textarea, select {
  font-family: inherit;
  outline: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

@media (max-width: 768px) {
  .container {
    padding: 0 0.5rem;
  }
}
/* Proteção do site - desabilita seleção de texto e arrastar */
html.protection-enabled * {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

html.protection-enabled *::selection {
  background: transparent !important;
}

html.protection-enabled *::-moz-selection {
  background: transparent !important;
}

html.protection-enabled img {
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
}

/* Permite interação com elementos de formulário e botões */
html.protection-enabled input,
html.protection-enabled textarea,
html.protection-enabled select,
html.protection-enabled button,
html.protection-enabled a {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/*# sourceMappingURL=styles.css.map*/