@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap";:root{--accent:#2563eb;--accent-dark:#1d4ed8;--accent-yellow:#f5c518;--black:10, 10, 10;--gray:96, 115, 159;--gray-light:229, 233, 240;--gray-dark:34, 41, 57;--bg:#fffdf5;--footer-bg:#090928;--footer-text:#fff;--content-width:720px;--wide-width:1100px;--header-bg:#ffe6b4;--header-height:75px;--header-container-max:1340px;--btn-blue-bg:#5f55ff;--btn-blue-hover:#2f22ff;--btn-blue-radius:60px;--box-shadow:0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%)}@font-face{font-family:Atkinson;src:url(/blog/fonts/atkinson-regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/blog/fonts/atkinson-bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box}body{background-color:var(--bg);color:rgb(var(--gray-dark));word-wrap:break-word;overflow-wrap:break-word;margin:0;padding:0;font-family:Atkinson,system-ui,-apple-system,sans-serif;font-size:18px;line-height:1.7}body.has-fixed-header{padding-top:var(--header-height)}body.mobile-menu-open,body.capture-modal-open{overflow:hidden}main{width:var(--content-width);max-width:calc(100% - 2em);margin:0 auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{color:rgb(var(--black));margin:0 0 .5rem;font-weight:700;line-height:1.2}h1{font-size:2.5rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}strong,b{font-weight:700}a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}a:hover{color:var(--accent-dark)}p{margin-bottom:1em}.prose p{margin-bottom:1.5em}img{border-radius:8px;max-width:100%;height:auto}code{background-color:rgb(var(--gray-light));border-radius:2px;padding:2px 5px;font-size:.9em}pre{border-radius:8px;padding:1.5em;overflow-x:auto}pre>code{all:unset}blockquote{border-left:4px solid var(--accent-yellow);color:rgb(var(--gray-dark));background:#f5c5180f;border-radius:0 6px 6px 0;margin:1.5em 0;padding:.5em 0 .5em 1.25em;font-size:1.1em}blockquote:has(>p:first-child>strong:first-child){border-left:4px solid var(--accent-yellow);background:#f5c51814;border-radius:6px;margin:.5em 0 1.5em;padding:1em 1.25em;font-size:1em}hr{border:none;border-top:1px solid rgb(var(--gray-light));margin:2em 0}table{border-collapse:collapse;width:100%}th,td{border:1px solid rgb(var(--gray-light));text-align:left;padding:.5em .75em}th{background:rgb(var(--gray-light));font-weight:700}input,textarea,select{border:1px solid rgb(var(--gray-light));border-radius:6px;padding:.5em .75em;font-family:inherit;font-size:16px}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:2px}button,.btn{cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.625rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-block}.prose button:hover,.prose .btn:hover,.btn:hover{background:var(--accent-dark)}.sr-only{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:0;padding:0;overflow:hidden;position:absolute!important}.wide{width:var(--wide-width);max-width:calc(100% - 2em);margin:0 auto;padding:0 1em}.img-right{float:right;max-width:50%;margin:0 0 1em 1.5em}.img-left{float:left;max-width:50%;margin:0 1.5em 1em 0}.prose img{float:right;max-width:50%;margin:0 0 1em 1.5em}.prose:after{content:"";clear:both;display:table}@media (width<=768px){body{font-size:16px}main{padding:1.5em 1em}h1{font-size:2rem}h2{font-size:1.5rem}.prose img{float:none;max-width:100%;margin:1em 0}}.header-wrap{color:#000;letter-spacing:0;z-index:1000;background:#ffe6b4;border-bottom:1px solid #0000000f;font-family:Montserrat,sans-serif;font-size:18px;font-weight:400;line-height:1.444;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 4px #0000000f}.header-container{align-items:center;max-width:1340px;height:50px;margin:0 auto;padding:0 16px;display:flex}@media (width>=992px){.header-container{height:75px;padding:0 40px}}.header-env-label{display:none}.header-logo-wrap{z-index:1;background:#fff;flex-shrink:0;align-items:center;height:100%;display:flex;position:relative}.header-logo-wrap:before{content:"";background:#fff;position:absolute;inset:0 100% 0 -100vw}.header-logo-wrap:after{content:"";clip-path:polygon(0 0,100% 0,0 100%);background:#fff;width:60px;position:absolute;top:0;bottom:0;left:100%}.header-logo-wrap a{align-items:center;text-decoration:none;display:flex}.header-logo{width:auto;height:36px;display:block}@media (width>=992px){.header-logo{height:50px}}.header-nav{align-items:center;gap:1rem;margin-left:auto;margin-right:16px;display:none}@media (width>=992px){.header-nav{display:flex}}.header-nav-link{color:#000;white-space:nowrap;border-radius:4px;padding:.5rem .75rem;font-size:16px;font-weight:600;text-decoration:none}.header-nav-link:hover{background:#0000000f}.header-services-dropdown{position:relative}.header-services-label{color:#000;cursor:pointer;user-select:none;white-space:nowrap;border-radius:4px;padding:.5rem .75rem;font-size:16px;font-weight:600}.header-services-dropdown:hover .header-services-label{background:#0000000f}.header-services-menu{z-index:200;background:#fff;border:1px solid #0000001a;min-width:220px;padding:.75rem 1rem;display:none;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 12px #0000001a}.header-services-dropdown:hover .header-services-menu{display:block}.header-services-menu a{color:#000;white-space:nowrap;padding:.5rem 0;font-size:14px;font-weight:500;text-decoration:none;display:block}.header-services-menu a:hover{text-decoration:underline}.header-search input[type=search]{min-width:120px;font:inherit;border:1px solid #ddd;border-radius:4px;padding:.35rem .5rem;font-size:14px}.header-search input[type=search]:focus{border-color:#66afe9;outline:0;box-shadow:0 0 4px #66afe980}.header-user-actions{flex-shrink:0;align-items:center;gap:8px;margin-left:16px;display:none}@media (width>=992px){.header-user-actions{display:flex}}.header-user-actions [data-auth-guest][hidden],.header-user-actions [data-auth-member][hidden]{display:none}.header-user-actions [data-auth-guest],.header-user-actions [data-auth-member]{align-items:center;gap:8px;display:flex}.header-btn{cursor:pointer;white-space:nowrap;border-radius:8px;min-width:64px;height:36px;padding:0 10px;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1}.header-btn-ghost{color:#171716;background:0 0;border:2px solid #171716}.header-btn-ghost:hover{background:#0000000f}.header-btn-primary{color:#fff;background:#171716;border:2px solid #171716}.header-btn-primary:hover{background:#333}.header-user-action-link{color:#fff;white-space:nowrap;background:#171716;border:2px solid #171716;border-radius:8px;justify-content:center;align-items:center;min-width:64px;height:36px;padding:0 10px;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.header-user-container{margin-left:16px;position:relative}.header-user-profile{cursor:pointer;font:inherit;color:inherit;background:0 0;border:0;align-items:center;gap:12px;display:flex}.header-user-name{font-size:16px;font-weight:600;line-height:22px}.header-user-picture{border-radius:50%;width:28px;height:28px;line-height:1;display:inline-block;overflow:hidden}.header-user-image{object-fit:cover;width:100%;height:100%}.header-user-profile-menu{z-index:1;background-color:#fff;border-radius:12px;margin:0;padding:8px 0;list-style:none;position:absolute;top:100%;right:0;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.header-user-profile-menu[hidden]{display:none}.header-user-profile-menu a,.header-user-profile-menu button{color:#000;white-space:nowrap;text-align:left;cursor:pointer;background-color:#fff;border:0;width:100%;min-height:32px;padding:10px 24px;font-family:inherit;font-size:12px;font-weight:700;line-height:12px;text-decoration:none;display:block}.header-user-profile-menu a:active,.header-user-profile-menu a:focus,.header-user-profile-menu a:hover,.header-user-profile-menu button:active,.header-user-profile-menu button:focus,.header-user-profile-menu button:hover{background-color:#0000000a}.header-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:48px;height:48px;margin-left:auto;padding:0;display:flex}@media (width>=992px){.header-hamburger{display:none}}.header-hamburger-bar{background:#000;border-radius:1px;width:24px;height:2px;display:block}.header-mobile-drawer{z-index:999;background:#ffe6b4;transition:transform .2s;position:fixed;inset:50px 0 0;overflow-y:auto;transform:translate(-100%)}@media (width>=992px){.header-mobile-drawer{display:none!important}}.header-mobile-drawer[aria-hidden=false]{transform:translate(0)}.header-mobile-inner{padding:1.5rem 1.25rem}.header-mobile-search{margin-bottom:1.5rem}.header-mobile-search input[type=search]{background:#fff;border:1px solid #ccc;border-radius:25px;width:100%;min-width:0;height:46px;padding:0 1.25rem;font-size:1rem}.header-mobile-links{flex-direction:column;gap:.5rem;display:flex}.header-mobile-links a{color:#000;padding:.75rem 0;font-size:18px;text-decoration:none;display:block}.header-mobile-section-label{color:#000;padding:.75rem 0 .25rem;font-size:18px;font-weight:600}.header-mobile-sub-links{flex-direction:column;gap:.25rem;margin-bottom:.5rem;padding-left:1rem;display:flex}.header-mobile-sub-links a{padding:.5rem 0;font-size:16px}.header-mobile-auth{border-top:1px solid #0000001a;margin-top:1.5rem;padding-top:1rem}.header-mobile-auth [data-auth-guest][hidden],.header-mobile-auth [data-auth-member][hidden]{display:none}.header-mobile-auth [data-auth-guest],.header-mobile-auth [data-auth-member]{align-items:center;gap:12px;display:flex}.header-mobile-user-name{font-size:16px;font-weight:600}.kromatic-footer[data-astro-cid-jo6i4kqk]{background:var(--footer-bg,#090928);color:var(--footer-text,#fff);letter-spacing:-.2px;min-height:84px;margin-top:4rem;padding:8px 24px;font-family:Montserrat,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;line-height:20px}.kromatic-footer__inner[data-astro-cid-jo6i4kqk]{max-width:var(--wide-width,1100px);flex-direction:column;justify-content:space-around;align-items:center;gap:8px;min-height:84px;margin:0 auto;padding:8px 0;display:flex}.kromatic-footer__brand[data-astro-cid-jo6i4kqk]{align-items:center;gap:20px;display:flex}.kromatic-footer__powered-by[data-astro-cid-jo6i4kqk]{display:none}.kromatic-footer__logo[data-astro-cid-jo6i4kqk]{width:auto;max-width:110px;height:24px;display:block}.kromatic-footer__copyright[data-astro-cid-jo6i4kqk]{margin:0;font-size:9px}.kromatic-footer__nav[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.kromatic-footer__link[data-astro-cid-jo6i4kqk]{color:var(--footer-text,#fff);white-space:nowrap;font-size:9px;text-decoration:underline}.kromatic-footer__link[data-astro-cid-jo6i4kqk]:hover{color:var(--footer-text,#fff);opacity:.9}.kromatic-footer__button[data-astro-cid-jo6i4kqk]{border:1px solid var(--footer-text,#fff);color:var(--footer-text,#fff);white-space:nowrap;border-radius:3px;padding:5px 8px;font-size:9px;text-decoration:none;transition:border-color .15s ease-in-out,color .15s ease-in-out}.kromatic-footer__button[data-astro-cid-jo6i4kqk]:hover{border-color:var(--accent-yellow,#f5c518);color:var(--accent-yellow,#f5c518)}.kromatic-footer__button[data-astro-cid-jo6i4kqk]:focus-visible{outline:2px solid var(--accent-yellow,#f5c518);outline-offset:2px}.kromatic-footer__sep[data-astro-cid-jo6i4kqk]{margin:0 12px;display:none}@media (width>=769px){.kromatic-footer__inner[data-astro-cid-jo6i4kqk]{flex-direction:row;justify-content:space-between;gap:0;padding:0}.kromatic-footer__powered-by[data-astro-cid-jo6i4kqk]{display:inline}.kromatic-footer__logo[data-astro-cid-jo6i4kqk]{max-width:160px;height:36px}.kromatic-footer__copyright[data-astro-cid-jo6i4kqk]{font-size:12px}.kromatic-footer__nav[data-astro-cid-jo6i4kqk]{justify-content:flex-end;gap:0;max-width:50%}.kromatic-footer__link[data-astro-cid-jo6i4kqk]{font-size:12px}.kromatic-footer__button[data-astro-cid-jo6i4kqk]{margin-left:16px;font-size:12px}.kromatic-footer__sep[data-astro-cid-jo6i4kqk]{display:inline}}
