@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}img,svg{vertical-align:middle}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:row;flex-wrap:nowrap;padding-left:0;margin-bottom:0;list-style:none;align-items:center;gap:1rem}.nav-link{display:block;padding:.5rem 0;color:#000c;text-decoration:none;transition:color .15s ease-in-out}.nav-link:hover,.nav-link:focus{color:var(--brand-primary)}.nav-link.active{color:var(--brand-primary);font-weight:600}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid rgba(0,0,0,.1);border-radius:.375rem;cursor:pointer;transition:box-shadow .15s ease-in-out}.navbar-toggler:focus{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100%}@media(min-width:768px){.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.nav-desktop{flex-grow:1}}@media(max-width:767.98px){.navbar-collapse{flex-basis:100%;flex-grow:1;max-height:0;overflow:hidden;transition:max-height .25s ease}.navbar[data-nav-open=true] .navbar-collapse{max-height:80vh}.navbar-expand-md .navbar-nav{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 0;width:100%}}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.375rem}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.h-100{height:100%}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.375rem}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.ms-auto{margin-left:auto}.ms-2{margin-left:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col-12{flex:0 0 auto;width:100%}.col-6{flex:0 0 auto;width:50%}.col-4{flex:0 0 auto;width:33.33333%}.col-3{flex:0 0 auto;width:25%}.col-2{flex:0 0 auto;width:16.66667%}.col-8{flex:0 0 auto;width:66.66667%}.col-9{flex:0 0 auto;width:75%}@media(min-width:576px){.col-sm-6{flex:0 0 auto;width:50%}}@media(min-width:768px){.col-md-2{flex:0 0 auto;width:16.66667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333%}.col-md-5{flex:0 0 auto;width:41.66667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333%}.col-md-8{flex:0 0 auto;width:66.66667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-12{flex:0 0 auto;width:100%}}@media(min-width:992px){.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333%}.col-lg-5{flex:0 0 auto;width:41.66667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333%}.col-lg-8{flex:0 0 auto;width:66.66667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-12{flex:0 0 auto;width:100%}}:root{--brand-primary: #6f42c1;--brand-primary-hover: #4b256a;--brand-accent: #4e2fa3;--brand-accent-hover: #351d74;--text-color: #333;--bg-light: #ffffff;--badge-dark: #2a2e36;--badge-warm: #f7b32b;--surface: #ffffff;--card-bg: #f7f8fa;--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--radius-xs: 4px;--radius-sm: 8px;--radius-pill: 999px;--footer-bg: #2a2e36;--footer-fg: #e0e0e0}body{padding-top:5rem;font-size:16px;line-height:1.6;font-family:DM Sans,Inter,Roboto,sans-serif;color:var(--text-color);background-color:var(--bg-light);margin:0}h1,h2,h3{font-family:Outfit,ui-sans-serif,system-ui,sans-serif;font-weight:700;line-height:1.25}h1{font-style:normal;font-size:3rem;line-height:1.142;margin-bottom:0}h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}h3{font-weight:500;font-size:1.25rem;line-height:1.142;padding-top:3.75rem;padding-bottom:1.875rem}@media(max-width:767.98px){h1{font-size:1.75rem;margin-bottom:.5rem}h2{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}h3{font-size:1rem;padding-top:1.5rem;padding-bottom:.75rem}}.logo{display:inline-block;margin-right:.625rem}.brand-text{display:inline-block;font-size:1.25rem;font-weight:600;color:var(--text-color);vertical-align:middle}.navbar-brand{display:flex;align-items:center;text-decoration:none}.navbar-brand:hover .brand-text{color:var(--brand-primary)}.navbar{background:#fffffff7;backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter:saturate(180%) blur(8px);box-shadow:0 2px 2px -2px #00000026}.btn-subscribe{background:var(--brand-primary);color:#fff!important;border:none;border-radius:var(--radius-xs);padding:.4em 1.1em;font-weight:600;font-size:1rem;cursor:pointer;text-decoration:none!important;transition:background .2s,box-shadow .2s,transform .15s;box-shadow:0 2px 8px #6f42c133;display:inline-flex;align-items:center;min-height:44px}.btn-subscribe:hover,.btn-subscribe:focus{background:var(--brand-primary-hover);color:#fff!important;box-shadow:0 4px 14px #6f42c159;transform:translateY(-1px);text-decoration:none!important}a{color:var(--brand-primary);transition:color .2s;text-decoration:underline}a:hover,a:focus{color:var(--brand-primary-hover);text-decoration:none}.button,button,.btn{background:var(--brand-primary);color:#fff;border:none;border-radius:4px;padding:.5em 1.5em;font-weight:600;cursor:pointer;transition:background .2s,color .2s;box-shadow:0 2px 8px #66369914}.button:hover,.button:focus,button:hover,button:focus,.btn:hover,.btn:focus{background:var(--brand-primary-hover);color:#fff}.tag{background:var(--brand-primary);color:#fff;padding:.625rem .875rem;border-radius:999px;margin:.125rem 0;display:inline-flex;align-items:center;min-height:44px;text-decoration:none}.category-badge{background-color:var(--category-bg, var(--badge-dark));color:#fff;font-size:1.1rem;padding:.6em 1.2em;display:flex;align-items:center;gap:.5em}.category-icon{margin-left:.1em;margin-right:.5em}.rate-badge{background-color:var(--rate-bg, var(--badge-warm));color:#222;font-size:1.1rem;padding:.6em 1.2em;display:flex;align-items:center;gap:.5em}.rate-icon{margin-left:.1em;margin-right:.5em}.rating-count{color:#222}.category-tag,.category-tag:hover{color:#fff;text-decoration:none}.product-image{margin-bottom:1rem}#product-details h2{margin-top:0}#product-details p{display:flex;gap:.375rem;flex-wrap:wrap}.label{font-weight:800}.lead{font-size:1.25rem;font-weight:300}.categories{list-style:none;padding:0}.categories li{display:inline-block;margin-right:1rem}.social{text-align:right;margin-bottom:.75rem}p{font-size:1.125rem;margin-top:1.5rem;margin-bottom:1.5rem;line-height:1.6}.toc{position:sticky;top:4.75rem;max-height:calc(100vh - 5rem);overflow-y:auto;padding:1.25rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-left:4px solid var(--brand-primary);border-radius:8px}@media(max-width:767.98px){.toc{position:relative;top:0;margin-bottom:1.5rem;max-height:none}}.toc-first{margin-bottom:0}@media(max-width:767.98px){.product-col-2{margin-top:-1rem}}.product-details-card{background-color:#f8f9fa!important;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d!important}@media(max-width:767.98px){.product-details-card{margin-top:1rem}}.bio{margin-top:2rem;margin-bottom:2rem}.related-articles{margin-bottom:2rem;margin-top:2rem;border-top:1px solid #e9ecef}.related-articles h2{font-size:1.5rem;margin-bottom:1.25rem;color:#212529}.related-articles-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:576px){.related-articles-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}.related-article-card{display:flex;flex-direction:row;align-items:stretch;overflow:hidden;padding:0;min-height:110px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;text-decoration:none;color:#495057;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.related-article-card:hover{border-color:#dee2e6;transform:translateY(-2px);box-shadow:0 4px 12px #00000014;text-decoration:none;color:#212529}.related-article-card .related-article-image{flex:0 0 35%;max-width:35%;width:100%;height:100%;object-fit:cover;display:block}.related-article-card .card-body{flex:1 1 auto;min-width:0;padding:.875rem 1rem;display:flex;align-items:center}.related-article-card .card-title{font-weight:500;line-height:1.35;font-size:.95rem;color:inherit;word-break:break-word;overflow-wrap:break-word}@media(min-width:576px){.related-article-card .card-title{font-size:1rem}}.shares{padding-right:0;padding-bottom:0;float:none;margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.shares>button,.shares>div{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;flex-shrink:0;background-color:#7f7f7f}div[itemprop=itemListElement]{display:inline}.tags{flex-wrap:wrap;gap:12px;display:flex}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}header.site-header{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0}header .logo{font-size:1.5rem;font-weight:700;color:var(--brand-accent);text-decoration:none}.hero{display:flex;flex-wrap:wrap;align-items:center;margin:2rem auto}.hero img{width:100%;max-width:480px;border-radius:8px;box-shadow:0 4px 12px #00000014;margin-left:auto}.hero h1{font-size:2.2rem;margin-top:0;margin-bottom:1rem;color:#1f1f1f}.card{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 2px 6px #0000000d;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease;margin-bottom:0;height:100%}.card:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-3px)}.card img{width:100%;aspect-ratio:3/2;object-fit:cover}.card h3{font-size:1.25rem;margin:1rem;color:#1f1f1f}.card p{font-size:1rem;margin:0 1rem 1.5rem;color:#666}.card a{display:block;margin:0 1rem;color:var(--brand-accent);font-weight:500;text-decoration:none}.card a:hover{text-decoration:underline}.site-footer{padding:2rem 0;color:#666;font-size:1rem}.site-footer a{color:#e8e8e8;text-decoration:none}.site-footer a:hover,.site-footer .copyright a{text-decoration:underline}#nav-mobile.collapsing{transition:none;height:auto}.articles{max-width:1200px;margin-left:auto;margin-right:auto;--bs-gutter-x: 1.5rem;align-items:stretch;padding-left:.75rem;padding-right:.75rem}.articles>*{margin-bottom:1.5rem}.card-body{padding-left:0;padding-right:0}:root{--bg: #ffffff;--text: #0b0b0b;--muted: #6b6f76;--muted-2: #8f949c;--border: #e9ebee;--card: #f7f8fa;--accent: #2f68ff;--accent-2: #6a4df5;--accent-soft: #eef3ff;--cta-bg: #0f1114}.home{color:var(--text);background:var(--bg)}.hero--split{background:#fff;padding:2.5rem 2rem;margin-top:1.5rem;margin-bottom:3rem}.hero__row{align-items:center}.hero__content{padding-bottom:24px}.hero__title{font-size:clamp(28px,4vw,48px);line-height:1.05;font-weight:800;letter-spacing:-.02em;margin:0 0 16px;color:#1a1a2e}.hero__lead{font-size:clamp(16px,2.2vw,20px);color:#555;margin-bottom:20px}.hero__tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.hero__tags li{font-size:1rem;border:1px solid var(--border);background:#fff;padding:10px 14px;border-radius:999px;color:#2b2f36;min-height:44px;display:inline-flex;align-items:center}.hero__media{text-align:center}.hero__image{width:100%;max-width:480px;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #6f42c126}@media(max-width:767.98px){.hero--split{padding:1.5rem;margin-top:0;margin-bottom:2rem}}.section--grid,.section.topics{padding-top:1.5rem}@media(min-width:768px){.section--grid,.section.topics{padding-top:2rem}}.section--cta{padding:32px 0}.section__header{margin-bottom:24px}.section__title{font-size:clamp(22px,2.8vw,32px);font-weight:750;margin:0 0 6px;letter-spacing:-.01em;padding-bottom:10px;border-bottom:3px solid var(--brand-primary);display:inline-block}.section__subtitle{margin:4px 0 0;color:var(--muted);font-size:1rem;line-height:1.4}.tags__label{align-self:center;display:flex;align-items:center;opacity:.75}.card-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:16px;padding:4px 16px}@media(min-width:576px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding:0}}.newsletter{background:var(--cta-bg);color:#fff;margin:24px 0;border-radius:8px}.newsletter__row{align-items:center;padding:28px 24px}@media(min-width:992px){.newsletter__row{padding:36px 40px}}.newsletter__title{font-size:clamp(20px,2.6vw,28px);margin:0 0 6px;font-weight:750}.newsletter__text{margin:0;color:#cfd3da}.ml-form-embedContent p{display:none!important}.topics__panel{padding:8px 0 0}a.tag[data-panel]{background:#fff;color:var(--brand-primary);border:1px solid var(--brand-primary)}a.tag[data-panel]:hover{background:var(--accent-soft, #f0ebff);color:var(--brand-primary)}a.tag[data-panel].tab-active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary);font-weight:700;box-shadow:0 2px 8px #6f42c159;text-decoration:none}#back-to-top{position:fixed;bottom:2rem;right:1.5rem;z-index:1000;width:44px;height:44px;padding:0;border-radius:50%;background:var(--brand-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #6f42c159;opacity:0;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}#back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}#back-to-top:hover{background:var(--brand-primary-hover);box-shadow:0 6px 16px #6f42c166}@media(max-width:767.98px){#back-to-top{bottom:1rem;right:1rem;width:44px;height:44px}}.section--bio{padding-top:10px;padding-bottom:20px}.blog-post .articles{max-width:none;margin-left:0;margin-right:0;padding:0}.blog-post header h1{margin-bottom:1.25rem;line-height:1.3}.blog-post header .shares{margin-bottom:1.25rem}@media(max-width:767.98px){.blog-post header .shares{margin-bottom:1rem}}.blog-post header .tags{margin-bottom:1.5rem}@media(max-width:767.98px){.blog-post header .tags{margin-bottom:1rem}}.site-footer{background-color:#2a2e36;color:#e0e0e0;padding:3rem 0 1.5rem;margin-top:0;border-top:4px solid var(--brand-primary)}.site-footer .footer-content{margin-bottom:2.5rem;display:flex;flex-wrap:wrap;align-items:stretch}.site-footer .footer-column{margin-bottom:2rem;display:flex;flex-direction:column;flex:1 1 auto!important}@media(min-width:768px){.site-footer .footer-column{margin-bottom:0;flex-basis:0!important;min-width:0}}.site-footer .footer-title{font-size:1.5rem;font-weight:700;margin-top:0;margin-bottom:1rem;padding-top:0;padding-bottom:0;color:#fff}.site-footer .footer-description{font-size:1rem;line-height:1.6;color:#e0e0e0;margin-bottom:0}.site-footer .footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.site-footer .footer-links{list-style:none;padding:0;margin:0}.site-footer .footer-links li{margin-bottom:.75rem}.site-footer .footer-links li a{color:#e8e8e8;text-decoration:none;font-size:1rem;transition:color .2s ease}.site-footer .footer-links li a:hover{color:var(--brand-primary)}.site-footer .social-links li a{font-weight:500}.site-footer .tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0}.site-footer .tag-cloud li{margin-bottom:0;display:inline-block}.site-footer .tag-cloud li a{display:inline-block;padding:.4rem .75rem;background-color:#ffffff14;border-radius:20px;font-size:1rem;font-weight:500;color:#e8e8e8;min-height:2.75rem;display:inline-flex;align-items:center;text-decoration:none;transition:all .2s ease}.site-footer .tag-cloud li a:hover{background-color:var(--brand-primary);color:#fff;transform:translateY(-1px)}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;margin-top:2rem}.site-footer .copyright{text-align:center;font-size:1rem;color:silver;margin:0}:root{font-family:DM Sans,system-ui,-apple-system,sans-serif}body{margin:0;padding-top:56px}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:#6f42c1;color:#fff;padding:.75rem 1.5rem;border-radius:0 0 8px 8px;font-weight:600;font-size:1rem;text-decoration:none;z-index:9999;transition:top .15s ease}.skip-link:focus{top:0;color:#fff}.nav-search{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding-left:.75rem}.nav-search svg{opacity:.6;transition:opacity .15s ease}.nav-search:hover svg{opacity:1}.nav-overlay{position:fixed;inset:0;background:#00000080;z-index:1029;cursor:pointer}.nav-overlay[hidden]{display:none}
