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