.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--width: 720px;--min-height: 100vh;--font-main: Verdana, sans-serif;--font-secondary: Verdana, sans-serif;--font-scale: 1em;--background-color: #fffcf5;--heading-color: #222;--text-color: #444;--link-color: #0062ff;--visited-color: #8b6fcb;--code-background-color: #eee;--code-color: #222;--blockquote-color: #222;--sun-color: #f5e0a2;--moon-color: #424f56;--code-border-color: #ddd}:root[data-theme=dark]{--background-color: linear-gradient(#424f56, #928660);--heading-color: #fff;--text-color: #fff;--link-color: #64ccff;--visited-color: #8b6fcb;--code-background-color: #000;--code-color: #ddd;--blockquote-color: #ccc;--code-border-color: #ffe183}body{font-family:var(--font-secondary);font-size:var(--font-scale);margin:auto;padding:20px;max-width:var(--width);text-align:left;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;color:var(--text-color);min-height:var(--min-height);background:var(--background-color);transition:color .5s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);color:var(--heading-color)}a{color:var(--link-color);cursor:pointer;text-decoration:none}.prose a{text-decoration:underline;text-decoration-style:dashed;text-underline-offset:4px}a:hover{text-decoration:underline}nav a{margin-right:12px}nav a.active{text-decoration-line:underline;text-decoration-style:wavy;text-decoration-thickness:2px;text-underline-offset:4px}strong,b{color:var(--heading-color)}button{margin:0;cursor:pointer}time{font-family:monospace;font-style:normal;font-size:15px}main{line-height:1.6}table{width:100%}hr{border:0;border-top:1px dashed}img{max-width:100%}blockquote{border-left:1px solid #999;color:var(--code-color);padding-left:20px;font-style:italic}footer{padding:25px 0;text-align:center}.title:hover{text-decoration:none}.title h1{font-size:1.5em}.inline{width:auto!important}:not(.astro-code)>code{font-family:monospace;padding:2px;background-color:var(--code-background-color);color:var(--code-color);border-radius:3px}.highlight,.code{padding:1px 15px;background-color:var(--code-background-color);color:var(--code-color);border-radius:3px;margin-block-start:1em;margin-block-end:1em;overflow-x:auto}ul.blog-posts{list-style-type:none;padding:unset}ul.blog-posts li{display:flex}ul.blog-posts li span{flex:0 0 130px}ul.blog-posts li a:visited{color:var(--visited-color)}#theme-btn{color:var(--moon-color);cursor:pointer}html[data-theme=dark] #theme-btn{color:var(--sun-color)}.theme-icon{transition:transform .5s ease}.theme-icon:hover{transform:rotate(-.1turn);color:var(--link-color)}#sun-svg,html[data-theme=dark] #moon-svg{display:none}#moon-svg,html[data-theme=dark] #sun-svg{display:block}html[data-theme=dark] .astro-code,html[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}pre.astro-code{border:1px solid var(--code-border-color);border-radius:6px;padding:12px}.hidden{display:none}img{max-width:40%;height:auto}.photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}@media(min-width:768px){.photos-grid{gap:2px}}.photos-grid-item{display:block;position:relative;overflow:hidden;aspect-ratio:1 / 1;background:#f0f0f0;cursor:pointer;transition:opacity .2s ease;border:none;padding:0;margin:0}.photos-grid-item:hover{opacity:.9}.photos-grid-item img{width:100%;height:100%;object-fit:cover;max-width:100%;display:block}.photos-grid-multi-icon{position:absolute;top:8px;right:8px;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));z-index:1;pointer-events:none}.photos-grid-multi-icon svg{width:20px;height:20px}.photo-viewer{position:fixed;inset:0;background:#000000e6;display:none;align-items:center;justify-content:center;z-index:50}.photo-viewer.open{display:flex}.photo-viewer-inner{max-width:100%;max-height:100%;padding:12px}.photo-viewer-image{max-width:100%;max-height:100%;display:block;margin:0 auto}.photo-viewer-close{position:absolute;top:12px;right:12px;border:none;background:transparent;color:#fff;font-size:24px;cursor:pointer}.photo-detail-container{max-width:100%;margin:0 auto;background:#fff}.photo-carousel-wrapper{position:relative;background:#000;width:100%;aspect-ratio:1 / 1;overflow:hidden}@media(min-width:768px){.photo-carousel-wrapper{max-width:600px;margin:0 auto}}.photo-carousel{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}.photo-carousel::-webkit-scrollbar{display:none}.photo-carousel{overscroll-behavior-x:contain}.photo-carousel-slide{min-width:100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0}.photo-carousel-slide img{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.photo-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s}.photo-carousel-nav:hover{background:#fff}.photo-carousel-prev{left:12px}.photo-carousel-next{right:12px}.photo-carousel-nav svg{width:24px;height:24px;color:#000}.photo-carousel-indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.photo-carousel-indicator{width:6px;height:6px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:background-color .2s,width .2s}.photo-carousel-indicator.active{background:#fff;width:20px;border-radius:3px}.photo-content-section{max-width:600px;margin:0 auto;padding:16px}.photo-caption h1{font-size:1.5rem;margin:0 0 8px;font-weight:600}.photo-description{color:#666;margin:0 0 16px;line-height:1.6}.photo-metadata{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.photo-item-info{margin-bottom:12px}.photo-item-info:last-child{margin-bottom:0}.photo-alt{font-size:.9rem;color:#333;margin:0}.photo-comments{margin-top:24px;padding-top:24px;border-top:1px solid #eee}.photo-comments h2{font-size:1.2rem;margin:0 0 16px;font-weight:600}.comments-list{min-height:100px;margin-bottom:16px}.comments-placeholder{color:#999;font-size:.9rem;text-align:center;padding:40px 0}.comment-input-section{display:flex;gap:8px;padding-top:16px;border-top:1px solid #eee}.comment-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:.9rem;outline:none}.comment-input:focus{border-color:#999}.comment-input:disabled{background:#f5f5f5;cursor:not-allowed}.comment-submit{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s}.comment-submit:hover:not(:disabled){background:#0056b3}.comment-submit:disabled{background:#ccc;cursor:not-allowed}.photo-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.photo-modal.open{display:flex}.photo-modal-backdrop{position:absolute;inset:0;background:#000000e6;backdrop-filter:blur(4px)}.photo-modal-container{position:relative;width:100%;max-width:1200px;max-height:90vh;background:#fff;border-radius:4px;overflow:hidden;z-index:1}.photo-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s}.photo-modal-close:hover{background:#fff}.photo-modal-close svg{width:20px;height:20px;color:#000}.photo-modal-content{display:flex;width:100%;height:100%;max-height:90vh}.photo-modal-image-section{position:relative;flex:1;background:#000;min-width:0;display:flex;align-items:center;justify-content:center}.photo-modal-carousel{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}.photo-modal-carousel::-webkit-scrollbar{display:none}.photo-modal-slide{min-width:100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0}.photo-modal-slide img{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.photo-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s}.photo-modal-nav:hover{background:#fff}.photo-modal-prev{left:12px}.photo-modal-next{right:12px}.photo-modal-nav svg{width:24px;height:24px;color:#000}.photo-modal-indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.photo-modal-indicator{width:6px;height:6px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:background-color .2s,width .2s}.photo-modal-indicator.active{background:#fff;width:20px;border-radius:3px}.photo-modal-content-section{flex:0 0 400px;display:flex;flex-direction:column;background:#fff;border-left:1px solid #eee;overflow:hidden}.photo-modal-header{padding:16px;border-bottom:1px solid #eee}.photo-modal-title{font-size:1.2rem;font-weight:600;margin:0}.photo-modal-caption{flex:1;overflow-y:auto;padding:16px}.photo-modal-description{color:#666;margin:0 0 16px;line-height:1.6}.photo-modal-metadata{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.photo-modal-comments{border-top:1px solid #eee;padding:16px;display:flex;flex-direction:column;max-height:300px}.photo-modal-comments h3{font-size:1rem;margin:0 0 12px;font-weight:600}.photo-modal-comments .comments-list{flex:1;overflow-y:auto;min-height:100px;margin-bottom:12px}.photo-modal-comments .comments-placeholder{color:#999;font-size:.9rem;text-align:center;padding:20px 0}@media(max-width:768px){.photo-modal-content{flex-direction:column}.photo-modal-image-section{flex:0 0 60vh}.photo-modal-content-section{flex:1;border-left:none;border-top:1px solid #eee}}a[data-astro-cid-z5k367vc]{color:var(--text-color);display:flex}a[data-astro-cid-z5k367vc]:hover{color:var(--link-color)}a[data-astro-cid-z5k367vc]>span[data-astro-cid-z5k367vc]{height:24px;line-height:24px}nav[data-astro-cid-3ef6ksr2]{position:relative}nav[data-astro-cid-3ef6ksr2] div[data-astro-cid-3ef6ksr2]{position:absolute;display:flex;right:0;top:0}.nav-icon[data-astro-cid-3ef6ksr2]{display:inline-block;width:1em;height:1em;vertical-align:middle;margin-right:.25em}.social-links[data-astro-cid-sz7xmlte]{margin-top:6px;a{color:var(--text-color);text-decoration:none}a:hover{color:var(--link-color)}}
