@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap";
/* [next]/internal/font/google/inter_5972bc34.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_5972bc34-module__OU16Qa__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/app/globals.css [app-client] (css) */
@font-face {
  font-family: Benzin;
  src: url("/fonts/Benzin-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

:root {
  --bg-body: #050505;
  --bg-sidebar: #0a0a0a;
  --bg-card: #0a0a0a;
  --bg-card-hover: #ffffff08;
  --primary: gold;
  --primary-glow: #ffd7004d;
  --text-main: #fff;
  --text-muted: #888;
  --border-color: #ffffff14;
  --nav-hover-bg: #ffffff0d;
  --nav-hover-text: #fff;
  --spacing-xs: .5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --transition: all .3s cubic-bezier(.4, 0, .2, 1);
  --scale-factor: 1;
}

.logo-light {
  display: block;
}

.logo-dark, [data-theme="light"] .logo-light {
  display: none !important;
}

[data-theme="light"] .logo-dark {
  display: block !important;
}

[data-theme="light"] {
  --bg-body: #f5f5f5;
  --bg-sidebar: #fff;
  --bg-card: #fff;
  --bg-card-hover: #fff;
  --primary: #dcb000;
  --primary-glow: #ffd7004d;
  --text-main: #1a1a1a;
  --text-muted: #444;
  --border-color: #0000001a;
  --nav-hover-bg: #0000000d;
  --nav-hover-text: #000;
}

[data-theme="light"] body {
  background-color: var(--bg-body);
  background-image: none !important;
}

[data-theme="light"] .bg-abstract {
  background-color: #0000 !important;
}

[data-theme="light"] .sidebar, [data-theme="light"] .card, [data-theme="light"] .auth-card {
  background-color: var(--bg-card);
  mix-blend-mode: normal;
  background-image: none !important;
}

[data-theme="light"] svg {
  color: inherit;
  opacity: 1 !important;
}

[data-theme="light"] .btn-outline {
  color: #000;
  border-color: #0003;
}

[data-scale="small"] {
  --scale-factor: .85;
  font-size: 14px;
}

[data-scale="standard"] {
  --scale-factor: 1;
  font-size: 16px;
}

[data-scale="large"] {
  --scale-factor: 1.15;
  font-size: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bg-body);
  color: var(--text-main);
  background-image: url("/images/noise-dark.svg");
  background-repeat: repeat;
  font-family: Inter, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .title-xl, .title-lg {
  color: var(--text-main);
  font-family: Benzin, Outfit, sans-serif;
}

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

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: .5rem;
}

.gap-4 {
  gap: 1rem;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }

  .md\:col-span-7 {
    grid-column: span 7;
  }

  .md\:col-span-5 {
    grid-column: span 5;
  }
}

.app-container {
  min-height: 100vh;
  display: flex;
}

.sidebar {
  background: var(--bg-sidebar);
  border-right: 1px solid var(--border-color);
  width: 280px;
  height: 100vh;
  padding: var(--spacing-md);
  z-index: 100;
  background-image: url("/images/noise-gray.svg");
  background-repeat: repeat;
  background-size: 6500px;
  background-attachment: fixed;
  flex-direction: column;
  display: flex;
  position: fixed;
}

