@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&family=Noto+Serif+TC:wght@500;600;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap";:root{--oat:#f5f0df;--oat-2:#fbf6ea;--paper:#fffaf0;--ink:#513d2b;--muted:#856f5b;--line:#c9ad86;--gold:#c99a4b;--deep:#243b3b;--moss:#5e715c;--blue:#8ea9c0;--orange:#d6a06a;--brown:#a2744a;--purple:#b9a6c7;--rose:#d69b8e;--shadow:0 24px 60px rgba(91,65,38,.13);--soft-shadow:0 10px 30px rgba(91,65,38,.1);--radius:28px;--font-serif: "Noto Serif TC", "Source Han Serif TC", "Songti TC", "Microsoft JhengHei", serif;--font-sans: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--font-sans);background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.82),transparent 26%),radial-gradient(circle at 83% 16%,rgba(238,218,181,.5),transparent 30%),linear-gradient(180deg,#f4eedb,#fbf6ea 48%,#f3ead7);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.3;background-image:linear-gradient(rgba(112,83,52,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(112,83,52,.03) 1px,transparent 1px);background-size:44px 44px,44px 44px;mask-image:linear-gradient(180deg,black,transparent 92%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}::selection{background:#ead4a9;color:#3f2d1f}.site-header{position:sticky;top:0;z-index:70;background:#faf4e6c7;backdrop-filter:blur(18px);border-bottom:1px solid rgba(154,122,85,.18)}.nav-wrap{max-width:1220px;margin:0 auto;padding:14px 22px;display:flex;align-items:center;gap:20px;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;min-width:230px}.brand-mark{width:42px;height:42px;border:1.5px dashed rgba(122,90,61,.5);border-radius:50%;display:grid;place-items:center;background:#fffaf0b8}.brand-mark img{width:31px;height:31px}.brand-text{line-height:1.05}.brand-text strong{font-family:var(--font-serif);font-size:19px;letter-spacing:.02em;display:block}.brand-text span{font-size:12px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.main-nav{display:flex;align-items:center;gap:3px;flex-wrap:wrap;justify-content:flex-end}.nav-link{padding:10px 13px;border-radius:999px;font-size:14px;color:#5d4936;position:relative;transition:.25s ease}.nav-link:hover,.nav-link.active{background:#e2c99e73;box-shadow:inset 0 0 0 1px #946f451f}.nav-link .tiny{font-size:11px;color:#9b7955;margin-left:4px}.mobile-nav-toggle{display:none;border:1px solid rgba(122,90,61,.2);background:#fffaf0bf;border-radius:16px;padding:10px 12px;color:var(--ink)}.page-shell{max-width:1220px;margin:0 auto;padding:32px 22px 80px}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:34px;align-items:center;padding:42px 0 18px}.hero-card{position:relative;border:1px solid rgba(151,113,72,.2);border-radius:38px;padding:48px;background:#fffaf0ad;box-shadow:var(--shadow);overflow:hidden}.hero-card:before,.paper-card:before,.legal-card:before,.about-card:before{content:"";position:absolute;inset:12px;border:1px dashed rgba(149,111,69,.18);border-radius:inherit;pointer-events:none}.kicker{letter-spacing:.18em;text-transform:uppercase;color:#9a744e;font-size:12px;font-weight:700;margin-bottom:16px}h1,h2,h3{font-family:var(--font-serif);font-weight:500;margin:0;color:#493524}h1{font-size:clamp(42px,6.4vw,82px);line-height:.95;letter-spacing:-.035em}h2{font-size:clamp(30px,4vw,54px);line-height:1.05;letter-spacing:-.02em}h3{font-size:24px;line-height:1.15}p{line-height:1.86;color:#675440}.hero-sub{font-size:18px;max-width:600px;margin:24px 0 0;color:#6b5540}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{border:0;border-radius:999px;padding:13px 20px;background:#6c4f35;color:#fff;display:inline-flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 12px 28px #4e36212e;transition:.22s ease}.btn:hover{transform:translateY(-2px);background:#573d28}.btn.ghost{background:#fffaf0bf;color:#604830;border:1px solid rgba(128,93,57,.22);box-shadow:none}.btn.small{padding:9px 13px;font-size:13px}.btn.soft{background:#efe0c3;color:#5a412b;box-shadow:none}.map-stage{position:relative;border-radius:42px;padding:26px;background:linear-gradient(145deg,#fffaf0e6,#f1e2c794);border:1px solid rgba(151,113,72,.2);box-shadow:var(--shadow);overflow:hidden}.map-stage:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.65),transparent 30%),radial-gradient(circle at 75% 75%,rgba(199,158,90,.17),transparent 34%);pointer-events:none}.world-map-wrap{position:relative;aspect-ratio:1.92/1;z-index:1;border-radius:30px;background:#f5eedc80;overflow:hidden;border:1px solid rgba(171,139,93,.18)}.world-map{position:absolute;inset:3% 2% 2%;background:url(../images/world-map.svg) center/contain no-repeat;filter:sepia(.16) saturate(.82) contrast(.96);opacity:.96}.map-vignette{position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,transparent 50%,rgba(98,64,32,.08));pointer-events:none}.hotspot,.refpoint{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);z-index:4}.hotspot{width:18px;height:18px;border-radius:50%;background:#d9a852;border:2px solid #fff8e8;box-shadow:0 0 0 4px #d3a55038,0 0 24px #d3a550d9;cursor:pointer;transition:.25s ease}.hotspot:before{content:"";position:absolute;inset:-10px;border-radius:50%;border:1px solid rgba(211,165,80,.4);animation:pulse 2.8s ease-in-out infinite}.hotspot:hover,.hotspot.active{transform:translate(-50%,-50%) scale(1.22);box-shadow:0 0 0 7px #d3a55038,0 0 34px #d3a550f2}.refpoint{width:6px;height:6px;border-radius:50%;background:#5a483561}.refpoint span{position:absolute;left:8px;top:-7px;font-size:10px;color:#54412d75;white-space:nowrap;letter-spacing:.02em}@keyframes pulse{50%{transform:scale(1.55);opacity:.35}to{transform:scale(2.2);opacity:0}}.map-popover{position:absolute;z-index:12;min-width:230px;max-width:280px;background:#fffaf0ed;backdrop-filter:blur(14px);border:1px solid rgba(145,105,62,.25);border-radius:24px;padding:16px;box-shadow:0 18px 45px #5b41262e;display:none;transform:translate(14px,-16px)}.map-popover.visible{display:block;animation:floatIn .18s ease-out both}@keyframes floatIn{0%{opacity:0;transform:translate(14px,-8px)}to{opacity:1;transform:translate(14px,-16px)}}.pop-title{font-family:var(--font-serif);font-size:22px;margin-bottom:4px}.pop-country{font-size:12px;color:var(--muted);margin-bottom:12px;text-transform:uppercase;letter-spacing:.12em}.pop-links{display:flex;flex-direction:column;gap:8px}.pop-link{padding:10px 11px;border-radius:15px;background:#eedec08c;border:1px solid rgba(145,105,62,.12);font-size:13px;display:flex;justify-content:space-between;gap:10px}.sound-note{font-size:12px;color:#8d6d4a;margin-top:12px;border-top:1px dashed rgba(145,105,62,.2);padding-top:10px}.map-caption{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:17px;position:relative;z-index:2;font-size:13px;color:#80664d;flex-wrap:wrap}.sound-toggle{display:flex;align-items:center;gap:10px}.section{padding:58px 0 10px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head p{max-width:560px;margin:0}.grid{display:grid;gap:22px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.paper-card,.post-card,.legal-card,.about-card,.drawer-card,.admin-card{position:relative;background:#fffaf0b8;border:1px solid rgba(145,105,62,.18);border-radius:var(--radius);box-shadow:var(--soft-shadow);overflow:hidden}.paper-card{padding:28px}.post-card{display:flex;flex-direction:column;min-height:360px;transition:.24s ease}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.post-image{height:180px;background:linear-gradient(135deg,#ead5ad,#f8f0df);position:relative;overflow:hidden}.post-image:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.6),transparent 22%),linear-gradient(135deg,rgba(74,57,39,.04),transparent)}.post-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) sepia(.08)}.post-body{padding:22px;display:flex;flex-direction:column;gap:13px;flex:1}.tags{display:flex;gap:7px;flex-wrap:wrap;align-items:center}.tag{font-size:12px;border-radius:999px;padding:5px 9px;background:#ede0c5;color:#73583d;border:1px solid rgba(112,83,52,.12)}.tag.guide{background:#e7eef3;color:#506e83}.tag.reflection{background:#f5e0ca;color:#9a6737}.tag.stay{background:#ecdfd1;color:#765033}.tag.experience{background:#eee6f3;color:#6c587c}.tag.food{background:#f8e8d9;color:#92543c}.tag.transport{background:#e6eee5;color:#536d4e}.tag.warning{background:#f3ddd8;color:#8d4e43}.tag.pending{background:#f6ecd4;color:#946d36}.tag.active{background:#e2f0de;color:#4b7042}.tag.disabled{background:#eee8e0;color:#8a8276}.tag.normal{background:#e9edf1;color:#607182}.post-title{font-family:var(--font-serif);font-size:25px;line-height:1.15;color:#463321}.post-excerpt{font-size:14px;color:#6f5a45;margin:0;line-height:1.72}.post-meta{font-size:12px;color:#927456;margin-top:auto;display:flex;gap:8px;flex-wrap:wrap}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;padding:16px;background:#fffaf0ad;border:1px solid rgba(145,105,62,.16);border-radius:24px;margin-bottom:24px;box-shadow:var(--soft-shadow)}.filter-bar select,.filter-bar input,.admin-form input,.admin-form select,.admin-form textarea{border:1px solid rgba(122,90,61,.22);border-radius:15px;background:#fffcf6e6;padding:11px 12px;color:var(--ink);outline:none;min-width:170px}.filter-bar input{flex:1;min-width:220px}.drawer-overlay{position:fixed;inset:0;background:#2119112e;z-index:95;display:none}.drawer-overlay.visible{display:block}.drawer{position:fixed;right:0;top:0;height:100vh;width:min(520px,94vw);background:#fffaf0c7;backdrop-filter:blur(24px);border-left:1px solid rgba(122,90,61,.2);z-index:100;transform:translate(105%);transition:.32s ease;box-shadow:-18px 0 60px #37261633;overflow:auto}.drawer.visible{transform:translate(0)}.drawer-inner{padding:28px}.drawer-close{float:right;border:0;background:#eadbc0;border-radius:50%;width:40px;height:40px;cursor:pointer}.drawer-hero{border-radius:28px;min-height:170px;background:linear-gradient(135deg,#ead5ad,#f7ebd4);margin:20px 0;display:grid;place-items:center;overflow:hidden}.drawer-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.drawer-tab{border:1px solid rgba(122,90,61,.16);background:#fffaf0cc;border-radius:999px;padding:9px 11px;cursor:pointer}.drawer-tab.active{background:#6c4f35;color:#fff}.drawer-panel{display:none}.drawer-panel.active{display:block}.local-map{position:relative;min-height:260px;border-radius:24px;border:1px solid rgba(145,105,62,.18);background:linear-gradient(135deg,#f2e5cd,#fff7e7);overflow:hidden;margin:14px 0}.local-map:before{content:"";position:absolute;inset:18px;border:1px dashed rgba(122,90,61,.18);border-radius:22px}.local-line{position:absolute;background:#7a5a3d38;height:2px;transform-origin:left center}.local-point{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#d7a151;border:2px solid #fff8e8;box-shadow:0 0 0 4px #d3a5502e;cursor:pointer}.local-point span{position:absolute;left:16px;top:-6px;background:#fffaf0d9;border:1px solid rgba(122,90,61,.12);border-radius:11px;padding:3px 7px;font-size:11px;white-space:nowrap}.affiliate-card{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;border:1px solid rgba(145,105,62,.16);border-radius:22px;padding:16px;background:#fffaf0b3;margin:12px 0}.affiliate-card h4{margin:0;font-family:var(--font-serif);font-size:20px}.affiliate-card p{margin:6px 0 0;font-size:13px;line-height:1.5}.article-layout{max-width:900px;margin:0 auto}.article-hero{padding:48px;border-radius:38px;background:#fffaf0b8;border:1px solid rgba(145,105,62,.18);box-shadow:var(--shadow);margin:30px 0}.article-content{font-size:17px}.article-content .block{margin:28px 0}.article-content h2{font-size:36px;margin:44px 0 12px}.quote-block{border-left:4px solid #c99a4b;padding:14px 20px;background:#fffaf0a6;border-radius:0 22px 22px 0;font-family:var(--font-serif);font-size:22px;color:#5e432b}.note-block{background:#f7ecd5;border:1px dashed rgba(145,105,62,.28);padding:18px;border-radius:22px}.legal-card,.about-card{padding:42px;margin:28px 0}.legal-card h2{font-size:34px;margin-top:36px}.legal-card h2:first-child{margin-top:0}.legal-card li{margin:9px 0;line-height:1.7;color:#6a5541}.about-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.about-card p{white-space:pre-line}.stamp-divider{height:80px;background:url(../images/postcard-stamp.svg) center/contain no-repeat;margin:24px 0;opacity:.75}.admin-page{background:#f4eedb}.admin-shell{max-width:1280px;margin:0 auto;padding:24px}.admin-login{min-height:80vh;display:grid;place-items:center}.admin-card{padding:24px}.admin-layout{display:grid;grid-template-columns:240px 1fr;gap:22px}.admin-sidebar{position:sticky;top:84px;height:calc(100vh - 110px);padding:18px}.admin-tab-btn{width:100%;text-align:left;border:0;background:transparent;border-radius:14px;padding:12px;cursor:pointer;color:#5d4936}.admin-tab-btn.active,.admin-tab-btn:hover{background:#eadbc0}.admin-panel{display:none}.admin-panel.active{display:block}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-form{display:grid;gap:12px}.admin-form textarea{min-height:120px;resize:vertical}.admin-table{width:100%;border-collapse:separate;border-spacing:0 10px}.admin-table th{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#8b6b49;text-align:left;padding:4px 8px}.admin-table td{background:#fffaf0bf;padding:10px 8px;border-top:1px solid rgba(145,105,62,.12);border-bottom:1px solid rgba(145,105,62,.12)}.admin-table td:first-child{border-left:1px solid rgba(145,105,62,.12);border-radius:14px 0 0 14px}.admin-table td:last-child{border-right:1px solid rgba(145,105,62,.12);border-radius:0 14px 14px 0}.map-picker{position:relative;aspect-ratio:1.92/1;border-radius:22px;background:#f7ebd8;overflow:hidden;border:1px solid rgba(145,105,62,.18);cursor:crosshair}.map-picker .world-map{inset:3% 2% 2%}.picker-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:#b96b44;border:2px solid white;transform:translate(-50%,-50%);box-shadow:0 0 20px #b96b4480}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.media-item{border:1px solid rgba(145,105,62,.16);border-radius:18px;padding:10px;background:#fffaf0b8;overflow:hidden}.media-thumb{height:100px;border-radius:12px;background:#eadbc0;display:grid;place-items:center;overflow:hidden}.media-thumb img{width:100%;height:100%;object-fit:cover}.site-footer{border-top:1px solid rgba(145,105,62,.18);padding:30px 22px;background:#f2e6cc80}.footer-inner{max-width:1220px;margin:0 auto;display:flex;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap;color:#765d43;font-size:13px}.footer-links{display:flex;gap:14px;flex-wrap:wrap}.cursor-plane{position:fixed;width:42px;height:42px;pointer-events:none;z-index:9999;background:url(../images/plane-cursor.svg) center/contain no-repeat;transform:translate(-50%,-50%);transition:opacity .2s ease;opacity:0}.cursor-plane.moving{animation:tinyProp .28s linear infinite}@keyframes tinyProp{50%{filter:drop-shadow(0 0 6px rgba(201,154,75,.45))}}.empty{padding:32px;border:1px dashed rgba(145,105,62,.25);border-radius:22px;background:#fffaf080;color:#8b6b49;text-align:center}.hidden{display:none!important}.sr-only{position:absolute;left:-9999px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.cursor-plane{display:none!important}}@media(max-width:980px){.hero,.grid.three,.grid.two,.about-columns,.admin-grid,.admin-layout{grid-template-columns:1fr}.main-nav{display:none;position:absolute;left:16px;right:16px;top:70px;background:#fffaf0f2;border:1px solid rgba(122,90,61,.18);border-radius:24px;padding:12px;box-shadow:var(--shadow)}.main-nav.open{display:flex;flex-direction:column;align-items:stretch}.nav-link{padding:12px 14px}.mobile-nav-toggle{display:block}.brand{min-width:0}.cursor-plane{display:none}.hero-card{padding:34px}.map-stage{padding:16px}.page-shell{padding-top:18px}.admin-sidebar{position:static;height:auto}.admin-layout{gap:16px}}@media(max-width:640px){.nav-wrap{padding:12px 14px}.brand-text strong{font-size:16px}.brand-text span{font-size:10px}.hero-card{padding:28px 22px;border-radius:30px}.world-map-wrap{aspect-ratio:1.25/1}.world-map{background-size:cover;background-position:center}.refpoint span{display:none}.hotspot{width:22px;height:22px}.section-head{align-items:flex-start;flex-direction:column}.filter-bar select,.filter-bar input{width:100%;min-width:0}.affiliate-card{grid-template-columns:1fr}.article-hero{padding:30px}.drawer-inner{padding:22px}.footer-inner{align-items:flex-start;flex-direction:column}}.nav-wrap,.page-shell,.footer-inner{max-width:1440px}.brand{min-width:250px}.main-nav{gap:8px;flex-wrap:nowrap}.nav-link{padding:10px 16px;font-size:15px;overflow:hidden;isolation:isolate}.nav-link:before{content:"";position:absolute;inset:2px;border-radius:999px;background:linear-gradient(135deg,#fffaf0d1,#e6cea585);opacity:0;transform:scale(.86);transition:opacity .22s ease,transform .22s ease;z-index:-1}.nav-link:after{content:"";position:absolute;left:18px;right:18px;bottom:6px;height:1px;background:linear-gradient(90deg,transparent,#9b744e,transparent);opacity:0;transform:scaleX(.3);transition:opacity .22s ease,transform .22s ease}.nav-link:hover{transform:translateY(-1px);color:#4b3321;background:transparent;box-shadow:none}.nav-link:hover:before,.nav-link.active:before{opacity:1;transform:scale(1)}.nav-link:hover:after,.nav-link.active:after{opacity:.72;transform:scaleX(1)}.nav-link.active{background:transparent;box-shadow:none;color:#442f1f}.nav-link-formosa{white-space:nowrap}.nav-link .tiny{font-size:10px;letter-spacing:.04em;color:#9a714f}.home-hero{grid-template-columns:1fr;gap:28px;padding-top:30px}.home-intro-card{padding:40px 48px 38px;display:grid;grid-template-columns:minmax(0,1.05fr) auto;align-items:end;column-gap:28px;overflow:hidden}.home-intro-card h1{font-size:clamp(44px,6.2vw,88px);line-height:.92;max-width:920px}.home-intro-card h1 span{display:block;font-size:.36em;letter-spacing:.06em;color:#8b6b49;margin-top:18px}.home-intro-card .hero-sub{max-width:820px;margin-top:20px}.home-intro-card .cta-row{justify-content:flex-end;margin-top:0;align-self:center}.map-stage{overflow:visible}.home-map-stage{padding:30px 34px 24px}.home-map-stage .world-map-wrap{aspect-ratio:2.1/1;min-height:500px;border-radius:34px}.home-map-stage .world-map{inset:2.5% 1.5% 1.8%}.map-popover{transform:none}.map-popover.visible{animation:popoverIn .16s ease-out both}@keyframes popoverIn{0%{opacity:0;transform:translateY(7px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.map-stage.map-cursor-active,.map-stage.map-cursor-active *{cursor:none!important}.cursor-plane{width:38px;height:38px;opacity:0;transform:translate(-50%,-50%) rotate(var(--plane-angle,0deg));transition:opacity .12s ease}.cursor-plane.visible{opacity:1}.cursor-plane.moving{animation:planeFloat .34s ease-in-out infinite}@keyframes planeFloat{50%{filter:drop-shadow(0 2px 8px rgba(201,154,75,.38));transform:translate(-50%,-51%) rotate(var(--plane-angle,0deg))}}.listing-hero{padding:42px 48px 46px;margin-bottom:20px}.listing-hero .kicker{font-size:14px;letter-spacing:.18em;margin-bottom:18px}.listing-hero h1{font-size:clamp(34px,4.9vw,66px);line-height:1.06}.listing-hero .hero-sub{max-width:760px;font-size:17px;margin-top:20px}.english-hero h1{font-size:clamp(34px,4.6vw,62px)}.filter-bar{display:grid;grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(150px,.65fr));gap:12px;align-items:center}.filter-bar input,.filter-bar select{width:100%;min-width:0}.post-card{position:relative}.favorite-btn{position:absolute;right:15px;top:15px;z-index:6;width:38px;height:38px;border-radius:50%;border:1px solid rgba(122,90,61,.18);background:#fffaf0db;color:#9b7955;box-shadow:0 8px 18px #5b41261f;cursor:pointer;font-size:18px;line-height:1;display:grid;place-items:center;transition:transform .18s ease,background .18s ease,color .18s ease}.favorite-btn:hover{transform:translateY(-2px) scale(1.04);background:#fff4e1}.favorite-btn.active{background:#f4ded9;color:#b45b5b;border-color:#b45b5b47}.tag.purple{background:#eee6f3;color:#6c587c}@media(max-width:1180px){.brand{min-width:210px}.brand-text strong{font-size:18px}.nav-link{padding:9px 12px;font-size:14px}.home-intro-card{grid-template-columns:1fr}.home-intro-card .cta-row{justify-content:flex-start;margin-top:28px}.home-map-stage .world-map-wrap{min-height:420px}}@media(max-width:980px){.main-nav{flex-wrap:wrap}.home-map-stage .world-map-wrap{min-height:360px}.filter-bar{grid-template-columns:1fr 1fr}.cursor-plane{display:none}.map-stage.map-cursor-active,.map-stage.map-cursor-active *{cursor:auto!important}}@media(max-width:640px){.home-intro-card{padding:30px 22px}.home-intro-card h1{font-size:clamp(38px,14vw,62px)}.home-map-stage{padding:16px}.home-map-stage .world-map-wrap{min-height:0;aspect-ratio:1.25/1}.filter-bar{grid-template-columns:1fr}.listing-hero{padding:30px 22px}.nav-link-formosa{white-space:normal}}.nav-wrap{max-width:1360px;padding:10px 24px;gap:18px}.brand.brand-image{min-width:260px;max-width:330px;height:54px;overflow:hidden;border-radius:18px;display:flex;align-items:center}.brand.brand-image img{height:54px;width:310px;object-fit:contain;object-position:left center;mix-blend-mode:multiply;filter:saturate(.85) contrast(.96)}.main-nav{gap:10px}.nav-link{font-family:var(--font-serif);font-size:15.5px;font-weight:700;letter-spacing:.02em;padding:11px 16px;color:#513b27;background:transparent;isolation:isolate;overflow:hidden}.nav-link:before{content:"";position:absolute;left:50%;bottom:6px;width:8px;height:8px;border-radius:50%;background:#ca9a4b3d;transform:translate(-50%,12px) scale(.35);opacity:0;transition:.28s cubic-bezier(.2,.8,.2,1);z-index:-1}.nav-link:after{content:"";position:absolute;left:16px;right:16px;bottom:7px;height:1px;background:linear-gradient(90deg,transparent,rgba(146,104,60,.55),transparent);transform:scaleX(0);transition:.28s ease}.nav-link:hover,.nav-link.active{background:#fffaf08f;box-shadow:0 10px 24px #5a402214,inset 0 0 0 1px #946f451c;transform:translateY(-1px)}.nav-link:hover:before,.nav-link.active:before{opacity:1;transform:translate(-50%) scale(5.6)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link-formosa{white-space:nowrap;letter-spacing:.005em}.social-nav{display:flex;align-items:center;gap:8px;margin-left:2px;padding-left:8px;border-left:1px solid rgba(145,105,62,.16)}.social-icon{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#fffaf08a;border:1px solid rgba(145,105,62,.16);color:#6b5035;transition:.25s ease;box-shadow:0 8px 18px #6346260d}.social-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-icon:nth-child(2) svg,.social-icon:nth-child(3) svg{fill:currentColor;stroke:none}.social-icon:hover{transform:translateY(-2px);background:#fff9ed;box-shadow:0 12px 26px #6346261c;color:#4b3828}.home-hero{display:block;padding-top:28px}.home-intro-card{padding:34px 42px 30px;display:block}.home-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;white-space:nowrap}.home-title-row h1{font-size:clamp(42px,5.2vw,76px);line-height:.95;letter-spacing:-.045em;white-space:nowrap;margin:0}.home-zh-title{font-family:var(--font-serif);font-size:clamp(34px,3.2vw,52px);font-weight:700;color:#8b6b49;letter-spacing:.08em;white-space:nowrap;margin-bottom:.08em}.home-subline{max-width:none!important;white-space:nowrap;font-size:18px;margin-top:22px!important;line-height:1.75}.home-intro-card .cta-row{justify-content:flex-end;margin-top:24px}.home-map-stage{margin-top:30px;padding:34px 38px 26px}.home-map-stage .world-map-wrap{aspect-ratio:2.06/1;min-height:640px;border-radius:34px;cursor:grab;touch-action:none}.home-map-stage .world-map-wrap.dragging{cursor:grabbing}.map-content{position:absolute;inset:0;transform-origin:center center;transition:transform .08s linear;will-change:transform;z-index:2}.world-map-wrap .world-map{position:absolute;inset:2.5% 1.5% 1.8%;background:url(../images/world-map.svg) center/contain no-repeat;filter:sepia(.16) saturate(.82) contrast(.96);opacity:.96}.map-vignette{z-index:3}.hotspot,.refpoint{z-index:5}.map-controls{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:14;display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:999px;background:#fffaf0c7;backdrop-filter:blur(14px);border:1px solid rgba(145,105,62,.18);box-shadow:0 14px 34px #48321d1f}.map-controls button{border:0;border-radius:999px;background:#6c4f35;color:#fff;width:34px;height:34px;display:grid;place-items:center;cursor:pointer;transition:.2s ease}.map-controls button:hover{transform:translateY(-1px);background:#573d28}.map-controls label{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.08em;color:#765d43;white-space:nowrap}.map-controls input{accent-color:#8c673f;width:160px}.map-controls [data-reset-map]{width:auto;padding:0 12px;background:#efe0c3;color:#5b432e}.map-popover{pointer-events:none}.map-popover .pop-link{pointer-events:auto}.map-caption{position:relative;z-index:13;padding-bottom:42px}.prep-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:22px;align-items:start}.prep-intro{height:100%}.prep-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.prep-cards .affiliate-card{margin:0;height:100%;background:#fffaf0c7}.about-hero-card .about-subline{white-space:nowrap;max-width:none;font-size:18px}.about-banner{margin:28px 0 32px;border-radius:34px;overflow:hidden;border:1px solid rgba(145,105,62,.16);box-shadow:var(--soft-shadow);background:#fffaf08c}.about-banner img{width:100%;height:auto;display:block;mix-blend-mode:multiply}.stamp-divider{display:none}@media(max-width:1280px){.brand.brand-image{min-width:220px;max-width:260px}.brand.brand-image img{width:250px}.nav-link{font-size:14px;padding:10px 12px}.social-icon{width:31px;height:31px}.home-title-row,.home-subline,.about-hero-card .about-subline{white-space:normal}.home-map-stage .world-map-wrap{min-height:560px}}@media(max-width:980px){.brand.brand-image{min-width:170px;max-width:220px}.brand.brand-image img{width:215px}.social-nav{border-left:0;padding-left:0;margin-top:4px}.main-nav.open .social-nav{justify-content:center}.home-title-row{align-items:flex-start;flex-direction:column;gap:12px}.home-intro-card .cta-row{justify-content:flex-start}.home-map-stage .world-map-wrap{min-height:420px}.map-controls{left:16px;right:16px;transform:none;justify-content:center;bottom:14px}.map-controls input{width:120px}.prep-layout,.prep-cards{grid-template-columns:1fr}}@media(max-width:640px){.home-intro-card{padding:28px 20px}.home-title-row h1{font-size:36px;white-space:normal}.home-zh-title{font-size:32px}.home-map-stage .world-map-wrap{aspect-ratio:1.15/1;min-height:390px}.map-controls{gap:6px;padding:8px}.map-controls label{font-size:0}.map-controls input{width:118px}.about-banner{border-radius:24px}}.map-popover{pointer-events:auto}.brand.brand-image{min-width:300px;max-width:340px;height:66px;border-radius:14px;overflow:visible;background:transparent}.brand.brand-image img{width:330px;height:66px;object-fit:contain;object-position:left center;mix-blend-mode:multiply;filter:saturate(.86) contrast(.98);transform:translate(-6px)}.nav-wrap{min-height:76px}.home-logo-card{padding:28px 38px 32px}.home-logo-showcase{width:100%;border-radius:30px;overflow:hidden;background:linear-gradient(180deg,#fffaf0c2,#fffaf047);border:1px solid rgba(145,105,62,.12);box-shadow:inset 0 0 0 1px #ffffff61}.home-logo-showcase img{width:100%;height:auto;display:block;mix-blend-mode:multiply;filter:saturate(.9) contrast(.98)}.home-copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-top:22px}.home-copy .kicker{margin-bottom:10px}.home-wordmark-line{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap;color:#493524}.home-wordmark-line span{font-family:var(--font-serif);font-size:clamp(24px,2.4vw,42px);line-height:1;font-weight:500;letter-spacing:-.025em}.home-wordmark-line strong{font-family:var(--font-serif);font-size:clamp(22px,2.1vw,36px);line-height:1;color:#8b6b49;letter-spacing:.08em}.home-logo-card .home-subline{font-size:17px;margin-top:14px!important;white-space:normal;max-width:980px!important;line-height:1.76}.home-logo-card .cta-row{margin-top:0;justify-content:flex-end;white-space:nowrap}.about-hero-card .about-subline{display:none}.about-banner-with-note{position:relative;isolation:isolate}.about-banner-with-note:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,240,.82) 0%,rgba(255,250,240,.62) 27%,rgba(255,250,240,.08) 54%,transparent 74%);pointer-events:none;z-index:1}.about-banner-note{position:absolute;left:5.5%;top:22%;z-index:2;max-width:38%;padding:22px 24px;border-radius:28px;background:#fffaf080;border:1px solid rgba(145,105,62,.12);box-shadow:0 18px 42px #5b412614;backdrop-filter:blur(3px)}.about-banner-note .kicker{font-size:11px;margin-bottom:10px;letter-spacing:.18em}.about-banner-note h2{font-size:clamp(24px,2.8vw,42px);letter-spacing:.02em;color:#5a412b;margin:0 0 10px}.about-banner-note p{margin:0;color:#6f5842;font-size:15px;line-height:1.9}.roaming-hero h1{font-size:clamp(56px,8vw,112px);letter-spacing:.02em;line-height:.96;font-family:var(--font-serif);font-weight:700;color:#473423}.hero-translation{font-family:var(--font-serif);font-size:clamp(16px,1.25vw,22px);letter-spacing:.16em;text-transform:lowercase;color:#9a744e;margin:14px 0 6px}.roaming-hero .hero-sub{max-width:920px;font-size:18px;line-height:1.95;margin-top:18px;color:#6b5540}@media(max-width:1280px){.brand.brand-image{min-width:240px;max-width:270px;height:58px}.brand.brand-image img{width:270px;height:58px}.home-copy-row{grid-template-columns:1fr}.home-logo-card .cta-row{justify-content:flex-start;margin-top:4px}.about-banner-note{max-width:44%;top:18%}.about-banner-note h2{font-size:30px}}@media(max-width:980px){.brand.brand-image{min-width:190px;max-width:220px;height:50px}.brand.brand-image img{width:220px;height:50px}.home-logo-card{padding:24px}.home-copy-row{gap:16px}.home-wordmark-line{gap:10px}.about-banner-with-note:after{background:linear-gradient(180deg,rgba(255,250,240,.68),transparent 55%)}.about-banner-note{position:relative;left:auto;top:auto;max-width:none;margin:14px 0 0;background:#fffaf0b8}.roaming-hero h1{font-size:58px}}@media(max-width:640px){.brand.brand-image{min-width:150px;max-width:170px;height:44px}.brand.brand-image img{width:170px;height:44px}.home-logo-card{padding:20px}.home-logo-showcase{border-radius:22px}.home-wordmark-line span{font-size:28px}.home-wordmark-line strong{font-size:24px}.home-logo-card .home-subline{font-size:15px}.roaming-hero h1{font-size:44px}.hero-translation{font-size:15px}.roaming-hero .hero-sub{font-size:16px}.about-banner-note{padding:18px}}.home-copy-quiet{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-top:18px}.home-copy-quiet .kicker{margin-bottom:8px}.home-copy-quiet .home-subline{font-size:17px;line-height:1.75;margin-top:0!important;color:#6b5540}.map-popover.fixed-corner{transform:none;max-width:min(320px,calc(100vw - 64px));pointer-events:auto}.map-popover.fixed-corner.visible{animation:softCornerIn .18s ease-out both}@keyframes softCornerIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.map-controls:before{content:"滾輪也可縮放";font-size:11px;letter-spacing:.08em;color:#8a6b4c;margin:0 2px 0 4px;white-space:nowrap}.poetic-listing-hero h1{font-family:var(--font-serif);font-weight:700;font-size:clamp(48px,5.6vw,82px);letter-spacing:.02em;line-height:.98;color:#473423}.roaming-hero h1{font-size:clamp(48px,5.4vw,78px)}.poetic-listing-hero .hero-sub{max-width:960px;font-size:18px;line-height:1.95;margin-top:18px;color:#6b5540}.admin-sidebar .admin-tab-btn{font-weight:650;letter-spacing:.02em}.admin-table th{font-size:12px;letter-spacing:.12em;color:#9a744e}@media(max-width:980px){.home-copy-quiet{grid-template-columns:1fr}.map-controls:before{display:none}.poetic-listing-hero h1,.roaming-hero h1{font-size:52px}}@media(max-width:640px){.poetic-listing-hero h1,.roaming-hero h1{font-size:40px}.home-copy-quiet .home-subline{font-size:15px}}body{font-weight:500;letter-spacing:.01em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}h1,h2,h3,.post-title,.pop-title{font-family:var(--font-serif);font-weight:700;letter-spacing:.005em}p,.post-excerpt,.hero-sub,.drawer-panel,.legal-card,.about-card{font-weight:500}.nav-link{font-weight:700;letter-spacing:.035em;font-size:14.5px;padding:11px 15px;overflow:hidden}.nav-link:before{content:"";position:absolute;left:18px;right:18px;bottom:7px;height:1px;background:linear-gradient(90deg,transparent,#b88a50,transparent);transform:scaleX(0);opacity:0;transition:.28s ease}.nav-link:hover,.nav-link.active{background:#fffaf0b8;box-shadow:0 10px 30px #7453311a,inset 0 0 0 1px #946f451f}.nav-link:hover:before,.nav-link.active:before{transform:scaleX(1);opacity:.9}.section-head h2{font-size:clamp(32px,3.4vw,52px)}.section-head{align-items:flex-start}.destination-card .btn{margin-top:8px}.map-popover.fixed-corner{inset:auto 28px 88px auto!important}.drawer-hero{min-height:210px;background:#f3e6cd}.drawer-hero img{width:100%;height:100%;object-fit:cover}.drawer-title-line{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-top:4px}.drawer-title-line h2{font-size:clamp(34px,4vw,54px)}.drawer-title-line span{font-size:18px;color:#8b6b49;margin-bottom:8px}.drawer-tabs{margin-top:20px}.drawer-tab{font-weight:700;letter-spacing:.035em;padding:10px 16px}.local-map{min-height:330px;background:linear-gradient(135deg,#f3e5c8,#fff8e9)}.local-map .local-map-art{position:absolute;inset:0;width:100%;height:100%;opacity:.72}.local-map:before{z-index:1}.local-point{z-index:3;width:16px;height:16px}.local-point span{font-size:12px;font-weight:700;color:#5f4934;box-shadow:0 6px 20px #573d2814}.prep-section h2{font-size:clamp(32px,3.2vw,50px)}.prep-intro h3{font-size:30px;line-height:1.25}.article-layout{max-width:1020px}.article-hero{padding:0;border-radius:42px;background:#fffaf0c7;overflow:hidden}.article-hero-media{min-height:260px;background:linear-gradient(135deg,#ead7b5,#fff5e1);overflow:hidden}.article-hero-media img{width:100%;height:100%;max-height:360px;object-fit:cover;filter:saturate(.88) sepia(.06)}.article-hero-copy{padding:42px 46px 46px}.article-hero h1{font-size:clamp(38px,5.2vw,72px);line-height:1.08;letter-spacing:.006em;max-width:980px}.article-hero .hero-sub{font-size:19px;max-width:850px;margin-top:18px;line-height:1.9}.article-content{max-width:860px;margin:0 auto;font-size:18px;line-height:2.05}.article-content p.block{font-size:18px;line-height:2.08;color:#5f4d3c}.article-content h2{font-size:clamp(30px,3.2vw,46px);line-height:1.22;margin:56px 0 18px}.article-content .note-block{background:#fffaf0d1;border:1px solid rgba(145,105,62,.16);box-shadow:0 14px 36px #5b412614}.article-affiliate-section{max-width:900px;margin:58px auto 0}.article-affiliate-section h2{font-size:clamp(30px,3vw,44px)}.admin-shell{max-width:1540px;padding:28px 34px}.admin-layout{grid-template-columns:260px minmax(0,1fr);gap:26px}.admin-grid{grid-template-columns:minmax(430px,.9fr) minmax(620px,1.25fr);gap:24px}.admin-table{min-width:720px}.admin-table th,.admin-table td{padding:12px 14px;vertical-align:middle}.admin-table .tag,.tag.pending,.tag.normal,.tag.active,.tag.disabled{white-space:nowrap;display:inline-flex;align-items:center;gap:4px;line-height:1.2}.admin-card{padding:28px}@media(max-width:1100px){.admin-grid,.admin-layout{grid-template-columns:1fr}.admin-table{min-width:640px}.map-popover.fixed-corner{right:18px!important;bottom:78px!important}}@media(max-width:640px){.article-hero-copy{padding:30px 24px}.article-hero-media{min-height:190px}.article-content{font-size:16px}.map-popover.fixed-corner{right:12px!important;bottom:70px!important;max-width:calc(100vw - 48px)}}.destination-page-hero{padding:0;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:stretch;gap:0;overflow:hidden}.destination-hero-image{min-height:360px;background:#eadbc0;border-right:1px solid rgba(145,105,62,.14)}.destination-hero-image img{width:100%;height:100%;object-fit:cover}.destination-hero-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.destination-hero-copy h1{font-size:clamp(44px,5.4vw,78px);line-height:1.02}.destination-tabs-section{padding-top:34px}.destination-page-tabs{justify-content:flex-start;margin-bottom:20px}@media(max-width:900px){.destination-page-hero{grid-template-columns:1fr}.destination-hero-image{min-height:240px;border-right:0;border-bottom:1px solid rgba(145,105,62,.14)}.destination-hero-copy{padding:34px 26px}}.site-header .nav-link{font-weight:800;font-size:16px;letter-spacing:.025em}.site-header .nav-link:before{background:linear-gradient(135deg,#fffffaeb,#ead6b3b3);box-shadow:0 12px 30px #7053341a}.home-logo-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:18px 38px 24px!important}.home-logo-card:before{display:none!important}.home-logo-showcase{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.home-logo-showcase img{filter:saturate(.94) contrast(.98)}.home-copy-row{border-top:1px dashed rgba(145,105,62,.14);padding-top:18px}.home-map-stage .world-map-wrap{min-height:720px}.map-content{--marker-scale:1}.hotspot,.refpoint{transform:translate(-50%,-50%) scale(var(--marker-scale,1));transform-origin:center}.hotspot:hover,.hotspot.active{transform:translate(-50%,-50%) scale(var(--marker-scale,1));box-shadow:0 0 0 6px #d3a55038,0 0 30px #d3a550eb}.hotspot:before{inset:-9px}.map-controls input{width:220px}.map-controls:before{content:"滾輪／拖曳／滑桿"}.listing-hero-art{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.52fr);align-items:center;column-gap:30px;overflow:hidden}.listing-hero-art .kicker,.listing-hero-art h1,.listing-hero-art .hero-translation,.listing-hero-art .hero-sub{grid-column:1;position:relative;z-index:2}.listing-hero-figure{grid-column:2;grid-row:1 / span 4;width:100%;max-height:320px;object-fit:contain;align-self:center;justify-self:end;opacity:.95;filter:saturate(.88) contrast(.98);mix-blend-mode:multiply}.admin-stack{display:grid;gap:24px}.admin-help{font-size:14px;line-height:1.75;color:#79614a;margin:8px 0 14px}.admin-check-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px;margin:10px 0 14px}.admin-check-list label{border:1px solid rgba(145,105,62,.14);border-radius:16px;background:#fffaf0ad;padding:10px 12px;display:flex;gap:8px;align-items:flex-start;line-height:1.5}.admin-check-list small{display:block;color:#8b6b49;margin-left:auto;font-size:12px}.post-block-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin:4px 0 14px}.post-block-editor{display:grid;gap:14px}.post-block-row{border:1px solid rgba(145,105,62,.16);background:#fffaf0ad;border-radius:22px;padding:16px;box-shadow:0 8px 22px #5b41260f}.post-block-head{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:10px}.post-block-head select{min-width:150px}.post-block-body{display:grid;gap:10px}.post-block-body textarea{min-height:110px}@media(max-width:980px){.listing-hero-art{grid-template-columns:1fr}.listing-hero-figure{grid-column:1;grid-row:auto;max-height:230px;justify-self:center;opacity:.78}.home-map-stage .world-map-wrap{min-height:520px}}@media(max-width:640px){.site-header .nav-link{font-size:15px}.home-logo-card{padding:12px 18px 18px!important}.home-map-stage .world-map-wrap{min-height:410px}.map-controls input{width:125px}.listing-hero-figure{display:none}.admin-check-list{grid-template-columns:1fr}}.site-header .nav-link{font-family:var(--font-serif);font-weight:800;font-size:16px;letter-spacing:.03em;color:#4f3a27;padding:11px 16px;border-radius:999px;background:transparent;overflow:hidden;transform:none}.site-header .nav-link:before{content:"";position:absolute;left:18px;right:18px;bottom:7px;height:1px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(151,111,67,.62),transparent);box-shadow:none;transform:scaleX(0);transform-origin:center;opacity:0;transition:.28s ease;z-index:0}.site-header .nav-link:after{content:none!important}.site-header .nav-link:hover,.site-header .nav-link.active{background:#fffaf0b8;box-shadow:0 10px 30px #7453311a,inset 0 0 0 1px #946f451f;transform:translateY(-1px)}.site-header .nav-link:hover:before,.site-header .nav-link.active:before{opacity:.95;transform:scaleX(1)}.home-logo-card{background:#fffaf0ad!important;border:1px solid rgba(151,113,72,.2)!important;box-shadow:var(--shadow)!important;padding:28px 38px 32px!important}.home-logo-card:before{display:block!important}.home-logo-showcase{background:linear-gradient(180deg,#fffaf0c2,#fffaf047)!important;border:1px solid rgba(145,105,62,.12)!important;box-shadow:inset 0 0 0 1px #ffffff61!important;border-radius:30px!important;overflow:hidden!important}.home-map-stage{overflow:hidden;max-width:100%}.home-map-stage .world-map-wrap{width:100%;max-width:100%;overflow:hidden;contain:paint;min-height:760px}.map-content{transform-origin:center center}.hotspot{width:14px;height:14px;border-width:2px;box-shadow:0 0 0 3px #d3a5502e,0 0 20px #d3a550bf}.hotspot:before{inset:-7px;border-color:#d3a5504d}.hotspot:hover,.hotspot.active{box-shadow:0 0 0 4px #d3a55038,0 0 26px #d3a550e6}.hotspot[data-id=kyoto]{margin-left:-5px;margin-top:-6px}.hotspot[data-id=osaka]{margin-left:7px;margin-top:7px}.hotspot[data-id=tokyo]{margin-left:6px;margin-top:-4px}.refpoint span{font-size:13px;font-weight:800;color:#48372694;text-shadow:0 1px 2px rgba(255,250,240,.92),0 0 5px rgba(255,250,240,.9)}.map-zoomed .refpoint span{font-size:13px;color:#4636269e}.map-popover.fixed-corner{inset:auto 30px 90px auto!important}.prep-head p{max-width:760px}.advanced-prep-layout{grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr)}.prep-recommendations{display:grid;gap:16px}.prep-side-title{padding:6px 2px 0}.prep-side-title h3{font-size:clamp(26px,2.3vw,38px)}.prep-side-title p{margin:8px 0 0;max-width:720px}.travel-checklist-panel{display:none;margin-top:18px;border-top:1px dashed rgba(145,105,62,.22);padding-top:18px}.checklist-add-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:16px}.checklist-add-row input{border:1px solid rgba(122,90,61,.22);border-radius:16px;background:#fffcf6eb;padding:12px 14px;color:var(--ink);outline:none}.checklist-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.checklist-column{border:1px solid rgba(145,105,62,.16);border-radius:22px;background:#fffaf09e;padding:14px}.checklist-column h4{margin:0 0 4px;font-family:var(--font-serif);font-size:22px;color:#4f3a27}.checklist-column p{font-size:13px;line-height:1.55;margin:0 0 12px;color:#80664d}.checklist-item{display:flex;align-items:center;gap:9px;padding:9px 8px;border-radius:14px;border:1px solid rgba(145,105,62,.1);background:#fffcf6c2;margin:7px 0}.checklist-item input{accent-color:#6c4f35}.checklist-item span{flex:1;font-size:14px;color:#5b4633}.checklist-item button{border:0;background:transparent;color:#9b7955;cursor:pointer;font-size:18px;line-height:1;padding:2px 6px}.checklist-empty{font-size:13px!important;color:#8b6b49!important;margin:0!important}.admin-list-scroll{max-height:520px;overflow:auto;padding-right:6px}.admin-check-list.affiliate-pick-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.admin-check-list.affiliate-pick-list label{align-items:flex-start;gap:12px;min-height:86px}.admin-check-list.affiliate-pick-list span{display:block;min-width:0}.admin-check-list.affiliate-pick-list strong{display:block;font-size:15px;line-height:1.45;word-break:break-word;color:#4f3a27}.admin-check-list.affiliate-pick-list small{display:block;margin:5px 0 0!important;color:#8b6b49;font-size:12px;line-height:1.35}.local-point-editor{display:grid;gap:10px}.local-point-row{display:grid;grid-template-columns:1fr 1fr .8fr .55fr .55fr 1.2fr auto;gap:8px;border:1px solid rgba(145,105,62,.15);border-radius:18px;background:#fffaf0a6;padding:10px;align-items:center}.local-point-row input,.local-point-row select{min-width:0!important;border:1px solid rgba(122,90,61,.18);border-radius:12px;background:#fffcf6e6;padding:9px 10px}@media(max-width:980px){.advanced-prep-layout,.checklist-columns,.checklist-add-row{grid-template-columns:1fr}.home-map-stage .world-map-wrap{min-height:540px}.local-point-row{grid-template-columns:1fr 1fr}.local-point-row .btn{grid-column:1/-1}}@media(max-width:640px){.home-map-stage .world-map-wrap{min-height:430px}.site-header .nav-link{font-size:15px}.checklist-column h4{font-size:20px}}.site-header .nav-link{position:relative;font-family:var(--font-serif);font-weight:800;font-size:16px;letter-spacing:.025em;color:#4b3422;padding:10px 16px;border-radius:999px;background:transparent!important;box-shadow:none!important;overflow:hidden;isolation:isolate}.site-header .nav-link:before{content:""!important;position:absolute;inset:3px;border-radius:999px;background:linear-gradient(135deg,#fffaf0ed,#e8d2ae8c);box-shadow:0 12px 28px #64482c1a,inset 0 0 0 1px #97714821;opacity:0;transform:scale(.88);transition:opacity .24s ease,transform .24s cubic-bezier(.2,.8,.2,1);z-index:-1}.site-header .nav-link:after{content:""!important;position:absolute;left:22px;right:22px;bottom:7px;height:1px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(151,111,67,.72),transparent);opacity:0;transform:scaleX(.25);transition:opacity .24s ease,transform .24s ease}.site-header .nav-link:hover,.site-header .nav-link.active{background:transparent!important;box-shadow:none!important;transform:translateY(-1px)}.site-header .nav-link:hover:before,.site-header .nav-link.active:before{opacity:1;transform:scale(1)}.site-header .nav-link:hover:after,.site-header .nav-link.active:after{opacity:.9;transform:scaleX(1)}.home-map-stage{overflow:hidden}.home-map-stage .world-map-wrap{aspect-ratio:1008/406!important;min-height:620px;max-width:100%;overflow:hidden!important}.world-map-img{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;pointer-events:none;user-select:none;filter:sepia(.12) saturate(.88) contrast(1.03);opacity:.98;transform:translateZ(0)}.world-map-wrap .world-map{background-size:100% 100%!important;background-position:center!important}.map-content{inset:0!important;transform-origin:center center;will-change:transform}.hotspot{width:13px!important;height:13px!important;border-width:2px!important;box-shadow:0 0 0 3px #d3a55029,0 0 18px #d3a550b8!important}.hotspot:before{inset:-8px!important;border-color:#d3a55047!important}.hotspot:hover,.hotspot.active{box-shadow:0 0 0 4px #d3a5503d,0 0 24px #d3a550eb!important}.refpoint span{font-size:14px!important;font-weight:850!important;color:#453628ab!important;text-shadow:0 1px 2px rgba(255,250,240,.95),0 0 8px rgba(255,250,240,.95)}.map-zoomed .refpoint span{font-size:14px!important;color:#3c2f24b8!important}.map-popover.fixed-corner{right:auto!important;bottom:auto!important;max-width:315px}.pop-link{position:relative;align-items:center;font-weight:750;transition:transform .2s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease}.pop-link:hover{transform:translate(4px);background:#fffaf0eb;border-color:#9c6f3f40;box-shadow:0 10px 24px #5a40221a}.checklist-group{margin:0 0 14px}.checklist-group-title{margin:12px 2px 8px;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:#9a744d}.checklist-item span{font-size:14.5px}.local-point-editor{gap:12px}.local-point-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(180px,.9fr) repeat(2,110px) minmax(260px,1.2fr) auto!important;gap:10px!important;align-items:end!important;padding:14px!important}.local-point-row label{display:grid;gap:5px;font-size:12px;color:#8b6b49;font-weight:800;letter-spacing:.05em}.local-point-row input,.local-point-row select{width:100%;min-width:0!important}.local-point-row .btn{align-self:center}.admin-check-list.affiliate-pick-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:12px}.admin-check-list.affiliate-pick-list label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;min-height:0;padding:14px 16px}.admin-check-list.affiliate-pick-list strong{font-size:17px!important;line-height:1.45!important;word-break:normal!important;overflow-wrap:anywhere!important}.admin-check-list.affiliate-pick-list small{font-size:13px!important;line-height:1.5!important;word-break:normal!important}@media(max-width:1280px){.home-map-stage .world-map-wrap{min-height:560px}.refpoint span{font-size:13px!important}}@media(max-width:980px){.local-point-row{grid-template-columns:1fr 1fr!important}.local-point-row .local-point-post{grid-column:1/-1}.admin-check-list.affiliate-pick-list{grid-template-columns:1fr}.home-map-stage .world-map-wrap{min-height:460px}}@media(max-width:640px){.home-map-stage .world-map-wrap{aspect-ratio:1.35/1!important;min-height:420px}.refpoint span{display:none}.site-header .nav-link{font-size:15px}}.site-header .nav-link{background:transparent!important;box-shadow:none!important;border-radius:999px;font-family:var(--font-serif);font-size:16px;font-weight:850;letter-spacing:.025em;padding:10px 16px;transition:color .22s ease,transform .22s ease,background .22s ease}.site-header .nav-link:before{display:none!important;content:none!important}.site-header .nav-link:after{content:""!important;position:absolute;left:18px;right:18px;bottom:6px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(151,111,67,.72),transparent);transform:scaleX(0);opacity:0;transition:transform .26s ease,opacity .26s ease}.site-header .nav-link:hover{background:#fffaf0b8!important;box-shadow:0 10px 30px #7453311a,inset 0 0 0 1px #946f451a!important;transform:translateY(-1px)}.site-header .nav-link.active{background:#fffaf061!important;box-shadow:inset 0 0 0 1px #946f4514!important}.site-header .nav-link:hover:after,.site-header .nav-link.active:after{opacity:.95;transform:scaleX(1)}.home-map-stage{overflow:hidden!important;padding-bottom:78px}.home-map-stage .world-map-wrap{overflow:hidden!important;border-radius:34px}.map-popover.fixed-corner{position:absolute!important;inset:auto 64px 132px auto!important;transform:none!important;max-width:330px;min-width:270px;max-height:260px;overflow:auto;z-index:30!important}.map-popover.fixed-corner.visible{animation:v10PopIn .18s ease-out both!important}@keyframes v10PopIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hotspot{z-index:16}.hotspot:after{content:attr(data-label);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) scale(var(--marker-scale,1));transform-origin:bottom center;opacity:0;pointer-events:none;white-space:nowrap;padding:5px 9px;border-radius:999px;background:#fffaf0eb;border:1px solid rgba(145,105,62,.18);color:#5b432e;font-size:12px;font-weight:850;letter-spacing:.04em;box-shadow:0 12px 28px #5b41261a;transition:opacity .18s ease,transform .18s ease}.hotspot:hover:after,.hotspot.active:after{opacity:1;transform:translate(-50%) translateY(-2px) scale(var(--marker-scale,1))}.pop-links{gap:10px}.pop-link{cursor:pointer}.pop-link span:last-child{opacity:.75;font-size:12px}.english-hero h1{font-size:clamp(46px,6.3vw,92px);line-height:.98;letter-spacing:.01em}.english-hero .hero-translation{font-size:clamp(15px,1.15vw,20px);letter-spacing:.15em;color:#9a744e;margin-top:12px;text-transform:lowercase}.english-hero .hero-sub{max-width:900px}.checklist-add-row{grid-template-columns:minmax(0,1fr) minmax(180px,240px) auto;align-items:center}.checklist-add-row select{border:1px solid rgba(122,90,61,.22);border-radius:16px;background:#fffcf6eb;padding:12px 14px;color:var(--ink);outline:none}.destination-admin-grid{display:grid;grid-template-columns:minmax(760px,1.15fr) minmax(500px,.85fr);gap:24px;align-items:start}.local-point-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:start!important}.local-point-row label{min-width:0}.local-point-row .local-point-post{grid-column:1/-1}.local-point-row .btn{grid-column:1/-1;width:max-content}.admin-check-list.affiliate-pick-list{grid-template-columns:repeat(2,minmax(360px,1fr))!important;gap:14px!important}.admin-check-list.affiliate-pick-list label{min-height:112px;align-items:flex-start}.publish-check{display:flex;gap:10px;align-items:center;font-weight:750;color:#5d4936;margin-top:8px}.about-card h2{font-size:clamp(28px,2.05vw,40px);line-height:1.18;white-space:nowrap;letter-spacing:.02em}@media(max-width:1180px){.destination-admin-grid{grid-template-columns:1fr}.admin-check-list.affiliate-pick-list{grid-template-columns:1fr!important}.map-popover.fixed-corner{right:34px!important;bottom:124px!important}}@media(max-width:980px){.checklist-add-row{grid-template-columns:1fr}.about-card h2{white-space:normal}.map-popover.fixed-corner{right:24px!important;bottom:116px!important}}@media(max-width:640px){.map-popover.fixed-corner{left:16px!important;right:16px!important;bottom:96px!important;max-width:none}.hotspot:after{display:none}}.site-header .nav-link{position:relative!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important;font-family:var(--font-serif)!important;font-weight:850!important;font-size:16px!important;letter-spacing:.025em!important;padding:10px 17px!important;color:#4e3a28!important;overflow:hidden!important;isolation:isolate!important}.site-header .nav-link:before{content:""!important;display:block!important;position:absolute!important;inset:3px!important;border-radius:999px!important;background:linear-gradient(135deg,#fffaf0e0,#e9d5ae94)!important;border:1px solid rgba(150,112,70,.12)!important;opacity:0!important;transform:scale(.88)!important;transition:opacity .24s ease,transform .24s ease!important;z-index:-1!important}.site-header .nav-link:after{content:""!important;position:absolute!important;left:20px!important;right:20px!important;bottom:7px!important;height:1.5px!important;border-radius:999px!important;background:linear-gradient(90deg,transparent,rgba(148,105,60,.68),transparent)!important;opacity:0!important;transform:scaleX(.28)!important;transition:opacity .24s ease,transform .24s ease!important}.site-header .nav-link:hover,.site-header .nav-link.active{background:transparent!important;box-shadow:none!important;transform:translateY(-1px)!important}.site-header .nav-link:hover:before,.site-header .nav-link.active:before{opacity:1!important;transform:scale(1)!important}.site-header .nav-link:hover:after,.site-header .nav-link.active:after{opacity:.9!important;transform:scaleX(1)!important}.home-map-stage{overflow:hidden!important;padding-bottom:84px!important}.home-map-stage .world-map-wrap{position:relative!important;overflow:hidden!important;border-radius:34px!important;aspect-ratio:1008/406!important;min-height:620px!important;max-width:100%!important;cursor:grab!important}.home-map-stage .world-map-wrap.dragging{cursor:grabbing!important}.world-map-img{width:100%!important;height:100%!important;object-fit:fill!important;opacity:.96!important}.map-content{inset:0!important;transform-origin:center center!important;will-change:transform!important;pointer-events:auto!important}.hotspot{width:20px!important;height:20px!important;z-index:18!important;transform:translate(-50%,-50%) scale(var(--marker-scale,1))!important}.hotspot:before{inset:-8px!important}.hotspot:hover,.hotspot.active{transform:translate(-50%,-50%) scale(var(--marker-scale,1))!important}.hotspot:after{content:attr(data-label)!important;position:absolute!important;left:50%!important;bottom:calc(100% + 12px)!important;transform:translate(-50%) translateY(2px) scale(var(--label-scale,1))!important;transform-origin:bottom center!important;opacity:0!important;pointer-events:none!important;white-space:nowrap!important;padding:7px 12px!important;border-radius:999px!important;background:#fffaf0f5!important;border:1px solid rgba(145,105,62,.22)!important;color:#4f3b29!important;font-size:15px!important;font-weight:900!important;letter-spacing:.04em!important;box-shadow:0 14px 32px #5b412629!important;transition:opacity .18s ease,transform .18s ease!important}.hotspot:hover:after,.hotspot.active:after{opacity:1!important;transform:translate(-50%) translateY(-2px) scale(var(--label-scale,1))!important}.refpoint{width:7px!important;height:7px!important;transform:translate(-50%,-50%) scale(var(--marker-scale,1))!important}.refpoint span{font-size:15px!important;font-weight:850!important;color:#4d3b2999!important;text-shadow:0 1px 0 rgba(255,250,240,.95),0 0 8px rgba(255,250,240,.8)!important;transform:scale(var(--label-scale,1))!important;transform-origin:left center!important}.map-popover.fixed-corner{position:absolute!important;inset:auto 28px 92px auto!important;max-width:330px!important;min-width:278px!important;max-height:280px!important;overflow:auto!important;z-index:40!important;pointer-events:auto!important}.map-popover .pop-title{font-size:25px!important;font-family:var(--font-serif);font-weight:850;color:#4d3825}.map-popover .pop-country{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#96724f;margin:6px 0 12px}.pop-link{display:flex!important;justify-content:space-between;align-items:center;gap:12px;border-radius:999px;padding:9px 12px;background:#f7edd8bf;transition:.18s ease;border:1px solid rgba(145,105,62,.14)}.pop-link:hover{transform:translate(-3px);background:#e8d3b0db;box-shadow:0 10px 24px #5b41261f}.prep-head{align-items:end!important}.prep-head>p{display:none!important}.advanced-prep-layout{align-items:start!important}.prep-intro h3,.prep-side-title h3{font-size:clamp(32px,3vw,52px)!important;line-height:1.08!important;margin:10px 0 14px!important}.prep-side-title{padding-top:18px}.prep-side-title p{font-size:17px;line-height:1.85;max-width:720px;color:#6f5842}.prep-cards{margin-top:18px}.public-affiliate-card .tag.pending,.public-affiliate-card .tag.active,.public-affiliate-card .tag.normal{background:#f0e3c7!important;color:#765d43!important}.public-affiliate-card .platform-tag{background:#eadbc0!important;color:#6b4f34!important}.public-affiliate-card .soft-tag{background:#f7efe0!important;color:#886947!important}.admin-shell{max-width:1560px!important;padding:28px 34px!important}.admin-layout{grid-template-columns:230px minmax(0,1fr)!important}.admin-card{padding:28px!important}.destination-admin-grid{grid-template-columns:minmax(0,1.03fr) minmax(380px,.72fr)!important;gap:24px!important}.admin-destination-list{display:grid;gap:12px;max-height:740px;overflow:auto;padding-right:4px}.admin-destination-item{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(160px,.8fr) auto;align-items:center;gap:14px;border:1px solid rgba(145,105,62,.14);border-radius:20px;background:#fffaf0ad;padding:14px 16px}.admin-destination-item strong{font-size:20px;display:block}.admin-destination-item small{display:block;color:#76614d;font-size:14px;margin-top:3px}.dest-mini-meta{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}.dest-mini-meta span{background:#f1e4ca;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:750;color:#765d43}.admin-form input,.admin-form select,.admin-form textarea,.filter-bar input,.filter-bar select{font-size:16px!important;min-height:48px}.admin-form label,.publish-check{font-size:16px!important}.admin-form input[type=checkbox]{width:18px;height:18px;accent-color:#8b6b49}.local-point-editor{display:grid;gap:14px!important}.local-point-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:16px!important;border-radius:22px!important}.local-point-row label{display:grid!important;gap:6px!important;font-size:13px!important;letter-spacing:.06em!important;color:#8b6b49!important}.local-point-row .local-point-post{grid-column:1/-1!important}.local-point-row .btn{grid-column:1/-1!important;width:max-content!important}.admin-filter-row,.affiliate-picker-tools{display:grid!important;grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(160px,.7fr));gap:12px;margin:18px 0!important}.admin-list-scroll{max-height:520px!important;overflow:auto!important;padding-right:4px}.admin-check-list.affiliate-pick-list{display:grid!important;grid-template-columns:repeat(3,minmax(260px,1fr))!important;gap:14px!important}.admin-affiliate-pick{min-height:118px!important;padding:18px!important;align-items:flex-start!important;background:#fffaf0b8!important;border-radius:22px!important}.admin-affiliate-pick input{width:18px;height:18px}.admin-affiliate-pick .pick-title{display:block;font-size:18px;font-weight:850;line-height:1.35;color:#4c3827}.admin-affiliate-pick .pick-meta{display:block;font-size:14px;color:#856a51;line-height:1.5;margin-top:5px}.article-layout{max-width:1080px!important}.article-hero{display:grid;grid-template-columns:1fr!important;padding:0!important;overflow:hidden!important;background:#fffaf0c7!important;border-radius:38px!important}.article-hero-media{min-height:300px!important;background:#efe0c3}.article-hero-media img{width:100%;height:100%;object-fit:cover}.article-hero-copy{padding:44px 56px 50px!important}.article-hero-copy h1{font-size:clamp(42px,4.6vw,72px)!important;line-height:1.06!important;letter-spacing:.01em!important;max-width:900px}.article-content{max-width:920px;margin:54px auto 0!important;font-size:18px!important;line-height:2!important}.article-content h2{font-size:clamp(30px,3vw,48px)!important;line-height:1.2!important;margin-top:58px!important}.article-content .note-block,.article-content .quote-block{box-shadow:0 16px 34px #5b412614}.article-affiliate-section{max-width:920px;margin-left:auto!important;margin-right:auto!important}.about-card h2{font-size:clamp(27px,1.85vw,36px)!important;line-height:1.22!important;white-space:normal!important;overflow-wrap:normal!important;word-break:keep-all!important}.about-banner-note h2{font-size:clamp(22px,2.2vw,34px)!important}@media(max-width:1180px){.destination-admin-grid,.admin-layout{grid-template-columns:1fr!important}.admin-check-list.affiliate-pick-list{grid-template-columns:repeat(2,minmax(240px,1fr))!important}.admin-filter-row,.affiliate-picker-tools{grid-template-columns:1fr 1fr!important}}@media(max-width:760px){.map-popover.fixed-corner{left:16px!important;right:16px!important;bottom:96px!important;max-width:none!important}.admin-check-list.affiliate-pick-list,.admin-filter-row,.affiliate-picker-tools,.admin-destination-item{grid-template-columns:1fr!important}.article-hero-copy{padding:32px 26px 38px!important}}.site-header .nav-link{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;padding:12px 18px!important;border-radius:999px!important;font-weight:800!important;font-size:16px!important;letter-spacing:.02em!important;color:#4e3928!important;background:transparent!important;box-shadow:none!important;transition:background .22s ease,box-shadow .22s ease,color .22s ease,transform .22s ease!important}.site-header .nav-link:before{content:""!important;position:absolute!important;inset:0!important;border-radius:999px!important;background:#fffaf2e0!important;opacity:0!important;transform:scale(.92)!important;transition:opacity .22s ease,transform .22s ease!important}.site-header .nav-link:after{content:""!important;position:absolute!important;top:4px!important;left:12px!important;width:42%!important;height:48%!important;border-radius:999px!important;background:#e7d9bfd1!important;opacity:0!important;transform:scale(.9)!important;transition:opacity .22s ease,transform .22s ease!important}.site-header .nav-link:hover,.site-header .nav-link.active{background:transparent!important;transform:translateY(-1px)!important;color:#402d20!important}.site-header .nav-link:hover:before,.site-header .nav-link:hover:after,.site-header .nav-link.active:before,.site-header .nav-link.active:after{opacity:1!important;transform:scale(1)!important}.site-header .nav-link span,.site-header .nav-link{z-index:1}.world-map-wrap{cursor:grab}.world-map-wrap.dragging{cursor:grabbing}.map-content{touch-action:none}.refpoint span{left:var(--label-dx,8px)!important;top:var(--label-dy,-8px)!important;font-size:13px!important;line-height:1.1!important;color:#483828ad!important;font-weight:700!important}.map-zoomed .refpoint span{font-size:13.5px!important;color:#423325d1!important}.hotspot:after{font-size:14px!important;padding:5px 10px!important;background:#fffaf1eb!important;border:1px solid rgba(145,105,62,.18)!important;box-shadow:0 10px 24px #583c2124!important}.hotspot:hover,.hotspot.active{box-shadow:0 0 0 5px #d3a5503d,0 0 28px #d3a550f0!important}.prep-section .prep-layout{align-items:start!important}.prep-recommendations,.prep-intro{align-self:start!important}.prep-side-title{padding-top:0!important;margin-top:0!important}.prep-side-title .kicker,.prep-intro .kicker{margin-top:0!important}.prep-side-title h3,.prep-intro h3{margin-top:10px!important}.prep-side-title p{margin-top:10px!important;max-width:680px!important}.article-hero{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)!important;align-items:stretch!important;padding:0!important;overflow:hidden!important;border-radius:42px!important;background:#fffaf0d1!important}.article-hero-copy{order:1!important;padding:46px 50px 50px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.article-hero-copy h1{font-size:clamp(38px,4.7vw,68px)!important;line-height:1.06!important}.article-hero .hero-sub{font-size:19px!important;line-height:1.85!important;max-width:780px!important}.article-hero-media{order:2!important;min-height:100%!important;background:linear-gradient(135deg,#ead7b5,#fff5e1)!important}.article-hero-media img{width:100%!important;height:100%!important;min-height:360px!important;object-fit:cover!important}.about-banner-note h2{white-space:nowrap!important;font-size:clamp(26px,3vw,40px)!important}.admin-form input[type=checkbox],.admin-check-list input[type=checkbox],.admin-affiliate-pick input[type=checkbox]{appearance:auto!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;padding:0!important;margin:2px 0 0!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;flex:0 0 20px!important;accent-color:#8b6b49!important}.admin-check-list label,.admin-affiliate-pick{align-items:flex-start!important;gap:12px!important}.admin-check-list label span,.admin-affiliate-pick span{font-size:17px!important;line-height:1.45!important}.admin-check-list small,.admin-affiliate-pick small{font-size:13px!important;line-height:1.35!important}@media(max-width:980px){.article-hero{grid-template-columns:1fr!important}.article-hero-copy{padding:34px 28px 36px!important}.article-hero-media img{min-height:230px!important}.about-banner-note h2{white-space:normal!important}}.site-header .nav-link{position:relative!important;isolation:isolate!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;padding:12px 18px!important;border-radius:999px!important;background:transparent!important;color:#4b3324!important;font-size:16px!important;font-weight:800!important;letter-spacing:.015em!important;line-height:1!important;box-shadow:none!important;transform:none!important;overflow:visible!important}.site-header .nav-link:before{content:""!important;display:block!important;position:absolute!important;inset:3px 0!important;border-radius:999px!important;background:#fffaefe0!important;border:1px solid rgba(141,105,66,.13)!important;box-shadow:0 14px 30px #62462a17!important;opacity:0!important;transform:scale(.94)!important;transition:opacity .2s ease,transform .2s ease!important;z-index:-2!important}.site-header .nav-link:after{content:""!important;display:block!important;position:absolute!important;left:16px!important;top:0!important;width:48px!important;height:24px!important;border-radius:0 0 16px 16px!important;background:#e2d3b7c7!important;opacity:0!important;transform:translateY(-3px) scaleX(.9)!important;transform-origin:left center!important;transition:opacity .2s ease,transform .2s ease!important;z-index:-1!important}.site-header .nav-link:hover:before,.site-header .nav-link.active:before,.site-header .nav-link:hover:after,.site-header .nav-link.active:after{opacity:1!important;transform:scale(1)!important}.site-header .nav-link:hover:after,.site-header .nav-link.active:after{transform:translateY(0) scaleX(1)!important}.site-header .nav-link:hover,.site-header .nav-link.active{background:transparent!important;color:#392719!important;box-shadow:none!important}.world-map{inset:0!important;background-size:100% 100%!important;background-position:center!important}.map-content{transform-origin:center center!important}.world-map-wrap{cursor:grab!important}.world-map-wrap.dragging{cursor:grabbing!important}.hotspot{width:16px!important;height:16px!important}.hotspot:after{font-size:15px!important;line-height:1!important;padding:6px 11px!important}.refpoint span{font-size:14px!important;line-height:1.1!important;font-weight:800!important;color:#453525ad!important;left:var(--label-dx,8px)!important;top:var(--label-dy,-8px)!important;text-shadow:0 1px 0 rgba(255,250,240,.78)!important}.map-zoomed .refpoint span{font-size:14px!important;color:#3c2e21c7!important}.prep-layout.advanced-prep-layout{align-items:start!important}.prep-recommendations{align-self:start!important;margin-top:0!important;padding-top:0!important}.prep-side-title{margin-top:0!important;padding-top:0!important}.prep-intro,.prep-side-title{transform:translateY(0)!important}.prep-intro .kicker,.prep-side-title .kicker{margin-top:0!important;margin-bottom:14px!important}.prep-intro h3,.prep-side-title h3{margin-top:0!important;line-height:1.08!important}.article-hero.article-hero-textonly{display:block!important;max-width:980px!important;margin:56px auto 48px!important;padding:0!important;border-radius:38px!important;background:#fffaf0d1!important;border:1px solid rgba(145,105,62,.16)!important;box-shadow:0 28px 70px #5b41261c!important;overflow:hidden!important}.article-hero-textonly .article-hero-copy{padding:54px 64px 58px!important;display:block!important}.article-hero-textonly h1{max-width:900px!important;font-size:clamp(38px,4.3vw,64px)!important;line-height:1.16!important;letter-spacing:-.02em!important;text-wrap:balance!important}.article-hero-textonly .hero-sub{font-size:19px!important;line-height:1.9!important;max-width:760px!important;margin-top:24px!important}.article-hero-media{display:none!important}.article-content{max-width:980px!important}.article-content h2{font-size:clamp(30px,3.1vw,48px)!important;line-height:1.18!important}.admin-check-list.affiliate-pick-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:16px!important}.admin-affiliate-pick{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;grid-auto-rows:auto!important;align-items:start!important;gap:6px 14px!important;min-height:104px!important;padding:18px 20px!important}.admin-affiliate-pick input{grid-row:1 / span 2!important;grid-column:1!important;margin-top:4px!important}.admin-affiliate-pick .pick-title{grid-column:2!important;display:block!important;font-size:19px!important;line-height:1.35!important;font-weight:800!important;text-align:left!important;writing-mode:horizontal-tb!important;word-break:normal!important}.admin-affiliate-pick .pick-meta{grid-column:2!important;display:block!important;font-size:15px!important;line-height:1.45!important;color:#876a4d!important;text-align:left!important;writing-mode:horizontal-tb!important;word-break:normal!important}.admin-form .tags label.tag{display:inline-flex!important;align-items:center!important;gap:10px!important;padding:10px 14px!important;min-height:44px!important}.admin-form .tags input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px!important}@media(max-width:980px){.article-hero.article-hero-textonly{margin:28px 16px 34px!important}.article-hero-textonly .article-hero-copy{padding:34px 28px 38px!important}.admin-check-list.affiliate-pick-list{grid-template-columns:1fr!important}}.site-header .main-nav .nav-link,.site-header .main-nav .nav-link:link,.site-header .main-nav .nav-link:visited{position:relative!important;isolation:isolate!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;padding:13px 24px!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important;color:#4b3324!important;font-family:var(--font-serif)!important;font-size:16px!important;font-weight:800!important;letter-spacing:.018em!important;line-height:1!important;overflow:visible!important;transform:none!important;text-decoration:none!important}.site-header .main-nav .nav-link>span{position:relative;z-index:2;white-space:nowrap}.site-header .main-nav .nav-link:before{content:""!important;display:block!important;position:absolute!important;left:50%!important;top:50%!important;width:100%!important;height:46px!important;border-radius:999px!important;background:#fffaefeb!important;border:1px solid rgba(141,105,66,.15)!important;box-shadow:0 12px 28px #62462a14,inset 0 0 0 1px #ffffff75!important;opacity:0!important;transform:translate(-50%,-50%) scale(.92)!important;transform-origin:center!important;transition:opacity .22s ease,transform .22s ease!important;z-index:0!important}.site-header .main-nav .nav-link:after{content:""!important;display:block!important;position:absolute!important;left:50%!important;top:-2px!important;width:54px!important;height:24px!important;border-radius:0 0 18px 18px!important;background:#e2d3b7d6!important;opacity:0!important;transform:translate(-50%) translateY(-3px) scaleX(.92)!important;transform-origin:center!important;transition:opacity .22s ease,transform .22s ease!important;z-index:1!important}.site-header .main-nav .nav-link:hover,.site-header .main-nav .nav-link.active{color:#382618!important;background:transparent!important;box-shadow:none!important;transform:translateY(-1px)!important}.site-header .main-nav .nav-link:hover:before,.site-header .main-nav .nav-link.active:before{opacity:1!important;transform:translate(-50%,-50%) scale(1)!important}.site-header .main-nav .nav-link:hover:after,.site-header .main-nav .nav-link.active:after{opacity:1!important;transform:translate(-50%) translateY(0) scaleX(1)!important}.site-header .main-nav .nav-link[data-nav=formosa]:after,.site-header .main-nav .nav-link[data-nav=taiwan]:after{width:68px!important}.prep-section-v15 .prep-title-grid,.prep-section-v15 .prep-content-grid{display:grid!important;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr)!important;gap:28px!important;align-items:start!important}.prep-section-v15 .prep-title-grid{margin-bottom:18px!important}.prep-section-v15 .prep-title-block{margin:0!important;padding:0!important;align-self:start!important}.prep-section-v15 .prep-title-block .kicker{margin:0 0 12px!important}.prep-section-v15 .prep-title-block h2{margin:0!important;font-size:clamp(36px,3.6vw,58px)!important;line-height:1.04!important}.prep-section-v15 .prep-title-block p{margin:14px 0 0!important;font-size:18px!important;line-height:1.85!important;max-width:740px!important;color:#6f5842!important}.prep-section-v15 .prep-content-grid{align-items:start!important}.prep-section-v15 .checklist-card,.prep-section-v15 .prep-recommendations{margin:0!important;align-self:start!important}.prep-section-v15 .prep-cards{margin-top:0!important}.article-hero-textonly{display:block!important;max-width:1040px!important;margin:64px auto 44px!important;padding:0!important;background:#fffaf0d1!important;border:1px solid rgba(122,90,61,.14)!important;border-radius:42px!important;box-shadow:0 24px 58px #634b2d1a!important;overflow:hidden!important}.article-hero-textonly .article-hero-copy{padding:56px 64px!important;display:block!important}.article-hero-textonly h1{font-size:clamp(40px,5vw,76px)!important;line-height:1.08!important;max-width:920px!important;margin:18px 0!important}.article-hero-textonly .hero-sub{font-size:20px!important;line-height:1.85!important;max-width:760px!important}.article-hero-textonly .article-hero-media{display:none!important}.article-content{max-width:920px!important}.article-affiliate-section{max-width:1040px!important;margin-left:auto!important;margin-right:auto!important}.admin-affiliate-pick{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;min-height:112px!important;padding:22px!important}.admin-affiliate-pick span{display:block!important;min-width:0!important}.admin-affiliate-pick strong{display:block!important;font-size:19px!important;line-height:1.35!important;margin:0 0 7px!important}.admin-affiliate-pick small{display:block!important;font-size:14px!important;line-height:1.45!important;color:#85694e!important}.admin-form input[type=checkbox],.admin-check-list input[type=checkbox],.admin-affiliate-pick input[type=checkbox]{width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important;align-self:start!important;margin-top:1px!important;accent-color:#76583b!important}.admin-filter-row{grid-template-columns:repeat(5,minmax(150px,1fr))!important}.field-label{font-weight:800;color:#806146;letter-spacing:.04em;font-size:14px;margin-top:8px}.map-picker{min-height:240px!important}.map-picker .world-map{background-size:100% 100%!important}@media(max-width:980px){.prep-section-v15 .prep-title-grid,.prep-section-v15 .prep-content-grid{grid-template-columns:1fr!important}.article-hero-textonly{margin:34px 18px 32px!important}.article-hero-textonly .article-hero-copy{padding:38px 28px!important}.admin-filter-row{grid-template-columns:1fr 1fr!important}}@media(max-width:640px){.admin-filter-row{grid-template-columns:1fr!important}}.prep-section-v15{overflow:hidden}.prep-section-v15 .prep-title-grid,.prep-section-v15 .prep-content-grid{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;gap:26px!important;align-items:start!important}.prep-section-v15 .prep-title-block,.prep-section-v15 .paper-card,.prep-section-v15 .prep-recommendations,.prep-section-v15 .prep-cards{min-width:0!important}.prep-title-block-main .prep-section-intro{max-width:780px!important;margin-top:18px!important}.prep-section-v15 .checklist-card{padding:34px 34px 28px!important}.prep-section-v15 .checklist-card h3{margin:8px 0 18px!important;font-size:clamp(30px,3vw,44px)!important;line-height:1.12!important}.prep-section-v15 .checklist-card>p{display:none!important}.prep-section-v15 .prep-title-block:last-child{padding-left:8px!important}.prep-section-v15 .prep-cards{display:grid!important;gap:16px!important}.prep-section-v15 .affiliate-card h4,.article-affiliate-section .affiliate-card h4{font-size:clamp(26px,2.4vw,40px)!important;line-height:1.15!important;margin:12px 0 8px!important}.prep-section-v15 .affiliate-card p,.article-affiliate-section .affiliate-card p{font-size:17px!important;line-height:1.75!important;color:#69533f!important}.travel-checklist-panel{display:none;margin-top:22px}.travel-checklist-panel.visible{display:block}.language-switch{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.lang-pill{display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:11px 18px;border-radius:999px;border:1px solid rgba(122,90,61,.18);background:#fffaf0ad;color:#5d4936;font-weight:700;text-decoration:none;transition:.2s ease}.lang-pill:hover,.lang-pill.active{background:#7a5a3d;color:#fffaf0;box-shadow:0 12px 28px #6548291f}.article-hero-textonly{max-width:980px!important}.article-hero-textonly .article-hero-copy{padding:56px 72px 58px!important}.article-hero-textonly .kicker{letter-spacing:.16em!important}.article-hero-textonly h1{max-width:720px!important;font-size:clamp(42px,4.6vw,66px)!important;line-height:1.12!important;text-wrap:balance}.article-hero-textonly .hero-sub{max-width:760px!important;font-size:19px!important;line-height:1.9!important}@media(max-width:980px){.prep-section-v15 .prep-title-grid,.prep-section-v15 .prep-content-grid{grid-template-columns:1fr!important}.prep-section-v15 .prep-title-block:last-child{padding-left:0!important}.article-hero-textonly .article-hero-copy{padding:38px 30px 42px!important}}.site-header .main-nav .nav-link>span:after{content:"";position:absolute;left:50%;bottom:-12px;width:calc(100% - 10px);max-width:118px;height:2px;border-radius:999px;background:linear-gradient(90deg,#7a5a3d00,#7a5a3d94,#c29a5cb8,#7a5a3d00);box-shadow:0 4px 12px #7a5a3d26;opacity:0;transform:translate(-50%) scaleX(.25);transform-origin:center;transition:opacity .24s ease,transform .24s ease}.site-header .main-nav .nav-link:hover>span:after,.site-header .main-nav .nav-link.active>span:after{opacity:1;transform:translate(-50%) scaleX(1)}.language-nav-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 15px;border-radius:999px;border:1px solid rgba(141,105,66,.18);background:#fffaefbd;color:#604632;font-size:13px;font-weight:800;letter-spacing:.04em;text-decoration:none;box-shadow:0 10px 24px #62462a12;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.language-nav-toggle:hover{transform:translateY(-1px);background:#7a5a3d;color:#fff9ed;box-shadow:0 16px 32px #62462a1f}.admin-search{width:100%;margin:10px 0 16px}.map-popover .pop-link{position:relative;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.map-popover .pop-link:hover{transform:translateY(-2px);background:#fffaeff5;box-shadow:0 12px 26px #62462a1a}.map-popover .pop-link{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}.map-popover .pop-link-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;white-space:nowrap}.map-popover .pop-link-primary strong{font:inherit;font-weight:800}.map-popover .pop-link-spark{flex:0 0 auto;color:#bd8a43;font-size:11px;line-height:1;opacity:.72;transform:scale(.86);transition:opacity .18s ease,transform .18s ease}.map-popover .pop-link:hover .pop-link-spark{opacity:1;transform:scale(1)}.map-popover .pop-link-note{font-size:12px;opacity:.75;white-space:nowrap}@media(max-width:900px){.language-nav-toggle{width:max-content;margin:4px 0}}.lang-en .brand-image img,.lang-en .home-logo-showcase img{object-fit:contain}.language-nav-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 18px;border-radius:999px;border:1px solid rgba(122,90,61,.16);color:#6b4e32;font-weight:800;text-decoration:none;background:#fffaf0b8;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.language-nav-toggle:hover{transform:translateY(-1px);background:#fffaf0;box-shadow:0 12px 28px #593e231a}.checklist-download-card{margin-top:22px;padding:20px;border:1px solid rgba(122,90,61,.15);border-radius:22px;background:#fffaf0c2;display:flex;gap:18px;align-items:flex-start;justify-content:space-between;box-shadow:0 16px 34px #533b200f}.checklist-download-card h4{margin:5px 0 8px;font-size:24px;line-height:1.2}.checklist-download-card p{margin:0;font-size:15px;line-height:1.75;color:#745d43}.checklist-download-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;min-width:190px}.article-hero-textonly h1 .title-line{display:block;text-wrap:balance}.article-hero-textonly h1{word-break:keep-all;overflow-wrap:normal}.lang-en .listing-hero h1,.lang-en .article-hero-textonly h1{letter-spacing:-.02em}.about-card-single{grid-column:1/-1;max-width:980px;margin:0 auto}@media(max-width:760px){.checklist-download-card{display:block}.checklist-download-actions{justify-content:flex-start;margin-top:14px}}.prep-section-v15 .prep-content-grid{align-items:start!important;grid-auto-rows:auto!important}.prep-section-v15 .checklist-card{height:auto!important;min-height:0!important;align-self:start!important;padding:34px!important}.prep-section-v15 .prep-intro{height:auto!important}.prep-section-v15 .checklist-card h3{font-size:clamp(28px,2.6vw,42px)!important;margin-bottom:20px!important}.prep-section-v15 .prep-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prep-section-v15 .platform-card{padding:18px!important;min-height:170px!important}.prep-section-v15 .platform-card h4{font-size:clamp(24px,2vw,34px)!important;line-height:1.12!important;margin:10px 0 8px!important}.prep-section-v15 .platform-card p{font-size:16px!important;line-height:1.65!important}.checklist-download-card p{font-size:15px!important;line-height:1.7!important}.tools-hero{margin:28px auto 40px!important;max-width:1180px!important;padding:52px 62px!important}.tools-hero h1{font-size:clamp(48px,6vw,92px);line-height:1.02;margin:12px 0;color:#4b3828}.tools-section{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}.tools-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px;gap:22px}.tools-section-head h2{font-size:clamp(36px,4.2vw,62px);line-height:1.05;margin:8px 0;color:#4b3828}.tools-section-head p{font-size:18px;line-height:1.8;color:#6f5842;max-width:780px;margin:0}.tool-card,.weather-card{background:#fffaf0c7;border:1px solid rgba(145,105,62,.17);border-radius:30px;box-shadow:var(--soft-shadow);padding:28px;position:relative;overflow:hidden}.tool-card:before,.weather-card:before{content:"";position:absolute;inset:12px;border:1px dashed rgba(149,111,69,.17);border-radius:inherit;pointer-events:none}.tool-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:end;position:relative;z-index:2}.tool-form-grid label,.manual-rate-row label{display:grid;gap:7px;font-weight:700;color:#6b4f34}.tool-form-grid input,.tool-form-grid select,.manual-rate-row input{width:100%;border:1px solid rgba(122,90,61,.18);border-radius:18px;background:#fffaf0e0;padding:13px 14px;font-size:16px;color:#4b3828}.manual-rate-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end;margin-top:18px;position:relative;z-index:2}.tool-result-card,.tool-result-grid{position:relative;z-index:2;margin-top:20px}.tool-result-main{display:flex;align-items:baseline;justify-content:space-between;gap:18px;border-radius:24px;background:#f3e7cc;padding:22px}.tool-result-main span{font-size:18px;color:#755d43}.tool-result-main strong{font-family:var(--font-serif);font-size:clamp(34px,4vw,58px);color:#4b3828}.tool-loading,.tool-error,.tool-warning,.tool-rate-note{padding:13px 16px;border-radius:18px;background:#f7efe0;color:#745941;margin-top:12px}.shopping-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tool-preset-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px;position:relative;z-index:2}.tool-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tool-mini-result{border:1px solid rgba(145,105,62,.15);border-radius:20px;background:#fffaf0b8;padding:16px;display:flex;justify-content:space-between;gap:12px;align-items:center}.tool-mini-result span{color:#765d43;font-weight:700}.tool-mini-result strong{font-family:var(--font-serif);font-size:24px;color:#4b3828}.tool-mini-result.highlight{background:#efe0c3}.tool-note{position:relative;z-index:2;margin-top:16px;color:#765d43;font-size:14px;line-height:1.7}.weather-card{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin:24px 0}.article-weather-slot{max-width:900px;margin:0 auto 34px}.weather-card h3{font-family:var(--font-serif);font-size:clamp(28px,3vw,44px);margin:6px 0;color:#4b3828}.weather-card p{margin:0;color:#6f5842;line-height:1.7}.weather-temp{font-family:var(--font-serif);font-size:clamp(52px,5.2vw,78px);line-height:1;color:#7a5a3d}.weather-advice{margin-top:14px;padding:14px 16px;border-radius:20px;background:#f3e7cc;color:#5d4936;line-height:1.8}.weather-details{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap}.weather-details span{border-radius:999px;background:#f7efe0;border:1px solid rgba(145,105,62,.12);padding:8px 12px;color:#73593f;font-size:14px}.weather-tool-link{justify-self:start;color:#6c4f35;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(108,79,53,.35)}.about-columns{grid-template-columns:minmax(0,1.12fr) minmax(280px,.58fr)!important;align-items:start}.about-card-single h2{font-size:clamp(28px,2.4vw,42px)!important;line-height:1.16!important;white-space:normal!important;max-width:720px!important}.about-contact-card{align-self:start;display:grid;gap:16px}.about-contact-card h2{font-size:clamp(28px,2.2vw,40px)!important}.about-contact-card .btn{width:max-content}.about-banner-note{max-width:min(38%,620px)!important}.about-banner-note h2{font-size:clamp(22px,2.05vw,34px)!important;line-height:1.15!important;white-space:normal!important}.lang-en .about-banner-note h2{font-size:clamp(21px,1.85vw,31px)!important}@media(max-width:1100px){.tool-form-grid,.shopping-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prep-section-v15 .prep-cards,.about-columns{grid-template-columns:1fr!important}}@media(max-width:720px){.tool-form-grid,.shopping-grid,.manual-rate-row,.tool-result-grid{grid-template-columns:1fr}.tools-hero{padding:36px 26px!important}.weather-card{grid-template-columns:1fr}.weather-temp{font-size:56px}.tools-section-head{align-items:start;flex-direction:column}.article-weather-slot{margin:0 16px 28px}.prep-section-v15 .checklist-card{padding:26px!important}}.article-weather-slot.article-weather-compact{max-width:1180px!important;margin:18px auto 28px!important;padding:0 18px!important}.article-weather-strip{display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%;border:1px solid rgba(145,105,62,.16);border-radius:999px;background:#fffaf0d1;box-shadow:0 14px 34px #6f583512;padding:10px 16px;color:#69513a;font-size:15px;line-height:1.45}.article-weather-strip .strip-kicker{letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:900;color:#9a7650}.article-weather-strip strong{font-family:var(--font-serif);font-size:20px;line-height:1;color:#4b3828}.article-weather-strip em{font-family:var(--font-serif);font-style:normal;font-size:25px;color:#7a5a3d;margin-left:auto}.article-weather-strip .strip-advice{flex:1 1 360px;min-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5d4936}.weather-select-grid{grid-template-columns:minmax(180px,.7fr) minmax(260px,1.4fr) auto!important}.weather-city-note{margin:14px 0 8px!important;max-width:820px}#toolsWeatherResult .weather-tool-link{display:none!important}.manual-rate-row label span:after{content:"（填倍率就好）";margin-left:6px;font-weight:600;color:#9a7650;font-size:.92em}.lang-en .manual-rate-row label span:after{content:" (enter a multiplier)"}@media(max-width:760px){.article-weather-strip{border-radius:24px;align-items:flex-start;gap:8px}.article-weather-strip em{margin-left:0}.article-weather-strip .strip-advice{white-space:normal;min-width:0;flex-basis:100%}.weather-select-grid{grid-template-columns:1fr!important}}.prep-platform-section{max-width:1240px;margin-left:auto;margin-right:auto}.prep-platform-head{align-items:end}.prep-platform-head p{margin:10px 0 0;max-width:760px;font-size:17px;line-height:1.8;color:#6f5842}.platform-category-shell{display:grid;gap:28px}.platform-category-group{border:1px solid rgba(145,105,62,.13);border-radius:32px;background:#fffaf085;padding:22px;box-shadow:0 20px 48px #6f58350f}.platform-category-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.platform-category-head h3{margin:4px 0 0;font-family:var(--font-serif);font-size:clamp(26px,2.8vw,40px);color:#4b3828}.platform-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;align-items:stretch}.platform-cards-grid .platform-card,.article-affiliate-section .affiliate-card,.destination-tabs-section .affiliate-card{height:100%;min-height:154px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.platform-cards-grid .platform-card h4{font-size:clamp(22px,2vw,30px)!important}.platform-cards-grid .platform-card p{font-size:15px!important;line-height:1.65!important}.article-affiliate-section .affiliate-card{min-height:132px}.article-affiliate-section .affiliate-card h4{font-size:clamp(22px,2.5vw,30px)}.article-affiliate-section .affiliate-card p{font-size:15px;line-height:1.7}.tools-hero-art{max-width:1180px!important;margin:28px auto 34px!important;padding:52px 62px!important}.tools-hero-art .listing-hero-figure{max-height:360px}.tools-quick-section{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;margin-top:-16px!important}.tools-quick-head{margin-bottom:18px}.tools-quick-head h2{margin:6px 0;font-size:clamp(30px,3.4vw,48px);font-family:var(--font-serif);color:#4b3828}.tools-quick-head p{margin:0;color:#6f5842;font-size:17px}.tool-jump-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tool-jump-card{display:block;text-decoration:none;color:#4b3828;border:1px solid rgba(145,105,62,.16);border-radius:24px;background:linear-gradient(145deg,#fffaf0e0,#f2e7d1ad);padding:18px 20px;box-shadow:0 16px 38px #6f583512;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.tool-jump-card:hover{transform:translateY(-3px);border-color:#7a5a3d4d;box-shadow:0 22px 52px #6f58351f}.tool-jump-card span{display:block;font-family:var(--font-serif);font-size:22px;line-height:1.18;margin-bottom:8px}.tool-jump-card small{display:block;color:#705840;line-height:1.55;font-size:14px}.tools-checklist-section{margin-bottom:80px}.tools-checklist-section .checklist-card{padding:32px!important}.article-weather-top{margin:24px auto 14px}.article-weather-strip{display:grid!important;grid-template-columns:auto auto auto auto auto minmax(220px,1fr);align-items:center;gap:9px 12px!important;border-radius:28px!important;background:radial-gradient(circle at 8% 20%,rgba(218,198,152,.26),transparent 32%),linear-gradient(135deg,#fffcf6f0,#f0e7d4d1)!important;border:1px solid rgba(145,105,62,.16)!important;padding:12px 16px!important;box-shadow:0 18px 44px #6f583514!important}.article-weather-strip .weather-chip,.article-weather-strip .weather-pill{display:inline-flex;align-items:center;border-radius:999px;background:#ffffff9e;border:1px solid rgba(145,105,62,.12);padding:7px 11px;color:#7a5a3d;font-weight:800;font-size:13px;line-height:1}.article-weather-strip strong{white-space:nowrap}.article-weather-strip em{margin-left:0!important;justify-self:start;background:#e8dbc0;border:1px solid rgba(145,105,62,.13);border-radius:999px;padding:6px 13px;font-size:22px!important}.article-weather-strip .weather-muted{color:#705840}.article-weather-strip .strip-advice{min-width:0!important;flex:unset!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#5d4936}.tool-warning strong{color:#6b4c2f}.weather-select-grid{grid-template-columns:minmax(180px,.7fr) minmax(300px,1.5fr) auto!important}.weather-select-grid optgroup{font-weight:800;color:#6b4c2f}.about-columns{align-items:start}.about-card-single{grid-column:auto!important;max-width:none!important;margin:28px 0!important}.listing-hero-art.english-hero .listing-hero-figure,.listing-hero-art .listing-hero-figure[src$="Taiwan.webp"]{max-height:360px}@media(max-width:960px){.tool-jump-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-weather-strip{grid-template-columns:auto auto auto;border-radius:24px!important}.article-weather-strip .strip-advice{grid-column:1/-1;white-space:normal!important}}@media(max-width:720px){.tool-jump-grid{grid-template-columns:1fr}.tools-hero-art{padding:34px 24px!important}.tools-hero-art .listing-hero-figure{grid-column:1;grid-row:auto;max-height:260px;margin-top:12px}.article-weather-strip{grid-template-columns:1fr;align-items:start}.article-weather-strip em{justify-self:start}.platform-cards-grid .platform-card,.article-affiliate-section .affiliate-card{grid-template-columns:1fr}}.site-header .main-nav .nav-link,.site-header .main-nav .nav-link:link,.site-header .main-nav .nav-link:visited{overflow:hidden!important}.site-header .main-nav .nav-link:after{top:2px!important;height:18px!important;border-radius:0 0 16px 16px!important;z-index:1!important}.site-header .main-nav .nav-link>span{position:relative!important;z-index:3!important}.site-header .main-nav .nav-link>span:after{bottom:-11px!important}.tool-jump-card strong{display:block;font-family:var(--font-serif);font-size:22px;line-height:1.18;margin-bottom:8px;font-weight:900;color:#4b3828}.tool-jump-card span{font-weight:900}.tools-quick-section .tool-jump-card strong,.tools-quick-section .tool-jump-card span{font-weight:900!important}.tools-hero .hero-sub{max-width:680px}.shopping-cart-tool-card{overflow:hidden}.shopping-cart-settings,.shopping-cart-builder{position:relative;z-index:2;border:1px solid rgba(145,105,62,.14);border-radius:28px;background:linear-gradient(135deg,#fffcf4db,#f5ecd89e);padding:22px;margin-top:18px}.shopping-cart-builder{background:linear-gradient(135deg,#fffaf0eb,#efe0c38f)}.shopping-cart-subhead{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:16px}.shopping-cart-subhead h3{margin:4px 0 0;font-family:var(--font-serif);font-size:clamp(26px,2.2vw,38px);color:#4b3828}.shopping-cart-subhead p{margin:0;max-width:560px;color:#745941;line-height:1.7;font-size:15px}.shopping-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.shopping-add-grid{grid-template-columns:minmax(220px,1.2fr) minmax(150px,.8fr) minmax(120px,.55fr) auto!important;align-items:end}.shopping-add-grid .btn{min-height:52px;border-radius:18px}.shopping-cart-summary{position:relative;z-index:2;margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:18px;border-radius:26px;padding:18px 20px;background:#efe0c3;border:1px solid rgba(145,105,62,.16);box-shadow:0 14px 34px #6f58350f}.shopping-cart-summary div{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.shopping-cart-summary span,.shopping-cart-summary small{color:#745941;font-weight:800}.shopping-cart-summary strong{font-family:var(--font-serif);font-size:clamp(30px,3vw,48px);color:#4b3828}.shopping-cart-list{position:relative;z-index:2;display:grid;gap:10px;margin-top:12px}.shopping-cart-empty{border:1px dashed rgba(145,105,62,.26);border-radius:22px;background:#fffaf0a8;padding:18px;color:#73593f;line-height:1.7}.shopping-cart-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;border:1px solid rgba(145,105,62,.13);border-radius:22px;background:#fffaf0c2;padding:14px 16px}.shopping-cart-item-main{min-width:0;display:grid;gap:4px}.shopping-cart-item-main strong{color:#4b3828;font-size:17px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.shopping-cart-item-main span{color:#806248;font-size:14px;font-weight:700}.shopping-cart-item-total{font-family:var(--font-serif);font-size:22px;color:#4b3828;white-space:nowrap}.btn.tiny{padding:8px 12px;min-height:auto;font-size:13px;border-radius:999px}.shopping-cart-actions{position:relative;z-index:2;display:flex;justify-content:flex-end;margin-top:12px}.shopping-cart-actions .btn:disabled{opacity:.45;cursor:not-allowed}.shopping-threshold-progress{position:relative;z-index:2;margin-top:16px}.threshold-progress-card{border:1px solid rgba(145,105,62,.15);border-radius:24px;background:linear-gradient(135deg,#fffaf0db,#f3e7ccb8);padding:16px;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.45fr) auto;gap:14px;align-items:center}.threshold-progress-card.reached{background:linear-gradient(135deg,#ece1c4e6,#d8c49a9e)}.threshold-progress-card.soft{grid-template-columns:1fr}.threshold-progress-copy{display:grid;gap:4px}.threshold-progress-copy strong{color:#4b3828;font-size:17px}.threshold-progress-copy span,.threshold-progress-card small{color:#745941;font-weight:700;line-height:1.5}.threshold-progress-meter{height:12px;border-radius:999px;background:#7a5a3d21;overflow:hidden}.threshold-progress-meter i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#d3b16b,#7a5a3d)}@media(max-width:980px){.shopping-settings-grid,.shopping-add-grid{grid-template-columns:1fr 1fr!important}.shopping-add-grid .btn{grid-column:1/-1}.shopping-cart-subhead{display:grid}.threshold-progress-card{grid-template-columns:1fr}}@media(max-width:640px){.shopping-settings-grid,.shopping-add-grid,.shopping-cart-row{grid-template-columns:1fr!important}.shopping-cart-summary{display:grid}.shopping-cart-item-total{font-size:20px}}.language-nav-toggle{min-width:76px!important;width:auto!important;height:42px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;word-break:keep-all!important;line-height:1!important;letter-spacing:.02em!important;writing-mode:horizontal-tb!important;flex:0 0 auto!important}.travel-tool-selector-shell{border:1px solid rgba(145,105,62,.14);border-radius:34px;background:linear-gradient(135deg,#fffaf0b3,#f4e9d370);box-shadow:0 22px 52px #6f583512;padding:24px}.travel-tool-selector-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.58fr);gap:18px;align-items:end;margin-bottom:18px}.travel-tool-selector-head h3{margin:4px 0 0;font-family:var(--font-serif);color:#4b3828;font-size:clamp(30px,3vw,48px)}.travel-tool-selector-head p{margin:0;color:#6f5842;line-height:1.75;font-size:16px}.travel-tool-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px}.travel-tool-tab{border:1px solid rgba(145,105,62,.16);background:#fffaf0c7;color:#6b4f34;border-radius:999px;padding:9px 14px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px #6f58350d;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.travel-tool-tab:hover,.travel-tool-tab.active{transform:translateY(-1px);background:#7a5a3d;color:#fffaf0;box-shadow:0 12px 26px #6f58351f}.travel-tool-tier{display:grid;gap:12px;margin-top:18px}.tier-label{color:#9a7650;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.travel-tool-main-grid,.travel-tool-small-grid{display:grid;gap:12px}.travel-tool-main-grid,.travel-tool-small-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.travel-tool-card{text-decoration:none;border:1px solid rgba(145,105,62,.14);border-radius:24px;background:#fffaf0c7;color:#4b3828;display:grid;align-content:start;gap:7px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.travel-tool-card.main{min-height:152px;padding:17px 16px}.travel-tool-card.small{min-height:108px;padding:13px 14px;border-radius:20px;background:#fffaf099}.travel-tool-card:hover{transform:translateY(-3px);background:#fffaf0f5;box-shadow:0 18px 34px #6f58351a}.travel-tool-card .tool-type{width:max-content;max-width:100%;border-radius:999px;padding:5px 9px;background:#efe0c3;color:#765d43;font-size:11px;font-weight:900;line-height:1}.travel-tool-card strong{font-family:var(--font-serif);color:#4b3828;font-size:clamp(20px,1.4vw,27px);line-height:1.05}.travel-tool-card.small strong{font-size:clamp(17px,1.05vw,21px);font-family:var(--font-sans);font-weight:900}.travel-tool-card small{color:#6f5842;font-size:13px;line-height:1.45}.travel-tool-card.small small{font-size:12px;line-height:1.38}.travel-tool-card.is-hidden{display:none!important}.platform-category-shell{display:block!important}.hotspot:after{white-space:nowrap!important}@media(max-width:1180px){.travel-tool-main-grid,.travel-tool-small-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.travel-tool-selector-shell{padding:18px;border-radius:28px}.travel-tool-selector-head{grid-template-columns:1fr}.travel-tool-main-grid,.travel-tool-small-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.travel-tool-main-grid,.travel-tool-small-grid{grid-template-columns:1fr}}.language-nav-toggle,.language-nav-toggle:hover,.language-nav-toggle:focus{color:#4b3828!important;background:#fffaf0f0!important;min-width:82px!important;white-space:nowrap!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;overflow:visible!important;opacity:1!important}.language-nav-toggle:hover{box-shadow:0 14px 30px #593e231f!important}.platform-selector-v25{padding:30px!important}.platform-selector-v25 .travel-tool-selector-head{grid-template-columns:minmax(0,1fr) minmax(300px,.56fr);margin-bottom:20px}.platform-row-v25{margin-top:22px!important}.travel-tool-row-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}.platform-card-v25{min-height:176px!important;padding:18px 18px 20px!important;border-radius:24px!important;gap:9px!important;overflow:hidden}.platform-card-v25 strong{font-size:clamp(22px,1.45vw,30px)!important;line-height:1.08!important;overflow-wrap:anywhere;word-break:normal}.platform-card-v25 small{font-size:14px!important;line-height:1.62!important;display:block;color:#6a5541!important}.lang-en .platform-card-v25 strong{font-family:var(--font-serif)!important;font-size:clamp(21px,1.35vw,28px)!important}.lang-en .platform-card-v25 small{font-size:13.5px!important;line-height:1.56!important}.platform-card-v25 .tool-type{white-space:normal!important;line-height:1.15!important}@media(max-width:1180px){.travel-tool-row-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-card-v25{min-height:150px!important}}@media(max-width:640px){.platform-selector-v25{padding:20px!important}.platform-selector-v25 .travel-tool-selector-head,.travel-tool-row-grid{grid-template-columns:1fr}.platform-card-v25{min-height:0!important}}.admin-map-picker-tools{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:8px 0 10px;padding:10px 12px;border-radius:18px;background:#fffaf0b8;border:1px solid rgba(145,105,62,.14);color:#6b4f34;font-size:13px;font-weight:800}.admin-map-picker-canvas{position:absolute;inset:0;width:100%;height:100%;min-width:100%;min-height:100%;transform-origin:center center;will-change:transform;transition:transform .06s linear}.admin-map-picker-canvas .world-map{position:absolute!important;inset:0!important;background-size:100% 100%!important;background-position:center!important;background-repeat:no-repeat!important}.admin-map-picker .picker-dot{z-index:3}.article-drop-help{border:1px dashed rgba(145,105,62,.26);border-radius:18px;background:#fffaf0b8;padding:14px 16px;color:#73593f;font-size:14px;line-height:1.7;margin:10px 0 12px}.post-block-editor.is-dragging-image{outline:3px dashed rgba(122,90,61,.34);outline-offset:8px;border-radius:24px;background:#f3e7cc59}.inline-image-upload{display:flex!important;align-items:center;justify-content:center;border:1px dashed rgba(145,105,62,.28);border-radius:16px;background:#fffaf0b8;padding:12px 14px;cursor:pointer;color:#6b4f34;font-weight:800}.inline-image-upload input{display:none!important}.image-block-dropzone{border:1px dashed rgba(145,105,62,.28);border-radius:16px;background:#fffaf0b3;padding:14px;text-align:center;color:#73593f;font-size:13px;line-height:1.5}.image-block-dropzone.dragover{background:#efe0c3;border-color:#7a5a3d;color:#4b3828}.language-nav-toggle,.language-nav-toggle:hover,.language-nav-toggle:focus{color:#4b3828!important;white-space:nowrap!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:78px!important;text-align:center!important}.about-contact-card{position:sticky;top:96px}.contact-message-form{display:grid;gap:12px;margin:16px 0 12px}.contact-message-form label{display:grid;gap:6px;font-weight:800;color:#6b4f34}.contact-message-form input,.contact-message-form textarea{width:100%;border:1px solid rgba(145,105,62,.18);border-radius:18px;background:#fffaf0d1;padding:12px 14px;font:inherit;color:#4b3828}.contact-message-form textarea{resize:vertical;min-height:128px}.contact-form-note{min-height:1.4em;margin:0;color:#7a5a3d;font-weight:800}.admin-message-badge{display:none;min-width:22px;height:22px;margin-left:6px;padding:0 6px;border-radius:999px;background:#7a5a3d;color:#fffaf0;font-size:12px;line-height:22px;text-align:center}.admin-message-badge.visible{display:inline-block}.admin-message-alert h2{color:#7a5a3d}.admin-message-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.admin-message-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-message-list{display:grid;gap:14px}.admin-message-card{border:1px solid rgba(145,105,62,.16);border-radius:22px;background:#fffaf0b8;padding:16px;display:grid;gap:12px}.admin-message-card.unread{background:#f3e7cc;box-shadow:0 12px 28px #5b41261a}.admin-message-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:baseline}.admin-message-meta strong{font-size:18px;color:#4b3828}.admin-message-meta span{font-weight:800;color:#7a5a3d}.admin-message-meta small{color:#856f5b}.admin-message-card p{white-space:pre-wrap;margin:0;line-height:1.75;color:#5e4934}.admin-message-card-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-map-picker.dragging{cursor:grabbing!important;user-select:none}.admin-map-picker{height:420px!important;aspect-ratio:1008/406!important;overflow:hidden!important;cursor:grab!important;resize:vertical;touch-action:none;position:relative}@media(max-width:900px){.about-contact-card{position:static}.admin-message-head{display:grid}}.map-control-hint{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;color:#6b4f34;font-weight:800;letter-spacing:.04em}.lang-en .map-control-hint{letter-spacing:.08em}.admin-map-picker .picker-dot{transform:translate(-50%,-50%) scale(var(--picker-marker-scale,1));transform-origin:center center}.home-map-stage .world-map-wrap,.admin-map-picker{aspect-ratio:1008/406!important}.home-map-stage .world-map-wrap{min-height:0!important;height:auto!important}.admin-map-picker-canvas.map-content{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;transform-origin:center center!important;will-change:transform!important}.admin-picker-map-img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:fill!important;pointer-events:none!important;user-select:none!important;filter:sepia(.12) saturate(.88) contrast(1.03);opacity:.96}.admin-map-picker-canvas .world-map{display:none!important}.admin-map-picker .picker-dot{position:absolute!important;left:50%;top:50%;z-index:5!important;transform:translate(-50%,-50%) scale(var(--picker-marker-scale,1));transform-origin:center center}.admin-map-picker-tools{align-items:center!important}.admin-map-picker-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-map-picker{height:560px!important;max-height:74vh!important;min-height:420px!important;aspect-ratio:1008/406!important;overflow:hidden!important;background:#f5eedcbf!important}.admin-map-picker-canvas .world-map{filter:sepia(.12) saturate(.88) contrast(1.03)!important}.admin-map-picker .picker-dot{width:16px!important;height:16px!important;z-index:6!important;transform:translate(-50%,-50%) scale(var(--picker-marker-scale,1))!important;transform-origin:center center!important}.map-controls{left:50%!important;right:auto!important;transform:translate(-50%)!important;width:max-content!important;max-width:calc(100% - 28px)!important;min-width:0!important;box-sizing:border-box!important;flex-wrap:nowrap!important;overflow:hidden!important;gap:8px!important}.map-controls .map-control-hint{flex:0 0 auto!important;max-width:58px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;letter-spacing:.06em!important}.map-controls label{min-width:0!important;flex:0 1 auto!important;gap:7px!important;font-size:12px!important;letter-spacing:.04em!important}.map-controls input{width:clamp(88px,16vw,160px)!important;min-width:74px!important}.map-controls button{flex:0 0 auto!important}@media(max-width:720px){.map-controls{bottom:12px!important;padding:7px 9px!important;gap:6px!important}.map-controls .map-control-hint{display:none!important}.map-controls label{font-size:0!important}.map-controls label input{font-size:12px!important;width:110px!important}}.admin-map-picker{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1008 / 406!important;overflow:hidden!important;box-sizing:border-box!important}.admin-map-picker-canvas.map-content{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;transform-origin:center center!important}.admin-picker-map-img,.admin-map-picker-canvas .world-map-img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:fill!important;display:block!important}.admin-map-picker.dragging{cursor:grabbing!important}.admin-local-map-panel{border:1px solid rgba(145,105,62,.16);border-radius:24px;background:linear-gradient(135deg,#fffaf0d1,#f2e5cd8c);padding:16px;margin:14px 0 18px}.admin-local-map-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}.admin-local-map-head strong{display:block;color:#4b3828;font-size:18px}.admin-local-map-head p{margin:4px 0 0;color:#73593f;font-size:13px;line-height:1.65}.admin-local-map-head span{flex:0 0 auto;max-width:240px;border-radius:999px;background:#efe0c3;color:#6b4f34;padding:8px 12px;font-size:13px;font-weight:900}.admin-local-map{position:relative;min-height:320px;border-radius:22px;border:1px solid rgba(145,105,62,.18);background:linear-gradient(135deg,#f2e5cd,#fff7e7);overflow:hidden;cursor:crosshair}.admin-local-map:before{content:"";position:absolute;inset:18px;border:1px dashed rgba(122,90,61,.18);border-radius:22px;pointer-events:none}.admin-local-map .local-map-art{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.admin-local-point{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:#d7a151;border:2px solid #fff8e8;box-shadow:0 0 0 4px #d3a5502e;cursor:pointer;z-index:3}.admin-local-point.active{background:#7a5a3d;box-shadow:0 0 0 5px #7a5a3d2e,0 14px 28px #5b412629}.admin-local-point span{position:absolute;left:18px;top:-8px;background:#fffaf0eb;border:1px solid rgba(122,90,61,.14);border-radius:12px;padding:4px 8px;font-size:12px;white-space:nowrap;color:#4b3828;font-weight:900}.admin-local-map-empty{position:absolute;inset:auto 22px 22px;border-radius:18px;background:#fffaf0d1;border:1px dashed rgba(145,105,62,.24);color:#73593f;padding:14px 16px;font-weight:800;line-height:1.7}.local-point-rows{display:grid;gap:12px}.local-point-row{position:relative}.local-point-row.active{outline:3px solid rgba(122,90,61,.12);background:#efe0c380!important}@media(max-width:720px){.admin-local-map-head{display:grid}.admin-local-map-head span{max-width:none}.admin-local-map{min-height:260px}}.hotspot[data-id=kyoto],.hotspot[data-id=osaka],.hotspot[data-id=tokyo]{margin-left:0!important;margin-top:0!important}.home-map-stage .world-map-wrap .world-map,.world-map-wrap .world-map{inset:0!important;width:100%!important;height:100%!important;background-size:100% 100%!important;background-position:center center!important;background-repeat:no-repeat!important}.map-content{inset:0!important}.hotspot,.refpoint{margin-left:0!important;margin-top:0!important}.weekly-weather{grid-column:1/-1;position:relative;z-index:2;border:1px solid rgba(145,105,62,.14);border-radius:24px;background:#fffaf09e;padding:16px;margin-top:2px}.weekly-weather-head{display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:12px}.weekly-weather-head strong{color:#4b3828;font-size:18px}.weekly-weather-head span{color:#765d43;font-size:13px;line-height:1.55}.weekly-weather-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.weather-day-card{border-radius:18px;background:#f7efe0;border:1px solid rgba(145,105,62,.12);padding:12px 10px;display:grid;gap:5px;min-width:0}.weather-day-card strong{color:#4b3828;font-size:14px;white-space:nowrap}.weather-day-card .weather-day-code{color:#73593f;font-size:12px;line-height:1.35;min-height:2.7em}.weather-day-card em{font-family:var(--font-serif);font-style:normal;color:#7a5a3d;font-size:21px;line-height:1}.weather-day-card small{color:#80654a;font-size:11px;line-height:1.35}@media(max-width:980px){.weekly-weather-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:620px){.weekly-weather-head{display:grid}.weekly-weather-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.article-soundscape-card{max-width:900px;margin:0 auto 28px;padding:18px 20px;border:1px solid rgba(145,105,62,.16);border-radius:28px;background:linear-gradient(135deg,#fffaf0d6,#f3e7cc9e);box-shadow:0 18px 42px #6f583514;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;position:relative;overflow:hidden}.article-soundscape-card:before{content:"";position:absolute;inset:10px;border:1px dashed rgba(145,105,62,.14);border-radius:24px;pointer-events:none}.soundscape-toggle{position:relative;z-index:2;width:52px;height:52px;border-radius:50%;border:1px solid #D1CFC7;background:#f5f2eb;color:#6c4f35;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 26px #5b41261a;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.soundscape-toggle:hover{transform:translateY(-1px);box-shadow:0 14px 32px #5b412624}.soundscape-toggle:active{transform:translateY(1px) scale(.98)}.soundscape-icon{font-size:18px;line-height:1;margin-left:2px}.article-soundscape-card.is-playing .soundscape-toggle{background:#efe0c3;color:#4b3828}.article-soundscape-card.is-playing .soundscape-icon{margin-left:0;font-size:17px}.soundscape-copy{position:relative;z-index:2;min-width:0}.soundscape-copy .kicker{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#9a7650;font-weight:900;margin-bottom:5px}.soundscape-copy h2{font-family:var(--font-serif);font-size:clamp(21px,2.2vw,30px);line-height:1.12;margin:0 0 5px;color:#4b3828}.soundscape-copy p{margin:0;color:#756050;font-size:13.5px;line-height:1.65}.soundscape-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px;color:#8e8c84;font-size:12px}.soundscape-meta a{color:#6c4f35;font-weight:850;text-decoration:none;border-bottom:1px solid rgba(108,79,53,.28)}.youtube-audio-host{position:absolute;width:200px;height:200px;right:0;bottom:0;opacity:.01;pointer-events:none;transform:translate(60%,60%);z-index:1}.post-soundscape-fields{display:grid;gap:10px;border:1px solid rgba(145,105,62,.14);border-radius:22px;padding:14px;background:#fffaf094}.post-soundscape-fields label{display:grid;gap:7px;font-weight:800;color:#6b4f34}.post-soundscape-fields input{width:100%;border:1px solid rgba(122,90,61,.18);border-radius:16px;background:#fffaf0e0;padding:12px 13px;font-size:15px;color:#4b3828}.post-soundscape-fields .admin-help{margin:0}@media(max-width:720px){.article-soundscape-card{margin:0 16px 24px;grid-template-columns:1fr;justify-items:start}}.article-soundscape-channel-card{max-width:900px;margin:-10px auto 30px;padding:16px 18px;border:1px solid rgba(145,105,62,.13);border-radius:24px;background:#fffaf094;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;box-shadow:0 12px 30px #6f58350e;position:relative;overflow:hidden}.article-soundscape-channel-card:before{content:"";position:absolute;inset:10px;border:1px dashed rgba(145,105,62,.1);border-radius:20px;pointer-events:none}.soundscape-channel-mark{position:relative;z-index:2;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f5f2eb;border:1px solid #d1cfc7;color:#7a5a3d;font-family:var(--font-serif);font-size:23px}.article-soundscape-channel-card>div:last-child{position:relative;z-index:2}.article-soundscape-channel-card .kicker{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:#9a7650;font-weight:900;margin-bottom:4px}.article-soundscape-channel-card h3{margin:0 0 4px;font-family:var(--font-serif);color:#4b3828;font-size:clamp(19px,1.8vw,26px);line-height:1.16}.article-soundscape-channel-card p{margin:0;color:#78614b;font-size:13px;line-height:1.65}.article-soundscape-channel-card a{display:inline-block;margin-top:7px;color:#6c4f35;font-size:12px;font-weight:850;text-decoration:none;border-bottom:1px solid rgba(108,79,53,.28)}@media(max-width:720px){.article-soundscape-channel-card{margin:-8px 16px 26px}}.article-weather-slot.article-weather-compact{margin:10px auto 18px!important}.article-weather-strip{padding:8px 14px!important;min-height:0!important}.article-hero.article-hero-textonly{margin:28px auto 24px!important}.article-hero-textonly .article-hero-copy{padding:40px 56px 44px!important}.article-hero-textonly h1{margin:0!important;font-size:clamp(38px,4.1vw,62px)!important}.article-hero-textonly .hero-sub{margin-top:18px!important;line-height:1.75!important}.article-hero-textonly .tags{margin-top:18px!important}.article-soundscape-card.compact-soundscape-card{margin:0 auto 34px!important;padding:13px 16px!important;border-radius:24px!important;box-shadow:0 12px 30px #6f58350f!important;background:#fffaf0a3!important}.article-soundscape-card.compact-soundscape-card:before{inset:9px!important;border-radius:20px!important}.compact-soundscape-card .soundscape-toggle{width:44px!important;height:44px!important;box-shadow:0 8px 18px #5b412614!important}.compact-soundscape-card .soundscape-copy .kicker{font-size:10px!important;margin-bottom:2px!important}.compact-soundscape-card .soundscape-copy h2{font-size:clamp(18px,1.6vw,24px)!important;margin-bottom:2px!important}.compact-soundscape-card .soundscape-copy p{font-size:12.5px!important;line-height:1.55!important}.compact-soundscape-card .soundscape-meta{margin-top:5px!important;opacity:.82!important}.article-soundscape-channel-card{display:none!important}.article-content{margin-top:0!important}@media(max-width:980px){.article-hero.article-hero-textonly{margin:22px 16px!important}.article-hero-textonly .article-hero-copy{padding:30px 26px 34px!important}}@media(max-width:720px){.article-soundscape-card.compact-soundscape-card{margin:0 16px 26px!important}}.my-atlas-page{max-width:1220px}.my-atlas-hero{margin-top:28px!important}.atlas-login-preview{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:22px}.atlas-login-preview span{border-radius:999px;background:#f3e7cc;border:1px solid rgba(145,105,62,.13);color:#6f5842;font-weight:850;padding:8px 12px}.atlas-login-preview .btn[disabled]{opacity:.72;cursor:not-allowed}.my-atlas-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px}.my-atlas-stats article{border:1px solid rgba(145,105,62,.14);border-radius:26px;background:#fffaf0b8;box-shadow:0 14px 34px #6f58350e;padding:20px;display:grid;gap:8px}.my-atlas-stats span{color:#8b6b49;font-size:13px;font-weight:850}.my-atlas-stats strong{font-family:var(--font-serif);color:#4b3828;font-size:42px;line-height:1}.my-atlas-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:20px}.my-atlas-panel{border:1px solid rgba(145,105,62,.14);border-radius:32px;background:#fffaf0ad;box-shadow:0 18px 42px #6f583511;padding:24px;position:relative;overflow:hidden}.my-atlas-panel:before{content:"";position:absolute;inset:12px;border:1px dashed rgba(145,105,62,.1);border-radius:28px;pointer-events:none}.my-atlas-panel>*{position:relative;z-index:2}.compact-head{margin-bottom:14px!important}.compact-head h2{font-size:clamp(28px,3.1vw,46px)!important}.my-atlas-map{position:relative;aspect-ratio:1008/406;border-radius:28px;overflow:hidden;background:#f3e7cc;border:1px solid rgba(145,105,62,.14)}.my-atlas-map .world-map{position:absolute;inset:0!important;width:100%;height:100%;background:url(../images/world-map.svg) center/100% 100% no-repeat;filter:sepia(.14) saturate(.88) contrast(1.02);opacity:.9}.my-atlas-map:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,transparent 55%,rgba(98,64,32,.08));pointer-events:none}.my-atlas-empty-map{position:absolute;inset:0;display:grid;place-items:center;color:#7a5a3d;font-weight:850;text-align:center;padding:20px;z-index:3}.atlas-map-marker{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);z-index:5;width:31px;height:31px;border-radius:50%;border:1px solid rgba(255,250,240,.94);background:#fff8e8;box-shadow:0 0 0 4px #d3a55029,0 12px 24px #49341d1f;display:grid;place-items:center;cursor:pointer;transition:.18s ease}.atlas-map-marker:hover{transform:translate(-50%,-50%) scale(1.12)}.atlas-map-marker.visited{background:#f1dec0}.atlas-map-marker.wishlist{background:#f8f2e4;box-shadow:0 0 0 4px #896f4b1a,0 12px 24px #49341d1a}.atlas-form{display:grid;gap:12px}.atlas-form label{display:grid;gap:7px;font-weight:850;color:#6b4f34}.atlas-form select{width:100%;border:1px solid rgba(122,90,61,.18);border-radius:18px;background:#fffaf0e0;padding:13px 14px;font-size:16px;color:#4b3828}.my-atlas-section{margin-top:18px}.passport-stamp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px}.passport-stamp{border:1px solid rgba(145,105,62,.14);border-radius:28px;background:#fffaf0b8;padding:16px;display:grid;grid-template-columns:96px minmax(0,1fr);gap:16px;align-items:start;box-shadow:0 14px 34px #6f58350e;transition:box-shadow .25s ease,transform .25s ease}.passport-stamp.highlight{box-shadow:0 0 0 4px #d3a55038,0 20px 48px #6f58351f;transform:translateY(-2px)}.passport-photo{width:96px;aspect-ratio:1;border-radius:22px;background:#f3e7cc;border:1px solid rgba(145,105,62,.13);display:grid;place-items:center;overflow:hidden}.passport-photo img{width:100%;height:100%;object-fit:cover}.passport-photo span{font-size:42px}.passport-copy{min-width:0}.passport-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.passport-head strong{color:#4b3828;font-size:18px}.passport-head span{border-radius:999px;padding:5px 9px;background:#f3e7cc;color:#7a5a3d;font-size:12px;font-weight:850;white-space:nowrap}.passport-stamp.wishlist .passport-head span{background:#eee4d1}.passport-stamp textarea{width:100%;min-height:78px;border:1px solid rgba(122,90,61,.13);border-radius:16px;background:#fffaf0d1;padding:11px 12px;color:#4b3828;resize:vertical;line-height:1.55}.passport-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.btn.tiny{font-size:12px!important;padding:7px 10px!important;border-radius:999px!important}@media(max-width:980px){.my-atlas-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.my-atlas-grid{grid-template-columns:1fr}}@media(max-width:620px){.my-atlas-stats,.passport-stamp{grid-template-columns:1fr}.passport-photo{width:100%;max-width:160px}}.country-flag-img,.passport-flag-img,.inline-flag-img,.marker-flag-img{display:block;object-fit:cover;box-shadow:0 3px 8px #49341d1a}.passport-flag-img{width:100%;height:100%}.inline-flag-img{width:28px;height:20px;border-radius:5px;display:inline-block;vertical-align:-4px;margin-right:8px}.marker-flag-img{width:24px;height:18px;border-radius:5px}.atlas-map-marker{transform:translate(calc(-50% + var(--dx,0px)),calc(-50% + var(--dy,0px)))!important;width:38px!important;height:32px!important;border-radius:14px!important;background:#fffaf0f5!important;border:1px solid rgba(255,250,240,.95)!important;box-shadow:0 0 0 4px #d3a5501f,0 12px 26px #49341d24!important}.atlas-map-marker:hover{transform:translate(calc(-50% + var(--dx,0px)),calc(-50% + var(--dy,0px))) scale(1.12)!important;z-index:20!important}.atlas-map-marker.visited{outline:2px solid rgba(211,165,80,.42)}.atlas-map-marker.wishlist{opacity:.88;outline:2px dashed rgba(137,111,75,.26)}.atlas-map-marker em{position:absolute;left:50%;top:calc(100% + 6px);transform:translate(-50%);background:#fffaf0f2;border:1px solid rgba(145,105,62,.13);border-radius:999px;padding:3px 7px;color:#6b4f34;font-size:11px;font-style:normal;font-weight:850;white-space:nowrap;opacity:0;pointer-events:none;transition:.18s ease;box-shadow:0 6px 14px #49341d14}.atlas-map-marker:hover em{opacity:1}.my-atlas-map:before{content:"密集地區會自動錯位顯示，點小旗子可跳到下方旅行卡片";position:absolute;left:14px;bottom:12px;z-index:6;border-radius:999px;background:#fffaf0c2;border:1px solid rgba(145,105,62,.12);color:#7a5a3d;font-size:12px;font-weight:800;padding:7px 10px;backdrop-filter:blur(10px)}.lang-en .my-atlas-map:before{content:"Dense regions are gently offset. Tap a flag to jump to its card."}.passport-photo{background:linear-gradient(135deg,#f3e7cc,#fff8e8)!important}.passport-head strong{display:flex;align-items:center;gap:2px;min-width:0}.passport-save-state{margin-top:7px;color:#8b6b49;font-size:12px;font-weight:800;min-height:1.2em}.passport-save-state.saved{color:#6f7c58}.passport-stamp textarea{min-height:88px!important}.admin-soundscape-settings input{max-width:760px}@media(max-width:720px){.my-atlas-map:before{left:10px;right:10px;bottom:10px;border-radius:18px;white-space:normal;line-height:1.4}.atlas-map-marker em{display:none}}.language-nav-select{border:1px solid rgba(122,90,61,.18);background:#fffaf0d6;color:#5d4936;border-radius:999px;padding:8px 12px;font-weight:850;font-family:inherit;cursor:pointer}.btn.danger,.btn.ghost.danger{color:#9a513e!important;border-color:#9a513e3d!important}.article-narration-card{max-width:900px;margin:0 auto 28px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;padding:16px 18px;border:1px solid rgba(145,105,62,.15);border-radius:26px;background:linear-gradient(135deg,#fffaf0c2,#f3e7cc80);box-shadow:0 14px 34px #6f58350f}.narration-play-btn{width:48px;height:48px;border-radius:50%;border:1px solid #d1cfc7;background:#f5f2eb;color:#6c4f35;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 22px #5b41261a}.article-narration-card.playing .narration-play-btn{background:#efe0c3}.narration-copy .kicker{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#9a7650;font-weight:900}.narration-copy h2{margin:2px 0 3px;font-family:var(--font-serif);font-size:clamp(19px,1.7vw,26px);color:#4b3828}.narration-copy p{margin:0;color:#756050;font-size:13px;line-height:1.55}.post-narration-fields{display:grid;gap:10px;border:1px solid rgba(145,105,62,.14);border-radius:22px;padding:14px;background:#fffaf094}.post-narration-fields label{display:grid;gap:7px;font-weight:800;color:#6b4f34}.post-narration-fields input{width:100%;border:1px solid rgba(122,90,61,.18);border-radius:16px;background:#fffaf0e0;padding:12px 13px;font-size:15px;color:#4b3828}.my-atlas-map-head{align-items:center!important}.atlas-map-tabs{display:flex;gap:8px;padding:6px;border-radius:999px;background:#fffaf0a8;border:1px solid rgba(145,105,62,.14)}.atlas-map-tabs button{border:0;border-radius:999px;padding:9px 14px;background:transparent;color:#7a5a3d;font-weight:900;cursor:pointer}.atlas-map-tabs button.active{background:#7a5a3d;color:#fff8e8}.atlas-map-switch-hint{position:absolute;left:50%;bottom:12px;transform:translate(-50%);z-index:7;display:flex;align-items:center;gap:12px;border-radius:999px;background:#fffaf0d1;border:1px solid rgba(145,105,62,.13);color:#7a5a3d;font-size:12px;font-weight:900;padding:7px 12px;backdrop-filter:blur(10px)}.atlas-map-switch-hint span{font-size:20px;line-height:1}.passport-stamp{border-color:#91693e1a!important;background:#fffaf094!important;box-shadow:0 10px 28px #6f58350b!important}.passport-stamp-grid{gap:18px!important}@media(max-width:720px){.article-narration-card{margin:0 16px 24px}.my-atlas-map-head{display:grid!important;gap:12px}.atlas-map-tabs{width:max-content}}.passport-photo.flag-placeholder .passport-flag-img{width:74px!important;height:52px!important;border-radius:12px!important;object-fit:cover!important}.passport-photo.flag-placeholder{background:linear-gradient(135deg,#f4ead3,#fff9ea)!important}body{padding-bottom:92px}.language-nav-select{appearance:none;-webkit-appearance:none;min-width:138px;padding:10px 38px 10px 16px!important;border-radius:999px!important;border:1px solid rgba(122,90,61,.16)!important;background:linear-gradient(45deg,transparent 50%,#7a5a3d 50%) calc(100% - 19px) 52%/6px 6px no-repeat,linear-gradient(135deg,#fff8e8,#efe1c5)!important;box-shadow:0 10px 24px #6f583514,inset 0 0 0 1px #fff6;color:#5d4936!important;font-weight:900!important}.language-nav-select:hover{transform:translateY(-1px);box-shadow:0 14px 30px #6f58351c,inset 0 0 0 1px #ffffff80}.drawer-map-peek,.destination-map-preview{margin:14px 0 18px;padding:14px;border-radius:24px;border:1px solid rgba(145,105,62,.12);background:#fffaf08f}.drawer-map-peek .kicker,.destination-map-preview .kicker{margin-bottom:8px}.drawer-map-peek .local-map,.destination-map-preview .local-map{min-height:210px!important;margin:0!important}.destination-map-preview{margin-bottom:22px}.destination-map-preview .local-map{min-height:320px!important}.article-narration-card{position:relative;overflow:hidden}.article-narration-card:before{content:"";position:absolute;inset:9px;border:1px dashed rgba(145,105,62,.12);border-radius:21px;pointer-events:none}.article-narration-card>*{position:relative;z-index:2}.home-logo-showcase img[src$="french-logo.webp"]{width:min(100%,980px);max-height:300px;object-fit:contain}@media(max-width:720px){body{padding-bottom:104px}.language-nav-select{min-width:126px;padding-left:12px!important;padding-right:32px!important}}.language-nav-select{display:none!important}.language-nav-menu{position:relative;z-index:120}.language-nav-current{min-width:132px;border:1px solid rgba(122,90,61,.18);background:#fffaf0d6;color:#5d4936;border-radius:999px;padding:9px 36px 9px 15px;font-weight:900;font-family:inherit;cursor:pointer;box-shadow:0 10px 24px #6f583512;position:relative;text-align:left}.language-nav-current:after{content:"";position:absolute;right:16px;top:50%;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #7a5a3d;transform:translateY(-35%)}.language-nav-menu.open .language-nav-current:after{transform:translateY(-45%) rotate(180deg)}.language-nav-options{position:absolute;top:calc(100% + 8px);right:0;min-width:164px;padding:8px;border-radius:20px;border:1px solid rgba(122,90,61,.16);background:#fffaf0f5;box-shadow:0 22px 54px #49341d29;backdrop-filter:blur(18px);display:none}.language-nav-menu.open .language-nav-options{display:grid;gap:4px}.language-nav-options button{border:0;width:100%;text-align:left;border-radius:14px;padding:10px 12px;background:transparent;color:#5d4936;font-weight:850;font-family:inherit;cursor:pointer}.language-nav-options button:hover,.language-nav-options button.active{background:#efe0c3;color:#4b3828}.home-logo-showcase img[src$="french-logo.webp"]{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important}.brand-image img[src$="french-logo.webp"]{object-fit:contain!important}body{padding-bottom:68px!important}:root{--article-page-width: min(1120px, calc(100vw - 96px) )}.article-weather-slot,.article-hero.article-hero-textonly,.article-narration-card,.article-content,.article-affiliate-section{width:var(--article-page-width)!important;max-width:var(--article-page-width)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.article-content .block,.article-content p.block,.article-content figure.block,.article-content .quote-block,.article-content .note-block{max-width:100%!important}.article-content figure.block img{width:100%;border-radius:26px}.article-affiliate-section .affiliate-card{width:100%!important;box-sizing:border-box!important}.drawer-map-peek,.destination-map-preview{display:none!important}.destination-delete-zone{margin-top:20px}.delete-destination-row{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:12px;align-items:center}.delete-destination-row select{width:100%;border:1px solid rgba(122,90,61,.18);border-radius:18px;background:#fffaf0e0;padding:13px 14px;color:#4b3828;font-weight:800}.admin-danger-zone{border-color:#9a513e2e!important}@media(max-width:760px){:root{--article-page-width: calc(100vw - 32px) }.language-nav-current{min-width:118px;padding-left:12px;padding-right:30px}.language-nav-options{right:auto;left:0}.delete-destination-row{grid-template-columns:1fr}}.language-nav-current{min-width:112px!important;padding:7px 30px 7px 13px!important;font-size:14px!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.language-nav-current:hover{transform:translateY(-1px);background:#fffaf0f0!important;box-shadow:0 12px 26px #6f58351a}.language-nav-options{min-width:142px!important;border-radius:17px!important;padding:6px!important;transform-origin:top right;animation:languageMenuIn .16s ease both}.language-nav-options button{padding:8px 10px!important;font-size:14px!important;border-radius:12px!important;transition:background .16s ease,transform .16s ease}.language-nav-options button:hover{transform:translate(2px)}@keyframes languageMenuIn{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.lang-fr .home-logo-card,.lang-fr .home-copy-row,.lang-fr .section-head,.lang-fr .platform-showcase,.lang-fr .prep-section-v15{margin-left:auto!important;margin-right:auto!important}.lang-fr .home-logo-showcase{display:flex;align-items:center;justify-content:center}.my-atlas-map:before{display:none!important;content:none!important}.atlas-map-caption-below{margin:10px 0 0!important;color:#7a5a3d;font-size:12.5px;font-weight:850;line-height:1.55;border-radius:18px;background:#fffaf0b3;border:1px solid rgba(145,105,62,.12);padding:9px 12px}.atlas-map-switch-hint{bottom:10px!important}.photo-upload-placeholder{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:#8b6b49;text-align:center;padding:14px}.photo-upload-placeholder span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fffaf0c2;border:1px solid rgba(145,105,62,.16);font-size:26px;line-height:1;color:#7a5a3d}.photo-upload-placeholder small{font-weight:850;font-size:13px;line-height:1.45}.passport-photo.photo-placeholder{background:linear-gradient(135deg,#f4ead3,#fff9ea)!important}.passport-photo.photo-placeholder:after{content:"";position:absolute;inset:10px;border:1px dashed rgba(145,105,62,.18);border-radius:18px;pointer-events:none}.passport-photo{position:relative}.my-atlas-panel .atlas-form{margin-top:12px!important}.my-atlas-panel>h2{font-size:clamp(38px,4.2vw,64px)!important;line-height:.98!important;margin:8px 0 18px!important}.my-atlas-panel .atlas-form label span{display:block;margin-bottom:3px}.public-affiliate-card{min-height:136px!important;padding:22px 24px!important}.public-affiliate-card h4{font-size:clamp(24px,2.05vw,34px)!important;line-height:1.18!important;margin:8px 0 6px!important}.public-affiliate-card p{font-size:15px!important;line-height:1.65!important}.article-content .public-affiliate-card h4,.article-affiliate-section .public-affiliate-card h4{font-size:clamp(24px,2.05vw,34px)!important}.article-content .public-affiliate-card,.article-affiliate-section .public-affiliate-card{min-height:136px!important}.delete-destination-row{display:block!important}.destination-delete-zone .btn{margin-top:8px}@media(max-width:760px){.language-nav-current{min-width:104px!important;font-size:13px!important}.public-affiliate-card{grid-template-columns:1fr!important;min-height:0!important}}.language-nav-menu{z-index:999!important}.language-nav-options{z-index:1000!important}#featuredDestinations:empty:before,#latestPosts:empty:before,#homePrepCards:empty:before{content:"";display:block;min-height:1px}.passport-photo.photo-placeholder{overflow:hidden!important}.photo-upload-placeholder{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;width:100%!important;height:100%!important;padding:10px 8px!important;box-sizing:border-box!important}.photo-upload-placeholder span{width:34px!important;height:34px!important;font-size:23px!important;line-height:1!important;flex:0 0 auto!important}.photo-upload-placeholder small{display:block!important;width:100%!important;max-width:74px!important;font-size:11.5px!important;line-height:1.25!important;font-weight:900!important;white-space:normal!important;word-break:keep-all!important;overflow-wrap:normal!important}@media(max-width:620px){.photo-upload-placeholder small{max-width:110px!important}}.passport-photo{cursor:pointer}.passport-photo:hover{transform:translateY(-1px);box-shadow:0 12px 26px #6f58351a}.photo-upload-placeholder small{white-space:normal!important}.lang-fr .platform-selector-v25 .travel-tool-selector-head h3,.lang-fr .my-atlas-section h2,.lang-fr .listing-hero h1{letter-spacing:-.01em}.lang-fr .post-card .post-title,.lang-fr .paper-card h3{line-height:1.25}.pretty-select{position:relative;width:100%;min-width:0;z-index:20}.pretty-select-native{display:none!important}.pretty-select-current{width:100%;min-height:56px;border-radius:22px;border:1px solid rgba(122,90,61,.16);background:#fffaf0d1;color:#4b3828;font-family:inherit;font-size:16px;font-weight:850;text-align:left;padding:13px 42px 13px 18px;cursor:pointer;box-shadow:0 12px 30px #6f58350e,inset 0 0 0 1px #fff6;transition:background .18s ease,box-shadow .18s ease,transform .18s ease,border-color .18s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.pretty-select-current:after{content:"";position:absolute;right:18px;top:50%;width:7px;height:7px;border-right:2px solid #7a5a3d;border-bottom:2px solid #7a5a3d;transform:translateY(-65%) rotate(45deg);transition:transform .18s ease}.pretty-select.open .pretty-select-current:after{transform:translateY(-35%) rotate(225deg)}.pretty-select-current:hover,.pretty-select.open .pretty-select-current{background:#fffaf0f5;border-color:#7a5a3d3d;box-shadow:0 16px 38px #6f58351a,inset 0 0 0 1px #ffffff8c;transform:translateY(-1px)}.pretty-select-options{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:280px;overflow:auto;padding:8px;border-radius:22px;border:1px solid rgba(122,90,61,.16);background:#fffaf0fa;box-shadow:0 24px 60px #49341d29;backdrop-filter:blur(18px);z-index:200;animation:prettySelectIn .16s ease both}.pretty-select.open .pretty-select-options{display:grid;gap:4px}.pretty-select-options button{border:0;border-radius:15px;background:transparent;color:#5d4936;font-family:inherit;font-weight:850;font-size:15px;text-align:left;padding:10px 12px;cursor:pointer;transition:background .16s ease,transform .16s ease,color .16s ease}.pretty-select-options button:hover{background:#f2e6ca;transform:translate(2px)}.pretty-select-options button.active{background:#7a5a3d;color:#fff8e8}.pretty-select-options button:disabled{opacity:.45;cursor:not-allowed}@keyframes prettySelectIn{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.filter-bar .pretty-select-current{min-height:54px;border-radius:20px}.tool-form-grid .pretty-select-current,.atlas-form .pretty-select-current,.checklist-card .pretty-select-current{min-height:58px}.lang-fr .prep-platform-head .kicker,.lang-fr .prep-title-block .kicker{letter-spacing:.14em}.lang-fr .about-card p{line-height:1.85}.lang-fr .about-card em{font-style:italic;color:#6f5842}@media(max-width:760px){.pretty-select-current{min-height:52px;font-size:15px;padding-left:15px}.pretty-select-options{max-height:230px}}.my-atlas-hero-with-art{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,42%);gap:28px;align-items:center;overflow:visible!important}.my-atlas-hero-copy{min-width:0;position:relative;z-index:2}.my-atlas-hero-art{width:100%;max-height:360px;object-fit:contain;object-position:center right;filter:drop-shadow(0 20px 35px rgba(73,52,29,.1));justify-self:end}.my-atlas-panel{overflow:visible!important}.atlas-form label{position:relative;z-index:1}.atlas-form label:focus-within{z-index:2200}.pretty-select.open{z-index:2400!important}.pretty-select.open .pretty-select-options{z-index:2450!important}.my-atlas-panel .pretty-select-options{max-height:220px}.fr-about-title-tight{display:inline-block;letter-spacing:-.055em;word-spacing:.02em}.fr-about-title-tight span{display:inline-block;margin-left:-.075em;letter-spacing:-.035em}.lang-fr .about-hero-card h1{letter-spacing:-.045em}.lang-fr .tools-hero .hero-translation,.lang-fr .tools-section-head p,.lang-fr .tool-jump-card small{line-height:1.72}@media(max-width:960px){.my-atlas-hero-with-art{grid-template-columns:1fr}.my-atlas-hero-art{max-height:300px;justify-self:center}}@media(max-width:620px){.my-atlas-hero-art{max-height:230px}}.fr-about-title-tight{display:inline-flex!important;align-items:baseline!important;gap:0!important;letter-spacing:-.09em!important;word-spacing:-.08em!important;font-kerning:normal!important}.fr-about-title-tight .fr-title-l{display:inline-block!important;margin-right:-.2em!important}.fr-about-title-tight .fr-title-echo{display:inline-block!important;margin-left:0!important;transform:translate(-.02em)!important}.lang-fr .about-hero-card h1{letter-spacing:-.06em!important}.tools-section,.tools-section .paper-card,.tool-card,.currency-card,.shopping-card,.checklist-card,.weather-card,.tool-form-grid,.manual-rate-row,.shopping-settings-grid,.shopping-add-grid{overflow:visible!important}.pretty-select{z-index:60!important}.pretty-select.open{z-index:9990!important}.pretty-select.open .pretty-select-options{z-index:9999!important;max-height:260px!important}.currency-card .pretty-select-options,.shopping-card .pretty-select-options,.tools-section .pretty-select-options{box-shadow:0 24px 70px #49341d38!important}.tools-hero-art,.my-atlas-hero-with-art{min-height:390px!important}.tools-hero-art .listing-hero-figure,.my-atlas-hero-art{width:min(100%,430px)!important;height:300px!important;max-height:300px!important;object-fit:contain!important;justify-self:end!important}.lang-fr .tools-hero-art .listing-hero-figure,.lang-fr .my-atlas-hero-art{width:min(100%,420px)!important;height:290px!important}@media(max-width:980px){.tools-hero-art,.my-atlas-hero-with-art{min-height:0!important}.tools-hero-art .listing-hero-figure,.my-atlas-hero-art{height:240px!important;justify-self:center!important}}.fr-about-title-tight,.fr-about-title-tight span,.fr-about-title-tight .fr-title-l,.fr-about-title-tight .fr-title-echo{letter-spacing:normal!important;word-spacing:normal!important;margin:0!important;transform:none!important;display:inline!important}.fr-about-title-normal{letter-spacing:normal!important;word-spacing:normal!important;white-space:normal!important}.about-subtitle-fr{display:inline-block;font-size:.42em;color:#8b6b49;letter-spacing:.01em!important;word-spacing:.12em!important;line-height:1.25}.lang-fr .about-hero-card h1{letter-spacing:normal!important;word-spacing:normal!important;line-height:1.04!important}.tools-hero-art,.my-atlas-hero-with-art{max-width:1180px!important;min-height:390px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,40%)!important;align-items:center!important;gap:34px!important;padding:52px 62px!important}.tools-hero-art .listing-hero-figure,.my-atlas-hero-art{width:100%!important;max-width:430px!important;height:300px!important;max-height:300px!important;object-fit:contain!important;justify-self:end!important}.lang-fr .tools-hero-art .listing-hero-figure,.lang-fr .my-atlas-hero-art{width:100%!important;max-width:430px!important;height:300px!important;max-height:300px!important}.tools-section,.tools-section .paper-card,.tool-form-grid,.currency-card,.shopping-card,.checklist-card,.weather-card,.shopping-settings-grid,.shopping-add-grid{overflow:visible!important}.pretty-select.open{z-index:20000!important}.pretty-select.open .pretty-select-options{z-index:20001!important;max-height:300px!important;overflow:auto!important}.currency-card .pretty-select.open .pretty-select-options,.shopping-card .pretty-select.open .pretty-select-options,.tools-section .pretty-select.open .pretty-select-options{box-shadow:0 26px 72px #49341d3d!important}@media(max-width:980px){.tools-hero-art,.my-atlas-hero-with-art{grid-template-columns:1fr!important;min-height:0!important;padding:38px 28px!important}.tools-hero-art .listing-hero-figure,.my-atlas-hero-art{height:240px!important;justify-self:center!important}}.tools-hero-art,.my-atlas-hero-with-art{max-width:min(1680px,calc(100vw - 96px))!important;min-height:350px!important;grid-template-columns:minmax(0,1.42fr) minmax(300px,32%)!important;padding:44px 64px!important;gap:42px!important}.tools-hero-art h1{white-space:nowrap!important;font-size:clamp(62px,5.7vw,104px)!important;line-height:.96!important;letter-spacing:-.015em!important}.lang-fr .tools-hero-art h1{white-space:nowrap!important;font-size:clamp(58px,5.1vw,92px)!important}.tools-hero-art .hero-translation{max-width:920px!important;letter-spacing:.16em!important;line-height:1.45!important}.tools-hero-art .hero-sub{max-width:900px!important}.tools-hero-art .listing-hero-figure,.my-atlas-hero-art{max-width:420px!important;height:270px!important;max-height:270px!important}@media(max-width:980px){.tools-hero-art,.my-atlas-hero-with-art{max-width:calc(100vw - 32px)!important;grid-template-columns:1fr!important;min-height:0!important;padding:34px 26px!important}.tools-hero-art h1,.lang-fr .tools-hero-art h1{white-space:normal!important;font-size:clamp(44px,12vw,70px)!important}.tools-hero-art .listing-hero-figure,.my-atlas-hero-art{height:230px!important;justify-self:center!important}}.pretty-select.open .pretty-select-options{position:fixed!important;left:var(--ps-left,0px)!important;top:var(--ps-top,0px)!important;right:auto!important;width:var(--ps-width,220px)!important;max-height:var(--ps-max-height,300px)!important;z-index:999999!important;isolation:isolate!important}.pretty-select.open{z-index:999998!important}.pretty-select-options{overscroll-behavior:contain}.post-image img,.drawer-hero img,.destination-hero-image img,.article-content figure img,.passport-photo.has-photo img,.media-thumb img{filter:saturate(.86) contrast(.96) sepia(.1) brightness(1.02);transition:filter .5s ease,transform .5s ease,box-shadow .5s ease}.post-image img:hover,.drawer-hero img:hover,.destination-hero-image img:hover,.article-content figure img:hover,.passport-photo.has-photo img:hover,.media-thumb img:hover{filter:saturate(.98) contrast(1) sepia(.03) brightness(1.02)}.brand-image img,.home-logo-showcase img,.world-map-img,.country-flag-img,.inline-flag-img,.marker-flag-img,.passport-flag-img,.listing-hero-figure,.my-atlas-hero-art{filter:none!important}.article-index-card{width:var(--article-page-width)!important;max-width:var(--article-page-width)!important;margin:0 auto 30px!important;border:1px solid rgba(145,105,62,.15);border-radius:28px;background:#fffaf0bd;box-shadow:0 18px 42px #6f583511;padding:24px 26px;box-sizing:border-box;position:relative;overflow:hidden}.article-index-card:before{content:"";position:absolute;inset:10px;border:1px dashed rgba(145,105,62,.13);border-radius:22px;pointer-events:none}.article-index-card>*{position:relative;z-index:2}.article-index-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.article-index-head h2{margin:4px 0 0;font-family:var(--font-serif);color:#4b3828;font-size:clamp(28px,2.7vw,44px);line-height:1.05}.article-index-date{border-radius:999px;border:1px solid rgba(145,105,62,.14);background:#f2e7cd;color:#7a5a3d;font-size:13px;font-weight:850;padding:8px 11px;white-space:nowrap}.article-index-card ol{list-style:none;margin:0;padding:0;display:grid;gap:8px}.article-index-card li a{display:flex;gap:12px;align-items:center;padding:11px 12px;border-radius:18px;text-decoration:none;color:#5d4936;background:#fffcf68c;border:1px solid rgba(145,105,62,.1);font-weight:850;transition:background .18s ease,transform .18s ease}.article-index-card li a:hover{transform:translate(2px);background:#f2e6ca}.article-index-card li span{color:#9a7650;font-size:13px;letter-spacing:.08em}.article-content h2[id]{scroll-margin-top:110px}@media(max-width:720px){.article-index-card{padding:20px 18px}.article-index-head{display:grid}.article-index-date{width:max-content;white-space:normal}}.pretty-select-options.pretty-select-portal{position:fixed!important;display:none;right:auto!important;bottom:auto!important;z-index:2147483000!important;max-height:var(--ps-max-height,320px)!important;overflow:auto!important;transform:translateZ(0)}.pretty-select-options.pretty-select-portal.open{display:grid!important;gap:4px!important}.pretty-select.open .pretty-select-options:not(.pretty-select-portal){display:none!important}.related-articles-section{width:var(--article-page-width,min(1120px, calc(100vw - 96px) ))!important;max-width:var(--article-page-width,min(1120px, calc(100vw - 96px) ))!important;margin-left:auto!important;margin-right:auto!important}.related-article-grid .post-card{min-height:100%}.related-post-pick-list{max-height:260px;overflow:auto}.google-auth-box.signed-in span{background:#f3e7cc}.google-signin-slot{display:flex;align-items:center;min-height:42px}.travel-folders-section{scroll-margin-top:110px}.travel-folder-layout{display:grid;grid-template-columns:minmax(240px,.32fr) minmax(0,1fr);gap:18px}.travel-folder-sidebar,.travel-folder-panel{border:1px solid rgba(145,105,62,.14);border-radius:30px;background:#fffaf09e;box-shadow:0 14px 34px #6f58350b;padding:18px}.travel-folder-create{display:grid;gap:10px;margin-bottom:14px}.travel-folder-create input,.travel-link-form input,.travel-link-form textarea{width:100%;border:1px solid rgba(122,90,61,.16);border-radius:18px;background:#fffaf0e0;padding:12px 14px;color:#4b3828;font:inherit;font-weight:750;box-sizing:border-box}.travel-link-form textarea{min-height:86px;resize:vertical}.travel-folder-tabs{display:grid;gap:8px}.travel-folder-tabs button{border:1px solid rgba(145,105,62,.14);background:#fffaf0b8;border-radius:18px;padding:11px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;color:#5d4936;font:inherit;font-weight:900;cursor:pointer;text-align:left}.travel-folder-tabs button.active{background:#7a5a3d;color:#fff8e8;box-shadow:0 12px 24px #49341d1f}.travel-folder-tabs small{border-radius:999px;background:#fffaf094;color:inherit;padding:3px 8px}.travel-folder-current{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:14px}.travel-folder-current h3{font-family:var(--font-serif);color:#4b3828;font-size:clamp(28px,3vw,46px);margin:4px 0 0;line-height:1.05}.travel-link-form{display:grid;grid-template-columns:minmax(180px,.25fr) minmax(180px,.35fr) minmax(220px,.4fr);gap:10px;margin-bottom:18px;align-items:start}.travel-link-form textarea,.travel-link-form .btn{grid-column:1 / -1}.travel-link-groups{display:grid;gap:16px}.travel-link-group h4{color:#7a5a3d;margin:0 0 8px;letter-spacing:.08em;font-size:14px}.travel-link-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid rgba(145,105,62,.12);border-radius:22px;background:#fffaf0b8;padding:14px;margin:8px 0}.travel-link-card a{color:#4b3828;font-weight:950;text-decoration:none;font-size:18px}.travel-link-card p{margin:5px 0;color:#6f5842;line-height:1.55}.travel-link-card small{display:block;color:#9a7650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-google-settings input{max-width:760px}@media(max-width:900px){.travel-folder-layout,.travel-link-form{grid-template-columns:1fr}}.pretty-select-options.pretty-select-portal{position:fixed!important;z-index:2147483647!important;background:#fffaf0!important;border:1px solid rgba(122,90,61,.18)!important;box-shadow:0 30px 80px #3022143d!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;opacity:1!important;isolation:isolate!important}.pretty-select-options.pretty-select-portal button{background:#fffaf0}.pretty-select-options.pretty-select-portal button:hover{background:#efe0c3!important}.pretty-select-options.pretty-select-portal button.active{background:#7a5a3d!important;color:#fff8e8!important}.filter-helper-note{grid-column:1 / -1;margin:0;padding:9px 12px;border-radius:15px;background:#f3e7cc8c;border:1px dashed rgba(145,105,62,.16);color:#7a5a3d;font-size:13px;font-weight:800}.nav-login-pill{border:1px solid rgba(122,90,61,.16);background:#fffaf0d1;color:#5d4936;border-radius:999px;padding:9px 13px;font-weight:900;text-decoration:none;box-shadow:0 10px 24px #6f583512;transition:transform .18s ease,background .18s ease,box-shadow .18s ease;white-space:nowrap}.nav-login-pill:hover{transform:translateY(-1px);background:#fff8e8;box-shadow:0 14px 30px #6f58351f}.nav-login-pill.signed-in{max-width:110px;overflow:hidden;text-overflow:ellipsis}.lang-fr .article-hero-textonly h1,.lang-fr .listing-hero h1{text-wrap:balance}.lang-fr .article-hero-textonly .hero-sub{max-width:780px;text-wrap:pretty}.related-articles-section .section-head{margin-bottom:16px}.related-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.related-browse-all{flex:0 0 auto;white-space:nowrap}.related-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.related-editorial-grid .post-card{min-width:0;height:100%}.related-editorial-grid .post-image{min-height:190px}.related-editorial-grid .post-title{font-size:clamp(24px,2vw,32px);line-height:1.16}.related-editorial-grid .post-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:980px){.related-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-editorial-grid .post-card:last-child{display:none}}@media(max-width:680px){.related-section-head{align-items:flex-start;flex-direction:column;gap:14px}.related-browse-all{width:100%;justify-content:center}.related-editorial-grid{grid-template-columns:1fr;gap:14px}.related-editorial-grid .post-card:last-child{display:grid}.related-editorial-grid .post-card{grid-template-columns:118px minmax(0,1fr);min-height:150px}.related-editorial-grid .post-image{min-height:150px;height:100%}.related-editorial-grid .post-body{padding:16px 16px 14px}.related-editorial-grid .post-title{font-size:22px}.related-editorial-grid .post-excerpt{-webkit-line-clamp:2;font-size:14px}.related-editorial-grid .favorite-btn{width:38px;height:38px;top:10px;right:10px}}.related-article-carousel{display:flex;gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:4px 4px 18px;scrollbar-color:rgba(122,90,61,.32) transparent}.related-article-carousel .post-card{flex:0 0 min(330px,78vw);scroll-snap-align:start}.travel-link-card.compact-link-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-height:0!important;padding:13px 15px!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.travel-link-card.compact-link-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px #6f58351a;border-color:#7a5a3d33;background:#fffaf0e6}.travel-link-card-main{display:block;text-decoration:none;min-width:0;color:inherit}.travel-link-card-main strong{display:block;color:#4b3828;font-size:16px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.travel-link-card-main p{margin:3px 0 0!important;font-size:13px!important;line-height:1.45!important;color:#6f5842!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.travel-link-card-main small{display:block;margin-top:3px;color:#9a7650;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.travel-link-card-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.travel-link-card-actions .btn.tiny{padding:7px 9px!important}.travel-folders-section+.my-atlas-section{margin-top:34px}@media(max-width:780px){.nav-login-pill{padding:8px 11px;font-size:13px}.travel-link-card.compact-link-card{grid-template-columns:1fr}.travel-link-card-actions{justify-content:flex-start}}.lang-en,.lang-fr{--font-serif:"Cormorant Garamond","Georgia","Times New Roman",serif}.lang-fr .article-hero-copy h1,.lang-fr .related-articles-section h2,.lang-fr .listing-hero h1,.lang-fr .tools-hero-art h1,.lang-fr .my-atlas-hero h1,.lang-fr .about-hero h1{letter-spacing:-.018em!important;word-spacing:.02em!important;font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}.lang-fr .article-hero-copy h1{max-width:820px!important;font-size:clamp(42px,4.25vw,68px)!important;line-height:1.02!important}.lang-fr .article-hero .hero-sub{max-width:840px!important;line-height:1.68!important}.site-header,.nav-wrap,.main-nav{overflow:visible!important}.nav-wrap{width:100%!important;max-width:1680px!important;padding-left:clamp(12px,1.7vw,28px)!important;padding-right:clamp(12px,1.7vw,28px)!important;gap:clamp(8px,1vw,18px)!important}.brand.brand-image{flex:0 0 clamp(180px,15vw,258px)!important;min-width:170px!important;max-width:258px!important}.brand.brand-image img{width:100%!important;max-width:258px!important}.site-header .main-nav{flex:1 1 auto!important;min-width:0!important;gap:clamp(3px,.52vw,8px)!important;justify-content:flex-end!important}.site-header .main-nav .nav-link,.site-header .nav-login-pill,.language-nav-current{flex:0 0 auto!important;white-space:nowrap!important}.site-header .main-nav .nav-link{font-size:clamp(13px,.86vw,15px)!important;padding:8px clamp(7px,.58vw,11px)!important}.language-nav-current{min-width:96px!important;font-size:13.5px!important}.nav-login-pill{font-size:13.5px!important;padding:9px 13px!important}.social-nav{gap:5px!important;padding-left:8px!important}@media(max-width:1320px){.social-nav{display:none!important}}@media(max-width:1180px){.site-header .main-nav .nav-link{font-size:13px!important;padding:7px!important}.brand.brand-image{flex-basis:160px!important;min-width:150px!important}.brand.brand-image img{max-width:170px!important}.nav-login-pill{padding:8px 10px!important}.language-nav-current{min-width:90px!important}}body.pretty-select-active .tool-result-card,body.pretty-select-active .tool-result-grid,body.pretty-select-active .shop-summary,body.pretty-select-active .shopping-summary,body.pretty-select-active .manual-rate-row,body.pretty-select-active .weather-card,body.pretty-select-active .travel-folder-panel,body.pretty-select-active .admin-card{z-index:0!important}.pretty-select-options.pretty-select-portal{z-index:2147483647!important;background:#fffaf0!important;opacity:1!important;box-shadow:0 36px 90px #2d1e1047!important;border:1px solid rgba(122,90,61,.22)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:auto!important}.pretty-select-options.pretty-select-portal.open{display:grid!important}.admin-page .pretty-select-current{min-height:44px!important;border-radius:16px!important;font-size:14px!important;padding:10px 36px 10px 13px!important;background:#fffaf0eb!important}.admin-page .pretty-select-options.pretty-select-portal button{font-size:14px!important;padding:8px 10px!important;border-radius:12px!important}.admin-page .pretty-select{z-index:30!important}.related-carousel-wrap{position:relative;width:100%;overflow:visible}.related-carousel-wrap:before,.related-carousel-wrap:after{content:"";position:absolute;top:0;bottom:0;width:110px;z-index:5;pointer-events:none}.related-carousel-wrap:before{left:0;background:linear-gradient(90deg,#fbf6ea 0%,rgba(251,246,234,.78) 38%,transparent 100%)}.related-carousel-wrap:after{right:0;background:linear-gradient(270deg,#fbf6ea 0%,rgba(251,246,234,.78) 38%,transparent 100%)}.related-hover-edge{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:44px;height:72px;border:1px solid rgba(122,90,61,.14);background:#fffaf0c7;color:#765437;border-radius:999px;box-shadow:0 18px 44px #5b412621;cursor:pointer;font-size:30px;display:grid;place-items:center;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.related-hover-edge:hover{background:#efe0c3;box-shadow:0 22px 56px #5b41262e}.related-hover-edge.left{left:-22px}.related-hover-edge.right{right:-22px}.related-article-carousel{scroll-behavior:smooth;overscroll-behavior-x:contain}.related-article-carousel::-webkit-scrollbar{height:8px}.related-article-carousel::-webkit-scrollbar-thumb{background:#7a5a3d47;border-radius:99px}.travel-folder-tabs button span,.travel-folder-current h3{word-break:keep-all}.public-affiliate-card h4,.public-affiliate-card p{word-spacing:normal!important}@media(max-width:760px){.related-hover-edge{display:none!important}.related-carousel-wrap:before,.related-carousel-wrap:after{width:44px}}.site-header .main-nav .nav-link{font-size:clamp(14px,.92vw,16px)!important;padding:8px clamp(8px,.72vw,13px)!important;letter-spacing:.01em!important}.language-nav-current{min-width:106px!important;font-size:14px!important;padding:8px 31px 8px 14px!important}.nav-login-pill{font-size:14px!important;padding:9px 14px!important}.brand.brand-image{flex-basis:190px!important;min-width:172px!important}.brand.brand-image img{max-width:205px!important}@media(max-width:1360px){.site-header .main-nav .nav-link{font-size:14px!important;padding:7px 8px!important}.brand.brand-image{flex-basis:170px!important;min-width:155px!important}.brand.brand-image img{max-width:180px!important}.language-nav-current{min-width:96px!important;font-size:13.5px!important}.nav-login-pill{font-size:13.5px!important;padding:8px 11px!important}}@media(max-width:1230px){.social-nav{display:none!important}}.admin-filter-row input,.admin-panel input#adminPostSearch,.admin-page .admin-filter-row input{width:100%!important;min-height:48px!important;border:1px solid rgba(122,90,61,.18)!important;border-radius:18px!important;background:#fffaf0eb!important;color:#4b3828!important;font:inherit!important;font-size:15px!important;font-weight:800!important;padding:12px 15px!important;box-shadow:0 10px 24px #6f58350b,inset 0 0 0 1px #ffffff61!important;outline:none!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.admin-filter-row input:focus,.admin-panel input#adminPostSearch:focus,.admin-page .admin-filter-row input:focus{border-color:#7a5a3d59!important;background:#fffaf0!important;box-shadow:0 14px 34px #6f583517,0 0 0 4px #d5b27421!important}.admin-filter-row input::placeholder{color:#4b382894!important}.related-hover-edge{pointer-events:auto!important;user-select:none!important}.related-hover-edge:hover{transform:translateY(-50%) scale(1.04)!important}.related-article-carousel{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.related-carousel-wrap{isolation:isolate}.pretty-select-options.pretty-select-portal{max-width:min(520px,calc(100vw - 24px))!important}.site-header .nav-wrap{width:100%!important;max-width:none!important;padding:12px clamp(28px,3.8vw,58px)!important;display:flex!important;align-items:center!important;gap:clamp(18px,2.2vw,36px)!important}.site-header .brand.brand-image{flex:0 0 clamp(225px,16vw,300px)!important;min-width:clamp(225px,16vw,300px)!important;max-width:clamp(225px,16vw,300px)!important;height:62px!important}.site-header .brand.brand-image img{width:100%!important;max-width:100%!important;height:62px!important;object-fit:contain!important}.site-header .main-nav{flex:1 1 auto!important;justify-content:flex-end!important;gap:clamp(12px,1.15vw,22px)!important;flex-wrap:nowrap!important;min-width:0!important}.site-header .main-nav .nav-link{font-size:clamp(15.5px,1vw,17px)!important;padding:9px clamp(10px,.9vw,16px)!important;line-height:1.15!important;white-space:nowrap!important;letter-spacing:.015em!important}.language-nav-current{min-width:116px!important;font-size:14.5px!important;padding:8px 32px 8px 15px!important}.nav-login-pill{font-size:14.5px!important;padding:9px 14px!important;white-space:nowrap!important}.social-nav{gap:7px!important;padding-left:10px!important}.social-icon{width:34px!important;height:34px!important}@media(max-width:1500px){.site-header .nav-wrap{padding-left:30px!important;padding-right:30px!important;gap:18px!important}.site-header .brand.brand-image{flex-basis:220px!important;min-width:220px!important;max-width:220px!important;height:56px!important}.site-header .brand.brand-image img{height:56px!important}.site-header .main-nav{gap:10px!important}.site-header .main-nav .nav-link{font-size:15px!important;padding:8px 9px!important}.language-nav-current{min-width:108px!important;font-size:14px!important}.nav-login-pill{font-size:14px!important;padding:8px 12px!important}}@media(max-width:1280px){.site-header .brand.brand-image{flex-basis:190px!important;min-width:190px!important;max-width:190px!important}.site-header .main-nav .nav-link{font-size:14px!important;padding:7px!important}.social-nav{display:none!important}}.admin-search,#adminDestSearch,.admin-panel input#adminDestSearch{width:100%!important;min-height:48px!important;border:1px solid rgba(122,90,61,.18)!important;border-radius:18px!important;background:#fffaf0eb!important;color:#4b3828!important;font:inherit!important;font-size:15px!important;font-weight:800!important;padding:12px 15px!important;box-shadow:0 10px 24px #6f58350b,inset 0 0 0 1px #ffffff61!important;outline:none!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important}.admin-search:focus,#adminDestSearch:focus,.admin-panel input#adminDestSearch:focus{border-color:#7a5a3d59!important;background:#fffaf0!important;box-shadow:0 14px 34px #6f583517,0 0 0 4px #d5b27421!important}.admin-search::placeholder,#adminDestSearch::placeholder{color:#4b382894!important}.related-carousel-wrap{overflow:visible!important}.related-hover-edge{z-index:30!important;pointer-events:auto!important}.related-article-carousel{scroll-snap-type:none!important;scroll-behavior:smooth!important}.related-article-carousel .post-card{pointer-events:auto!important}.shop-preset-row{display:flex;flex-wrap:wrap;gap:10px 12px}[data-shop-preset]{white-space:nowrap!important}.site-header .nav-wrap{padding-left:clamp(22px,2.2vw,42px)!important;padding-right:clamp(20px,2.6vw,46px)!important;gap:clamp(12px,1.4vw,24px)!important}.site-header .brand.brand-image{flex:0 0 clamp(178px,13vw,238px)!important;min-width:clamp(178px,13vw,238px)!important;max-width:clamp(178px,13vw,238px)!important;height:58px!important}.site-header .brand.brand-image img{height:58px!important;object-position:left center!important}.site-header .main-nav{flex:1 1 auto!important;justify-content:flex-start!important;gap:clamp(17px,1.7vw,34px)!important}.site-header .main-nav .nav-link,.site-header .main-nav .nav-link:link,.site-header .main-nav .nav-link:visited{font-size:clamp(16.5px,1.08vw,18.5px)!important;padding:9px clamp(9px,.8vw,14px)!important;line-height:1.1!important;letter-spacing:.006em!important;white-space:nowrap!important}.site-header .main-nav .nav-link.active,.site-header .main-nav .nav-link:hover{transform:translateY(-1px)!important}.language-nav-current{min-width:112px!important;font-size:14.5px!important}.nav-login-pill{font-size:14.5px!important;padding:9px 14px!important}.social-nav{margin-left:auto!important;flex:0 0 auto!important}@media(max-width:1540px){.site-header .nav-wrap{padding-left:24px!important;padding-right:24px!important;gap:14px!important}.site-header .brand.brand-image{flex-basis:180px!important;min-width:180px!important;max-width:180px!important;height:54px!important}.site-header .brand.brand-image img{height:54px!important}.site-header .main-nav{gap:clamp(12px,1.1vw,20px)!important}.site-header .main-nav .nav-link{font-size:clamp(15.2px,1vw,16.5px)!important;padding:8px!important}}@media(max-width:1380px){.site-header .brand.brand-image{flex-basis:160px!important;min-width:160px!important;max-width:160px!important}.site-header .main-nav .nav-link{font-size:14.4px!important;padding:7px 6px!important}.language-nav-current{min-width:96px!important;font-size:13.5px!important}.nav-login-pill{font-size:13.5px!important;padding:8px 10px!important}.social-nav{display:none!important}}.related-picker-tools{grid-template-columns:minmax(220px,1.3fr) minmax(240px,.9fr)!important;margin:8px 0 14px!important;align-items:center!important}.related-picker-tools .pretty-select-current,.related-picker-tools input{min-height:48px!important;border-radius:18px!important}.admin-related-pick.hidden{display:none!important}.admin-related-pick{transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.admin-related-pick:hover{transform:translateY(-1px);background:#fffaf0d1!important;box-shadow:0 12px 28px #6f583512}@media(max-width:760px){.related-picker-tools{grid-template-columns:1fr!important}}.site-header .nav-wrap{width:100%!important;max-width:none!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:clamp(186px,13.2vw,245px) minmax(0,1fr)!important;align-items:center!important;gap:clamp(18px,2vw,36px)!important;padding:10px clamp(28px,2.8vw,54px)!important}.site-header .brand.brand-image{grid-column:1!important;width:100%!important;min-width:0!important;max-width:none!important;flex:0 0 auto!important;height:56px!important;border-radius:16px!important}.site-header .brand.brand-image img{width:100%!important;max-width:100%!important;height:56px!important;object-fit:contain!important;object-position:left center!important}.site-header .main-nav{grid-column:2!important;width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:clamp(12px,1.4vw,28px)!important;justify-content:stretch!important;flex:initial!important;flex-wrap:nowrap!important}.site-header .nav-link-group{min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(12px,1.35vw,30px)!important;flex-wrap:nowrap!important}.site-header .nav-actions{min-width:max-content!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;white-space:nowrap!important}.site-header .main-nav .nav-link,.site-header .main-nav .nav-link:link,.site-header .main-nav .nav-link:visited{flex:0 0 auto!important;white-space:nowrap!important;font-size:clamp(15.8px,.96vw,18px)!important;line-height:1.1!important;padding:9px clamp(8px,.75vw,14px)!important}.site-header .language-nav-current{min-width:108px!important;font-size:14.5px!important;padding:8px 31px 8px 14px!important}.site-header .nav-login-pill{flex:0 0 auto!important;font-size:14.5px!important;padding:9px 14px!important;white-space:nowrap!important}.site-header .social-nav{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important;margin-left:2px!important;padding-left:10px!important;border-left:1px solid rgba(145,105,62,.16)!important}.site-header .social-icon{width:34px!important;height:34px!important}@media(min-width:1680px){.site-header .nav-wrap{grid-template-columns:clamp(210px,12.5vw,260px) minmax(0,1fr)!important;padding-left:clamp(34px,3vw,68px)!important;padding-right:clamp(34px,3vw,68px)!important}.site-header .nav-link-group{gap:clamp(20px,1.8vw,42px)!important}.site-header .main-nav .nav-link{font-size:clamp(16.5px,1vw,18.5px)!important}}@media(max-width:1460px){.site-header .nav-wrap{grid-template-columns:clamp(168px,12.5vw,205px) minmax(0,1fr)!important;gap:14px!important;padding-left:24px!important;padding-right:24px!important}.site-header .nav-link-group{gap:clamp(10px,1vw,18px)!important}.site-header .main-nav .nav-link{font-size:clamp(14px,.95vw,15.5px)!important;padding:8px 7px!important}.site-header .language-nav-current{min-width:98px!important;font-size:13.5px!important}.site-header .nav-login-pill{font-size:13.5px!important;padding:8px 10px!important}.site-header .social-icon{width:31px!important;height:31px!important}}@media(max-width:1240px){.site-header .social-nav{display:none!important}.site-header .nav-link-group{gap:8px!important}.site-header .main-nav .nav-link{font-size:13.5px!important;padding:7px 6px!important}}@media(max-width:980px){.site-header .nav-wrap{display:grid!important;grid-template-columns:minmax(150px,1fr) auto!important;gap:12px!important;padding:10px 18px!important}.site-header .brand.brand-image{height:50px!important;max-width:210px!important}.site-header .brand.brand-image img{height:50px!important}.mobile-nav-toggle{display:block!important;grid-column:2!important;justify-self:end!important}.site-header .main-nav{grid-column:1 / -1!important;display:none!important;grid-template-columns:1fr!important;gap:12px!important;padding:12px 0 4px!important}.site-header .main-nav.open{display:grid!important}.site-header .nav-link-group,.site-header .nav-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;gap:8px!important}.site-header .nav-link-group .nav-link,.site-header .nav-actions>*{width:100%!important;justify-content:center!important;text-align:center!important}.site-header .social-nav{display:flex!important;border-left:0!important;padding-left:0!important;justify-content:center!important;flex-direction:row!important}}.site-header .nav-wrap{grid-template-columns:clamp(198px,12.7vw,250px) minmax(0,1fr)!important;padding-left:clamp(38px,3.1vw,70px)!important;padding-right:clamp(26px,2.2vw,46px)!important;gap:clamp(16px,1.8vw,34px)!important}.site-header .brand.brand-image{transform:translate(clamp(4px,.6vw,14px))!important;height:58px!important}.site-header .brand.brand-image img{height:58px!important;object-position:center center!important}.site-header .main-nav{grid-template-columns:minmax(0,1fr) auto!important;gap:clamp(14px,1.5vw,30px)!important}.site-header .nav-link-group{justify-content:space-evenly!important;gap:clamp(14px,1.45vw,34px)!important}.site-header .main-nav .nav-link,.site-header .main-nav .nav-link:link,.site-header .main-nav .nav-link:visited{font-size:clamp(16.6px,1.03vw,19px)!important;padding:9px clamp(9px,.82vw,15px)!important}.site-header .nav-actions{gap:9px!important}.site-header .social-nav{order:1!important;margin-left:0!important;margin-right:6px!important;padding-left:0!important;padding-right:11px!important;border-left:0!important;border-right:1px solid rgba(145,105,62,.16)!important}.site-header .language-nav-menu{order:2!important}.site-header .nav-login-pill{order:3!important}.site-header .language-nav-current{min-width:108px!important;font-size:14.6px!important}.site-header .nav-login-pill{font-size:14.6px!important}.map-controls:before{content:"滾輪／拖曳／滑桿"!important}.lang-en .map-controls:before{content:"Wheel / drag / slider"!important}.lang-fr .map-controls:before{content:"Molette / glisser / curseur"!important}.lang-fr .map-control-hint{min-width:auto!important}.article-hero.article-hero-textonly{position:relative!important;overflow:hidden!important}.article-hero.article-hero-textonly:after{content:"";position:absolute;right:clamp(32px,5vw,86px);top:clamp(34px,4vw,72px);width:clamp(110px,12vw,210px);height:clamp(90px,10vw,170px);background:url(../images/plane-cursor.svg) center/contain no-repeat;opacity:.07;transform:rotate(-12deg);pointer-events:none}.article-hero-textonly .article-hero-copy{position:relative!important;z-index:2!important;width:min(100%,1040px)!important;margin:0 auto!important;padding:clamp(42px,5vw,76px) clamp(46px,7vw,104px)!important}.article-hero-textonly h1{max-width:980px!important;text-wrap:balance!important}.article-hero-textonly .hero-sub{max-width:900px!important}.article-hero-favorite{position:absolute!important;top:clamp(22px,3.2vw,44px)!important;right:clamp(22px,3.5vw,52px)!important;z-index:5!important;width:54px!important;height:54px!important;border-radius:999px!important;background:#fffaf0eb!important;border:1px solid rgba(145,105,62,.14)!important;box-shadow:0 16px 38px #6f58351f!important}.article-hero-favorite:hover{transform:translateY(-2px) scale(1.03)!important}.related-hover-edge{pointer-events:auto!important;touch-action:manipulation!important}.related-article-carousel{scroll-behavior:smooth!important}@media(max-width:1580px){.site-header .nav-wrap{padding-left:clamp(28px,2.4vw,44px)!important;padding-right:clamp(22px,2vw,36px)!important;grid-template-columns:clamp(176px,12vw,218px) minmax(0,1fr)!important}.site-header .brand.brand-image{transform:translate(6px)!important}.site-header .nav-link-group{gap:clamp(10px,1vw,20px)!important}.site-header .main-nav .nav-link{font-size:clamp(15px,.96vw,16.7px)!important;padding:8px 7px!important}.site-header .social-icon{width:31px!important;height:31px!important}}@media(max-width:1320px){.site-header .social-nav{display:none!important}.site-header .main-nav .nav-link{font-size:14px!important;padding:7px 6px!important}.site-header .language-nav-current{min-width:96px!important;font-size:13.5px!important}.site-header .nav-login-pill{font-size:13.5px!important;padding:8px 10px!important}}@media(max-width:760px){.article-hero-textonly .article-hero-copy{padding:36px 26px 40px!important}.article-hero.article-hero-textonly:after{display:none!important}.article-hero-favorite{width:46px!important;height:46px!important;top:16px!important;right:16px!important}}@media(min-width:1321px){.lang-en .site-header .main-nav .nav-link,.lang-en .site-header .main-nav .nav-link:link,.lang-en .site-header .main-nav .nav-link:visited,.lang-fr .site-header .main-nav .nav-link,.lang-fr .site-header .main-nav .nav-link:link,.lang-fr .site-header .main-nav .nav-link:visited{font-size:clamp(17.4px,1.08vw,19.8px)!important;font-weight:900!important;letter-spacing:-.005em!important}.lang-en .site-header .nav-link-group,.lang-fr .site-header .nav-link-group{gap:clamp(16px,1.55vw,38px)!important}.lang-en .site-header .language-nav-current,.lang-en .site-header .nav-login-pill,.lang-fr .site-header .language-nav-current,.lang-fr .site-header .nav-login-pill{font-size:15.2px!important;font-weight:900!important}}@media(min-width:1581px){.lang-en .site-header .nav-wrap,.lang-fr .site-header .nav-wrap{grid-template-columns:clamp(198px,12.2vw,246px) minmax(0,1fr)!important}}@media(max-width:1580px)and (min-width:1321px){.lang-en .site-header .main-nav .nav-link,.lang-fr .site-header .main-nav .nav-link{font-size:clamp(15.8px,1vw,17.2px)!important;font-weight:880!important}}html.lang-booting body{opacity:0}html.app-ready body{opacity:1;transition:opacity .18s ease}.admin-data-health .admin-health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:14px 0}.admin-data-health .admin-health-grid span{border:1px solid rgba(145,105,62,.14);background:#fffaf0b3;border-radius:16px;padding:11px 12px;color:#71583f;font-weight:800}.admin-data-health .admin-health-grid strong{display:block;font-size:26px;color:#4b3828;margin-top:4px}.admin-health-list{margin:12px 0 0;padding-left:20px;color:#735438;line-height:1.7}.admin-seo-fields{border:1px solid rgba(145,105,62,.16);background:#fffaf08c;border-radius:20px;padding:12px 14px}.admin-seo-fields summary{cursor:pointer;font-weight:900;color:#5d4936}.admin-seo-fields input,.admin-seo-fields textarea{margin-top:10px}.admin-row-actions{display:flex;gap:7px;justify-content:flex-end;align-items:center;flex-wrap:wrap}@media(max-width:720px){.admin-row-actions{justify-content:flex-start}}.admin-seo-fields{border:1px solid rgba(122,90,61,.16);border-radius:22px;background:#fffaf0a3;padding:12px 14px 16px}.admin-seo-fields summary{cursor:pointer;font-weight:900;color:#4b3828;padding:6px 2px 12px}.seo-helper-card{border:1px dashed rgba(145,105,62,.2);background:linear-gradient(135deg,#f4ead3b8,#fffaf0d1);border-radius:18px;padding:14px;margin:4px 0 12px}.seo-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:10px 0 12px}.seo-mini-grid div{border-radius:14px;background:#fffaf0c2;border:1px solid rgba(145,105,62,.12);padding:10px 12px}.seo-mini-grid strong{display:block;color:#4b3828;font-size:13px;margin-bottom:4px}.seo-mini-grid span{display:block;color:#7a5a3d;font-size:12px;line-height:1.55}@media(max-width:760px){.seo-mini-grid{grid-template-columns:1fr}}.tools-hero-art{min-height:0!important;align-items:center!important}.tools-hero-art h1,.lang-fr .tools-hero-art h1{line-height:.98!important;margin:8px 0 10px!important}.tools-hero-art .hero-translation,.lang-fr .tools-hero-art .hero-translation{margin:8px 0 14px!important;line-height:1.22!important;letter-spacing:.11em!important}.tools-hero-art .hero-sub{margin-top:10px!important;line-height:1.72!important}.admin-site-header .nav-wrap{display:grid!important;grid-template-columns:clamp(190px,13vw,248px) minmax(0,1fr)!important;align-items:center!important;max-width:1680px!important;margin:0 auto!important;padding-left:clamp(28px,2.4vw,48px)!important;padding-right:clamp(28px,2.4vw,48px)!important;gap:clamp(18px,1.6vw,30px)!important}.admin-site-header .brand.brand-image{transform:none!important;height:58px!important;min-width:0!important;max-width:248px!important;width:100%!important}.admin-site-header .brand.brand-image img{height:58px!important;width:100%!important;object-fit:contain!important;object-position:left center!important}.admin-site-header .main-nav{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:clamp(14px,1.4vw,26px)!important;width:100%!important}.admin-site-header .nav-link-group{display:flex!important;justify-content:center!important;align-items:center!important;gap:clamp(12px,1.35vw,28px)!important;min-width:0!important}.admin-site-header .nav-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;white-space:nowrap!important}.admin-site-header .main-nav .nav-link{font-size:clamp(15px,.95vw,17px)!important;font-weight:900!important;padding:8px!important}.admin-site-header .nav-login-pill{font-size:14px!important;padding:8px 12px!important}.admin-seo-fields[open]{border-color:#7a5a3d3d!important;box-shadow:0 18px 44px #6f583514!important}.admin-seo-fields[open] summary{border-bottom:1px solid rgba(145,105,62,.12);margin-bottom:12px}.admin-seo-fields input,.admin-seo-fields textarea{width:100%;box-sizing:border-box}@media(max-width:980px){.admin-site-header .nav-wrap{grid-template-columns:minmax(150px,1fr) auto!important;padding:10px 18px!important}.admin-site-header .main-nav{grid-column:1 / -1!important;display:none!important;grid-template-columns:1fr!important}.admin-site-header .main-nav.open{display:grid!important}.admin-site-header .nav-link-group,.admin-site-header .nav-actions{flex-direction:column!important;align-items:stretch!important;width:100%!important}}#myFavoritePosts.favorite-posts-compact,#myFavoritePosts{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:14px!important;align-items:stretch!important}#myFavoritePosts .post-card{min-height:245px!important;border-radius:24px!important;box-shadow:0 14px 34px #6f583517!important}#myFavoritePosts .post-card:hover{transform:translateY(-3px)!important;box-shadow:0 20px 44px #6f583521!important}#myFavoritePosts .post-image{height:86px!important;min-height:86px!important}#myFavoritePosts .post-body{padding:13px 14px 14px!important;gap:7px!important}#myFavoritePosts .tags{gap:5px!important}#myFavoritePosts .tag{font-size:10.5px!important;padding:3px 7px!important;line-height:1.2!important}#myFavoritePosts .post-title{font-size:18px!important;line-height:1.18!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#myFavoritePosts .post-excerpt{font-size:12.5px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#myFavoritePosts .post-meta{font-size:11px!important;gap:5px!important;margin-top:4px!important}#myFavoritePosts .favorite-btn{width:31px!important;height:31px!important;right:10px!important;top:10px!important;font-size:15px!important}#myFavoritePosts .empty{grid-column:1/-1!important}@media(min-width:1280px){#myFavoritePosts.favorite-posts-compact,#myFavoritePosts{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:760px){#myFavoritePosts.favorite-posts-compact,#myFavoritePosts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#myFavoritePosts .post-image{height:72px!important;min-height:72px!important}#myFavoritePosts .post-body{padding:11px!important}#myFavoritePosts .post-title{font-size:16px!important}#myFavoritePosts .post-excerpt{display:none!important}}.favorite-head-with-filter{align-items:flex-end!important;gap:18px!important}.atlas-favorite-filter{min-width:220px;display:grid;gap:6px;color:#7a5a3d;font-weight:850;font-size:12px;letter-spacing:.05em}.atlas-favorite-filter>span{text-transform:uppercase;color:#9b7a55}.atlas-favorite-filter select{width:100%}.atlas-favorite-filter .pretty-select,.favorite-head-with-filter .pretty-select{min-width:210px}.favorite-head-with-filter .pretty-select-current{min-height:42px;padding:10px 42px 10px 16px!important;border-radius:999px!important;background:#fffaf0db!important;border:1px solid rgba(145,105,62,.18)!important;box-shadow:0 12px 30px #6f583512!important}@media(max-width:760px){.favorite-head-with-filter{align-items:stretch!important}.atlas-favorite-filter,.atlas-favorite-filter .pretty-select,.favorite-head-with-filter .pretty-select{width:100%;min-width:0}}.favorite-head-with-filter{align-items:center!important;gap:22px!important}.atlas-favorite-filter{min-width:260px!important;max-width:320px!important;gap:8px!important}.atlas-favorite-filter>span{font-size:13px!important;letter-spacing:.08em!important;font-weight:950!important;color:#8b6b49!important}.atlas-favorite-filter .atlas-favorite-pretty,.favorite-head-with-filter .atlas-favorite-pretty{min-width:260px!important}.atlas-favorite-filter .pretty-select-current,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current{min-height:54px!important;padding:14px 52px 14px 20px!important;border-radius:999px!important;font-size:17px!important;font-weight:950!important;color:#473526!important;background:radial-gradient(circle at 18% 18%,#ffffffeb,#fff0 34%),linear-gradient(135deg,#fffaf0fa,#f3e8cfeb)!important;border:1px solid rgba(145,105,62,.22)!important;box-shadow:0 16px 34px #6f58351a,inset 0 0 0 1px #ffffff9e!important}.atlas-favorite-filter .pretty-select-current:hover,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current:hover,.favorite-head-with-filter .atlas-favorite-pretty.open .pretty-select-current{transform:translateY(-1px)!important;background:radial-gradient(circle at 18% 18%,#fffffffa,#fff0 34%),linear-gradient(135deg,#fffcf6,#efe2c6f5)!important;border-color:#7a5a3d4d!important;box-shadow:0 20px 44px #6f583521,inset 0 0 0 1px #ffffffb3!important}.atlas-favorite-filter .pretty-select-current:after,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current:after{right:21px!important;width:8px!important;height:8px!important;border-width:2.5px!important}.pretty-select-options.atlas-favorite-options{padding:8px!important;border-radius:22px!important;background:#fffaf0fa!important;border:1px solid rgba(145,105,62,.18)!important;box-shadow:0 24px 64px #4c372033!important}.pretty-select-options.atlas-favorite-options button{min-height:46px!important;padding:11px 14px!important;border-radius:15px!important;font-size:16px!important;font-weight:900!important;color:#4b3828!important}.pretty-select-options.atlas-favorite-options button:hover{background:#f0e3c7!important;transform:translate(2px)}@media(max-width:760px){.favorite-head-with-filter{gap:14px!important}.atlas-favorite-filter,.atlas-favorite-filter .atlas-favorite-pretty,.favorite-head-with-filter .atlas-favorite-pretty{max-width:none!important;min-width:0!important;width:100%!important}.atlas-favorite-filter .pretty-select-current{font-size:16px!important;min-height:50px!important}}.atlas-favorite-filter{display:grid!important;gap:10px!important;min-width:min(360px,100%)!important}.atlas-favorite-filter>span{font-size:15px!important;letter-spacing:.06em!important;font-weight:950!important;color:#7a5a3d!important;text-transform:none!important}.atlas-favorite-filter select:not(.pretty-select-native){width:100%!important;min-height:58px!important;padding:0 54px 0 22px!important;border-radius:22px!important;border:1px solid rgba(122,90,61,.2)!important;background:linear-gradient(135deg,#fffaf0f5,#f1e6cded)!important;color:#473526!important;font-size:18px!important;font-weight:950!important;font-family:inherit!important;box-shadow:0 16px 36px #6f58351a,inset 0 0 0 1px #ffffff8c!important}.atlas-favorite-filter .pretty-select,.favorite-head-with-filter .pretty-select,.atlas-favorite-filter .atlas-favorite-pretty,.favorite-head-with-filter .atlas-favorite-pretty{min-width:min(360px,100%)!important;width:100%!important}.atlas-favorite-filter .pretty-select-current,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current{min-height:60px!important;padding:16px 56px 16px 22px!important;border-radius:22px!important;font-size:18px!important;line-height:1.2!important;font-weight:950!important;letter-spacing:.01em!important;color:#473526!important;background:radial-gradient(circle at 18% 18%,#fffffffa,#fff0 36%),linear-gradient(135deg,#fffaf0fc,#f0e2c5f5)!important;border:1px solid rgba(122,90,61,.22)!important;box-shadow:0 18px 42px #6f58351f,inset 0 0 0 1px #ffffffa6!important}.atlas-favorite-filter .pretty-select-current:hover,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current:hover,.favorite-head-with-filter .atlas-favorite-pretty.open .pretty-select-current{transform:translateY(-2px)!important;box-shadow:0 24px 54px #6f583529,inset 0 0 0 1px #ffffffb8!important;border-color:#7a5a3d52!important}.pretty-select-options.atlas-favorite-options{padding:10px!important;border-radius:24px!important;background:#fff9ea!important;border:1px solid rgba(122,90,61,.2)!important;box-shadow:0 28px 70px #4c37203d!important}.pretty-select-options.atlas-favorite-options button{min-height:52px!important;padding:13px 16px!important;border-radius:16px!important;font-size:17px!important;font-weight:950!important}@media(max-width:760px){.atlas-favorite-filter .pretty-select-current,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current,.atlas-favorite-filter select:not(.pretty-select-native){min-height:54px!important;font-size:17px!important}}.favorite-head-with-filter{gap:18px!important;align-items:flex-end!important}.atlas-favorite-filter{min-width:240px!important;max-width:280px!important;gap:7px!important}.atlas-favorite-filter>span{font-size:14px!important;letter-spacing:.03em!important;font-weight:900!important;color:#7a5a3d!important}.atlas-favorite-filter select:not(.pretty-select-native){min-height:46px!important;padding:0 44px 0 17px!important;border-radius:18px!important;background:#fff8ea!important;border:1px solid rgba(122,90,61,.2)!important;box-shadow:0 10px 24px #6f583514!important;font-size:16px!important;font-weight:900!important}.atlas-favorite-filter .pretty-select,.favorite-head-with-filter .pretty-select,.atlas-favorite-filter .atlas-favorite-pretty,.favorite-head-with-filter .atlas-favorite-pretty{min-width:240px!important;max-width:280px!important;width:100%!important}.atlas-favorite-filter .pretty-select-current,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current{min-height:46px!important;padding:11px 46px 11px 17px!important;border-radius:18px!important;font-size:16px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:0!important;color:#473526!important;background:#fff8ea!important;border:1px solid rgba(122,90,61,.2)!important;box-shadow:0 10px 24px #6f583514!important}.atlas-favorite-filter .pretty-select-current:hover,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current:hover,.favorite-head-with-filter .atlas-favorite-pretty.open .pretty-select-current{transform:translateY(-1px)!important;background:#fffaf0!important;border-color:#7a5a3d47!important;box-shadow:0 14px 30px #6f58351c!important}.atlas-favorite-filter .pretty-select-current:after,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current:after{right:18px!important;width:7px!important;height:7px!important;border-width:2px!important}.pretty-select-options.atlas-favorite-options{padding:6px!important;border-radius:18px!important;background:#fff8ea!important;border:1px solid rgba(122,90,61,.18)!important;box-shadow:0 18px 48px #4c37202e!important}.pretty-select-options.atlas-favorite-options button{min-height:40px!important;padding:9px 12px!important;border-radius:12px!important;font-size:15.5px!important;font-weight:900!important}.pretty-select-options.atlas-favorite-options button:hover{background:#f0e3c7!important;transform:translate(1px)!important}.pretty-select-options.atlas-favorite-options button.active{background:#75583a!important;color:#fff8e9!important}@media(max-width:760px){.atlas-favorite-filter,.atlas-favorite-filter .pretty-select,.favorite-head-with-filter .pretty-select,.atlas-favorite-filter .atlas-favorite-pretty,.favorite-head-with-filter .atlas-favorite-pretty{min-width:0!important;max-width:none!important;width:100%!important}.atlas-favorite-filter .pretty-select-current,.favorite-head-with-filter .atlas-favorite-pretty .pretty-select-current,.atlas-favorite-filter select:not(.pretty-select-native){min-height:44px!important;font-size:15.5px!important}}.tools-hero-art{min-height:0!important;max-width:min(1680px,calc(100vw - 96px))!important;grid-template-columns:minmax(0,1.35fr) minmax(280px,30%)!important;align-items:center!important;gap:clamp(28px,3.2vw,48px)!important;padding:clamp(34px,3.3vw,46px) clamp(44px,4.5vw,68px)!important;margin-top:28px!important;margin-bottom:34px!important}.tools-hero-art .kicker{margin:0 0 clamp(18px,2.2vw,28px)!important}.tools-hero-art h1,.lang-fr .tools-hero-art h1{white-space:nowrap!important;max-width:none!important;font-size:clamp(58px,5.1vw,88px)!important;line-height:.94!important;margin:0 0 clamp(16px,1.6vw,22px)!important;letter-spacing:-.012em!important}.tools-hero-art .hero-translation,.lang-fr .tools-hero-art .hero-translation{margin:0 0 clamp(18px,1.9vw,24px)!important;line-height:1.18!important;letter-spacing:.14em!important;max-width:940px!important;font-size:clamp(18px,1.55vw,25px)!important}.tools-hero-art .hero-sub,.lang-fr .tools-hero-art .hero-sub{margin:0!important;line-height:1.58!important;max-width:860px!important;font-size:clamp(16px,1.18vw,19px)!important}.tools-hero-art .listing-hero-figure,.lang-fr .tools-hero-art .listing-hero-figure{max-width:380px!important;height:235px!important;max-height:235px!important;object-fit:contain!important;justify-self:end!important}.tools-quick-section{margin-top:0!important}@media(max-width:1100px){.tools-hero-art h1,.lang-fr .tools-hero-art h1{white-space:normal!important;font-size:clamp(48px,8vw,72px)!important}}@media(max-width:980px){.tools-hero-art{max-width:calc(100vw - 32px)!important;grid-template-columns:1fr!important;padding:34px 26px!important;gap:18px!important}.tools-hero-art .listing-hero-figure,.lang-fr .tools-hero-art .listing-hero-figure{height:210px!important;max-height:210px!important;justify-self:center!important}}.tools-hero.tools-hero-art{display:block!important;position:relative!important;max-width:min(1680px,calc(100vw - 96px))!important;min-height:0!important;padding:clamp(42px,3.4vw,58px) clamp(44px,4.6vw,72px)!important;margin:28px auto 34px!important;overflow:hidden!important}.tools-hero.tools-hero-art .kicker,.tools-hero.tools-hero-art h1,.tools-hero.tools-hero-art .hero-translation,.tools-hero.tools-hero-art .hero-sub{display:block!important;grid-column:auto!important;max-width:min(880px,calc(100% - 420px))!important;position:relative!important;z-index:2!important}.tools-hero.tools-hero-art .kicker{margin:0 0 clamp(20px,2vw,26px)!important}.tools-hero.tools-hero-art h1,.lang-fr .tools-hero.tools-hero-art h1{white-space:nowrap!important;font-size:clamp(58px,5.1vw,86px)!important;line-height:1.02!important;margin:0 0 clamp(18px,1.6vw,24px)!important;letter-spacing:-.01em!important}.tools-hero.tools-hero-art .hero-translation,.lang-fr .tools-hero.tools-hero-art .hero-translation{margin:0 0 clamp(20px,1.8vw,26px)!important;max-width:min(860px,calc(100% - 420px))!important;font-size:clamp(18px,1.45vw,23px)!important;line-height:1.25!important;letter-spacing:.14em!important}.tools-hero.tools-hero-art .hero-sub,.lang-fr .tools-hero.tools-hero-art .hero-sub{margin:0!important;max-width:min(780px,calc(100% - 420px))!important;font-size:clamp(16px,1.16vw,19px)!important;line-height:1.68!important}.tools-hero.tools-hero-art .listing-hero-figure,.lang-fr .tools-hero.tools-hero-art .listing-hero-figure{position:absolute!important;grid-column:auto!important;grid-row:auto!important;right:clamp(46px,5vw,82px)!important;top:50%!important;transform:translateY(-50%)!important;width:min(30vw,390px)!important;height:clamp(210px,18vw,260px)!important;max-height:260px!important;object-fit:contain!important;justify-self:auto!important;margin:0!important}@media(max-width:1100px){.tools-hero.tools-hero-art h1,.lang-fr .tools-hero.tools-hero-art h1{white-space:normal!important;font-size:clamp(48px,7.4vw,72px)!important}}@media(max-width:980px){.tools-hero.tools-hero-art{display:grid!important;grid-template-columns:1fr!important;max-width:calc(100vw - 32px)!important;padding:34px 26px!important;gap:16px!important}.tools-hero.tools-hero-art .kicker,.tools-hero.tools-hero-art h1,.tools-hero.tools-hero-art .hero-translation,.tools-hero.tools-hero-art .hero-sub{max-width:100%!important}.tools-hero.tools-hero-art .listing-hero-figure,.lang-fr .tools-hero.tools-hero-art .listing-hero-figure{position:static!important;transform:none!important;width:100%!important;height:210px!important;max-height:210px!important;justify-self:center!important;margin:8px auto 0!important}}.article-index-summary{background:#fff9ed!important}.article-index-list{display:grid!important;gap:10px!important}.article-index-list>li>a{font-size:clamp(16px,1.2vw,19px)!important}.article-index-list ul{list-style:none;margin:8px 0 0 44px;padding:0;display:grid;gap:7px}.article-index-list ul a{font-size:clamp(14px,.98vw,16px)!important;background:#ffffff75!important;padding:8px 10px!important}.article-content strong{font-weight:900;color:#4a3526}.article-highlight{background:linear-gradient(180deg,transparent 43%,rgba(229,202,145,.56) 43%);padding:0 .12em;border-radius:.16em;color:#4a3526}.article-subheading{font-family:var(--font-serif);font-size:clamp(28px,2.4vw,40px);line-height:1.15;margin:18px 0 8px;color:#4b3828}.article-table-block{border:1px solid rgba(145,105,62,.14);border-radius:24px;background:#fffaf0b8;padding:14px;margin-top:26px;margin-bottom:26px}.article-table-block figcaption{font-weight:850;color:#8b6b49;margin:0 0 10px 4px}.article-table-scroll{overflow:auto;border-radius:18px;border:1px solid rgba(145,105,62,.1)}.article-table-block table{width:100%;border-collapse:collapse;min-width:560px;background:#ffffff70}.article-table-block th,.article-table-block td{padding:13px 14px;text-align:left;border-bottom:1px solid rgba(145,105,62,.11);color:#5d4936;vertical-align:top}.article-table-block th{font-weight:900;background:#efe4cb;color:#4b3828}.article-table-block tr:last-child td{border-bottom:0}.article-pdf-card{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid rgba(145,105,62,.16);border-radius:26px;background:#fffaf0;padding:22px 24px;box-shadow:0 16px 38px #6f583512}.article-pdf-card h3{margin:4px 0 6px;font-family:var(--font-serif);font-size:clamp(26px,2.2vw,38px);color:#4b3828}.article-pdf-card p{margin:0;color:#6f5842}.flight-countdown-tool-card{display:grid;gap:18px}.flight-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:end}.flight-form label{display:grid;gap:7px;font-weight:850;color:#6b543e}.flight-form input{width:100%;border:1px solid rgba(145,105,62,.18);border-radius:18px;background:#fffaf0;padding:14px 16px;font:inherit;color:#4b3828;box-sizing:border-box}.flight-note-field{grid-column:span 2}.flight-official-note{border-left:4px solid #d7b979;padding-left:12px}.flight-card-list{display:grid;gap:12px}.flight-card{display:flex;justify-content:space-between;gap:16px;align-items:center;border:1px solid rgba(145,105,62,.14);border-radius:24px;background:#fffcf6b3;padding:18px 20px}.flight-card h3{margin:3px 0 5px;font-family:var(--font-serif);font-size:clamp(24px,1.9vw,34px);color:#4b3828}.flight-card p,.flight-card small{display:block;margin:2px 0;color:#75604a}.flight-card strong{display:block;margin-top:8px;color:#7a583a;font-size:18px}.sound-notes-page{padding-bottom:90px}.sound-notes-hero{display:grid;grid-template-columns:1fr;min-height:auto!important;gap:8px}.sound-notes-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.sound-notes-filter{position:sticky;top:100px;display:grid;gap:16px;padding:22px}.sound-notes-filter label{display:grid;gap:8px;font-weight:850;color:#6b543e}.sound-notes-main{display:grid;gap:18px}.sound-player-card{display:grid;gap:18px;padding:26px}.sound-player-copy h2{font-family:var(--font-serif);font-size:clamp(34px,3vw,56px);line-height:1.05;margin:5px 0 10px;color:#4b3828}.sound-player-copy p{color:#6f5842;line-height:1.8;margin:0}.sound-player-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sound-player-controls button,.sound-player-controls select{border:1px solid rgba(145,105,62,.16);background:#fffaf0;color:#5d4936;border-radius:999px;min-height:44px;padding:0 16px;font-weight:900;cursor:pointer}.sound-player-controls .sound-play{width:58px;height:58px;background:#72563a;color:#fff;border-color:#72563a;font-size:20px}.sound-progress input{width:100%;accent-color:#72563a}.sound-episode-list{display:grid;gap:10px}.sound-episode-card{border:1px solid rgba(145,105,62,.13);background:#fffaf0c2;border-radius:22px;padding:16px 18px;text-align:left;display:grid;gap:5px;color:#5d4936;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.sound-episode-card:hover{transform:translateY(-2px);background:#fff9ed;box-shadow:0 14px 34px #6f583514}.sound-episode-card.active{border-color:#72563a59;background:#efe4cb}.sound-episode-card span,.sound-episode-card small{color:#8b6b49;font-size:13px;font-weight:800}.sound-episode-card strong{font-size:18px;color:#4b3828}@media(max-width:980px){.sound-notes-layout{grid-template-columns:1fr}.sound-notes-filter{position:relative;top:auto}.flight-form{grid-template-columns:1fr}.flight-note-field{grid-column:auto}.article-pdf-card{display:grid}.article-table-block table{min-width:520px}}@media(max-width:1240px){.site-header .nav-link-group{gap:6px!important}.site-header .main-nav .nav-link{font-size:13.2px!important;padding:7px 5px!important}}.article-inline-link{color:#7a5638;text-decoration:none;border-bottom:1.5px solid rgba(122,86,56,.36);font-weight:850;background:linear-gradient(180deg,transparent 65%,rgba(226,205,160,.34) 65%);transition:color .18s ease,border-color .18s ease,background .18s ease}.article-inline-link:hover{color:#4b3828;border-color:#7a5638;background:linear-gradient(180deg,transparent 52%,rgba(226,205,160,.55) 52%)}.article-accent-text{color:#9a5c3f;font-weight:900}.post-inline-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border:1px solid rgba(145,105,62,.14);background:#fffaf0;border-radius:18px;padding:8px 10px;margin-bottom:8px}.post-inline-toolbar span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#9b7a53;margin-right:2px}.post-inline-toolbar .btn.small{padding:7px 12px!important;border-radius:999px!important;font-size:13px!important}.sound-notes-filter .pretty-select-current,.sound-player-controls .pretty-select-current{min-height:48px!important;border-radius:18px!important;background:#fffaf0!important;font-size:16px!important;font-weight:900!important;padding:11px 42px 11px 16px!important;box-shadow:0 10px 26px #6f58350f!important}.sound-notes-filter .pretty-select-options.pretty-select-portal button,.sound-player-controls .pretty-select-options.pretty-select-portal button{font-size:15px!important;font-weight:850!important;padding:11px 14px!important;border-radius:14px!important}.sound-notes-filter select:not(.pretty-select-native),.sound-player-controls select:not(.pretty-select-native){width:100%;min-height:48px;border-radius:18px;border:1px solid rgba(145,105,62,.18);background:#fffaf0;padding:10px 14px;font:inherit;font-size:16px;font-weight:900;color:#4b3828}.sound-auto-note{font-size:13px;font-weight:800;color:#8b6b49;margin:6px 0 0}.sound-audio-upload{align-self:start}.admin-tab-btn[data-admin-tab=soundnotes]{position:relative}.article-editor-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:10px 0 14px}.article-editor-guide>div{border:1px solid rgba(145,105,62,.15);border-radius:18px;background:#fffaf0;padding:14px 15px;box-shadow:0 10px 26px #6f58350b;display:grid;gap:6px}.article-editor-guide strong{font-size:15px;color:#4b3828}.article-editor-guide span{font-size:13px;line-height:1.6;color:#7a624a}.post-block-toolbar [data-add-block=pdf]{background:#72563a!important;color:#fff!important;border-color:#72563a!important;box-shadow:0 12px 28px #72563a2e!important}.pdf-block-guide{display:grid;gap:5px;border:1px dashed rgba(145,105,62,.22);border-radius:18px;padding:14px 16px;background:#fff9ed;color:#6f5842;margin-bottom:12px}.pdf-block-guide strong{color:#4b3828;font-size:16px}.pdf-block-guide span{font-size:13px;line-height:1.65}.post-block-body label{display:grid;gap:7px;font-weight:850;color:#6b543e}.post-block-body label span{font-size:13px;letter-spacing:.03em}.pdf-upload{border-radius:18px!important;min-height:54px;display:flex!important;justify-content:center;align-items:center;margin:4px 0 2px;cursor:pointer}.pdf-upload span{font-size:15px!important;color:#72563a!important}@media(max-width:980px){.article-editor-guide{grid-template-columns:1fr}}.sound-notes-filter{padding:24px!important;border-radius:30px!important}.sound-notes-filter .kicker{margin-bottom:2px}.sound-notes-filter label span{font-size:14px;letter-spacing:.02em}.sound-notes-filter .pretty-select-current{width:100%;justify-content:space-between;text-align:left}.soundnotes-form-card{padding:26px!important}.soundnotes-admin-form{display:grid;gap:18px}.soundnotes-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.soundnotes-admin-form label{display:grid;gap:8px}.soundnotes-admin-form label>span{font-size:14px;font-weight:850;color:#715842}.soundnotes-admin-form input,.soundnotes-admin-form textarea,.soundnotes-admin-form select{width:100%;border:1px solid rgba(145,105,62,.16);border-radius:18px;background:#fffaf0;padding:14px 16px;font:inherit;color:#4b3828}.soundnotes-admin-form input,.soundnotes-admin-form select{min-height:54px}.soundnotes-admin-form textarea{min-height:160px;resize:vertical;line-height:1.7}.soundnotes-upload{display:grid!important;gap:10px;padding:16px 18px;border-radius:20px!important;border:1px dashed rgba(145,105,62,.24)!important;background:#fffaf0b8!important}.soundnotes-textarea-label{display:grid;gap:8px}.soundnotes-admin-actions{display:flex;gap:10px;flex-wrap:wrap}.soundnotes-admin-form .pretty-select-current{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;background:#fffaf0!important;border-radius:18px!important;padding:14px 42px 14px 16px!important;font-size:16px!important;font-weight:900!important;color:#4b3828!important}.soundnotes-admin-form .pretty-select-options.pretty-select-portal button{font-size:15px!important;font-weight:850!important;padding:11px 14px!important;border-radius:14px!important}.pretty-select-options.pretty-select-portal{position:fixed!important;inset:auto!important;left:var(--ps-left)!important;top:var(--ps-top)!important;width:var(--ps-width)!important;max-height:var(--ps-max-height,320px)!important;margin:0!important;transform:none!important}.sound-notes-filter .pretty-select{position:relative!important}.sound-notes-filter .pretty-select-options:not(.pretty-select-portal),.sound-player-controls .pretty-select-options:not(.pretty-select-portal){position:absolute!important;left:0!important;right:auto!important;top:calc(100% + 8px)!important;width:100%!important;max-height:260px!important;z-index:60!important}.word-like-toolbar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:8px 10px;margin-bottom:8px;border:1px solid rgba(145,105,62,.16);border-radius:16px;background:#fffaf0c7;box-shadow:inset 0 0 0 1px #ffffff59}.word-like-toolbar .toolbar-label{font-size:12px;font-weight:900;color:#8b6b49;margin-right:4px;letter-spacing:.08em}.word-like-toolbar button{min-width:38px;height:34px;border:1px solid rgba(145,105,62,.18);border-radius:12px;background:#fffaf0;color:#4b3828;font-family:inherit;font-weight:900;cursor:pointer;transition:.18s ease;padding:0 10px}.word-like-toolbar button:hover{transform:translateY(-1px);background:#efe0c3;border-color:#7a5a3d47}.word-like-toolbar button:active{transform:translateY(0) scale(.98)}body[data-page=wonderlands] .page-shell,body[data-page=roaming] .page-shell,body[data-page=taiwan] .page-shell,body[data-page=formosa] .page-shell,body[data-page=tools] .page-shell,body[data-page=sound-notes] .page-shell,body[data-page=my-atlas] .page-shell,body[data-page=about] .page-shell{max-width:1220px!important;padding-left:22px!important;padding-right:22px!important}.page-shell>.hero-card.listing-hero-art,.page-shell>.hero-card.my-atlas-hero,.page-shell .hero-card.sound-notes-hero{box-sizing:border-box!important;width:100%!important;max-width:1180px!important;min-height:340px!important;margin:26px auto 34px!important;padding:38px clamp(38px,3.8vw,52px)!important;display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(270px,.58fr)!important;grid-auto-rows:min-content!important;align-content:center!important;align-items:center!important;column-gap:clamp(30px,3.5vw,52px)!important;row-gap:0!important;overflow:hidden!important}.page-shell>.hero-card.listing-hero-art>.kicker,.page-shell>.hero-card.listing-hero-art>h1,.page-shell>.hero-card.listing-hero-art>.hero-translation,.page-shell>.hero-card.listing-hero-art>.hero-sub{grid-column:1!important;justify-self:start!important;max-width:760px!important;position:relative!important;z-index:2!important;text-align:left!important}.my-atlas-hero-copy,.sound-notes-hero-copy{grid-column:1!important;grid-row:1!important;align-self:center!important;min-width:0!important;max-width:760px!important}.page-shell>.hero-card.listing-hero-art .kicker,.page-shell>.hero-card.my-atlas-hero .kicker,.page-shell .hero-card.sound-notes-hero .kicker{margin:0 0 20px!important;font-size:13px!important;line-height:1.2!important;letter-spacing:.2em!important}.page-shell>.hero-card.listing-hero-art h1,.page-shell>.hero-card.my-atlas-hero h1,.page-shell .hero-card.sound-notes-hero h1{margin:0 0 19px!important;font-size:clamp(50px,4.8vw,68px)!important;line-height:1.03!important;letter-spacing:-.022em!important;white-space:normal!important;text-align:left!important}.page-shell>.hero-card.listing-hero-art .hero-translation,.page-shell>.hero-card.my-atlas-hero .hero-translation,.page-shell .hero-card.sound-notes-hero .hero-translation{margin:0 0 21px!important;font-size:clamp(18px,1.55vw,22px)!important;line-height:1.38!important;letter-spacing:.12em!important;text-align:left!important}.page-shell>.hero-card.listing-hero-art .hero-sub,.page-shell>.hero-card.my-atlas-hero .hero-sub,.page-shell .hero-card.sound-notes-hero .hero-sub,.page-shell .hero-card.sound-notes-hero .sound-auto-note{margin:0!important;max-width:760px!important;font-size:16px!important;line-height:1.72!important;text-align:left!important}.page-shell>.hero-card.listing-hero-art>.listing-hero-figure,.page-shell>.hero-card.my-atlas-hero>.my-atlas-hero-art,.page-shell .hero-card.sound-notes-hero>.sound-notes-hero-art-wrap{grid-column:2!important;grid-row:1 / span 5!important;align-self:center!important;justify-self:end!important;position:static!important;transform:none!important;margin:0!important}.page-shell>.hero-card.listing-hero-art>.listing-hero-figure,.page-shell>.hero-card.my-atlas-hero>.my-atlas-hero-art,.page-shell .hero-card.sound-notes-hero .sound-notes-hero-art{display:block!important;width:min(29vw,350px)!important;height:250px!important;max-width:350px!important;max-height:250px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 16px 34px rgba(111,88,53,.1))!important}.page-shell .hero-card.sound-notes-hero>.sound-notes-hero-art-wrap{display:flex!important;align-items:center!important;justify-content:flex-end!important}.lang-fr .page-shell>.hero-card.listing-hero-art h1,.lang-fr .page-shell>.hero-card.my-atlas-hero h1,.lang-fr .page-shell .hero-card.sound-notes-hero h1{font-size:clamp(45px,4.2vw,62px)!important}.compact-info-strip,.atlas-auth-section{width:100%;max-width:1180px;margin:-10px auto 32px!important}.compact-info-strip{display:flex;align-items:center;gap:12px;padding:15px 20px!important;border:1px dashed rgba(145,105,62,.18);border-radius:20px;background:#fffaf0ad;color:#765f48}.compact-info-strip>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#efe0c3;color:#6b5138;font-weight:900}.compact-info-strip p{margin:0;font-size:14px;line-height:1.65}.atlas-auth-section{padding-top:0!important;padding-bottom:0!important}.atlas-auth-section .google-auth-box{margin:0 auto}.platform-card-v25.is-unavailable{cursor:default!important}.platform-card-v25.is-unavailable:hover{transform:none!important;box-shadow:inherit!important}.platform-availability{display:none;margin-top:auto;width:max-content;padding:6px 10px;border-radius:999px;border:1px solid rgba(143,104,62,.18);background:#f5ead4;color:#775b3f;font-size:11px;font-weight:900;letter-spacing:.04em}.platform-card-v25.is-unavailable .platform-availability{display:inline-flex}@media(max-width:980px){.soundnotes-admin-grid{grid-template-columns:1fr}body[data-page=wonderlands] .page-shell,body[data-page=roaming] .page-shell,body[data-page=taiwan] .page-shell,body[data-page=formosa] .page-shell,body[data-page=tools] .page-shell,body[data-page=sound-notes] .page-shell,body[data-page=my-atlas] .page-shell,body[data-page=about] .page-shell{padding-left:12px!important;padding-right:12px!important}.page-shell>.hero-card.listing-hero-art,.page-shell>.hero-card.my-atlas-hero,.page-shell .hero-card.sound-notes-hero{width:100%!important;min-height:0!important;margin:18px auto 28px!important;padding:32px 26px 28px!important;grid-template-columns:1fr!important;column-gap:0!important;row-gap:20px!important}.page-shell>.hero-card.listing-hero-art h1,.page-shell>.hero-card.my-atlas-hero h1,.page-shell .hero-card.sound-notes-hero h1,.lang-fr .page-shell>.hero-card.listing-hero-art h1,.lang-fr .page-shell>.hero-card.my-atlas-hero h1,.lang-fr .page-shell .hero-card.sound-notes-hero h1{font-size:clamp(42px,11vw,56px)!important;line-height:1.05!important;margin-bottom:17px!important}.page-shell>.hero-card.listing-hero-art .kicker,.page-shell>.hero-card.my-atlas-hero .kicker,.page-shell .hero-card.sound-notes-hero .kicker{margin-bottom:16px!important;font-size:12px!important}.page-shell>.hero-card.listing-hero-art .hero-translation,.page-shell>.hero-card.my-atlas-hero .hero-translation,.page-shell .hero-card.sound-notes-hero .hero-translation{margin-bottom:17px!important;font-size:clamp(17px,4.6vw,20px)!important;letter-spacing:.09em!important}.page-shell>.hero-card.listing-hero-art>.listing-hero-figure,.page-shell>.hero-card.my-atlas-hero>.my-atlas-hero-art,.page-shell .hero-card.sound-notes-hero>.sound-notes-hero-art-wrap{grid-column:1!important;grid-row:auto!important;justify-self:center!important}.page-shell>.hero-card.listing-hero-art>.listing-hero-figure,.page-shell>.hero-card.my-atlas-hero>.my-atlas-hero-art,.page-shell .hero-card.sound-notes-hero .sound-notes-hero-art,.compact-info-strip,.atlas-auth-section{width:100%;margin:-6px auto 28px!important}}@media(max-width:560px){.page-shell>.hero-card.listing-hero-art,.page-shell>.hero-card.my-atlas-hero,.page-shell .hero-card.sound-notes-hero{padding:27px 20px 24px!important;border-radius:28px!important}.page-shell>.hero-card.listing-hero-art h1,.page-shell>.hero-card.my-atlas-hero h1,.page-shell .hero-card.sound-notes-hero h1,.lang-fr .page-shell>.hero-card.listing-hero-art h1,.lang-fr .page-shell>.hero-card.my-atlas-hero h1,.lang-fr .page-shell .hero-card.sound-notes-hero h1{font-size:clamp(38px,12vw,48px)!important}.page-shell>.hero-card.listing-hero-art .hero-sub,.page-shell>.hero-card.my-atlas-hero .hero-sub,.page-shell .hero-card.sound-notes-hero .hero-sub{font-size:15px!important;line-height:1.72!important}}.music-volume-control,.global-music-player-host{display:none!important}.global-music-dock{position:fixed;right:16px;bottom:14px;z-index:180;box-sizing:border-box;width:min(326px,calc(100vw - 28px));min-height:58px;display:grid;grid-template-columns:40px minmax(0,1fr) 32px;align-items:center;gap:9px;padding:9px 10px;border:1px solid rgba(145,105,62,.2);border-radius:23px;background:#fffaf0f0;box-shadow:0 12px 34px #4c3c2726;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.global-music-dock:before{content:"";position:absolute;inset:5px;z-index:-1;border:1px dashed rgba(145,105,62,.16);border-radius:18px;pointer-events:none}.music-dock-main,.music-dock-expand,.music-dock-actions button{position:relative;z-index:2;display:grid;place-items:center;border:1px solid rgba(145,105,62,.18);color:#684f37;background:#fffaf0;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.music-dock-main:hover,.music-dock-expand:hover,.music-dock-actions button:hover{transform:translateY(-1px);background:#f6ead3}.music-dock-main:disabled,.music-dock-actions button:disabled{opacity:.45;cursor:not-allowed;transform:none}.music-dock-main{width:40px;height:40px;border-radius:50%;font-size:14px;box-shadow:0 6px 18px #4c3c271a}.global-music-dock.playing .music-dock-main{color:#fff;background:#806343;box-shadow:0 0 0 5px #8b9f6f21,0 8px 20px #4c3c272b}.music-dock-copy{position:relative;z-index:2;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left}.music-dock-copy .kicker{display:block;margin:0 0 2px;font-size:9px;line-height:1.2;letter-spacing:.12em}.music-dock-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;color:#58422f}.music-dock-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;line-height:1.35;color:#806b55}.music-dock-expand{width:30px;height:30px;border-radius:50%;padding:0;overflow:hidden;font-size:0;line-height:1;letter-spacing:0}.music-dock-more{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:100%}.music-dock-more i{display:block;width:3px;height:3px;flex:0 0 3px;border-radius:50%;background:currentColor}.music-dock-panel{position:absolute;right:8px;bottom:calc(100% + 8px);min-width:190px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border:1px solid rgba(145,105,62,.2);border-radius:18px;background:#fffaf0fa;box-shadow:0 14px 34px #4c3c2729;opacity:0;visibility:hidden;transform:translateY(8px) scale(.98);transform-origin:bottom right;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.global-music-dock.expanded .music-dock-panel{opacity:1;visibility:visible;transform:none;pointer-events:auto}.music-dock-actions{display:flex;align-items:center;gap:7px}.music-dock-actions button{width:34px;height:34px;border-radius:50%;font-size:22px;line-height:1}.music-dock-youtube{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 10px;border:1px solid rgba(145,105,62,.18);border-radius:999px;background:#f6ead3;color:#6a5038;font-size:11px;font-weight:800;white-space:nowrap}.music-dock-youtube:hover{background:#ead9bb}.music-dock-youtube[hidden]{display:none!important}.global-music-dock.is-empty .music-dock-expand{display:none}@media(max-width:560px){.global-music-dock{right:10px;bottom:10px;width:min(224px,calc(100vw - 20px));min-height:52px;grid-template-columns:38px minmax(0,1fr) 28px;gap:7px;padding:7px 8px;border-radius:21px}.global-music-dock:before{inset:4px;border-radius:17px}.music-dock-main{width:38px;height:38px}.music-dock-expand{width:28px;height:28px}.music-dock-copy .kicker,.music-dock-copy small{display:none}.music-dock-copy strong{font-size:12px;max-width:118px}.music-dock-panel{right:4px;min-width:184px;bottom:calc(100% + 7px)}}@media(max-width:360px){.global-music-dock{width:204px}.music-dock-copy strong{max-width:100px}}.sound-notes-empty-player{display:grid;place-items:center;min-height:260px!important;text-align:center}.sound-notes-empty-player .empty{max-width:620px;padding:34px!important}.sound-notes-empty-player .empty strong{display:block;margin-bottom:10px;font-family:var(--font-serif);font-size:24px;color:#59422e}.sound-notes-empty-player .empty p{margin:0;color:#7a634d;line-height:1.75}.social-icon[hidden]{display:none!important}.social-icon[aria-disabled=true]{opacity:.78;cursor:default}.admin-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px;padding:24px 26px;border:1px solid rgba(145,105,62,.18);border-radius:26px;background:#fffaf0c7;box-shadow:var(--soft-shadow)}.admin-topbar h2{margin:5px 0 6px;font-size:clamp(28px,3vw,40px)}.admin-topbar p{margin:0;color:#7a634d;line-height:1.65}.admin-top-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.admin-stack{display:grid;gap:20px}.admin-workflow-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.admin-workflow-card h3{margin:6px 0 16px}.admin-workflow-card ol{display:grid;gap:12px;margin:0;padding-left:22px}.admin-workflow-card li{padding-left:4px;color:#684f39}.admin-workflow-card li strong,.admin-workflow-card li span{display:block}.admin-workflow-card li span{margin-top:3px;color:#856d55;font-size:13px;line-height:1.55}.admin-quick-actions{display:grid;gap:9px;min-width:150px}.admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-stat-grid .admin-card{min-height:132px}.admin-stat-grid h2{margin:8px 0 4px;font-size:38px}.admin-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-field-grid>label,.admin-form>label{display:grid;gap:6px;min-width:0}.admin-field-grid label>span,.admin-form label>span,.field-label{font-size:12px;font-weight:800;color:#765d43;letter-spacing:.025em}.admin-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.admin-section-title h3{margin:4px 0 0}.admin-editor-section{margin-top:16px;padding:20px;border:1px solid rgba(145,105,62,.16);border-radius:22px;background:#fffcf59e}.admin-editor-section:first-child{margin-top:0}.admin-editor-section>h3,.admin-editor-section>summary{margin:0 0 14px;font-family:var(--font-serif);font-size:22px;color:#5b422f}details.admin-editor-section>summary{cursor:pointer;font-weight:800}.admin-details-body{display:grid;gap:13px;padding-top:10px}.admin-save-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.publish-section{background:linear-gradient(135deg,#faf2e1eb,#fffcf4d1)}.publish-primary{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(145,105,62,.18);border-radius:16px;background:#fffaf0;cursor:pointer}.publish-primary input{width:18px;height:18px;accent-color:#806343}.publish-check{display:flex;align-items:center;gap:10px}.admin-help{margin:6px 0;color:#806b55;font-size:13px;line-height:1.65}.admin-filter-row{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:10px;align-items:center;margin-bottom:14px}.admin-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.admin-list-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.admin-list-scroll{overflow:auto;max-height:680px;padding-right:3px}.admin-check-list{display:grid;gap:8px;max-height:260px;overflow:auto;padding:10px;border:1px solid rgba(145,105,62,.14);border-radius:16px;background:#fffaf08c}.admin-check-list label{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.45}.admin-danger-zone{border-color:#a950413d;background:#fcefea94}.admin-health-grid,.backup-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.admin-health-grid span,.backup-summary span{padding:11px 12px;border:1px solid rgba(145,105,62,.13);border-radius:14px;background:#fffaf0b8;font-size:12px;color:#7b654f}.admin-health-grid strong,.backup-summary strong{display:block;margin-top:3px;font-size:20px;color:#59422e}.admin-health-list{margin:12px 0 0;padding-left:20px;color:#8b573d}.admin-message-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-legal-links{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.legal-update-note,.backup-warning{padding:15px 17px;border:1px dashed rgba(145,105,62,.24);border-radius:18px;background:#f8eed9;color:#705940}.legal-update-note p,.backup-warning p{margin:6px 0 0;font-size:13px;line-height:1.65}.backup-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:24px;align-items:center}.backup-action-stack{display:grid;gap:10px;margin-top:16px}.backup-file-label{display:flex!important;align-items:center;justify-content:center;cursor:pointer}.backup-list{display:grid;gap:10px;margin-top:14px}.backup-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border:1px solid rgba(145,105,62,.14);border-radius:16px;background:#fffaf0b3}.backup-item>div:first-child{display:grid;gap:3px;min-width:0}.backup-item small,.backup-item span{color:#856d55;font-size:11px}.backup-item>div:last-child{display:flex;gap:6px;flex-shrink:0}.btn.danger,.danger{color:#9b4f41!important;border-color:#9b4f4140!important}.draft-preview-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0;padding:15px 18px;border:1px dashed rgba(155,105,55,.35);border-radius:18px;background:#f7ead0;color:#6b5138}.draft-preview-banner strong{font-family:var(--font-serif);font-size:19px}.draft-preview-banner span{font-size:13px;line-height:1.55;text-align:right}.legal-language{display:none!important}html.lang-zh-TW .legal-language.legal-zh,html.lang-en .legal-language.legal-en,html.lang-fr .legal-language.legal-fr,html[data-lang=zh-TW] .legal-language.legal-zh,html[data-lang=en] .legal-language.legal-en,html[data-lang=fr] .legal-language.legal-fr{display:block!important}.legal-language[hidden]{display:none!important}.legal-card{font-size:16px;line-height:1.78}.legal-card h1{margin:8px 0;font-size:clamp(42px,6vw,64px);line-height:1.08}.legal-card h2{font-size:clamp(24px,3.2vw,32px);line-height:1.25}.legal-card p,.legal-card li{color:#66513f}.legal-card a{text-decoration:underline;text-underline-offset:3px}.legal-updated{font-size:13px;color:#8a735d!important}@media(max-width:1080px){.admin-topbar,.admin-workflow-card,.backup-overview{grid-template-columns:1fr}.admin-topbar{display:grid}.admin-top-actions{justify-content:flex-start}.admin-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-field-grid.three{grid-template-columns:1fr 1fr}}@media(max-width:760px){.admin-shell{padding:12px}.admin-topbar{padding:20px;border-radius:22px}.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;display:flex;overflow-x:auto;gap:6px;padding:10px}.admin-tab-btn{width:auto;min-width:max-content;text-align:center;padding:10px 12px}.admin-grid,.admin-field-grid,.admin-field-grid.three,.admin-stat-grid,.admin-health-grid,.backup-summary,.admin-quick-actions{grid-template-columns:1fr}.admin-top-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.admin-top-actions .btn{justify-content:center}.admin-editor-section{padding:16px}.admin-save-actions,.backup-item,.draft-preview-banner{align-items:stretch;flex-direction:column}.draft-preview-banner span{text-align:left}.admin-table{min-width:680px}.admin-card{padding:18px}.legal-card{padding:26px 20px}}.page-shell>.about-title-card{display:block!important;min-height:0!important;padding:38px 42px!important;margin-bottom:28px!important}.about-title-card h1{margin:10px 0 0!important;line-height:1!important}.about-brand-title{display:block;font-family:var(--font-serif);font-size:clamp(52px,7vw,96px);font-weight:650;letter-spacing:-.035em;color:#493526}.about-brand-subtitle{display:block;margin-top:22px;font-family:var(--font-serif);font-size:clamp(24px,2.3vw,38px);font-weight:650;letter-spacing:.08em;color:#92704d}.page-shell>.about-banner{width:100%;margin:0 0 34px!important;border-radius:34px;overflow:hidden}.page-shell>.about-banner img{display:block;width:100%!important;height:auto!important;aspect-ratio:1600/533;object-fit:cover;object-position:center}.page-shell>.about-banner .about-banner-note{left:5.5%;top:22%;max-width:min(38%,620px)!important}@media(max-width:980px){.page-shell>.about-title-card{padding:30px 28px!important}.about-brand-title{font-size:clamp(44px,9vw,70px)}.page-shell>.about-banner .about-banner-note{position:relative;left:auto;top:auto;max-width:none!important;margin:14px;padding:20px;background:#fffaf0db}}@media(max-width:640px){.page-shell>.about-title-card{padding:26px 20px!important;margin-bottom:20px!important}.about-brand-title{font-size:clamp(38px,12vw,54px)}.about-brand-subtitle{margin-top:14px;font-size:24px}.page-shell>.about-banner{border-radius:24px}.page-shell>.about-banner img{aspect-ratio:1.45/1;object-position:70% center}}body[data-page=about] .page-shell{width:min(100%,1580px)!important;max-width:1580px!important;padding-left:28px!important;padding-right:28px!important}body[data-page=about] .page-shell>.about-title-card{padding:48px 54px!important;margin-top:30px!important;margin-bottom:28px!important}body[data-page=about] .about-brand-title{font-size:clamp(70px,6.1vw,104px)!important;line-height:.98!important;white-space:nowrap!important;letter-spacing:-.04em!important}body[data-page=about] .about-brand-subtitle{margin-top:26px!important;font-size:clamp(28px,2.25vw,40px)!important}body[data-page=about] .page-shell>.about-banner{margin-bottom:38px!important}body[data-page=about] .page-shell>.about-banner img{aspect-ratio:1600/510!important;min-height:430px!important;object-position:center!important}body[data-page=about] .page-shell>.about-banner .about-banner-note{left:5.8%!important;top:24%!important;max-width:min(39%,640px)!important;padding:24px 28px!important}body[data-page=about] .about-columns{gap:28px!important}@media(max-width:1320px){body[data-page=about] .about-brand-title{font-size:clamp(60px,6.4vw,86px)!important}}@media(max-width:980px){body[data-page=about] .page-shell{padding-left:18px!important;padding-right:18px!important}body[data-page=about] .about-brand-title{white-space:normal!important;font-size:clamp(48px,9vw,72px)!important}body[data-page=about] .page-shell>.about-banner img{min-height:0!important;aspect-ratio:1.45/1!important;object-position:70% center!important}}@media(max-width:640px){body[data-page=about] .page-shell{padding-left:12px!important;padding-right:12px!important}body[data-page=about] .page-shell>.about-title-card{padding:28px 22px!important}body[data-page=about] .about-brand-title{font-size:clamp(40px,12vw,56px)!important}}body[data-page=article] .article-layout{width:min(100%,1180px)!important;max-width:1180px!important;padding:24px 24px 72px!important}body[data-page=article] .article-weather-slot,body[data-page=article] .article-hero.article-hero-textonly,body[data-page=article] .article-main-grid,body[data-page=article] .article-affiliate-section,body[data-page=article] .related-articles-section,body[data-page=article] .draft-preview-banner,body[data-page=article] .article-narration-card{width:100%!important;max-width:1080px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}body[data-page=article] .article-hero.article-hero-textonly{margin-top:22px!important;margin-bottom:28px!important;border-radius:30px!important}body[data-page=article] .article-hero-textonly .article-hero-copy{width:100%!important;max-width:none!important;margin:0!important;padding:46px 54px 44px!important;text-align:left!important}body[data-page=article] .article-hero-textonly .kicker{text-align:left!important}body[data-page=article] .article-hero-textonly h1{max-width:870px!important;margin:13px 0 15px!important;font-size:clamp(43px,4.25vw,66px)!important;line-height:1.1!important;text-align:left!important;text-wrap:pretty!important}body[data-page=article] .article-hero-textonly .hero-sub{max-width:800px!important;margin:0!important;font-size:18px!important;line-height:1.78!important;text-align:left!important}body[data-page=article] .article-hero-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding-right:68px}body[data-page=article] .article-hero-meta .tags{justify-content:flex-start!important;margin:0!important}body[data-page=article] .article-updated-date{flex:0 0 auto;color:#846c53;font-size:13px;font-weight:800;white-space:nowrap}body[data-page=article] .article-hero.article-hero-textonly:after{right:42px!important;top:36px!important;width:145px!important;height:120px!important;opacity:.04!important}body[data-page=article] .article-main-grid{display:grid;grid-template-columns:232px minmax(0,1fr);gap:46px;align-items:start;margin-top:0!important;margin-bottom:54px!important}body[data-page=article] .article-main-grid.without-index{grid-template-columns:minmax(0,780px);justify-content:center}body[data-page=article] .article-index-card{position:sticky;top:96px;width:auto!important;max-width:none!important;margin:0!important;padding:20px 18px!important;border-radius:22px!important;box-shadow:0 14px 34px #6f58350e!important;max-height:calc(100vh - 124px);overflow:auto!important;scrollbar-width:thin}body[data-page=article] .article-index-card:before{inset:8px!important;border-radius:17px!important}body[data-page=article] .article-index-title{margin-bottom:13px;padding:0 4px}body[data-page=article] .article-index-title .kicker{font-size:10px!important;letter-spacing:.15em!important}body[data-page=article] .article-index-title h2{margin:5px 0 0!important;font-family:var(--font-serif);font-size:24px!important;line-height:1.2!important;color:#4b3828}body[data-page=article] .article-index-list{display:grid!important;gap:7px!important}body[data-page=article] .article-index-card li a{gap:9px!important;padding:9px 10px!important;border-radius:14px!important;font-size:14px!important;line-height:1.45!important;font-weight:750!important}body[data-page=article] .article-index-card li span{min-width:24px;font-size:11px!important}body[data-page=article] .article-index-list ul{margin:6px 0 0 22px!important;gap:5px!important}body[data-page=article] .article-index-list ul a{padding:7px 9px!important;font-size:13px!important}body[data-page=article] .article-content{width:100%!important;max-width:none!important;margin:0!important;font-size:18px!important;line-height:1.95!important}body[data-page=article] .article-content>.block:first-child h2,body[data-page=article] .article-content>h2:first-child{margin-top:0!important}body[data-page=article] .article-content p.block{margin:0 0 25px!important;font-size:18px!important;line-height:1.95!important}body[data-page=article] .article-content h2{margin:52px 0 17px!important;font-size:clamp(31px,2.8vw,42px)!important;line-height:1.24!important}body[data-page=article] .article-content h3.article-subheading{margin:34px 0 13px!important;font-size:clamp(23px,2vw,29px)!important;line-height:1.35!important}body[data-page=article] .article-content .note-block,body[data-page=article] .article-content .quote-block,body[data-page=article] .article-content .article-table-block,body[data-page=article] .article-content .public-affiliate-card{width:100%!important;max-width:none!important;box-sizing:border-box!important}body[data-page=article] .article-affiliate-section,body[data-page=article] .related-articles-section{margin-top:0!important;margin-bottom:58px!important}body[data-page=article] .article-section-heading{margin-bottom:18px}body[data-page=article] .article-section-heading h2{margin:6px 0 0;font-size:clamp(30px,2.7vw,42px);line-height:1.2}@media(max-width:920px){body[data-page=article] .article-main-grid{grid-template-columns:1fr;gap:26px}body[data-page=article] .article-index-card{position:relative;top:auto;width:100%!important;max-height:none;overflow:visible!important}body[data-page=article] .article-index-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){body[data-page=article] .article-layout{padding:14px 14px 54px!important}body[data-page=article] .article-hero.article-hero-textonly{margin:14px 0 22px!important;border-radius:25px!important}body[data-page=article] .article-hero-textonly .article-hero-copy{padding:32px 22px 31px!important}body[data-page=article] .article-hero-textonly h1{font-size:clamp(36px,10.4vw,51px)!important}body[data-page=article] .article-hero-textonly .hero-sub{font-size:16px!important;line-height:1.72!important}body[data-page=article] .article-hero-meta{align-items:flex-start;flex-direction:column;gap:12px;padding-right:0}body[data-page=article] .article-updated-date{white-space:normal}body[data-page=article] .article-main-grid{margin-bottom:40px!important}body[data-page=article] .article-index-card{padding:18px 16px!important}body[data-page=article] .article-index-list{grid-template-columns:1fr}body[data-page=article] .article-content,body[data-page=article] .article-content p.block{font-size:16.5px!important;line-height:1.9!important}body[data-page=article] .article-content h2{margin-top:43px!important;font-size:clamp(29px,8.6vw,38px)!important}}body[data-page=article] .related-editorial-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}body[data-page=article] .related-editorial-grid .post-card{min-height:300px!important;border-radius:24px!important;box-shadow:0 14px 34px #6f583517!important}body[data-page=article] .related-editorial-grid .post-card:hover{transform:translateY(-3px)!important;box-shadow:0 20px 44px #6f583521!important}body[data-page=article] .related-editorial-grid .post-image{height:118px!important;min-height:118px!important}body[data-page=article] .related-editorial-grid .post-body{padding:15px 15px 16px!important;gap:8px!important}body[data-page=article] .related-editorial-grid .tags{gap:5px!important}body[data-page=article] .related-editorial-grid .tag{padding:4px 7px!important;font-size:10.5px!important;line-height:1.2!important}body[data-page=article] .related-editorial-grid .post-title{font-size:20px!important;line-height:1.2!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body[data-page=article] .related-editorial-grid .post-excerpt{font-size:12.5px!important;line-height:1.5!important;-webkit-line-clamp:2!important}body[data-page=article] .related-editorial-grid .post-meta{font-size:11px!important;gap:5px!important;margin-top:auto!important}body[data-page=article] .related-editorial-grid .favorite-btn{width:33px!important;height:33px!important;right:10px!important;top:10px!important;font-size:15px!important}@media(max-width:1100px){body[data-page=article] .related-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-page=article] .related-editorial-grid .post-card:last-child{display:flex!important}}@media(max-width:680px){body[data-page=article] .related-editorial-grid{grid-template-columns:1fr!important;gap:12px!important}body[data-page=article] .related-editorial-grid .post-card{display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;min-height:142px!important}body[data-page=article] .related-editorial-grid .post-image{height:100%!important;min-height:142px!important}body[data-page=article] .related-editorial-grid .post-body{padding:14px!important}body[data-page=article] .related-editorial-grid .post-title{font-size:18px!important;-webkit-line-clamp:2!important}body[data-page=article] .related-editorial-grid .post-excerpt{display:-webkit-box!important;font-size:12px!important;-webkit-line-clamp:2!important}}
