header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.portfolio-header{z-index:100;background:0 0;border-bottom:none;margin-bottom:2rem;padding:1rem 0;position:sticky;top:0}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1000px;margin:0 auto;padding:0 1.5rem;display:flex}.site-title{font-family:var(--headerFont);color:var(--dark);font-size:1.25rem;font-weight:600;text-decoration:none}.site-title:hover{color:var(--secondary)}.header-nav{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--darkgray);font-size:.9rem;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--dark)}.nav-link.external:after{content:"";opacity:.6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15,3 21,3 21,9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:.65rem;height:.65rem;margin-left:.25rem;display:inline-block}.nav-link.pdf:after{content:"";opacity:.6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14,2 14,8 20,8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:.7rem;height:.7rem;margin-left:.3rem;display:inline-block}@media (max-width:600px){.header-content{text-align:center;justify-content:center}.header-nav{justify-content:center;gap:1rem}.nav-link{font-size:.85rem}}.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.article-title{margin:2rem 0 0}.content-meta{color:var(--darkgray);margin-top:0}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}.tags{flex-wrap:wrap;gap:.4rem;margin:1rem 0;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{background-color:var(--highlight);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem}.scroll-ribbon{clip-path:polygon(0 0,100% 0,100% 100%,50% 85%,0 100%);z-index:100;opacity:0;cursor:pointer;filter:drop-shadow(2px 3px 4px #0000004d);background:repeating-linear-gradient(90deg,#0000 0 2px,#0000000d 2px 3px,#0000 3px 5px),repeating-linear-gradient(0deg,#0000 0 3px,#ffffff08 3px 4px,#0000 4px 7px),linear-gradient(90deg,#0003 0%,#0000001f 5%,#0000 12% 88%,#0000001f 95%,#0003 100%),linear-gradient(#c42836 0%,#b42230 25%,#a41e2a 50%,#941a24 75%,#84161e 100%);justify-content:center;align-items:flex-start;width:2.5rem;height:5rem;padding-top:1rem;text-decoration:none;transition:opacity .6s ease-out,transform .7s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;top:0;right:2rem;transform:translateY(-100%);box-shadow:inset 3px 0 4px -2px #0000004d,inset -3px 0 4px -2px #0000004d,inset 0 3px 4px -2px #0003}.ribbon-stitching{pointer-events:none;z-index:2;border-left:1px dashed #785032b3;border-right:1px dashed #785032b3;position:absolute;inset:6px 4px 14px;box-shadow:inset 1px 0 #0000001a,inset -1px 0 #0000001a}.ribbon-stitching:before{content:"";background:repeating-linear-gradient(#0000 0 5px,#0003 5px 7px,#0000 7px 12px);width:2px;position:absolute;top:0;bottom:0;left:-2px}.ribbon-stitching:after{content:"";background:repeating-linear-gradient(#0000 0 5px,#0003 5px 7px,#0000 7px 12px);width:2px;position:absolute;top:0;bottom:0;right:-2px}.scroll-ribbon.visible{opacity:1;transform:translateY(0)}.scroll-ribbon:hover{filter:drop-shadow(2px 3px 5px #00000059);background:repeating-linear-gradient(90deg,#0000 0 2px,#0000000a 2px 3px,#0000 3px 5px),repeating-linear-gradient(0deg,#0000 0 3px,#ffffff0a 3px 4px,#0000 4px 7px),linear-gradient(90deg,#0000002e 0%,#0000001a 5%,#0000 12% 88%,#0000001a 95%,#0000002e 100%),linear-gradient(#d43040 0%,#c42836 25%,#b42230 50%,#a41e2a 75%,#941a24 100%)}.ribbon-arrow{color:#fffaf0f2;text-shadow:0 1px 2px #0006,0 -1px #ffffff1a;z-index:3;font-size:1.2rem;font-weight:700;position:relative}@media (max-width:768px){.scroll-ribbon{width:1.8rem;height:3.5rem;padding-top:.7rem;right:.5rem}.ribbon-arrow{font-size:1rem}.ribbon-stitching{inset:5px 3px 12px}}.hero{text-align:center;padding:4rem 0 3rem}.hero-content{max-width:650px;margin:0 auto;padding:0 1.5rem}.hero-title{font-family:var(--headerFont);color:var(--dark);letter-spacing:-.02em;margin:0 0 .5rem;font-size:3rem;font-weight:700}.hero-role{color:var(--secondary);margin:0 0 1.5rem;font-size:1.25rem;font-weight:500}.hero-tagline{color:var(--darkgray);margin:0 0 2rem;font-size:1.125rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-primary,.cta-secondary{border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.cta-primary{background:var(--dark);color:var(--light)}.cta-primary:hover{background:var(--darkgray)}.cta-secondary{color:var(--dark);border:1px solid var(--gray);background:0 0}.cta-secondary:hover{background:var(--lightgray);border-color:var(--darkgray)}@media (max-width:600px){.hero{padding:2rem 0}.hero-title{font-size:2.25rem}.hero-role{font-size:1.1rem}.hero-tagline{font-size:1rem}}.quick-signals{border-top:1px solid var(--lightgray);border-bottom:1px solid var(--lightgray);margin:2rem 0;padding:2rem 0}.signals-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.signal-card{text-align:center}.signal-title{font-family:var(--headerFont);color:var(--gray);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.signal-content{color:var(--darkgray);margin:0;font-size:1rem;line-height:1.6}@media (max-width:768px){.signals-grid{grid-template-columns:1fr;gap:1.5rem}.signal-card{border-bottom:1px solid var(--lightgray);padding:1rem 0}.signal-card:last-child{border-bottom:none}}.experience-timeline:before{content:"";background:linear-gradient(180deg,var(--secondary)0%,var(--lightgray)100%);width:2px;position:absolute;top:.5rem;bottom:.5rem;left:0}.experience-card{background:var(--light);border:1px solid var(--lightgray);border-radius:4px;margin-bottom:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:block;position:relative}.experience-card:last-child{margin-bottom:0}.experience-card:hover{border-color:var(--gray);box-shadow:0 2px 8px #0000000d}.experience-marker{background:var(--secondary);border:2px solid var(--light);width:10px;height:10px;box-shadow:0 0 0 2px var(--secondary);border-radius:50%;position:absolute;top:1.5rem;left:-1.5rem;transform:translate(-50%)}.experience-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.25rem;display:flex}.experience-title{font-family:var(--headerFont);color:var(--dark);margin:0;font-size:1.1rem;font-weight:600}.experience-dates{color:var(--gray);white-space:nowrap;font-size:.8rem}.experience-company{color:var(--secondary);margin-bottom:.75rem;font-size:.95rem;font-weight:500}.experience-location{color:var(--gray);font-weight:400}.experience-highlights{color:var(--darkgray);margin:0;padding-left:1.25rem;font-size:.875rem;line-height:1.6}.experience-highlights li{margin-bottom:.25rem}.experience-highlights li:last-child{margin-bottom:0}@media (max-width:600px){.experience-header{flex-direction:column;gap:.25rem}.experience-dates{font-size:.75rem}}.recent-writing{border-top:1px solid var(--lightgray);padding:3rem 0}.writing-list{flex-direction:column;gap:1rem;display:flex}.writing-item{background:var(--light);border:1px solid var(--lightgray);border-radius:8px;padding:1.25rem;text-decoration:none;transition:all .2s;display:block}.writing-item:hover{border-color:var(--gray)}.writing-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.writing-title{font-family:var(--headerFont);color:var(--dark);margin:0;font-size:1.1rem;font-weight:600}.writing-date{color:var(--gray);white-space:nowrap;font-size:.85rem}.writing-description{color:var(--darkgray);margin:.5rem 0 0;font-size:.95rem;line-height:1.6}.about-section{border-top:1px solid var(--lightgray);padding:3rem 0}.about-content{max-width:650px}.about-content p{color:var(--darkgray);margin:0 0 1rem;font-size:1rem;line-height:1.8}.about-content p:last-child{margin-bottom:1.5rem}.about-link{color:var(--secondary);font-size:.95rem;text-decoration:none}.about-link:hover{text-decoration:underline}.contact-cta{border-top:1px solid var(--lightgray);text-align:center;padding:3rem 0}.contact-title{font-family:var(--headerFont);color:var(--dark);margin:0 0 1rem;font-size:1.5rem;font-weight:600}.contact-text{color:var(--darkgray);max-width:500px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.contact-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.contact-link{color:var(--dark);background:var(--lightgray);border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.contact-link:hover{background:var(--gray);color:var(--light)}.contact-link svg{flex-shrink:0}@media (max-width:500px){.contact-links{flex-direction:column;align-items:center}.contact-link{justify-content:center;width:100%;max-width:200px}}.toc{flex-direction:column;flex:0 .5 auto;min-height:1.4rem;display:flex;overflow-y:hidden}.toc:has(button.toc-header.collapsed){flex:0 1.4rem}button.toc-header{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.toc-header h3{margin:0;font-size:1rem;display:inline-block}button.toc-header .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button.toc-header.collapsed .fold{transform:rotate(-90deg)}ul.toc-content.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none;position:relative}ul.toc-content.overflow>li>a{color:var(--dark);opacity:.35;transition:opacity .5s,color .3s}ul.toc-content.overflow>li>a.in-view{opacity:.75}ul.toc-content.overflow .depth-0{padding-left:0}ul.toc-content.overflow .depth-1{padding-left:1rem}ul.toc-content.overflow .depth-2{padding-left:2rem}ul.toc-content.overflow .depth-3{padding-left:3rem}ul.toc-content.overflow .depth-4{padding-left:4rem}ul.toc-content.overflow .depth-5{padding-left:5rem}ul.toc-content.overflow .depth-6{padding-left:6rem}.portfolio-footer{border-top:none;margin-top:4rem;padding:2rem 0}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1000px;margin:0 auto;padding:0 1.5rem;display:flex}.footer-text{color:var(--gray);margin:0;font-size:.875rem}.footer-links{align-items:center;gap:.5rem;display:flex}.footer-links a{color:var(--gray);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--dark)}.footer-links .separator{color:var(--lightgray)}@media (max-width:600px){.footer-content{text-align:center;flex-direction:column;justify-content:center}}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section h3,.section>.tags{margin:0}code[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--shiki-light-bg)}code[data-theme*=\ ] span{color:var(--shiki-light)}[saved-theme=dark] code[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}[saved-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}.callout{border:1px solid var(--border);background-color:var(--bg);box-sizing:border-box;border-radius:5px;padding:0 1rem;overflow-y:hidden}.callout>.callout-content{transition:grid-template-rows .1s cubic-bezier(.02,.01,.47,1);display:grid;overflow:hidden}.callout>.callout-content>:first-child{margin-top:0}.callout{--callout-icon-note:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"2\" x2=\"22\" y2=\"6\"></line><path d=\"M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z\"></path></svg>");--callout-icon-abstract:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><path d=\"M12 11h4\"></path><path d=\"M12 16h4\"></path><path d=\"M8 11h.01\"></path><path d=\"M8 16h.01\"></path></svg>");--callout-icon-info:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>");--callout-icon-todo:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path><path d=\"m9 12 2 2 4-4\"></path></svg>");--callout-icon-tip:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"></path></svg> ");--callout-icon-success:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg> ");--callout-icon-question:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg> ");--callout-icon-warning:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>");--callout-icon-failure:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> ");--callout-icon-danger:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg> ");--callout-icon-bug:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect width=\"8\" height=\"14\" x=\"8\" y=\"6\" rx=\"4\"></rect><path d=\"m19 7-3 2\"></path><path d=\"m5 7 3 2\"></path><path d=\"m19 19-3-2\"></path><path d=\"m5 19 3-2\"></path><path d=\"M20 13h-4\"></path><path d=\"M4 13h4\"></path><path d=\"m10 4 1 2\"></path><path d=\"m14 4-1 2\"></path></svg>");--callout-icon-example:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg> ");--callout-icon-quote:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z\"></path><path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"></path></svg>");--callout-icon-fold:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"6 9 12 15 18 9\"%3E%3C/polyline%3E%3C/svg%3E")}.callout[data-callout]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:var(--callout-icon-note)}.callout[data-callout=abstract]{--color:#00b0ff;--border:#00b0ff44;--bg:#00b0ff10;--callout-icon:var(--callout-icon-abstract)}.callout[data-callout=info],.callout[data-callout=todo]{--color:#00b8d4;--border:#00b8d444;--bg:#00b8d410;--callout-icon:var(--callout-icon-info)}.callout[data-callout=todo]{--callout-icon:var(--callout-icon-todo)}.callout[data-callout=tip]{--color:#00bfa5;--border:#00bfa544;--bg:#00bfa510;--callout-icon:var(--callout-icon-tip)}.callout[data-callout=success]{--color:#09ad7a;--border:#09ad7144;--bg:#09ad7110;--callout-icon:var(--callout-icon-success)}.callout[data-callout=question]{--color:#dba642;--border:#dba64244;--bg:#dba64210;--callout-icon:var(--callout-icon-question)}.callout[data-callout=warning]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-warning)}.callout[data-callout=failure],.callout[data-callout=danger],.callout[data-callout=bug]{--color:#db4242;--border:#db424244;--bg:#db424210;--callout-icon:var(--callout-icon-failure)}.callout[data-callout=bug]{--callout-icon:var(--callout-icon-bug)}.callout[data-callout=danger]{--callout-icon:var(--callout-icon-danger)}.callout[data-callout=example]{--color:#7a43b5;--border:#7a43b544;--bg:#7a43b510;--callout-icon:var(--callout-icon-example)}.callout[data-callout=quote]{--color:var(--secondary);--border:var(--lightgray);--callout-icon:var(--callout-icon-quote)}.callout.is-collapsed>.callout-title>.fold-callout-icon{transform:rotate(-90deg)}.callout.is-collapsed .callout-content>*{height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;transition:height .1s cubic-bezier(.02,.01,.47,1),margin .1s cubic-bezier(.02,.01,.47,1),padding .1s cubic-bezier(.02,.01,.47,1);overflow-y:clip}.callout.is-collapsed .callout-content>:first-child{margin-top:-1rem}.callout-title{color:var(--color);--icon-size:18px;align-items:flex-start;gap:5px;padding:1rem 0;display:flex}.callout-title .fold-callout-icon{opacity:.8;cursor:pointer;--callout-icon:var(--callout-icon-fold);transition:transform .15s}.callout-title>.callout-title-inner>p{color:var(--color);margin:0}.callout-title .callout-icon,.callout-title .fold-callout-icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);background-size:var(--icon-size)var(--icon-size);background-position:50%;background-color:var(--color);-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);-webkit-mask-size:var(--icon-size)var(--icon-size);mask-size:var(--icon-size)var(--icon-size);padding:.2rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}html{scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100vw;overflow-x:hidden}@media (max-width:800px){html{scroll-padding-top:4rem}}body{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);margin:0}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb,var(--tertiary)60%,#fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math,.typst-doc,g[class~=typst-text]{color:var(--darkgray);fill:var(--darkgray);overflow-wrap:break-word;text-wrap:pretty}path[class~=typst-shape]{stroke:var(--darkgray)}.math.math-display{text-align:center}article>mjx-container.MathJax,article blockquote>div>mjx-container.MathJax{display:flex}article>mjx-container.MathJax>svg,article blockquote>div>mjx-container.MathJax>svg{margin-left:auto;margin-right:auto}article blockquote>div>mjx-container.MathJax>svg{margin-top:1rem;margin-bottom:1rem}strong{font-weight:600}a{color:var(--secondary);font-weight:600;text-decoration:none;transition:color .2s}a:hover{color:var(--tertiary)}a.internal{background-color:var(--highlight);border-radius:5px;padding:0 .1rem;line-height:1.4rem;text-decoration:none}a.internal.broken{color:var(--secondary);opacity:.5;transition:opacity .2s}a.internal.broken:hover{opacity:.8}a.internal:has(>img){background-color:#0000;border-radius:0;padding:0}a.internal.tag-link:before{content:"#"}a.external .external-icon{height:1ex;margin:0 .15em}a.external .external-icon>path{fill:var(--dark)}.flex-component{display:flex}.desktop-only{display:initial}.desktop-only.flex-component{display:flex}@media (max-width:800px){.desktop-only.flex-component,.desktop-only{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:800px){.mobile-only.flex-component{display:flex}.mobile-only{display:initial}}.page article>h1{font-size:2rem}.page article li:has(>input[type=checkbox]){padding-left:0;list-style-type:none}.page article li:has(>input[type=checkbox]:checked){text-decoration:line-through;-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}.page article li>*{margin-top:0;margin-bottom:0}.page article p>strong{color:var(--dark)}.page>#quartz-body{grid-template:"grid-sidebar-left grid-header grid-sidebar-right""grid-sidebar-left grid-center grid-sidebar-right""grid-sidebar-left grid-footer grid-sidebar-right"/320px auto 320px;gap:5px;display:grid}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body{grid-template:"grid-sidebar-left grid-header""grid-sidebar-left grid-center""grid-sidebar-left grid-sidebar-right""grid-sidebar-left grid-footer"/320px auto;gap:5px}}@media (max-width:800px){.page>#quartz-body{grid-template:"grid-sidebar-left""grid-header""grid-center""grid-sidebar-right""grid-footer"/auto;gap:5px}}@media not (min-width:1200px){.page>#quartz-body{padding:0 1rem}}@media (max-width:800px){.page>#quartz-body{margin:0 auto}}.page>#quartz-body .sidebar{box-sizing:border-box;gap:1.2rem;height:100vh;padding:6rem 2rem 2rem;display:flex;position:sticky;top:0}.page>#quartz-body .sidebar.left{z-index:1;flex-direction:column;grid-area:grid-sidebar-left}@media (max-width:800px){.page>#quartz-body .sidebar.left{position:initial;height:unset;flex-direction:row;align-items:center;gap:0;padding:2rem 0 0;display:flex}}.page>#quartz-body .sidebar.right{flex-direction:column;grid-area:grid-sidebar-right;margin-right:0}@media (max-width:800px){.page>#quartz-body .sidebar.right{margin-left:inherit;margin-right:inherit}}@media not (min-width:1200px){.page>#quartz-body .sidebar.right{position:initial;height:unset;flex-direction:row;width:100%;padding:0}.page>#quartz-body .sidebar.right>*{flex:1;max-height:24rem}.page>#quartz-body .sidebar.right>.toc{display:none}}.page>#quartz-body .page-header,.page>#quartz-body .page-footer{margin-top:1rem}.page>#quartz-body .page-header{grid-area:grid-header;margin:6rem 0 0}@media (max-width:800px){.page>#quartz-body .page-header{margin-top:0;padding:0}}.page>#quartz-body .center>article{grid-area:grid-center}.page>#quartz-body footer{grid-area:grid-footer}.page>#quartz-body .center,.page>#quartz-body footer{min-width:100%;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body .center,.page>#quartz-body footer{margin-right:0}}@media (max-width:800px){.page>#quartz-body .center,.page>#quartz-body footer{margin-left:0;margin-right:0}}.page>#quartz-body footer{margin-left:0}.footnotes{border-top:1px solid var(--lightgray);margin-top:2rem}input[type=checkbox]{color:var(--secondary);border:1px solid var(--lightgray);background-color:var(--light);appearance:none;border-radius:3px;width:16px;height:16px;margin-inline:-1.4rem .2rem;position:relative;transform:translateY(2px)}input[type=checkbox]:checked{border-color:var(--secondary);background-color:var(--secondary)}input[type=checkbox]:checked:after{content:"";border:solid var(--light);border-width:0 2px 2px 0;width:4px;height:8px;display:block;position:absolute;top:1px;left:4px;transform:rotate(45deg)}blockquote{border-left:3px solid var(--secondary);margin:1rem 0;padding-left:1rem;transition:border-color .2s}h1,h2,h3,h4,h5,h6,thead{font-family:var(--headerFont);color:var(--dark);font-weight:revert;margin-bottom:0}article>h1>a[role=anchor],article>h2>a[role=anchor],article>h3>a[role=anchor],article>h4>a[role=anchor],article>h5>a[role=anchor],article>h6>a[role=anchor],article>thead>a[role=anchor]{color:var(--dark);background-color:#0000}h1[id]>a[href^=\#],h2[id]>a[href^=\#],h3[id]>a[href^=\#],h4[id]>a[href^=\#],h5[id]>a[href^=\#],h6[id]>a[href^=\#]{opacity:0;font-family:var(--codeFont);-webkit-user-select:none;user-select:none;margin:0 .5rem;transition:opacity .2s;transform:translateY(-.1rem)}h1[id]:hover>a,h2[id]:hover>a,h3[id]:hover>a,h4[id]:hover>a,h5[id]:hover>a,h6[id]:hover>a{opacity:1}h1:not([id])>a[role=anchor],h2:not([id])>a[role=anchor],h3:not([id])>a[role=anchor],h4:not([id])>a[role=anchor],h5:not([id])>a[role=anchor],h6:not([id])>a[role=anchor]{display:none}h1{margin-top:2.25rem;margin-bottom:1rem;font-size:1.75rem}h2{margin-top:1.9rem;margin-bottom:1rem;font-size:1.4rem}h3{margin-top:1.62rem;margin-bottom:1rem;font-size:1.12rem}h4,h5,h6{margin-top:1.5rem;margin-bottom:1rem;font-size:1rem}figure[data-rehype-pretty-code-figure]{margin:0;line-height:1.6rem;position:relative}figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{font-family:var(--codeFont);border:1px solid var(--lightgray);width:fit-content;color:var(--darkgray);border-radius:5px;margin-bottom:-.5rem;padding:.1rem .5rem;font-size:.9rem}figure[data-rehype-pretty-code-figure]>pre{padding:0}pre{font-family:var(--codeFont);border:1px solid var(--lightgray);border-radius:5px;padding:0 .5rem;position:relative;overflow-x:auto}pre:has(>code.mermaid){border:none}pre>code{counter-reset:line;counter-increment:line 0;background:0 0;padding:.5rem 0;font-size:.85rem;display:grid;overflow-x:auto}pre>code [data-highlighted-chars]{background-color:var(--highlight);border-radius:5px}pre>code>[data-line]{box-sizing:border-box;border-left:3px solid #0000;padding:0 .25rem}pre>code>[data-line][data-highlighted-line]{background-color:var(--highlight);border-left:3px solid var(--secondary)}pre>code>[data-line]:before{content:counter(line);counter-increment:line;text-align:right;color:#738a9499;width:1rem;margin-right:1rem;display:inline-block}pre>code[data-line-numbers-max-digits="2"]>[data-line]:before{width:2rem}pre>code[data-line-numbers-max-digits="3"]>[data-line]:before{width:3rem}code{color:var(--dark);font-size:.9em;font-family:var(--codeFont);background:var(--lightgray);border-radius:5px;padding:.1rem .2rem}tbody,li,p{line-height:1.6rem}.table-container{overflow-x:auto}.table-container>table{border-collapse:collapse;margin:1rem;padding:1.5rem}.table-container>table th,.table-container>table td{min-width:75px}.table-container>table>*{line-height:2rem}th{text-align:left;border-bottom:2px solid var(--gray);padding:.4rem .7rem}td{padding:.2rem .7rem}tr{border-bottom:1px solid var(--lightgray)}tr:last-child{border-bottom:none}img{content-visibility:auto;border-radius:5px;max-width:100%;margin:1rem 0}p>img+em{display:block;transform:translateY(-1rem)}hr{background-color:var(--lightgray);border:none;width:100%;height:1px;margin:2rem auto}audio,video{border-radius:5px;width:100%}.spacer{flex:2 auto}div:has(>.overflow){max-height:100%;overflow-y:hidden}ul.overflow,ol.overflow{content:"";clear:both;width:100%;max-height:100%;margin-bottom:0;overflow-y:auto}ul.overflow>li.overflow-end,ol.overflow>li.overflow-end{height:.5rem;margin:0}ul.overflow.gradient-active,ol.overflow.gradient-active{-webkit-mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%)}.transclude ul{padding-left:1rem}.katex-display{display:initial;overflow:auto hidden}.external-embed.youtube,iframe.pdf{aspect-ratio:16/9;border-radius:5px;width:100%;height:100%}.navigation-progress{background:var(--secondary);z-index:9999;width:0;height:3px;transition:width .2s;position:fixed;top:0;left:0}html{background-color:var(--light);background-blend-mode:overlay,normal;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='linen'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8 0.5' numOctaves='2' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.82 0 0 0 0 0.78 0 0 0 0 0.68 0 0 0 1 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23linen)' opacity='0.12'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Dark browns - horizontal-ish --%3E%3Cpath d='M18,25 C22,24 26,26 30,25' stroke='%23654321' stroke-width='0.4' fill='none' opacity='0.38'/%3E%3Cpath d='M156,78 C160,79 164,77 168,78' stroke='%23704020' stroke-width='0.35' fill='none' opacity='0.35'/%3E%3Cpath d='M312,142 C316,141 320,143 324,142' stroke='%235C3A1E' stroke-width='0.4' fill='none' opacity='0.36'/%3E%3C!-- Tan fibers - diagonal --%3E%3Cpath d='M45,67 C48,70 51,73 54,76' stroke='%23A08060' stroke-width='0.35' fill='none' opacity='0.32'/%3E%3Cpath d='M234,198 C237,201 240,204 243,207' stroke='%23B8986A' stroke-width='0.4' fill='none' opacity='0.3'/%3E%3Cpath d='M378,45 C381,48 384,51 387,54' stroke='%23A58B5C' stroke-width='0.35' fill='none' opacity='0.28'/%3E%3C!-- Forest greens - vertical-ish --%3E%3Cpath d='M89,34 C88,38 90,42 89,46' stroke='%232D4A1C' stroke-width='0.4' fill='none' opacity='0.34'/%3E%3Cpath d='M267,167 C268,171 266,175 267,179' stroke='%23355E20' stroke-width='0.35' fill='none' opacity='0.32'/%3E%3Cpath d='M134,289 C133,293 135,297 134,301' stroke='%23264516' stroke-width='0.4' fill='none' opacity='0.3'/%3E%3C!-- Deep reds - various angles --%3E%3Cpath d='M198,23 C202,26 204,30 206,34' stroke='%238B2A2A' stroke-width='0.35' fill='none' opacity='0.28'/%3E%3Cpath d='M56,234 C59,237 63,239 67,241' stroke='%237A2222' stroke-width='0.4' fill='none' opacity='0.26'/%3E%3Cpath d='M345,312 C348,315 350,319 352,323' stroke='%23842828' stroke-width='0.35' fill='none' opacity='0.25'/%3E%3C!-- More browns - curved/wavy --%3E%3Cpath d='M123,112 C126,110 129,114 132,112 C135,110 138,114 141,112' stroke='%236B4423' stroke-width='0.4' fill='none' opacity='0.36'/%3E%3Cpath d='M278,256 C281,258 284,254 287,256' stroke='%23785030' stroke-width='0.35' fill='none' opacity='0.34'/%3E%3Cpath d='M67,345 C70,343 73,347 76,345' stroke='%23624020' stroke-width='0.4' fill='none' opacity='0.35'/%3E%3C!-- Olive/khaki - angled --%3E%3Cpath d='M189,56 C185,59 181,62 177,65' stroke='%23706040' stroke-width='0.35' fill='none' opacity='0.3'/%3E%3Cpath d='M334,178 C330,181 326,184 322,187' stroke='%23807050' stroke-width='0.4' fill='none' opacity='0.28'/%3E%3Cpath d='M45,156 C41,159 37,162 33,165' stroke='%236B5B3D' stroke-width='0.35' fill='none' opacity='0.32'/%3E%3C!-- Light tans - short --%3E%3Cpath d='M289,89 C292,90 295,89 298,90' stroke='%23C4A672' stroke-width='0.3' fill='none' opacity='0.28'/%3E%3Cpath d='M167,378 C170,379 173,378 176,379' stroke='%23BFA070' stroke-width='0.35' fill='none' opacity='0.26'/%3E%3C!-- Dark greens - short curved --%3E%3Cpath d='M356,267 C358,270 356,273 358,276' stroke='%231B3D14' stroke-width='0.4' fill='none' opacity='0.3'/%3E%3Cpath d='M23,189 C25,192 23,195 25,198' stroke='%23234D1A' stroke-width='0.35' fill='none' opacity='0.32'/%3E%3C!-- Reddish browns --%3E%3Cpath d='M212,134 C216,136 220,134 224,136' stroke='%236E3028' stroke-width='0.4' fill='none' opacity='0.32'/%3E%3Cpath d='M98,267 C102,269 106,267 110,269' stroke='%23753530' stroke-width='0.35' fill='none' opacity='0.3'/%3E%3C!-- More scattered fibers --%3E%3Cpath d='M378,378 C375,382 378,386 375,390' stroke='%23584020' stroke-width='0.4' fill='none' opacity='0.34'/%3E%3Cpath d='M145,212 C149,214 153,212 157,214' stroke='%23466030' stroke-width='0.35' fill='none' opacity='0.28'/%3E%3Cpath d='M234,334 C230,337 234,340 230,343' stroke='%238A4A30' stroke-width='0.4' fill='none' opacity='0.32'/%3E%3Cpath d='M312,23 C315,27 312,31 315,35' stroke='%23556B2F' stroke-width='0.35' fill='none' opacity='0.26'/%3E%3Cpath d='M67,123 C63,125 67,127 63,129' stroke='%23704828' stroke-width='0.4' fill='none' opacity='0.35'/%3E%3C/svg%3E");background-size:200px 200px,400px 400px}body{color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0}.page{max-width:900px;margin:0 auto}.page>#quartz-body{padding:0 1.5rem;display:block}.page>#quartz-body .sidebar.left,.page>#quartz-body .sidebar.right{display:none}.page>#quartz-body .center{max-width:700px;margin:0 auto;position:relative}.page>#quartz-body .center:before{content:"";background:radial-gradient(ellipse 60% 55% at 50% 50%,var(--light)0%,var(--light)55%,transparent 80%);pointer-events:none;z-index:-1;position:absolute;inset:-3rem}.page>#quartz-body .center:after{content:"";background:linear-gradient(180deg,transparent 0%,var(--light)4%,var(--light)96%,transparent 100%);pointer-events:none;z-index:-2;position:absolute;inset:-4rem 0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.page:has(.hero)>#quartz-body .center{max-width:100%}.page:has(.hero)>#quartz-body .center:before{background:radial-gradient(ellipse 75% 50% at 50% 50%,var(--light)0%,var(--light)55%,transparent 82%);left:-2rem;right:-2rem}.page:has(.hero)>#quartz-body .center:after{left:-2rem;right:-2rem;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}h1,h2,h3,h4,h5,h6{letter-spacing:.02em;text-transform:uppercase;color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700}h1{border-bottom:3px double var(--secondary);opacity:.92;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.75rem}h2{opacity:.9;border-bottom:2px solid #1b4d2eb3;margin-top:2.5rem;padding-bottom:.35rem;font-size:1.35rem}h2:before{content:"■ ";color:var(--tertiary);opacity:.75}h3{color:var(--secondary);opacity:.88;font-size:1.1rem}h3:before{content:"● ";color:var(--tertiary);opacity:.7}article{padding-bottom:2rem}article>h1{text-align:center;opacity:.95;border-bottom:4px double #1b4d2ebf;padding-bottom:.75rem;font-size:2rem}article>h1:before{content:"★ ";color:var(--tertiary);opacity:.7}article p{text-align:justify;-webkit-hyphens:auto;hyphens:auto;text-shadow:0 0 1px #2c181014,0 0 .5px #2c181008;opacity:.88;line-height:1.9}article ul,article ol{margin-left:1.5rem}article li{opacity:.88;margin-bottom:.5rem;line-height:1.7}blockquote{background:linear-gradient(135deg,#e6d9bc80 0%,#f5edd84d 100%);border:2px solid #8b73554d;border-left:none;border-radius:3px;margin:1.5rem 0;padding:1.25rem 1.5rem 1.25rem 1.75rem;position:relative;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6}blockquote:before{content:"";background:repeating-linear-gradient(#8b5a2bb3 0,#b48246b3 2px,#8b5a2bb3 4px,#64411eb3 6px,#8b5a2bb3 8px);border-radius:3px 0 0 3px;width:6px;position:absolute;top:0;bottom:0;left:0}blockquote:after{content:"SCOUT'S NOTE";background:var(--light);color:var(--tertiary);letter-spacing:.1em;opacity:.75;padding:0 .5rem;font-size:.65rem;font-weight:700;position:absolute;top:-.6rem;left:1.25rem}blockquote p{opacity:.85}pre{border:1px solid #8b735566;border-radius:2px;position:relative;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6;background:linear-gradient(#e6d9bc99 0%,#e6d9bc66 100%)!important}pre:before{content:"FIELD NOTES";background:var(--light);color:var(--gray);letter-spacing:.1em;opacity:.7;padding:0 .5rem;font-size:.6rem;font-weight:700;position:absolute;top:-.6rem;right:1rem}pre code{opacity:.85}code{font-family:var(--codeFont);opacity:.9;background:#e6d9bc80;border:1px solid #8b73554d;border-radius:2px}a{color:var(--secondary);text-underline-offset:3px;opacity:.9;-webkit-text-decoration:underline dotted #1b4d2e80;text-decoration:underline dotted #1b4d2e80;transition:all .2s}a:hover{color:var(--tertiary);opacity:1;text-decoration-style:solid;text-decoration-color:#be2633b3}a.internal{background-color:#0000;border-radius:0;padding:0}hr{background:0 0;border:none;height:2rem;margin:2.5rem 0;position:relative}hr:before{content:"";background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 24' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Left line --%3E%3Cline x1='20' y1='12' x2='85' y2='12' stroke='%231B4D2E' stroke-width='1' opacity='0.4'/%3E%3C!-- Right line --%3E%3Cline x1='115' y1='12' x2='180' y2='12' stroke='%231B4D2E' stroke-width='1' opacity='0.4'/%3E%3C!-- Compass rose --%3E%3Ccircle cx='100' cy='12' r='8' fill='none' stroke='%231B4D2E' stroke-width='1' opacity='0.5'/%3E%3Cpath d='M100,4 L102,10 L100,8 L98,10 Z' fill='%231B4D2E' opacity='0.6'/%3E%3Cpath d='M100,20 L102,14 L100,16 L98,14 Z' fill='%231B4D2E' opacity='0.4'/%3E%3Cpath d='M92,12 L98,10 L96,12 L98,14 Z' fill='%231B4D2E' opacity='0.4'/%3E%3Cpath d='M108,12 L102,10 L104,12 L102,14 Z' fill='%231B4D2E' opacity='0.4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:200px 24px;width:100%;height:2rem;display:block}table{background:#f5edd880;border:2px solid #1b4d2e99;border-radius:2px;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6}th{color:var(--light);text-transform:uppercase;letter-spacing:.05em;text-shadow:0 1px 1px #0003;background:linear-gradient(#1b4d2ed9 0%,#1b4d2ebf 100%);border-bottom:none;font-size:.85rem}td{border:1px solid #8b73554d}tr:nth-child(2n){background:#e6d9bc66}.tags{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.tags ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tags li{margin:0}.tags a.internal.tag-link{text-transform:uppercase;letter-spacing:.05em;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(#1b4d2ed9 0%,#1b4d2ef2 100%);border:2px solid #1b4d2e99;border-radius:50px;align-items:center;max-width:12rem;padding:.3rem .6rem .3rem .5rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;overflow:hidden;box-shadow:inset 0 1px #fff3,0 1px 2px #0000001a;color:var(--light)!important}.tags a.internal.tag-link:before{content:"●";opacity:.7;margin-right:.35rem;font-size:.5rem}.tags a.internal.tag-link:hover{background:linear-gradient(#be2633d9 0%,#be2633f2 100%);border-color:#be263399;transform:translateY(-1px);box-shadow:inset 0 1px #fff3,0 2px 4px #00000026}.content-meta{color:var(--gray);text-align:center;opacity:.7;margin-bottom:2rem;font-size:.9rem;font-style:italic}.content-meta:before{content:"— "}.content-meta:after{content:" —"}.breadcrumb-container{text-transform:uppercase;letter-spacing:.05em;opacity:.8;flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.breadcrumb-container:before{content:"⌂";color:var(--secondary);opacity:.7;margin-right:.5rem;font-size:.9rem}.breadcrumb-container .breadcrumb-element{align-items:center;display:inline-flex}.breadcrumb-container .breadcrumb-element:not(:last-child):after{content:"›";color:var(--gray);opacity:.5;margin:0 .4rem}.breadcrumb-container a{color:var(--secondary);border-radius:2px;padding:.15rem .4rem;text-decoration:none;transition:all .2s}.breadcrumb-container a:hover{background:#1b4d2e1a}article img{background:#fff9;border:2px solid #8b735566;border-radius:2px;padding:.75rem;position:relative;box-shadow:2px 2px 4px #2c18101a,inset 0 0 20px #e6d9bc80}article p:has(>img){position:relative}article p:has(>img):before{content:"◤";color:var(--secondary);opacity:.35;z-index:1;font-size:1.25rem;position:absolute}article p:has(>img):after{content:"◤";color:var(--secondary);opacity:.35;z-index:1;font-size:1.25rem;position:absolute}article p:has(>img):before{top:.25rem;left:.25rem}article p:has(>img):after{content:"◢";bottom:1.25rem;right:.25rem}.portfolio-footer{background:0 0;border:none;margin-top:3rem;padding-top:1.5rem;position:relative}.portfolio-footer:before{content:"";background:linear-gradient(90deg,#0000 0%,#1b4d2e4d 20%,#1b4d2e66 50%,#1b4d2e4d 80%,#0000 100%);height:1px;position:absolute;top:0;left:10%;right:10%}.portfolio-footer:after{content:"BE PREPARED";text-align:center;color:var(--secondary);letter-spacing:.2em;opacity:.6;margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.portfolio-footer .footer-content{opacity:.8}.portfolio-header{box-shadow:none;background:0 0;border:none;position:relative}.portfolio-header:after{content:"";background:linear-gradient(90deg,#0000 0%,#1b4d2e4d 20%,#1b4d2e66 50%,#1b4d2e4d 80%,#0000 100%);height:1px;position:absolute;bottom:0;left:10%;right:10%}.portfolio-header .site-title{text-transform:uppercase;letter-spacing:.1em;color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.9;font-weight:700}.portfolio-header .nav-link{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.8rem;font-weight:600}.portfolio-header .nav-link:hover{opacity:1}.hero{text-align:center;box-sizing:border-box;background:linear-gradient(#e6d9bc66 0%,#f5edd833 50%,#e6d9bc66 100%);border:2px solid #1b4d2e80;border-radius:3px;margin-bottom:2rem;padding:3rem 1.5rem;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6}.hero-title{text-transform:uppercase;letter-spacing:.15em;color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.95}.hero-role{text-transform:uppercase;letter-spacing:.2em;opacity:.8;font-weight:700;color:var(--secondary)!important;font-size:1rem!important}.hero-tagline{opacity:.85}.quick-signals{background:linear-gradient(#f5edd84d 0%,#e6d9bc33 100%);border:1px solid #1b4d2e66;border-radius:3px;padding:1.5rem;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6}.signal-card{background:#f5edd866;border:1px solid #8b735566;border-radius:2px;padding:1rem;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6}.signal-card .signal-title{color:var(--secondary);opacity:.85;border-bottom:1px solid #1b4d2e66;margin-bottom:.75rem;padding-bottom:.5rem}.signal-card .signal-content{opacity:.8}.project-card{transition:all .2s;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6;background:linear-gradient(135deg,#f5edd880 0%,#e6d9bc4d 100%)!important;border:1px solid #1b4d2e66!important;border-radius:3px!important}.project-card:hover{transform:translate(-1px,-1px);box-shadow:0 2px 4px #2c18101a,0 4px 8px #2c181014,inset 0 1px #ffffff80;border-color:#1b4d2e99!important}.project-card .project-title{text-transform:uppercase;letter-spacing:.05em;color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.9;border-bottom:1px solid #be263380;padding-bottom:.5rem}.project-card .detail-label{opacity:.7}.project-card .detail-text{opacity:.85}.project-card .project-tag{color:var(--light);text-transform:uppercase;letter-spacing:.03em;background:linear-gradient(#1b4d2ebf 0%,#1b4d2ed9 100%);border:1px solid #1b4d2e80;border-radius:50px;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.writing-item{transition:all .2s;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6;background:#f5edd84d!important;border:1px solid #8b735566!important;border-left:3px solid #1b4d2e99!important;border-radius:3px!important}.writing-item:hover{box-shadow:0 2px 4px #2c18101a,0 4px 8px #2c181014,inset 0 1px #ffffff80;border-left-color:#be2633b3!important}.writing-item .writing-title{color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.9}.writing-item .writing-date{opacity:.6}.writing-item .writing-description{opacity:.8}.experience-section{padding:2rem 0}.experience-timeline{padding-left:1.5rem;position:relative}.experience-timeline:before{content:"";background:repeating-linear-gradient(180deg,var(--secondary)0px,var(--secondary)4px,#1b4d2e4d 4px,#1b4d2e4d 8px);border-radius:2px;width:3px;position:absolute;top:.5rem;bottom:.5rem;left:0}.experience-card{transition:all .2s;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6;background:linear-gradient(135deg,#f5edd866 0%,#e6d9bc40 100%)!important;border:1px solid #1b4d2e66!important;border-radius:3px!important}.experience-card:hover{transform:translate(-1px,-1px);box-shadow:0 2px 4px #2c18101a,0 4px 8px #2c181014,inset 0 1px #ffffff80;border-color:#1b4d2e99!important}.experience-card .experience-marker{background:var(--secondary)!important;box-shadow:0 0 0 2px var(--secondary)!important;border-color:var(--light)!important}.experience-card:hover .experience-marker{background:var(--tertiary)!important;box-shadow:0 0 0 2px var(--tertiary)!important}.experience-card .experience-title{text-transform:uppercase;letter-spacing:.05em;color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.95}.experience-card .experience-company{opacity:.9;font-weight:600;color:var(--secondary)!important}.experience-card .experience-dates{opacity:.7;font-style:italic}.experience-card .experience-highlights{opacity:.85}.experience-card .experience-highlights li::marker{color:var(--tertiary)}.content-meta.experience-meta{border:1px solid #1b4d2e40;border-left:3px solid var(--secondary);background:linear-gradient(135deg,#1b4d2e14 0%,#e6d9bc26 100%);border-radius:3px;margin-bottom:1.5rem;padding:1rem 1.25rem}.content-meta.experience-meta p{margin:0;line-height:1.6}.content-meta.experience-meta .experience-company-line{margin-bottom:.35rem}.content-meta.experience-meta .experience-company{color:var(--secondary);text-transform:uppercase;letter-spacing:.03em;font-size:1.1rem;font-weight:700}.content-meta.experience-meta .experience-team{color:var(--darkgray);font-size:.95rem;font-weight:500}.content-meta.experience-meta .experience-details{color:var(--gray);font-size:.9rem}.content-meta.experience-meta .experience-location{font-weight:500}.content-meta.experience-meta .experience-separator{opacity:.5}.content-meta.experience-meta .experience-dates{font-style:italic}.section-ul{margin:0;padding:0;list-style:none}.section-li{margin-bottom:1rem}.section-li .section{border:1px solid #1b4d2e40;border-left:3px solid var(--secondary);background:linear-gradient(135deg,#f5edd84d 0%,#e6d9bc26 100%);border-radius:3px;padding:1rem 1.25rem;transition:all .2s;flex-direction:column!important;grid-template-columns:none!important;display:flex!important}.section-li .section:hover{background:linear-gradient(135deg,#f5edd880 0%,#e6d9bc40 100%);border-color:#1b4d2e66}.section-li .section .meta{color:var(--gray);order:1;font-size:.8rem;font-style:italic;margin:0 0 .25rem!important}.section-li .section .desc{order:2}.section-li .section .desc h3{margin:0;font-size:1.1rem}.section-li .section .desc .item-description{color:var(--darkgray);margin:.3rem 0 0;font-size:.9rem;line-height:1.5}.section-li .section .tags{flex-wrap:wrap;order:3;gap:.4rem;margin:0;padding:.5rem 0 0;list-style:none;display:flex!important}.section-title{text-transform:uppercase;letter-spacing:.1em;color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.9;border-bottom:2px solid #1b4d2e66;margin-bottom:1.5rem;padding-bottom:.5rem}.contact-cta{background:linear-gradient(#e6d9bc66 0%,#f5edd833 100%);border:2px solid #1b4d2e66;border-radius:3px;padding:2rem;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6}.contact-cta .contact-title{text-transform:uppercase;letter-spacing:.15em;color:var(--dark);text-shadow:0 0 1px #2c18101a,0 0 .5px #2c18100d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.9}.contact-cta .contact-text{opacity:.8}.contact-cta .contact-link{opacity:.9;background:#f5edd880;border:1px solid #1b4d2e80;border-radius:3px;transition:all .2s;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6}.contact-cta .contact-link:hover{opacity:1;background:#1b4d2ed9;box-shadow:0 2px 4px #2c18101a,0 4px 8px #2c181014,inset 0 1px #ffffff80}.about-section{background:linear-gradient(#e6d9bc33 0%,#0000 100%);border-top:2px solid #1b4d2e66;padding-top:2rem}.cta-primary{text-transform:uppercase;letter-spacing:.1em;text-shadow:0 1px 1px #0003;font-weight:700;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6;background:linear-gradient(#1b4d2ee6 0%,#1b4d2ecc 100%)!important;border:1px solid #1b4d2e99!important;border-radius:3px!important}.cta-primary:hover{box-shadow:0 2px 4px #2c18101a,0 4px 8px #2c181014,inset 0 1px #ffffff80;background:linear-gradient(#be2633e6 0%,#be2633cc 100%)!important}.cta-secondary{text-transform:uppercase;letter-spacing:.1em;font-weight:700;box-shadow:0 1px 2px #2c181014,0 2px 4px #2c18100d,inset 0 1px #fff6;background:#f5edd899!important;border:1px solid #1b4d2e80!important;border-radius:3px!important}.cta-secondary:hover{box-shadow:0 2px 4px #2c18101a,0 4px 8px #2c181014,inset 0 1px #ffffff80;background:#e6d9bccc!important}.page:before{content:"";pointer-events:none;z-index:1000;background:radial-gradient(75% 70%,#0000 35%,#8b73550f 65%,#8b73551f 100%),linear-gradient(#8b735514 0%,#8b735508 5%,#0000 12% 88%,#8b735508 95%,#8b735514 100%),linear-gradient(90deg,#8b73550d 0%,#0000 12% 88%,#8b73550d 100%);position:fixed;inset:0}.page:after{content:"";pointer-events:none;z-index:999;background:linear-gradient(90deg,#c8b49614 0%,#c8b49608 6%,#0000 15% 85%,#c8b49608 94%,#c8b49614 100%),linear-gradient(#c8b4960f 0%,#c8b49605 4%,#0000 10% 90%,#c8b49605 96%,#c8b4960f 100%);position:fixed;inset:0}@media (prefers-reduced-motion:no-preference){.hero,.quick-signals,.featured-projects,.recent-writing,.about-section,.contact-cta{animation:none}}@media (max-width:600px){.page>#quartz-body{padding:0 1rem}article>h1{font-size:1.5rem}.hero{margin-bottom:1.5rem;padding:2rem 1rem}.hero-title{font-size:1.75rem!important}}:root{--light:#f5edd8;--lightgray:#e6d9bc;--gray:#8b7355;--darkgray:#5c4033;--dark:#2c1810;--secondary:#1b4d2e;--tertiary:#be2633;--highlight:#1b4d2e1f;--textHighlight:#f5d77a;--titleFont:"Bitter",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Bitter",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"Source Serif 4",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--codeFont:"Courier Prime",ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}:root[saved-theme=dark]{--light:#2c2416;--lightgray:#3d3225;--gray:#8b7355;--darkgray:#d4c4a8;--dark:#f5edd8;--secondary:#6b9e78;--tertiary:#d4574a;--highlight:#6b9e7826;--textHighlight:#5c4033}