.main-content {
  padding: var(--spacing-xl);
  background: radial-gradient(circle at 100% 0, #ffd70008, #0000 40%);
  flex: 1;
  margin-left: 280px;
}

.title-xl {
  letter-spacing: -.03em;
  margin-bottom: var(--spacing-xs);
  font-size: 3rem;
  font-weight: 700;
}

.title-lg {
  margin-bottom: var(--spacing-xs);
  font-size: 2rem;
  font-weight: 600;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #fff 0%, gold 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

[data-theme="light"] .text-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, #000 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.subtitle {
  color: var(--text-muted);
  font-size: 1.1rem;
  font-weight: 300;
}

.btn {
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  border: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Inter, Outfit, sans-serif;
  font-weight: 600;
  display: inline-flex;
}

.btn-primary {
  background: var(--primary);
  color: #000;
  box-shadow: 0 4px 20px #ffd70033;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #ffd70066;
}

.btn-outline {
  border: 1px solid var(--border-color);
  color: var(--text-main);
  background: none;
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-reorder {
  transition: all .15s;
}

.btn-reorder:hover {
  transform: scale(1.1);
  border-color: var(--primary) !important;
  background: #ffd70033 !important;
}

.btn-reorder:active {
  transform: scale(.95);
  background: #ffd7004d !important;
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
  transition: var(--transition);
  background-image: url("/images/noise-gray.svg");
  background-repeat: repeat;
  background-size: 6500px;
  background-attachment: fixed;
}

.card:hover {
  border-color: #ffd70033;
  box-shadow: 0 10px 40px #00000080;
}

[data-theme="light"] .card:hover {
  border-color: #0000001a;
  box-shadow: 0 4px 12px #00000014;
}

.input-field {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: #fff;
  width: 100%;
  margin-bottom: var(--spacing-sm);
  transition: var(--transition);
  background: #0000004d;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
}

[data-theme="light"] .input-field {
  color: var(--text-main);
  background: #0000000d;
  border-color: #0000001a;
}

.input-field:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 2px #ffd7001a;
}

.nav-item {
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  transition: var(--transition);
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  padding: 12px 16px;
  display: flex;
}

.nav-item:hover {
  background: var(--nav-hover-bg);
  color: var(--nav-hover-text);
}

.nav-item.active {
  color: var(--primary);
  background: #ffd7001a;
  font-weight: 500;
}

.nav-icon {
  font-size: 1.2rem;
}

.grid {
  gap: var(--spacing-md);
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.switcher-group {
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
  display: flex;
}

@media (min-width: 640px) {
  .switcher-group {
    flex-direction: row;
  }
}

.player-btn {
  background: var(--primary);
  cursor: pointer;
  width: 48px;
  height: 48px;
  transition: var(--transition);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.auth-card {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #141414cc url("/images/noise-gray.svg");
  width: 100%;
  max-width: 400px;
  padding: 40px;
}

.badge {
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
}

.badge-blue {
  color: #60a5fa;
  background: #3c82f640;
}

.badge-gold {
  color: gold;
  background: #ffd70040;
}

[data-theme="light"] .badge-blue {
  color: #2563eb;
  background: #3c82f626;
}

[data-theme="light"] .badge-gold {
  color: #b49100;
  background: #dcb00026;
}

.ql-toolbar.ql-snow {
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: var(--radius-sm);
  background: var(--bg-card) !important;
  border-color: var(--border-color) !important;
}

.ql-container.ql-snow {
  border-bottom-left-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
  min-height: 300px;
  border-color: var(--border-color) !important;
  color: var(--text-main) !important;
  background: #0003 !important;
  font-family: Inter, sans-serif !important;
  font-size: 1rem !important;
}

[data-theme="light"] .ql-container.ql-snow {
  background: #fff !important;
}

.ql-stroke {
  stroke: var(--text-muted) !important;
}

.ql-fill {
  fill: var(--text-muted) !important;
}

.ql-picker {
  color: var(--text-muted) !important;
}

.ql-picker-options {
  background-color: var(--bg-sidebar) !important;
  border-color: var(--border-color) !important;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #ffffff05;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #ffffff1a;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #fff3;
}

.bg-abstract {
  background-color: var(--bg-body);
  min-height: 100vh;
}

.card-material {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(135deg, #ffffff14 0%, #ffffff05 100%);
  border: 1px solid #ffffff14;
  border-radius: 24px;
  padding: 24px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.card-material.compact {
  padding: 16px;
}

.card-material:before {
  content: "";
  pointer-events: none;
  opacity: .5;
  background: radial-gradient(circle at 100% 0, #ffd7001a, #0000 60%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.card-material:hover {
  border-color: #ffd7004d;
  transform: translateY(-4px);
  box-shadow: 0 10px 40px -10px #00000080;
}

[data-theme="light"] .card-material:hover {
  border-color: #0000001a;
  box-shadow: 0 4px 12px -2px #00000014;
}

.card-material:hover:before {
  opacity: .8;
}

.article-content {
  color: var(--text-main);
  font-size: 1.1rem;
  line-height: 1.8;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4 {
  color: #fff;
  margin-top: 2em;
  margin-bottom: .8em;
  font-weight: 700;
  line-height: 1.3;
}

.article-content h1 {
  font-size: 2.5rem;
}

.article-content h2 {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: .3em;
  font-size: 2rem;
}

.article-content h3 {
  font-size: 1.5rem;
}

.article-content h4 {
  font-size: 1.25rem;
}

.article-content p {
  color: #d4d4d4;
  margin-bottom: 1.5em;
}

.article-content ul, .article-content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

.article-content li {
  color: #d4d4d4;
  margin-bottom: .5em;
}

.article-content li::marker {
  color: var(--primary);
}

.article-content a {
  color: var(--primary);
  text-underline-offset: 4px;
  text-decoration: underline;
}

.article-content a:hover {
  color: #fff;
}

.article-content blockquote {
  border-left: 4px solid var(--primary);
  color: #a0a0a0;
  background: #ffd7000d;
  border-radius: 0 8px 8px 0;
  margin: 2em 0;
  padding: 1.5em;
  font-style: italic;
}

.article-content img {
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}

.article-content strong {
  color: #fff;
  font-weight: 700;
}

[data-theme="light"] .article-content p, [data-theme="light"] .article-content li {
  color: var(--text-muted);
}

[data-theme="light"] .article-content h1, [data-theme="light"] .article-content h2, [data-theme="light"] .article-content h3, [data-theme="light"] .article-content h4, [data-theme="light"] .article-content strong {
  color: var(--text-main);
}

[data-theme="light"] .article-content blockquote {
  color: var(--text-muted);
  border-left-color: var(--primary);
  background: #0000000d;
}

.ql-editor {
  color: var(--text-main);
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  padding: 24px !important;
}

.ql-editor p {
  color: #d4d4d4;
  margin-bottom: 1.5em !important;
}

.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4 {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2em !important;
  margin-bottom: .8em !important;
}

.ql-editor h1 {
  font-size: 2.5rem !important;
}

.ql-editor h2 {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: .3em !important;
  font-size: 2rem !important;
}

.ql-editor h3 {
  font-size: 1.5rem !important;
}

.ql-editor h4 {
  font-size: 1.25rem !important;
}

.ql-editor ul, .ql-editor ol {
  margin-bottom: 1.5em !important;
  padding-left: 1.5em !important;
}

.ql-editor li {
  color: #d4d4d4;
  margin-bottom: .5em !important;
}

.ql-editor li::marker {
  color: var(--primary);
}

.ql-editor blockquote {
  border-left: 4px solid var(--primary);
  color: #a0a0a0;
  background: #ffd7000d;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  margin: 2em 0 !important;
  padding: 1.5em !important;
}

[data-theme="light"] .ql-editor {
  color: var(--text-main);
}

[data-theme="light"] .ql-editor p, [data-theme="light"] .ql-editor li {
  color: var(--text-muted);
}

[data-theme="light"] .ql-editor h1, [data-theme="light"] .ql-editor h2, [data-theme="light"] .ql-editor h3, [data-theme="light"] .ql-editor h4 {
  color: var(--text-main);
}

[data-theme="light"] .ql-editor blockquote {
  color: var(--text-muted);
  background: #0000000d;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  z-index: 9999;
  background: gold;
  width: 100%;
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px #ffd70080, 0 0 5px #ffd7004d;
}

#nprogress .peg {
  opacity: 1;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(3deg)translate(0, -4px);
  box-shadow: 0 0 10px gold, 0 0 5px gold;
}

.bottom-nav {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-color);
  z-index: 1000;
  width: 100%;
  padding: 12px 24px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  background: #0a0a0af2;
  justify-content: space-around;
  align-items: center;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

.bottom-nav-item {
  width: 100%;
  color: var(--text-muted);
  transition: var(--transition);
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 4px;
  font-size: .7rem;
  display: flex;
}

.bottom-nav-item.active {
  color: var(--primary);
}

.bottom-nav-item svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .sidebar {
    visibility: hidden !important;
    width: 0 !important;
    display: none !important;
  }

  .main-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding: 16px 16px 90px !important;
  }

  .app-container {
    flex-direction: column !important;
  }

  .bottom-nav {
    display: flex !important;
  }

  .title-xl {
    margin-bottom: .25rem !important;
    font-size: 1.5rem !important;
  }

  .title-lg {
    margin-bottom: .5rem !important;
    font-size: 1.15rem !important;
  }

  .subtitle {
    font-size: .85rem !important;
    line-height: 1.4 !important;
  }

  h1[style*="fontSize"], h2[style*="fontSize"], h3[style*="fontSize"] {
    font-size: 1.15rem !important;
  }

  h1.title-xl[style*="fontSize"] {
    font-size: 1.5rem !important;
  }

  h2.title-lg[style*="fontSize"], h3.title-lg[style*="fontSize"] {
    font-size: 1.15rem !important;
  }

  p.subtitle[style*="fontSize"] {
    font-size: .85rem !important;
  }

  .grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .card {
    padding: 14px !important;
  }

  .article-description {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: .75rem !important;
  }

  .badge {
    padding: 3px 8px !important;
    font-size: .65rem !important;
  }

  .dashboard-article-card, .dashboard-audio-card {
    min-height: 180px !important;
    padding: 12px !important;
  }

  .dashboard-article-card .flex.justify-between, .dashboard-audio-card .flex.justify-between {
    margin-bottom: 8px !important;
  }

  .dashboard-card-description {
    margin-bottom: 8px !important;
    font-size: .8rem !important;
    line-height: 1.3 !important;
  }

  .dashboard-article-card .flex.justify-between.items-start > div:first-child, .dashboard-audio-card .flex.justify-between.items-start > div:first-child, .dashboard-article-card .badge, .dashboard-audio-card .badge {
    display: none !important;
  }

  .dashboard-article-card .flex.justify-between.items-start, .dashboard-audio-card .flex.justify-between.items-start {
    justify-content: flex-start !important;
    margin-bottom: 12px !important;
  }

  .dashboard-article-card .flex.items-center, .dashboard-audio-card .flex.items-center {
    gap: 8px !important;
  }

  .dashboard-admin-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .dashboard-admin-card .flex.items-center {
    width: 100%;
  }

  .dashboard-admin-card [style*="width: 60px"] {
    width: 44px !important;
    height: 44px !important;
  }

  .dashboard-admin-card [style*="width: 40px"] {
    display: none !important;
  }

  .mb-16 {
    margin-bottom: 16px !important;
  }

  .pb-8 {
    padding-bottom: 12px !important;
  }

  .btn.btn-outline + div {
    margin-top: 24px !important;
  }

  .border-b.mb-16 {
    margin-top: 20px !important;
  }

  .badge svg {
    flex-shrink: 0;
    width: 12px !important;
    height: 12px !important;
  }

  .badge.flex {
    align-items: center !important;
    gap: 6px !important;
  }

  .badge.flex.items-center {
    align-items: center !important;
    display: flex !important;
  }

  .btn.btn-sm {
    padding: 6px 12px !important;
    font-size: .75rem !important;
  }

  .text-emerald-500 {
    padding: 4px 10px !important;
    font-size: .75rem !important;
  }

  .text-emerald-500 svg {
    width: 14px !important;
    height: 14px !important;
  }

  .action-btn {
    width: 100%;
    padding: 10px 20px !important;
    font-size: .9rem !important;
  }

  .back-btn {
    padding-left: 12px !important;
    padding-right: 16px !important;
    font-size: .9rem !important;
  }

  input, select, textarea {
    max-width: 100% !important;
    font-size: 16px !important;
  }

  .ql-container, .ql-editor, .quill {
    max-width: 100% !important;
    font-size: 14px !important;
  }

  .ql-toolbar {
    flex-wrap: wrap !important;
    padding: 6px !important;
  }

  .card > div[style*="flex-direction: column"] {
    gap: 12px !important;
  }

  .card > div[style*="flex-direction: column"] > .flex.justify-between.items-start {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .card > div[style*="flex-direction: column"] > .flex.justify-between.items-start > button.btn, .card > div[style*="flex-direction: column"] > .flex.justify-between.items-start > .flex.items-center.gap-2 {
    order: 10 !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .card > div[style*="flex-direction: column"] > .flex.justify-between.items-start > h3 {
    order: 1 !important;
    width: 100% !important;
  }

  .card > div[style*="flex-direction: column"] > .flex.justify-between.items-start {
    display: contents !important;
  }

  .card > div[style*="flex-direction: column"] > .flex.justify-between.items-start > h3 {
    margin-bottom: 8px !important;
    display: block !important;
  }

  .card > div[style*="flex-direction: column"] > .flex.justify-between.items-start > button.btn {
    margin-top: 12px !important;
  }

  .card-material, .article-card, .audio-card {
    flex-flow: row !important;
    align-items: center !important;
    max-width: 100% !important;
    padding: 12px !important;
    display: flex !important;
    overflow: hidden !important;
  }

  .card.flex.items-center.justify-between {
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .card.flex.items-center.justify-between > .flex.items-center.gap-4 > div:first-child, .card > .flex.items-center.justify-between.mb-4 > .flex.items-center.gap-4 > div:first-child {
    display: none !important;
  }

  .card.flex.items-center.justify-between > .flex.items-center.gap-4 {
    flex: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .card.flex.items-center.justify-between > div:last-child {
    flex-shrink: 0 !important;
    margin-left: auto !important;
  }

  .card > .flex.items-center.justify-between.mb-4 {
    flex-flow: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    display: flex !important;
  }

  .card > .flex.items-center.justify-between.mb-4 > div:last-child {
    flex-shrink: 0 !important;
    margin-left: auto !important;
  }

  .card > .flex.items-center.justify-between.mb-4 > .flex.items-center.gap-4 {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .card-material h3, .card-material p, .article-card h3, .article-card p {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
    max-width: 100% !important;
  }

  h1, h2, h3, h4, h5, h6, p, span, div {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    max-width: 100% !important;
  }

  .flex {
    flex-wrap: wrap !important;
  }

  .flex > * {
    min-width: 0 !important;
  }

  table {
    display: block !important;
    overflow-x: auto !important;
  }

  .custom-scrollbar.border {
    padding: 8px !important;
  }

  .custom-scrollbar.border .btn {
    padding: 6px 10px !important;
    font-size: .75rem !important;
  }

  .custom-scrollbar.border .truncate {
    max-width: 150px !important;
    font-size: .75rem !important;
  }

  .custom-scrollbar.border svg {
    width: 14px !important;
    height: 14px !important;
  }

  .custom-scrollbar.border > div > div {
    margin-left: 12px !important;
  }

  .custom-scrollbar.border .flex.items-center.gap-2 {
    align-items: center !important;
    gap: 4px !important;
  }

  .custom-scrollbar.border .flex.items-center.gap-2 > button {
    flex-shrink: 0 !important;
    align-self: center !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
  }

  .custom-scrollbar.border [style*="marginLeft: '20px'"] {
    margin-left: 10px !important;
  }
}

input[type="checkbox"].toggle-switch, .admin-form-card input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
  border: 1px solid var(--border-color);
  background: #ffffff1a;
  border-radius: 13px;
  width: 48px;
  height: 26px;
  transition: all .3s;
  position: relative;
}

input[type="checkbox"].toggle-switch:before, .admin-form-card input[type="checkbox"]:before {
  content: "";
  background: var(--text-muted);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all .3s;
  position: absolute;
  top: 2px;
  left: 3px;
}

input[type="checkbox"].toggle-switch:checked, .admin-form-card input[type="checkbox"]:checked {
  background: var(--primary);
  border-color: var(--primary);
}

input[type="checkbox"].toggle-switch:checked:before, .admin-form-card input[type="checkbox"]:checked:before {
  background: #000;
  left: 24px;
}

@media (max-width: 768px) {
  .student-progress-grid {
    grid-template-columns: 1fr !important;
  }

  .student-header-card {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .student-stats-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-top: 16px !important;
  }

  .student-stats-row > div {
    width: 100% !important;
    max-width: none !important;
  }

  .bottom-nav-item svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 375px) {
  .bottom-nav-item span {
    display: none;
  }
}

@media (max-width: 768px) {
  .admin-form-card {
    position: static;
  }

  .dashboard-article-card .flex.justify-between, .dashboard-audio-card .flex.justify-between {
    margin-bottom: 8px !important;
  }

  .dashboard-card-description {
    margin-bottom: 8px !important;
    font-size: .8rem !important;
    line-height: 1.3 !important;
  }

  .dashboard-article-card .flex.items-center, .dashboard-audio-card .flex.items-center {
    gap: 8px !important;
  }

  .dashboard-admin-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .dashboard-admin-card .flex.items-center {
    width: 100%;
  }

  .dashboard-admin-card [style*="width: 60px"] {
    width: 44px !important;
    height: 44px !important;
  }

  .dashboard-admin-card [style*="width: 40px"] {
    display: none !important;
  }

  .mb-16 {
    margin-bottom: 16px !important;
  }

  .pb-8 {
    padding-bottom: 12px !important;
  }

  .btn.btn-outline + div {
    margin-top: 24px !important;
  }

  .border-b.mb-16 {
    margin-top: 20px !important;
  }

  .badge svg {
    flex-shrink: 0;
    width: 12px !important;
    height: 12px !important;
  }

  .badge.flex {
    align-items: center !important;
    gap: 6px !important;
  }

  .badge.flex.items-center {
    align-items: center !important;
    display: flex !important;
  }

  .btn.btn-sm {
    padding: 6px 12px !important;
    font-size: .75rem !important;
  }

  .text-emerald-500 {
    padding: 4px 10px !important;
    font-size: .75rem !important;
  }

  .text-emerald-500 svg {
    width: 14px !important;
    height: 14px !important;
  }

  .action-btn {
    width: 100%;
    padding: 10px 20px !important;
    font-size: .9rem !important;
  }

  .back-btn {
    padding-left: 12px !important;
    padding-right: 16px !important;
    font-size: .9rem !important;
  }
}

.action-btn {
  padding: 12px 32px;
}

.back-btn {
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.student-progress-grid {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  display: grid;
}

.student-header-card {
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.student-stats-row {
  align-items: center;
  gap: 32px;
  display: flex;
}

@media (max-width: 768px) {
  .student-progress-grid {
    grid-template-columns: 1fr !important;
  }

  .student-header-card {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .student-stats-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-top: 16px !important;
  }

  .student-stats-row > div {
    width: 100% !important;
    max-width: none !important;
  }

  .bottom-nav-item svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 375px) {
  .bottom-nav-item span {
    display: none;
  }
}

.admin-form-card {
  position: sticky;
  top: 20px;
}

.admin-list-card {
  flex-direction: column;
  height: 85vh;
  max-height: 900px;
  display: flex;
}

.admin-list-content {
  flex: 1;
  padding-right: 4px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .admin-form-card {
    position: static;
  }

  .admin-list-card {
    height: auto;
    max-height: none;
  }

  .admin-list-content {
    overflow-y: visible;
  }

  .student-report-table, .student-report-table tbody, .student-report-table tr, .student-report-table td {
    width: 100% !important;
    display: block !important;
  }

  .student-report-table thead {
    display: none !important;
  }

  .student-report-table tr {
    background: #ffffff05 !important;
    border: 1px solid #ffffff1a !important;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    padding: 12px !important;
  }

  .student-report-table td {
    text-align: right !important;
    border-bottom: 1px solid #ffffff0d !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 40px !important;
    padding: 8px 0 !important;
    display: flex !important;
  }

  .student-report-table td:last-child {
    border-bottom: none !important;
  }

  .student-report-table td:before {
    content: attr(data-label);
    float: left;
    color: var(--text-muted);
    text-align: left;
    margin-right: 16px;
    font-size: .85rem;
    font-weight: 600;
  }

  .student-report-table td[data-label="Материал"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .student-report-table td[data-label="Отчет"] {
    text-align: left !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .student-report-table td[data-label="Отчет"] > div {
    width: 100% !important;
  }
}

.editor-wrapper .ql-container {
  max-height: 500px !important;
}

.editor-wrapper .ql-editor {
  max-height: 450px !important;
  overflow-y: auto !important;
}

.auth-container {
  background-color: #050505 !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 100vh !important;
  display: flex !important;
}

.auth-card {
  margin: auto !important;
}

.admin-list-item {
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  cursor: pointer;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 16px;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.admin-list-item:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0000001a;
}

.admin-list-item.selected {
  border-color: var(--primary);
  background: #ffffff14;
}

[data-theme="light"] .admin-list-item.selected {
  background: #0000000d;
}

.admin-list-content {
  width: calc(100% + 8px);
  margin: -4px;
  padding: 4px;
}

/* [project]/node_modules/nprogress/nprogress.css [app-client] (css) */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  z-index: 1031;
  background: #29d;
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
}

#nprogress .peg {
  opacity: 1;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(3deg)translate(0, -4px);
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
}

#nprogress .spinner {
  z-index: 1031;
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  box-sizing: border-box;
  border: 2px solid #0000;
  border-color: #29d #0000 #0000 #29d;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: .4s linear infinite nprogress-spinner;
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__88882e9c._.css.map*/