body{font-family:Space Mono,monospace;font-size:.875rem;line-height:1.6;color:#000;background:#f5f4f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Mono,monospace;font-size:.875rem;line-height:1.6;color:#000;background:#f5f4f0;padding:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width:768px){body{padding:3rem}}.container{max-width:48rem;width:100%}.site-title{font-size:3rem;font-weight:400;letter-spacing:-.015em;line-height:1.2;color:#000;font-feature-settings:"liga" 1,"clig" 1;margin-bottom:2rem;text-transform:lowercase}section{margin-top:2rem;margin-bottom:3rem}p{font-size:1.05rem;margin:2rem 0;line-height:1.6;word-spacing:-3px}h2{font-size:1.2rem;font-weight:700;margin-bottom:1rem;margin-top:0;line-height:1.4}ul{list-style:none;margin:1rem 0}li{margin-bottom:.5rem;margin-left:0;position:relative;line-height:1.6;text-indent:-1.5em;padding-left:1.5em;font-size:1.05rem;word-spacing:-3px}li:before{content:"- ";margin-right:.2em;font-weight:800;-webkit-text-stroke:.6px black}a{color:#000;text-decoration:underline;text-underline-offset:8px;text-decoration-thickness:1px;transition:text-decoration-thickness .2s}a:hover{text-decoration-thickness:2px}.text-blue{color:#146ad4b3}.image-pair{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;margin:2rem 0}@media(max-width:768px){.image-pair{grid-template-columns:1fr}}.image-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;margin:2rem 0}@media(min-width:768px){.image-row{grid-template-columns:repeat(4,1fr)}}.image-placeholder{background:#d4d3cb;aspect-ratio:4 / 3;border:1px solid #d4d3cb}.image-row .image-placeholder{aspect-ratio:1 / 1}.note{font-style:italic;margin-top:1rem}.divider{border-top:1px solid #000;margin-top:3rem;margin-bottom:3rem}.quote-section blockquote{font-style:italic;display:inline;font-size:1.05rem;line-height:1.6;word-spacing:-3px}.card{background:#fff;border:1px solid #d4d3cb;padding:.5rem .75rem;margin-bottom:1rem;box-shadow:3px 3px #d4d3cb;transition:all .2s}.card:hover{border-color:#c0bdad;box-shadow:3px 3px #c0bdad}.carousel-container{position:relative;margin:2rem 0;overflow:hidden}.carousel-wrapper{overflow:hidden;border-radius:4px}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;display:flex;align-items:center;justify-content:center}.carousel-slide img{width:100%;height:auto;display:block}.carousel-nav{display:flex;justify-content:center;align-items:center;margin-top:1rem}.carousel-button{background:#fff;border:1px solid #d4d3cb;padding:.5rem 1rem;cursor:pointer;font-family:Space Mono,monospace;font-size:.875rem;transition:all .2s;box-shadow:2px 2px #d4d3cb}.carousel-button:hover{border-color:#c0bdad;box-shadow:2px 2px #c0bdad}.carousel-button:active{transform:translate(1px,1px);box-shadow:1px 1px #c0bdad}.carousel-button:disabled{opacity:.5;cursor:not-allowed}.carousel-dots{display:flex;gap:.5rem;align-items:center}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#d4d3cb;border:none;cursor:pointer;padding:0;transition:background .2s}.carousel-dot.active{background:#000}
