.header-module__Voge7q__header{width:100%;z-index:var(--z-header);transition:all var(--transition-base);padding:20px 40px;position:fixed;top:0;left:0}.header-module__Voge7q__headerScrolled{background:var(--color-header-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-header-border);padding:14px 40px;box-shadow:0 1px 20px #0ea5e90f}.header-module__Voge7q__headerInner{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.header-module__Voge7q__logo{color:var(--color-text-primary);letter-spacing:-.02em;transition:color var(--transition-fast);font-family:Playfair Display,serif;font-size:28px;font-style:italic;font-weight:600}.header-module__Voge7q__logo:hover{color:var(--color-accent)}.header-module__Voge7q__desktopNav{align-items:center;gap:8px;display:flex}.header-module__Voge7q__navLink{font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--transition-fast);border-radius:var(--radius-sm);padding:8px 16px;font-weight:500;position:relative}.header-module__Voge7q__navLink:hover{color:var(--color-accent)}.header-module__Voge7q__navLink:after{content:"";background-color:var(--color-accent);border-radius:var(--radius-full);width:20px;height:2px;transition:transform var(--transition-base);position:absolute;bottom:2px;left:50%;transform:translate(-50%)scaleX(0)}.header-module__Voge7q__navLink:hover:after{transform:translate(-50%)scaleX(1)}.header-module__Voge7q__headerRight{align-items:center;gap:12px;display:flex}.header-module__Voge7q__themeToggle{border-radius:var(--radius-full);background:var(--color-bg-secondary);border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-text-secondary);transition:all var(--transition-fast);cursor:pointer;justify-content:center;align-items:center;display:flex}.header-module__Voge7q__themeToggle:hover{background:var(--color-white);color:var(--color-accent);box-shadow:var(--shadow-sm);border-color:var(--color-accent-light)}.header-module__Voge7q__langSwitcher{background:var(--color-bg-secondary);border-radius:var(--radius-full);border:1px solid var(--color-border);align-items:center;gap:0;padding:3px;display:flex}.header-module__Voge7q__langBtn{letter-spacing:.08em;color:var(--color-text-muted);border-radius:var(--radius-full);transition:all var(--transition-fast);padding:6px 14px;font-size:12px;font-weight:600}.header-module__Voge7q__langBtnActive{background:var(--color-white);color:var(--color-accent);box-shadow:var(--shadow-sm)}.header-module__Voge7q__langBtn:not(.header-module__Voge7q__langBtnActive):hover{color:var(--color-text-primary)}.header-module__Voge7q__hamburger{border-radius:var(--radius-md);border:1px solid var(--color-border);width:44px;height:44px;transition:all var(--transition-fast);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.header-module__Voge7q__hamburger:hover{border-color:var(--color-accent-light);background:var(--color-bg-secondary)}.header-module__Voge7q__hamburgerLine{background:var(--color-text-primary);border-radius:var(--radius-full);width:20px;height:2px;transition:all var(--transition-base)}.header-module__Voge7q__hamburgerOpen .header-module__Voge7q__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.header-module__Voge7q__hamburgerOpen .header-module__Voge7q__hamburgerLine:nth-child(2){opacity:0}.header-module__Voge7q__hamburgerOpen .header-module__Voge7q__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.header-module__Voge7q__mobileOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:calc(var(--z-header) - 1);opacity:0;pointer-events:none;transition:opacity var(--transition-base);background:#0f172a66;position:fixed;inset:0}.header-module__Voge7q__mobileOverlayOpen{opacity:1;pointer-events:auto}.header-module__Voge7q__mobileMenu{background:var(--color-white);width:min(380px,85vw);height:100vh;z-index:calc(var(--z-header) + 1);transition:transform var(--transition-spring);flex-direction:column;gap:8px;padding:100px 32px 40px;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 30px #0000001a}.header-module__Voge7q__mobileMenuOpen{transform:translate(0)}.header-module__Voge7q__mobileNavLink{font-size:var(--text-lg);color:var(--color-text-primary);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:16px 20px;font-weight:600;display:block}.header-module__Voge7q__mobileNavLink:hover{background:var(--color-bg-secondary);color:var(--color-accent);padding-left:28px}.header-module__Voge7q__mobileCloseBtn{border-radius:var(--radius-md);border:1px solid var(--color-border);width:44px;height:44px;color:var(--color-text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:20px;display:flex;position:absolute;top:24px;right:24px}.header-module__Voge7q__mobileCloseBtn:hover{background:var(--color-bg-secondary);color:var(--color-accent)}@media (max-width:900px){.header-module__Voge7q__header{padding:16px 20px}.header-module__Voge7q__headerScrolled{padding:12px 20px}.header-module__Voge7q__desktopNav{display:none}.header-module__Voge7q__hamburger{display:flex}.header-module__Voge7q__langSwitcher{padding:2px}.header-module__Voge7q__langBtn{padding:5px 8px;font-size:10px}}@media (max-width:480px){.header-module__Voge7q__header{padding:12px 16px}.header-module__Voge7q__headerScrolled{padding:10px 16px}.header-module__Voge7q__logo{font-size:22px}.header-module__Voge7q__langSwitcher{padding:2px}.header-module__Voge7q__langBtn{letter-spacing:.04em;padding:4px 6px;font-size:9px}.header-module__Voge7q__hamburger{width:38px;height:38px}.header-module__Voge7q__hamburgerLine{width:18px}.header-module__Voge7q__mobileMenu{width:100vw;padding:80px 24px 32px}}
.footer-module__1xoUSW__footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:60px 0 30px}.footer-module__1xoUSW__footerInner{flex-direction:column;align-items:center;gap:32px;display:flex}.footer-module__1xoUSW__footerLogo{color:var(--color-text-primary);font-family:Playfair Display,serif;font-size:24px;font-style:italic;font-weight:600}.footer-module__1xoUSW__footerLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.footer-module__1xoUSW__footerLink{font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--transition-fast)}.footer-module__1xoUSW__footerLink:hover{color:var(--color-accent)}.footer-module__1xoUSW__footerSocial{align-items:center;gap:16px;display:flex}.footer-module__1xoUSW__footerSocialLink{border-radius:var(--radius-full);background:var(--color-white);width:40px;height:40px;color:var(--color-text-secondary);border:1px solid var(--color-border);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.footer-module__1xoUSW__footerSocialLink:hover{color:var(--color-accent);border-color:var(--color-accent-light);background:var(--color-accent-ultra-light);transform:translateY(-2px)}.footer-module__1xoUSW__footerDivider{background:var(--color-border);width:100%;max-width:200px;height:1px}.footer-module__1xoUSW__footerBottom{flex-direction:column;align-items:center;gap:4px;display:flex}.footer-module__1xoUSW__footerCopyright{font-size:var(--text-sm);color:var(--color-text-muted)}.footer-module__1xoUSW__footerBuiltWith{font-size:var(--text-xs);color:var(--color-text-muted);opacity:.7}@media (max-width:768px){.footer-module__1xoUSW__footer{padding:40px 0 24px}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_2fe1ab3d-module__-T-KAq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_2fe1ab3d-module__-T-KAq__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Noto Sans Thai;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/bfd813093b8ca1bb-s.p.3ok2djvs6w93k.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Noto Sans Thai;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/acc5f86302586f33-s.1ttn5ge0anb6a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans Thai;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/f304c3cf3765fb5f-s.0h0-3wqrkgcb1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Thai Fallback;src:local(Arial);ascent-override:99.79%;descent-override:42.32%;line-gap-override:0.0%;size-adjust:106.33%}.noto_sans_thai_407a63cf-module__eBjE5q__className{font-family:Noto Sans Thai,Noto Sans Thai Fallback;font-style:normal}.noto_sans_thai_407a63cf-module__eBjE5q__variable{--font-noto-thai:"Noto Sans Thai", "Noto Sans Thai Fallback"}
@font-face{font-family:Noto Sans Lao;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/88a013264a4e85f3-s.p.3d1hgzl_2jziv.woff2)format("woff2");unicode-range:U+E81-EDF,U+200C-200D,U+25CC}@font-face{font-family:Noto Sans Lao;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/59e3947e472c47fa-s.1uurkx5r9l5cc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans Lao;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/0705d5f655c6cf46-s.15sp3jtlionyz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Lao Fallback;src:local(Arial);ascent-override:111.26%;descent-override:43.45%;line-gap-override:0.0%;size-adjust:106.33%}.noto_sans_lao_7d3c456a-module__B1Bj9W__className{font-family:Noto Sans Lao,Noto Sans Lao Fallback;font-style:normal}.noto_sans_lao_7d3c456a-module__B1Bj9W__variable{--font-noto-lao:"Noto Sans Lao", "Noto Sans Lao Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.3jppgd0xzx-0d.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.0t8ljjjn9wtsx.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.2zyohmvb-ks7f.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.3u4lli0-axodc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_d2444-module__v0TyJW__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_d2444-module__v0TyJW__variable{--font-playfair:"Playfair Display", "Playfair Display Fallback"}
.ripple-module__9yN3qG__rippleContainer{pointer-events:none;z-index:9999;width:100vw;height:100vh;position:fixed;top:0;left:0}.ripple-module__9yN3qG__ripple{border:2px solid var(--color-accent);background:#0ea5e91a;border-radius:50%;animation:.6s cubic-bezier(.22,1,.36,1) forwards ripple-module__9yN3qG__rippleAnim;position:absolute;transform:translate(-50%,-50%)}@keyframes ripple-module__9yN3qG__rippleAnim{0%{opacity:.8;width:0;height:0}to{opacity:0;width:120px;height:120px}}
.cursor-module__5Zq4ta__cursorDot{background-color:var(--color-accent);pointer-events:none;z-index:10000;border-radius:50%;width:8px;height:8px;transition:width .2s,height .2s,background-color .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-module__5Zq4ta__cursorOutline{border:1px solid var(--color-accent);pointer-events:none;z-index:9999;border-radius:50%;width:40px;height:40px;transition:width .2s,height .2s,border-color .2s,background-color .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-module__5Zq4ta__hovered .cursor-module__5Zq4ta__cursorOutline{background-color:#0ea5e91a;border-color:#0000;width:60px;height:60px}.cursor-module__5Zq4ta__hovered .cursor-module__5Zq4ta__cursorDot{width:0;height:0}.cursor-module__5Zq4ta__cursorGlow{background:radial-gradient(circle, var(--color-accent-ultra-light) 0%, transparent 60%);pointer-events:none;z-index:1;opacity:.6;mix-blend-mode:screen;border-radius:50%;width:400px;height:400px;margin-top:-200px;margin-left:-200px;position:fixed;top:0;left:0}[data-theme=dark] .cursor-module__5Zq4ta__cursorGlow{opacity:.15}@media (max-width:1024px){.cursor-module__5Zq4ta__cursorDot,.cursor-module__5Zq4ta__cursorOutline{display:none!important}}
.backtotop-module__ERZtPq__backToTopBtn{background:var(--color-bg-primary);width:48px;height:48px;color:var(--color-accent);box-shadow:var(--shadow-md);border:1px solid var(--color-border);cursor:pointer;z-index:100;transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:32px;right:32px}.backtotop-module__ERZtPq__backToTopBtn:hover{background:var(--color-accent-ultra-light);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.backtotop-module__ERZtPq__progressRing{width:100%;height:100%;position:absolute;top:0;left:0;transform:rotate(-90deg)}.backtotop-module__ERZtPq__progressRingCircle{fill:#0000;stroke:var(--color-accent);stroke-width:2px;transition:stroke-dashoffset .1s}@media (max-width:768px){.backtotop-module__ERZtPq__backToTopBtn{width:40px;height:40px;bottom:24px;right:24px}}
