@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700;900&display=swap');
.safe-area-bottom[data-v-7c049ff8] {
    padding-bottom: env(safe-area-inset-bottom);
}
.router-link-active[data-v-7c049ff8]:not(:nth-child(3)) {
    position: relative;
}
.router-link-active[data-v-7c049ff8]: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-b7ac8a48]::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar[data-v-b7ac8a48]::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.custom-scrollbar[data-v-b7ac8a48]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 10px;
}
.custom-scrollbar[data-v-b7ac8a48]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

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

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

/* Blog Specific Overrides */
.blog-prose[data-v-c8347e7b] p {
    font-size: 1.125rem;
}

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

.scrollbar-hide[data-v-cab5116f]::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide[data-v-cab5116f] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.no-scrollbar[data-v-cab5116f] {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.no-scrollbar[data-v-cab5116f]::-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-87b904a1] {
    animation: fadeIn-87b904a1 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes fadeIn-87b904a1 {
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-63f116d4] {
    animation: fadeIn-63f116d4 0.6s ease-out;
}
@keyframes fadeIn-63f116d4 {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}

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

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

.animate-fadeIn[data-v-b2f60b1d] {
    animation: fadeIn-b2f60b1d 0.4s ease-out;
}
@keyframes fadeIn-b2f60b1d {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}
.slide-up-enter-active[data-v-b2f60b1d],
.slide-up-leave-active[data-v-b2f60b1d] {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-up-enter-from[data-v-b2f60b1d],
.slide-up-leave-to[data-v-b2f60b1d] {
    transform: translateY(100%);
    opacity: 0;
}
@media (max-width: 768px) {
[data-v-b2f60b1d] .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-7c4402d2] .prose {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #374151;
}
[data-v-7c4402d2] .prose p {
    margin-top: 0.25rem !important;
    margin-bottom: 0.5rem !important;
}
[data-v-7c4402d2] .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-7c4402d2] .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-7c4402d2] .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-7c4402d2] .prose ul {
    list-style-type: disc !important;
}
[data-v-7c4402d2] .prose ol {
    list-style-type: decimal !important;
}
[data-v-7c4402d2] .prose ul,[data-v-7c4402d2] .prose ol {
    margin-top: 0.5rem !important;
    margin-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    list-style-position: outside !important;
}
[data-v-7c4402d2] .prose li {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
    line-height: 1.5 !important;
}
[data-v-7c4402d2] .prose strong {
    font-weight: 700;
    color: #111827;
}
[data-v-7c4402d2] .prose a {
    color: #ea580c;
    text-decoration: underline;
}
[data-v-7c4402d2] .prose a:hover {
    color: #c2410c;
}
[data-v-7c4402d2] .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-7c4402d2] .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-7c4402d2] .prose br {
    display: block;
    margin: 0.25rem 0;
}

/* Quill Content Styling */
[data-v-a0c81c7a] .ql-editor {
    font-size: 16px;
    line-height: 1.6;
    color: #1a202c;
    background: #fff;
}
[data-v-a0c81c7a] .ql-toolbar {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #edf2f7;
}
[data-v-a0c81c7a] .ql-container {
    border: none;
}
.line-clamp-2[data-v-a0c81c7a] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
[data-v-a0c81c7a] .ql-editor table {
    border-collapse: collapse;
    width: 100%;
}
[data-v-a0c81c7a] .ql-editor table td,[data-v-a0c81c7a] .ql-editor table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

[data-v-f031e784] .ql-editor table {
    border-collapse: collapse;
    width: 100%;
}
[data-v-f031e784] .ql-editor table td,[data-v-f031e784] .ql-editor table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

[data-v-bc417b38] .ql-editor table {
    border-collapse: collapse;
    width: 100%;
}
[data-v-bc417b38] .ql-editor table td,[data-v-bc417b38] .ql-editor table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

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

