/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_userInfo__u6igq {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: #2d2d2d;
  border-radius: 8px;
}

.Header_userName__CJM91 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #f5f5f5;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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/components/medical/MedicalSidebar.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MedicalSidebar_overlay__YAG2i {
  display: none;
}
@media (max-width: 639px) {
  .MedicalSidebar_overlay__YAG2i {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
}

.MedicalSidebar_sidebar__c7M6v {
  position: fixed;
  left: 0;
  top: 64px;
  height: calc(100vh - 64px);
  width: 280px;
  background: #1a1a1a;
  border-right: 1px solid #333333;
  padding: 1rem;
  overflow-y: auto;
  z-index: 999;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.MedicalSidebar_sidebar__c7M6v::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.MedicalSidebar_sidebar__c7M6v::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 9999px;
}
.MedicalSidebar_sidebar__c7M6v::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 9999px;
}
.MedicalSidebar_sidebar__c7M6v::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
@media (max-width: 639px) {
  .MedicalSidebar_sidebar__c7M6v {
    transform: translateX(-100%);
  }
  .MedicalSidebar_sidebar__c7M6v.MedicalSidebar_open__M8vyB {
    transform: translateX(0);
  }
}
.MedicalSidebar_sidebar__c7M6v.MedicalSidebar_collapsed__ETohn {
  width: 72px;
}
.MedicalSidebar_sidebar__c7M6v.MedicalSidebar_collapsed__ETohn .MedicalSidebar_navText__8wW7I,
.MedicalSidebar_sidebar__c7M6v.MedicalSidebar_collapsed__ETohn .MedicalSidebar_topicName__VGTkA,
.MedicalSidebar_sidebar__c7M6v.MedicalSidebar_collapsed__ETohn .MedicalSidebar_topicCount__jYOXN,
.MedicalSidebar_sidebar__c7M6v.MedicalSidebar_collapsed__ETohn .MedicalSidebar_sectionTitle__eL8fg {
  display: none;
}
.MedicalSidebar_sidebar__c7M6v.MedicalSidebar_collapsed__ETohn .MedicalSidebar_topicLink__yrx2w,
.MedicalSidebar_sidebar__c7M6v.MedicalSidebar_collapsed__ETohn .MedicalSidebar_navLink__6jI0j {
  justify-content: center;
  padding: 0.5rem;
}

.MedicalSidebar_toggleButton__uP2GR {
  position: absolute;
  right: -12px;
  top: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #242424;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #b3b3b3;
  transition: all 0.2s;
}
.MedicalSidebar_toggleButton__uP2GR:hover {
  background: #2d2d2d;
  color: #f5f5f5;
}
@media (max-width: 639px) {
  .MedicalSidebar_toggleButton__uP2GR {
    display: none;
  }
}

.MedicalSidebar_toggleIcon__MgAFh {
  transition: transform 0.3s;
}
.MedicalSidebar_toggleIcon__MgAFh.MedicalSidebar_rotated__APlIV {
  transform: rotate(180deg);
}

.MedicalSidebar_nav__LXiM3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.MedicalSidebar_navLink__6jI0j {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  color: #b3b3b3;
  text-decoration: none;
  transition: all 0.2s;
}
.MedicalSidebar_navLink__6jI0j:hover {
  background: #2d2d2d;
  color: #f5f5f5;
}
.MedicalSidebar_navLink__6jI0j.MedicalSidebar_active__u88vq {
  background: rgba(155, 89, 182, 0.1);
  color: #bb8fce;
}

.MedicalSidebar_navIcon__ggFMm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.MedicalSidebar_navText__8wW7I {
  font-size: 0.875rem;
  font-weight: 500;
}

.MedicalSidebar_section__UvVU9 {
  margin-top: 1.5rem;
}

.MedicalSidebar_sectionHeader__01dRm {
  padding: 0.25rem 1rem;
  margin-bottom: 0.25rem;
}

.MedicalSidebar_sectionTitle__eL8fg {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666666;
}

.MedicalSidebar_topicList__jFY5K {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.MedicalSidebar_topicLink__yrx2w {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  color: #b3b3b3;
  text-decoration: none;
  transition: all 0.2s;
}
.MedicalSidebar_topicLink__yrx2w:hover {
  background: #2d2d2d;
  color: #f5f5f5;
}
.MedicalSidebar_topicLink__yrx2w.MedicalSidebar_active__u88vq {
  background: rgba(155, 89, 182, 0.1);
  color: #bb8fce;
}
.MedicalSidebar_topicLink__yrx2w.MedicalSidebar_active__u88vq .MedicalSidebar_topicIcon__ZGmAp {
  color: #9b59b6;
}

.MedicalSidebar_topicIcon__ZGmAp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #666666;
  transition: color 0.2s;
}

