:root{--bg:#f8f9fb;--bg-2:#ebeef5;--card:#fff;--card-2:#ebeef5;--line:#dbdfe9;--line-2:#adb6cb;--fg:#182543;--fg-2:#2c447c;--muted:#3a5aa6;--dim:#3b5ca9;--accent:#283f73;--accent-soft:#e3e7f1;--r:18px;--r-sm:12px;color-scheme:light}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}body{background:var(--bg);color:var(--fg);margin:0;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{max-width:1200px;margin:0 auto;padding:0 24px}.muted{color:var(--muted)}.site-header{top:env(safe-area-inset-top,0px);z-index:30;-webkit-backdrop-filter:saturate(160%)blur(14px);border-bottom:1px solid var(--line);background:#0b0b0db8;position:sticky}.site-header .wrap{align-items:center;gap:32px;height:68px;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:8px;font-size:1.35rem;font-weight:800;display:inline-flex}.brand i{background:var(--accent);width:10px;height:10px;box-shadow:0 0 18px var(--accent);border-radius:50%}.brand span{color:var(--muted);font-weight:600}.nav{white-space:nowrap;scrollbar-width:none;gap:4px;margin-left:auto;display:flex;overflow-x:auto}.nav::-webkit-scrollbar{display:none}.nav a{color:var(--fg-2);border-radius:999px;padding:8px 12px;font-size:.92rem;font-weight:500;transition:background .15s,color .15s}.hero{background:var(--card);border:1px solid var(--line);border-radius:24px;align-items:flex-end;min-height:520px;margin:28px 0 8px;display:flex;position:relative;overflow:hidden}.hero .hero-img{object-fit:cover;width:100%;height:100%;transition:transform .8s;position:absolute;inset:0;transform:scale(1.02)}.hero:hover .hero-img{transform:scale(1.06)}.hero .hero-img.empty .icon{opacity:.28;filter:blur(1px);border-radius:24px;width:260px;height:195px}.hero .hero-img.empty .label{display:none}.hero .shade{background:linear-gradient(#0b0b0d0d 20%,#0b0b0d8c 60%,#0b0b0df5 100%);position:absolute;inset:0}.hero .body{max-width:760px;padding:40px;position:relative}.hero h1{letter-spacing:-.025em;margin:14px 0 12px;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.15}.hero p{color:var(--fg-2);max-width:620px;margin:0;font-size:1.05rem}.pill{color:var(--accent);background:var(--accent-soft);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.meta{color:var(--muted);align-items:center;gap:10px;font-size:.82rem;display:flex}.meta time{color:var(--dim);font-variant-numeric:tabular-nums}.section-head{justify-content:space-between;align-items:baseline;margin:44px 0 18px;display:flex}.section-head h1,.section-head h2{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.section-head .more{color:var(--muted);font-size:.9rem}.section-head .more:hover{color:var(--fg)}.grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);flex-direction:column;transition:border-color .2s,transform .2s,background .2s;display:flex;overflow:hidden}.card:hover{border-color:var(--line-2);background:var(--card-2);transform:translateY(-2px)}.card .thumb{aspect-ratio:16/10;object-fit:cover;background:var(--card-2);width:100%;transition:transform .5s}.card:hover .thumb{transform:scale(1.03)}.card .thumb-wrap{overflow:hidden}.empty{background:radial-gradient(120% 90% at 20% 0%, hsl(var(--h) 60% 34% / .9), transparent 60%), radial-gradient(100% 80% at 90% 100%, hsl(calc(var(--h) + 50) 55% 30% / .8), transparent 60%), var(--card-2);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.empty .icon{object-fit:cover;border-radius:10px;width:96px;height:72px;box-shadow:0 10px 30px #00000080,0 0 0 1px #ffffff1f}.empty .label{color:#ffffffb3;letter-spacing:.04em;font-size:.8rem;font-weight:600}.card .body{flex-direction:column;gap:10px;padding:16px 18px 18px;display:flex}.card h3{letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.card p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.88rem;line-height:1.6;display:-webkit-box;overflow:hidden}.pager{justify-content:center;gap:12px;margin:44px 0;display:flex}.pager a,.pager span{border:1px solid var(--line);color:var(--fg-2);border-radius:999px;padding:10px 18px;font-size:.92rem}.pager a:hover{border-color:var(--line-2);color:var(--fg);background:#ffffff0d}.pager span{visibility:hidden}.post{max-width:760px;margin:0 auto;padding-top:36px}.post-title{letter-spacing:-.025em;margin:14px 0 18px;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;line-height:1.2}.post-hero{border-radius:var(--r);border:1px solid var(--line);margin:28px 0;overflow:hidden}.post-hero img{object-fit:cover;width:100%;max-height:460px}.post-content{color:var(--fg-2);word-break:break-word;margin-top:28px;font-size:1.08rem;line-height:1.9}.post-content p{margin:1.2em 0}.post-content strong{color:var(--fg)}.post-content img{border-radius:var(--r-sm);margin:26px auto}.post-content h2{color:var(--fg);letter-spacing:-.02em;margin:2.2em 0 .7em;font-size:1.5rem;line-height:1.3}.post-content h3{color:var(--fg);margin:1.8em 0 .6em;font-size:1.2rem}.post-content a{color:var(--accent)}.post-content a:hover{text-decoration:underline}.post-content blockquote{border-left:3px solid var(--accent);background:var(--card);border-radius:0 var(--r-sm) var(--r-sm) 0;color:var(--muted);margin:1.4em 0;padding:14px 20px}.post-content pre{background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);padding:16px;font-size:.9rem;line-height:1.6;overflow-x:auto}.post-content code{background:var(--card-2);border-radius:6px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.post-content pre code{background:0 0;padding:0}.post-content ul,.post-content ol{padding-left:1.4em}.post-content li{margin:.35em 0}.post-content table{border-collapse:collapse;width:100%;font-size:.95rem;display:block;overflow-x:auto}.post-content td,.post-content th{border:1px solid var(--line);padding:8px 12px}.post-content th{background:var(--card);color:var(--fg)}.post-content iframe{border-radius:var(--r-sm);max-width:100%}.post-content hr{border:0;border-top:1px solid var(--line);margin:2.6em 0}.taglist{flex-wrap:wrap;gap:8px;margin:36px 0 0;display:flex}.taglist a{color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:5px 12px;font-size:.82rem}.taglist a:hover{color:var(--fg);border-color:var(--line-2)}.post-nav{grid-template-columns:1fr 1fr;gap:14px;margin:44px 0;display:grid}.post-nav a{background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);padding:16px 18px;font-weight:500;line-height:1.45;display:block}.post-nav a:hover{border-color:var(--line-2);background:var(--card-2)}.post-nav small{color:var(--dim);margin-bottom:6px;font-size:.75rem;display:block}.post-nav .next{text-align:right}.site-footer{border-top:1px solid var(--line);color:var(--muted);margin-top:80px;padding:36px 0;font-size:.88rem}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.site-footer a:hover{color:var(--fg)}@media (width<=960px){.grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.wrap{padding:0 16px}.grid{grid-template-columns:1fr;gap:16px}.hero{border-radius:18px;min-height:400px;margin-top:16px}.hero .body{padding:22px}.site-header .wrap{gap:14px;height:60px}.post-nav{grid-template-columns:1fr}.post-nav .next{text-align:left}}html{scroll-behavior:smooth;scroll-padding-top:100px}[hidden]{display:none!important}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}:focus-visible{outline-offset:5px;outline:3px solid #a67736}.sr-only,.skip-link:not(:focus){clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link:focus{z-index:100;background:#fff;padding:10px;position:fixed;top:10px;left:10px}.wrap{max-width:1200px;padding-inline:36px}.site-header{border-color:var(--line);background:#fffffff5}.site-header .wrap{height:82px}.brand{flex-shrink:0;gap:10px}.brand-mark{background:#233765;border-radius:10px;place-items:center;width:33px;height:33px;font-size:28px;line-height:1;display:grid;color:#fff!important;font-weight:400!important}.brand strong{letter-spacing:-1px;font-size:25px}.brand strong span{color:#63749d;font-weight:700}.brand small{color:var(--muted);border-left:1px solid var(--line);letter-spacing:1px;margin-left:8px;padding-left:16px;font-size:12px;font-weight:400}.nav{align-items:center;gap:16px}.nav a{border-radius:7px;padding:8px 10px;font-size:13px}.nav .nav-start{border:1px solid #c1c8d8;margin-left:14px;padding:8px 16px}.nav-start span{margin-left:10px}.welcome{grid-template-columns:1.25fr 1fr;align-items:center;gap:28px;padding:62px 0 47px;display:grid}.eyebrow{color:#304b89;letter-spacing:2px;align-items:center;gap:9px;font-size:12px;display:flex}.eyebrow>span{background:#3f61b2;border-radius:100%;width:6px;height:6px}.welcome h1{letter-spacing:-2px;margin:20px 0;font-size:clamp(38px,4.5vw,58px);font-weight:700;line-height:1.38}.highlight{color:#334f91;white-space:nowrap;position:relative}.highlight:after{content:"";z-index:-1;background:#d2d7e3;border-radius:50%;height:7px;position:absolute;bottom:1px;left:1px;right:8px;transform:rotate(-3deg)}.intro{color:var(--muted);margin-bottom:27px;font-size:14px;line-height:1.95}.search-box{background:#fff;border:1px solid #c4cbda;border-radius:10px;align-items:center;gap:12px;max-width:540px;padding:7px 7px 7px 17px;display:flex;box-shadow:0 5px 20px #1e2f5610}.search-box>svg{color:#7584a8;flex-shrink:0}.search-box input{width:100%;min-width:0;color:var(--fg);background:0 0;border:0;outline:none;padding:8px 0;font-size:13px}.search-box:focus-within{outline-offset:3px;outline:2px solid #4266ba}.search-box button{color:#fff;white-space:nowrap;background:#253969;border:0;border-radius:6px;padding:10px 18px;font-size:13px}.search-box button:hover{background:#1c2c51}.search-box button span{padding-left:12px}.quick-search{color:var(--muted);flex-wrap:wrap;gap:16px;margin-top:13px;font-size:11px;display:flex}.quick-search>span{color:#6d7ea4}.quick-search a:hover{text-decoration:underline}.journey-art{height:390px;margin-top:12px;position:relative}.globe-art{width:100%;height:100%}.art-caption,.art-bottom{letter-spacing:2.6px;color:#4165ba;text-align:center;font-size:8px;position:absolute;left:0;right:0}.art-caption{top:0}.art-bottom{letter-spacing:1.7px;bottom:0}.art-note{background:#fffdf8;border:1px solid #d5d9e4;border-radius:9px;align-items:center;gap:12px;padding:12px 16px;font-size:12px;display:flex;position:absolute;transform:rotate(-5deg);box-shadow:0 6px 18px #1c2c500a}.art-note>span{color:#355295;background:#e6eaf3;border-radius:8px;place-items:center;width:31px;height:31px;font-size:21px;display:grid}.art-note small{color:#6879a0;margin-top:3px;font-size:8px;display:block}.note-one{top:88px;left:-6px}.note-two{bottom:56px;right:-3px;transform:rotate(5deg)}.note-two>span{color:#b08a46;background:#f6eedb}.principles{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#38579f;align-items:center;gap:32px;padding:17px 0;font-size:11px;display:flex}.principles i{color:#3d5fae;margin-right:6px;font-style:normal}.principles-end{color:#6c7da3;margin-left:auto}.principles-end>span{margin-left:13px}.home-section{margin-top:55px;scroll-margin-top:105px}.section-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px;display:flex}.section-kicker{letter-spacing:2.1px;color:#4064b8;margin-bottom:8px;font-size:9px;font-weight:600}.section-heading h2{letter-spacing:-.6px;margin:0;font-size:25px;font-weight:650;line-height:1.5}.section-heading p{color:var(--muted);margin:7px 0 0;font-size:12px}.text-link{color:#324e90;white-space:nowrap;font-size:12px}.text-link:hover{text-decoration:underline}.text-link span{margin-left:12px}.region-tabs{gap:9px;margin-bottom:20px;display:flex}.region-tabs button{color:#3a5aa5;background:0 0;border:1px solid #0000;border-radius:6px;padding:6px 17px;font-size:12px}.region-tabs button.active{color:#243968;background:#dfe4ef;border-color:#d1d7e3}.region-tabs button:hover{background:#e8ecf4}.destination-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.destination-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:20px 21px 14px;transition:transform .2s,border-color .2s;display:block}.destination-card:hover{border-color:#7a89ab;transform:translateY(-3px)}.destination-top{color:#808fb0;justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.destination-top img{object-fit:cover;border-radius:3px;width:34px;height:24px;box-shadow:0 0 0 1px #0000000a}.destination-card h3,.destination-card h2{margin:0;font-size:17px;font-weight:600}.destination-card h3 span{color:#7281a6;margin-top:1px;font-family:Inter,sans-serif;font-size:10px;font-weight:400;display:block}.destination-card p{color:#4064b8;white-space:nowrap;margin:12px 0 17px;font-size:10px}.destination-foot{color:#6a7aa1;border-top:1px solid #e5e9f3;justify-content:space-between;margin-top:12px;padding-top:10px;font-size:10px;display:flex}.guide-grid,.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.guide-card{background:#e8ecf4;border:1px solid #d6dae5;border-radius:10px;padding:25px}.guide-card:nth-child(2){background:#f5f2e9;border-color:#e8e2d5}.guide-card:nth-child(3){background:#eaedf5;border-color:#d9dde7}.guide-top{color:#7686aa;letter-spacing:1px;justify-content:space-between;align-items:center;font-size:9px;display:flex}.guide-icon{color:#314d8d;font-size:22px}.guide-card h3{margin:18px 0 9px;font-size:18px}.guide-card p{color:#3e61b1;max-width:260px;margin:0;font-size:12px;line-height:1.9}.guide-link{color:#2d457f;justify-content:space-between;margin-top:24px;font-size:11px;display:flex}.guide-card:hover .guide-link{text-decoration:underline}.resource-section{background:#ebeef5;border:1px solid #dee2eb;border-radius:12px;padding:30px}.source-label{color:#3c5da9;white-space:nowrap;border:1px solid #d0d5e1;border-radius:5px;padding:5px 10px;font-size:10px}.resource-card{background:#fff;border:1px solid #dadee8;border-radius:8px;padding:20px}.resource-card:hover{border-color:#7786aa}.resource-top{color:#37569e;letter-spacing:1px;justify-content:space-between;font-size:12px;font-weight:600;display:flex}.resource-card h3{margin:15px 0 6px;font-size:14px}.resource-card p{color:#4165ba;margin:0 0 13px;font-size:11px}.resource-card small{color:#7080a5;font-size:9px}.article-list{border-top:1px solid var(--line)}.article-list>a{border-bottom:1px solid var(--line);align-items:center;gap:22px;padding:21px 0;display:flex}.article-list>a:hover{background:#e9ecf4}.article-category{text-align:center;color:#3a5aa6;background:#e5e9f3;border-radius:4px;min-width:64px;padding:4px 8px;font-size:10px}.article-list h3,.article-list h2{flex:1;margin:0;font-size:14px;font-weight:500}.article-list time{color:#7080a5;white-space:nowrap;font-size:10px}.article-list>a>span:last-child{color:#63749d;margin-right:8px}.search-results h2{font-size:15px}.closing-note{background:#e5e9f2;border-radius:10px;align-items:center;gap:23px;margin-top:55px;padding:29px 32px;display:flex}.closing-note>span{color:#3e61b2;font-size:39px}.closing-note h2{margin:0 0 4px;font-size:17px}.closing-note p{color:#65769e;margin:0;font-size:12px}.closing-note>a{white-space:nowrap;margin-left:auto;font-size:12px}.site-footer{margin-top:55px;padding:26px 0;font-size:11px}.site-footer strong{color:var(--fg);font-size:15px}.site-footer small{color:#6d7da3;font-size:10px}@media (width<=960px){.brand small{display:none}.nav{gap:5px}.welcome h1{font-size:44px}.journey-art{height:330px}.art-note{padding:9px}.note-one{left:0}.note-two{right:0}.principles{gap:22px}.principles-end{display:none}.destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.destination-card p{font-size:12px}.guide-card{padding:20px}.resource-section{padding:23px}}@media (width<=640px){.wrap{padding-inline:20px}.site-header .wrap{flex-wrap:wrap;gap:8px;height:auto;min-height:72px;padding-block:13px}.brand strong{font-size:22px}.brand-mark{width:28px;height:28px;font-size:23px}.nav{gap:1px;margin:0 0 0 auto}.nav a{padding:6px 7px;font-size:11px}.nav .nav-start{display:none}.welcome{grid-template-columns:1fr;gap:15px;padding:35px 0 27px}.welcome h1{margin-top:18px;font-size:44px}.eyebrow{font-size:10px}.intro{font-size:12px}.journey-art{display:none}.search-box{gap:8px;padding-left:12px}.search-box button{padding:10px 12px}.quick-search{gap:12px}.principles{justify-content:space-between;gap:8px;padding-block:14px;font-size:9px}.principles i{margin-right:2px}.home-section{margin-top:35px}.section-heading{align-items:flex-start;gap:12px}.section-heading h2{font-size:21px}.section-heading p{font-size:11px}.section-kicker{font-size:8px}.text-link{margin-top:28px;font-size:10px}.destination-grid{gap:10px}.destination-card{padding:15px 13px 12px}.destination-card p{white-space:normal;min-height:34px;margin-bottom:7px;font-size:10px}.destination-card h3{font-size:16px}.region-tabs{gap:4px}.region-tabs button{padding:6px 12px;font-size:11px}.guide-grid,.resource-grid{grid-template-columns:1fr;gap:12px}.guide-card{padding:20px}.guide-card h3{margin-top:10px}.guide-card p{max-width:none}.guide-link{margin-top:16px}.resource-section{padding:20px}.source-label{display:none}.article-list>a{flex-wrap:wrap;gap:12px;padding:16px 0}.article-list h3,.article-list h2{min-width:calc(100% - 95px);font-size:12px}.article-list time{margin-left:76px}.article-list>a>span:last-child{margin-left:auto}.closing-note{flex-wrap:wrap;gap:15px;margin-top:35px;padding:20px}.closing-note h2{font-size:14px}.closing-note>span{display:none}.closing-note>a{margin-left:0}.site-footer{margin-top:35px}.section-heading .text-link{max-width:90px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}.preview-ribbon{color:#3e61b2;align-items:center;gap:12px;padding-top:22px;font-size:12px;display:flex}.preview-ribbon>span{color:#2b437c;background:#dfe4ef;border:1px solid #d1d6e2;border-radius:4px;padding:2px 8px;font-size:10px}.preview-ribbon a{color:#2e4782;margin-left:auto}.tool-hero{grid-template-columns:1.2fr 1fr;gap:70px;padding:46px 0 48px}.tool-hero h1{font-size:clamp(38px,4.2vw,54px)}.hero-actions{align-items:center;gap:26px;margin:28px 0 18px;display:flex}.primary-action{color:#fff;cursor:pointer;background:#243968;border:0;border-radius:8px;justify-content:center;align-items:center;gap:25px;padding:14px 22px;font-size:14px;font-weight:500;display:inline-flex}.primary-action:hover{background:#1c2c50}.secondary-action{color:#314c8b;font-size:13px}.hero-reassurance{color:#4165b9;gap:16px;font-size:10px;display:flex}.plan-preview{background:#fff;border:1px solid #d6dbe6;border-radius:14px;padding:25px;position:relative;box-shadow:0 18px 50px #2235600a}.plan-preview:before{content:"";z-index:-1;background:#e5e9f3;border-radius:16px;position:absolute;inset:-12px 16px 12px -12px;transform:rotate(-3deg)}.plan-title{align-items:center;gap:12px;font-size:16px;font-weight:600;display:flex}.plan-symbol{color:#3a5aa6;background:#e4e8f2;border-radius:9px;place-items:center;width:39px;height:39px;font-size:25px;display:grid}.plan-title small{letter-spacing:1.2px;color:#6e7fa5;margin-top:3px;font-size:7px;font-weight:400;display:block}.demo-label{color:#4063b5;white-space:nowrap;border:1px solid #dce0e9;border-radius:4px;margin-left:auto;padding:3px 7px;font-size:9px;font-weight:400}.sample-profile{gap:8px;margin:22px 0;display:flex}.sample-profile span{color:#3e60af;background:#edf0f7;border-radius:4px;padding:4px 8px;font-size:10px}.plan-caption{color:#6778a0;margin-bottom:7px;font-size:11px}.plan-step{border-bottom:1px solid #e5e9f2;align-items:center;gap:13px;padding:17px 0;display:flex}.plan-step>span:first-child{color:#7a89ab;font-size:11px}.plan-step strong{font-size:13px;font-weight:550}.plan-step p{color:#6e7ea4;margin:3px 0 0;font-size:10px}.step-check,.step-arrow{color:#3f62b4;margin-left:auto}.step-check{text-align:center;background:#e6eaf3;border-radius:50%;width:20px;height:20px;font-size:11px}.plan-bottom{color:#6778a0;align-items:center;gap:7px;margin-top:19px;font-size:9px;display:flex}.live-dot{background:#6a7aa1;border-radius:50%;width:5px;height:5px}.journey-strip{border-block:1px solid var(--line);color:#3958a2;align-items:center;gap:34px;padding:19px 0;font-size:12px;display:flex}.journey-strip b{color:#8391b2;margin-right:8px;font-size:10px;font-weight:400}.journey-strip i{color:#94a0bc;font-style:normal}.journey-tail{color:#6879a0;margin-left:auto;font-size:11px}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.tool-card{background:#fff;border:1px solid #d8dde7;border-radius:12px;padding:25px;transition:border-color .2s,transform .2s}.tool-card:hover{border-color:#7686aa;transform:translateY(-2px)}.featured-tool{background:#e7eaf3;border-color:#c9cfdd}.tool-card-top{justify-content:space-between;align-items:center;display:flex}.tool-symbol{color:#36549b;font-size:26px}.tool-badge{color:#355295;background:#d4d9e4;border-radius:4px;padding:4px 8px;font-size:9px}.tool-badge.neutral{color:#7786aa;background:#eceff6}.tool-card h3{margin:21px 0 9px;font-size:20px}.tool-card p{color:#4165b8;margin:0;font-size:12px;line-height:1.9}.tool-card-footer{color:#6f7fa5;border-top:1px solid #d8dce6;justify-content:space-between;align-items:center;gap:8px;margin-top:23px;padding-top:18px;font-size:10px;display:flex}.tool-card-footer b{color:#2d4680;font-size:11px;font-weight:500}.tool-page-header{color:#4165b8;justify-content:space-between;padding:28px 0;font-size:12px;display:flex}.assessment-layout{grid-template-columns:1fr 1.4fr;gap:90px;max-width:1000px;margin:35px auto 90px;display:grid}.assessment-intro h1{margin:15px 0 20px;font-size:36px;line-height:1.5}.assessment-intro>p{color:#63749d;font-size:14px;line-height:2}.prototype-note{color:#4064b8;border-left:2px solid #c3c9d9;max-width:300px;margin:40px 0 20px;padding-left:16px;font-size:12px}.prototype-note p{font-size:12px;line-height:1.9}.assessment-intro>a{color:#314c8b;font-size:12px}.assessment-panel{background:#fff;border:1px solid #d7dce6;border-radius:14px;min-width:0;padding:32px}.assessment-progress{color:#6778a0;justify-content:space-between;font-size:11px;display:flex}progress{accent-color:#4063b5;border:0;border-radius:5px;width:100%;height:5px;margin:16px 0 30px}progress::-webkit-progress-bar{background:#e5e9f2;border-radius:5px}progress::-webkit-progress-value{background:#4063b5;border-radius:5px}fieldset{border:0;min-width:0;margin:0;padding:0}legend{font-size:23px;font-weight:600;line-height:1.5}fieldset>p{color:#6e7ea4;margin:8px 0 22px;font-size:12px}.option-stack{gap:10px;display:grid}.option-stack label{cursor:pointer;border:1px solid #d8dce6;border-radius:8px;align-items:center;gap:12px;padding:15px;display:flex}.option-stack input{accent-color:#2e4782}.option-stack strong{font-size:14px;font-weight:500}.option-stack small{color:#6d7ea4;margin-top:4px;font-size:11px;display:block}.option-stack b{color:#818fb0;margin-left:auto;font-weight:400}.assessment-controls{justify-content:space-between;gap:15px;margin-top:28px;display:flex}.assessment-controls .primary-action{margin-left:auto}.back-button{color:#3f62b4;cursor:pointer;background:0 0;border:0;padding:10px 0;font-size:13px}.result-block{background:#eff1f7;border-radius:8px;margin:20px 0;padding:18px}.result-block h3{margin:0 0 8px;font-size:15px}.result-block p,.result-block li,#result-summary{color:#3b5ca9;font-size:13px;line-height:1.9}.result-block ol{margin:0;padding-left:18px}.result-block li{margin:10px 0}.result-caveat{color:#6e7fa5;font-size:11px;line-height:1.9}.result-buttons{align-items:center;gap:22px;margin-top:24px;display:flex}.budget-heading{margin:25px 0 35px}.budget-heading h1{margin:10px 0;font-size:38px}.budget-heading p{color:#65769f;font-size:14px}.budget-layout{grid-template-columns:1.2fr 1fr;gap:35px;margin-bottom:80px;display:grid}.budget-layout h2{margin:0 0 25px;font-size:20px}.budget-layout h2 small{color:#6d7ea4;margin-left:15px;font-size:10px;font-weight:400}.budget-field{justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px;font-size:14px;display:flex}.budget-field small{color:#6e7fa5;margin-top:4px;font-size:11px;display:block}.budget-field input{color:#233764;background:#fafafc;border:1px solid #cfd4e1;border-radius:7px;width:140px;max-width:45%;padding:12px}.budget-summary{background:#e6eaf3;border-radius:13px;align-self:start;min-width:0;padding:32px}.budget-summary output{color:#293f73;overflow-wrap:anywhere;font-size:40px;font-weight:600;display:block}.budget-breakdown{color:#4063b5;border-block:1px solid #d1d7e3;grid-template-columns:1fr auto;gap:16px;margin:25px 0;padding:23px 0;font-size:13px;display:grid}.budget-breakdown b{color:#2e4782;font-weight:500}.budget-summary>p{color:#6e7ea4;font-size:12px;line-height:1.9}.budget-summary>a{color:#2c447c;font-size:12px}#budget-error{color:#9b5f37;font-size:12px}@media (width<=960px){.tool-hero{gap:35px}.tool-hero h1{font-size:42px}.plan-preview{padding:20px}.hero-actions{gap:17px}.hero-reassurance{gap:10px;font-size:9px}.journey-tail{display:none}.tool-card{padding:20px}.tool-card-footer{flex-wrap:wrap}.assessment-layout{gap:35px}.nav{gap:0}.nav .nav-start{margin-left:2px;padding-inline:10px}.nav a{padding-inline:8px}}@media (width<=640px){.preview-ribbon{gap:8px;font-size:10px}.preview-ribbon a{display:none}.tool-hero{grid-template-columns:1fr;gap:30px;padding-top:30px}.tool-hero h1{font-size:39px}.hero-actions{flex-wrap:wrap;gap:18px}.primary-action{padding:12px 18px;font-size:13px}.secondary-action{font-size:12px}.plan-preview{margin:0 5px;padding:20px}.plan-title{font-size:15px}.plan-title small{font-size:7px}.plan-step p{font-size:11px}.journey-strip{justify-content:space-between;gap:5px;font-size:10px}.journey-strip b{margin-right:4px}.tool-grid{grid-template-columns:1fr;gap:12px}.tool-card-footer{flex-wrap:nowrap}.tool-card h3{margin-top:12px}.tool-card p{font-size:13px}.site-header .wrap{gap:10px}.nav{order:2;justify-content:space-between;width:100%}.nav a{padding:5px;font-size:12px}.brand small{display:block}.assessment-layout{grid-template-columns:1fr;gap:25px;margin-top:10px}.assessment-intro h1{margin:10px 0;font-size:29px}.assessment-intro>p{font-size:13px}.prototype-note{max-width:none;margin:20px 0}.assessment-panel{padding:22px}.assessment-progress{font-size:10px}legend{font-size:20px}.option-stack label{padding:13px 10px}.option-stack strong{font-size:13px}.option-stack small{font-size:10px}.result-buttons{flex-wrap:wrap}.tool-page-header{font-size:10px}.budget-layout{grid-template-columns:1fr;gap:20px}.budget-heading h1{font-size:31px}.budget-heading p{font-size:12px}.budget-field{gap:10px;font-size:12px}.budget-field input{width:110px}.budget-summary{padding:24px}.hero-reassurance{flex-wrap:wrap}}.focused-hero{gap:85px;padding:64px 0 46px}.focused-hero .intro{max-width:510px}.focused-hero .hero-actions{margin:25px 0 16px}.focused-hero .hero-reassurance{color:#3e60b0}.simple-sample{box-shadow:none;background:#ebeef6;border-color:#d8dde7;padding:24px 28px}.simple-sample:before{display:none}.simple-sample .plan-title{font-size:15px}.simple-sample .plan-symbol{background:#dce0e9;font-size:21px}.simple-sample .demo-label{background:#f6f8fb}.sample-context{color:#3e61b2;margin:20px 0 7px;font-size:11px}.sample-task{border-bottom:1px solid #d6dbe6;gap:15px;padding:17px 0;display:flex}.sample-task>span{color:#7786aa;margin-top:3px;font-size:11px}.sample-task strong{font-size:14px;font-weight:500}.sample-task p{color:#3f62b3;margin:5px 0 0;font-size:12px}.sample-footnote{color:#6879a1;margin:16px 0 0;font-size:10px}.support-section{border-top:1px solid var(--line);padding-top:27px}.support-section>h2{color:#3f62b3;margin:0 0 15px;font-size:14px;font-weight:500}.support-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.support-card{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:18px;padding:22px;display:flex}.support-card:hover{border-color:#7b8aac}.support-icon{color:#4165b9;background:#eaedf5;border-radius:9px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:25px;display:grid}.support-card h3{margin:0 0 5px;font-size:17px;font-weight:550}.support-card p{color:#66779f;margin:0;font-size:12px}.support-arrow{color:#7281a6;margin-left:auto}.homepage-resource-link{border-top:1px solid var(--line);color:#6678a0;justify-content:center;gap:12px;margin-top:35px;padding:22px 0 0;font-size:12px;display:flex}.homepage-resource-link a{color:#2e4782}.homepage-resource-link a:hover{text-decoration:underline}@media (width<=960px){.focused-hero{gap:35px}.simple-sample{padding:22px}.support-card{gap:13px;padding:18px}.support-card h3{font-size:16px}}@media (width<=640px){.focused-hero{gap:26px;padding:32px 0}.focused-hero .intro{font-size:13px}.simple-sample{margin:0;padding:20px}.sample-task{padding:13px 0}.sample-context{font-size:10px}.support-grid{grid-template-columns:1fr;gap:10px}.support-card{padding:17px}.support-card p{font-size:11px}.support-section{padding-top:23px}.homepage-resource-link{margin-top:25px;font-size:11px}.simple-sample .plan-title{font-size:14px}.simple-sample .demo-label{font-size:9px}}:root{--bg:#f8fafc;--bg-2:#f1f5f9;--card:#fff;--card-2:#eef3ff;--line:#e2e8f0;--line-2:#a5b9ec;--fg:#17243e;--fg-2:#475569;--muted:#64748b;--dim:#64748b;--accent:#2459d3;--accent-soft:#eaf0ff}.site-header{background:#fffffff5}.brand-mark{background:#2459d3}.brand strong{color:#17243e}.brand strong span{color:#2459d3}.brand small,.nav a{color:#526179}.nav a:hover{color:#2459d3;background:#eef3ff}.nav .nav-start{color:#2459d3;border-color:#cad7f6}.primary-action,.search-box button{background:#2459d3;box-shadow:0 4px 10px #2459d315}.primary-action:hover,.search-box button:hover{background:#1c46af}.highlight{color:#2459d3}.highlight:after{background:#dce7ff}.eyebrow,.section-kicker{color:#526581}.eyebrow>span{background:#2459d3}.simple-sample{background:#fff;border-color:#2459d3 #dce4f2 #dce4f2;border-top-style:solid;border-top-width:3px;box-shadow:0 10px 32px #17243e07}.simple-sample .plan-symbol,.support-icon{color:#2459d3;background:#eaf0ff}.simple-sample .demo-label{color:#536887;background:#f1f5fc;border-color:#dae3f2}.sample-task>span{color:#2459d3;background:#eff4ff;border-radius:6px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.sample-task{border-color:#e8edf5}.sample-context,.sample-task p,.sample-footnote,.focused-hero .hero-reassurance,.support-section>h2,.support-card p,.homepage-resource-link,.destination-card p,.destination-card h3 span,.destination-foot,.article-list time,.site-footer small{color:#64748b}.support-card:hover,.destination-card:hover,.resource-card:hover{background:#fcfdff;border-color:#8aa9ed}.support-arrow,.text-link,.homepage-resource-link a,.resource-top{color:#2459d3}.destination-foot{border-color:#e8edf5}.resource-section,.budget-summary{background:#edf3ff;border-color:#d9e4fa}.budget-summary output,.budget-breakdown b{color:#2459d3}.budget-breakdown{border-color:#d5e1f7}.option-stack label:has(input:checked){background:#eef4ff;border-color:#7096e8}.option-stack input,progress{accent-color:#2459d3}progress::-webkit-progress-value{background:#2459d3}progress::-webkit-progress-bar{background:#e8eef9}:focus-visible,.search-box:focus-within{outline-color:#2459d3}.featured-guides{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.featured-guide{background:var(--card);border:1px solid var(--line);border-radius:10px;flex-direction:column;padding:23px;display:flex}.featured-guide:hover{border-color:var(--line-2);background:#fcfdff}.featured-guide-top{color:var(--accent);justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}.featured-guide-top>span:last-child{color:var(--muted);font-size:11px}.featured-guide h3{margin:15px 0 8px;font-size:16px;font-weight:600;line-height:1.7}.featured-guide p{color:var(--muted);margin:0 0 20px;font-size:12px;line-height:1.9}.featured-guide-bottom{border-top:1px solid var(--line);color:var(--accent);justify-content:space-between;gap:12px;margin-top:auto;padding-top:13px;font-size:11px;display:flex}.featured-guide time{color:var(--muted)}@media (width<=640px){.featured-guides{grid-template-columns:1fr;gap:12px}.featured-guide{padding:20px}.featured-guide h3{margin-top:11px}.featured-guide p{margin-bottom:15px}}.compact-destinations{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.compact-destinations .destination-card{border-radius:9px;padding:16px}.compact-destinations .destination-top{justify-content:flex-start;gap:11px;margin-bottom:10px}.compact-destinations .destination-top img{flex-shrink:0;width:30px;height:21px}.compact-destinations h3,.compact-destinations h2{color:var(--fg);min-width:0;font-size:15px;line-height:1.45}.compact-destinations h3 span{margin-top:2px;font-size:10px}.compact-destinations .country-arrow{margin-left:auto;font-size:13px}.compact-destinations .destination-card p{white-space:normal;min-height:0;margin:0 0 10px;font-size:11px;line-height:1.7}.compact-destinations .destination-foot{margin-top:0;padding-top:8px;font-size:10px}@media (width>=780px) and (width<=1050px){.compact-destinations .destination-card{padding:13px}.compact-destinations .destination-top{gap:8px}.compact-destinations .destination-top img{width:26px;height:19px}.compact-destinations .destination-card p{min-height:38px;font-size:10px}}@media (width<=779px){.compact-destinations{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compact-destinations .destination-card{padding:13px}.compact-destinations .destination-top{gap:9px}.compact-destinations .destination-card p{min-height:34px;font-size:10px}.compact-destinations h3,.compact-destinations h2{font-size:14px}.compact-destinations .country-arrow{display:none}}
