@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap";:root{--font: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--wide: 1200px;--page-bg: #FFFFFF;--primary: #DA291C;--secondary: #0F172A;--primary-hover: #A61E1E;--hover: #A61E1E;--dark-text: #0F172A;--text-dark: #0F172A;--text-neutral: #334155;--secondary-text: #475569;--muted: #64748B;--light-indigo: #DA291C;--very-light-indigo: #F8FAFC;--accent: #DA291C;--accent-hover: #A61E1E;--light-gold: #FFF5F5;--border: #E2E8F0;--border-color: #E2E8F0;--bg-main: #FFFFFF;--card-bg: #FFFFFF;--primary-pill: linear-gradient(135deg, #DA291C, #A61E1E);--accent-pill: linear-gradient(135deg, #DA291C, #A61E1E);--indigo-pill: linear-gradient(135deg, #0F172A, #1E293B);--orange-pill: linear-gradient(135deg, #DA291C, #A61E1E);--purple-pill: linear-gradient(135deg, #DA291C, #A61E1E);--amber-border: #E2E8F0;--amber-light-border: #E2E8F0;--amber-glow: #DA291C;--amber-tag-bg: #DA291C;--amber-text: #DA291C;--amber-soft-bg: #F8FAFC;--amber-hover-bg: #F8FAFC;--purple-text: #DA291C;--purple-hover-bg: #F8FAFC}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-family:var(--font)}body{margin:0;font-family:var(--font);background-color:var(--bg-main);color:var(--text-dark);line-height:1.5;font-size:15px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}button,input,select,textarea,h1,h2,h3,h4,h5,h6,strong,b,.brand-title,.featured-title,.middle-3card-title,.grid-card-title,.side-article-item,.col-pill-header{font-family:var(--font)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--wide);margin:0 auto;padding:0 1rem}main.container{max-width:var(--wide);padding-top:1.5rem;padding-bottom:3.5rem}.top-announcement-bar{background-color:#0f172a;color:#fff;text-align:center;font-weight:700;font-size:.8rem;letter-spacing:.05em;padding:.45rem 1rem;text-transform:uppercase}.site-header{background:#fff;border-bottom:1px solid #f1f5f9;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000a}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:84px;padding:.4rem 0;width:100%}.header-left{display:flex;align-items:center;justify-content:flex-start}.nav-center{display:flex;align-items:center;justify-content:center;gap:2.1rem}.header-right{display:flex;align-items:center;justify-content:flex-end}.brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.brand-logo-box{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;box-shadow:0 2px 8px #0000001f;transition:transform .2s ease;flex-shrink:0}.brand:hover .brand-logo-box{transform:translateY(-1px) scale(1.03)}.brand-name-group{display:flex;flex-direction:column;line-height:1.1}.brand-title{color:#0f172a;font-weight:900;font-size:1.35rem;letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#334155;font-weight:600;font-size:.92rem;display:flex;align-items:center;gap:.25rem;transition:color .15s ease}.nav-link:hover{color:var(--primary);text-decoration:none}.nav-link.active{color:var(--primary);font-weight:700}.btn-contact{background:var(--primary);color:#fff!important;font-weight:700;font-size:.88rem;padding:.5rem 1.25rem;border-radius:8px;text-decoration:none!important;transition:background .2s ease,transform .1s ease}.btn-contact:hover{background:var(--primary-hover);transform:translateY(-1px)}.ticker-bar{background:#1e293b;color:#fff;padding:.5rem 0;font-size:.82rem;font-weight:600;overflow:hidden;white-space:nowrap;position:relative;width:100%}.ticker-track{display:flex;width:max-content;animation:filmRoll 28s linear infinite}.ticker-bar:hover .ticker-track{animation-play-state:paused}.ticker-content{display:flex;align-items:center;gap:2rem;padding-right:2rem}.ticker-item{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.ticker-item span.dot{color:#94a3b8;margin-right:.5rem}@keyframes filmRoll{0%{transform:translate(0)}to{transform:translate(-50%)}}.three-col-layout{display:grid;grid-template-columns:200px minmax(0,1fr) 200px;gap:1.5rem;margin-top:1.5rem;margin-bottom:3rem;align-items:start}.middle-col{min-width:0;width:100%}.left-col,.right-col{position:sticky;top:96px;align-self:start;width:100%;min-width:0;overflow:visible}.left-col::-webkit-scrollbar,.right-col::-webkit-scrollbar{display:none;width:0;height:0}.col-pill-header{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .85rem;border-radius:9999px;margin-bottom:.85rem}.col-pill-header.founder-pill{background:var(--orange-pill);color:#fff}.col-pill-header.ai-pill{background:var(--purple-pill);color:#fff}.col-pill-header.newest-pill{background:var(--orange-pill);color:#fff;margin-bottom:0}.side-article-list{display:flex;flex-direction:column;gap:.25rem}.left-col .side-article-item{display:block;padding:.5rem .65rem;font-size:.86rem;font-weight:600;line-height:1.35;color:#334155;border-radius:8px;border-bottom:none;transition:all .15s ease}.left-col .side-article-item:hover{color:var(--amber-text);background-color:var(--amber-hover-bg);text-decoration:none}.right-col .side-article-item{display:block;padding:.5rem .65rem;font-size:.86rem;font-weight:600;line-height:1.35;color:#334155;border-radius:8px;border-bottom:none;transition:all .15s ease}.right-col .side-article-item:hover{color:var(--purple-text);background-color:var(--purple-hover-bg);text-decoration:none}.left-col .view-all-link{color:var(--amber-text);font-size:.82rem;font-weight:700;padding:.4rem .65rem;display:inline-flex;align-items:center;gap:4px;margin-top:.5rem;text-decoration:none!important}.left-col .view-all-link:hover{text-decoration:underline!important}.right-col .view-all-link{color:var(--purple-text);font-size:.82rem;font-weight:700;padding:.4rem .65rem;display:inline-flex;align-items:center;gap:4px;margin-top:.5rem;text-decoration:none!important}.right-col .view-all-link:hover{text-decoration:underline!important}.main-heading-block{margin-bottom:1rem}.main-heading-title{font-size:1.6rem;font-weight:800;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.02em;line-height:1.25}.main-heading-sub{color:var(--muted);font-size:.88rem;margin:0;line-height:1.4}.section-sub-pill{display:flex;align-items:center;gap:.65rem;margin-top:1.25rem;margin-bottom:1rem}.section-sub-pill .latest-label{color:var(--muted);font-size:.82rem;font-weight:500}.featured-card{display:grid;grid-template-columns:340px 1fr;background-color:#fff;border:1px solid #E2E8F0;border-radius:14px;overflow:hidden;position:relative;box-shadow:0 2px 8px #f59e0b14;transition:all .25s ease;margin-bottom:1.25rem;text-decoration:none!important;min-height:240px}.featured-card:hover{box-shadow:4px 4px 0 0 var(--amber-border);transform:translateY(-2px)}.featured-img-wrapper{position:relative;height:100%;min-height:200px;background-color:#0f172a;overflow:hidden}.featured-content{padding:1.5rem 1.75rem;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#fffdfa,#fff7ed);position:relative}.badge-new{position:absolute;top:1rem;right:1rem;background:var(--orange-pill);color:#fff;font-size:10px;font-weight:800;padding:2px 7px;border-radius:4px;letter-spacing:.05em;display:inline-flex;align-items:center;gap:3px;box-shadow:0 1px 3px #0000001a}.featured-tag{display:inline-block;align-self:flex-start;background-color:var(--amber-tag-bg);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:4px;margin-bottom:.6rem}.featured-title{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0 0 .5rem;line-height:1.3;letter-spacing:-.015em;padding-right:3rem}.featured-desc{color:#475569;font-size:.88rem;margin:0 0 1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-meta{font-size:.78rem;color:var(--muted);font-weight:500;display:flex;align-items:center;gap:.6rem}.featured-meta .read-more{color:var(--amber-text);font-weight:700}.middle-3cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-bottom:2rem}.middle-3card{background:#fff;border:1px solid #E2E8F0;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none!important;transition:all .2s ease;box-shadow:0 2px 6px #00000005;min-height:160px}.middle-3card:hover{border-color:var(--amber-glow);transform:translateY(-3px);box-shadow:0 8px 18px #f59e0b26}.middle-3card-inner{background:var(--amber-soft-bg);padding:.9rem 1rem;display:flex;flex-direction:column;flex:1;justify-content:space-between}.middle-3card-tag{display:inline-block;align-self:flex-start;background-color:var(--amber-tag-bg);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px;margin-bottom:.45rem;text-transform:capitalize}.middle-3card-title{font-size:.92rem;font-weight:700;color:#0f172a;margin:0 0 .35rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.middle-3card:hover .middle-3card-title{color:#b45309}.middle-3card-desc{font-size:.8rem;color:var(--muted);line-height:1.45;margin:0 0 .6rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.middle-3card-meta{font-size:.72rem;color:#94a3b8;font-weight:500;margin-top:auto}.all-articles-section{margin-top:2.5rem;padding-top:1.75rem;border-top:2px solid #e2e8f0}.all-articles-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.all-articles-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.search-box-wrapper{position:relative;display:flex;align-items:center;width:100%;max-width:280px}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;width:16px;height:16px;pointer-events:none;display:block}.search-input{width:100%;padding:.55rem 1rem .55rem 2.5rem;border-radius:9999px;border:1px solid #cbd5e1;background-color:#f8fafc;font-family:var(--font);font-size:.85rem;color:#0f172a;outline:none;transition:all .2s ease;line-height:1.2}.search-input::placeholder{color:#94a3b8;opacity:1}.search-input:focus{border-color:var(--amber-border);background-color:#fff;box-shadow:0 0 0 3px #f59e0b26}.filter-tags-scroll-container{display:flex;align-items:center;margin-bottom:1.5rem}.filter-tags-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.filter-pill{padding:.35rem .85rem;border-radius:9999px;font-size:.78rem;font-weight:600;color:#475569;background-color:#f1f5f9;border:1px solid #e2e8f0;cursor:pointer;transition:all .15s ease;user-select:none}.filter-pill:hover{border-color:#cbd5e1;background-color:#e2e8f0;color:#0f172a}.filter-pill.active{background-color:#0f172a;color:#fff;border-color:#0f172a}.grid-4col{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.85rem}.grid-4col .grid-card{background:#fff;border:1px solid #E2E8F0;border-radius:10px;padding:.85rem .95rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none!important;transition:all .2s ease;min-height:150px}.grid-4col .post-card{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:12px!important;padding:1.25rem 1.5rem!important;margin-bottom:1.25rem!important;transition:all .2s ease!important;box-shadow:0 4px 16px #d6a04a0f!important}.grid-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.grid-card-tag{display:inline-block;align-self:flex-start;background-color:#f1f5f9;color:#475569;font-size:.65rem;font-weight:700;text-transform:capitalize;padding:2px 6px;border-radius:4px;margin-bottom:.4rem}.grid-card-title{font-size:.88rem;font-weight:700;color:#0f172a;margin:0 0 .35rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grid-card-desc{font-size:.78rem;color:var(--muted);line-height:1.45;margin:0 0 .5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grid-card-date{font-size:.72rem;color:#94a3b8;font-weight:500}.floating-cta-btn{position:fixed;bottom:2rem;right:2rem;background:var(--primary);color:#fff!important;font-weight:800;font-size:.92rem;padding:.75rem 1.4rem;border-radius:9999px;box-shadow:0 6px 20px #da291c66;display:flex;align-items:center;gap:.5rem;z-index:999;text-decoration:none!important;transition:all .2s ease}.floating-cta-btn:hover{background:var(--primary-hover);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #da291c80}.site-footer{background-color:#0f172a;color:#94a3b8;border-top:3px solid var(--primary);padding:2.5rem 0 1.5rem;font-size:.88rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:1.25rem;align-items:center}.footer-links a{color:#cbd5e1;font-weight:600}.footer-links a:hover{color:#fff}.prose{font-size:1.05rem}.prose>*+*{margin-top:1.15rem}.prose h2{font-size:1.5rem;color:#0f172a;margin-top:2rem}.prose h3{font-size:1.25rem;margin-top:1.5rem}.prose blockquote{border-left:4px solid var(--amber-border);padding-left:1rem;color:var(--muted)}@media (max-width: 1050px){.three-col-layout{grid-template-columns:1fr}.left-col,.right-col{position:static;max-height:none;overflow-y:visible;margin-bottom:1.5rem}.featured-card{grid-template-columns:1fr}.middle-3cards-grid,.grid-4col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 650px){.middle-3cards-grid,.grid-4col{grid-template-columns:1fr}.filter-tags-row{gap:.35rem}}main.main-fullwidth{width:100%;max-width:100%;padding:0;margin:0}.article-page-wrapper{background-color:var(--bg-main);min-height:calc(100vh - 140px);width:100%}.article-layout{display:grid;grid-template-columns:240px minmax(0,1fr) 240px;gap:1.75rem;width:96%;max-width:1720px;margin:0 auto;padding:2rem .75rem 6rem;align-items:start}.article-left-sidebar{position:static!important;top:auto!important;align-self:flex-start!important;display:flex;flex-direction:column;gap:1.25rem;max-height:none!important;overflow-y:visible!important}.article-left-sidebar::-webkit-scrollbar{width:4px}.article-left-sidebar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.sidebar-ad-card{background:#fff;border-radius:16px;padding:1.4rem;box-shadow:0 4px 20px #0000000d;border:1px solid #f1f5f9;display:flex;flex-direction:column}.sidebar-ad-tag{background:#da291c14;color:#da291c;font-size:11px;font-weight:700;padding:3px 10px;border-radius:9999px;align-self:flex-start;margin-bottom:.85rem;display:inline-flex;align-items:center;gap:6px;text-transform:capitalize}.ad-red-dot{width:7px;height:7px;background-color:#ef4444;border-radius:50%;display:inline-block}.sidebar-ad-title{font-size:1rem;font-weight:800;color:#0f172a;line-height:1.35;margin:0 0 .5rem}.sidebar-ad-meta{font-size:.78rem;color:#64748b;line-height:1.45;margin:0 0 1rem}.sidebar-ad-btn{background:#ef4444;color:#fff!important;font-weight:700;font-size:.84rem;padding:.65rem 1rem;border-radius:10px;text-align:center;box-shadow:0 4px 14px #ef444459;transition:all .2s ease;display:block;text-decoration:none!important}.sidebar-ad-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 6px 18px #ef444473}.sidebar-related-card{background:#fff;border-radius:16px;padding:1.4rem;box-shadow:0 4px 20px #0000000d;border:1px solid #f1f5f9}.sidebar-related-header{font-size:11px;font-weight:800;letter-spacing:.1em;color:#64748b;text-transform:uppercase;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem;margin-bottom:.85rem}.sidebar-related-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.sidebar-related-item{margin:0}.sidebar-related-link{display:flex;align-items:flex-start;gap:6px;font-size:.84rem;color:#475569;line-height:1.4;transition:color .15s ease;text-decoration:none!important}.sidebar-related-link:hover{color:#da291c}.sidebar-related-link .bullet-dot{color:#da291c;font-size:1.1rem;line-height:1;margin-top:-1px}.sidebar-related-title{flex:1}.article-main-col{min-width:0;width:100%}.article-top-banner{background:#fff5f5;border:1px solid #FEE2E2;border-radius:12px;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.banner-left{display:flex;align-items:center;gap:.75rem;min-width:0}.banner-badge-icon{width:28px;height:28px;background:#ef4444;color:#fff;border-radius:7px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}.banner-text{font-size:.86rem;font-weight:700;color:#1e293b;line-height:1.35}.banner-download-btn{color:#ef4444;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:color .15s ease;text-decoration:none!important;flex-shrink:0}.banner-download-btn:hover{color:#b91c1c;text-decoration:underline!important}.article-eyebrow-row{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.article-h1{font-size:2.35rem;font-weight:900;color:#0f172a;line-height:1.18;letter-spacing:-.02em;margin:0 0 1.5rem}.article-header-box{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin-bottom:1.5rem}.prose>p:first-of-type{position:relative;padding-left:1.25rem;font-size:1.05rem;line-height:1.7;color:#334155;margin-bottom:1.5rem}.prose>p:first-of-type:before{content:"";position:absolute;left:0;top:4px;width:5px;height:24px;background-color:#ef4444;border-radius:2px}.jump-to-section-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;margin-top:2.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000005}.jump-box-header{font-size:11px;font-weight:800;letter-spacing:.1em;color:#64748b;text-transform:uppercase;margin-bottom:.75rem}.jump-box-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem 1rem}.jump-box-link{display:inline-flex;align-items:center;gap:6px;font-size:.86rem;color:#da291c;line-height:1.4;transition:color .15s ease;text-decoration:none!important}.jump-box-link:hover{color:#b91c1c;text-decoration:underline!important}.jump-arrow{color:#94a3b8}.prose>p,.prose>h4,.prose>ul,.prose>ol,.prose>blockquote{background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin-bottom:1.25rem!important}.article-tldr-box{background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin-bottom:1.5rem!important}.prose>h2{font-size:1.45rem;font-weight:800;color:var(--primary);border-left:4px solid var(--primary)!important;padding-left:1.25rem!important;margin-top:2rem!important}.prose>h3{font-size:1.2rem;font-weight:800;color:var(--text-dark);border-left:4px solid var(--secondary)!important;padding-left:1.25rem!important;margin-top:1.75rem!important}.prose>details{background:#fcfefe!important;border-color:var(--border-color)!important}.prose>details summary{font-weight:700;font-size:1.02rem;color:var(--text-dark);cursor:pointer;outline:none}.post-footer-cta h3{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.post-footer-cta p{font-size:.95rem;color:#64748b;margin:0 0 1.25rem}.btn-primary{background:var(--primary);color:#fff!important;font-weight:700;font-size:.92rem;padding:.65rem 1.5rem;border-radius:8px;display:inline-block;text-decoration:none!important;transition:all .2s ease}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.article-right-sidebar{position:static!important;top:auto!important;align-self:flex-start!important;width:100%;min-width:0;overflow:visible}.article-right-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.toc-container{display:flex;flex-direction:column}.toc-header{font-size:11px;font-weight:800;letter-spacing:.1em;color:#64748b;text-transform:uppercase;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:.75rem}.toc-nav{display:flex;flex-direction:column;gap:.55rem}.toc-link{font-size:.82rem;color:#475569;line-height:1.45;transition:color .15s ease;text-decoration:none!important;display:block}.toc-link:hover{color:#0f172a}.toc-link.depth-3{padding-left:.75rem;font-size:.78rem;color:#64748b}@media (max-width: 1260px){.article-layout{grid-template-columns:260px minmax(0,1fr);gap:2rem;max-width:100%}.article-right-sidebar{display:none}}@media (max-width: 820px){.article-layout{grid-template-columns:1fr;padding-top:1rem}.article-left-sidebar{position:static;max-height:none;margin-bottom:1.5rem}.article-h1{font-size:1.75rem}.article-top-banner{flex-direction:column;align-items:flex-start}}.toc-view-all-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;background-color:#f8fafc;border:1px solid #e2e8f0;color:#da291c;font-size:.8rem;font-weight:700;font-family:var(--font);padding:.45rem .9rem;border-radius:8px;cursor:pointer;margin-top:.65rem;align-self:flex-start;transition:all .15s ease}.toc-view-all-btn:hover{background-color:#da291c14;border-color:#da291c33;color:#da291c}.view-all-btn{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;padding:.45rem .85rem;border-radius:8px;margin-top:.75rem;transition:all .15s ease;text-decoration:none!important}.view-all-amber{color:#c2410c;background-color:#fffbeb;border:1px solid #fed7aa}.view-all-amber:hover{background-color:#fef3c7;border-color:#f59e0b}.view-all-purple{color:#da291c;background-color:#fff8f8;border:1px solid #FEE2E2}.view-all-purple:hover{background-color:#fff5f5;border-color:#da291c}.related-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin:1.5rem 0 3rem;width:100%}.related-card{background:#fff;border:2px solid #fde68a;border-radius:14px;padding:1.35rem 1.4rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none!important;transition:all .22s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #00000008;position:relative;overflow:hidden;box-sizing:border-box}.related-card:hover{border-color:#fbbf24;transform:translateY(-3px);box-shadow:0 8px 24px #f59e0b29;background-color:#fffdfa}.related-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.85rem}.related-card-tag{background-color:#fef3c7;color:#b45309;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:3px 10px;border-radius:9999px;display:inline-block;white-space:nowrap}.related-card-time{font-size:11.5px;color:#94a3b8;font-weight:600;white-space:nowrap}.related-card-title{font-size:1.05rem!important;font-weight:800!important;color:#0f172a!important;line-height:1.35!important;margin:0 0 1.25rem!important;transition:color .15s ease;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related-card:hover .related-card-title{color:#d97706!important}.related-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.85rem;border-top:1px solid #fef3c7;font-size:12.5px;font-weight:700;color:#f59e0b}.related-card:hover .related-card-footer{color:#d97706}.related-card-arrow{transition:transform .2s ease;display:inline-block}.related-card:hover .related-card-arrow{transform:translate(4px)}@media (max-width: 650px){.related-cards-grid{grid-template-columns:1fr;gap:1rem}}.brand-logo-img{width:36px;height:36px;object-fit:contain;display:block;flex-shrink:0;filter:drop-shadow(0 2px 6px rgba(218,41,28,.2));transition:transform .2s ease}.brand:hover .brand-logo-img{transform:scale(1.04)}.footer-brand-row{display:flex;align-items:center;gap:.85rem}.footer-logo-img{height:44px;width:auto;object-fit:contain;display:block}.nav{display:flex;align-items:center;gap:1.85rem}.nav-item{position:relative}.nav-link{color:#334155;font-weight:600;font-size:.96rem;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 0;transition:color .15s ease;text-decoration:none!important;cursor:pointer}.nav-link:hover,.nav-item:hover .nav-link{color:#0f172a}.nav-arrow{transition:transform .2s ease;color:#64748b;margin-top:1px}.nav-item:hover .nav-arrow{transform:rotate(180deg);color:#0f172a}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px #00000014,0 4px 12px #0000000a;padding:.6rem;min-width:260px;display:none;flex-direction:column;gap:.25rem;z-index:200}.dropdown-menu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.nav-item:hover .dropdown-menu{display:flex;animation:dropdownFadeIn .15s ease forwards}@keyframes dropdownFadeIn{0%{opacity:0;transform:translate(-50%) translateY(2px)}to{opacity:1;transform:translate(-50%) translateY(6px)}}.dropdown-link{display:flex;flex-direction:column;padding:.6rem .85rem;border-radius:8px;text-decoration:none!important;transition:background-color .15s ease}.dropdown-link:hover{background-color:#f8fafc}.dropdown-link strong{font-size:.88rem;color:#0f172a;font-weight:700;line-height:1.3}.dropdown-link:hover strong{color:#ef4444}.dropdown-link span{font-size:.74rem;color:#64748b;line-height:1.35;margin-top:2px}@media (max-width: 960px){.header-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.6rem 0}.nav-center{order:3;width:100%;justify-content:center;gap:1.25rem;padding-top:.4rem;border-top:1px solid #f1f5f9}}.sidebar-ad-card.corner-ad{position:fixed;bottom:24px;right:24px;width:290px;max-width:calc(100vw - 32px);z-index:990;background:#fff;border-radius:16px;padding:1.25rem 1.35rem;box-shadow:0 12px 36px #00000024,0 2px 8px #0000000f;border:1px solid #e2e8f0;animation:slideUpFade .3s cubic-bezier(.16,1,.3,1) forwards}.corner-ad-close{position:absolute;top:10px;right:12px;background:none;border:none;font-size:20px;line-height:1;color:#94a3b8;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .15s ease}.corner-ad-close:hover{color:#0f172a;background:#f1f5f9}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.sidebar-ad-card.corner-ad{bottom:12px;right:12px;left:12px;width:auto;max-width:none;padding:1rem 1.15rem}}.sidebar-category-card{background:#fff;border-radius:14px;padding:1.15rem 1.25rem;border:1px solid #f1f5f9;box-shadow:0 4px 16px #0000000a;display:flex;flex-direction:column;margin-bottom:1.15rem}.sidebar-category-pill{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:5px 14px;border-radius:9999px;color:#fff;display:inline-block;margin-bottom:.95rem;align-self:flex-start}.category-orange{background:linear-gradient(135deg,#f59e0b,#ea580c)}.category-amber{background:linear-gradient(135deg,#d97706,#b45309)}.category-purple{background:linear-gradient(135deg,#0f172a,#334155)}.category-blue{background:linear-gradient(135deg,#da291c,#b91c1c)}.sidebar-blog-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.sidebar-blog-link{display:flex;align-items:flex-start;gap:.5rem;text-decoration:none!important;color:#334155;font-size:.88rem;font-weight:600;line-height:1.42;transition:color .15s ease,transform .15s ease}.sidebar-blog-link:hover{color:#da291c;transform:translate(2px)}.sidebar-blog-link .bullet-icon{display:none!important}.sidebar-cat-more{display:inline-block;margin-top:.85rem;font-size:.78rem;font-weight:700;color:#64748b;text-decoration:none!important;transition:color .15s ease}.sidebar-cat-more:hover{color:#da291c}.article-tldr-box{background:#f8fafc;border-left:4px solid #ef4444;border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;margin:1.75rem 0 2rem;box-shadow:0 2px 8px #00000008}.tldr-badge-pill{display:inline-flex;align-items:center;gap:.4rem;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:800;letter-spacing:.06em;padding:3px 10px;border-radius:6px;margin-bottom:.75rem}.tldr-lead-text{font-size:1.05rem;color:#1e293b;line-height:1.65;margin:0}.key-takeaways-container{background:#fff;border:2px solid #fde68a;border-radius:16px;padding:1.75rem 1.85rem;margin:2rem 0 2.5rem;box-shadow:0 8px 24px #f59e0b14}.key-takeaways-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #fef3c7}.takeaways-icon-badge{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.takeaways-header-text h3{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0}.takeaways-header-text span{font-size:.82rem;color:#78350f;font-weight:500}.takeaways-list{display:flex;flex-direction:column;gap:1rem}.takeaway-row{display:flex;align-items:flex-start;gap:1rem;padding:.85rem 1rem;background:#fffbeb;border-radius:10px;border:1px solid #fef3c7}.takeaway-num{font-size:1rem;font-weight:900;color:#d97706;font-family:monospace;background:#fff;width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #fde68a}.takeaway-body h4{font-size:.98rem;font-weight:800;color:#0f172a;margin:0 0 .25rem}.takeaway-body p{font-size:.88rem;color:#451a03;margin:0;line-height:1.5}.article-faqs-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 2.25rem;margin:3rem 0 2.5rem;box-shadow:0 6px 20px #0000000a}.faqs-main-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1.5rem}.faqs-icon-badge{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#da291c,#b91c1c);color:#fff;font-weight:900;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.faqs-main-header h2{font-size:1.5rem;font-weight:900;color:#0f172a;margin:0}.faqs-main-header p{font-size:.88rem;color:#64748b;margin:.2rem 0 0}.faqs-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #f1f5f9;border-radius:10px;background:#f8fafc;overflow:hidden;transition:border-color .15s ease}.faq-item[open]{border-color:#cbd5e1;background:#fff}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:1rem;font-weight:700;color:#0f172a;cursor:pointer;user-select:none;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-toggle-icon{font-size:1.25rem;color:#64748b;font-weight:600;line-height:1}.faq-item[open] .faq-toggle-icon{transform:rotate(45deg)}.faq-answer{padding:0 1.25rem 1.25rem;font-size:.92rem;color:#334155;line-height:1.65}.faq-answer p{margin:0}.article-main-content,.article-main-content *,.prose,.prose *,.article-tldr-box,.article-tldr-box *,.key-takeaways-container,.key-takeaways-container *,.article-faqs-section,.article-faqs-section *,.quick-answer-box,.quick-answer-box *{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important}.article-title{font-size:2.35rem!important;font-weight:900!important;line-height:1.26!important;color:#0f172a!important;letter-spacing:-.025em!important;margin:.6rem 0 .85rem!important}.article-meta-line{font-size:.95rem!important;color:#64748b!important;font-weight:500!important;margin:0 0 1.75rem!important;line-height:1.5!important}.article-author{color:#0f172a!important;font-weight:700!important}.prose h2{font-size:1.58rem!important;font-weight:800!important;line-height:1.35!important;color:#0f172a!important;letter-spacing:-.015em!important;margin-top:2.85rem!important;margin-bottom:1.15rem!important;padding-bottom:.55rem!important;border-bottom:1px solid #f1f5f9!important}.prose h3{font-size:1.25rem!important;font-weight:800!important;line-height:1.4!important;color:#1e293b!important;letter-spacing:-.01em!important;margin-top:2rem!important;margin-bottom:.75rem!important}.prose p{font-size:1.08rem!important;font-weight:400!important;line-height:1.84!important;color:#334155!important;margin-top:0!important;margin-bottom:1.45rem!important;letter-spacing:.005em!important}.prose strong,.prose b{font-weight:700!important;color:#0f172a!important}.prose ul,.prose ol{margin:0 0 1.5rem!important;padding-left:1.6rem!important}.prose li{font-size:1.05rem!important;line-height:1.78!important;color:#334155!important;margin-bottom:.65rem!important}.quick-answer-box{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-left:4px solid #DA291C!important;border-radius:0 12px 12px 0!important;padding:1.15rem 1.4rem!important;margin:1.35rem 0 1.75rem!important;box-shadow:0 2px 6px #00000005!important}.quick-answer-tag{display:inline-block!important;background:#da291c14!important;color:#da291c!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:2px 9px!important;border-radius:5px!important;margin-bottom:.5rem!important;border:1px solid rgba(218,41,28,.2)!important}.quick-answer-box p{margin:0!important;font-size:1.02rem!important;line-height:1.7!important;color:#1e293b!important;font-weight:500!important}.article-tldr-box{background:#fffbf0!important;border:1px solid #fef3c7!important;border-left:4px solid #f59e0b!important;border-radius:0 14px 14px 0!important;padding:1.35rem 1.65rem!important;margin:1.85rem 0 2.25rem!important;box-shadow:0 4px 16px #f59e0b0f!important}.tldr-badge-pill{display:inline-flex!important;align-items:center!important;gap:.4rem!important;background:#fef3c7!important;color:#b45309!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;padding:3px 11px!important;border-radius:6px!important;margin-bottom:.85rem!important;border:1px solid #fde68a!important}.tldr-lead-text{font-size:1.08rem!important;line-height:1.8!important;color:#451a03!important;margin:0!important}.key-takeaways-container{background:#fff!important;border:2px solid #fed7aa!important;border-radius:16px!important;padding:1.85rem 2rem!important;margin:2.25rem 0 2.75rem!important;box-shadow:0 8px 28px #ea580c12!important}.key-takeaways-header{display:flex!important;align-items:center!important;gap:.85rem!important;margin-bottom:1.4rem!important;padding-bottom:1rem!important;border-bottom:1px solid #ffedd5!important}.takeaways-icon-badge{width:40px!important;height:40px!important;border-radius:10px!important;background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.takeaways-header-text h3{font-size:1.4rem!important;font-weight:900!important;color:#0f172a!important;margin:0!important;letter-spacing:-.015em!important}.takeaways-header-text span{font-size:.86rem!important;color:#9a3412!important;font-weight:600!important}.takeaways-list{display:flex!important;flex-direction:column!important;gap:1.15rem!important}.takeaway-row{display:flex!important;align-items:flex-start!important;gap:1.15rem!important;padding:1rem 1.25rem!important;background:#fff7ed!important;border-radius:12px!important;border:1px solid #ffedd5!important}.takeaway-num{font-size:1rem!important;font-weight:900!important;color:#c2410c!important;font-family:Lato,sans-serif!important;background:#fff!important;width:34px!important;height:34px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;border:1px solid #fed7aa!important}.takeaway-body h4{font-size:1.04rem!important;font-weight:800!important;color:#0f172a!important;margin:0 0 .35rem!important;letter-spacing:-.01em!important}.takeaway-body p{font-size:.94rem!important;color:#431407!important;margin:0!important;line-height:1.6!important}.article-faqs-section{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:2.25rem 2.5rem!important;margin:3.5rem 0 3rem!important;box-shadow:0 8px 24px #0000000a!important}.faqs-main-header{display:flex!important;align-items:center!important;gap:1rem!important;margin-bottom:1.75rem!important;padding-bottom:1.25rem!important;border-bottom:1px solid #f1f5f9!important}.faqs-icon-badge{width:42px!important;height:42px!important;border-radius:11px!important;background:linear-gradient(135deg,#da291c,#b91c1c)!important;color:#fff!important;font-weight:900!important;font-size:1.35rem!important;display:flex!important;align-items:center!important;justify-content:center!important}.faqs-main-header h2{font-size:1.6rem!important;font-weight:900!important;color:#0f172a!important;margin:0!important;letter-spacing:-.02em!important}.faqs-main-header p{font-size:.92rem!important;color:#64748b!important;margin:.25rem 0 0!important;font-weight:500!important}.faq-item{border:1px solid #e2e8f0!important;border-radius:12px!important;background:#f8fafc!important;overflow:hidden!important;margin-bottom:.85rem!important;transition:all .2s ease!important}.faq-item[open]{border-color:#da291c4d!important;background:#fff!important;box-shadow:0 4px 14px #da291c0d!important}.faq-question{padding:1.15rem 1.4rem!important;font-size:1.05rem!important;font-weight:700!important;color:#0f172a!important}.faq-answer{padding:0 1.4rem 1.35rem!important;font-size:.98rem!important;color:#334155!important;line-height:1.72!important}.article-main-content{min-width:0;width:100%;max-width:100%;margin:0}.prose{width:100%!important;max-width:100%!important}.article-tldr-box,.key-takeaways-container,.article-faqs-section,.quick-answer-box,.related-cards-grid{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.key-takeaways-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:1.5rem 1.75rem!important;margin:1.75rem 0 2.25rem!important;box-shadow:0 4px 16px #00000008!important;width:100%!important;box-sizing:border-box!important}.takeaways-badge-header{display:flex!important;align-items:center!important;gap:.85rem!important;margin-bottom:1.15rem!important;padding-bottom:.75rem!important;border-bottom:1px solid #f1f5f9!important}.takeaways-pill-tag{font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#da291c!important;background:#da291c14!important;padding:3px 10px!important;border-radius:6px!important}.takeaways-card-title{font-size:1.12rem!important;font-weight:800!important;color:#0f172a!important;margin:0!important}.takeaways-grid-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:.85rem!important}.takeaways-grid-list li{display:flex!important;align-items:flex-start!important;gap:.75rem!important;font-size:1.02rem!important;line-height:1.68!important;color:#334155!important}.takeaways-grid-list li .takeaway-bullet{color:#da291c!important;font-size:1.25rem!important;line-height:1.2!important;flex-shrink:0!important}.takeaways-grid-list li strong{color:#0f172a!important;font-weight:700!important}.lead-intro-paragraph{position:relative!important;padding-left:1.25rem!important;font-size:1.14rem!important;line-height:1.84!important;color:#1e293b!important;margin:2rem 0!important}.lead-intro-paragraph:before{content:""!important;position:absolute!important;left:0!important;top:4px!important;width:4px!important;height:90%!important;background-color:#ef4444!important;border-radius:2px!important}.article-faqs-container{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:2.25rem!important;margin:3.5rem 0 2.5rem!important;box-shadow:0 4px 20px #00000008!important;width:100%!important;box-sizing:border-box!important}.faqs-heading-bar{margin-bottom:1.75rem!important;padding-bottom:1rem!important;border-bottom:1px solid #f1f5f9!important}.faqs-heading-bar h2{font-size:1.65rem!important;font-weight:900!important;color:#0f172a!important;margin:0!important;border:none!important;padding:0!important}.faqs-heading-bar p{font-size:.95rem!important;color:#64748b!important;margin:.35rem 0 0!important}.faqs-accordion-list{display:flex!important;flex-direction:column!important;gap:.75rem!important}.faq-accordion-item{border:1px solid #e2e8f0!important;border-radius:10px!important;background:#f8fafc!important;overflow:hidden!important;transition:all .2s ease!important}.faq-accordion-item[open]{border-color:#cbd5e1!important;background:#fff!important;box-shadow:0 2px 8px #00000008!important}.faq-accordion-title{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:1.1rem 1.35rem!important;font-size:1.05rem!important;font-weight:700!important;color:#0f172a!important;cursor:pointer!important;user-select:none!important;list-style:none!important}.faq-accordion-title::-webkit-details-marker{display:none!important}.faq-chevron{font-size:1.25rem!important;color:#64748b!important;font-weight:600!important;line-height:1!important;transition:transform .2s ease!important}.faq-accordion-item[open] .faq-chevron{transform:rotate(45deg)!important}.faq-accordion-content{padding:0 1.35rem 1.25rem!important;font-size:.98rem!important;color:#334155!important;line-height:1.72!important}.faq-accordion-content p{margin:0!important}.article-takeaways-box{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-left:4px solid #ef4444!important;border-radius:0 14px 14px 0!important;padding:1.35rem 1.65rem!important;margin:1.65rem 0 2.25rem!important;box-shadow:0 2px 10px #00000005!important;width:100%!important;box-sizing:border-box!important}.takeaways-badge-pill{display:inline-flex!important;align-items:center!important;gap:.4rem!important;background:#fee2e2!important;color:#b91c1c!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;padding:3px 11px!important;border-radius:6px!important;margin-bottom:.95rem!important;border:1px solid #fecaca!important}.takeaways-box-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:.75rem!important}.takeaways-box-list li{position:relative!important;padding-left:1.35rem!important;font-size:1.03rem!important;line-height:1.72!important;color:#334155!important}.takeaways-box-list li:before{content:"•"!important;position:absolute!important;left:0!important;top:-1px!important;color:#ef4444!important;font-size:1.35rem!important;font-weight:700!important;line-height:1!important}.takeaways-box-list li strong{color:#0f172a!important;font-weight:700!important}html,body,.article-page-wrapper{background-color:#fff!important;color:#20222b!important}.site-header{background:#fff!important;border-bottom:1px solid #E3E4EA!important}.header-top-banner,.article-top-banner{background:#f8fafc!important;border:1px solid #E3E4EA!important;color:#20222b!important}.top-banner-badge{background:#0f172a!important;color:#fff!important}.top-banner-link{color:#da291c!important}.top-banner-link:hover{color:#a61e1e!important}.nav-link{color:#0f172a!important;font-weight:700!important}.nav-link:hover{color:#a61e1e!important}.nav-dropdown{background:#fff!important;border:1px solid #E3E4EA!important;box-shadow:0 10px 30px #464b711f!important}.nav-dropdown a{color:#20222b!important}.nav-dropdown a:hover{background:#f8fafc!important;color:#0f172a!important}.btn-cta,.btn-primary,.dl-btn{background:#0f172a!important;color:#fff!important;border:none!important;transition:all .2s ease!important}.btn-cta:hover,.btn-primary:hover,.dl-btn:hover{background:#a61e1e!important;color:#fff!important;box-shadow:0 6px 18px #353a5a40!important}h1,h2,h3,h4,h5,h6,.article-title,.featured-title{color:#0f172a!important}.prose h2{color:#0f172a!important;border-bottom:none!important}.prose h3{color:#0f172a!important;font-weight:800!important;border-bottom:none!important}.prose p,.prose li{color:#20222b!important}.article-meta-line,.text-muted,.reading-time,.article-author{color:#0f172a!important}.article-eyebrow{color:#475569!important}.article-eyebrow span:first-child{color:#da291c!important;font-weight:800!important}.prose a{color:#0f172a!important;text-decoration:underline!important}.prose a:hover{color:#a61e1e!important}.prose strong,.prose b{color:#20222b!important}.lead-intro-paragraph,.prose>p:first-of-type{color:#20222b!important}.lead-intro-paragraph:before,.prose>p:first-of-type:before{background-color:#da291c!important}.article-tldr-box{background:#f8fafc!important;border:1px solid #E3E4EA!important;border-left:4px solid #DA291C!important;border-radius:0 14px 14px 0!important;box-shadow:0 4px 16px #d6a04a0f!important}.tldr-badge-pill{background:#d6a04a29!important;color:#8c6018!important;border:1px solid rgba(214,160,74,.32)!important}.tldr-lead-text{color:#20222b!important}.article-takeaways-box{background:#f8fafc!important;border:1px solid #E3E4EA!important;border-left:4px solid #0F172A!important;border-radius:0 14px 14px 0!important;box-shadow:0 4px 16px #464b710a!important}.takeaways-badge-pill{background:#464b711f!important;color:#0f172a!important;border:1px solid rgba(70,75,113,.25)!important}.takeaways-box-list li{color:#20222b!important}.takeaways-box-list li:before{color:#da291c!important}.takeaways-box-list li strong{color:#0f172a!important}.quick-answer-box{background:#f8fafc!important;border:1px solid #E3E4EA!important;border-left:4px solid #475569!important;border-radius:0 12px 12px 0!important}.quick-answer-tag{background:#fff!important;color:#0f172a!important;border:1px solid #E3E4EA!important}.quick-answer-box p{color:#20222b!important}.sidebar-category-card{background:#fff!important;border:1px solid #E3E4EA!important;box-shadow:0 4px 18px #464b710a!important}.sidebar-category-pill,.sidebar-category-pill.category-orange,.sidebar-category-pill.category-purple,.sidebar-category-pill.category-amber,.sidebar-category-pill.category-blue{background:#0f172a!important;color:#fff!important}.sidebar-blog-link{color:#20222b!important}.sidebar-blog-link:hover{color:#0f172a!important}.sidebar-blog-link .bullet-icon{color:#da291c!important}.sidebar-cat-more,.sidebar-cat-more:hover{color:#0f172a!important}.sidebar-ad-card.corner-ad{background:#fff!important;border:1px solid #E3E4EA!important;box-shadow:0 10px 32px #464b7126!important}.ad-card-badge{background:#f8fafc!important;color:#0f172a!important}.ad-card-title{color:#20222b!important}.ad-card-meta{color:#0f172a!important}.ad-card-btn{background:#0f172a!important;color:#fff!important}.ad-card-btn:hover{background:#a61e1e!important}.article-faqs-container{background:#fff!important;border:1px solid #E3E4EA!important;box-shadow:0 4px 20px #464b710a!important}.faqs-heading-bar{border-bottom:1px solid #E3E4EA!important}.faqs-heading-bar h2,.faqs-heading-bar p{color:#0f172a!important}.faq-accordion-item{border:1px solid #E3E4EA!important;background:#f8fafc!important}.faq-accordion-item[open]{border-color:#475569!important;background:#fff!important}.faq-accordion-title{color:#20222b!important}.faq-accordion-title:hover{color:#0f172a!important}.faq-chevron{color:#475569!important}.faq-accordion-content{color:#20222b!important}.featured-card{background:#fff!important;border:1px solid #E2E8F0!important;box-shadow:0 4px 20px #d6a04a14!important}.featured-card:hover{border-color:#a61e1e!important;box-shadow:0 8px 30px #d6a04a33!important}.featured-tag{background:#f8fafc!important;color:#0f172a!important}.middle-3card{background:#fff!important;border:1px solid #E2E8F0!important}.middle-3card:hover{border-color:#a61e1e!important;box-shadow:0 6px 20px #d6a04a33!important}.middle-3card-tag{background:#f8fafc!important;color:#da291c!important}.grid-card{background:#fff!important;border:1px solid #E2E8F0!important}.post-card{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:12px!important;padding:1.25rem 1.5rem!important;margin-bottom:1.25rem!important;transition:all .2s ease!important;box-shadow:0 4px 16px #d6a04a0f!important}.post-card:hover{border-color:#a61e1e!important;box-shadow:0 8px 24px #d6a04a2e!important}.grid-card:hover{border-color:#a61e1e!important;box-shadow:0 6px 20px #d6a04a2e!important}.col-pill-header{color:#fff!important}.site-footer{background:#fff!important;border-top:1px solid #E3E4EA!important;color:#0f172a!important}.footer-link{color:#0f172a!important}.footer-link:hover{color:#a61e1e!important}.article-left-sidebar,.article-right-sidebar{position:static!important;top:auto!important;align-self:flex-start!important;display:flex;flex-direction:column;gap:1.25rem;width:240px;max-height:none!important;overflow-y:visible!important}.article-left-sidebar::-webkit-scrollbar,.article-right-sidebar::-webkit-scrollbar{width:4px!important}.article-left-sidebar::-webkit-scrollbar-thumb,.article-right-sidebar::-webkit-scrollbar-thumb{background:#e3e4ea!important;border-radius:4px!important}.article-page-wrapper{background-color:#f6f7fb!important;min-height:calc(100vh - 140px);width:100%}@media (max-width: 900px){.article-main-col{padding:0!important;border-radius:0!important}}@media (max-width: 600px){.article-main-col{padding:0!important;border-radius:0!important}}:root{--page-bg: #FAF9F6 !important;--bg-main: #FAF9F6 !important}html,body,.article-page-wrapper,main{background-color:#faf9f6!important}.site-header{background-color:#faf9f6!important;border-bottom:1px solid #E3E4EA!important}.site-footer{background-color:#faf9f6!important;border-top:1px solid #E3E4EA!important}.sidebar-category-card{background:transparent!important;border:none!important;box-shadow:none!important;padding:.25rem 0!important;border-radius:0!important;margin-bottom:1.5rem!important}.sidebar-related-card{background:transparent!important;border:none!important;box-shadow:none!important;padding:.25rem 0!important;border-radius:0!important}.ticker-bar{background:#20222b!important;color:#fff!important;padding:.65rem 0!important;font-size:.84rem!important;font-weight:700!important;letter-spacing:.02em!important;border-top:1px solid #A61E1E!important;border-bottom:1px solid #A61E1E!important;overflow:hidden!important;white-space:nowrap!important;position:relative!important;width:100%!important}.ticker-track{display:flex!important;width:max-content!important;animation:filmRoll 38s linear infinite!important}.ticker-bar:hover .ticker-track{animation-play-state:paused!important}.ticker-content{display:flex!important;align-items:center!important;gap:1.75rem!important;padding-right:1.75rem!important}.ticker-item{display:inline-flex!important;align-items:center!important;gap:.4rem!important;white-space:nowrap!important;color:#fff!important}.ticker-item span.dot{color:#da291c!important;font-size:1.15rem!important;margin-right:.4rem!important}.top-announcement-bar{background:#0f172a!important;color:#fff!important;font-size:.76rem!important;font-weight:800!important;letter-spacing:.06em!important;text-align:center!important;padding:.45rem 1rem!important}.brand{display:flex!important;align-items:center!important;text-decoration:none!important;padding:4px 0!important}.brand-logo-img{height:46px!important;width:auto!important;max-height:50px!important;object-fit:contain!important;display:block!important;transition:transform .2s cubic-bezier(.16,1,.3,1)!important}.brand:hover .brand-logo-img{transform:translateY(-1px) scale(1.02)!important}.footer-logo-img{height:40px!important;width:auto!important;max-height:44px!important;object-fit:contain!important;display:block!important}.brand-logo-img{height:54px!important;width:auto!important;max-height:58px!important;object-fit:contain!important;display:block!important;filter:none!important;transition:transform .2s ease!important}.brand:hover .brand-logo-img{transform:scale(1.04)!important}.brand{display:flex!important;align-items:center!important;padding:4px 0!important}.brand-logo-img{height:84px!important;width:auto!important;max-height:90px!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 2px 8px rgba(70,75,113,.12))!important;transition:transform .2s cubic-bezier(.16,1,.3,1)!important}.brand:hover .brand-logo-img{transform:scale(1.05)!important}.brand{display:flex!important;align-items:center!important;text-decoration:none!important;padding:6px 0!important}.brand-logo-img{height:46px!important;width:auto!important;max-height:50px!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 2px 6px rgba(70,75,113,.12))!important;transition:transform .2s cubic-bezier(.16,1,.3,1)!important}.brand:hover .brand-logo-img{transform:scale(1.06)!important}.footer-logo-img{height:38px!important;width:auto!important;max-height:42px!important;object-fit:contain!important;display:block!important}.brand{display:inline-flex!important;align-items:center!important;gap:.65rem!important;text-decoration:none!important;cursor:pointer!important}.brand-logo-img{height:28px!important;width:auto!important;max-height:30px!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 1px 4px rgba(70,75,113,.15))!important;transition:transform .2s cubic-bezier(.16,1,.3,1)!important}.brand-name{font-family:Lato,sans-serif!important;font-size:1.45rem!important;font-weight:900!important;color:#0f172a!important;letter-spacing:-.02em!important;line-height:1!important;display:inline-block!important;transition:color .2s ease!important}.brand:hover .brand-logo-img{transform:scale(1.08)!important}.brand:hover .brand-name{color:#a61e1e!important}.footer-brand-row{display:flex!important;align-items:center!important;gap:1.25rem!important;flex-wrap:wrap!important}.footer-logo-img{height:24px!important;width:auto!important;max-height:26px!important;object-fit:contain!important;display:block!important}.footer-brand-name{font-size:1.2rem!important;font-weight:800!important}:root{--secondary: #0F172A !important;--secondary-text: #0F172A !important}.article-eyebrow-row,.article-h1-meta,.article-lead-author,.article-lead-date,.faq-intro-text,.post-meta,.sidebar-ad-meta,.card-meta,.text-secondary,.sidebar-related-header,.sidebar-category-pill{color:#0f172a!important}.article-tldr-box,.article-takeaways-box,.key-takeaways-container{background:#f8f9fd!important;border:1px solid #E3E4EA!important;border-left:4px solid #DA291C!important;border-radius:0 14px 14px 0!important;padding:1.35rem 1.65rem!important;margin:1.85rem 0 2.25rem!important;box-shadow:0 4px 18px #5a609014!important;box-sizing:border-box!important}.article-tldr-box strong,.article-takeaways-box strong,.key-takeaways-container strong{color:#da291c!important;font-weight:800!important}.tldr-lead-text,.takeaways-lead-text{color:#20222b!important;font-size:.98rem!important;line-height:1.65!important;margin:0!important}.takeaways-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:.65rem!important}.takeaways-list li{display:flex!important;align-items:flex-start!important;gap:.55rem!important;font-size:.94rem!important;line-height:1.55!important;color:#20222b!important;margin:0!important}.takeaways-list li strong{color:#da291c!important;font-weight:800!important}.article-tldr-box{background:#f8f9fd!important;border:1px solid #E3E4EA!important;border-left:4px solid #DA291C!important;border-radius:0 14px 14px 0!important;padding:1.35rem 1.65rem!important;margin:1.5rem 0 1.75rem!important;box-shadow:0 4px 18px #5a609014!important;box-sizing:border-box!important;display:block!important}.article-takeaways-box{background:#f8f9fd!important;border:1px solid #E3E4EA!important;border-left:4px solid #DA291C!important;border-radius:0 14px 14px 0!important;padding:1.35rem 1.65rem!important;margin:0 0 2.25rem!important;box-shadow:0 4px 18px #5a609014!important;box-sizing:border-box!important;display:block!important}.tldr-badge-pill,.takeaways-badge-pill{display:inline-flex!important;align-items:center!important;gap:.4rem!important;background:#da291c!important;color:#fff!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;padding:4px 11px!important;border-radius:6px!important;margin-bottom:.85rem!important;border:none!important;box-shadow:0 2px 8px #5a609047!important}.tldr-badge-pill svg,.takeaways-badge-pill svg{stroke:#fff!important}.article-tldr-box strong,.article-takeaways-box strong,.takeaways-list li strong{color:#da291c!important;font-weight:800!important}.takeaways-list li:before{content:"✓"!important;color:#da291c!important;font-weight:900!important;font-size:1.05rem!important;line-height:1.2!important;flex-shrink:0!important}.takeaways-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:.85rem!important}.takeaways-list li{position:relative!important;padding-left:1.85rem!important;font-size:.96rem!important;line-height:1.65!important;color:#20222b!important;margin:0!important;display:block!important;text-align:left!important}.takeaways-list li:before{content:"✓"!important;position:absolute!important;left:0!important;top:0!important;color:#da291c!important;font-weight:900!important;font-size:1.15rem!important;line-height:1.5!important}.takeaways-list li strong{color:#da291c!important;font-weight:800!important;display:inline!important;margin-right:.35rem!important}.article-takeaways-container{margin:0 0 2.25rem!important;display:block!important}.takeaway-card-stack{display:flex!important;flex-direction:column!important;gap:.75rem!important;margin-top:.85rem!important}.takeaway-point-box{background:#f8f9fd!important;border:1px solid #E3E4EA!important;border-left:4px solid #DA291C!important;border-radius:0 12px 12px 0!important;padding:1rem 1.35rem!important;box-shadow:0 2px 10px #5a60900a!important;display:flex!important;align-items:flex-start!important;gap:.85rem!important;box-sizing:border-box!important;transition:transform .18s ease,box-shadow .18s ease!important}.takeaway-point-box:hover{transform:translate(3px)!important;box-shadow:0 4px 14px #5a609014!important}.point-check{color:#da291c!important;font-weight:900!important;font-size:1.15rem!important;line-height:1.4!important;flex-shrink:0!important}.point-text{font-size:.95rem!important;line-height:1.6!important;color:#20222b!important;flex:1!important}.point-text strong{color:#da291c!important;font-weight:800!important;margin-right:.35rem!important}.article-main-col{min-width:0!important;width:100%!important;background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;box-sizing:border-box!important}.article-header-box{background:#fff!important;border:1px solid #E3E4EA!important;border-radius:16px!important;padding:2rem 2.25rem!important;box-shadow:0 4px 18px #3236520a,0 1px 3px #00000005!important;margin-bottom:1.5rem!important}.prose>p,.prose>h4,.prose>ul,.prose>ol,.prose>blockquote,.prose>details,.prose>div:not(.takeaway-card-stack):not(.article-tldr-box),.quick-answer-box,.post-footer-cta{background:#fff!important;border:1px solid #E3E4EA!important;border-radius:14px!important;padding:1.5rem 1.75rem!important;box-shadow:0 4px 18px #3236520a,0 1px 3px #00000005!important;margin-bottom:1.5rem!important;box-sizing:border-box!important}.prose>h2,.prose>h3{background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;margin-top:1.5rem!important;margin-bottom:.65rem!important}.prose>h2{color:#0f172a!important;font-size:1.55rem!important;font-weight:800!important;margin-top:1.5rem!important;margin-bottom:.65rem!important;border-bottom:none!important}.prose>h3{color:#0f172a!important;font-size:1.25rem!important;font-weight:800!important;margin-top:1.25rem!important;margin-bottom:.5rem!important;border-bottom:none!important}.prose>h3{color:#0f172a!important;font-size:1.2rem!important;font-weight:800!important;border-left:3px solid #DA291C!important;padding:1.15rem 1.5rem 1.15rem 1.35rem!important;margin-top:1.5rem!important;margin-bottom:1.15rem!important}.quick-answer-box{background:#fff!important;border:1px solid #E3E4EA!important;border-left:4px solid #DA291C!important;border-radius:14px!important;padding:1.35rem 1.75rem!important;margin-bottom:1.5rem!important}.quick-answer-tag{display:inline-block!important;background:#da291c!important;color:#fff!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:3px 10px!important;border-radius:6px!important;margin-bottom:.65rem!important;border:none!important}.prose>p{color:#20222b!important;font-size:1rem!important;line-height:1.75!important}.article-tldr-box{background:#fff!important;border:1px solid #E3E4EA!important;border-left:4px solid #DA291C!important;border-radius:14px!important;padding:1.5rem 1.75rem!important;margin-bottom:1.5rem!important;box-shadow:0 4px 18px #5a60900f!important}.article-takeaways-container{margin-bottom:1.5rem!important}.takeaway-point-box{background:#fff!important;border:1px solid #E3E4EA!important;border-left:4px solid #DA291C!important;border-radius:12px!important;padding:1.15rem 1.45rem!important;box-shadow:0 3px 12px #5a60900a!important}.layout-flex-24obs{display:flex!important;gap:28px!important;align-items:flex-start!important;justify-content:center!important;width:100%!important;max-width:1360px!important;margin:0 auto!important;transform:none!important;box-sizing:border-box!important}.desktop-sidebar-24obs.left-sidebar,.desktop-sidebar-24obs.right-sidebar{width:200px!important;margin:0!important;transform:none!important}.sidebar-nav-item:hover{background:#5a60900a!important;color:#0f172a!important}.sidebar-nav-item.active{color:#0f172a!important;font-weight:700!important;background:transparent!important}.sidebar-view-all-link{display:inline-block!important;margin-top:8px!important;padding:4px 8px!important;font-size:.78rem!important;font-weight:700!important;color:#0f172a!important;text-decoration:none!important}.sidebar-view-all-link:hover{color:#24273b!important;text-decoration:underline!important}.sidebar-promo-card{background:#f8f9fd!important;border:1.5px solid #E2E8F0!important;border-radius:12px!important;padding:14px 10px!important;margin-top:16px!important;text-align:center!important;box-shadow:0 2px 8px #3236520d!important;box-sizing:border-box!important}.sidebar-promo-text{font-size:.8rem!important;line-height:1.38!important;color:#0f172a!important;font-weight:700!important;margin:0 0 10px!important}.sidebar-cta-btn{display:block!important;width:100%!important;background:#0f172a!important;color:#fff!important;font-size:.8rem!important;font-weight:800!important;padding:8px 10px!important;border-radius:8px!important;text-decoration:none!important;box-shadow:0 2px 8px #32365233!important;transition:all .2s ease!important;box-sizing:border-box!important}.sidebar-cta-btn:hover{background:#24273b!important;box-shadow:0 4px 12px #3236524d!important}.article-center-col{flex:1 1 0!important;min-width:0!important;max-width:900px!important;margin:0!important;transform:none!important;box-sizing:border-box!important}.article-center-col header,.article-header{margin-bottom:24px!important;border-bottom:1px solid #e2e8f0!important;padding-bottom:20px!important;width:100%!important}.article-meta-row{display:flex!important;gap:8px!important;font-size:.82rem!important;font-weight:800!important;color:#0f172a!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:8px!important;flex-wrap:wrap!important}.article-center-col h1,.article-main-title{font-size:2.15rem!important;font-weight:800!important;line-height:1.25!important;margin:0 0 12px!important;color:#0f172a!important;width:100%!important;letter-spacing:-.01em!important}.article-main-desc{font-size:1.05rem!important;color:#475569!important;line-height:1.55!important;margin:0!important}#tldr,.article-tldr-box{background:#747aa914!important;border:1px solid rgba(116,122,169,.22)!important;border-left:5px solid #DA291C!important;border-radius:10px!important;padding:18px 22px!important;margin-bottom:32px!important;width:100%!important;box-sizing:border-box!important;display:block!important;box-shadow:0 2px 12px #747aa90f!important}#tldr h3,.article-tldr-box h3{font-size:1.15rem!important;font-weight:800!important;color:#0f172a!important;margin:0 0 6px!important}#tldr p,.article-tldr-box p{font-size:1.05rem!important;line-height:1.7!important;color:#09090b!important;margin:0!important}#key-takeaways,.article-takeaways-box,.article-takeaways-container{background:#747aa914!important;border:1px solid rgba(116,122,169,.22)!important;border-left:5px solid #DA291C!important;border-radius:10px!important;padding:18px 22px!important;margin-bottom:32px!important;width:100%!important;box-shadow:0 2px 12px #747aa90f!important;box-sizing:border-box!important;display:block!important}#key-takeaways h3,.article-takeaways-box h3{font-size:1.15rem!important;font-weight:800!important;color:#0f172a!important;margin:0 0 12px!important;text-transform:uppercase!important;letter-spacing:.04em!important}.takeaways-list-24obs{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:16px!important}.takeaways-list-24obs li{display:flex!important;align-items:flex-start!important;gap:12px!important;font-size:1.05rem!important;line-height:1.7!important;color:#09090b!important;text-align:left!important;margin:0!important;padding:0!important}.takeaways-list-24obs li .takeaway-bullet{color:#da291c!important;font-size:1.2rem!important;line-height:1.4!important;flex-shrink:0!important;font-weight:800!important}.takeaways-list-24obs li strong{color:#0f172a!important;font-weight:800!important}.blog-main-content-box{padding:24px 28px!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;margin-bottom:32px!important;width:100%!important;box-shadow:0 4px 16px #00000008!important;box-sizing:border-box!important;display:block!important}@media (max-width: 768px){.blog-main-content-box{padding:16px 18px!important;border-radius:12px!important}}.blog-main-content-box h2{font-size:1.8rem!important;font-weight:800!important;margin-top:2.25rem!important;margin-bottom:18px!important;color:#0f172a!important;line-height:1.3!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.blog-main-content-box h2:first-of-type{margin-top:.5rem!important}.blog-main-content-box h3{font-size:1.35rem!important;font-weight:800!important;margin-top:1.75rem!important;margin-bottom:14px!important;color:#0f172a!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.blog-main-content-box p{font-size:1.05rem!important;line-height:1.75!important;color:#09090b!important;margin-bottom:16px!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.content-point-box,.quick-answer-card-24obs{padding:14px 20px!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;margin:18px 0!important;box-shadow:0 2px 8px #00000005!important;box-sizing:border-box!important;display:block!important}.content-point-box h4,.quick-answer-card-24obs h4{font-size:1.08rem!important;font-weight:700!important;margin:0 0 6px!important;color:#0f172a!important}.content-point-box p,.quick-answer-card-24obs p{font-size:1.02rem!important;line-height:1.65!important;color:#09090b!important;margin:0!important}#faq,.faq-section-box{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:24px 28px!important;margin-bottom:32px!important;width:100%!important;box-shadow:0 4px 16px #00000008!important;box-sizing:border-box!important;display:block!important}#faq h2,.faq-section-box h2{font-size:1.8rem!important;font-weight:800!important;margin-bottom:20px!important;color:#0f172a!important}#wrapping-it-up,.wrap-up-box{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:24px 28px!important;margin-bottom:32px!important;text-align:center!important;width:100%!important;box-shadow:0 4px 16px #00000008!important;box-sizing:border-box!important;display:block!important}#wrapping-it-up h2,.wrap-up-box h2{font-size:1.8rem!important;font-weight:800!important;margin:0 0 10px!important;color:#0f172a!important}#wrapping-it-up p,.wrap-up-box p{font-size:1.05rem!important;line-height:1.65!important;color:#475569!important;margin-bottom:18px!important}.prose a.btn-primary,.prose a.btn-download,.prose a.btn-cta,.prose a.dl-btn,.prose a.download-btn,.prose .btn-primary,.btn-primary,.btn-download,.download-btn,.sidebar-cta-btn{color:#fff!important;background:#0f172a!important;font-weight:800!important;text-decoration:none!important;display:inline-block!important}.prose a.btn-primary:hover,.prose a.btn-download:hover,.prose a.btn-cta:hover,.btn-primary:hover,.btn-download:hover,.sidebar-cta-btn:hover{color:#fff!important;background:#0f172a!important;text-decoration:none!important}.faq-accordion-item{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:16px 20px!important;cursor:pointer!important;transition:all .2s ease!important;margin-bottom:12px!important}.faq-accordion-item:hover{border-color:#cbd5e1!important;background:#f1f5f9!important}.faq-accordion-summary{font-size:1.08rem!important;font-weight:800!important;color:#0f172a!important;list-style:none!important;display:flex!important;justify-content:space-between!important;align-items:center!important;user-select:none!important}.faq-accordion-summary::-webkit-details-marker{display:none!important}.faq-accordion-icon{font-size:1.3rem!important;color:#da291c!important;font-weight:800!important;flex-shrink:0!important;margin-left:12px!important;line-height:1!important}.faq-accordion-content{font-size:1.02rem!important;color:#1e293b!important;line-height:1.7!important;margin-top:12px!important;margin-bottom:0!important;padding-top:12px!important;border-top:1px solid #e2e8f0!important}.download-section-box{background:linear-gradient(135deg,#fff,#f8f9fd)!important;border:1.5px solid #e2e8f0!important;border-radius:18px!important;padding:36px 28px!important;margin-bottom:32px!important;text-align:center!important;width:100%!important;box-shadow:0 6px 24px #3236520f!important;box-sizing:border-box!important;display:block!important}.faq-wrapup-combined-box{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:28px!important;margin-bottom:32px!important;width:100%!important;box-shadow:0 4px 16px #00000008!important;box-sizing:border-box!important;display:block!important}@media (max-width: 768px){.faq-wrapup-combined-box{padding:18px!important;border-radius:12px!important}}.faq-wrapup-combined-box #faq,.faq-wrapup-combined-box #wrapping-it-up,.faq-wrapup-combined-box .faq-section-box,.faq-wrapup-combined-box .wrap-up-box{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin-bottom:0!important;width:100%!important;border-radius:0!important}body:has(.article-center-col) .ticker-bar,body:has(.page-container-24obs) .ticker-bar,body:has(.article-page-wrapper) .ticker-bar{display:none!important}#faq,.faq-section-box,#wrapping-it-up,.wrap-up-box{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:28px!important;margin-bottom:32px!important;width:100%!important;box-shadow:0 4px 16px #00000008!important;box-sizing:border-box!important;display:block!important}.article h2,.article>h2,.prose h2,.prose>h2{border-top:none!important;border-bottom:none!important;padding-top:0!important;margin-top:28px!important;margin-bottom:10px!important}.article>h2:before,.article h2:before,.prose>h2:before{font-size:1.05em!important;font-weight:800!important;color:var(--red)!important;font-family:var(--mono),"Fira Code",monospace!important;letter-spacing:.02em!important;margin-right:8px!important;vertical-align:baseline!important;display:inline-block!important}.faqs-section h2:before,#faqs h2:before,.key-takeaways h2:before,.key-takeaways h3:before{content:none!important;display:none!important}.article p,.prose p{margin-bottom:14px!important}.article ul,.article ol,.prose ul,.prose ol{margin-top:0!important;margin-bottom:12px!important;padding-left:22px!important}.article li,.prose li{margin-bottom:4px!important;line-height:1.6!important}.key-takeaways ul{gap:6px!important}.key-takeaways ul li{font-size:15px!important;line-height:1.55!important}.article{counter-reset:section}.article h2,.article>h2,article h2,.article-center-col h2,.prose h2,.prose>h2{border-top:none!important;border-bottom:none!important;border:none!important;outline:none!important;box-shadow:none!important;text-decoration:none!important;padding-top:0!important;padding-bottom:0!important;margin-top:22px!important;margin-bottom:8px!important;line-height:1.3!important;position:relative!important}.article>h2:before,.article h2:before,article h2:before,.article-center-col h2:before,.prose>h2:before{counter-increment:section;content:counter(section,decimal-leading-zero) " · ";color:#da291c!important;font-family:var(--mono, "Fira Code", monospace)!important;font-weight:800!important;font-size:1.4em!important;letter-spacing:.02em!important;margin-right:10px!important;vertical-align:baseline!important;display:inline-block!important}.faqs-section h2:before,#faqs h2:before,.faq-section h2:before,.faq-section-box h2:before,.key-takeaways h2:before,.key-takeaways h3:before,#wrapping-it-up h2:before,.wrap-up-box h2:before,#download h2:before,.download-section-box h2:before{content:none!important;display:none!important}.article h3,.article>h3,.prose h3{margin-top:18px!important;margin-bottom:6px!important}.article p,.prose p{margin-top:0!important;margin-bottom:12px!important;line-height:1.68!important}.article ul,.article ol,.prose ul,.prose ol{margin-top:0!important;margin-bottom:10px!important;padding-left:22px!important}.article li,.prose li{margin-bottom:3px!important;line-height:1.55!important}.key-takeaways ul{gap:5px!important}.key-takeaways ul li{font-size:15px!important;line-height:1.5!important}.jump-grid{gap:6px!important}.jump-grid li{margin-bottom:3px!important}.page-container-24obs{width:100%!important;max-width:1400px!important;margin:0 auto!important;padding:20px 24px!important;box-sizing:border-box!important}.layout-flex-24obs{display:flex!important;gap:28px!important;align-items:flex-start!important;justify-content:center!important;width:100%!important;max-width:1360px!important;margin:0 auto!important;box-sizing:border-box!important}.desktop-sidebar-24obs{width:200px!important;flex-shrink:0!important;position:static!important;top:auto!important;align-self:flex-start!important;margin:0!important;transform:none!important;box-sizing:border-box!important}.desktop-sidebar-24obs.left-sidebar,.desktop-sidebar-24obs.right-sidebar{width:200px!important;margin:0!important}@media (max-width: 1120px){.desktop-sidebar-24obs{display:none!important}.layout-flex-24obs{gap:0!important}.article-center-col{max-width:100%!important}}.sidebar-header-pill-wrap{margin-bottom:10px!important;display:flex!important;align-items:center!important}.sidebar-pill-badge{background:#da291c!important;color:#fff!important;font-size:.7rem!important;font-weight:800!important;padding:3px 10px!important;border-radius:14px!important;letter-spacing:.05em!important;text-transform:uppercase!important;display:inline-block!important}.sidebar-nav-list{display:flex!important;flex-direction:column!important;gap:2px!important}.sidebar-nav-item{width:100%!important;box-sizing:border-box!important;padding:5px 8px!important;font-size:.81rem!important;color:#1e293b!important;font-weight:600!important;text-decoration:none!important;border-radius:6px!important;transition:all .15s ease!important;line-height:1.32!important;display:block!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.sidebar-nav-item:hover{background:#fff8f8!important;color:#da291c!important}.sidebar-nav-item.active{color:#da291c!important;font-weight:700!important;background:#fff8f8!important}.sidebar-view-all-link{display:inline-block!important;margin-top:8px!important;padding:4px 8px!important;font-size:.78rem!important;font-weight:700!important;color:#da291c!important;text-decoration:none!important}.sidebar-view-all-link:hover{color:#a61e1e!important;text-decoration:underline!important}.sidebar-promo-card{background:#fff8f8!important;border:1px solid rgba(218,41,28,.2)!important;border-radius:12px!important;padding:14px!important;margin-top:14px!important;text-align:center!important}.sidebar-promo-text{font-size:.8rem!important;color:#475569!important;line-height:1.4!important;margin:0 0 10px!important}.sidebar-cta-btn{background:#da291c!important;color:#fff!important;font-size:.78rem!important;font-weight:800!important;padding:8px 14px!important;border-radius:6px!important;text-decoration:none!important;display:inline-block!important;transition:all .2s ease!important}.sidebar-cta-btn:hover{background:#a61e1e!important;color:#fff!important}.article-center-col{flex:1 1 0!important;min-width:0!important;max-width:860px!important;box-sizing:border-box!important}.article-header{margin-bottom:24px!important}.article-meta-row{display:flex!important;align-items:center!important;gap:8px!important;font-size:.8rem!important;font-weight:700!important;color:#64748b!important;margin-bottom:12px!important}.article-meta-row span:first-child{color:#da291c!important;background:#fff5f5!important;padding:2px 8px!important;border-radius:4px!important}.article-main-title{font-size:2.2rem!important;font-weight:800!important;color:#0f172a!important;line-height:1.25!important;margin:0 0 12px!important}.article-main-desc{font-size:1.15rem!important;line-height:1.6!important;color:#475569!important;margin:0!important}.article-tldr-box{background:#fff5f5!important;border:1.5px solid rgba(218,41,28,.2)!important;border-left:5px solid #DA291C!important;border-radius:12px!important;padding:18px 22px!important;margin-bottom:20px!important;box-shadow:0 4px 16px #da291c0a!important;box-sizing:border-box!important}.article-takeaways-box{background:#fff!important;border:1.5px solid #E2E8F0!important;border-radius:14px!important;padding:20px 24px!important;margin-bottom:24px!important;box-shadow:0 4px 16px #00000005!important;box-sizing:border-box!important}.takeaways-list-24obs{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:8px!important}.takeaway-bullet{color:#da291c!important;font-weight:800!important;font-size:1.25rem!important;line-height:1.2!important}.faqs-accordion-box{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:16px!important;padding:12px 28px 24px!important;margin-bottom:24px!important;width:100%!important;box-shadow:0 4px 16px #00000005!important;box-sizing:border-box!important}.faq-accordion-item{background:#f8fafc!important;border:1px solid #E2E8F0!important;border-radius:12px!important;padding:14px 18px!important;margin-bottom:10px!important;cursor:pointer!important;transition:all .2s ease!important}.faq-accordion-summary{font-size:1.05rem!important;font-weight:800!important;color:#0f172a!important;list-style:none!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.faq-accordion-icon{font-size:1.25rem!important;color:#da291c!important;font-weight:800!important;margin-left:12px!important}.faq-accordion-content{font-size:1rem!important;color:#1e293b!important;line-height:1.68!important;margin-top:10px!important;margin-bottom:0!important;padding-top:10px!important;border-top:1px solid #E2E8F0!important}.wrap-up-box{background:#fff8f8!important;border:1px solid rgba(218,41,28,.2)!important;border-left:5px solid #DA291C!important;border-radius:16px!important;padding:24px 28px!important;margin-bottom:24px!important;width:100%!important;box-shadow:0 4px 16px #da291c08!important;box-sizing:border-box!important}.download-section-box{background:linear-gradient(135deg,#fff,#fff8f8)!important;border:1.5px solid rgba(218,41,28,.2)!important;border-radius:18px!important;padding:32px 28px!important;margin-bottom:24px!important;text-align:center!important;width:100%!important;box-shadow:0 6px 24px #da291c0f!important;box-sizing:border-box!important}.download-section-box h2{font-size:2rem!important;font-weight:800!important;color:#0f172a!important;margin:0 0 10px!important;border:none!important;padding-bottom:0!important}.download-section-box .btn-primary{display:inline-block!important;background:#da291c!important;color:#fff!important;font-size:1.08rem!important;font-weight:800!important;padding:14px 36px!important;border-radius:10px!important;text-decoration:none!important;box-shadow:0 4px 16px #da291c40!important;transition:all .2s ease!important}.download-section-box .btn-primary:hover{background:#a61e1e!important;transform:translateY(-1px)!important}.article-center-col h2:before,.blog-main-content-box h2:before,.prose h2:before{font-size:1.4em!important;font-weight:800!important;color:#da291c!important;display:inline-block!important;vertical-align:baseline!important}.article-center-col h2,.blog-main-content-box h2,.prose h2{border:none!important;border-top:none!important;border-bottom:none!important;padding-top:0!important;padding-bottom:0!important;margin-top:24px!important;margin-bottom:8px!important}.article-center-col p,.blog-main-content-box p,.prose p{margin-bottom:12px!important;line-height:1.68!important}.article-center-col li,.blog-main-content-box li,.prose li{margin-bottom:4px!important;line-height:1.55!important}.article-breadcrumbs{margin-bottom:1.1rem;font-size:.88rem;line-height:1.4}.breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;padding:0;margin:0;gap:.4rem}.breadcrumb-item{display:inline-flex;align-items:center}.breadcrumb-link{color:#64748b;text-decoration:none;font-weight:500;transition:color .15s ease}.breadcrumb-link:hover{color:#da291c;text-decoration:underline}.breadcrumb-separator{color:#94a3b8;font-size:1rem;margin:0 .15rem;user-select:none}.breadcrumb-current{color:#1e293b;font-weight:600;max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}@media (max-width: 640px){.breadcrumb-current{max-width:180px}}.ug-cat-btn span,.ug-cat-btn svg{pointer-events:none}.blog-main-content-box h1,.blog-main-content-box h2,.blog-main-content-box h3,.blog-main-content-box h4,.prose h1,.prose h2,.prose h3,.prose h4,.article-center-col h1,.article-center-col h2,.article-center-col h3,.article-center-col h4,.blog-main-content-box li,.prose li,.takeaways-list-24obs li,.article-center-col li{border-bottom:none!important;border-top:none!important;text-decoration:none!important;box-shadow:none!important}.blog-main-content-box{background:#fff!important;border:1.5px solid #E2E8F0!important;border-radius:16px!important;padding:36px 40px!important;margin-bottom:32px!important;box-shadow:0 4px 20px #00000005!important}.article>h2:before,.article h2:before,article h2:before,.article-center-col h2:before,.prose>h2:before,.prose h2:before,.blog-main-content-box h2:before{content:none!important;display:none!important;counter-increment:none!important}.desktop-sidebar-24obs{width:200px!important;flex-shrink:0!important;position:sticky!important;top:90px!important;align-self:flex-start!important;max-height:calc(100vh - 105px)!important;overflow-y:auto!important;scrollbar-width:thin!important;scrollbar-color:#E2E8F0 transparent!important;margin:0!important;transform:none!important;box-sizing:border-box!important}.desktop-sidebar-24obs.left-sidebar,.desktop-sidebar-24obs.right-sidebar{width:200px!important;margin:0!important;position:sticky!important;top:90px!important;align-self:flex-start!important}.desktop-sidebar-24obs::-webkit-scrollbar{width:4px!important}.desktop-sidebar-24obs::-webkit-scrollbar-thumb{background:#e2e8f0!important;border-radius:4px!important}@media (max-width: 1120px){.desktop-sidebar-24obs{display:none!important}}.layout-flex-24obs,.layout-flex-24obs *,.article-center-col,.article-center-col *,.blog-main-content-box,.blog-main-content-box *,.prose,.prose *,.article-tldr-box,.article-tldr-box *,.article-takeaways-box,.article-takeaways-box *,.faqs-accordion-box,.faqs-accordion-box *,.wrap-up-box,.wrap-up-box *,.download-section-box,.download-section-box *,.answer-card,.answer-card *,.specs-card,.specs-card *,.content-point-box,.content-point-box *,.quick-answer-card-24obs,.quick-answer-card-24obs *{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important}.blog-main-content-box p,.prose p,.prose>p,.article-center-col p,.article-center-col>p,.article-tldr-box p,#tldr p,.wrap-up-box p,#wrapping-it-up p{font-size:.925rem!important;line-height:1.72!important;font-family:Lato,sans-serif!important}.blog-main-content-box li,.prose li,.article-center-col li,.takeaways-list-24obs li,.takeaways-list-24obs li div,.takeaways-list-24obs li strong{font-size:.9rem!important;line-height:1.62!important;font-family:Lato,sans-serif!important}.blog-main-content-box h2,.prose h2,.prose>h2,.article-center-col h2,.wrap-up-box h2,#wrapping-it-up h2{font-size:1.68rem!important;font-family:Lato,sans-serif!important;font-weight:800!important}.blog-main-content-box h3,.prose h3,.prose>h3,.article-center-col h3,.article-tldr-box h3,#tldr h3,.article-takeaways-box h3,#key-takeaways h3{font-size:1.22rem!important;font-family:Lato,sans-serif!important;font-weight:800!important}.faqs-accordion-box h2{font-size:1.72rem!important;font-family:Lato,sans-serif!important}.faqs-accordion-box p{font-size:.925rem!important;font-family:Lato,sans-serif!important}.faq-accordion-summary,.faq-accordion-summary span{font-size:.925rem!important;font-family:Lato,sans-serif!important;font-weight:800!important}.faq-accordion-content,.faq-accordion-content p{font-size:.88rem!important;line-height:1.68!important;font-family:Lato,sans-serif!important}.answer-card p,.quick-answer-card-24obs p,.content-point-box p{font-size:13.5px!important;font-family:Lato,sans-serif!important}.specs-card,.specs-card *,.comparison-table th,.comparison-table td,.table-wrap th,.table-wrap td{font-size:13px!important;font-family:Lato,sans-serif!important}.download-section-box h2{font-size:1.88rem!important;font-family:Lato,sans-serif!important}.download-section-box p{font-size:.925rem!important;font-family:Lato,sans-serif!important}.download-section-box .btn-primary{font-size:.96rem!important;font-family:Lato,sans-serif!important}.related-cluster-section{margin-top:3.5rem;padding-top:2.5rem;border-top:2px solid #F1F5F9}.related-cluster-header{margin-bottom:2rem}.related-cluster-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .85rem;border-radius:9999px;background:#fff5f5;border:1px solid rgba(218,41,28,.2);color:#da291c;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.related-pill-dot{width:7px;height:7px;border-radius:50%;background:#da291c;display:inline-block}.related-cluster-title{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:900;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.related-cluster-desc{color:#64748b;font-size:.95rem;line-height:1.6;margin:0}.related-cluster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}@media (max-width: 900px){.related-cluster-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.related-cluster-grid{grid-template-columns:1fr}}.related-card-clean{background:#fff;border:1px solid #E2E8F0;border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;box-shadow:0 2px 10px #00000005;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease,border-color .2s ease}.related-card-clean:hover{transform:translateY(-4px);box-shadow:0 12px 28px -6px #da291c24;border-color:#da291c66}.related-card-link-wrapper{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.related-card-badge-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.related-card-tag{background:#fff5f5;color:#da291c;font-size:.72rem;font-weight:800;text-transform:uppercase;padding:.25rem .65rem;border-radius:6px;letter-spacing:.04em}.related-card-time{font-size:.75rem;color:#94a3b8;font-weight:600}.related-card-title{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.05rem;font-weight:800;color:#0f172a;line-height:1.4;margin:0 0 .65rem;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-card-clean:hover .related-card-title{color:#da291c}.related-card-excerpt{font-size:.85rem;line-height:1.55;color:#64748b;margin:0 0 1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.related-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #F1F5F9;padding-top:.75rem;margin-top:auto}.related-card-author{font-size:.75rem;font-weight:700;color:#64748b}.related-card-arrow{font-size:.8rem;font-weight:800;color:#da291c;transition:transform .2s ease}.related-card-clean:hover .related-card-arrow{transform:translate(4px)}.ug-logo-group{display:flex;align-items:center;gap:.75rem;text-decoration:none;cursor:pointer}.ug-logo-icon{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:8px!important;background:linear-gradient(135deg,#ee2c3c,#ba1422)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;box-shadow:0 4px 10px #ee2c3c47!important;flex-shrink:0!important;box-sizing:border-box!important;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease!important}.ug-logo-group:hover .ug-logo-icon{transform:scale(1.05);box-shadow:0 6px 14px #ee2c3c59!important}.ug-logo-icon svg{width:24px!important;height:24px!important;display:block!important}.ug-logo-text-block{display:flex;flex-direction:column;line-height:1.1}.ug-brand-name{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:#191e27;line-height:1.1}.ug-brand-name span{color:#da291c}.ug-brand-badge{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.65rem;font-weight:800;letter-spacing:.08em;color:#8e95a2;text-transform:uppercase;margin-top:1px}.tldr-highlight-link{color:#da291c!important;font-weight:700!important;text-decoration:underline!important;text-underline-offset:3px!important;transition:opacity .2s ease,text-decoration-color .2s ease}.tldr-highlight-link:hover{opacity:.82;text-decoration-color:#ba1422!important}.ug-logo-img{width:40px!important;height:40px!important;border-radius:8px!important;display:block!important;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1)!important}.ug-logo-group:hover .ug-logo-img{transform:scale(1.05)!important;box-shadow:0 6px 14px #ee2c3c61!important}
