
.safe-area-bottom[data-v-380dd311] {
    padding-bottom: env(safe-area-inset-bottom);
}
.router-link-active[data-v-380dd311]:not(:nth-child(3)) {
    position: relative;
}
.router-link-active[data-v-380dd311]:not(:nth-child(3))::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: currentColor;
    border-radius: 0 0 3px 3px;
}

.animate-slideUp[data-v-7600bf20] {
  animation: slideUp-7600bf20 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes slideUp-7600bf20 {
from {
    transform: translateY(100%);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}

.custom-scrollbar[data-v-c2b13d5d]::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar[data-v-c2b13d5d]::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.custom-scrollbar[data-v-c2b13d5d]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 10px;
}
.custom-scrollbar[data-v-c2b13d5d]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

.rich-text-container[data-v-d021dc5f] {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
    word-wrap: break-word;
}

/* Base Prose Overrides/Enhancements for Compact Display */
.rich-text-container[data-v-d021dc5f] p {
    margin-top: 0.25em !important;
    margin-bottom: 0.5em !important;
    line-height: 1.6 !important;
    color: #374151; /* text-gray-700 */
}
.rich-text-container[data-v-d021dc5f] h1,
.rich-text-container[data-v-d021dc5f] h2,
.rich-text-container[data-v-d021dc5f] h3,
.rich-text-container[data-v-d021dc5f] h4 {
    font-weight: 800 !important;
    color: #111827;
    margin-top: 1em !important;
    margin-bottom: 0.4em !important;
    line-height: 1.25 !important;
}
.rich-text-container[data-v-d021dc5f] h1 { font-size: 1.8em !important; border-left: 4px solid #f97316; padding-left: 0.5em;
}
.rich-text-container[data-v-d021dc5f] h2 { font-size: 1.5em !important; border-bottom: 1px solid #e5e7eb; padding-bottom: 0.25em;
}
.rich-text-container[data-v-d021dc5f] h3 { font-size: 1.25em !important;
}
.rich-text-container[data-v-d021dc5f] ul,
.rich-text-container[data-v-d021dc5f] ol {
    margin-top: 0.25rem !important;
    margin-bottom: 0.5rem !important;
    padding-left: 1.25rem !important;
    list-style-position: outside !important;
}
.rich-text-container[data-v-d021dc5f] ul { list-style-type: disc !important;
}
.rich-text-container[data-v-d021dc5f] ol { list-style-type: decimal !important;
}
.rich-text-container[data-v-d021dc5f] li {
    margin-top: 0.1em !important;
    margin-bottom: 0.1em !important;
    line-height: 1.5 !important;
    color: #4b5563;
}
.rich-text-container[data-v-d021dc5f] table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 1rem 0 !important;
    font-size: 0.9em;
}
.rich-text-container[data-v-d021dc5f] th,
.rich-text-container[data-v-d021dc5f] td {
    border: 1px solid #d1d5db !important;
    padding: 0.5rem 0.75rem !important;
    text-align: left !important;
}
.rich-text-container[data-v-d021dc5f] th {
    background-color: #f9fafb !important;
    font-weight: 700;
}
.rich-text-container[data-v-d021dc5f] img {
    border-radius: 0.75rem;
    margin: 1.5rem auto;
    max-width: 100%;
    display: block;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
.rich-text-container[data-v-d021dc5f] blockquote {
    border-left: 4px solid #e5e7eb; /* Softer border color */
    background-color: #f9fafb;
    padding: 0.75rem 1rem;
    font-style: italic;
    color: #4b5563;
    border-radius: 0 0.5rem 0.5rem 0;
    margin: 1rem 0;
}

/* Blog Specific Overrides - slightly looser but still controlled */
.blog-prose[data-v-d021dc5f] p {
    font-size: 1.125rem;
    margin-bottom: 1em !important;
    line-height: 1.8 !important;
}

/* Custom Badge/Button Links for Blog Content */
.blog-prose[data-v-d021dc5f] a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s;
}
.blog-prose[data-v-d021dc5f] a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Style for links that should look like buttons (e.g. badges or social links) */
.blog-prose[data-v-d021dc5f] a.badge-link,
.blog-prose[data-v-d021dc5f] p a[href*="whatsapp"],
.blog-prose[data-v-d021dc5f] p a[href*="t.me"] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #2563eb;
    color: white !important;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    text-decoration: none !important;
    font-size: 0.875rem;
    margin: 0.25rem 0;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
