/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/layout/Header.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__4pLdo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(13, 13, 13, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid #333333;
  height: 64px;
}

.Header_container__8BJoU {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.Header_logo__3zqHD {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #f5f5f5;
  transition: opacity 150ms ease;
}
.Header_logo__3zqHD:hover {
  opacity: 0.8;
}

.Header_logoIcon__twy_l {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b59b6;
}

.Header_logoText__dacEj {
  font-size: 1.25rem;
  font-weight: 700;
  background: linear-gradient(135deg, #6c3483 0%, #8b4513 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.Header_nav__nS57w {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.Header_navLink__GWdqc {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #b3b3b3;
  text-decoration: none;
  border-radius: 8px;
  transition: all 150ms ease;
}
.Header_navLink__GWdqc:hover {
  color: #f5f5f5;
  background: #2d2d2d;
}
.Header_navLink__GWdqc.Header_active__9DXww {
  color: #bb8fce;
  background: rgba(155, 89, 182, 0.1);
}

.Header_actions__Med_a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.Header_menuToggle__boB4_ {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #b3b3b3;
  cursor: pointer;
  transition: all 150ms ease;
}
.Header_menuToggle__boB4_:hover {
  background: #2d2d2d;
  color: #f5f5f5;
}
.Header_menuToggle__boB4_:active {
  background: #363636;
}
@media (max-width: 639px) {
  .Header_menuToggle__boB4_ {
    display: flex;
  }
}

@media (max-width: 768px) {
  .Header_nav__nS57w {
    display: none;
  }
  .Header_actions__Med_a button:nth-child(2) {
    display: none;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/ui/Button.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Button_button__wf7LH {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 150ms ease;
  white-space: nowrap;
}
.Button_button__wf7LH:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.Button_button__wf7LH .Button_icon__l9wiG {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Button_button__wf7LH .Button_spinner__UbZ3r {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: Button_spin__bMykP 0.6s linear infinite;
}

.Button_primary__KcBxk {
  background: linear-gradient(135deg, #6c3483 0%, #8b4513 100%);
  color: #f5f5f5;
}
.Button_primary__KcBxk:hover:not(:disabled) {
  box-shadow: 0 0 20px rgba(155, 89, 182, 0.3);
  transform: translateY(-1px);
}
.Button_primary__KcBxk:active:not(:disabled) {
  transform: translateY(0);
}

.Button_secondary__uUg9S {
  background: #2d2d2d;
  color: #f5f5f5;
  border: 1px solid #333333;
}
.Button_secondary__uUg9S:hover:not(:disabled) {
  background: #363636;
  border-color: #404040;
}

.Button_ghost___W6uF {
  background: transparent;
  color: #b3b3b3;
}
.Button_ghost___W6uF:hover:not(:disabled) {
  background: #2d2d2d;
  color: #f5f5f5;
}

.Button_danger__XTXJG {
  background: #e74c3c;
  color: #f5f5f5;
}
.Button_danger__XTXJG:hover:not(:disabled) {
  background: rgb(213.698630137, 43.8356164384, 26.301369863);
  box-shadow: 0 0 20px rgba(231, 76, 60, 0.3);
}

.Button_sm__fHY31 {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.Button_sm__fHY31 .Button_spinner__UbZ3r {
  width: 12px;
  height: 12px;
}

.Button_md__qwsc1 {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

.Button_lg__Qcncc {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.Button_lg__Qcncc .Button_spinner__UbZ3r {
  width: 20px;
  height: 20px;
}

@keyframes Button_spin__bMykP {
  to {
    transform: rotate(360deg);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/ui/Card.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Card_card__nh0J5 {
  background: #242424;
  border: 1px solid #333333;
  border-radius: 12px;
  transition: all 250ms ease;
  width: 100%;
  text-align: left;
}
.Card_card__nh0J5:where(button) {
  cursor: pointer;
  font-family: inherit;
}

.Card_default__koaTZ:hover {
  border-color: #404040;
}

.Card_interactive__crhZh {
  cursor: pointer;
}
.Card_interactive__crhZh:hover {
  background: #2d2d2d;
  border-color: #6c3483;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}
.Card_interactive__crhZh:active {
  transform: translateY(0);
}

.Card_highlighted__uURzG {
  border-color: #9b59b6;
  background: linear-gradient(180deg, #242424 0%, rgba(108, 52, 131, 0.1) 100%);
}
.Card_highlighted__uURzG:hover {
  box-shadow: 0 0 20px rgba(155, 89, 182, 0.3);
}

.Card_padding-none__EW5lM {
  padding: 0;
}

.Card_padding-sm__TQH3L {
  padding: 0.5rem;
}

.Card_padding-md__sSk5s {
  padding: 1.5rem;
}

.Card_padding-lg__7sWsS {
  padding: 2rem;
}

.Card_cardHeader__lPXdZ {
  margin-bottom: 1rem;
}

.Card_cardTitle__5aXPv {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 0.25rem;
}

.Card_cardDescription__usS8G {
  font-size: 0.875rem;
  color: #b3b3b3;
  margin: 0;
}

.Card_cardContent__CTumB {
  color: #b3b3b3;
}

.Card_cardFooter__tsUfn {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #333333;
  display: flex;
  align-items: center;
  gap: 1rem;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/ui/Input.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Input_inputWrapper__MU9KB {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

.Input_label__vH3py {
  font-size: 0.875rem;
  font-weight: 500;
  color: #b3b3b3;
}

.Input_inputContainer__9muVd {
  position: relative;
  display: flex;
  align-items: center;
}
.Input_inputContainer__9muVd.Input_hasError__Y_6oA .Input_input__xDj0z {
  border-color: #e74c3c;
}
.Input_inputContainer__9muVd.Input_hasError__Y_6oA .Input_input__xDj0z:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
}

.Input_input__xDj0z {
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  color: #f5f5f5;
  background: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 8px;
  transition: all 150ms ease;
}
.Input_input__xDj0z::placeholder {
  color: #666666;
}
.Input_input__xDj0z:focus {
  outline: none;
  border-color: #9b59b6;
  box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.1);
}
.Input_input__xDj0z:disabled {
  background: #0d0d0d;
  color: #444444;
  cursor: not-allowed;
}
.Input_input__xDj0z.Input_hasLeftIcon__OHlna {
  padding-left: 40px;
}
.Input_input__xDj0z.Input_hasRightIcon__WaVp0 {
  padding-right: 40px;
}

.Input_leftIcon__ZiSJq,
.Input_rightIcon__VsqZL {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  pointer-events: none;
}

.Input_leftIcon__ZiSJq {
  left: 1rem;
}

.Input_rightIcon__VsqZL {
  right: 1rem;
}

.Input_error__9IdUI {
  font-size: 0.75rem;
  color: #e74c3c;
}

.Input_hint__CbG8d {
  font-size: 0.75rem;
  color: #666666;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/ui/Slider.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Slider_sliderWrapper__5GGRa {
  width: 100%;
}

.Slider_header__EJqlo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.Slider_label__BtJkD {
  font-size: 0.875rem;
  font-weight: 500;
  color: #b3b3b3;
}

.Slider_value__oaRqU {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bb8fce;
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
}

.Slider_sliderContainer__QQ7gs {
  position: relative;
  width: 100%;
}

.Slider_slider__469sR {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background: #2d2d2d;
  cursor: pointer;
  transition: all 150ms ease;
}
.Slider_slider__469sR::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #9b59b6;
  cursor: pointer;
  border: 2px solid #0d0d0d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.Slider_slider__469sR::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(155, 89, 182, 0.3);
}
.Slider_slider__469sR::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #9b59b6;
  cursor: pointer;
  border: 2px solid #0d0d0d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}
.Slider_slider__469sR::-moz-range-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(155, 89, 182, 0.3);
}
.Slider_slider__469sR:focus {
  outline: none;
}
.Slider_slider__469sR:focus::-webkit-slider-thumb {
  box-shadow: 0 0 20px rgba(155, 89, 182, 0.3);
}
.Slider_slider__469sR:focus::-moz-range-thumb {
  box-shadow: 0 0 20px rgba(155, 89, 182, 0.3);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/ui/Badge.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Badge_badge__Jm2Cp {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  border-radius: 9999px;
  white-space: nowrap;
}

.Badge_sm__t8_bA {
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
}

.Badge_md__JmUPr {
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
}

.Badge_default__ABsSk {
  background: #2d2d2d;
  color: #b3b3b3;
}

.Badge_purple__6qw7W {
  background: rgba(155, 89, 182, 0.1);
  color: #bb8fce;
}

.Badge_brown__01PPp {
  background: rgba(139, 69, 19, 0.1);
  color: #cd853f;
}

.Badge_success__MW3sF {
  background: rgba(46, 204, 113, 0.15);
  color: #2ecc71;
}

.Badge_warning__Px0cY {
  background: rgba(243, 156, 18, 0.15);
  color: #f39c12;
}

.Badge_error__MwqHb {
  background: rgba(231, 76, 60, 0.15);
  color: #e74c3c;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/ui/CodeBlock.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CodeBlock_codeBlock__1gEHZ {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
}

.CodeBlock_languageSelector__n7ql1 {
  display: flex;
  gap: 2px;
  padding: 0.5rem;
  background: #0d0d0d;
  border-bottom: 1px solid #333333;
  overflow-x: auto;
}
.CodeBlock_languageSelector__n7ql1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.CodeBlock_languageSelector__n7ql1::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 9999px;
}
.CodeBlock_languageSelector__n7ql1::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 9999px;
}
.CodeBlock_languageSelector__n7ql1::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
.CodeBlock_languageSelector__n7ql1::-webkit-scrollbar {
  height: 4px;
}

.CodeBlock_langButton__xJMvN {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #b3b3b3;
  cursor: pointer;
  transition: all 150ms ease;
  white-space: nowrap;
}
.CodeBlock_langButton__xJMvN:hover {
  background: #2d2d2d;
  color: #f5f5f5;
}
.CodeBlock_langButton__xJMvN.CodeBlock_active___asO7 {
  background: rgba(155, 89, 182, 0.1);
  border-color: #9b59b6;
  color: #bb8fce;
}

.CodeBlock_langIcon__3Cliy {
  font-weight: 700;
  font-size: 0.75rem;
  padding: 2px 6px;
  background: #242424;
  border-radius: 4px;
}
.CodeBlock_active___asO7 .CodeBlock_langIcon__3Cliy {
  background: #9b59b6;
  color: white;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .CodeBlock_langLabel__Imsl2 {
    display: none;
  }
}

.CodeBlock_codeContainer__6FDHR {
  max-height: 400px;
  overflow: auto;
}
.CodeBlock_codeContainer__6FDHR::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.CodeBlock_codeContainer__6FDHR::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 9999px;
}
.CodeBlock_codeContainer__6FDHR::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 9999px;
}
.CodeBlock_codeContainer__6FDHR::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

.CodeBlock_code__UAU7m {
  margin: 0;
  padding: 1.5rem;
}
.CodeBlock_code__UAU7m code {
  font-family: "JetBrains Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #f5f5f5;
  white-space: pre;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/layout/Sidebar.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Sidebar_overlay__Zrr9W {
  display: none;
}
@media (max-width: 639px) {
  .Sidebar_overlay__Zrr9W {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 299;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}

.Sidebar_sidebar__JoEdm {
  width: 280px;
  min-width: 280px;
  height: calc(100vh - 64px);
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  background: #1a1a1a;
  border-right: 1px solid #333333;
  overflow: visible;
  flex-shrink: 0;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), min-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw {
  width: 72px;
  min-width: 72px;
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_toggleIcon__kdBIg {
  transform: rotate(180deg);
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_categoryName__BoxIA,
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_chevron__vQ7Xe,
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_algoName__tJbVA {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_categoryHeader__0WgRm {
  justify-content: center;
  padding: 0.5rem;
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_categoryIcon__GvEpf {
  margin: 0;
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_algorithmList___sLEK {
  display: none;
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_nav__RI_ZA {
  padding: 0.5rem;
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_category__h9wiT {
  margin-bottom: 0.25rem;
}
@media (max-width: 639px) {
  .Sidebar_sidebar__JoEdm {
    position: fixed;
    left: 0;
    z-index: 300;
    transform: translateX(-100%);
    transition: transform 250ms ease;
  }
  .Sidebar_sidebar__JoEdm.Sidebar_open__6IKdC {
    transform: translateX(0);
  }
}

.Sidebar_toggleButton__ryofv {
  position: absolute;
  top: 1rem;
  right: -14px;
  width: 28px;
  height: 28px;
  background: #242424;
  border: 1px solid #404040;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: all 150ms ease;
  color: #b3b3b3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.Sidebar_toggleButton__ryofv:hover {
  background: #9b59b6;
  border-color: #9b59b6;
  color: #f5f5f5;
  transform: scale(1.1);
}
.Sidebar_toggleButton__ryofv:active {
  transform: scale(0.95);
}

.Sidebar_toggleIcon__kdBIg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.Sidebar_toggleIcon__kdBIg.Sidebar_rotated__LewpY {
  transform: rotate(180deg);
}

.Sidebar_nav__RI_ZA {
  padding: 1rem;
  padding-top: 2rem;
  transition: padding 0.3s ease;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.Sidebar_nav__RI_ZA::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.Sidebar_nav__RI_ZA::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 9999px;
}
.Sidebar_nav__RI_ZA::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 9999px;
}
.Sidebar_nav__RI_ZA::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

.Sidebar_category__h9wiT {
  margin-bottom: 0.25rem;
}

.Sidebar_categoryHeader__0WgRm {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 1rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 150ms ease;
  text-align: left;
}
.Sidebar_categoryHeader__0WgRm:hover {
  background: #2d2d2d;
}

.Sidebar_categoryIcon__GvEpf {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b59b6;
  flex-shrink: 0;
  transition: margin 0.3s ease;
}

.Sidebar_categoryName__BoxIA {
  flex: 1 1;
  font-size: 0.875rem;
  font-weight: 500;
  color: #f5f5f5;
  white-space: nowrap;
  transition: opacity 0.2s ease, width 0.3s ease;
}

.Sidebar_chevron__vQ7Xe {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  transition: transform 150ms ease, opacity 0.2s ease;
  flex-shrink: 0;
}
.Sidebar_chevron__vQ7Xe.Sidebar_expanded__aM9l_ {
  transform: rotate(90deg);
}

.Sidebar_algorithmList___sLEK {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  opacity: 0;
  padding-left: 1.5rem;
  margin-top: 0;
}
.Sidebar_algorithmList___sLEK.Sidebar_open__6IKdC {
  max-height: 500px;
  opacity: 1;
  margin-top: 0.25rem;
}

.Sidebar_algorithmLink__sz_2t {
  display: flex;
  align-items: center;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  color: #b3b3b3;
  text-decoration: none;
  border-radius: 4px;
  border-left: 2px solid transparent;
  margin-left: 0.5rem;
  transition: all 150ms ease;
  white-space: nowrap;
  overflow: hidden;
}
.Sidebar_algorithmLink__sz_2t:hover {
  color: #f5f5f5;
  background: #2d2d2d;
}
.Sidebar_algorithmLink__sz_2t.Sidebar_active__xq3Qf {
  color: #bb8fce;
  background: rgba(155, 89, 182, 0.1);
  border-left-color: #9b59b6;
}

.Sidebar_algoName__tJbVA {
  transition: opacity 0.2s ease;
}

.Sidebar_collapsedHint__zPzAE {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  font-size: 0.75rem;
  color: #666666;
  opacity: 0.5;
  pointer-events: none;
}
.Sidebar_collapsedHint__zPzAE span {
  transform: rotate(180deg);
  display: block;
}

.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_categoryHeader__0WgRm,
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_algorithmLink__sz_2t {
  position: relative;
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_categoryHeader__0WgRm::after,
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_algorithmLink__sz_2t::after {
  content: attr(title);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: #242424;
  color: #f5f5f5;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  border: 1px solid #333333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_categoryHeader__0WgRm:hover::after,
.Sidebar_sidebar__JoEdm.Sidebar_collapsed__Ia3Kw .Sidebar_algorithmLink__sz_2t:hover::after {
  opacity: 1;
  visibility: visible;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/page.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_page__KdIv3 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page_main__akH3E {
  flex: 1 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

.page_hero__TR3fT {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  padding: 4rem 0;
  min-height: calc(100vh - 64px - 200px);
  align-items: center;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page_hero__TR3fT {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
}

.page_heroContent___p2VG {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page_heroContent___p2VG {
    align-items: center;
  }
}

.page_heroTitle__IItbV {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: #f5f5f5;
}

.page_heroDescription__uMdSy {
  font-size: 1.125rem;
  color: #b3b3b3;
  max-width: 500px;
  line-height: 1.75;
}

.page_heroCta__Rkgze {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 639px) {
  .page_heroCta__Rkgze {
    flex-direction: column;
    width: 100%;
  }
}

.page_heroVisual__uVNAF {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 300px;
  padding: 2rem;
  background: linear-gradient(180deg, #242424 0%, #1a1a1a 100%);
  border: 1px solid #333333;
  border-radius: 16px;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page_heroVisual__uVNAF {
    height: 200px;
  }
}

.page_visualBars__wX05x {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.page_bar__u4CZp {
  width: 40px;
  background: linear-gradient(135deg, #6c3483 0%, #8b4513 100%);
  border-radius: 4px 4px 0 0;
  animation: page_barPulse__DEKYI 2s ease-in-out infinite;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page_bar__u4CZp {
    width: 30px;
  }
}

@keyframes page_barPulse__DEKYI {
  0%, 100% {
    opacity: 0.7;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.05);
  }
}
.page_categories__V9jDQ {
  padding: 4rem 0;
}

.page_sectionHeader__QjS_h {
  text-align: center;
  margin-bottom: 3rem;
}
.page_sectionHeader__QjS_h h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #f5f5f5;
  margin-bottom: 0.5rem;
}
.page_sectionHeader__QjS_h p {
  color: #b3b3b3;
  font-size: 1.125rem;
}

.page_categoryGrid__Ehyk6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.page_categoryLink__CFOwr {
  text-decoration: none;
  color: inherit;
}

.page_categoryIcon__pOD37 {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.page_categoryIcon__pOD37.page_purple__CvzrH {
  background: rgba(155, 89, 182, 0.1);
  color: #9b59b6;
}
.page_categoryIcon__pOD37.page_brown__m_8__ {
  background: rgba(139, 69, 19, 0.1);
  color: #cd853f;
}

.page_categoryMeta__BbRH0 {
  margin-top: 1rem;
}

.page_features__loExi {
  padding: 4rem 0;
  background: #1a1a1a;
  margin: 0 -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page_featureGrid__Xd10E {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1024px;
  margin: 0 auto;
}

.page_featureCard__ZdBcQ {
  text-align: center;
  padding: 2rem;
}
.page_featureCard__ZdBcQ h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #f5f5f5;
  margin: 1rem 0 0.5rem;
}
.page_featureCard__ZdBcQ p {
  color: #b3b3b3;
  font-size: 0.875rem;
  margin: 0;
}

.page_featureIcon__5lsbZ {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6c3483 0%, #8b4513 100%);
  border-radius: 12px;
  margin: 0 auto;
  color: #f5f5f5;
}

.page_footer__wa9SD {
  background: #1a1a1a;
  border-top: 1px solid #333333;
  padding: 2rem 0;
  margin-top: auto;
}

.page_footerContent__ezfqV {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
.page_footerContent__ezfqV p {
  color: #666666;
  font-size: 0.875rem;
  margin: 0.25rem 0;
}
