:root{--color-bg: #ffffff;--color-surface: #f7fbff;--color-surface-strong: #eaf4ff;--color-text: #102033;--color-muted: #5b6878;--color-border: #d7e6f2;--color-primary: #1668c7;--color-primary-dark: #0d4f9d;--color-accent: #0f8f72;--color-warm: #f5b942;--shadow-soft: 0 16px 48px rgba(22, 104, 199, .12);--radius: 8px;--max-width: 1120px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:var(--color-bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--color-text);background:linear-gradient(180deg,#f6fbff 0,#fff 380px),var(--color-bg);line-height:1.75;letter-spacing:0}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}a:hover{color:var(--color-primary)}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.35}h1{font-size:2.45rem;letter-spacing:0}h2{font-size:1.65rem}h3{font-size:1.08rem}p{color:var(--color-muted)}main{overflow:hidden}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(217,226,234,.9);background:#ffffffeb;backdrop-filter:blur(14px)}.header-inner,.footer-inner,.section,.hero-section,.page-hero,.article-shell{width:min(calc(100% - 32px),var(--max-width));margin-inline:auto}.header-inner{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;font-weight:700}.brand-mark{display:inline-flex;width:36px;height:36px;flex:0 0 36px;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--color-primary);color:#fff;font-size:.85rem}.brand-text{overflow:hidden;max-width:260px;text-overflow:ellipsis;white-space:nowrap}.site-nav{display:flex;gap:6px;overflow-x:auto;white-space:nowrap}.site-nav a{display:inline-flex;min-height:40px;align-items:center;border-radius:var(--radius);padding:0 12px;color:var(--color-muted);font-size:.94rem}.site-nav a:hover{background:#edf7ff;color:var(--color-primary-dark)}.hero-section{position:relative;overflow:hidden;width:min(calc(100% - 32px),var(--max-width));min-height:560px;align-items:center;border:1px solid rgba(215,230,242,.9);border-radius:var(--radius);margin:28px auto 0;background:linear-gradient(90deg,#fffffffa,#ffffffeb 34%,#ffffff5c 66%,#ffffff14),var(--hero-image) center / cover no-repeat;box-shadow:var(--shadow-soft);padding:88px 56px}.hero-copy p{max-width:620px;overflow-wrap:anywhere}.hero-copy{width:min(100%,650px);max-width:650px;min-width:0}.hero-copy h1{max-width:650px;margin-bottom:18px;font-size:3.75rem;line-height:1.14;overflow-wrap:anywhere;text-wrap:balance}.hero-media{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.hero-media img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.hero-actions,.social-list{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.hero-actions{margin-top:26px}.hero-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.hero-highlights span{display:inline-flex;min-height:30px;align-items:center;border:1px solid rgba(22,104,199,.18);border-radius:999px;background:#ffffffb8;padding:2px 10px;color:var(--color-primary-dark);font-size:.82rem;font-weight:700}.hero-note{margin:14px 0 0;font-size:.94rem}.page-hero{padding:64px 0 30px}.page-hero p{max-width:760px}.eyebrow,.card-kicker{margin-bottom:8px;color:var(--color-primary);font-size:.82rem;font-weight:700;letter-spacing:0}.section{padding:42px 0}.section.narrow{max-width:820px}.section-heading{max-width:760px;margin-bottom:22px}.section-heading.split{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:16px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.path-card{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:20px;box-shadow:0 10px 28px #1020330a}.path-card>span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius);background:#eaf6ff;color:var(--color-primary-dark);font-weight:800}.path-card:nth-child(2)>span{background:#ebf8f1;color:#08765f}.path-card:nth-child(3)>span{background:#fff5da;color:#8a6200}.path-card:nth-child(4)>span{background:#edf2ff;color:#3150a5}.path-card h3{margin:16px 0 8px}.path-card p{margin-bottom:0}.content-card,.list-panel,.notice-panel{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.content-card{display:flex;min-height:220px;flex-direction:column;padding:22px;box-shadow:0 10px 28px #1020330a;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.content-card:hover{border-color:#b9d7ee;box-shadow:0 16px 34px #1668c71a;transform:translateY(-1px)}.content-card h3{margin-bottom:10px}.content-card p{flex:1}.card-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;color:var(--color-muted);font-size:.86rem}.article-card-head{display:flex;min-height:28px;align-items:flex-start;justify-content:space-between;gap:12px;color:var(--color-muted);font-size:.84rem}.article-card-head .card-kicker{border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;padding:2px 10px;color:var(--color-primary-dark);font-weight:700;margin-bottom:0}.article-card h3{margin-top:16px;font-size:1.12rem}.article-card h3 a{text-decoration:none}.article-card-point{border-left:4px solid var(--color-warm);margin:14px 0 0;background:#fff8e6;padding:10px 12px;color:var(--color-text);font-size:.9rem}.article-card-point span{display:block;color:#8a6200;font-size:.78rem;font-weight:800}.card-read-link{display:inline-flex;width:fit-content;min-height:40px;align-items:center;border-bottom:2px solid #bfdbfe;margin-top:18px;color:var(--color-primary);font-weight:700}.category-card{border-top:4px solid var(--color-primary)}.category-card:nth-child(2),.category-card:nth-child(5){border-top-color:var(--color-accent)}.category-card:nth-child(3),.category-card:nth-child(6){border-top-color:var(--color-warm)}.article-card{position:relative}.product-card-head{display:flex;min-height:28px;align-items:flex-start;justify-content:space-between;gap:10px}.product-image-link{display:block;border-radius:var(--radius)}.product-image-link:hover{color:inherit}.product-image{width:100%;aspect-ratio:4 / 3;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;object-fit:contain;padding:10px}.ad-label,.status-pill{display:inline-flex;min-height:28px;align-items:center;border:1px solid var(--color-border);border-radius:999px;padding:2px 10px;color:var(--color-muted);font-size:.8rem;white-space:nowrap}.ad-label.is-ad{border-color:#bfdbfe;background:#eff6ff;color:var(--color-primary-dark)}.chip-list{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.chip-list span{display:inline-flex;min-height:28px;align-items:center;border:1px solid var(--color-border);border-radius:999px;padding:2px 10px;color:var(--color-muted);font-size:.8rem}.product-details{display:grid;gap:10px;margin:8px 0 0}.product-details div{display:grid;gap:2px}.product-details dt{color:var(--color-text);font-size:.84rem;font-weight:700}.product-details dd{margin:0;color:var(--color-muted);font-size:.93rem;line-height:1.65}.product-card p{flex:initial}.product-note{border-left:4px solid var(--color-accent);margin:0 0 12px;background:#f1fbf8;padding:10px 12px;color:var(--color-text);font-size:.92rem}.product-price{margin:auto 0 12px;color:var(--color-muted);font-size:.88rem}.product-button{width:100%}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius);padding:0 18px;font-weight:700;text-align:center}.button.primary{background:var(--color-primary);color:#fff}.button.primary:hover{background:var(--color-primary-dark);color:#fff}.button.secondary{border-color:var(--color-border);background:#fff;color:var(--color-text)}.button.secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.text-link{color:var(--color-primary);font-weight:700}.muted-link{color:var(--color-muted);font-weight:700}.availability-note{display:inline-flex;width:fit-content;min-height:30px;align-items:center;border:1px solid var(--color-border);border-radius:999px;margin-top:auto;padding:2px 10px;color:var(--color-muted);font-size:.82rem;font-weight:700}.affiliate-disclosure,.cta-box,.lead-box,.line-cta,.social-box{width:min(calc(100% - 32px),var(--max-width));margin:28px auto;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.affiliate-disclosure{padding:18px 20px}.affiliate-disclosure.compact{width:100%;margin:0}.affiliate-disclosure.compact+.card-grid{margin-top:18px}.affiliate-disclosure p{margin:6px 0 0;font-size:.95rem}.cta-box,.lead-box,.line-cta,.social-box{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:28px}.line-actions{display:flex;flex:0 0 auto;align-items:center;gap:14px}.line-qr-link{display:inline-flex;border-radius:var(--radius)}.line-qr-link:hover{color:inherit}.line-qr{width:92px;height:92px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:6px;object-fit:contain}.cta-box h2,.lead-box h2,.line-cta h2,.social-box h2{margin-bottom:8px}.social-list a,.social-list span{display:inline-flex;min-height:38px;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);padding:0 12px;color:var(--color-muted)}.two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);gap:24px;align-items:start}.step-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.step-list article{border:1px solid var(--color-border);border-radius:var(--radius);padding:20px;background:var(--color-surface)}.step-list span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:var(--color-primary);color:#fff;font-weight:700}.step-list h3{margin:14px 0 8px}.step-list p{margin-bottom:0}.list-panel,.notice-panel{padding:24px;background:var(--color-surface)}.template-cta{background:#f6fbff}.template-cta .hero-actions{margin-top:18px}.template-feature-list{margin:16px 0 0;padding-left:1.2rem;color:var(--color-muted)}.template-feature-list li+li{margin-top:6px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-card{min-height:320px}.list-panel ul,.prose-section ul{margin:0;padding-left:1.2rem;color:var(--color-muted)}.prose-section{max-width:860px}.prose-section h2{margin-top:34px}.table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius)}table{width:100%;min-width:680px;border-collapse:collapse;background:#fff}th,td{border-bottom:1px solid var(--color-border);padding:14px;text-align:left;vertical-align:top}th{background:var(--color-surface)}.article-shell{max-width:900px;padding:56px 0}.article-header{border:1px solid var(--color-border);border-radius:var(--radius);background:linear-gradient(135deg,#1668c71a,#0f8f7214),#fff;margin-bottom:22px;padding:30px;box-shadow:var(--shadow-soft)}.article-topline{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.article-topline span,.article-tag-list span{display:inline-flex;min-height:28px;align-items:center;border:1px solid var(--color-border);border-radius:999px;background:#ffffffd1;padding:2px 10px;color:var(--color-muted);font-size:.82rem;font-weight:700}.article-topline .article-category{border-color:#bfdbfe;background:#eff6ff;color:var(--color-primary-dark)}.article-lead{max-width:760px;color:#304158;font-size:1.1rem}.article-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--color-muted);font-size:.92rem}.article-tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.article-study-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(240px,.7fr);gap:16px;margin:22px 0}.article-brief,.article-toc{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:22px;box-shadow:0 12px 32px #1020330d}.article-brief{border-top:4px solid var(--color-accent)}.article-toc{border-top:4px solid var(--color-primary)}.article-brief h2,.article-toc h2{margin-bottom:12px;font-size:1.18rem}.article-brief ul,.article-toc ol{display:grid;gap:10px;margin:0;padding-left:20px}.article-brief li,.article-toc li{color:#304158}.article-toc a{color:var(--color-text);text-decoration:none}.article-toc a:hover{color:var(--color-primary)}.article-content{overflow-x:auto;margin-top:28px}.article-content>h1:first-child{display:none}.article-content h2{border-left:5px solid var(--color-primary);margin-top:46px;background:linear-gradient(90deg,#f2f8ff,#f2f8ff00);padding:10px 0 10px 16px}.article-content h3{margin-top:30px;color:#1d344d}.article-content blockquote{border-left:4px solid var(--color-accent);margin:28px 0;background:#f1fbf8;padding:16px 18px;color:#244238}.article-content table{min-width:720px;margin:22px 0;box-shadow:0 10px 28px #1020330a}.article-content th{background:#edf7ff;color:#1d344d;font-size:.9rem}.article-content td{background:#fff;font-size:.92rem}.article-content a{color:var(--color-primary);font-weight:700;text-decoration:underline;text-underline-offset:3px}.article-content li+li{margin-top:8px}.article-product-links{display:grid;gap:14px;margin:24px 0}.article-product-links article{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);background:linear-gradient(135deg,#1668c714,#f5b94214),#fff;padding:18px;box-shadow:0 12px 32px #1020330f}.article-product-links img{width:100%;aspect-ratio:1 / 1;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;object-fit:contain;padding:8px}.article-product-label{display:inline-flex;width:fit-content;min-height:26px;align-items:center;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;margin-bottom:8px;padding:2px 10px;color:var(--color-primary-dark);font-size:.78rem;font-weight:700}.article-product-links h3{margin:0 0 6px}.article-product-links p{margin-bottom:12px;font-size:.9rem}.article-product-links .article-product-label{margin-bottom:8px;font-size:.78rem}.article-product-links a{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--color-primary);color:#fff;padding:0 16px;text-decoration:none}.article-product-links a:hover{background:var(--color-primary-dark);color:#fff}.related-section{margin-top:52px}.template-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.template-list article{border-left:4px solid var(--color-primary);padding:18px 20px;background:var(--color-surface)}.policy-note{margin-top:14px}.policy-note a{color:var(--color-primary);font-weight:700}.site-footer{margin-top:48px;border-top:1px solid var(--color-border);background:var(--color-surface);padding:34px 0}.footer-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,auto);gap:24px}.footer-title{margin-bottom:8px;color:var(--color-text);font-weight:700}.footer-description{max-width:700px;margin-bottom:0}.footer-nav-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links span{color:var(--color-text);font-size:.86rem;font-weight:700}.footer-links a{color:var(--color-muted);font-size:.94rem}.copyright{width:min(calc(100% - 32px),var(--max-width));margin:24px auto 0;color:var(--color-muted);font-size:.86rem}@media(max-width:900px){h1{font-size:2rem}.header-inner{align-items:stretch;flex-direction:column;justify-content:center;padding:12px 0}.site-nav{width:100%;padding-bottom:2px}.hero-section{min-height:500px;background:linear-gradient(90deg,#fffffffa,#ffffffe6 58%,#ffffff61),var(--hero-image) center / cover no-repeat;padding:64px 34px}.path-grid,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-column,.footer-inner,.template-list,.step-list,.service-grid{grid-template-columns:1fr}.footer-nav-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){h1{font-size:1.78rem}h2{font-size:1.35rem}.header-inner,.footer-inner,.section,.hero-section,.page-hero,.article-shell{width:min(calc(100% - 24px),var(--max-width))}.brand-text{max-width:230px}.site-nav{flex-wrap:wrap;overflow-x:visible;white-space:normal}.site-nav a{min-height:34px;padding:0 9px;font-size:.88rem}.hero-section{width:calc(100vw - 24px);max-width:calc(100vw - 24px);min-height:auto;margin-top:18px;background:linear-gradient(180deg,#fffffffa,#ffffffe6 62%,#ffffff6b),var(--hero-image) 60% center / cover no-repeat;padding:42px 22px}.hero-copy h1{font-size:2rem}.hero-copy,.hero-copy h1,.hero-copy p,.hero-actions,.hero-highlights{width:100%;max-width:calc(100vw - 60px)}.hero-copy h1{max-width:320px}.hero-copy p{max-width:300px;word-break:normal;line-break:strict}.path-grid{grid-template-columns:1fr}h1,h2,h3,p,dd{overflow-wrap:anywhere}.page-hero{padding-top:42px}.section{padding:32px 0}.section-heading.split,.cta-box,.lead-box,.line-cta,.social-box{align-items:stretch;flex-direction:column}.line-actions{width:100%;align-items:stretch;flex-direction:column}.line-qr{width:112px;height:112px}.card-grid{grid-template-columns:1fr}.content-card{min-height:auto}.article-card-head,.product-card-head{align-items:flex-start;flex-direction:column;gap:6px}.article-header{padding:22px}.article-study-grid{grid-template-columns:1fr}.article-brief,.article-toc{padding:18px}.article-content h2{padding-left:12px}.article-content table{min-width:620px}.article-product-links article{grid-template-columns:1fr}.article-product-links img{max-width:220px;margin-inline:auto}.footer-nav-groups{grid-template-columns:1fr}.button{width:100%}}
