*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:#f8f7f4;color:#0b1e40;font-family:Arial,sans-serif}.guide-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:14px clamp(22px,5vw,74px);border-bottom:1px solid #e0dfdc;background:#fff}.guide-brand img{display:block;width:178px;height:auto}.guide-header nav{display:flex;gap:8px}.guide-header nav a{padding:10px 13px;border-radius:8px;color:#58667c;font-size:14px;font-weight:700;text-decoration:none}.guide-header nav a.active,.guide-header nav a:hover{background:#fff0ec;color:#d94e42}.guide-search-bar{position:sticky;top:72px;z-index:19;display:flex;justify-content:flex-end;align-items:center;padding:13px clamp(22px,5vw,74px);border-bottom:1px solid #e6e4e0;background:#f8f7f4eF;backdrop-filter:blur(12px)}.guide-search-bar label{display:flex;align-items:center;gap:12px}.guide-search-bar span{font-size:12px;font-weight:800;text-transform:uppercase}.guide-search-bar input{width:min(360px,45vw);padding:11px 14px;border:1px solid #cfd5de;border-radius:8px;background:#fff;color:#0b1e40;font:inherit}.guide-search-bar input:focus{outline:3px solid #ff706126;border-color:#ff7061}.guide-search-bar button{display:none}.guide-layout{display:grid;grid-template-columns:260px minmax(0,940px);gap:50px;max-width:1320px;margin:auto;padding:48px clamp(22px,5vw,74px) 90px}.guide-index{position:sticky;top:154px;align-self:start;max-height:calc(100vh - 178px);overflow:auto;padding-right:15px}.guide-hero>span,.guide-index>p{margin:0 0 18px;color:#ff665a;font-size:12px;font-weight:900;letter-spacing:.14em}.guide-index ol{margin:0;padding:0;list-style:none}.guide-index li a{display:flex;gap:11px;padding:10px 9px;border-left:2px solid #deddd9;color:#5c687b;font-size:13px;line-height:1.35;text-decoration:none}.guide-index li a span{color:#ff665a;font-weight:800}.guide-index li a:hover,.guide-index li.current a{border-left-color:#ff665a;background:#fff;color:#0b1e40}.guide-index li[hidden]{display:none}.guide-home-link{display:block;margin-top:24px;color:#0b1e40;font-size:13px;font-weight:700;text-decoration:none}.guide-main{min-width:0}.guide-hero{padding:20px 0 62px}.guide-hero h1{max-width:740px;margin:0 0 18px;font-size:clamp(40px,6vw,70px);line-height:1;letter-spacing:-.045em}.guide-hero p{max-width:720px;margin:0;color:#5d6a7e;font-size:19px;line-height:1.65}.guide-section{display:grid;grid-template-columns:48px 1fr;gap:8px 20px;padding:52px 0;border-top:1px solid #dcdad5}.guide-section[hidden]{display:none}.guide-section-number{padding-top:4px;color:#ff665a;font-size:18px;font-weight:900}.guide-copy h2{margin:0 0 18px;font-size:30px;letter-spacing:-.025em}.guide-copy h3{margin:24px 0 8px;font-size:18px}.guide-copy dd,.guide-copy li,.guide-copy p{color:#556379;font-size:16px;line-height:1.7}.guide-copy ol,.guide-copy ul{padding-left:22px}.guide-copy li+li{margin-top:8px}.guide-copy dl{display:grid;grid-template-columns:190px 1fr;gap:12px 20px}.guide-copy dt{padding-top:4px;font-weight:800}.guide-copy dd{margin:0}.guide-copy code{padding:2px 6px;border-radius:4px;background:#eceff3}.guide-note,.guide-warning{margin-top:20px;padding:15px 17px;border-radius:8px;background:#edf7f3;color:#27584c;font-size:14px;line-height:1.6}.guide-warning{background:#fff0ec;color:#813d36}.guide-section figure{grid-column:2;margin:30px 0 0}.guide-section img{display:block;width:100%;height:auto;border:1px solid #d9dde4;border-radius:12px;background:#fff;box-shadow:0 16px 45px #10224112}.guide-section figcaption{padding:10px 2px;color:#7a8495;font-size:12px;line-height:1.5}.guide-no-results{padding:28px;border:1px solid #eadbd6;border-radius:10px;background:#fff0ec;color:#7b3e38}.search-hit{background:#fff0a8;color:inherit}footer{display:flex;justify-content:flex-end;gap:24px;padding:28px clamp(22px,5vw,74px);border-top:1px solid #deddd9;background:#fff;color:#7a8495;font-size:13px}footer span{margin-right:auto}footer a{color:#0b1e40;text-decoration:none}@media(max-width:850px){.guide-header{align-items:flex-start;gap:15px}.guide-header nav{overflow:auto}.guide-header nav a{white-space:nowrap}.guide-search-bar{top:72px;justify-content:space-between}.guide-search-bar label{flex:1}.guide-search-bar label span{display:none}.guide-search-bar input{width:100%}.guide-search-bar button{display:block;margin-left:10px;padding:11px;border:1px solid #cfd5de;border-radius:8px;background:#fff;font-weight:700}.guide-layout{display:block;padding-top:28px}.guide-index{position:fixed;top:130px;right:18px;left:18px;z-index:30;display:none;max-height:calc(100vh - 150px);padding:22px;border:1px solid #d9dde4;border-radius:12px;background:#fff;box-shadow:0 22px 55px #10224130}.guide-index.open{display:block}.guide-hero{padding-top:15px}.guide-copy dl{grid-template-columns:1fr;gap:3px}.guide-copy dd{margin-bottom:13px}}@media(max-width:600px){.guide-header{position:relative;display:block;padding:16px 18px}.guide-brand img{width:155px}.guide-header nav{margin-top:13px}.guide-header nav a{padding:8px 9px;font-size:12px}.guide-search-bar{top:0;padding:10px 18px}.guide-index{top:66px}.guide-layout{padding:25px 18px 65px}.guide-hero h1{font-size:40px}.guide-hero p{font-size:17px}.guide-section{grid-template-columns:32px 1fr;gap:7px 10px;padding:40px 0}.guide-copy h2{font-size:25px}.guide-copy dd,.guide-copy li,.guide-copy p{font-size:15px}.guide-section figure{grid-column:1/-1;margin-top:22px}.guide-section img{border-radius:8px}footer{padding:25px 18px}}.guide-brand{display:flex;align-items:center;gap:10px;color:#0b1e40;font-size:20px;font-weight:800;text-decoration:none}.guide-brand-mark{display:flex;align-items:flex-end;gap:3px;height:23px}.guide-brand-mark i{display:block;width:4px;height:12px;border-radius:4px;background:#ff7061}.guide-brand-mark i:nth-child(2){height:22px}.guide-brand-mark i:nth-child(3){height:16px}.guide-brand-accent{color:#ff665a}@media(max-width:600px){.guide-brand{font-size:18px}}.guide-brand-logo{display:block;width:178px;height:auto}@media(max-width:600px){.guide-brand-logo{width:155px}}.guide-index li a .guide-nav-title{min-width:0;flex:1;color:inherit}.guide-tier-badge{display:inline-flex;align-items:center;margin-left:9px;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:900;line-height:1;letter-spacing:.08em;vertical-align:3px}.guide-tier-badge.pro{background:#edeafd;color:#6555cf}.guide-tier-badge.premium{background:#fff0d2;color:#9a6510}.guide-index .guide-tier-badge{margin-left:6px;padding:3px 5px;font-size:7px;vertical-align:1px}.guide-copy h2 .guide-tier-badge{vertical-align:5px}