/* src/styles/main.scss */
@keyframes starGlow {
  0% {
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
    opacity: 0.8;
  }
  100% {
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.3);
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
app-root {
  overflow-y: hidden;
}
body {
  color: #dcdcdb;
  background: #1e1e20;
  min-height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}
body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("./media/PatroonNoise-paarsgeel-home-scaled-KXOFMTGC.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 0;
}
.main-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-wrapper {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin-top: 5rem;
  padding: 2rem;
  border-radius: 12px;
}
.container {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 90%;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1200px;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 1.5rem;
    padding-top: 1rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #dcdcdb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  font-family:
    "Brockmann",
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
h2 {
  color: #dcdcdb;
  margin-bottom: 2rem;
  position: relative;
  font-size: 2rem;
}
h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  font-family:
    "Brockmann",
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.section-header {
  margin-bottom: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
  flex-wrap: wrap;
}
.section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  color: #dcdcdb;
  margin: 0;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  font-family:
    "Brockmann",
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.section-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.section-header h2 {
  color: #dcdcdb;
  margin: 0;
  flex: 1;
}
.section-header h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.section-header h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  background:
    linear-gradient(
      135deg,
      #aa77ff,
      #fdff00);
  border-radius: 9999px;
  margin-right: 1rem;
}
button,
.button {
  position: relative;
  border-radius: 12px;
  padding: 1.5rem;
}
button,
.button {
  transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
}
button:hover,
.button:hover {
  box-shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)";
}
button:active,
.button:active {
  transform: translateY(0);
  box-shadow: "0 1px 2px 0 rgba(0, 0, 0, 0.05)";
}
button:focus-visible,
.button:focus-visible {
  outline: 2px solid #aa77ff;
  outline-offset: 2px;
}
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #aa77ff transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-scrollbar::-webkit-scrollbar {
  display: none;
}
.glass-panel {
  position: relative;
  background: rgba(28, 32, 46, 0.1);
  border: 1px solid rgba(220, 220, 219, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 0 0 1px rgba(220, 220, 219, 0.05), 0 4px 24px -4px rgba(0, 0, 0, 0.3);
}
.glass-panel > * {
  position: relative;
}
.glass-panel-sm {
  position: relative;
  background: rgba(28, 32, 46, 0.1);
  border: 1px solid rgba(220, 220, 219, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(220, 220, 219, 0.05), 0 4px 24px -4px rgba(0, 0, 0, 0.3);
}
.glass-panel-sm > * {
  position: relative;
}
.glass-panel-md {
  position: relative;
  background: rgba(28, 32, 46, 0.1);
  border: 1px solid rgba(220, 220, 219, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(220, 220, 219, 0.05), 0 4px 24px -4px rgba(0, 0, 0, 0.3);
}
.glass-panel-md > * {
  position: relative;
}
.glass-panel-lg {
  position: relative;
  background: rgba(28, 32, 46, 0.1);
  border: 1px solid rgba(220, 220, 219, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 0 0 1px rgba(220, 220, 219, 0.05), 0 4px 24px -4px rgba(0, 0, 0, 0.3);
}
.glass-panel-lg > * {
  position: relative;
}
.interactive {
  transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
}
.interactive:hover {
  box-shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)";
}
.interactive:active {
  transform: translateY(0);
  box-shadow: "0 1px 2px 0 rgba(0, 0, 0, 0.05)";
}
.interactive-scale {
  transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
}
.interactive-scale:hover {
  transform: scale(1);
}
.interactive-scale:active {
  transform: scale(0.98);
}
.text-sm-medium {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.text-sm-semibold {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.text-md-medium {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.text-md-semibold {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.text-lg-semibold {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.text-lg-bold {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.text-xl-bold {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  text-align: left;
}
.expandable {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.expandable.expanded {
  max-height: none;
}
.expandable-fast {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.expandable-fast.expanded {
  max-height: none;
}
.action-btn,
.cancel-btn,
.save-btn,
.edit-btn {
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 0.4rem 1.2rem;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  transition: background 0.2s;
}
.edit-btn {
  background: #aa77ff;
  color: white;
}
.edit-btn:hover {
  background: rgb(146.625, 81.6, 255);
}
.edit-btn:disabled {
  background: #707070;
  color: #b7b8b2;
  cursor: not-allowed;
}
.save-btn {
  background: #dcdcdb;
  color: #1c202e;
}
.save-btn:hover {
  background: rgb(198.3591549296, 198.3591549296, 196.7408450704);
}
.cancel-btn {
  background: #1c202e;
  border: 1px solid rgba(183, 184, 178, 0.3);
  color: #dcdcdb;
}
.cancel-btn:hover {
  background: #d1d5db;
}
.icon-btn,
.icon-btn--add,
.icon-btn--cancel,
.icon-btn--remove,
.icon-btn--save,
.icon-btn--edit {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  box-shadow: none;
  transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
  background: rgba(220, 220, 219, 0.08);
  color: #b7b8b2;
}
.icon-btn,
.icon-btn--add,
.icon-btn--cancel,
.icon-btn--remove,
.icon-btn--save,
.icon-btn--edit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.icon-btn:hover:not(:disabled),
.icon-btn--add:hover:not(:disabled),
.icon-btn--cancel:hover:not(:disabled),
.icon-btn--remove:hover:not(:disabled),
.icon-btn--save:hover:not(:disabled),
.icon-btn--edit:hover:not(:disabled) {
  background: rgba(220, 220, 219, 0.12);
  color: #dcdcdb;
  transform: translateY(-1px);
}
.icon-btn:disabled,
.icon-btn--add:disabled,
.icon-btn--cancel:disabled,
.icon-btn--remove:disabled,
.icon-btn--save:disabled,
.icon-btn--edit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none !important;
}
.icon-btn app-icon,
.icon-btn--add app-icon,
.icon-btn--cancel app-icon,
.icon-btn--remove app-icon,
.icon-btn--save app-icon,
.icon-btn--edit app-icon {
  font-size: 0.875rem;
}
.icon-btn--save:hover:not(:disabled) {
  color: #aa77ff;
}
.icon-btn--cancel:hover:not(:disabled),
.icon-btn--remove:hover:not(:disabled) {
  color: #ff7777;
}
.icon-btn--add:hover:not(:disabled) {
  color: #aa77ff;
}
@font-face {
  font-family: "Brockmann";
  src: url(/assets/fontBrockmann/Brockmann-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url(/assets/fontBrockmann/Brockmann-RegularItalic.otf) format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url(/assets/fontBrockmann/Brockmann-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url(/assets/fontBrockmann/Brockmann-BoldItalic.otf) format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
app-root {
  width: 100%;
}
.optimized-line {
  color: #28a745 !important;
  font-weight: 500 !important;
  display: block !important;
  width: 100% !important;
  position: relative !important;
  z-index: 1 !important;
}
.new-content-highlight {
  color: #28a745 !important;
}
p {
  margin-bottom: 1rem;
}
ul,
ol {
  list-style-position: inside;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-4IRM3KVU.css.map */
