:root{--dark:24,20,27;--light:154,167,193;--xlight:215,218,223;--accent:143,178,248}.light-theme{--dark:245,245,250;--light:60,80,120;--xlight:24,20,27;--accent:143,178,248}body{background:rgb(var(--dark));min-height:100vh;color:rgb(var(--light));flex-direction:column;justify-content:center;align-items:center;margin:0;padding:2rem;font-family:Futura,sans-serif;line-height:1.2;display:flex}h1,h2,h3,h4,h5,h6{color:rgb(var(--xlight));font-family:Lucida Sans,Perpetua,serif}a{color:rgb(var(--xlight));text-shadow:0 0 1px rgba(var(--accent),1);text-decoration:none}a.active{border-bottom:2px solid rgb(var(--accent))}.header{height:auto}#header-scroll{z-index:1000;background:rgba(var(--dark),.7);width:100%;height:100%;transition:all .3s ease-out;position:fixed;top:0;left:0}#header-scroll h1{text-align:center;height:100%;padding:200px 0;font-family:Perpetua,Lucida Sans,serif;font-size:4em;line-height:1.15;transition:all .3s ease-out}#header-scroll.shrink{height:auto;display:inline-block}#header-scroll.shrink h1{height:auto;padding:0 1rem;font-family:Lucida Sans,Perpetua,serif;font-size:1rem;font-weight:700;text-decoration:none;display:inline-block}#header-scroll.shrink h1 a{z-index:1001;position:relative}nav{justify-content:flex-end;align-items:center;width:100%;height:50px;display:flex;position:fixed;top:0}nav ul{gap:1em;margin:0;padding:0 1rem;display:flex}nav ul li{margin:0 10px;display:inline-block}nav ul li a{padding:0;font-family:Lucida Sans,Perpetua,serif;font-size:1rem;font-weight:700;line-height:50px;transition:all .2s;position:relative;top:-5px}nav ul li a:hover{color:rgb(var(--accent))}li{margin-bottom:.5rem}li:last-child{margin-bottom:0}section{border-bottom:1px solid rgb(var(--accent));width:100%;height:100%;padding:150px 0;scroll-margin-top:-60px}section a:hover{color:rgb(var(--accent));text-decoration:underline}section h2{color:rgb(var(--light));margin:0 0 1rem;font-family:Lucida Sans,Perpetua,serif;font-size:1.75rem}section h3{color:rgb(var(--light));margin:0 0 1rem;font-family:Lucida Sans,Perpetua,serif;font-size:1.25rem}#contact{text-align:center;background:linear-gradient(rgb(var(--dark),.9),rgb(var(--dark),.9));margin:0 auto 2rem}.header_background{z-index:900;width:100%;height:475px;position:relative;overflow:hidden}.header_background img{object-fit:cover;width:100%;height:100%;display:block}.header_background{box-shadow:0 4px 10px rgba(var(--dark),.7);border-bottom-right-radius:50% 20px;border-bottom-left-radius:50% 20px}@media (max-width:750px){nav ul{background:rgba(var(--dark),.95);z-index:1001;flex-direction:column;width:200px;padding:1em 0;display:none;position:absolute;top:50px;right:0}nav.active ul{display:flex}.hamburger{cursor:pointer;z-index:1002;width:32px;height:32px;display:block;position:absolute;top:10px;right:20px}}.hamburger{display:none}.project_gallery{--hint:"Select for More Information";justify-content:center;align-items:stretch;gap:1em;width:min(1200px,90vw);margin:10vmin;display:flex;overflow:hidden;transform:skew(5deg)}:root{--title-thickness:1rem;--slant:3.5%}.project{min-width:0;padding-right:var(--title-thickness);height:75vmin;clip-path:polygon(0 0,calc(100% - var(--slant))0,100% 100%,var(--slant)100%);-webkit-clip-path:polygon(0 0,calc(100% - var(--slant))0,100% 100%,var(--slant)100%);flex:220px;transition:flex-basis .4s,flex-grow .4s;position:relative;overflow:hidden}.project:after{content:var(--hint);background:rgba(var(--dark),.8);color:rgb(var(--accent));letter-spacing:.02em;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:3;border-radius:999px;padding:.35rem .75rem;font-size:.9rem;transition:opacity .2s,visibility .2s;position:absolute;bottom:15%;left:50%;transform:translate(-50%)skew(-5deg)}.project img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .4s,transform .4s}.project_title{right:var(--title-thickness);z-index:2;height:100%;width:var(--title-thickness);white-space:nowrap;color:#000;background:rgba(var(--accent),.8);writing-mode:vertical-rl;text-orientation:mixed;justify-content:center;align-items:center;padding:0 .5em;font-size:1em;line-height:1;transition:transform .5s,top .5s,bottom .5s,background .3s,color .3s,font-size .3s;display:flex;position:absolute;bottom:0;left:auto}.project_keywords{background:rgba(var(--dark),.85);color:rgb(var(--accent));white-space:nowrap;z-index:4;pointer-events:none;opacity:0;border-radius:99px;padding:1rem 4rem;font-size:.85rem;transition:opacity .2s;display:none;position:absolute;bottom:30%;left:50%;transform:translate(-50%)skew(-5deg)}.project_description{background:rgba(var(--dark),.9);width:102%;color:rgb(var(--light));box-sizing:border-box;z-index:10;min-height:84%;max-height:84%;padding:1.5rem 3rem 2rem 6rem;font-size:.9rem;line-height:1.4;display:none;position:absolute;bottom:0;left:-20px;overflow-y:auto;transform:skew(-5deg)}.project_description::-webkit-scrollbar{width:8px}.project_description strong{font-weight:700}.project_description::-webkit-scrollbar-thumb{background:rgba(var(--xlight),.2);border-radius:4px}.project_description::-webkit-scrollbar-thumb:hover{background:rgba(var(--xlight),.4)}.project_description::-webkit-scrollbar-track{background:0 0}.project_gallery:not(.has-active) .project:hover{flex-grow:6}.project_gallery:not(.has-active) .project:hover img{filter:grayscale(0%)brightness(.5)blur(5px)}.project_gallery:not(.has-active) .project:hover:after{opacity:1;visibility:visible}.project_gallery:not(.has-active) .project:hover .project_title{writing-mode:horizontal-tb;background:rgba(var(--dark),.9);width:100%;height:2.1rem;color:rgb(var(--light));font-size:1.5em;top:.5em;right:0;transform:skew(-5deg)}.project_gallery:not(.has-active) .project:hover .project_keywords{opacity:1;display:block}.project.is-active{flex-grow:6}.project.is-active img{filter:grayscale(0%)brightness(.5)blur()}.project.is-active .project_title{writing-mode:horizontal-tb;background:rgba(var(--dark),.9);width:100%;height:2rem;color:rgb(var(--light));justify-content:center;align-items:center;font-size:1.5em;display:flex;top:.5em;right:0;transform:skew(-5deg)}.project_gallery.has-active .project:not(.is-active){flex-grow:1;flex-basis:30px}.project_gallery.has-active .project:not(.is-active):hover{filter:drop-shadow(0 0 9px rgb(var(--accent)))}.project_gallery:hover .project:not(:hover):not(.is-active){flex-grow:1;flex-basis:30px}.project.is-active .project_description{display:block}@media (max-width:600px){.project_gallery{flex-direction:column;gap:2rem;width:100%;margin:2rem 0;transform:none}.project{clip-path:none;flex:none;height:auto;min-height:200px;padding:0;transform:none}.project_title{writing-mode:horizontal-tb;background:rgba(var(--dark),.9);width:100%;height:auto;color:rgb(var(--light));padding:1rem;position:relative}.project_description{max-height:none;padding:1rem;position:relative;left:0;transform:none}.project img{height:200px}.project_gallery:not(.has-active) .project:hover,.project.is-active{flex-grow:1}.project_gallery:not(.has-active) .project:hover .project_title,.project.is-active .project_title{transform:none}.project:after{display:none}}form{background:rgba(var(--dark),.3);border:1px solid rgba(var(--accent),.2);max-width:600px;box-shadow:0 4px 10px rgba(var(--dark),.4);border-radius:12px;margin:3rem auto;padding:2rem}form label{color:rgb(var(--light));margin-bottom:.5rem;display:block}form input,form textarea{background:rgba(var(--xlight),.06);border:1px solid rgba(var(--accent),.25);width:100%;color:rgb(var(--light));box-sizing:border-box;border-radius:8px;padding:.75rem;font-family:Lucida Sans,Perpetua,serif}form textarea{resize:vertical;min-height:150px;margin-bottom:1.5rem}form input:focus,form textarea:focus{border-color:rgb(var(--accent));box-shadow:0 0 0 3px rgba(var(--accent),.25);outline:none}form button{background:rgba(var(--accent),.6);color:rgb(var(--dark));cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:Lucida Sans,Perpetua,serif;font-weight:700;transition:all .2s}form button:hover{background:rgb(var(--accent))}#confirmation{background:rgba(var(--dark),.3);border:1px solid rgba(var(--accent),.4);text-align:center;max-width:600px;color:rgb(var(--light));border-radius:12px;margin:3rem auto;padding:2rem;font-family:Lucida Sans,Perpetua,serif;line-height:1.5}@supports selector(body:has(> form)){body:has(>form) #header-scroll{z-index:auto;background:0 0;height:auto;position:static}body:has(>form) #header-scroll h1{height:auto;padding:0 1rem;font-size:1rem;font-weight:700}}.log{max-width:900px;margin:2rem auto;padding:0 1rem}.log h1{margin-bottom:.5rem}.log h3{margin-top:.5rem}.entry{border-left:3px solid rgba(var(--dark),.3);margin:1rem 0;padding:.5rem 1rem}.entry time{color:rgba(var(--light),.8);font-size:.9rem;display:block}.tags{opacity:.8;font-size:.85rem}.tags .pill{background:rgba(var(--light),.12);border-radius:9px;margin-right:.25rem;padding:.1rem .4rem;font-size:.85rem;display:inline-block}.tags .pill.misc{border:2px solid rgba(var(--light),.25)}.tags .pill.dmaic{border:2px solid #0dff0040}.tags .pill.agile{border:2px solid #aa00ff40}.shots img{border:1px solid rgba(var(--light),.2);max-width:100%;height:auto}#chat-container{border:1px solid #ddd;border-radius:6px;max-width:700px;margin:1rem auto;padding:1rem}#chat-log{max-height:320px;margin:0 0 1rem;padding:0;list-style:none;overflow-y:auto}#chat-log li{color:rgb(var(--dark));border-radius:6px;margin:.25rem 0;padding:.5rem .75rem}#chat-log li.user{background:rgb(var(--light));align-self:flex-end}#chat-log li.assistant{background:#f6f6f6}#chat-form{align-items:center;gap:.5rem;display:flex}#chat-input{flex:1;padding:.5rem .75rem}#chat-send{white-space:nowrap;padding:.5rem .75rem}.ranking-table{border-collapse:collapse;background:rgba(var(--dark),.85);width:100%;box-shadow:0 2px 8px rgba(var(--dark),.18);border-radius:12px;margin-top:-2px;overflow:hidden}.table-row{border:none;border-bottom:1px solid rgba(var(--xlight),.1);cursor:pointer;transition:background .2s}.table-cell{border:none;border-bottom:1px solid rgba(var(--xlight),.3);color:rgb(var(--light));text-align:center;padding:2px 3px}.table-header{border:none;border-bottom:1px solid rgb(var(--light));color:rgb(var(--xlight));background:rgba(var(--dark),.7);padding:4px;font-family:Lucida Sans,Perpetua,serif}.multi-select-header{color:rgb(var(--xlight));margin-bottom:4px;padding:2px;font-family:Lucida Sans,Perpetua,serif;font-weight:700;display:block}.multi-select{background:rgb(var(--dark));width:100%;height:130px;color:rgb(var(--light));border:1px solid rgb(var(--accent));border-radius:6px;padding:4px;font-family:Lucida Sans,Perpetua,serif}.multi-select option:hover{background:rgba(var(--accent),.08)}.multi-select::-webkit-scrollbar{background:0 0;width:8px}.multi-select::-webkit-scrollbar-thumb{background:rgba(var(--xlight),.4);border-radius:4px}.multi-select::-webkit-scrollbar-thumb:hover{background:rgba(var(--xlight),.6)}.multi-select::-webkit-scrollbar-track{background:0 0}.detail-card{background:rgba(var(--dark),.9);color:rgb(var(--light));border:1px solid rgba(var(--accent),.4);box-shadow:0 4px 10px rgba(var(--dark),.4);border-radius:12px;margin:2rem 0;padding:0 2rem 1rem;font-family:Lucida Sans,Perpetua,serif;line-height:1.5}.detail-card h2{color:rgb(var(--accent));margin-bottom:1rem;font-size:1.5rem}.detail-card b{color:rgb(var(--xlight))}.detail-card div{margin-bottom:.75rem}.plot-card{background:rgba(var(--dark),.9);color:rgb(var(--light));border:1.5px solid rgba(var(--accent),.4);box-shadow:0 4px 16px rgba(var(--dark),.4);border-radius:12px;font-family:Lucida Sans,Perpetua,serif}.plot-card h2{color:rgb(var(--xlight));margin-bottom:1rem;margin-left:2rem;font-size:1.5rem}.proxy-row{color:rgb(var(--light));grid-template-columns:minmax(80px,.6fr) minmax(10px,.1fr) minmax(120px,.5fr) minmax(220px,1fr) minmax(95px,.5fr) minmax(0,1.2fr);align-items:center;gap:.5rem;margin-bottom:1rem;display:grid}.slider{width:120px;accent-color:rgb(var(--accent));background:0 0;border-radius:6px;margin:0 1rem 0 .5rem;font-family:Lucida Sans,Perpetua,serif}.drop-down{background:rgba(var(--xlight),.06);color:rgb(var(--light));border:1px solid rgba(var(--accent),.25);border-radius:8px;margin-left:.5rem;padding:.25rem .5rem;font-family:Lucida Sans,Perpetua,serif}.spinner{border:5px solid rgb(var(--accent));border-top:5px solid #000;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.menu-item{text-align:left;cursor:pointer;width:100%;color:rgb(var(--light));background:0 0;border:none;padding:8px 12px;font-size:14px;display:block}.menu-item:focus,.menu-item:active{color:rgb(var(--light))}.menu-item:hover{background:rgba(var(--accent),.1)}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.popup{background:rgb(var(--accent));color:#18141b;width:234px;box-shadow:0 2px 12px rgba(var(--dark),.2);z-index:1000;word-wrap:break-word;overflow-wrap:break-word;opacity:1;border-radius:12px;padding:21px 50px;font-size:14px;animation:1s 5s forwards fade-out;position:fixed;top:0;left:30px}.highlight-button{color:rgb(var(--light));background:rgb(var(--dark));border:1px solid rgb(var(--accent));cursor:pointer;box-shadow:0 2px 8px rgba(var(--accent),.15);border-radius:6px;padding:2px 8px;font-size:14px;transition:box-shadow .15s,border-color .1s}.highlight-button:hover{background:rgba(var(--accent),.08);box-shadow:0 4px 12px rgba(var(--accent),.15)}.legend{box-shadow:0 2px 6px rgba(var(--dark),.15);background:#d7dadfbf;border-radius:12px;padding:2px 3px;font-size:12px}
:root{--dark:24,20,27;--light:154,167,193;--xlight:215,218,223;--accent:143,178,248}.light-theme{--dark:245,245,250;--light:60,80,120;--xlight:24,20,27;--accent:143,178,248}body{background:rgb(var(--dark));min-height:100vh;color:rgb(var(--light));flex-direction:column;justify-content:center;align-items:center;margin:0;padding:2rem;font-family:Futura,sans-serif;line-height:1.2;display:flex}h1,h2,h3,h4,h5,h6{color:rgb(var(--xlight));font-family:Lucida Sans,Perpetua,serif}a{color:rgb(var(--xlight));text-shadow:0 0 1px rgba(var(--accent),1);text-decoration:none}a.active{border-bottom:2px solid rgb(var(--accent))}.header{height:auto}#header-scroll{z-index:1000;background:rgba(var(--dark),.7);width:100%;height:100%;transition:all .3s ease-out;position:fixed;top:0;left:0}#header-scroll h1{text-align:center;height:100%;padding:200px 0;font-family:Perpetua,Lucida Sans,serif;font-size:4em;line-height:1.15;transition:all .3s ease-out}#header-scroll.shrink{height:auto;display:inline-block}#header-scroll.shrink h1{height:auto;padding:0 1rem;font-family:Lucida Sans,Perpetua,serif;font-size:1rem;font-weight:700;text-decoration:none;display:inline-block}#header-scroll.shrink h1 a{z-index:1001;position:relative}nav{justify-content:flex-end;align-items:center;width:100%;height:50px;display:flex;position:fixed;top:0}nav ul{gap:1em;margin:0;padding:0 1rem;display:flex}nav ul li{margin:0 10px;display:inline-block}nav ul li a{padding:0;font-family:Lucida Sans,Perpetua,serif;font-size:1rem;font-weight:700;line-height:50px;transition:all .2s;position:relative;top:-5px}nav ul li a:hover{color:rgb(var(--accent))}li{margin-bottom:.5rem}li:last-child{margin-bottom:0}section{border-bottom:1px solid rgb(var(--accent));width:100%;height:100%;padding:150px 0;scroll-margin-top:-60px}section a:hover{color:rgb(var(--accent));text-decoration:underline}section h2{color:rgb(var(--light));margin:0 0 1rem;font-family:Lucida Sans,Perpetua,serif;font-size:1.75rem}section h3{color:rgb(var(--light));margin:0 0 1rem;font-family:Lucida Sans,Perpetua,serif;font-size:1.25rem}#contact{text-align:center;background:linear-gradient(rgb(var(--dark),.9),rgb(var(--dark),.9));margin:0 auto 2rem}.header_background{z-index:900;width:100%;height:475px;position:relative;overflow:hidden}.header_background img{object-fit:cover;width:100%;height:100%;display:block}.header_background{box-shadow:0 4px 10px rgba(var(--dark),.7);border-bottom-right-radius:50% 20px;border-bottom-left-radius:50% 20px}@media (max-width:750px){nav ul{background:rgba(var(--dark),.95);z-index:1001;flex-direction:column;width:200px;padding:1em 0;display:none;position:absolute;top:50px;right:0}nav.active ul{display:flex}.hamburger{cursor:pointer;z-index:1002;width:32px;height:32px;display:block;position:absolute;top:10px;right:20px}}.hamburger{display:none}.project_gallery{--hint:"Select for More Information";justify-content:center;align-items:stretch;gap:1em;width:min(1200px,90vw);margin:10vmin;display:flex;overflow:hidden;transform:skew(5deg)}:root{--title-thickness:1rem;--slant:3.5%}.project{min-width:0;padding-right:var(--title-thickness);height:75vmin;clip-path:polygon(0 0,calc(100% - var(--slant))0,100% 100%,var(--slant)100%);-webkit-clip-path:polygon(0 0,calc(100% - var(--slant))0,100% 100%,var(--slant)100%);flex:220px;transition:flex-basis .4s,flex-grow .4s;position:relative;overflow:hidden}.project:after{content:var(--hint);background:rgba(var(--dark),.8);color:rgb(var(--accent));letter-spacing:.02em;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:3;border-radius:999px;padding:.35rem .75rem;font-size:.9rem;transition:opacity .2s,visibility .2s;position:absolute;bottom:15%;left:50%;transform:translate(-50%)skew(-5deg)}.project img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .4s,transform .4s}.project_title{right:var(--title-thickness);z-index:2;height:100%;width:var(--title-thickness);white-space:nowrap;color:#000;background:rgba(var(--accent),.8);writing-mode:vertical-rl;text-orientation:mixed;justify-content:center;align-items:center;padding:0 .5em;font-size:1em;line-height:1;transition:transform .5s,top .5s,bottom .5s,background .3s,color .3s,font-size .3s;display:flex;position:absolute;bottom:0;left:auto}.project_keywords{background:rgba(var(--dark),.85);color:rgb(var(--accent));white-space:nowrap;z-index:4;pointer-events:none;opacity:0;border-radius:99px;padding:1rem 4rem;font-size:.85rem;transition:opacity .2s;display:none;position:absolute;bottom:30%;left:50%;transform:translate(-50%)skew(-5deg)}.project_description{background:rgba(var(--dark),.9);width:102%;color:rgb(var(--light));box-sizing:border-box;z-index:10;min-height:84%;max-height:84%;padding:1.5rem 3rem 2rem 6rem;font-size:.9rem;line-height:1.4;display:none;position:absolute;bottom:0;left:-20px;overflow-y:auto;transform:skew(-5deg)}.project_description::-webkit-scrollbar{width:8px}.project_description strong{font-weight:700}.project_description::-webkit-scrollbar-thumb{background:rgba(var(--xlight),.2);border-radius:4px}.project_description::-webkit-scrollbar-thumb:hover{background:rgba(var(--xlight),.4)}.project_description::-webkit-scrollbar-track{background:0 0}.project_gallery:not(.has-active) .project:hover{flex-grow:6}.project_gallery:not(.has-active) .project:hover img{filter:grayscale(0%)brightness(.5)blur(5px)}.project_gallery:not(.has-active) .project:hover:after{opacity:1;visibility:visible}.project_gallery:not(.has-active) .project:hover .project_title{writing-mode:horizontal-tb;background:rgba(var(--dark),.9);width:100%;height:2.1rem;color:rgb(var(--light));font-size:1.5em;top:.5em;right:0;transform:skew(-5deg)}.project_gallery:not(.has-active) .project:hover .project_keywords{opacity:1;display:block}.project.is-active{flex-grow:6}.project.is-active img{filter:grayscale(0%)brightness(.5)blur()}.project.is-active .project_title{writing-mode:horizontal-tb;background:rgba(var(--dark),.9);width:100%;height:2rem;color:rgb(var(--light));justify-content:center;align-items:center;font-size:1.5em;display:flex;top:.5em;right:0;transform:skew(-5deg)}.project_gallery.has-active .project:not(.is-active){flex-grow:1;flex-basis:30px}.project_gallery.has-active .project:not(.is-active):hover{filter:drop-shadow(0 0 9px rgb(var(--accent)))}.project_gallery:hover .project:not(:hover):not(.is-active){flex-grow:1;flex-basis:30px}.project.is-active .project_description{display:block}@media (max-width:600px){.project_gallery{flex-direction:column;gap:2rem;width:100%;margin:2rem 0;transform:none}.project{clip-path:none;flex:none;height:auto;min-height:200px;padding:0;transform:none}.project_title{writing-mode:horizontal-tb;background:rgba(var(--dark),.9);width:100%;height:auto;color:rgb(var(--light));padding:1rem;position:relative}.project_description{max-height:none;padding:1rem;position:relative;left:0;transform:none}.project img{height:200px}.project_gallery:not(.has-active) .project:hover,.project.is-active{flex-grow:1}.project_gallery:not(.has-active) .project:hover .project_title,.project.is-active .project_title{transform:none}.project:after{display:none}}form{background:rgba(var(--dark),.3);border:1px solid rgba(var(--accent),.2);max-width:600px;box-shadow:0 4px 10px rgba(var(--dark),.4);border-radius:12px;margin:3rem auto;padding:2rem}form label{color:rgb(var(--light));margin-bottom:.5rem;display:block}form input,form textarea{background:rgba(var(--xlight),.06);border:1px solid rgba(var(--accent),.25);width:100%;color:rgb(var(--light));box-sizing:border-box;border-radius:8px;padding:.75rem;font-family:Lucida Sans,Perpetua,serif}form textarea{resize:vertical;min-height:150px;margin-bottom:1.5rem}form input:focus,form textarea:focus{border-color:rgb(var(--accent));box-shadow:0 0 0 3px rgba(var(--accent),.25);outline:none}form button{background:rgba(var(--accent),.6);color:rgb(var(--dark));cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:Lucida Sans,Perpetua,serif;font-weight:700;transition:all .2s}form button:hover{background:rgb(var(--accent))}#confirmation{background:rgba(var(--dark),.3);border:1px solid rgba(var(--accent),.4);text-align:center;max-width:600px;color:rgb(var(--light));border-radius:12px;margin:3rem auto;padding:2rem;font-family:Lucida Sans,Perpetua,serif;line-height:1.5}@supports selector(body:has(> form)){body:has(>form) #header-scroll{z-index:auto;background:0 0;height:auto;position:static}body:has(>form) #header-scroll h1{height:auto;padding:0 1rem;font-size:1rem;font-weight:700}}.log{max-width:900px;margin:2rem auto;padding:0 1rem}.log h1{margin-bottom:.5rem}.log h3{margin-top:.5rem}.entry{border-left:3px solid rgba(var(--dark),.3);margin:1rem 0;padding:.5rem 1rem}.entry time{color:rgba(var(--light),.8);font-size:.9rem;display:block}.tags{opacity:.8;font-size:.85rem}.tags .pill{background:rgba(var(--light),.12);border-radius:9px;margin-right:.25rem;padding:.1rem .4rem;font-size:.85rem;display:inline-block}.tags .pill.misc{border:2px solid rgba(var(--light),.25)}.tags .pill.dmaic{border:2px solid #0dff0040}.tags .pill.agile{border:2px solid #aa00ff40}.shots img{border:1px solid rgba(var(--light),.2);max-width:100%;height:auto}#chat-container{border:1px solid #ddd;border-radius:6px;max-width:700px;margin:1rem auto;padding:1rem}#chat-log{max-height:320px;margin:0 0 1rem;padding:0;list-style:none;overflow-y:auto}#chat-log li{color:rgb(var(--dark));border-radius:6px;margin:.25rem 0;padding:.5rem .75rem}#chat-log li.user{background:rgb(var(--light));align-self:flex-end}#chat-log li.assistant{background:#f6f6f6}#chat-form{align-items:center;gap:.5rem;display:flex}#chat-input{flex:1;padding:.5rem .75rem}#chat-send{white-space:nowrap;padding:.5rem .75rem}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../media/layers.78ca0acf.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.793209de.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.b9f7ac13.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107,M12=.707107,M21=-.707107,M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
