/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./globals.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.break-all {
  word-break: break-all;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration-line: line-through;
}
.underline {
  text-decoration-line: underline;
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.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,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css');
body {
  background-color: white;
  color: #111827;
  font-feature-settings: "rlig" 1, "calt" 1;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
    width: 100%;
  }
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
  }
  #__next {
    overflow-x: hidden;
    width: 100%;
  }
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@keyframes gentle-wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}
@keyframes spin-fast {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blog-content {
  line-height: 1.8;
  font-size: 16px;
  color: #374151;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #1f2937;
  scroll-margin-top: 100px;
}
.blog-content h1 {
  font-size: 2rem;
  border-bottom: 2px solid rgb(23, 61, 166);
  padding-bottom: 0.5rem;
  color: rgb(23, 61, 166);
}
.blog-content h2 {
  font-size: 1.5rem;
  color: rgb(23, 61, 166);
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.3rem;
}
.blog-content h3 {
  font-size: 1.25rem;
  color: #1f2937;
}
.blog-content h4 {
  font-size: 1.125rem;
  color: #374151;
}
.blog-content p {
  margin-bottom: 1rem;
  color: #4b5563;
  line-height: 1.8;
}
.blog-content ul,
.blog-content ol {
  margin: 1rem 0;
  padding-left: 2rem;
}
.blog-content li {
  margin-bottom: 0.5rem;
  color: #4b5563;
  line-height: 1.7;
}
.blog-content ul li::marker {
  color: rgb(23, 61, 166);
}
.blog-content ol li::marker {
  color: rgb(23, 61, 166);
  font-weight: 600;
}
.blog-content blockquote {
  border-left: 4px solid rgb(23, 61, 166);
  background-color: #f0f4ff;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #1f2937;
  border-radius: 0.375rem;
}
.blog-content code {
  background-color: #f3f4f6;
  padding: 0.2rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-family: 'Fira Code', 'Monaco', 'Consolas', monospace;
  color: rgb(23, 61, 166);
  font-weight: 500;
  border: 1px solid #e5e7eb;
}
.blog-content pre {
  background-color: #1f2937 !important;
  color: #f9fafb !important;
  padding: 1.25rem !important;
  border-radius: 0.5rem !important;
  overflow-x: auto !important;
  margin: 1.5rem 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.7 !important;
  border: 1px solid #374151 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.blog-content pre code {
  background-color: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  border: none !important;
}
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.blog-content th,
.blog-content td {
  border: 1px solid #e5e7eb;
  padding: 0.75rem 1rem;
  text-align: left;
}
.blog-content th {
  background-color: rgb(23, 61, 166);
  color: white;
  font-weight: 600;
}
.blog-content tbody tr:nth-child(even) {
  background-color: #f9fafb;
}
.blog-content tbody tr:hover {
  background-color: #f0f4ff;
}
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}
.blog-content a {
  color: rgb(23, 61, 166);
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 61, 166, 0.3);
  transition: all 0.2s;
  font-weight: 500;
}
.blog-content a:hover {
  color: rgb(18, 48, 133);
  border-bottom-color: rgb(18, 48, 133);
  background-color: #f0f4ff;
}
.blog-content strong {
  font-weight: 600;
  color: #1f2937;
}
.blog-content em {
  font-style: italic;
  color: #4b5563;
}
.blog-content hr {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 2.5rem 0;
}
.blog-content pre {
  position: relative;
}
.blog-content ul ul,
.blog-content ol ul,
.blog-content ul ol,
.blog-content ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blog-content details {
  border: 2px solid rgb(23, 61, 166);
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 1.5rem 0;
  background-color: #f9fafb;
  transition: all 0.3s ease;
}
.blog-content details[open] {
  background-color: #f0f4ff;
  box-shadow: 0 4px 6px -1px rgba(23, 61, 166, 0.1);
}
.blog-content details summary {
  cursor: pointer;
  font-weight: 600;
  color: rgb(23, 61, 166);
  font-size: 1.1rem;
  padding: 0.5rem;
  margin: -1rem -1rem 0 -1rem;
  border-radius: 0.375rem 0.375rem 0 0;
  background-color: rgba(23, 61, 166, 0.05);
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
  display: flex;
  align-items: center;
}
.blog-content details summary::-webkit-details-marker {
  display: none;
}
.blog-content details summary::before {
  content: '▶';
  display: inline-block;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
  color: rgb(23, 61, 166);
  font-size: 0.875rem;
}
.blog-content details[open] summary::before {
  transform: rotate(90deg);
}
.blog-content details summary:hover {
  background-color: rgba(23, 61, 166, 0.1);
  color: rgb(18, 48, 133);
}
.blog-content details > *:not(summary) {
  margin-top: 1rem;
  padding: 0 0.5rem;
}
.blog-content details p:last-child {
  margin-bottom: 0;
}
.blog-content .tag {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0.25rem;
  white-space: nowrap;
}
.blog-content .tag.warn {
  background-color: #fef3c7;
  color: #92400e;
  border: 1px solid #fbbf24;
}
.blog-content .tag.danger {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #f87171;
}
.blog-content .tag.success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #34d399;
}
.blog-content .tag.info {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #60a5fa;
}
.blog-content .tag.primary {
  background-color: #e0e7ff;
  color: rgb(23, 61, 166);
  border: 1px solid rgb(23, 61, 166);
}
.wmde-markdown {
  line-height: 1.8 !important;
  font-size: 16px !important;
  color: #374151 !important;
}
.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  font-weight: 600 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  line-height: 1.4 !important;
  color: #1f2937 !important;
}
.wmde-markdown h1 {
  font-size: 2rem !important;
  border-bottom: 2px solid rgb(23, 61, 166) !important;
  padding-bottom: 0.5rem !important;
  color: rgb(23, 61, 166) !important;
}
.wmde-markdown h2 {
  font-size: 1.5rem !important;
  color: rgb(23, 61, 166) !important;
  border-bottom: 1px solid #e5e7eb !important;
  padding-bottom: 0.3rem !important;
}
.wmde-markdown h3 {
  font-size: 1.25rem !important;
  color: #1f2937 !important;
}
.wmde-markdown h4 {
  font-size: 1.125rem !important;
  color: #374151 !important;
}
.wmde-markdown p {
  margin-bottom: 1rem !important;
  color: #4b5563 !important;
  line-height: 1.8 !important;
}
.wmde-markdown ul,
.wmde-markdown ol {
  margin: 1rem 0 !important;
  padding-left: 2rem !important;
}
.wmde-markdown li {
  margin-bottom: 0.5rem !important;
  color: #4b5563 !important;
  line-height: 1.7 !important;
}
.wmde-markdown ul li::marker {
  color: rgb(23, 61, 166) !important;
}
.wmde-markdown ol li::marker {
  color: rgb(23, 61, 166) !important;
  font-weight: 600 !important;
}
.wmde-markdown blockquote {
  border-left: 4px solid rgb(23, 61, 166) !important;
  background-color: #f0f4ff !important;
  padding: 1rem 1.5rem !important;
  margin: 1.5rem 0 !important;
  font-style: italic !important;
  color: #1f2937 !important;
  border-radius: 0.375rem !important;
}
.wmde-markdown code {
  background-color: #f3f4f6 !important;
  padding: 0.2rem 0.5rem !important;
  border-radius: 0.375rem !important;
  font-size: 0.875rem !important;
  font-family: 'Fira Code', 'Monaco', 'Consolas', monospace !important;
  color: rgb(23, 61, 166) !important;
  font-weight: 500 !important;
  border: 1px solid #e5e7eb !important;
}
.wmde-markdown pre {
  background-color: #1f2937 !important;
  color: #f9fafb !important;
  padding: 1.25rem !important;
  border-radius: 0.5rem !important;
  overflow-x: auto !important;
  margin: 1.5rem 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.7 !important;
  border: 1px solid #374151 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.wmde-markdown pre code {
  background-color: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  border: none !important;
}
.wmde-markdown table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 1.5rem 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.5rem !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
}
.wmde-markdown th,
.wmde-markdown td {
  border: 1px solid #e5e7eb !important;
  padding: 0.75rem 1rem !important;
  text-align: left !important;
}
.wmde-markdown th {
  background-color: rgb(23, 61, 166) !important;
  color: white !important;
  font-weight: 600 !important;
}
.wmde-markdown tbody tr:nth-child(even) {
  background-color: #f9fafb !important;
}
.wmde-markdown tbody tr:hover {
  background-color: #f0f4ff !important;
}
.wmde-markdown img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 0.5rem !important;
  margin: 1.5rem 0 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #e5e7eb !important;
}
.wmde-markdown a {
  color: rgb(23, 61, 166) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(23, 61, 166, 0.3) !important;
  transition: all 0.2s !important;
  font-weight: 500 !important;
}
.wmde-markdown a:hover {
  color: rgb(18, 48, 133) !important;
  border-bottom-color: rgb(18, 48, 133) !important;
  background-color: #f0f4ff !important;
}
.wmde-markdown strong {
  font-weight: 600 !important;
  color: #1f2937 !important;
}
.wmde-markdown em {
  font-style: italic !important;
  color: #4b5563 !important;
}
.wmde-markdown hr {
  border: none !important;
  border-top: 2px solid #e5e7eb !important;
  margin: 2.5rem 0 !important;
}
.wmde-markdown details {
  border: 2px solid rgb(23, 61, 166) !important;
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  margin: 1.5rem 0 !important;
  background-color: #f9fafb !important;
  transition: all 0.3s ease !important;
}
.wmde-markdown details[open] {
  background-color: #f0f4ff !important;
  box-shadow: 0 4px 6px -1px rgba(23, 61, 166, 0.1) !important;
}
.wmde-markdown details summary {
  cursor: pointer !important;
  font-weight: 600 !important;
  color: rgb(23, 61, 166) !important;
  font-size: 1.1rem !important;
  padding: 0.5rem !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  outline: none !important;
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
}
.wmde-markdown details summary::-webkit-details-marker {
  display: none !important;
}
.wmde-markdown details summary::before {
  content: '▶' !important;
  display: inline-block !important;
  margin-right: 0.5rem !important;
  transition: transform 0.3s ease !important;
  color: rgb(23, 61, 166) !important;
  font-size: 0.875rem !important;
}
.wmde-markdown details[open] summary::before {
  transform: rotate(90deg) !important;
}
.wmde-markdown details summary:hover {
  background-color: rgba(23, 61, 166, 0.1) !important;
  color: rgb(18, 48, 133) !important;
}
.wmde-markdown details > *:not(summary) {
  margin-top: 1rem !important;
  padding: 0 0.5rem !important;
}
.wmde-markdown details p:last-child {
  margin-bottom: 0 !important;
}
.wmde-markdown .tag {
  display: inline-block !important;
  padding: 0.2rem 0.6rem !important;
  border-radius: 0.375rem !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  margin: 0 0.25rem !important;
  white-space: nowrap !important;
}
.wmde-markdown .tag.warn {
  background-color: #fef3c7 !important;
  color: #92400e !important;
  border: 1px solid #fbbf24 !important;
}
.wmde-markdown .tag.danger {
  background-color: #fee2e2 !important;
  color: #991b1b !important;
  border: 1px solid #f87171 !important;
}
.wmde-markdown .tag.success {
  background-color: #d1fae5 !important;
  color: #065f46 !important;
  border: 1px solid #34d399 !important;
}
.wmde-markdown .tag.info {
  background-color: #dbeafe !important;
  color: #1e40af !important;
  border: 1px solid #60a5fa !important;
}
.wmde-markdown .tag.primary {
  background-color: #e0e7ff !important;
  color: rgb(23, 61, 166) !important;
  border: 1px solid rgb(23, 61, 166) !important;
}
[data-scope="tabs"][data-part="indicator"] {
  display: none !important;
}
[data-scope="tabs"][data-part="trigger"]::before,
[data-scope="tabs"][data-part="trigger"]::after {
  display: none !important;
}
[data-scope="tabs"][data-part="list"] {
  border-bottom: none !important;
}
.custom-select {
  width: 100%;
  padding: 10px 36px 10px 12px;
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  background-color: white;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  transition: all 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23374151' d='M4.427 6.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 6H4.604a.25.25 0 00-.177.427z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.custom-select:hover {
  border-color: rgb(66, 153, 225);
  box-shadow: 0 0 0 1px rgb(66, 153, 225);
}
.custom-select:focus {
  outline: none;
  border-color: rgb(66, 153, 225);
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}
.custom-select:not([value=""]):not(:focus) {
  border-color: rgb(66, 153, 225);
  background-color: rgba(66, 153, 225, 0.05);
  font-weight: 500;
}
.custom-select option {
  padding: 12px 16px;
  color: #374151;
  background-color: white;
  font-size: 14px;
  line-height: 1.5;
  min-height: 40px;
}
@-moz-document url-prefix() {
  .custom-select option:hover {
    background-color: rgba(66, 153, 225, 0.15) !important;
    color: rgb(66, 153, 225) !important;
  }
}
.custom-select option:hover,
.custom-select option:focus,
.custom-select option:active {
  background: rgba(66, 153, 225, 0.15) !important;
  background-color: rgba(66, 153, 225, 0.15) !important;
  color: rgb(66, 153, 225) !important;
}
.custom-select option:checked,
.custom-select option:checked:hover {
  background: linear-gradient(rgba(66, 153, 225, 0.15), rgba(66, 153, 225, 0.15)) !important;
  background-color: rgba(66, 153, 225, 0.15) !important;
  color: rgb(66, 153, 225) !important;
  font-weight: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select option:hover {
    background-color: rgba(66, 153, 225, 0.15) !important;
    color: rgb(66, 153, 225) !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