.blog-prose[data-v-d021dc5f] a.badge-link:hover {
    background-color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.line-clamp-2[data-v-c772c486] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scrollbar-hide[data-v-9e60f516]::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide[data-v-9e60f516] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.no-scrollbar[data-v-9e60f516] {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.no-scrollbar[data-v-9e60f516]::-webkit-scrollbar {
    display: none;
}

.fade-slide-down-enter-active[data-v-a490be31],
.fade-slide-down-leave-active[data-v-a490be31] {
    transition: all 0.3s ease;
}
.fade-slide-down-enter-from[data-v-a490be31] {
    opacity: 0;
    transform: translateY(-10px);
}
.fade-slide-down-leave-to[data-v-a490be31] {
    opacity: 0;
    transform: translateY(-10px);
}

.animate-fadeIn[data-v-e5f09216] {
    animation: fadeIn-e5f09216 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes fadeIn-e5f09216 {
from { opacity: 0; transform: translateY(20px);
}
to { opacity: 1; transform: translateY(0);
}
}

.animate-fadeIn[data-v-d4aea2bf] {
    animation: fadeIn-d4aea2bf 0.4s ease-out;
}
@keyframes fadeIn-d4aea2bf {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}

.animate-fadeIn[data-v-003590fd] {
    animation: fadeIn-003590fd 0.6s ease-out;
}
@keyframes fadeIn-003590fd {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}

.line-clamp-2[data-v-f5039f30] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
}

.animate-fadeIn[data-v-8374db30] {
    animation: fadeIn-8374db30 0.5s ease-out;
}
@keyframes fadeIn-8374db30 {
from { opacity: 0; transform: translateY(15px);
}
to { opacity: 1; transform: translateY(0);
}
}
.scrollbar-hide[data-v-8374db30]::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide[data-v-8374db30] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.animate-fadeIn[data-v-d14d2918] {
    animation: fadeIn-d14d2918 0.4s ease-out;
}
@keyframes fadeIn-d14d2918 {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}
.slide-up-enter-active[data-v-d14d2918],
.slide-up-leave-active[data-v-d14d2918] {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-up-enter-from[data-v-d14d2918],
.slide-up-leave-to[data-v-d14d2918] {
    transform: translateY(100%);
    opacity: 0;
}
@media (max-width: 768px) {
[data-v-d14d2918] .public-hero-container {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
}
}

.math-content mjx-container {
    display: inline-block !important;
    margin: 0 !important;
}
.invisible {
    visibility: hidden;
    position: absolute; /* Take out of flow to avoid layout shift issues with placeholder? No, visibility hidden keeps space. */
    /* Actually, if we use visibility hidden, it keeps the space of the EMPTY container? 
       No, the container has innerHTML set only when ready in my new logic. 
       Wait, if I set innerHTML on line 34, and isLoading becomes false...
       
       Better approach:
       Keep space if possible? 
       If I use v-html in template, it renders raw.
       I removed v-html.
       So mathContainer is EMPTY initially.
       So 'invisible' class does nothing because specific size is 0.
       The placeholder is what takes space.
    */
}
.math-renderer-wrapper {
    display: inline-block;
}

/* Page Content Styling */
[data-v-c4215905] .prose {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #374151;
}
[data-v-c4215905] .prose p {
    margin-top: 0.25rem !important;
    margin-bottom: 0.5rem !important;
}
[data-v-c4215905] .prose h1 {
    font-size: 1.875rem !important;
    font-weight: 800 !important;
    margin-top: 1.25rem !important;
    margin-bottom: 0.5rem !important;
    color: #111827;
}
[data-v-c4215905] .prose h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.25rem;
}
[data-v-c4215905] .prose h3 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin-top: 0.75rem !important;
    margin-bottom: 0.4rem !important;
    color: #374151;
}
[data-v-c4215905] .prose ul {
    list-style-type: disc !important;
}
[data-v-c4215905] .prose ol {
    list-style-type: decimal !important;
}
[data-v-c4215905] .prose ul,[data-v-c4215905] .prose ol {
    margin-top: 0.5rem !important;
    margin-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    list-style-position: outside !important;
}
[data-v-c4215905] .prose li {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
    line-height: 1.5 !important;
}
[data-v-c4215905] .prose strong {
    font-weight: 700;
    color: #111827;
}
[data-v-c4215905] .prose a {
    color: #ea580c;
    text-decoration: underline;
}
[data-v-c4215905] .prose a:hover {
    color: #c2410c;
}
[data-v-c4215905] .prose img {
    border-radius: 1rem;
    margin: 1.5rem auto;
    max-width: 100%;
    display: block;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
[data-v-c4215905] .prose blockquote {
    border-left: 4px solid #ea580c;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #4b5563;
    background-color: #fffaf8;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
[data-v-c4215905] .prose br {
    display: block;
    margin: 0.25rem 0;
}
[data-v-c4215905] .prose table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 1rem 0 !important;
    font-size: 0.9em;
}
[data-v-c4215905] .prose th,[data-v-c4215905] .prose td {
    border: 1px solid #d1d5db !important;
    padding: 0.5rem 0.75rem !important;
    text-align: left !important;
}
[data-v-c4215905] .prose th {
    background-color: #f9fafb !important;
    font-weight: 700;
}

/* Tiptap specific styles */
.tiptap-content .ProseMirror {
  outline: none;
  padding: 1.5rem;
  min-height: inherit;
}
.tiptap-content .ProseMirror p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: #adb5bd;
  pointer-events: none;
  height: 0;
}

/* Toolbar Styles */
.toolbar-btn {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: #4b5563; /* text-gray-600 */
}
.toolbar-btn:hover {
  background-color: white;
  color: #4f46e5; /* text-indigo-600 */
}
.tiptap-toolbar .toolbar-btn.is-active {
  background-color: #e0e7ff; /* bg-indigo-100 */
  color: #4338ca; /* text-indigo-700 */
}
.bubble-btn {
  padding: 0.375rem 0.625rem; /* px-2.5 py-1.5 */
  font-size: 0.875rem; /* text-sm */
  border-radius: 0.25rem;
  transition-property: color, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bubble-btn:hover {
  background-color: #1f2937; /* hover:bg-gray-800 */
}
.is-active-bubble {
  color: #818cf8; /* text-indigo-400 */
}

/* Content Styles */
.tiptap-content .ProseMirror h1 { font-size: 2rem; font-weight: 800; margin-bottom: 1rem;
}
.tiptap-content .ProseMirror h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.75rem;
}
.tiptap-content .ProseMirror h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem;
}
.tiptap-content .ProseMirror ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1rem;
}
.tiptap-content .ProseMirror ol { list-style-type: decimal; padding-left: 1.5rem; margin-bottom: 1rem;
}
.tiptap-content .ProseMirror blockquote { border-left: 4px solid #e2e8f0; padding-left: 1rem; font-style: italic; margin-bottom: 1rem; color: #4a5568;
}
.tiptap-content .ProseMirror pre { background: #1a202c; color: #e2e8f0; padding: 1rem; rounded: 0.5rem; font-family: monospace; margin-bottom: 1rem; overflow-x: auto;
}
.tiptap-content .ProseMirror table { border-collapse: collapse; table-layout: fixed; width: 100%; margin: 0; overflow: hidden; margin-bottom: 1.5rem;
}
.tiptap-content .ProseMirror table td, .tiptap-content .ProseMirror table th { min-width: 1em; border: 2px solid #ced4da; padding: 3px 5px; vertical-align: top; box-sizing: border-box; position: relative;
}
.tiptap-content .ProseMirror table th { font-weight: bold; text-align: left; background-color: #f8f9fa;
}
.tiptap-content .ProseMirror table .selectedCell:after { z-index: 2; position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; background: rgba(200, 200, 255, 0.4); pointer-events: none;
}
.tiptap-content .ProseMirror table .column-resize-handle { position: absolute; right: -2px; top: 0; bottom: -2px; width: 4px; background-color: #adf; pointer-events: none;
}
.tiptap-content .ProseMirror img { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 1rem 0;
}
.tiptap-content .ProseMirror hr { border: 0; border-top: 2px solid #edf2f7; margin: 2rem 0;
}
ul[data-type="taskList"] {
  list-style: none;
  padding: 0;
}
ul[data-type="taskList"] li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
ul[data-type="taskList"] input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
}

