:root{--bg:#fff;--text:#0b1220;--muted:#475569;--border:#e6eaf2;--primary:#1d4ed8;--primaryHover:#1e40af;--soft:#eff6ff;--card:#fff;--shadow:0 10px 30px #02081714;--shadow2:0 8px 20px #02081714;--radius:16px;--radiusSm:12px;--container:1180px}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans Thai,Apple Color Emoji,Segoe UI Emoji;overflow-x:hidden}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding-top:64px}#courses,#howto,#contact{scroll-margin-top:64px}.container{max-width:var(--container);margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 24px}}.topbar{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffd9;position:fixed;top:0;left:0;right:0}.topbarInner{height:64px;max-width:var(--container);justify-content:space-between;align-items:center;gap:10px;margin:0 auto;padding:0 16px;display:flex}@media (min-width:768px){.topbarInner{padding:0 24px}}.brand{align-items:center;gap:12px;min-width:180px;display:flex}.brandMark{background:0 0;border-radius:12px;width:38px;height:38px;overflow:hidden;box-shadow:0 8px 18px #1d4ed82e}.brandName{letter-spacing:-.2px;font-weight:800;line-height:1.1}.brandTag{color:var(--muted);margin-top:2px;font-size:12px}.nav{align-items:center;gap:14px;display:none}.navLink{color:#0b1220;opacity:.86;border-radius:10px;padding:10px;font-size:14px}.navLink:hover{background:var(--soft)}.hamburger{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:inline-flex}.hamburger span{background:#1f2a44;border-radius:2px;width:18px;height:2px}@media (min-width:900px){.nav{display:flex}.hamburger{display:none}}.drawerOverlay{opacity:0;pointer-events:none;z-index:90;background:#02081780;transition:opacity .18s;position:fixed;inset:0}.drawerOverlay.show{opacity:1;pointer-events:auto}.drawer{border-right:1px solid var(--border);z-index:95;background:#fff;flex-direction:column;width:min(88vw,360px);height:100vh;padding:14px;transition:transform .22s;display:flex;position:fixed;top:0;left:0;transform:translate(-102%);box-shadow:0 18px 50px #0208172e}.drawer.open{transform:translate(0)}.drawerHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;display:flex}.drawerClose{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;width:40px;height:40px;font-weight:900}.drawerClose:hover{background:var(--soft)}.drawerLink{border:1px solid var(--border);color:#0b1220;background:#fff;border-radius:14px;margin-top:10px;padding:12px;font-weight:800}.drawerLink:hover{background:#eff6ff;border-color:#c7d2fe}.drawerNote{background:#f5f9ff;border:1px solid #dbe7ff;border-radius:16px;margin-top:auto;padding:12px}.drawerNoteTitle{color:#0f2a6a;margin-bottom:6px;font-weight:900}.hero{background:radial-gradient(900px 400px at 15% 10%,#1d4ed81f,#0000 55%),radial-gradient(900px 420px at 85% 0,#60a5fa29,#0000 55%);padding:28px 0 8px}.heroGrid{grid-template-columns:1fr;align-items:center;gap:14px;display:grid}.h1{letter-spacing:-.6px;margin:6px 0 10px;font-size:34px;line-height:1.06}@media (min-width:768px){.h1{font-size:46px}}.lead{color:var(--muted);max-width:70ch;margin:0 0 14px;font-size:16px;line-height:1.65}.heroTopRow{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:center;gap:10px;padding:6px 0 2px;display:flex;overflow-x:auto}.heroTopRow::-webkit-scrollbar{height:0}.btnPrimary{background:var(--primary);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid #1d4ed838;border-radius:14px;flex:none;justify-content:center;align-items:center;height:46px;padding:0 18px;font-weight:800;text-decoration:none;transition:background .14s,border-color .14s,opacity .14s;display:inline-flex}.btnPrimary:hover{background:var(--primaryHover)}.microTrust{color:#0f2a6a;white-space:nowrap;background:#eaf2ff;border:1px solid #dbe7ff;border-radius:12px;flex:none;padding:8px 10px;font-size:13px;font-weight:700}.heroBadgesInline{flex-wrap:nowrap;flex:none;align-items:center;gap:8px;display:flex}.badge{border:1px solid var(--border);color:#0b1220;white-space:nowrap;background:#fff;border-radius:999px;flex:none;padding:7px 10px;font-size:12px;box-shadow:0 6px 14px #0208170d}.section{padding:30px 0}@media (min-width:768px){.section{padding:46px 0}}.soft{background:linear-gradient(#eff6ffcc,#fff0)}.sectionHead{margin-bottom:14px}.h2{letter-spacing:-.3px;margin:0 0 6px;font-size:24px}@media (min-width:768px){.h2{font-size:30px}}.h3{letter-spacing:-.2px;margin:0;font-size:16px;font-weight:900}.p{color:var(--muted);max-width:74ch;margin:0;font-size:15px;line-height:1.75}.sub{margin-top:4px}.showcaseAboutGrid{grid-template-columns:1fr;align-items:start;gap:16px;display:grid}@media (min-width:960px){.showcaseAboutGrid{grid-template-columns:minmax(0,640px) minmax(0,1fr);gap:22px}}.showcaseCol{flex-direction:column;gap:12px;display:flex}.aboutText .p{margin-top:10px}.bullets{color:#26324a;margin:12px 0 0;padding:0 0 0 18px}.bullets li{margin:10px 0;line-height:1.6}.callout{background:#f5f9ff;border:1px solid #dbe7ff;border-radius:16px;margin-top:14px;padding:14px}.calloutText{color:#26324a;font-size:14px;line-height:1.6}.showcase{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow2);background:#fff;overflow:hidden}.showcaseFrame{aspect-ratio:4/3;background:#0b1220;width:100%;position:relative;overflow:hidden}.showcaseTrack{will-change:transform;width:100%;height:100%;transition:transform .65s;display:flex}.showcaseSlide2{flex:0 0 100%;height:100%;position:relative}.slideBg{background-position:50%;background-size:cover;position:absolute;inset:0}.bgHasImage:after{content:"";background:linear-gradient(#0208170f,#02081773);position:absolute;inset:0}.showcaseEmpty{text-align:center;color:#ffffffeb;background:radial-gradient(900px 420px at 20% 20%,#1d4ed82e,#0000 55%),radial-gradient(900px 420px at 80% 0,#60a5fa1f,#0000 55%),#0b1220;flex-direction:column;justify-content:center;align-items:center;padding:18px;display:flex;position:absolute;inset:0}.showcaseEmptyTitle{font-size:16px;font-weight:950}.showcaseEmptyDesc{opacity:.9;max-width:48ch;margin-top:6px;font-size:13px;line-height:1.5}.slideOverlay{z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff6;border-radius:16px;padding:12px;position:absolute;bottom:14px;left:14px;right:14px}.slideTitle{color:#0b1220;font-weight:900}.phHint{color:#ffffffeb;z-index:2;opacity:.72;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#02081738;border:1px solid #ffffff1f;border-radius:12px;max-width:92%;padding:8px 10px;font-size:12px;position:absolute;top:12px;left:12px}.showcaseControls{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.dots{align-items:center;gap:8px;display:flex}.dot{cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;width:10px;height:10px}.dot.active{background:#1d4ed8;border-color:#1d4ed8;width:26px}.ph-blue{background:#1d4ed8}.ph-indigo{background:#4338ca}.ph-sky{background:#0284c7}.ph-cyan{background:#0891b2}.ph-teal{background:#0f766e}.steps{grid-template-columns:1fr;gap:12px;margin-top:12px;display:grid}@media (min-width:900px){.steps{grid-template-columns:repeat(4,1fr)}}.stepCard{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow2);background:#fff;padding:14px;position:relative;overflow:hidden}.stepCard.highlight{border-color:#1d4ed859;box-shadow:0 14px 30px #1d4ed81f}.stepNum{color:#1d4ed8;font-size:18px;font-weight:950}.stepTitle{margin-top:6px;margin-bottom:6px;font-weight:900}.stepDesc{color:var(--muted);font-size:14px;line-height:1.7}.cards3{grid-template-columns:1fr;gap:12px;margin-top:12px;display:grid}@media (min-width:900px){.cards3{grid-template-columns:repeat(2,1fr)}}.featureCard{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow2);background:#fff;padding:16px}.iconCircle{color:#0f2a6a;background:#eff6ff;border:1px solid #dbe7ff;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;font-weight:900;display:flex}.featureTitle{letter-spacing:-.2px;margin-bottom:6px;font-weight:900}.featureDesc{color:var(--muted);font-size:14px;line-height:1.7}.courseGrid{grid-template-columns:1fr;gap:14px;margin-top:12px;display:grid}@media (min-width:720px){.courseGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.courseGrid{grid-template-columns:repeat(3,1fr)}}.courseCard{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow2);background:#fff;flex-direction:column;min-height:340px;display:flex;overflow:hidden}.courseCover{background-position:50%;background-size:cover;height:160px;position:relative}.coverNoImage{background:linear-gradient(135deg,#1d4ed8,#93c5fd)}.coverHasImage:after{content:"";background:linear-gradient(#0208170d,#02081759);position:absolute;inset:0}.courseBody{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex}.coursePriceRow{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.coursePrice{letter-spacing:-.2px;color:var(--primary);white-space:nowrap;font-size:16px;font-weight:950}.courseTitle{letter-spacing:-.2px;margin:0;font-size:16px}.courseDesc{color:var(--muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.courseActions{flex-wrap:wrap;gap:10px;margin-top:auto;display:flex}.btnSecondary{color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;height:46px;padding:0 18px;font-weight:800;text-decoration:none;transition:background .14s,border-color .14s,opacity .14s;display:inline-flex}.btnSecondary:hover{background:#e5e7eb}.btnPrimarySm{background:var(--primary);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid #1d4ed838;border-radius:14px;justify-content:center;align-items:center;height:42px;padding:0 14px;font-weight:900;text-decoration:none;transition:background .14s,border-color .14s,opacity .14s;display:inline-flex}.btnPrimarySm:hover{background:var(--primaryHover)}.disabledBtn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.phLabel{z-index:1;color:#ffffffeb;background:#02081759;border:1px solid #fff3;border-radius:12px;max-width:92%;padding:8px 10px;font-size:12px;position:absolute;bottom:12px;left:14px}.skeletonCard{overflow:hidden}.skeletonCover{background:linear-gradient(90deg,#0208170f,#0208171f,#0208170f) 0 0/220% 100%;height:160px;animation:1.25s linear infinite shimmer}.skLine{background:linear-gradient(90deg,#0208170f,#0208171f,#0208170f) 0 0/220% 100%;border-radius:999px;height:12px;animation:1.25s linear infinite shimmer}.sk1{width:78%;height:14px}.sk2{width:96%}.sk3{width:88%}.skBtnRow{gap:10px;margin-top:10px;display:flex}.skBtn{background:linear-gradient(90deg,#0208170f,#0208171f,#0208170f) 0 0/220% 100%;border-radius:14px;flex:1;height:42px;animation:1.25s linear infinite shimmer}@keyframes shimmer{0%{background-position:0 0}to{background-position:220% 0}}.emptyCourses{border:1px solid var(--border);border-radius:var(--radius);background:#fbfdff;padding:16px}.emptyTitle{font-weight:900}.emptyDesc{color:var(--muted);margin-top:6px}.footer{border-top:1px solid var(--border);background:#fbfdff;padding:18px 0}.footerGrid{grid-template-columns:1fr;align-items:center;gap:10px;display:grid}@media (min-width:900px){.footerGrid{grid-template-columns:1fr auto}}.footerBrand{letter-spacing:-.2px;font-weight:900}.footerText{color:var(--muted);margin-top:4px;font-size:14px}.footerRight{color:var(--muted);font-size:14px}.floatingCta{z-index:70;background:var(--primary);color:#fff;opacity:0;pointer-events:none;border-radius:999px;padding:12px 14px;font-weight:900;transition:opacity .2s,transform .2s;position:fixed;bottom:16px;right:16px;transform:translateY(16px);box-shadow:0 18px 40px #1d4ed847}.floatingCta.show{opacity:1;pointer-events:auto;transform:translateY(0)}.floatingCta:hover{background:var(--primaryHover)}@media (min-width:1100px){.floatingCta{display:none}}.btnSecondarySm{color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;height:38px;padding:0 12px;font-weight:800;text-decoration:none;transition:background .14s,border-color .14s,opacity .14s;display:inline-flex}.btnSecondarySm:hover{background:#e5e7eb}.cmsModal{z-index:1;background:#0b0e16eb;border:1px solid #ffffff24;border-radius:18px;width:min(960px,100%);max-height:min(90vh,860px);position:relative;overflow:auto;box-shadow:0 24px 60px #0000008c}.cmsModalOverlay{z-index:60;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.cmsModalBackdrop{z-index:0;background:#0208178c;border:0;position:fixed;inset:0}.cmsModal{z-index:1;border:1px solid var(--border);background:var(--card);width:min(960px,100%);max-height:min(90vh,860px);box-shadow:var(--shadow);border-radius:18px;position:relative;overflow:auto}.cmsModalHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 10px;display:flex}.cmsModalTitle{font-weight:900}.cmsModalClose{height:38px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;padding:0 12px;font-weight:900;text-decoration:none;transition:background .14s,border-color .14s,opacity .14s}.cmsModalClose:hover{background:#e5e7eb}.cmsModalBody{padding:14px}.cmsForm{flex-direction:column;gap:14px;display:flex}.cmsForm input,.cmsForm textarea,.cmsForm select{color:var(--text);border:1px solid var(--border);border-radius:var(--radiusSm);background:#fff;outline:none;width:100%;padding:10px 12px;font-family:inherit;transition:border-color .12s,box-shadow .12s,background .12s}.cmsForm textarea{resize:vertical;min-height:120px;line-height:1.5}.cmsForm input:focus,.cmsForm textarea:focus,.cmsForm select:focus{background:#fff;border-color:#1d4ed88c;box-shadow:0 0 0 3px #1d4ed824}.cmsForm input::placeholder,.cmsForm textarea::placeholder{color:#475569bf}.cmsRow{grid-template-columns:160px 1fr;align-items:start;gap:10px;margin-top:10px;display:grid}@media (max-width:720px){.cmsRow{grid-template-columns:1fr}}.cmsLabel{color:#0b1220c7;margin-top:8px;font-size:13px}.cmsHint{color:var(--muted);font-size:12px}.cmsHr{background:var(--border);border:none;height:1px;margin:2px 0}.cmsSection{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow2);background:#fff;padding:14px}.cmsSectionHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.cmsSectionTitle{letter-spacing:-.1px;font-size:14px;font-weight:900}.cmsSectionRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.cmsPill{color:#0f2a6a;white-space:nowrap;background:#f5f9ff;border:1px solid #dbe7ff;border-radius:999px;padding:6px 10px;font-size:11px}.cmsGrid2{grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;display:grid}@media (max-width:720px){.cmsGrid2{grid-template-columns:1fr}}.cmsActions{flex-wrap:wrap;gap:10px;display:flex}.cmsList{flex-direction:column;gap:10px;display:flex}.cmsListItem{border:1px solid var(--border);background:#fbfdff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.cmsListTitle{white-space:nowrap;text-overflow:ellipsis;max-width:520px;font-size:13px;font-weight:800;overflow:hidden}@media (max-width:720px){.cmsListTitle{max-width:240px}}.cmsListActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.cmsToggle{border:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fbfdff;border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.cmsToggle input{margin-top:2px;width:18px!important;height:18px!important}.cmsToggleText{flex-direction:column;display:flex}.cmsPreviewBox{background:#1d4ed80f;border:1px solid #1d4ed82e;border-radius:16px;padding:12px}.cmsPlayerShell{border:1px solid var(--border);background:#fff;border-radius:14px;overflow:hidden}.cmsForm mux-player{width:100%;height:auto}.cmsTableCard{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow2);overflow:hidden}.cmsTableHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.cmsTableTitle{letter-spacing:-.2px;font-weight:900}.cmsBtn{background:var(--primary);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid #1d4ed838;border-radius:12px;height:38px;padding:0 12px;font-weight:900;text-decoration:none;transition:background .14s,border-color .14s,opacity .14s}.cmsBtn:hover{background:var(--primaryHover)}.cmsBtn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.cmsTableScroll{overflow-x:auto}.cmsTbl{border-collapse:collapse;width:100%;min-width:820px}.cmsTbl th,.cmsTbl td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:top;padding:12px;font-size:13px}.cmsTbl th{color:var(--muted);text-align:center;background:#fbfdff;font-weight:900}.cmsEmptyCell{text-align:center;color:var(--muted);padding:18px 12px}.cmsCenterCell{text-align:center;vertical-align:middle}.cmsMono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.cmsTitleCell .t1{font-weight:900}.cmsTitleCell .t2{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.5}.cmsActions{justify-content:center;align-items:center;gap:8px;display:inline-flex}.cmsIconBtn{color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .14s,border-color .14s,opacity .14s;display:inline-flex}.cmsIconBtn:hover{background:#e5e7eb}.cmsIconBtn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.cmsIconBtn.danger{color:#ef4444;background:#ef444414;border-color:#ef444459}.cmsIconBtn.danger:hover{background:#ef444424}.cmsSwitch{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:44px;height:24px;display:inline-flex;position:relative}.cmsSwitch input{opacity:0;cursor:pointer;position:absolute;inset:0}.cmsSlider{border:1px solid var(--border);background:#e5e7eb;border-radius:999px;width:44px;height:24px;transition:background .16s,border-color .16s;position:relative}.cmsSlider:after{content:"";background:#fff;border:1px solid #0208171f;border-radius:999px;width:20px;height:20px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 6px 14px #0208171f}.cmsSwitch input:checked+.cmsSlider{background:#1d4ed82e;border-color:#1d4ed859}.cmsSwitch input:checked+.cmsSlider:after{border-color:#1d4ed838;transform:translate(20px)}.cmsSwitch input:focus-visible+.cmsSlider{box-shadow:0 0 0 3px #1d4ed82e}.cmsSwitch input:disabled+.cmsSlider{opacity:.6;cursor:not-allowed}.btnDanger{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#ef4444;border:1px solid #ef444466;border-radius:12px;justify-content:center;align-items:center;height:38px;padding:0 12px;font-weight:900;text-decoration:none;transition:background .14s,border-color .14s,opacity .14s;display:inline-flex}.btnDanger:hover{background:#dc2626}.btnDanger:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.spinner{border:4px solid #ffffff2e;border-top-color:#fffffff2;border-radius:50%;width:44px;height:44px;margin-bottom:12px;animation:1s linear infinite spin;box-shadow:0 6px 18px #0208171f}.showcaseTrack{will-change:transform}.showcaseTrack.isDragging{cursor:grabbing}@keyframes spin{to{transform:rotate(360deg)}}
