:root{--accent: #888888;--accent-dark: #000d8a;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--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(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0;text-align:left;background:linear-gradient(var(--gray-gradient)) no-repeat;background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--gray-dark));line-height:1.5;overflow-x:clip}main{width:720px;max-width:calc(100% - 2em);margin:auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:rgb(var(--black));line-height:1.2}h1{font-size:2em}h2{font-size:1.8em}h3{font-size:1.7em}h4{font-size:1.5em}h5{font-size:1.25em}strong,b{font-weight:700}a,a:hover{color:var(--accent)}.prose a[target=_blank]:after{content:"";display:inline-block;width:.72em;height:.72em;margin-left:.18em;vertical-align:-.05em;background-color:currentColor;opacity:.6;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M14%204h6v6'/%3E%3Cpath%20d='M11%2013%2020%204'/%3E%3Cpath%20d='M19%2014v5a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h5'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M14%204h6v6'/%3E%3Cpath%20d='M11%2013%2020%204'/%3E%3Cpath%20d='M19%2014v5a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h5'/%3E%3C/svg%3E") no-repeat center / contain}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{max-width:100%;height:auto;border-radius:8px}.prose img{display:block;margin:1.5em auto}.prose .img-left,.prose .img-right{width:33%;margin-top:.4em;margin-bottom:1em;text-align:center}.prose .img-left.wide,.prose .img-right.wide{width:50%}.prose .img-left{float:left;margin-right:1.5em}.prose .img-right{float:right;margin-left:1.5em}.prose .img-left :is(p,img),.prose .img-right :is(p,img){width:100%;margin:0}.prose a[target=_blank]:has(img):after,.prose a:has(img):after{content:none}.prose .video a:has(img){position:relative;display:block}.prose .video a:has(img):before{content:"";position:absolute;inset:0;margin:auto;width:24%;aspect-ratio:68 / 48;pointer-events:none;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2068%2048'%3E%3Cpath%20d='M66.5%207.5c-.8-3-2.5-5.3-5.5-6.1C55.5%200%2034%200%2034%200S12.5%200%207%201.4C4%202.2%202.3%204.5%201.5%207.5%200%2013%200%2024%200%2024s0%2011%201.5%2016.5c.8%203%202.5%205.3%205.5%206.1C12.5%2048%2034%2048%2034%2048s21.5%200%2027-1.4c3-.8%204.7-3.1%205.5-6.1C68%2035%2068%2024%2068%2024s0-11-1.5-16.5z'%20fill='%23f00'/%3E%3Cpath%20d='M27%2034l18-10-18-10z'%20fill='%23fff'/%3E%3C/svg%3E") center / contain no-repeat}.prose h2,.prose h3{clear:both}@media (max-width: 720px){.prose .img-left,.prose .img-right,.prose .img-left.wide,.prose .img-right.wide{float:none;width:100%;margin:1.5em auto}.prose .img-left :is(p,img),.prose .img-right :is(p,img){margin:0 auto}}.prose p:has(img):has(>em){text-align:center}.prose p:has(img):has(>em) img{margin-bottom:0}.prose p:has(img):has(>em)>em{display:block;margin-top:.4em;font-size:.8em;line-height:1.3;color:rgb(var(--gray))}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:2px}pre{padding:1.5em;border-radius:8px;overflow-x:auto}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0}hr{border:none;border-top:1px solid rgb(var(--gray-light));margin:2.5em 0}@media (max-width: 720px){body{font-size:18px}main{padding:1em .75rem}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}:root{--primaryColor: rgb(35, 158, 230);--primaryBackground: rgb(234, 247, 255);--secondaryColor: rgb(48, 152, 72);--secondaryBackground: rgb(242, 252, 246);--paper: rgb(222, 222, 222);--paperEdge: rgb(128, 128, 128);--icon-brain: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%205C10%203.5%207%204%206.5%206.5%204.5%206.8%204%209%205.2%2010.2%203.8%2011.5%204.8%2014%207%2014%207.2%2016%2010.5%2016.2%2012%2015'/%3E%3Cpath%20d='M12%205c2-1.5%205-1%205.5%201.5%202%20.3%202.5%202.5%201.3%203.7%201.4%201.3%20.4%203.8-1.8%203.8-.2%202-3.5%202.2-5%20.8'/%3E%3Cpath%20d='M12%205v10'/%3E%3C/svg%3E");--icon-ai: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='black'%3E%3Cpath%20d='M12%200c.5%206.5%201.5%2010.5%2012%2012-10.5%201.5-11.5%205.5-12%2012-.5-6.5-1.5-10.5-12-12%2010.5-1.5%2011.5-5.5%2012-12Z'/%3E%3C/svg%3E");--icon-gpt: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.5'%3E%3Cellipse%20cx='12'%20cy='12'%20rx='9.5'%20ry='4'/%3E%3Cellipse%20cx='12'%20cy='12'%20rx='9.5'%20ry='4'%20transform='rotate(60%2012%2012)'/%3E%3Cellipse%20cx='12'%20cy='12'%20rx='9.5'%20ry='4'%20transform='rotate(120%2012%2012)'/%3E%3C/svg%3E");--icon-claude: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.6'%20stroke-linecap='round'%3E%3Cpath%20d='M12%202.5v19M2.5%2012h19M5.4%205.4l13.2%2013.2M18.6%205.4%205.4%2018.6'/%3E%3C/svg%3E")}.written{background-color:var(--paper);border-left:4px solid var(--paperEdge);padding:.5rem 1rem;padding-bottom:1pt;margin:2rem 0;border-radius:.5rem;position:relative;font-family:monospace}.human,.ai{position:relative;padding:1rem 1.25rem;margin:2rem 0 5rem;border-radius:14px;filter:drop-shadow(0 1px 1px rgba(15,18,25,.32)) drop-shadow(0 5px 9px rgba(15,18,25,.22))}.human{background-color:var(--primaryBackground)}.ai{background-color:var(--secondaryBackground)}.human:after,.ai:after{content:"";position:absolute;bottom:-17px;width:26px;height:20px;background-color:inherit;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.human:after{left:39px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2020'%3E%3Cpath%20d='M8%200%20L26%200%20C22%208%2014%2014%200%2020%20C8%2012%2010%206%208%200%20Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2020'%3E%3Cpath%20d='M8%200%20L26%200%20C22%208%2014%2014%200%2020%20C8%2012%2010%206%208%200%20Z'/%3E%3C/svg%3E")}.ai:after{right:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2020'%3E%3Cpath%20d='M18%200%20L0%200%20C4%208%2012%2014%2026%2020%20C18%2012%2016%206%2018%200%20Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2020'%3E%3Cpath%20d='M18%200%20L0%200%20C4%208%2012%2014%2026%2020%20C18%2012%2016%206%2018%200%20Z'/%3E%3C/svg%3E")}.human:before,.ai:before{content:"";position:absolute;top:auto;opacity:.55;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.human:before{left:2px;bottom:-68px;width:56px;height:47px;background-color:var(--primaryColor);-webkit-mask-image:url(/icons/human_brain_alpha.png);mask-image:url(/icons/human_brain_alpha.png)}.ai:before{right:8px;bottom:-62px;width:38px;height:38px;background-color:var(--secondaryColor);-webkit-mask-image:var(--icon-ai);mask-image:var(--icon-ai)}.ai.gpt:before{-webkit-mask-image:var(--icon-gpt);mask-image:var(--icon-gpt)}.ai.claude:before{-webkit-mask-image:var(--icon-claude);mask-image:var(--icon-claude)}.ai :is(h1,h2,h3,h4,h5,h6),.human :is(h1,h2,h3,h4,h5,h6){line-height:1.25;margin:.9em 0 .3em}.ai h1,.human h1{font-size:1.3em}.ai h2,.human h2{font-size:1.2em}.ai h3,.human h3{font-size:1.1em}.ai :is(h4,h5,h6),.human :is(h4,h5,h6){font-size:1em}.ai>:first-child,.human>:first-child{margin-top:0}.ai>:last-child,.human>:last-child{margin-bottom:0}.ai :is(ul,ol),.human :is(ul,ol){margin:.25em 0 1em;padding-left:1.5em}.ai li,.human li{margin-bottom:.3em}.ai table,.human table{font-size:.8em;width:100%;border-collapse:collapse;margin:1em 0;display:block;overflow-x:auto}.ai :is(th,td),.human :is(th,td){border:1px solid rgba(15,18,25,.15);padding:.35em .55em;text-align:left;vertical-align:top}.ai th,.human th{background:#0f12190a}.ai hr,.human hr{margin:.6em 0;border-top:2px dotted rgb(var(--gray))}.prose p,blockquote{margin-top:0;margin-bottom:1em}.prose p:last-child{margin-bottom:0}ul,ol{margin-top:-.5em;margin-bottom:1em}header[data-astro-cid-3ef6ksr2]{margin:0;padding:0 1em;background:#fff;box-shadow:0 2px 8px rgba(var(--black),5%)}h2[data-astro-cid-3ef6ksr2]{margin:0;font-size:1em}h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:1em .5em;color:var(--black);border-bottom:4px solid transparent;text-decoration:none}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none;border-bottom-color:var(--accent)}.social-links[data-astro-cid-3ef6ksr2],.social-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:flex}@media (max-width: 720px){.social-links[data-astro-cid-3ef6ksr2]{display:none}}footer[data-astro-cid-sz7xmlte]{padding:2em 1em 6em;background:linear-gradient(var(--gray-gradient)) no-repeat;color:rgb(var(--gray));text-align:center}.social-links[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;gap:1em;margin-top:1em}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{text-decoration:none;color:rgb(var(--gray))}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:rgb(var(--gray-dark))}
