.livo-theme{--pri:#2563eb;--pri-d:#1d4ed8;--pri-l:#dbeafe;--pri-xl:#eff6fb;--acc:#10b981;--acc-d:#059669;--acc-l:#d1fae5;--dk:#0f172a;--g9:#1e293b;--g7:#334155;--g5:#64748b;--g3:#cbd5e1;--g1:#f1f5f9;--wh:#ffffff;--warn:#f59e0b;--err:#ef4444;--glow:rgba(37,99,235,0.06);--warm-bg:#fef7f0;--warm-bg-2:#fbf5ee;--shadow-sm:0 1px 2px rgba(15,23,42,0.04),0 1px 3px rgba(15,23,42,0.05);--shadow-md:0 4px 8px rgba(15,23,42,0.04),0 8px 24px rgba(15,23,42,0.06);--shadow-lg:0 8px 16px rgba(15,23,42,0.06),0 24px 48px rgba(15,23,42,0.1);--r-sm:8px;--r-md:14px;--r-lg:18px;font-family:Noto Sans TC,-apple-system,sans-serif;color:var(--g9);line-height:1.7;background:var(--wh)}.livo-theme,.livo-theme *{box-sizing:border-box}.livo-theme blockquote,.livo-theme figure,.livo-theme h1,.livo-theme h2,.livo-theme h3,.livo-theme h4,.livo-theme h5,.livo-theme h6,.livo-theme ol,.livo-theme p,.livo-theme table,.livo-theme ul{margin:0;padding:0}.livo-theme #nav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(255,255,255,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.6);transition:all .3s}.livo-theme #nav.scrolled{box-shadow:0 4px 30px rgba(0,0,0,.06);background:rgba(255,255,255,.95)}.livo-theme .nav-in{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;height:72px}.livo-theme .logo{text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-self:start}.livo-theme .logo img{height:72px;width:auto}.livo-theme .nav-links{display:flex;gap:6px;align-items:center;justify-self:center}.livo-theme .nav-tab{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;color:var(--g5);cursor:pointer;border:none;background:none;transition:all .2s;text-decoration:none}.livo-theme .nav-tab.active,.livo-theme .nav-tab:hover{color:var(--pri);background:var(--pri-l)}.livo-theme .nav-right{display:flex;align-items:center;gap:12px;justify-self:end}.livo-theme .lang-sw{display:flex;border:1px solid var(--g3);border-radius:6px;overflow:hidden;font-size:13px}.livo-theme .lang-sw button{padding:4px 10px;border:none;background:none;cursor:pointer;font-weight:600;color:var(--g5);transition:all .2s;font-family:inherit}.livo-theme .lang-sw button.active,.livo-theme .nav-cta-btn{background:var(--pri);color:var(--wh)}.livo-theme .nav-cta-btn{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s;text-decoration:none;font-family:inherit}.livo-theme .nav-cta-btn:hover{background:var(--pri-d)}.livo-theme .mobile-menu{display:none;background:none;border:none;cursor:pointer;padding:8px}.livo-theme .mobile-menu span{display:block;width:22px;height:2px;background:var(--g7);margin:5px 0;transition:.3s}@media (max-width:800px){.livo-theme .nav-in{display:flex;justify-content:space-between}.livo-theme .nav-right{justify-self:auto}.livo-theme .nav-links{display:none}.livo-theme .mobile-menu{display:block}.livo-theme #nav.open .nav-links{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;position:absolute!important;top:60px!important;left:0!important;right:0!important;height:calc(100vh - 60px)!important;height:calc(100dvh - 60px)!important;background:rgba(255,255,255,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:16px 20px;gap:2px;z-index:50;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:livoSlideDown .25s cubic-bezier(.22,1,.36,1) forwards}.livo-theme #nav.open .nav-links .nav-tab{display:block!important;width:100%!important;flex-shrink:0;padding:15px 18px!important;font-size:16px!important;text-align:left!important;border-radius:10px!important;font-weight:600!important;color:var(--dk)!important;background:transparent!important;border:none!important;border-bottom:1px solid var(--g1)!important;transition:background .15s,color .15s}.livo-theme #nav.open .nav-links .nav-tab:last-child{border-bottom:none!important}.livo-theme #nav.open .nav-links .nav-tab.active,.livo-theme #nav.open .nav-links .nav-tab:hover{background:var(--pri-xl)!important;color:var(--pri-d)!important;border-bottom-color:transparent!important}.livo-theme #nav.open:after{content:"";position:absolute;top:60px;left:0;right:0;height:calc(100vh - 60px);height:calc(100dvh - 60px);background:rgba(15,23,42,.32);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:49;pointer-events:none;animation:livoFadeIn .25s ease forwards}@keyframes livoSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes livoFadeIn{0%{opacity:0}to{opacity:1}}.livo-theme #nav.open .mobile-menu span:first-child{transform:translateY(7px) rotate(45deg)}.livo-theme #nav.open .mobile-menu span:nth-child(2){opacity:0}.livo-theme #nav.open .mobile-menu span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}body.livo-theme:has(#nav.open){overflow:hidden}.livo-theme .nav-in{height:60px}.livo-theme .logo img{height:56px}}.livo-theme footer{background:linear-gradient(135deg,#0f172a,#1a2744);color:var(--g5);padding:48px 24px;text-align:center;font-size:14px}.livo-theme footer .logo{margin-bottom:16px;display:inline-block}.livo-theme footer .logo img{height:64px;filter:brightness(0) invert(1)}.livo-theme footer a{color:var(--g3);text-decoration:none;font-size:15px}.livo-theme footer a:hover{color:var(--wh)}.livo-theme .livo-cookie-settings{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:var(--g3);font-size:15px;text-decoration:none;transition:color .2s}.livo-theme .livo-cookie-settings:hover{color:var(--wh)}.livo-theme .ftr-links{display:flex;gap:20px;justify-content:center;margin:12px 0;flex-wrap:wrap}.livo-theme .ftr-line{display:inline-flex;align-items:center;gap:6px;color:var(--g3);font-size:15px;text-decoration:none;transition:color .2s}.livo-theme .ftr-line:hover{color:var(--wh)}.livo-theme .ftr-line svg{width:18px;height:18px;fill:#06c755;display:block}@media (min-width:801px){.livo-theme footer{font-size:14.5px}.livo-theme .ftr-line{font-size:15px}}.livo-theme .page-article-wrap{display:block;padding-top:72px;padding-bottom:80px;min-height:100vh}@media (max-width:800px){.livo-theme .page-article-wrap{padding-top:60px}}.livo-theme .article-detail{max-width:760px;margin:0 auto;padding:48px 24px 80px}.livo-theme .article-back{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--g5);font-size:14px;font-weight:600;cursor:pointer;padding:6px 0;margin-bottom:24px;font-family:inherit;transition:color .2s;text-decoration:none}.livo-theme .article-back:hover{color:var(--pri)}.livo-theme .article-detail-header{margin-bottom:28px}.livo-theme .article-detail-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--g5);margin-bottom:14px;flex-wrap:wrap}.livo-theme .article-detail-meta time{color:var(--g5)}.livo-theme .article-detail-updated{font-style:italic}.livo-theme .article-detail-title{font-size:clamp(26px,3.6vw,40px);font-weight:900;color:var(--dk);line-height:1.25;letter-spacing:-.5px;margin:0}.livo-theme .article-card-cat{display:inline-block;padding:3px 10px;border-radius:12px;background:var(--pri-l);color:var(--pri);font-weight:600;font-size:12px;letter-spacing:.2px}.livo-theme .article-detail-cover{aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:var(--g1);margin-bottom:32px}.livo-theme .article-detail-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.livo-theme .article-detail-quick{margin:0 0 32px;padding:14px 18px 14px 20px;background:var(--pri-xl);border-left:4px solid var(--pri);border-radius:0 10px 10px 0;font-size:15px;line-height:1.7;color:var(--g7)}.livo-theme .article-detail-quick strong{color:var(--pri-d);font-weight:700;margin-right:4px}.livo-theme .article-detail-body{font-size:16px;line-height:1.85;color:var(--g7)}.livo-theme .article-detail-body h2{font-size:22px;font-weight:800;color:var(--dk);margin:32px 0 14px;letter-spacing:-.2px}.livo-theme .article-detail-body h3{font-size:18px;font-weight:700;color:var(--dk);margin:24px 0 10px}.livo-theme .article-detail-body p{margin:0 0 16px}.livo-theme .article-detail-body ol,.livo-theme .article-detail-body ul{margin:0 0 18px;padding-left:24px}.livo-theme .article-detail-body li{margin-bottom:8px}.livo-theme .article-detail-body blockquote{margin:18px 0;padding:14px 20px;border-left:4px solid var(--pri);background:var(--pri-xl);border-radius:0 8px 8px 0;color:var(--g7)}.livo-theme .article-detail-body blockquote p:last-child{margin:0}.livo-theme .article-detail-body code{background:var(--g1);color:var(--dk);padding:2px 6px;border-radius:4px;font-family:SF Mono,Consolas,monospace;font-size:90%}.livo-theme .article-detail-body strong{color:var(--dk);font-weight:700}.livo-theme .article-detail-body a{color:var(--pri);text-decoration:underline;text-underline-offset:2px}.livo-theme .article-detail-body a:hover{color:var(--pri-d)}.livo-theme .article-detail-body figure{margin:24px 0}.livo-theme .article-detail-body figure img{width:100%;height:auto;border-radius:12px;display:block}.livo-theme .article-detail-body figcaption{margin-top:8px;font-size:13px;color:var(--g5);text-align:center;line-height:1.6}.livo-theme .article-detail-body table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px;background:var(--wh);border:1px solid var(--g1);border-radius:10px;overflow:hidden}.livo-theme .article-detail-body table td,.livo-theme .article-detail-body table th{padding:10px 14px;text-align:left;border-bottom:1px solid var(--g1)}.livo-theme .article-detail-body table th{background:var(--g1);font-weight:700;color:var(--dk);font-size:13px;letter-spacing:.2px}.livo-theme .article-detail-body table tr:last-child td{border-bottom:none}.livo-theme .article-detail-body table tbody tr:hover{background:rgba(37,99,235,.03)}.livo-theme .article-detail-tags{margin-top:48px;padding-top:24px;border-top:1px solid var(--g1);display:flex;flex-wrap:wrap;align-items:center;gap:8px}.livo-theme .article-detail-tags-label{font-size:13px;color:var(--g5);font-weight:600;margin-right:6px}.livo-theme .article-tag{display:inline-block;padding:5px 12px;background:var(--g1);border-radius:14px;font-size:12px;color:var(--g7)}@media (max-width:600px){.livo-theme .article-detail{padding:32px 20px 60px}}.livo-theme .livo-article-cta-card{margin:48px 0 0;padding:32px;border-radius:16px;border:1px solid transparent;background:linear-gradient(var(--wh),var(--wh)) padding-box,linear-gradient(135deg,var(--pri),var(--acc-d)) border-box;box-shadow:var(--shadow-md);text-align:left}.livo-theme .livo-cta-eyebrow{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--g5);line-height:1.5}.livo-theme .livo-cta-title{margin:0 0 12px;font-size:22px;font-weight:800;color:var(--dk);line-height:1.3;letter-spacing:-.2px}.livo-theme .livo-cta-sub{margin:0 0 24px;font-size:16px;line-height:1.7;color:var(--g7)}.livo-theme .livo-cta-buttons{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 16px}.livo-theme .livo-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:10px;font-size:15px;font-weight:700;line-height:1.2;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap;cursor:pointer}.livo-theme .livo-cta-btn:hover{transform:translateY(-1px)}.livo-theme .livo-cta-btn-primary{background:var(--pri);color:var(--wh);box-shadow:0 4px 12px rgba(37,99,235,.22)}.livo-theme .livo-cta-btn-primary:hover{background:var(--pri-d);box-shadow:0 6px 16px rgba(37,99,235,.3)}.livo-theme .livo-cta-btn-secondary{background:var(--wh);color:var(--pri);border:1.5px solid var(--pri)}.livo-theme .livo-cta-btn-secondary:hover{background:var(--pri-xl)}.livo-theme .livo-cta-footnote{margin:0;font-size:13px;color:var(--g5);line-height:1.5}@media (max-width:800px){.livo-theme .livo-article-cta-card{margin-top:32px;padding:24px}.livo-theme .livo-cta-title{font-size:18px}.livo-theme .livo-cta-buttons{flex-direction:column;gap:10px}.livo-theme .livo-cta-btn{width:100%}}.livo-theme .livo-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:100;height:60px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 24px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease;pointer-events:none}.livo-theme .livo-sticky-bar.is-visible{transform:translateY(0);pointer-events:auto}.livo-theme .livo-sticky-bar-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;gap:16px}.livo-theme .livo-sticky-bar-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--dk);font-weight:700;font-size:14px;line-height:1.2;margin-right:auto}.livo-theme .livo-sticky-bar-brand img{height:28px;width:auto;display:block}.livo-theme .livo-sticky-bar-text{color:var(--g7);font-weight:500}.livo-theme .livo-sticky-bar-cta{display:inline-flex;align-items:center;padding:10px 18px;background:var(--pri);color:var(--wh);border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;line-height:1.2;box-shadow:0 2px 8px rgba(37,99,235,.22);transition:background .15s ease,transform .15s ease;white-space:nowrap}.livo-theme .livo-sticky-bar-cta:hover{background:var(--pri-d);transform:translateY(-1px)}.livo-theme .livo-sticky-bar-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:8px;color:var(--g5);font-size:16px;line-height:1;cursor:pointer;transition:color .15s ease,background .15s ease}.livo-theme .livo-sticky-bar-close:hover{color:var(--dk);background:var(--g1)}@media (max-width:700px){.livo-theme .livo-sticky-bar-inner{padding:0 16px;gap:12px}.livo-theme .livo-sticky-bar-text{display:none}.livo-theme .livo-sticky-bar-cta{padding:10px 14px;font-size:13px}}body.mylingasia-theme{--mlasia-saffron:#f4730b;--mlasia-saffron-deep:#d95a00;--mlasia-coral:#e23d51;--mlasia-marigold:#ffb400;--mlasia-teal:#0e7c7b;--mlasia-gold:#c9920e;--mlasia-plum:#3b1031;--mlasia-plum-soft:#54204a;--mlasia-cream:#fff8f0;--mlasia-cream-deep:#ffeede;--mlasia-ink:#2d1b0e;--mlasia-ink-soft:#6b5444;--mlasia-card:#ffffff;--mlasia-border:#f3ddc8;--mlasia-gradient-hero:linear-gradient(130deg,#ff9a2e,#f4730b 16%,#e23d51 40%,#c2255c 62%,#8e2a8e 84%,#5b1f7a);--mlasia-gradient-warm:linear-gradient(120deg,#ffb400,#f4730b);--mlasia-gradient-plum:linear-gradient(160deg,#54204a,#3b1031 70%);--mlasia-gradient-festive-text:linear-gradient(90deg,#ffd97a,#ffb400 35%,#ff9a2e 70%,#ffd97a);--mlasia-jali:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M24 2 46 24 24 46 2 24Z M24 14 34 24 24 34 14 24Z' fill='none' stroke='%23ffb400' stroke-width='1'/%3E%3C/svg%3E");--mlasia-jali-faint:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M24 2 46 24 24 46 2 24Z M24 14 34 24 24 34 14 24Z' fill='none' stroke='%23ffb400' stroke-opacity='0.13' stroke-width='1'/%3E%3C/svg%3E");background-color:var(--mlasia-cream);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E"),radial-gradient(52rem 36rem at 86% 2%,rgba(244,115,11,.07),transparent 65%),radial-gradient(46rem 34rem at 6% 58%,rgba(194,37,92,.05),transparent 65%),radial-gradient(40rem 30rem at 94% 96%,rgba(255,180,0,.06),transparent 65%);color:var(--mlasia-ink)}html:has(body.mylingasia-theme){scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html:has(body.mylingasia-theme){scroll-behavior:auto}}.mlasia-cv{content-visibility:auto;contain-intrinsic-size:auto 640px}.mlasia-script{font-family:var(--font-kalam,"Comic Sans MS"),cursive;font-weight:400;letter-spacing:.01em}body.mylingasia-theme{font-family:var(--font-inter,system-ui),var(--font-noto-devanagari,"Noto Sans"),system-ui,sans-serif;-webkit-font-smoothing:antialiased}body.mylingasia-theme h1,body.mylingasia-theme h2,body.mylingasia-theme h3,body.mylingasia-theme h4{letter-spacing:-.01em}.mlasia-hero-display,.mlasia-hero-title,.mlasia-section-title,body.mylingasia-theme h1,body.mylingasia-theme h2,body.mylingasia-theme h3,body.mylingasia-theme h4{font-family:var(--font-inter-heavy,system-ui),var(--font-inter,system-ui),var(--font-noto-devanagari,"Noto Sans"),system-ui,sans-serif}@media (max-width:767px){body.mylingasia-theme{padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))}}.mlasia-header{background:var(--mlasia-gradient-hero);box-shadow:0 2px 18px rgba(168,29,82,.28)}.mlasia-header-link{display:inline-flex;align-items:center;min-height:48px;padding:.5rem .9rem;border-radius:9999px;font-weight:600;font-size:.95rem;color:rgba(255,248,240,.92);transition:background-color .18s ease,color .18s ease}.mlasia-header-link:focus-visible,.mlasia-header-link:hover{background:rgba(255,248,240,.16);color:#fff8f0;outline:none}.mlasia-chip-rail{display:flex;gap:.5rem;overflow-x:auto;padding:.6rem 1rem;scrollbar-width:none;background:rgba(59,16,49,.24)}.mlasia-chip-rail::-webkit-scrollbar{display:none}.mlasia-chip{display:inline-flex;align-items:center;gap:.4rem;flex-shrink:0;min-height:40px;padding:.35rem .95rem;border-radius:9999px;border:1px solid rgba(255,248,240,.38);background:rgba(255,248,240,.12);font-size:.85rem;font-weight:700;color:#fff8f0;white-space:nowrap;transition:background-color .16s ease,border-color .16s ease}.mlasia-chip:hover{background:rgba(255,248,240,.24);border-color:var(--mlasia-marigold)}@media (min-width:768px){.mlasia-bottom-nav{display:none!important}}.mlasia-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;background:#ffffff;border-top:1.5px solid var(--mlasia-border);box-shadow:0 -6px 24px rgba(45,27,14,.12);padding-bottom:env(safe-area-inset-bottom,0)}.mlasia-bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:64px;font-size:.68rem;font-weight:700;letter-spacing:.02em;color:var(--mlasia-ink-soft);transition:color .15s ease}.mlasia-bottom-nav__item.is-active{color:var(--mlasia-saffron-deep)}.mlasia-bottom-nav__item.is-active svg{fill:rgba(244,115,11,.18)}.mlasia-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;min-width:48px;padding:.75rem 1.5rem;border-radius:9999px;font-weight:800;font-size:1rem;transition:transform .15s ease,box-shadow .18s ease,background-color .18s ease}.mlasia-button--primary{background:var(--mlasia-gradient-warm);color:#2d1b0e;box-shadow:0 6px 20px rgba(244,115,11,.38)}.mlasia-button--primary:hover{transform:translateY(-1px);box-shadow:0 9px 26px rgba(244,115,11,.46)}.mlasia-button--ghost{background:rgba(255,248,240,.14);border:1.5px solid rgba(255,248,240,.55);color:#fff8f0}.mlasia-button--ghost:hover{background:rgba(255,248,240,.24)}.mlasia-hero{position:relative;background-image:var(--mlasia-jali-faint),linear-gradient(180deg,#241023 0,#3b1031 34%,#7c1d4e 66%,#c2255c 84%,#e8643a 100%);background-size:48px 48px,auto;color:#fff8f0;border-radius:0 0 28px 28px;overflow:hidden;box-shadow:inset 0 42px 58px -52px rgba(0,0,0,.6),inset 0 -50px 60px -48px rgba(255,154,46,.45)}.mlasia-hero:before{content:"";position:absolute;inset:-60px 0 0;z-index:0;pointer-events:none;background-image:radial-gradient(2px 2px at 22px 34px,rgba(255,217,122,.9),transparent 60%),radial-gradient(1.6px 1.6px at 128px 96px,rgba(255,248,240,.7),transparent 60%),radial-gradient(2.4px 2.4px at 226px 52px,rgba(255,180,0,.8),transparent 60%),radial-gradient(1.4px 1.4px at 296px 132px,rgba(255,217,122,.6),transparent 60%);background-size:340px 180px;opacity:.8}@media (min-width:768px) and (prefers-reduced-motion:no-preference){.mlasia-hero:before{animation:mlasia-lights-drift 30s linear infinite alternate}}@keyframes mlasia-lights-drift{0%{transform:translateY(0)}to{transform:translateY(28px)}}.mlasia-hero:after{content:"";position:absolute;left:50%;bottom:-38%;width:130%;height:75%;transform:translateX(-50%);border-radius:9999px;background:radial-gradient(ellipse at center,rgba(255,180,0,.5) 0,rgba(255,154,46,.22) 42%,transparent 70%);pointer-events:none}.mlasia-hero--home{border-radius:0;box-shadow:inset 0 42px 58px -52px rgba(0,0,0,.6)}.mlasia-hero--home .mlasia-hero-fade{position:absolute;left:0;right:0;bottom:0;height:90px;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent,var(--mlasia-cream))}.mlasia-hero-display{font-size:clamp(2.6rem,8vw,5.6rem);line-height:1.02;font-weight:900;letter-spacing:-.025em;text-wrap:balance;color:#ffd97a;filter:drop-shadow(0 4px 22px rgba(255,180,0,.35))}@supports ((-webkit-background-clip:text) or (background-clip:text)){.mlasia-hero-display{background:var(--mlasia-gradient-festive-text);-webkit-background-clip:text;background-clip:text;color:transparent}}.mlasia-hero-illo{border-radius:28px;box-shadow:0 0 0 1px rgba(255,217,122,.35),0 0 60px rgba(255,180,0,.35),0 24px 60px rgba(0,0,0,.45)}@media (min-width:768px) and (prefers-reduced-motion:no-preference){.mlasia-hero-illo{animation:mlasia-float 7s ease-in-out infinite}}@keyframes mlasia-float{0%,to{transform:translateY(0) rotate(-.6deg)}50%{transform:translateY(-12px) rotate(.6deg)}}.mlasia-hero-title{font-size:clamp(2.05rem,7vw,3.6rem);line-height:1.08;font-weight:900;letter-spacing:-.02em;text-wrap:balance}.mlasia-hero-kicker{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:rgba(59,16,49,.58);border:1px solid rgba(255,180,0,.6);padding:.45rem 1rem;font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffd97a}.mlasia-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.mlasia-hero-stat{border-radius:16px;border:1px solid rgba(255,248,240,.28);background:rgba(59,16,49,.55);padding:.65rem .8rem}.mlasia-hero-stat>strong{display:block;font-size:.95rem;font-weight:800;color:#ffd97a}.mlasia-hero-stat>span{display:block;margin-top:1px;font-size:.72rem;font-weight:600;line-height:1.45;color:rgba(255,248,240,.85)}.mlasia-section-kicker{font-size:.8rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#b3243a}.mlasia-section-title{font-size:clamp(1.5rem,4.5vw,2.25rem);font-weight:900;letter-spacing:-.015em;color:var(--mlasia-ink);text-wrap:balance}.mlasia-title-bar{display:block;width:64px;height:5px;margin-top:.6rem;border-radius:9999px;background:var(--mlasia-gradient-warm)}.mlasia-section--alt{background:var(--mlasia-cream-deep);border-radius:28px}.mlasia-pillar-card{display:flex;flex-direction:column;gap:.75rem;background:var(--mlasia-card);border:1.5px solid var(--mlasia-border);border-radius:22px;padding:1.5rem;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease}.mlasia-pillar-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(45,27,14,.12)}.mlasia-pillar-card[data-accent=saffron]{border-top:5px solid var(--mlasia-saffron)}.mlasia-pillar-card[data-accent=coral]{border-top:5px solid var(--mlasia-coral)}.mlasia-pillar-card[data-accent=marigold]{border-top:5px solid var(--mlasia-marigold)}.mlasia-pillar-card[data-accent=teal]{border-top:5px solid var(--mlasia-teal)}.mlasia-post-card{display:flex;flex-direction:column;height:100%;background:var(--mlasia-card);border:1.5px solid var(--mlasia-border);border-radius:22px;overflow:hidden;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease}.mlasia-post-card:hover{transform:translateY(-3px);border-color:rgba(244,115,11,.55);box-shadow:0 14px 34px rgba(45,27,14,.13)}.mlasia-post-card__image{transition:transform .35s ease}.mlasia-post-card:hover .mlasia-post-card__image{transform:scale(1.04)}.mlasia-post-card__category{display:inline-flex;align-items:center;border-radius:9999px;background:var(--mlasia-cream-deep);color:var(--mlasia-saffron-deep);font-weight:700;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .75rem}.mlasia-rating-badge{align-items:center;gap:.25rem;border-radius:10px;background:var(--mlasia-marigold);color:#3b1031;font-size:.85rem;padding:.3rem .55rem;box-shadow:0 3px 10px rgba(255,180,0,.35)}.mlasia-price-line,.mlasia-rating-badge{display:inline-flex;font-weight:800;font-variant-numeric:tabular-nums}.mlasia-price-line{align-items:baseline;gap:.3rem;color:var(--mlasia-saffron-deep)}.mlasia-price-line>span{font-size:.75rem;font-weight:600;color:var(--mlasia-ink-soft)}.mlasia-card-fallback{background:var(--mlasia-gradient-warm)}.mlasia-trust-item{background:var(--mlasia-card);border:1.5px solid var(--mlasia-border);border-radius:18px;padding:1.1rem 1.25rem}.mlasia-trust-item>span{display:block;font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--mlasia-teal)}.mlasia-trust-item>strong{display:block;margin-top:.3rem;font-size:1.15rem;font-weight:800;color:var(--mlasia-ink)}.mlasia-trust-item>p{margin-top:.35rem;font-size:.9rem;line-height:1.65;color:var(--mlasia-ink-soft)}.mlasia-faq-card{background:var(--mlasia-card);border:1.5px solid var(--mlasia-border);border-radius:18px;overflow:hidden}.mlasia-faq-card>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:56px;padding:1rem 1.25rem;font-weight:700;font-size:1rem;cursor:pointer;list-style:none}.mlasia-faq-card>summary::-webkit-details-marker{display:none}.mlasia-faq-card>summary>span:last-child{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;background:var(--mlasia-cream-deep);color:var(--mlasia-saffron-deep);font-weight:800;transition:transform .2s ease}.mlasia-faq-card[open]>summary>span:last-child{transform:rotate(45deg)}.mlasia-faq-card>p{padding:0 1.25rem 1.15rem;font-size:.95rem;line-height:1.75;color:var(--mlasia-ink-soft)}.mlasia-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.85rem;color:var(--mlasia-ink-soft)}.mlasia-breadcrumbs a{display:inline-flex;align-items:center;min-height:48px;padding:0 .35rem;font-weight:600;color:var(--mlasia-teal)}.mlasia-breadcrumbs a:hover{text-decoration:underline;text-underline-offset:3px}.mlasia-footer{position:relative;background:var(--mlasia-gradient-plum);color:#f5e6d6;border-radius:28px 28px 0 0;overflow:hidden}.mlasia-footer:before{content:"";position:absolute;inset:0;background-image:var(--mlasia-jali);background-size:48px 48px;opacity:.08;pointer-events:none}.mlasia-footer:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0,var(--mlasia-marigold) 30%,var(--mlasia-gold) 50%,var(--mlasia-marigold) 70%,transparent 100%)}.mlasia-footer-link{display:inline-flex;align-items:center;min-height:48px;padding:0 .25rem;color:rgba(245,230,214,.82);transition:color .18s ease}.mlasia-footer-link:hover{color:var(--mlasia-marigold)}.mlasia-sticky-cta{position:fixed;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom, 0px));z-index:45;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 .75rem .6rem;padding:.6rem .9rem;border-radius:18px;background:var(--mlasia-plum);color:#fff8f0;box-shadow:0 10px 30px rgba(59,16,49,.45)}@media (min-width:768px){.mlasia-sticky-cta{display:none}}.mlasia-mobile-menu-layer{position:fixed;inset:0;z-index:60}.mlasia-mobile-drawer{position:absolute;top:0;right:0;height:100%;width:min(21rem,88vw);background:var(--mlasia-cream);border-left:1.5px solid var(--mlasia-border);box-shadow:-14px 0 44px rgba(45,27,14,.28);overflow-y:auto}.mlasia-mobile-nav-link{display:flex;align-items:center;min-height:52px;padding:.5rem 1rem;border-radius:14px;font-weight:700;font-size:1.05rem;color:var(--mlasia-ink);transition:background-color .16s ease,color .16s ease}.mlasia-mobile-nav-link.is-active,.mlasia-mobile-nav-link:hover{background:var(--mlasia-cream-deep);color:var(--mlasia-saffron-deep)}.mlasia-mobile-menu-button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:rgba(255,248,240,.16);border:1.5px solid rgba(255,248,240,.4);color:#fff8f0;transition:background-color .18s ease}.mlasia-mobile-menu-button:hover{background:rgba(255,248,240,.28)}.mlasia-mobile-drawer .mlasia-mobile-menu-button{background:var(--mlasia-cream-deep);border-color:var(--mlasia-border);color:var(--mlasia-ink)}.mlasia-toran{top:0;left:0;right:0;z-index:2;width:100%;height:44px;filter:drop-shadow(0 3px 6px rgba(59,16,49,.25))}.mlasia-sparkles,.mlasia-toran{position:absolute;pointer-events:none}.mlasia-sparkles{inset:0;z-index:1}.mlasia-sparkle{position:absolute;animation:mlasia-twinkle 3.2s ease-in-out infinite;opacity:.35}@keyframes mlasia-twinkle{0%,to{opacity:.18;transform:scale(.7) rotate(0deg)}50%{opacity:.95;transform:scale(1.15) rotate(24deg)}}.mlasia-band{position:relative;border-radius:28px}.mlasia-band:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:var(--mlasia-jali);background-size:64px 64px;opacity:.05;pointer-events:none}.mlasia-band--blush{background:linear-gradient(168deg,#fff0f5,#ffe3ec 58%,#ffd6e3)}.mlasia-band--blush,.mlasia-band--butter{box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.mlasia-band--butter{background:linear-gradient(168deg,#fff6e0,#ffeec4 58%,#ffe3b0)}.mlasia-band--sand{background:linear-gradient(168deg,#fdeede,#f9e0c6 60%,#f4d4b2);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.mlasia-ribbon{position:absolute;top:-9px;left:-8px;z-index:2;display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem .3rem .6rem;border-radius:4px 9999px 9999px 4px;background:linear-gradient(100deg,#c9920e,#ffb400 55%,#ffd97a);color:#3b1031;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 4px 12px rgba(201,146,14,.4)}.mlasia-ribbon:after{content:"";position:absolute;left:0;top:100%;border-color:#8a6309 #8a6309 transparent transparent;border-style:solid;border-width:4px}.mlasia-button--primary{position:relative;overflow:hidden}.mlasia-button--primary:after{content:"";position:absolute;top:0;bottom:0;left:0;width:50%;background:linear-gradient(90deg,transparent,rgba(255,248,240,.55),transparent);transform:translateX(-160%) skewX(-20deg);animation:mlasia-shimmer 3.4s ease-in-out infinite}@keyframes mlasia-shimmer{0%,64%{transform:translateX(-160%) skewX(-20deg)}to{transform:translateX(320%) skewX(-20deg)}}.mlasia-festive-text{color:#ffd97a}@supports ((-webkit-background-clip:text) or (background-clip:text)){.mlasia-festive-text{background:var(--mlasia-gradient-festive-text);-webkit-background-clip:text;background-clip:text;color:transparent}}.mlasia-marquee{position:relative;z-index:1;overflow:hidden;border-top:1px solid rgba(255,248,240,.22);background:rgba(59,16,49,.92);padding:.55rem 0}.mlasia-marquee__track{display:flex;width:-moz-max-content;width:max-content;animation:mlasia-marquee 28s linear infinite}.mlasia-marquee:active .mlasia-marquee__track,.mlasia-marquee:focus-within .mlasia-marquee__track,.mlasia-marquee:hover .mlasia-marquee__track{animation-play-state:paused}.mlasia-marquee__item{display:inline-flex;align-items:center;gap:1.1rem;padding-right:1.1rem;white-space:nowrap;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffd97a}.mlasia-marquee__dot{width:6px;height:6px;border-radius:9999px;background:var(--mlasia-marigold)}@keyframes mlasia-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.mlasia-pillars{display:grid;gap:1rem}@media (min-width:1024px){.mlasia-pillars{grid-template-columns:1.05fr 1fr;align-items:stretch}}.mlasia-pillar-rows{display:grid;gap:1rem}@media (min-width:1024px){.mlasia-pillar-rows{grid-template-rows:repeat(3,minmax(0,1fr));height:100%}}.mlasia-pillar-row{display:flex;align-items:stretch;gap:1rem;background:var(--mlasia-card);border:1.5px solid var(--mlasia-border);border-left-width:5px;border-radius:18px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mlasia-pillar-row:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(45,27,14,.1)}.mlasia-pillar-row[data-accent=saffron]{border-left-color:var(--mlasia-saffron)}.mlasia-pillar-row[data-accent=coral]{border-left-color:var(--mlasia-coral)}.mlasia-pillar-row[data-accent=marigold]{border-left-color:var(--mlasia-marigold)}.mlasia-pillar-row[data-accent=teal]{border-left-color:var(--mlasia-teal)}.mlasia-pillar-row__thumb{width:7.5rem;align-self:stretch;-o-object-fit:cover;object-fit:cover;flex-shrink:0}@media (min-width:640px){.mlasia-pillar-row__thumb{width:9.5rem}}.mlasia-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mlasia-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(176px,200px);gap:.75rem;overflow-x:auto;padding:.25rem .25rem .9rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--mlasia-saffron) transparent}.mlasia-rail-card{scroll-snap-align:start;display:flex;flex-direction:column;background:var(--mlasia-card);border:1.5px solid var(--mlasia-border);border-radius:18px;padding:.9rem;transition:transform .16s ease,border-color .16s ease,box-shadow .18s ease}.mlasia-rail-card:hover{transform:translateY(-3px);border-color:rgba(244,115,11,.55);box-shadow:0 12px 28px rgba(45,27,14,.12)}.mylingasia-theme .mlasia-article-hero{background:var(--mlasia-gradient-hero);color:#fff8f0;border-radius:0 0 28px 28px}body.mylingasia-theme .article-content{font-size:1.0625rem;line-height:1.85}@media (min-width:768px){body.mylingasia-theme .article-content{font-size:1.125rem}}body.mylingasia-theme .article-content h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:900;line-height:1.1}body.mylingasia-theme .article-content h2{position:relative;padding-left:.9rem;font-size:clamp(1.625rem,4vw,1.875rem);font-weight:800;line-height:1.25;margin-top:2.4em}body.mylingasia-theme .article-content h3{font-size:clamp(1.3125rem,3vw,1.4375rem);font-weight:700;line-height:1.35}body.mylingasia-theme .article-content h4{font-size:clamp(1.125rem,2.5vw,1.1875rem);font-weight:700;line-height:1.4}body.mylingasia-theme .article-content li{margin-block:.4em}body.mylingasia-theme .article-content table{font-size:.9375rem}body.mylingasia-theme .article-content figcaption,body.mylingasia-theme .article-content small{font-size:.875rem;color:var(--mlasia-ink-soft)}body.mylingasia-theme .article-content h2:before{content:"";position:absolute;left:0;top:.35em;bottom:.25em;width:5px;border-radius:9999px;background:var(--mlasia-gradient-warm)}body.mylingasia-theme .article-content a{color:var(--mlasia-saffron-deep);font-weight:700;text-decoration-color:rgba(244,115,11,.45);text-underline-offset:3px}body.mylingasia-theme .article-content blockquote{border-left:4px solid var(--mlasia-marigold);background:var(--mlasia-cream-deep);border-radius:0 14px 14px 0}.mlasia-progress{position:fixed;top:0;left:0;right:0;z-index:55;height:4px;pointer-events:none}.mlasia-progress>span{display:block;height:100%;width:100%;transform-origin:0 50%;transform:scaleX(0);background:var(--mlasia-gradient-warm)}.mlasia-caret{display:inline-block;width:3px;height:.95em;margin-left:4px;vertical-align:-.08em;border-radius:2px;background:#ffd97a;animation:mlasia-caret-blink 1s steps(1) infinite}.mlasia-caret--static{animation:none;opacity:.7}@keyframes mlasia-caret-blink{50%{opacity:0}}.mlasia-flight{display:none;position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}@media (min-width:768px){.mlasia-flight{display:block}}.mlasia-flight__route{position:absolute;left:0;right:0;top:8%;height:120px;width:100%}.mlasia-flight__plane{offset-path:path("M-40 96 C 240 28 760 24 1240 78");offset-rotate:auto;animation:mlasia-fly 16s linear infinite}@supports not (offset-path:path("M0 0 L1 1")){.mlasia-flight{display:none}}@keyframes mlasia-fly{0%{offset-distance:0;opacity:0}6%{opacity:1}92%{opacity:1}to{offset-distance:100%;opacity:0}}.mlasia-diya-flame{transform-origin:32px 24px;animation:mlasia-flicker 2.6s ease-in-out infinite}@keyframes mlasia-flicker{0%,to{transform:scale(1) skewX(0deg);opacity:1}28%{transform:scale(1.08,.94) skewX(-2.5deg);opacity:.92}55%{transform:scale(.94,1.08) skewX(2deg)}78%{transform:scale(1.04,.97) skewX(-1.5deg);opacity:.95}}.mlasia-rating-badge{position:relative;overflow:hidden}.mlasia-rating-badge:after{content:"";position:absolute;top:-30%;bottom:-30%;left:0;width:30%;background:linear-gradient(90deg,transparent,rgba(255,248,240,.32),transparent);transform:translateX(-180%) skewX(-22deg)}.group:hover .mlasia-rating-badge:after,a:hover>.mlasia-rating-badge:after{animation:mlasia-scan .9s ease-out}@keyframes mlasia-scan{0%{transform:translateX(-180%) skewX(-22deg)}to{transform:translateX(460%) skewX(-22deg)}}.mlasia-circuit{position:absolute;right:0;bottom:0;width:84px;height:84px;pointer-events:none;opacity:.5;transition:opacity .2s ease}.group:hover .mlasia-circuit{opacity:.95}.mlasia-pulse{position:relative;display:inline-block;width:8px;height:8px;border-radius:9999px;background:currentColor}.mlasia-pulse:after{content:"";position:absolute;inset:-4px;border-radius:9999px;border:2px solid;opacity:.7;animation:mlasia-pulse 2s ease-out infinite}@keyframes mlasia-pulse{0%{transform:scale(.5);opacity:.7}to{transform:scale(1.4);opacity:0}}.mlasia-stamp{display:inline-flex;align-items:center;gap:.35rem;border:2px dashed rgba(14,124,123,.55);border-radius:10px;padding:.2rem .55rem;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0e7c7b;transform:rotate(-2.5deg);transition:transform .18s ease}.group:hover .mlasia-stamp{transform:rotate(1.5deg) scale(1.06)}.mlasia-marquee__track--reverse{display:none}@media (min-width:768px){.mlasia-marquee__track--reverse{display:flex;animation-direction:reverse;animation-duration:34s}}.mlasia-marquee__item--alt{color:#fff8f0}@media (prefers-reduced-motion:reduce){.mlasia-button,.mlasia-pillar-card,.mlasia-pillar-row,.mlasia-post-card,.mlasia-post-card__image,.mlasia-rail-card{transition:none}.group:hover .mlasia-rating-badge:after,.mlasia-button--primary:after,.mlasia-caret,.mlasia-diya-flame,.mlasia-flight__plane,.mlasia-hero-illo,.mlasia-hero:before,.mlasia-marquee__track,.mlasia-pulse:after,.mlasia-rating-badge:after,.mlasia-sparkle{animation:none}.mlasia-circuit,.mlasia-faq-card>summary>span:last-child,.mlasia-stamp{transition:none}.mlasia-flight{display:none}}@media (max-width:767px){.site-header-shell nav{justify-content:flex-start}}@media (max-width:520px){.site-header-shell a.group[aria-label]{flex-shrink:1;min-width:0}.site-header-shell a.group[aria-label] img{max-width:min(42vw,260px);-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.site-header-shell nav{max-width:none}.myling-lang-switch{margin-left:0}.site-header-shell>div{gap:.5rem}}@media (max-width:767px){.myling-lang-switch{padding:.55rem .8rem}.myling-article-page nav[aria-label=Breadcrumb] a{padding-block:.5rem}.myling-toc__link{padding-block:.45rem}footer .footer-link{display:inline-block;padding-block:.3rem}}.myling-toc__summary{display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent;padding-block:.25rem}.myling-toc__summary::-webkit-details-marker{display:none}.myling-toc__chevron{font-size:.9rem;color:hsl(var(--primary));transition:transform .22s ease}.myling-toc__details[open] .myling-toc__chevron{transform:rotate(180deg)}.myling-toc__details>ol{margin-top:.85rem}.myling-featured-card__kicker{font-size:12px;color:hsl(39 90% 30%)}.myling-featured-card__meta{font-size:12px}:root{--ease-editorial:cubic-bezier(0.22,0.8,0.26,0.99)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}}