@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap";:root{--color-primary: #0056b3;--color-primary-dark: #004494;--color-secondary: #00a8cc;--color-accent: #f5a623;--color-dark: #1a1a1a;--color-text: #333333;--color-text-light: #666666;--color-surface: #ffffff;--color-bg: #ffffff;--color-bg-alt: #f8f9fa;--color-border: #e0e0e0;--color-success: #28a745;--color-error: #dc3545;--color-footer-bg: #1a1a1a;--color-footer-text: #ffffff;--color-hero-gradient-end: #e6f7ff;--color-badge-bg: rgba(0, 86, 179, .1);--font-sans: "Inter", "Kantumruy Pro", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-xxl: 5rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}[data-theme=dark]{--color-primary: #4da3ff;--color-primary-dark: #0066cc;--color-secondary: #00d2ff;--color-accent: #ffb74d;--color-dark: #f0f0f0;--color-text: #e0e0e0;--color-text-light: #aaaaaa;--color-surface: #1e1e1e;--color-bg: #121212;--color-bg-alt: #1a1a1a;--color-border: #333333;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--color-footer-bg: #0d0d0d;--color-footer-text: #e0e0e0;--color-hero-gradient-end: #0f172a;--color-badge-bg: rgba(77, 163, 255, .15)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .2s ease}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.article-card{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--color-border)}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.article-image{width:100%;aspect-ratio:16/10;object-fit:cover}.article-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.article-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.4;color:var(--color-text)}.article-excerpt{color:var(--color-text-light);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.article-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-bg-alt)}.tag-pill{background:var(--color-bg-alt);color:var(--color-text-light);padding:.35rem .85rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.article-stats{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-light)}.course-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease;position:relative}.course-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.course-image-container{position:relative;width:100%;aspect-ratio:16/9}.course-image{width:100%;height:100%;object-fit:cover}.course-badge{position:absolute;top:1rem;right:1rem;background:var(--color-surface);color:var(--color-text);padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;box-shadow:0 2px 4px #0000001a}.course-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.course-provider{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;color:var(--color-text-light);font-weight:500}.course-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;line-height:1.3;color:var(--color-text)}.course-subtitle{color:var(--color-text-light);font-size:.9rem;margin-bottom:1.5rem}.course-footer{margin-top:auto;padding-top:1rem;display:flex;justify-content:space-between;align-items:center}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;transition:all .2s}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-dark)}.btn-outline{border:1px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-primary);color:#fff}.section{padding:var(--spacing-xxl) 0}.section-title{font-size:2rem;font-weight:700;margin-bottom:var(--spacing-md);color:var(--color-dark);text-align:center}@media(max-width:768px){:root{--spacing-xxl: 3rem}}@media(min-width:768px){.desktop-only{display:block!important}}.desktop-only{display:none}.desktop-flex{display:none!important}.mobile-only{display:block}@media(min-width:768px){.desktop-flex{display:flex!important}.mobile-only{display:none!important}}.course-detail-header{background:var(--color-primary);color:#fff;padding:3rem 0}.course-detail-title{font-size:2rem;margin-bottom:1rem;font-weight:800;line-height:1.2}.course-detail-layout{display:grid;grid-template-columns:1fr;gap:3rem}.course-sidebar-sticky{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden}@media(min-width:768px){.course-detail-header{padding:4rem 0}.course-detail-title{font-size:3rem;margin-bottom:1.5rem}}@media(min-width:992px){.course-detail-layout{grid-template-columns:2fr 1fr;gap:4rem}.course-sidebar-sticky{position:sticky;top:120px}}.course-instructor-card{display:flex;flex-direction:column;gap:1.5rem;align-items:center;background:var(--color-bg-alt);padding:1.5rem;border-radius:12px;border:1px solid var(--color-border);text-align:center}@media(min-width:768px){.course-instructor-card{flex-direction:row;align-items:flex-start;text-align:left;padding:2rem}}.section-header-flex{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;align-items:flex-start}@media(min-width:768px){.section-header-flex{flex-direction:row;justify-content:space-between;align-items:flex-end}}.experts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.expert-card-container{background:var(--color-surface);border-radius:20px;padding:1.5rem;text-align:center;box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--color-border);height:100%}.expert-card-container:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.expert-name{font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.filter-scroll-container{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-scroll-container::-webkit-scrollbar{display:none}@media(min-width:768px){.filter-scroll-container{flex-wrap:wrap;overflow-x:visible;padding-bottom:0;padding-top:0}}.expert-role{color:var(--color-text-light);font-size:.9rem;font-weight:500;margin:0}.expert-location{display:flex;align-items:center;gap:.4rem;color:var(--color-text-light);font-size:.85rem;margin-bottom:1.25rem;margin-top:.5rem}.expert-exp-badge{font-size:.85rem;font-weight:600;color:var(--color-text);padding:.4rem .8rem;background:var(--color-bg-alt);border-radius:6px;margin-bottom:1rem}.expert-skill-pill{background:var(--color-bg-alt);color:var(--color-text-light);padding:.4rem .8rem;border-radius:99px;font-size:.75rem;font-weight:600}.expert-skill-pill-more{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-light);padding:.4rem .8rem;border-radius:99px;font-size:.75rem;font-weight:600}.expert-social-link{color:var(--color-text-light);transition:transform .2s,color .2s}.expert-social-link:hover{transform:scale(1.1);color:var(--color-primary)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.slider-track{display:flex;gap:3rem;width:max-content;animation:scroll 30s linear infinite}.slider-track:hover{animation-play-state:paused}