/* QuillEditor Content Styling */
[data-v-d6895676] .ql-editor {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
}
[data-v-d6895676] .ql-editor h1 {
    font-size: 2.25em;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
    color: #111827;
}
[data-v-d6895676] .ql-editor h2 {
    font-size: 1.875em;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
    color: #111827;
}
[data-v-d6895676] .ql-editor h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
    color: #111827;
}
[data-v-d6895676] .ql-editor h4 {
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    color: #111827;
}
[data-v-d6895676] .ql-editor h5 {
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    color: #111827;
}
[data-v-d6895676] .ql-editor h6 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    color: #111827;
}
[data-v-d6895676] .ql-editor p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
[data-v-d6895676] .ql-editor a {
    color: #ea580c;
    text-decoration: underline;
    font-weight: 500;
}
[data-v-d6895676] .ql-editor strong {
    font-weight: 600;
    color: #111827;
}
[data-v-d6895676] .ql-editor em {
    font-style: italic;
}
[data-v-d6895676] .ql-editor ul {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
[data-v-d6895676] .ql-editor ol {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
[data-v-d6895676] .ql-editor li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
[data-v-d6895676] .ql-editor blockquote {
    font-weight: 500;
    font-style: italic;
    color: #374151;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
[data-v-d6895676] .ql-editor code {
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
    background-color: #f3f4f6;
    padding: 0.2em 0.4em;
    border-radius: 0.25rem;
}
[data-v-d6895676] .ql-editor pre {
    background-color: #1f2937;
    color: #e5e7eb;
    overflow-x: auto;
    border-radius: 0.375rem;
    padding: 0.8571429em 1.1428571em;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
}
[data-v-d6895676] .ql-editor img {
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    max-width: 100%;
    height: auto;
}
[data-v-d6895676] .ql-editor table {
    border-collapse: collapse;
    width: 100%;
}
[data-v-d6895676] .ql-editor table td,[data-v-d6895676] .ql-editor table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.ql-editor {
    min-height: 400px;
    font-size: 16px;
    line-height: 1.6;
}
.ql-toolbar.ql-snow {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-color: #d1d5db;
}
.ql-container.ql-snow {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-color: #d1d5db;
}

/* 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;
}

/* QuillEditor Content Styling for Pages */
:deep(.ql-editor) {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
}
:deep(.ql-editor h1) {
    font-size: 2.25em;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
    color: #111827;
}
:deep(.ql-editor h2) {
    font-size: 1.875em;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
    color: #111827;
}
:deep(.ql-editor h3) {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
    color: #111827;
}
:deep(.ql-editor h4) {
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    color: #111827;
}
:deep(.ql-editor h5) {
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    color: #111827;
}
:deep(.ql-editor h6) {
    font-size: 1em;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    color: #111827;
}
:deep(.ql-editor p) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
:deep(.ql-editor a) {
    color: #ea580c;
    text-decoration: underline;
    font-weight: 500;
}
:deep(.ql-editor strong) {
    font-weight: 600;
    color: #111827;
}
:deep(.ql-editor em) {
    font-style: italic;
}
:deep(.ql-editor ul) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
:deep(.ql-editor ol) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
:deep(.ql-editor li) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
:deep(.ql-editor blockquote) {
    font-weight: 500;
    font-style: italic;
    color: #374151;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
:deep(.ql-editor code) {
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
    background-color: #f3f4f6;
    padding: 0.2em 0.4em;
    border-radius: 0.25rem;
}
:deep(.ql-editor pre) {
    background-color: #1f2937;
    color: #e5e7eb;
    overflow-x: auto;
    border-radius: 0.375rem;
    padding: 0.8571429em 1.1428571em;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
}
:deep(.ql-editor img) {
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    max-width: 100%;
    height: auto;
}
:deep(.ql-editor table) {
    border-collapse: collapse;
    width: 100%;
}
:deep(.ql-editor table td), :deep(.ql-editor table th) {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

/* 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;
}
}


.print-container[data-v-2e08bc96] {
    font-family: 'Noto Sans', 'Segoe UI', sans-serif;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}
.preview-paper[data-v-2e08bc96] {
    background-color: white;
    box-sizing: border-box;
}
@media (max-width: 768px) {
.preview-paper-wrapper[data-v-2e08bc96] {
        transform: scale(0.42);
        transform-origin: top center;
        margin-bottom: -150%;
}
}
.print-footer[data-v-2e08bc96] {
    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-2e08bc96] {
    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-2e08bc96] {
    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-2e08bc96] {
@page { 
            size: A4 landscape; 
            margin: var(--page-margin, 10mm);
            margin-bottom: 0 !important;
}
}
html[data-v-2e08bc96], body[data-v-2e08bc96] {
        margin: 0 !important; padding: 0 !important;
        background: white !important;
        overflow: visible !important;
}
.print\:hidden[data-v-2e08bc96] { display: none !important;
}
.preview-scroll[data-v-2e08bc96] { padding: 0 !important; overflow: visible !important;
}
.preview-paper-wrapper[data-v-2e08bc96] {
        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-2e08bc96] {
        padding: 0 !important;
        padding-bottom: 0 !important;
}
.columns-2[data-v-2e08bc96] { 
        column-count: 2 !important; 
        column-rule: 1px dashed #e2e8f0 !important;
}
.break-inside-avoid[data-v-2e08bc96] { 
        break-inside: avoid !important;
        page-break-inside: avoid !important;
}
.break-before-page[data-v-2e08bc96] {
        break-before: page !important;
        page-break-before: always !important;
}
.print-footer[data-v-2e08bc96] {
        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-2e08bc96] {
        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-2e08bc96] {
        width: 100% !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
}
    
    /* Extra Dense Printing */
.ultra-compact .header-section[data-v-2e08bc96] { margin-bottom: 2mm !important; padding-bottom: 2mm !important;
}
.ultra-compact .question-unit[data-v-2e08bc96] { margin-bottom: 2.5mm !important;
}
.ultra-compact .content-section[data-v-2e08bc96] { column-gap: 8mm !important;
}
}
.sidebar-scroll[data-v-2e08bc96]::-webkit-scrollbar { width: 4px;
}
.sidebar-scroll[data-v-2e08bc96]::-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;
}
