._authBg_3kpx5_2{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(ellipse at 20% 50%,rgba(26,60,110,.25) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(245,166,35,.08) 0%,transparent 50%),#0a1220}._authCard_3kpx5_14{width:100%;max-width:420px;display:flex;flex-direction:column;gap:32px}._brand_3kpx5_22{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}._brandLogo_3kpx5_30{height:72px;margin-bottom:8px;filter:brightness(0) invert(1) brightness(.95)}:root{--color-primary: #1A3C6E;--color-primary-hover: #15305a;--color-secondary: #F5A623;--color-accent: #00B8A9;--color-danger: #E74C3C;--bg-page: #F7F8FA;--bg-surface: #FFFFFF;--bg-surface-hover: #f1f5f9;--bg-overlay: rgba(255, 255, 255, .9);--border-subtle: #E5E7EB;--border-default: #D1D5DB;--border-primary: #1A3C6E;--text-primary: #1F2937;--text-secondary: #6B7280;--text-muted: #9CA3AF;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-glow: 0 0 24px rgba(26, 60, 110, .12);--header-height: 64px;--content-max-width: 1200px;--content-padding: clamp(16px, 4vw, 32px);--nav-drawer-width: 280px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px}html[data-theme=light]{--color-primary: #1A3C6E;--color-primary-hover: #15305a;--color-secondary: #F5A623;--color-accent: #00B8A9;--color-danger: #E74C3C;--bg-page: #F7F8FA;--bg-surface: #FFFFFF;--bg-surface-hover: #f1f5f9;--bg-overlay: rgba(255, 255, 255, .9);--border-subtle: #E5E7EB;--border-default: #D1D5DB;--border-primary: #1A3C6E;--text-primary: #1F2937;--text-secondary: #6B7280;--text-muted: #9CA3AF;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-glow: 0 0 20px rgba(26, 60, 110, .08)}html[data-theme=dark]{--color-primary: #4A7CC9;--color-primary-hover: #3a6bb8;--color-secondary: #F5A623;--color-accent: #00B8A9;--color-danger: #E74C3C;--bg-page: #0f172a;--bg-surface: #1e293b;--bg-surface-hover: #273449;--bg-overlay: rgba(15, 23, 42, .9);--border-subtle: #334155;--border-default: #475569;--border-primary: #4A7CC9;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-glow: 0 0 20px rgba(74, 124, 201, .15)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:Noto Sans Lao,Noto Sans Thai,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-page);color:var(--text-primary);line-height:1.5;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}#root{min-height:100dvh}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;margin:0;line-height:1.25}p{margin:0}a{color:var(--color-primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-primary-hover)}code{font-family:JetBrains Mono,Fira Code,monospace;background:#6366f11a;color:var(--color-primary);padding:2px 6px;border-radius:4px;font-size:.875em}.ant-input,.ant-input-affix-wrapper,.ant-input-password{background:var(--bg-surface)!important;border-color:var(--border-default)!important;color:var(--text-primary)!important}html[data-theme=dark] .ant-input,html[data-theme=dark] .ant-input-affix-wrapper,html[data-theme=dark] .ant-input-password{background:#ffffff0d!important}.ant-input::placeholder,.ant-input-affix-wrapper input::placeholder{color:var(--text-muted)!important}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #6366f133!important}.glass-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.glass-card:hover{background:var(--bg-surface-hover);border-color:var(--border-default)}.gradient-text{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}@media(min-width:576px){:root{--content-padding: 24px}}@media(min-width:768px){:root{--content-padding: 32px}}@media(min-width:992px){:root{--content-padding: 40px}}@media(max-width:767px){.ant-table{font-size:12px}.ant-modal{margin:8px!important;max-width:calc(100vw - 16px)!important}}.ant-menu-horizontal{overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:fadeIn .2s ease forwards}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100dvh}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.course-description h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:20px 0 8px}.course-description h2:first-child{margin-top:0}.course-description h3{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:16px 0 8px}.course-description p{color:var(--text-secondary);margin:0 0 12px;line-height:1.7}.course-description ul{margin:0 0 12px;padding-left:20px;color:var(--text-secondary)}.course-description li{margin-bottom:4px;line-height:1.7}