.MedicalSidebar_topicName__VGTkA {
  flex: 1 1;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MedicalSidebar_topicCount__jYOXN {
  font-size: 0.75rem;
  color: #666666;
  background: #2d2d2d;
  padding: 2px 6px;
  border-radius: 4px;
}

.MedicalSidebar_collapsedHint__CaLcd {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  display: none;
}
.MedicalSidebar_sidebar__c7M6v.MedicalSidebar_collapsed__ETohn .MedicalSidebar_collapsedHint__CaLcd {
  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/medical/MedicalQuizCard.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MedicalQuizCard_card__bJald {
  position: relative;
  background: #242424;
  border: 1px solid #333333;
  border-radius: 12px;
  padding: 2rem;
  transition: all 250ms ease;
}

.MedicalQuizCard_header__ZvHXE {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.MedicalQuizCard_badges__rKyyB {
  display: flex;
  gap: 0.5rem;
}

.MedicalQuizCard_difficulty__ujhai {
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
.MedicalQuizCard_difficulty__ujhai.MedicalQuizCard_easy__dIvI0 {
  background: rgba(46, 204, 113, 0.1);
  color: #2ecc71;
}
.MedicalQuizCard_difficulty__ujhai.MedicalQuizCard_medium__FxnSr {
  background: rgba(243, 156, 18, 0.1);
  color: #f39c12;
}
.MedicalQuizCard_difficulty__ujhai.MedicalQuizCard_hard__RiuK6 {
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
}

.MedicalQuizCard_actions__dErKG {
  display: flex;
  gap: 0.5rem;
}

.MedicalQuizCard_actionButton__EC4_H {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  background: #2d2d2d;
  border: 1px solid #333333;
  border-radius: 8px;
  color: #b3b3b3;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 150ms ease;
}
.MedicalQuizCard_actionButton__EC4_H:hover {
  background: #363636;
  border-color: #9b59b6;
  color: #bb8fce;
}
.MedicalQuizCard_actionButton__EC4_H svg {
  flex-shrink: 0;
}

.MedicalQuizCard_question__Qzk2w {
  margin-bottom: 2rem;
}
.MedicalQuizCard_question__Qzk2w p {
  color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.MedicalQuizCard_options__FVAAW {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.MedicalQuizCard_option__MAaV5 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #1a1a1a;
  border: 2px solid #333333;
  border-radius: 8px;
  cursor: pointer;
  transition: all 150ms ease;
  text-align: left;
  position: relative;
}
.MedicalQuizCard_option__MAaV5:hover:not(:disabled) {
  border-color: #9b59b6;
  background: #2d2d2d;
}
.MedicalQuizCard_option__MAaV5:disabled {
  cursor: default;
}
.MedicalQuizCard_option__MAaV5.MedicalQuizCard_selected__XQ9Yq {
  border-color: #9b59b6;
  background: rgba(155, 89, 182, 0.1);
}
.MedicalQuizCard_option__MAaV5.MedicalQuizCard_correct__sXsaK {
  border-color: #2ecc71;
  background: rgba(46, 204, 113, 0.1);
}
.MedicalQuizCard_option__MAaV5.MedicalQuizCard_correct__sXsaK .MedicalQuizCard_optionLabel___0SyN {
  background: #2ecc71;
  color: white;
}
.MedicalQuizCard_option__MAaV5.MedicalQuizCard_incorrect__MM8CU {
  border-color: #e74c3c;
  background: rgba(231, 76, 60, 0.1);
}
.MedicalQuizCard_option__MAaV5.MedicalQuizCard_incorrect__MM8CU .MedicalQuizCard_optionLabel___0SyN {
  background: #e74c3c;
  color: white;
}

.MedicalQuizCard_optionLabel___0SyN {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #363636;
  border-radius: 4px;
  color: #f5f5f5;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 150ms ease;
}

.MedicalQuizCard_optionText__33wIq {
  color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.5;
  flex: 1 1;
  padding-top: 4px;
}

.MedicalQuizCard_checkmark__PpEKD {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #2ecc71;
  border-radius: 50%;
  color: white;
  flex-shrink: 0;
  margin-left: auto;
}

.MedicalQuizCard_crossmark__zdXV7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #e74c3c;
  border-radius: 50%;
  color: white;
  flex-shrink: 0;
  margin-left: auto;
}

.MedicalQuizCard_pointsPopup__qmwAn {
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #2ecc71;
  text-shadow: 0 0 20px rgba(46, 204, 113, 0.5);
  pointer-events: none;
}

.MedicalQuizCard_explanation__qibQH {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 8px;
  animation: MedicalQuizCard_fadeIn__d4_bF 0.3s ease;
}

.MedicalQuizCard_explanationHeader__Lf14W {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #3498db;
  font-weight: 600;
}

.MedicalQuizCard_explanation__qibQH p {
  color: #b3b3b3;
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0;
}

@keyframes MedicalQuizCard_fadeIn__d4_bF {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/medical/Modal.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Modal_overlay__UrYo3 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.Modal_modal___82at {
  background: #242424;
  border: 1px solid #333333;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  z-index: 500;
}
.Modal_modal___82at.Modal_wide__JQj6B {
  max-width: 640px;
}

.Modal_header__LKEq6 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid #333333;
}
.Modal_header__LKEq6 h2 {
  flex: 1 1;
  color: #f5f5f5;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}

.Modal_headerIcon__1yLN2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(155, 89, 182, 0.1);
  border-radius: 8px;
  color: #bb8fce;
  flex-shrink: 0;
}
.Modal_headerIcon__1yLN2.Modal_theory__Cn34U {
  background: rgba(52, 152, 219, 0.1);
  color: #3498db;
}

.Modal_closeButton__IL0ED {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #666666;
  cursor: pointer;
  transition: all 150ms ease;
}
.Modal_closeButton__IL0ED:hover {
  background: #2d2d2d;
  color: #f5f5f5;
}

.Modal_content__5fmtt {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1 1;
}
.Modal_content__5fmtt.Modal_scrollable__uzoim::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.Modal_content__5fmtt.Modal_scrollable__uzoim::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 9999px;
}
.Modal_content__5fmtt.Modal_scrollable__uzoim::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 9999px;
}
.Modal_content__5fmtt.Modal_scrollable__uzoim::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

.Modal_hintText__7xlb1 {
  color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1.5rem;
}

.Modal_warning__a7qbr {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: rgba(243, 156, 18, 0.1);
  border: 1px solid rgba(243, 156, 18, 0.2);
  border-radius: 8px;
  color: #f39c12;
  font-size: 0.875rem;
  margin: 0;
}
.Modal_warning__a7qbr svg {
  flex-shrink: 0;
}

.Modal_theoryContent__g1oqM p {
  color: #b3b3b3;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}
.Modal_theoryContent__g1oqM p:last-child {
  margin-bottom: 0;
}

.Modal_footer__3Wl2g {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1.5rem;
  border-top: 1px solid #333333;
}

.Modal_primaryButton__L6jMt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 150ms ease;
}
.Modal_primaryButton__L6jMt:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.Modal_primaryButton__L6jMt {
  background: linear-gradient(135deg, #6c3483 0%, #8b4513 100%);
  color: #f5f5f5;
}
.Modal_primaryButton__L6jMt:hover:not(:disabled) {
  box-shadow: 0 0 20px rgba(155, 89, 182, 0.3);
  transform: translateY(-1px);
}
.Modal_primaryButton__L6jMt:active:not(:disabled) {
  transform: translateY(0);
}
.Modal_primaryButton__L6jMt {
  padding: 0.5rem 2rem;
}

.Modal_secondaryButton__3KDqp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 150ms ease;
}
.Modal_secondaryButton__3KDqp:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.Modal_secondaryButton__3KDqp {
  background: #2d2d2d;
  color: #f5f5f5;
  border: 1px solid #333333;
}
.Modal_secondaryButton__3KDqp:hover:not(:disabled) {
  background: #363636;
  border-color: #404040;
}
.Modal_secondaryButton__3KDqp {
  padding: 0.5rem 2rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/medical/quiz/[topic]/page.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_page__Q6_XA {
  min-height: 100vh;
  background: #0d0d0d;
}

.page_wrapper__TzP_l {
  display: flex;
  padding-top: 64px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page_wrapper__TzP_l.page_sidebarCollapsed__SOKzz .page_main__S_j_d {
  margin-left: 72px;
}

.page_main__S_j_d {
  flex: 1 1;
  margin-left: 280px;
  padding: 2rem;
  min-height: calc(100vh - 64px);
  max-width: 900px;
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 639px) {
  .page_main__S_j_d {
    margin-left: 0;
    padding: 1rem;
  }
}

.page_loading__mWb35 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: #b3b3b3;
  font-size: 1.125rem;
}

.page_notFound__vCOhP,
.page_emptyState__QRQ35 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem;
  min-height: 400px;
}
.page_notFound__vCOhP h1, .page_notFound__vCOhP h2,
.page_emptyState__QRQ35 h1,
.page_emptyState__QRQ35 h2 {
  color: #f5f5f5;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.page_notFound__vCOhP p,
.page_emptyState__QRQ35 p {
  color: #b3b3b3;
  margin-bottom: 2rem;
}

.page_emptyIcon__Av0L2 {
  color: #666666;
  margin-bottom: 1.5rem;
}

.page_quizHeader__iS6PM {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1.5rem;
}
@media (max-width: 639px) {
  .page_quizHeader__iS6PM {
    flex-direction: column;
    align-items: stretch;
  }
}

.page_quizInfo__IJ3T7 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page_quizInfo__IJ3T7 h1 {
  color: #f5f5f5;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.page_backLink__CQEMc {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #b3b3b3;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s;
}
.page_backLink__CQEMc:hover {
  color: #bb8fce;
}

.page_quizProgress__OW1_p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 200px;
}
@media (max-width: 639px) {
  .page_quizProgress__OW1_p {
    min-width: 100%;
  }
}

.page_progressText__qIImk {
  color: #b3b3b3;
  font-size: 0.875rem;
  text-align: right;
}
@media (max-width: 639px) {
  .page_progressText__qIImk {
    text-align: left;
  }
}

.page_progressBar__2GWwQ {
  height: 6px;
  background: #242424;
  border-radius: 9999px;
  overflow: hidden;
}

.page_progressFill__LGdG_ {
  height: 100%;
  background: linear-gradient(135deg, #6c3483 0%, #8b4513 100%);
  border-radius: 9999px;
  transition: width 0.3s ease;
}

.page_sessionStats__UJK8G {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  background: #242424;
  border: 1px solid #333333;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.page_statItem__Ms4Km {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.page_statValue__JvAzQ {
  color: #f5f5f5;
  font-size: 1.25rem;
  font-weight: 700;
}
.page_statValue__JvAzQ.page_correct___dZJX {
  color: #2ecc71;
}
.page_statValue__JvAzQ.page_incorrect__liVtp {
  color: #e74c3c;
}

.page_statLabel__4B1fw {
  color: #666666;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page_statDivider__EdfF2 {
  width: 1px;
  height: 32px;
  background: #333333;
}

.page_navigation__R2tvp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #333333;
}
@media (max-width: 639px) {
  .page_navigation__R2tvp {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}

.page_questionDots__QfLAP {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 639px) {
  .page_questionDots__QfLAP {
    order: -1;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.page_dot__7o3rY {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2d2d2d;
  border: 2px solid #333333;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}
.page_dot__7o3rY:hover {
  border-color: #9b59b6;
  transform: scale(1.2);
}
.page_dot__7o3rY.page_current__BPvCG {
  border-color: #9b59b6;
  background: rgba(155, 89, 182, 0.1);
  transform: scale(1.2);
}
.page_dot__7o3rY.page_correct___dZJX {
  background: #2ecc71;
  border-color: #2ecc71;
}
.page_dot__7o3rY.page_incorrect__liVtp {
  background: #e74c3c;
  border-color: #e74c3c;
}

.page_completeActions__shwgb {
  display: flex;
  gap: 1rem;
}

.page_authPrompt__kU2f2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: rgba(155, 89, 182, 0.1);
  border: 1px solid rgba(155, 89, 182, 0.3);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  color: #b3b3b3;
  font-size: 0.875rem;
}
.page_authPrompt__kU2f2 svg {
  color: #9b59b6;
  flex-shrink: 0;
}

.page_authLink___JkAJ {
  color: #bb8fce;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.2s;
}
.page_authLink___JkAJ:hover {
  color: #9b59b6;
}
