.guide-index-section{padding-block:64px 100px}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.guide-card{border:1px solid var(--line);background:var(--white);border-radius:11px;flex-direction:column;min-width:0;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;overflow:hidden}.guide-card:hover{border-color:rgb(var(--brand-primary-rgb) / .3);box-shadow:0 20px 48px rgb(var(--brand-primary-rgb) / .11);transform:translateY(-4px)}.guide-card-image{aspect-ratio:3/2;background:var(--brand-primary-soft);display:block;position:relative;overflow:hidden}.guide-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .26s;display:block}.guide-card:hover .guide-card-image img{transform:scale(1.025)}.guide-card-image-badge{z-index:1;box-shadow:var(--shadow);position:absolute;top:12px;left:12px}.guide-card-placeholder{background:radial-gradient(circle at 75% 20%, rgb(var(--brand-primary-rgb) / .17), transparent 28%), linear-gradient(135deg, var(--surface-subtle), var(--brand-primary-soft));align-content:center;justify-items:center;gap:12px;width:100%;height:100%;display:grid}.guide-card-placeholder i{border:4px solid var(--brand-primary);background:repeating-linear-gradient(to bottom, var(--white) 0, var(--white) 5px, var(--surface-blue-tint) 5px, var(--surface-blue-tint) 7px);border-top-width:14px;border-radius:4px 4px 2px 2px;width:70px;height:78px}.guide-card-placeholder strong{color:var(--brand-primary);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:800}.guide-card-body{flex-direction:column;flex:1;min-height:300px;padding:24px;display:flex}.guide-card-meta{color:var(--text-tertiary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:10px;display:flex}.guide-card-meta>span{color:var(--brand-primary);letter-spacing:.04em;text-transform:uppercase;font-weight:800}.guide-card h2{color:var(--brand-primary);font-family:var(--font-be-vietnam-pro), Arial, Helvetica, sans-serif;margin:17px 0 11px;font-size:22px;font-weight:650;line-height:1.35}.guide-card h2 a:hover{text-underline-offset:4px;text-decoration:underline}.guide-card-body>p{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:24px;font-size:14px;display:-webkit-box;overflow:hidden}.guide-card-link{border-top:1px solid var(--line);color:var(--brand-primary);justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;font-size:12px;font-weight:800;display:flex}.guide-card h2 a:focus-visible,.guide-card-link:focus-visible,.guide-article-aside a:focus-visible{outline:2px solid var(--brand-primary);outline-offset:4px;border-radius:4px}.guide-detail-hero{background:radial-gradient(circle at 86% 14%, rgb(var(--brand-primary-rgb) / .18), transparent 25%), linear-gradient(120deg, var(--cream), var(--brand-primary-soft));padding-block:50px 108px;position:relative;overflow:hidden}.guide-detail-hero:after{border:1px solid rgb(var(--brand-primary-rgb) / .12);content:"";border-radius:50%;width:520px;height:520px;position:absolute;bottom:-280px;right:-140px}.guide-detail-heading{z-index:1;position:relative}.guide-detail-heading h1{max-width:940px;margin-bottom:22px;font-size:clamp(44px,5.7vw,72px);line-height:1.08}.guide-detail-lead{max-width:780px;color:var(--text-muted);margin-bottom:28px;font-size:17px}.guide-detail-meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;font-weight:700;display:flex}.guide-detail-meta>span+span{border-left:1px solid var(--line-strong);padding-left:10px}.guide-detail-disclosure{max-width:780px;color:var(--text-tertiary);margin-top:12px;font-size:11px}.container.guide-cover{z-index:2;border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:12px;margin-top:-58px;margin-bottom:0;padding:0;position:relative;overflow:hidden}.guide-cover img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;max-height:650px;display:block}.guide-cover figcaption{color:var(--text-tertiary);text-align:center;padding:11px 16px;font-size:10px}.guide-article-section{padding-block:96px 110px}.guide-article-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:84px;display:grid}.guide-article-content{min-width:0;max-width:780px}.guide-article-content .rich-text{color:var(--text-secondary);font-size:17px;line-height:1.82}.guide-article-content .rich-text p,.guide-article-content .rich-text ul,.guide-article-content .rich-text ol{margin:0 0 22px}.guide-article-content .rich-text h2{margin:52px 0 18px;font-size:34px;line-height:1.25}.guide-article-content .rich-text h3{margin:38px 0 14px;font-size:25px;line-height:1.35}.guide-article-content .rich-text li+li{margin-top:8px}.guide-article-content .rich-text a{color:var(--brand-primary);text-underline-offset:3px;font-weight:700;text-decoration:underline}.guide-article-content .rich-text blockquote{border-left:3px solid var(--brand-primary);color:var(--ink);background:var(--brand-primary-soft);margin:34px 0;padding:20px 24px}.guide-article-content .rich-text img{border-radius:8px;max-width:100%;height:auto}.guide-article-content .rich-text table{max-width:100%;display:block;overflow-x:auto}.guide-article-aside{gap:16px;display:grid;position:sticky;top:120px}.guide-article-aside>div{border:1px solid var(--line);background:var(--surface-subtle);border-radius:9px;gap:7px;padding:24px;display:grid}.guide-article-aside small{color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:800}.guide-article-aside strong{color:var(--brand-primary);font-family:var(--font-be-vietnam-pro), Arial, Helvetica, sans-serif;font-size:19px}.guide-article-aside p{color:var(--text-muted);margin:3px 0 0;font-size:12px}.guide-article-aside .guide-help-card{color:var(--white);border-color:var(--brand-primary);background:var(--brand-primary)}.guide-help-card small,.guide-help-card strong{color:var(--white)}.guide-help-card a{border:1px solid rgb(var(--white-rgb) / .44);min-height:40px;color:var(--white);border-radius:5px;justify-content:center;align-items:center;margin-top:7px;padding:8px 10px;font-size:11px;font-weight:800;display:flex}.guide-help-card a:hover{border-color:var(--white);background:rgb(var(--white-rgb) / .09)}.guide-related{background:var(--cream);padding-block:90px 104px}@media (max-width:1100px){.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-article-layout{grid-template-columns:minmax(0,1fr) 270px;gap:48px}}@media (max-width:760px){.guide-index-section{padding-block:46px 78px}.guide-card-body{min-height:270px}.guide-detail-hero{padding-block:34px 82px}.guide-detail-heading h1{font-size:clamp(39px,11vw,54px)}.guide-detail-lead{font-size:15px}.guide-detail-meta{flex-direction:column;align-items:flex-start;gap:3px}.guide-detail-meta>span+span{border-left:0;padding-left:0}.container.guide-cover{border-radius:8px;margin-top:-42px}.guide-cover img{aspect-ratio:4/3}.guide-article-section{padding-block:68px 78px}.guide-article-content .rich-text{font-size:16px}.guide-article-content .rich-text h2{margin-top:42px;font-size:29px}.guide-article-content .rich-text h3{font-size:23px}.guide-article-aside{position:static}.guide-related{padding-block:72px 78px}}