.content-area[data-v-1be78519]::-webkit-scrollbar {
    width: 6px;
}
.content-area[data-v-1be78519]::-webkit-scrollbar-track {
    background: transparent;
}
.content-area[data-v-1be78519]::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}
.content-area[data-v-1be78519]::-webkit-scrollbar-thumb:hover {
    background: #cbd5e1;
}
.custom-scrollbar[data-v-1be78519]::-webkit-scrollbar {
    width: 4px;
}
.custom-scrollbar[data-v-1be78519]::-webkit-scrollbar-track {
    background: #f8fafc;
}
.custom-scrollbar[data-v-1be78519]::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}

.line-clamp-2[data-v-74252cc0] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1[data-v-bd112269] {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Slide Transition for Sidebar */
.slide-left-enter-active[data-v-bd112269],
.slide-left-leave-active[data-v-bd112269] {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-left-enter-from[data-v-bd112269] {
    transform: translateX(100%);
    opacity: 0;
}
.slide-left-leave-to[data-v-bd112269] {
    transform: translateX(100%);
    opacity: 0;
}



/* Custom scrollbar for the modal content */
.overflow-y-auto::-webkit-scrollbar {
    width: 8px;
}
.overflow-y-auto::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.overflow-y-auto::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}
.overflow-y-auto::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}


