@charset "UTF-8";.topbar{background:var(--ink);color:#c7cfdd;font-size:var(--fs-xs)}.topbar .wrap{display:flex;align-items:center;justify-content:center;gap:1.4rem;min-height:38px}.topbar a{display:inline-flex;align-items:center;gap:.4em;color:#dfe5ef;min-height:34px;white-space:nowrap;text-decoration:none;transition:color var(--t-fast)}.topbar a:hover{color:#fff}.topbar svg{width:15px;height:15px}.topbar .tb-left{display:none}@media(min-width:401px){.topbar .tb-left{display:flex;gap:1.4rem}}.topbar .tb-right{display:flex;gap:1.1rem;align-items:center}.topbar .tb-item{display:inline-flex;align-items:center;gap:.4em}.topbar .tb-item.hide-sm{display:none}@media(min-width:641px){.topbar .tb-item.hide-sm{display:inline-flex}}.topbar .tb-item .star{color:var(--star)}@media(min-width:401px){.topbar .wrap{justify-content:center}}@media(min-width:641px){.topbar .wrap{justify-content:space-between;gap:1rem}}.site-header{position:sticky;top:0;z-index:100;background:#ffffffdb;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--border);transition:box-shadow var(--t-med)}.site-header.scrolled{box-shadow:var(--shadow-md)}.site-header .wrap{display:flex;align-items:center;gap:1.2rem;min-height:var(--header-h)}.brand-logo{display:flex;align-items:center;gap:.6rem;flex:none}.brand-logo img{height:40px;width:auto}@media(min-width:561px){.brand-logo img{height:46px}}.main-nav{position:fixed;inset:0 0 auto auto;height:100dvh;width:min(340px,86vw);display:flex;flex-direction:column;align-items:stretch;gap:.2rem;padding:1rem 1.3rem 2rem;background:#fff;box-shadow:var(--shadow-lg);transform:translateY(10px);opacity:0;transition:transform var(--t-slow),opacity var(--t-med);z-index:105;visibility:hidden;overflow-y:auto;overscroll-behavior:contain;margin-left:auto}.main-nav .nav-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.2rem .35rem 1rem;border-bottom:1px solid var(--border);margin-bottom:.6rem}.main-nav .nav-head .nav-head-title{font-family:var(--font-display);font-weight:800;font-size:var(--fs-sm);text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted)}.main-nav .nav-head .nav-close{width:44px;height:44px;border-radius:var(--r-full);background:var(--n-50);color:var(--ink);display:grid;place-items:center;flex:none;transition:background var(--t-fast);border:0;cursor:pointer}.main-nav .nav-head .nav-close:hover{background:var(--n-100)}.main-nav a{padding:.85em 1em;border-radius:var(--r-md);font-weight:600;font-size:var(--fs-base);color:var(--text);transition:background var(--t-fast),color var(--t-fast);position:relative;white-space:nowrap;text-decoration:none}.main-nav a:not(.btn):hover{background:var(--n-50);color:var(--brand-600)}.main-nav a.btn,.main-nav a.nav-book{color:#fff}.main-nav a.btn:hover{color:#fff;background:var(--brand-gradient)}.main-nav a.active{color:var(--brand-600)}.main-nav a.active:after{display:none;content:"";position:absolute;left:50%;bottom:.28em;translate:-50% 0;width:18px;height:3px;border-radius:3px;background:var(--accent)}.main-nav a.active:not(.btn){background:var(--brand-tint)}.main-nav .nav-book.only-mobile{display:inline-flex;justify-content:center;margin-top:.5rem}@media(min-width:1081px){.main-nav{position:static;width:auto;height:auto;flex-direction:row;align-items:center;gap:.15rem;padding:0;background:transparent;transform:none;opacity:1;visibility:visible;box-shadow:none;overflow:visible}.main-nav .nav-head{display:none}.main-nav a{padding:.55em .72em;font-size:var(--fs-sm);border-radius:var(--r-full)}.main-nav a.active{background:transparent}.main-nav a.active:after{display:inline-block}.main-nav .nav-book.only-mobile{display:none}}.header-tools{display:flex;align-items:center;gap:.5rem;flex:none;margin-left:auto}.header-tools .menu-toggle{display:grid;place-items:center;order:3;width:44px;height:44px;border-radius:var(--r-md);background:var(--n-50);border:0;cursor:pointer}.header-tools .menu-toggle span,.header-tools .menu-toggle span:before,.header-tools .menu-toggle span:after{content:"";display:block;width:20px;height:2px;background:var(--ink);border-radius:2px;position:relative;transition:transform var(--t-med),opacity var(--t-fast);margin-inline:auto}.header-tools .menu-toggle span:before{position:absolute;top:-6px;left:0}.header-tools .menu-toggle span:after{position:absolute;top:6px;left:0}.header-tools .nav-book.desktop{display:none}@media(min-width:1081px){.header-tools .nav-book.desktop{display:inline-flex}}@media(min-width:1081px){.header-tools{margin-left:0}.header-tools .menu-toggle{display:none}}.lang-switch{display:inline-flex;background:var(--n-50);border-radius:var(--r-full);padding:3px;border:1px solid var(--border)}.lang-switch .lang-flag{width:18px;height:12px;flex:none;border-radius:2px;box-shadow:0 0 0 1px #0000001f}.lang-switch a{display:inline-flex;align-items:center;justify-content:center;gap:.4em;min-width:34px;min-height:30px;padding:.3em .6em;border:0;border-radius:var(--r-full);background:none;font:inherit;font-size:.8rem;font-weight:700;letter-spacing:.02em;color:var(--n-500);text-decoration:none;cursor:pointer;transition:all var(--t-fast);line-height:1}.lang-switch a:hover{color:var(--brand-600)}.lang-switch a[aria-current]{background:#fff;color:var(--brand-600);box-shadow:var(--shadow-sm)}@media(max-width:360px){.lang-switch a{min-width:0;padding:.3em .55em}}.nav-overlay{position:fixed;inset:0;background:#0e112080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:90;opacity:0;visibility:hidden;transition:opacity var(--t-med)}@media(min-width:1081px){.nav-overlay{display:none}}body.menu-open .main-nav{transform:none;opacity:1;visibility:visible}body.menu-open .nav-overlay{opacity:1;visibility:visible}body.menu-open .menu-toggle span{background:transparent}body.menu-open .menu-toggle span:before{transform:translateY(6px) rotate(45deg)}body.menu-open .menu-toggle span:after{transform:translateY(-6px) rotate(-45deg)}.crumbs{position:static}.crumbs .wrap{padding-top:.6rem;padding-bottom:.1rem}.crumbs ol{list-style:none;display:flex;flex-wrap:nowrap;align-items:center;gap:.45rem;margin:0;padding:0;font-size:var(--fs-xs);color:#cfe0ff;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.crumbs ol::-webkit-scrollbar{display:none}.crumbs li{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.crumbs li+li:before{content:"/";color:#ffffff73}.crumbs a{color:#e8f0ff;min-height:24px;display:inline-flex;align-items:center}.crumbs a:hover{color:#fff;text-decoration:underline}.crumbs [aria-current]{color:#fff;font-weight:700}@media(min-width:900px){.crumbs{position:absolute;z-index:3;left:0;right:0;top:0;pointer-events:none}.crumbs .wrap{padding-top:.85rem;padding-bottom:0}.crumbs ol{flex-wrap:wrap;overflow-x:visible;pointer-events:auto}}.crumb-long{display:none}.crumb-short{display:inline}.hero{position:relative}.route-hero .hero-copy{padding-top:0}@media(min-width:900px){.crumb-long{display:inline}.crumb-short{display:none}.route-hero .hero-copy{padding-top:1.6rem}}.site-footer{background:var(--ink);color:#aeb8cc;padding-top:clamp(3rem,5vw,4.5rem)}.site-footer .footer-top{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2.4rem;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer .footer-top .footer-brand p{margin:1rem 0;font-size:var(--fs-sm);max-width:34ch;color:#93a0b8}.site-footer .footer-top .footer-brand .brand-logo{display:inline-flex;align-items:center;gap:.6rem;flex:none}.site-footer .footer-top .footer-brand .brand-logo img{height:52px;width:auto}.site-footer .footer-top .footer-brand .foot-contact{display:grid;gap:.55rem}.site-footer .footer-top .footer-brand .foot-contact>a,.site-footer .footer-top .footer-brand .foot-contact>span{display:flex;align-items:flex-start;gap:.6em;min-height:26px;font-size:var(--fs-sm);color:#c7cfdd;transition:color var(--t-fast)}.site-footer .footer-top .footer-brand .foot-contact>a:hover,.site-footer .footer-top .footer-brand .foot-contact>span:hover{color:#fff}.site-footer .footer-top .footer-brand .foot-contact>a>span,.site-footer .footer-top .footer-brand .foot-contact>span>span{display:inline}.site-footer .footer-top .footer-brand .foot-contact>a b,.site-footer .footer-top .footer-brand .foot-contact>span b{font-weight:700;color:#dbe7ff}.site-footer .footer-top .footer-brand .foot-contact svg{width:17px;height:17px;color:var(--accent);flex:none;margin-top:2px}.site-footer .footer-top .footer-col h4{color:#fff;font-size:var(--fs-sm);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.site-footer .footer-top .footer-col ul{list-style:none;display:grid;gap:.55rem;padding:0;margin:0}.site-footer .footer-top .footer-col a{display:inline-flex;align-items:center;min-height:26px;font-size:var(--fs-sm);color:#aeb8cc;transition:color var(--t-fast);text-decoration:none}.site-footer .footer-top .footer-col a:hover{color:#fff}.site-footer .footer-top .foot-social{display:flex;gap:.6rem;margin-top:1rem}.site-footer .footer-top .foot-social a{width:44px;height:44px;border-radius:var(--r-full);background:#ffffff14;display:grid;place-items:center;color:#c7cfdd;transition:all var(--t-fast)}.site-footer .footer-top .foot-social a:hover{background:var(--brand);color:#fff;transform:translateY(-2px)}.site-footer .footer-top .foot-social svg{width:18px;height:18px}@media(min-width:521px){.site-footer .footer-top{grid-template-columns:1fr 1fr}.site-footer .footer-top .footer-brand{grid-column:1/-1}}@media(min-width:861px){.site-footer .footer-top{grid-template-columns:1.6fr 1fr 1fr 1.2fr}.site-footer .footer-top .footer-brand{grid-column:auto}}.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:1.5rem;font-size:var(--fs-xs);color:#8a95ab}.site-footer .footer-bottom .pay-methods{display:flex;align-items:center;gap:.5rem}.site-footer .footer-bottom .pay-methods .pm{height:26px;padding:0 .5em;min-width:42px;border-radius:5px;background:#ffffffeb;display:grid;place-items:center;font-size:10px;font-weight:800;color:#1a2240;letter-spacing:.02em}.crumbs{position:relative}.crumbs ol,.crumbs a,.crumbs [aria-current],.crumbs a:hover{color:var(--text-strong)}.crumbs li+li:before{color:var(--text-strong)}body{background-color:var(--background-main-white-bone)!important}.post-hero{width:100%;position:relative}.post-hero .post-hero-image{position:relative;width:100%;height:60vh;min-height:400px;max-height:400px;overflow:hidden}.post-hero .post-hero-image .hero-banner{width:100%;height:100%;object-fit:cover;object-position:center}.post-hero .post-hero-image .post-hero-overlay{position:absolute;inset:0;background:linear-gradient(#191f2680,#191f2680)}.post-article{margin-top:2rem;margin-bottom:2rem;background:#fff;border-radius:12px;box-shadow:0 5px 12px #00000014;overflow:hidden}.post-article .post-header{padding:1rem;border-bottom:1px solid #eaeaea}.post-article .post-header .post-main-title{font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;text-align:left}@media(min-width:768px){.post-article .post-header .post-main-title{font-size:2rem}}.post-article .post-header .post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.938rem;margin-bottom:1.25rem}.post-article .post-header .post-meta .author-info{display:flex;align-items:center;gap:12px}.post-article .post-header .post-meta .author-info .author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #eaeaea}.post-article .post-header .post-meta .author-info .author-details{display:flex;flex-direction:column}.post-article .post-header .post-meta .author-info .author-details .author-name{font-weight:600;color:#2c3e50;font-size:1.05rem}.post-article .post-header .post-meta .author-info .author-details .author-title{font-size:.85rem;color:#7f8c8d;margin-top:2px}.post-article .post-header .post-meta .publish-date{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;font-size:.9rem;background:#f8f9fa;padding:8px 12px;margin-left:auto;border-radius:20px}@media(max-width:768px){.post-article .post-header .post-meta{flex-direction:column;align-items:flex-start;gap:.625rem}.post-article .post-header .post-meta .publish-date{margin-left:0}}.post-article .post-header .post-tags{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.post-article .post-header .post-tags .post-tag{background:#2c5aa0;color:#fff;padding:.4rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid white;transition:all .3s ease}@media(max-width:480px){.post-article .post-header .post-tags{gap:.75rem}.post-article .post-header .post-tags .tags-label{flex-basis:100%}}.post-article .post-body{color:#333;font-size:1.125rem;line-height:1.8;padding:1rem}.post-article .post-body h1,.post-article .post-body h2,.post-article .post-body h3,.post-article .post-body h4,.post-article .post-body h5,.post-article .post-body h6{color:#333;margin-top:2.5rem;margin-bottom:1.25rem;font-weight:600;line-height:1.3}.post-article .post-body h1{font-size:2rem;border-bottom:2px solid #2c5aa0;padding-bottom:.5rem}.post-article .post-body h2{font-size:1.75rem;color:#2c5aa0}.post-article .post-body h3{font-size:1.5rem}.post-article .post-body h4{font-size:1.25rem}.post-article .post-body p{margin-bottom:1.5rem;text-align:justify}.post-article .post-body ul,.post-article .post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-article .post-body ul li,.post-article .post-body ol li{margin-bottom:.75rem;line-height:1.6}.post-article .post-body ul{list-style-type:disc}.post-article .post-body ol{list-style-type:decimal}.post-article .post-body blockquote{border-left:4px solid #2c5aa0;padding:1.5rem 2rem;margin:2rem 0;background:#cbdaf1;border-radius:0 8px 8px 0;font-style:italic;color:#545b62}.post-article .post-body blockquote p{margin-bottom:0;font-size:1.1rem}.post-article .post-body code{background:#f8f9fa;padding:.2rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;color:#e53e3e;border:1px solid #e9ecef}.post-article .post-body pre{background:#2d3748;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0;border-left:4px solid #2c5aa0}.post-article .post-body pre code{background:none;color:inherit;padding:0;border:none}.post-article .post-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;box-shadow:0 4px 15px #0000001a}.post-article .post-body img.align-left{float:left;margin-right:2rem;margin-bottom:1rem;max-width:50%}.post-article .post-body img.align-right{float:right;margin-left:2rem;margin-bottom:1rem;max-width:50%}.post-article .post-body img.align-center{display:block;margin-left:auto;margin-right:auto}.post-article .post-body a{color:#2c5aa0;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.post-article .post-body a:hover{color:#1c3864;border-bottom-color:currentColor}.post-article .post-body table{width:100%;border-collapse:collapse;margin:2rem 0}.post-article .post-body table th,.post-article .post-body table td{padding:1rem;border:1px solid #e9ecef;text-align:left}.post-article .post-body table th{background:#2c5aa0;color:#fff;font-weight:600}.post-article .post-body table tr:nth-child(2n){background:#f8f9fa}@media(max-width:768px){.post-article .post-body{font-size:1rem}.post-article .post-body h1{font-size:1.75rem}.post-article .post-body h2{font-size:1.5rem}.post-article .post-body h3{font-size:1.25rem}.post-article .post-body img.align-left,.post-article .post-body img.align-right{float:none;margin:1rem auto;max-width:100%}}.post-article .post-share{margin-top:3rem;border-top:1px solid var(--gray-light);display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem}.post-article .post-share .share-label{font-weight:600;color:#333;font-size:1rem}.post-article .post-share .share-buttons{display:none;gap:.75rem;flex-wrap:wrap}.post-article .post-share .share-button{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid #e9ecef;background:#fff;color:#333;cursor:pointer}.post-article .post-share .share-button svg{width:16px;height:16px}.post-article .post-share .share-button.share-facebook{background:#1877f2;color:#fff;border-color:#1877f2}.post-article .post-share .share-button.share-facebook:hover{background:#0b5fcc;transform:translateY(-2px);box-shadow:0 4px 12px #1877f24d}.post-article .post-share .share-button.share-twitter{background:#1da1f2;color:#fff;border-color:#1da1f2}.post-article .post-share .share-button.share-twitter:hover{background:#0c85d0;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f24d}.post-article .post-share .share-button.share-linkedin{background:#0077b5;color:#fff;border-color:#0077b5}.post-article .post-share .share-button.share-linkedin:hover{background:#005582;transform:translateY(-2px);box-shadow:0 4px 12px #0077b54d}.post-article .post-share .share-button.share-whatsapp{background:#25d366;color:#fff;border-color:#25d366}.post-article .post-share .share-button.share-whatsapp:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.post-article .post-share .share-button.share-copy{background:#6c757d;color:#fff;border-color:#6c757d}.post-article .post-share .share-button.share-copy:hover{background:#545b62;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.post-article .post-share .share-button.mobile-share-button{background:#2c5aa0;color:#fff;border-color:#2c5aa0}.post-article .post-share .share-button.mobile-share-button:hover{background:#214478;transform:translateY(-2px);box-shadow:0 4px 12px #2c5aa04d}.post-article .post-share .share-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.post-article .post-share .share-button.loading{opacity:.7;pointer-events:none}.post-article .post-share .share-button.success{background:#28a745!important;border-color:#28a745!important}.post-article .post-share .mobile-share-button{padding:.85rem 1.2rem;width:100%;justify-content:center}@media(max-width:768px){.post-article .post-share{flex-direction:column;align-items:flex-start}.post-article .post-share .share-buttons{width:100%}.post-article .post-share .share-buttons .share-button{flex:1;justify-content:center;min-width:120px}}@media(max-width:480px){.post-article .post-share .share-buttons{flex-direction:column}.post-article .post-share .share-buttons .share-button{width:100%}}@media(min-width:768px){.post-article .post-share .share-buttons{display:flex}.post-article .post-share .mobile-share-button{display:none}}@media(min-width:768px){.post-article .post-header,.post-article .post-body,.post-article .post-share{padding:30px 40px 20px}}.share-toast{position:fixed;bottom:20px;right:20px;background:#28a745;color:#fff;padding:1rem 1.5rem;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;transform:translateY(100px);opacity:0;transition:all .3s ease}.share-toast.show{transform:translateY(0);opacity:1}@media(max-width:768px){.share-toast{bottom:10px;right:10px;left:10px}}@media(max-width:768px){.post-hero .post-hero-image{height:40vh;min-height:300px}}@media(max-width:480px){.post-hero .post-hero-image{height:30vh;min-height:250px}}
