:root{--color-primary: #8B5CF6;--color-primary-dark: #7C3AED;--color-primary-light: #A78BFA;--color-secondary: #FBBF24;--color-secondary-dark: #F59E0B;--color-secondary-light: #FCD34D;--color-background: #ffffff;--color-surface: #ffffff;--color-border: #e5e7eb;--color-border-dark: #374151;--color-text-main: #111827;--color-text-muted: #6b7280;--color-text-secondary: #374151;--color-text-white: #ffffff;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}[data-theme=dark]{--color-background: #111827;--color-surface: #1f2937;--color-border: #374151;--color-border-dark: #4b5563;--color-text-main: #f9fafb;--color-text-muted: #9ca3af;--color-text-secondary: #d1d5db}*{box-sizing:border-box}body{font-family:var(--font-family-base);background-color:var(--color-background);color:var(--color-text-main);transition:background-color .2s,color .2s}.wt-loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;background:radial-gradient(1200px circle at 20% 20%,#f5f7ff,#f8fafc 42%,#fff);transition:opacity .4s ease,transform .4s ease;opacity:1;transform:translateY(0)}.wt-loading-exit{opacity:0;transform:translateY(-6px);pointer-events:none}.wt-loading-card{width:min(420px,86vw);background:#ffffffeb;border:1px solid rgba(148,163,184,.2);box-shadow:0 30px 80px #0f172a1f;border-radius:20px;padding:32px 28px 28px;display:flex;flex-direction:column;align-items:center;gap:10px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.wt-loading-logo{width:76px;height:76px;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.25);box-shadow:0 12px 28px #0f172a1a;animation:wt-logo-in .6s ease-out both}.wt-loading-logo-img{width:60px;height:60px;object-fit:contain;border-radius:12px}.wt-loading-logo-fallback{width:60px;height:60px;border-radius:14px;background:#0f172a;color:#fff;font-weight:700;font-size:28px;display:flex;align-items:center;justify-content:center}.wt-loading-title{font-size:20px;font-weight:700;color:#0f172a}.wt-loading-subtitle{font-size:14px;color:#64748b;margin-bottom:8px}.wt-loading-bar{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.wt-loading-bar-fill{position:relative;height:100%;border-radius:999px;transition:width .42s ease;overflow:hidden}.wt-loading-bar-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff0,#ffffff8c 45%,#fff0 80%);transform:translate(-100%);animation:wt-bar-shimmer 1.6s ease-in-out infinite}@keyframes wt-logo-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes wt-bar-shimmer{0%{transform:translate(-100%)}to{transform:translate(120%)}}.ProseMirror{outline:none}.ProseMirror p{margin:0 0 1em}.ProseMirror h1{font-size:2em;font-weight:700;margin:1.5em 0 .5em}.ProseMirror h2{font-size:1.5em;font-weight:700;margin:1.2em 0 .4em}.ProseMirror h3{font-size:1.2em;font-weight:700;margin:1em 0 .3em}.ProseMirror blockquote{border-left:4px solid #ccc;margin:1.5em 0;padding:.5em 1em;font-style:italic;background-color:#f9f9f9}.ProseMirror ul,.ProseMirror ol{margin:1em 0;padding-left:2.5em}.ProseMirror ul{list-style-type:disc}.ProseMirror ol{list-style-type:decimal}.ProseMirror li{display:list-item;margin:.4em 0;line-height:1.5}.ProseMirror ul ul{list-style-type:circle;margin:.5em 0}.ProseMirror ol ol{list-style-type:lower-alpha;margin:.5em 0}.ProseMirror [style*=font-size]{font-size:inherit}.ProseMirror code{background-color:#f0f0f0;padding:.2em .4em;border-radius:3px;font-family:monospace;font-size:.9em}.ProseMirror pre{background-color:#f0f0f0;padding:1em;border-radius:3px;overflow-x:auto;margin:1em 0;font-family:monospace}.ProseMirror table{border-collapse:collapse;width:100%;margin:1em 0}.ProseMirror th,.ProseMirror td{border:1px solid #ccc;padding:.5em;text-align:left}.ProseMirror th{background-color:#f0f0f0;font-weight:700}.ProseMirror img{max-width:100%;height:auto}.ProseMirror a{color:#007bff;text-decoration:none}.ProseMirror-bubble-menu{z-index:50}.ProseMirror a:hover{text-decoration:underline}.dark .ProseMirror{color:#e5e7eb}.dark .ProseMirror h1,.dark .ProseMirror h2,.dark .ProseMirror h3{color:#f3f4f6}.dark .ProseMirror ul,.dark .ProseMirror ol,.dark .ProseMirror li{color:#e5e7eb}.dark .ProseMirror blockquote{background-color:#2d2d2d;border-left-color:#555;color:#d1d5db}.dark .ProseMirror code{background-color:#333;color:#d1d5db}.dark .ProseMirror pre{background-color:#1f2937;color:#d1d5db}.dark .ProseMirror th{background-color:#374151;color:#f3f4f6}.dark .ProseMirror td,.dark .ProseMirror th{border-color:#555}.dark .ProseMirror a{color:#60a5fa}.dark .ProseMirror a:hover{color:#93c5fd}.tiptap-rendered p{margin:0 0 1em}.tiptap-rendered h1{font-size:2em;font-weight:700;margin:1.5em 0 .5em}.tiptap-rendered h2{font-size:1.5em;font-weight:700;margin:1.2em 0 .4em}.tiptap-rendered h3{font-size:1.2em;font-weight:700;margin:1em 0 .3em}.tiptap-rendered ul,.tiptap-rendered ol{margin:1em 0;padding-left:2.5em}.tiptap-rendered ul{list-style-type:disc}.tiptap-rendered ol{list-style-type:decimal}.tiptap-rendered li{display:list-item;margin:.4em 0;line-height:1.5}.tiptap-rendered ul ul{list-style-type:circle;margin:.5em 0}.tiptap-rendered ol ol{list-style-type:lower-alpha;margin:.5em 0}.tiptap-rendered blockquote{border-left:4px solid #ccc;margin:1.5em 0;padding:.5em 1em;font-style:italic;background-color:#f9f9f9}.tiptap-rendered a{color:#007bff;text-decoration:none}.tiptap-rendered a:hover{text-decoration:underline}.tiptap-rendered code{background-color:#f0f0f0;padding:.2em .4em;border-radius:3px;font-family:monospace;font-size:.9em}.tiptap-rendered pre{background-color:#f0f0f0;padding:1em;border-radius:3px;overflow-x:auto;margin:1em 0;font-family:monospace}.tiptap-rendered table{border-collapse:collapse;width:100%;margin:1em 0;table-layout:fixed}.tiptap-rendered th,.tiptap-rendered td{border:1px solid #d1d5db;padding:.75em;text-align:left;vertical-align:top}.tiptap-rendered th{background-color:#f8fafc;font-weight:700}.tiptap-rendered textarea[data-lesson-table-input=true]{display:block;width:100%;min-height:3rem;resize:vertical;border:0;border-radius:0;padding:.75rem;background:#eff6ff8c;color:#111827;line-height:1.5;box-sizing:border-box;outline:none;box-shadow:none}.tiptap-rendered textarea[data-lesson-table-input=true]:focus{background:#dbeafef2}.dark .tiptap-rendered{color:#e5e7eb}.dark .tiptap-rendered h1,.dark .tiptap-rendered h2,.dark .tiptap-rendered h3{color:#f3f4f6}.dark .tiptap-rendered ul,.dark .tiptap-rendered ol,.dark .tiptap-rendered li{color:#e5e7eb}.dark .tiptap-rendered blockquote{background-color:#2d2d2d;border-left-color:#555;color:#d1d5db}.dark .tiptap-rendered code{background-color:#333;color:#d1d5db}.dark .tiptap-rendered pre{background-color:#1f2937;color:#d1d5db}.dark .tiptap-rendered th{background-color:#1f2937;color:#f3f4f6}.dark .tiptap-rendered td,.dark .tiptap-rendered th{border-color:#4b5563}.dark .tiptap-rendered textarea[data-lesson-table-input=true]{background:#1e293bcc;color:#f3f4f6}.dark .tiptap-rendered textarea[data-lesson-table-input=true]:focus{background:#2563eb33}.dark .tiptap-rendered a{color:#60a5fa}.dark .tiptap-rendered a:hover{color:#93c5fd}.ProseMirror,.ProseMirror table,.ProseMirror table td,.ProseMirror table th{user-select:text;-webkit-user-select:text}.ProseMirror td,.ProseMirror th{cursor:auto}