/* Stats Grid */
.stats-grid[data-v-f9406666] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.stat-card[data-v-f9406666] {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.stat-card[data-v-f9406666]:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.stat-icon[data-v-f9406666] {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}
.stat-content[data-v-f9406666] {
  flex: 1;
}
.stat-value[data-v-f9406666] {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.stat-label[data-v-f9406666] {
  color: #718096;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Filters */
.filters-section[data-v-f9406666] {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.filters-grid[data-v-f9406666] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.filter-input[data-v-f9406666],
.filter-select[data-v-f9406666] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.filter-input[data-v-f9406666]:focus,
.filter-select[data-v-f9406666]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Table */
.table-container[data-v-f9406666] {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.quiz-table[data-v-f9406666] {
  width: 100%;
  border-collapse: collapse;
}
.quiz-table thead[data-v-f9406666] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.quiz-table th[data-v-f9406666] {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.quiz-table th[data-v-f9406666]:first-child {
  border-top-left-radius: 8px;
}
.quiz-table th[data-v-f9406666]:last-child {
  border-top-right-radius: 8px;
}
.quiz-table tbody tr[data-v-f9406666] {
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.2s;
}
.quiz-table tbody tr[data-v-f9406666]:hover {
  background-color: #f7fafc;
}
.quiz-table tbody tr.today-row[data-v-f9406666] {
  background-color: #fef5e7;
}
.quiz-table td[data-v-f9406666] {
  padding: 1rem;
  font-size: 0.875rem;
}
.date-cell[data-v-f9406666] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.date-cell i[data-v-f9406666] {
  color: #667eea;
}
.today-badge[data-v-f9406666] {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}
.title-cell[data-v-f9406666] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.title-cell small[data-v-f9406666] {
  color: #718096;
  font-size: 0.75rem;
}
.test-cell[data-v-f9406666] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.test-cell small[data-v-f9406666] {
  color: #718096;
  font-size: 0.75rem;
}
.badge[data-v-f9406666] {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}
.badge-success[data-v-f9406666] {
  background-color: #c6f6d5;
  color: #22543d;
}
.badge-warning[data-v-f9406666] {
  background-color: #feebc8;
  color: #7c2d12;
}

/* Toggle Switch */
.toggle-switch[data-v-f9406666] {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.toggle-switch input[data-v-f9406666] {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-slider[data-v-f9406666] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e0;
  transition: 0.3s;
  border-radius: 26px;
}
.toggle-slider[data-v-f9406666]:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
input:checked + .toggle-slider[data-v-f9406666] {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
input:checked + .toggle-slider[data-v-f9406666]:before {
  transform: translateX(24px);
}

/* Action Buttons */
.action-buttons[data-v-f9406666] {
  display: flex;
  gap: 0.5rem;
}
.btn-icon[data-v-f9406666] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.btn-edit[data-v-f9406666] {
  background-color: #bee3f8;
  color: #2c5282;
}
.btn-edit[data-v-f9406666]:hover {
  background-color: #90cdf4;
  transform: scale(1.1);
}
.btn-delete[data-v-f9406666] {
  background-color: #fed7d7;
  color: #9b2c2c;
}
.btn-delete[data-v-f9406666]:hover {
  background-color: #fc8181;
  transform: scale(1.1);
}

/* Buttons */
.btn[data-v-f9406666] {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
  font-size: 0.875rem;
}
.btn-primary[data-v-f9406666] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.btn-primary[data-v-f9406666]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}
.btn-secondary[data-v-f9406666] {
  background-color: #e2e8f0;
  color: #4a5568;
}
.btn-secondary[data-v-f9406666]:hover {
  background-color: #cbd5e0;
}
.btn-danger[data-v-f9406666] {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}
.btn-danger[data-v-f9406666]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(245, 87, 108, 0.3);
}
.btn[data-v-f9406666]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

/* Modal */
.modal-overlay[data-v-f9406666] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}
.modal-content[data-v-f9406666] {
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.modal-small[data-v-f9406666] {
  max-width: 400px;
}
.modal-header[data-v-f9406666] {
  padding: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h2[data-v-f9406666] {
  margin: 0;
  font-size: 1.5rem;
  color: #1a202c;
}
.btn-close[data-v-f9406666] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: none;
  background-color: #f7fafc;
  color: #4a5568;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.btn-close[data-v-f9406666]:hover {
  background-color: #e2e8f0;
}
.modal-body[data-v-f9406666] {
  padding: 1.5rem;
}
.form-group[data-v-f9406666] {
  margin-bottom: 1.25rem;
}
.form-group label[data-v-f9406666] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #2d3748;
  font-size: 0.875rem;
}
.form-input[data-v-f9406666] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.875rem;
  transition: all 0.2s;
  font-family: inherit;
}
.form-input[data-v-f9406666]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.form-row[data-v-f9406666] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.checkbox-label[data-v-f9406666] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 500;
}
.checkbox-label input[type="checkbox"][data-v-f9406666] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.form-actions[data-v-f9406666] {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}

/* Loading & Empty States */
.loading-state[data-v-f9406666],
.empty-state[data-v-f9406666] {
  text-align: center;
  padding: 4rem 2rem;
}
.spinner[data-v-f9406666] {
  width: 50px;
  height: 50px;
  border: 4px solid #e2e8f0;
  border-top-color: #667eea;
  border-radius: 50%;
  animation: spin-f9406666 1s linear infinite;
  margin: 0 auto 1rem;
}
@keyframes spin-f9406666 {
to { transform: rotate(360deg);
}
}
.empty-state i[data-v-f9406666] {
  font-size: 4rem;
  color: #cbd5e0;
  margin-bottom: 1rem;
}
.empty-state h3[data-v-f9406666] {
  color: #2d3748;
  margin-bottom: 0.5rem;
}
.empty-state p[data-v-f9406666] {
  color: #718096;
  margin-bottom: 1.5rem;
}

/* Pagination */
.pagination[data-v-f9406666] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.page-info[data-v-f9406666] {
  font-weight: 600;
  color: #4a5568;
}

/* Utility */
.text-danger[data-v-f9406666] {
  color: #e53e3e;
}
.text-muted[data-v-f9406666] {
  color: #718096;
  font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 768px) {
.stats-grid[data-v-f9406666] {
    grid-template-columns: 1fr;
}
.filters-grid[data-v-f9406666] {
    grid-template-columns: 1fr;
}
.table-container[data-v-f9406666] {
    overflow-x: auto;
}
.quiz-table[data-v-f9406666] {
    min-width: 800px;
}
.form-row[data-v-f9406666] {
    grid-template-columns: 1fr;
}
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/fonts/noto-sans/noto-sans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/fonts/noto-sans/noto-sans-devanagari.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
.print-container[data-v-bc61ac75] {
    font-family: 'Noto Sans', 'Segoe UI', sans-serif;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}
.preview-paper[data-v-bc61ac75] {
    background-color: white;
    box-sizing: border-box;
}
@media (max-width: 768px) {
.preview-paper-wrapper[data-v-bc61ac75] {
        transform: scale(0.42);
        transform-origin: top center;
        margin-bottom: -150%;
}
}
.print-footer[data-v-bc61ac75] {
    position: fixed;
    bottom: 0; left: 0; width: 100%;
    background: white; border-top: 1.5px solid #000;
    z-index: 50;
    height: auto;
}
.footer-inner[data-v-bc61ac75] {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: var(--footer-padding, 2mm 10mm) !important;
    gap: 4mm !important;
}
.footer-col[data-v-bc61ac75] {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    min-width: 0 !important;
}
@media print {
@page { 
        size: A4 portrait;
        margin: var(--page-margin, 10mm);
        margin-bottom: 0 !important; /* Allow footer to sit at absolute bottom */
}
.landscape[data-v-bc61ac75] {
@page { 
            size: A4 landscape; 
            margin: var(--page-margin, 10mm);
            margin-bottom: 0 !important;
}
}
html[data-v-bc61ac75], body[data-v-bc61ac75] {
        margin: 0 !important; padding: 0 !important;
        background: white !important;
        overflow: visible !important;
}
.print\:hidden[data-v-bc61ac75] { display: none !important;
}
.preview-scroll[data-v-bc61ac75] { padding: 0 !important; overflow: visible !important;
}
.preview-paper-wrapper[data-v-bc61ac75] {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
        transform: none !important;
        background: white !important;
}
.preview-paper[data-v-bc61ac75] {
        padding: 0 !important;
        padding-bottom: 0 !important;
}
.columns-2[data-v-bc61ac75] { 
        column-count: 2 !important; 
        column-rule: 1px dashed #e2e8f0 !important;
}
.break-inside-avoid[data-v-bc61ac75] { 
        break-inside: avoid !important;
        page-break-inside: avoid !important;
}
.break-before-page[data-v-bc61ac75] {
        break-before: page !important;
        page-break-before: always !important;
}
.print-footer[data-v-bc61ac75] {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: var(--footer-height, 12mm) !important;
        background: white !important;
        border-top: 1.5pt solid #000 !important;
        z-index: 10000 !important;
        display: block !important;
}
.footer-inner[data-v-bc61ac75] {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        align-items: center !important;
        width: 100% !important;
        padding: var(--footer-padding, 2mm 10mm) !important;
}
.footer-col[data-v-bc61ac75] {
        width: 100% !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
}
    
    /* Extra Dense Printing */
.ultra-compact .header-section[data-v-bc61ac75] { margin-bottom: 2mm !important; padding-bottom: 2mm !important;
}
.ultra-compact .question-unit[data-v-bc61ac75] { margin-bottom: 2.5mm !important;
}
.ultra-compact .content-section[data-v-bc61ac75] { column-gap: 8mm !important;
}
}
.sidebar-scroll[data-v-bc61ac75]::-webkit-scrollbar { width: 4px;
}
.sidebar-scroll[data-v-bc61ac75]::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 10px;
}

@keyframes slideUpFade {
from {
        opacity: 0;
        transform: translateY(20px);
}
to {
        opacity: 1;
        transform: translateY(0);
}
}
.animate-bounce-in {
    animation: slideUpFade 0.5s ease-out forwards;
}
