@charset "UTF-8";.not-found{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.25rem;text-align:center}.not-found-gif{width:260px;max-width:80vw;margin-bottom:1.75rem;border-radius:14px}.not-found h1{font-size:4rem;line-height:1;margin-bottom:.5rem;letter-spacing:-.03em}.not-found p{font-size:1.05rem;margin-bottom:1.75rem;color:#666}.home-link{display:inline-block;padding:.65rem 1.4rem;border-radius:10px;font-size:.95rem;font-weight:500;text-decoration:none;background:#000;color:#fff;transition:opacity .2s ease,transform .15s ease}.home-link:hover{opacity:.9;transform:translateY(-1px)}.home-link:active{transform:translateY(0)}@media(min-width:768px){.not-found{transform:translateX(-6%)}}@media(min-width:1200px){.not-found{transform:translateX(-8%)}}@media(max-width:600px){.not-found h1{font-size:3.2rem}.not-found p{font-size:.95rem}.not-found-gif{width:220px}}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem 0}.gallery-item{position:relative;cursor:pointer;overflow:hidden;border-radius:12px}.gallery-item img{width:100%;height:auto;min-height:220px;max-height:320px;object-fit:cover;display:block;transition:transform .35s ease}.gallery-item:hover img{transform:scale(1.04)}.message{position:absolute;inset:auto 0 0 0;padding:1rem 1.25rem;font-size:.95rem;line-height:1.4;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.gallery-item.is-active .message{opacity:1;transform:translateY(0)}@media(max-width:900px){.gallery{grid-template-columns:1fr;gap:1.5rem;justify-items:center}.gallery-item{width:320px;max-width:90vw}.gallery-item img{height:380px;min-height:unset;max-height:unset;object-fit:cover}}@media(max-width:600px){.gallery-item{width:280px}.gallery-item img{height:360px}.message{font-size:.9rem}}.section-intro{max-width:560px;margin:0 0 1.5rem;padding:0 1rem}.section-intro p{font-size:.95rem;line-height:1.6;color:#555}.list{max-width:560px;margin:0;padding:0 1rem;display:flex;flex-direction:column;gap:.3rem}.list-item{display:grid;grid-template-columns:26px 1fr;align-items:baseline;padding:0;margin:0;background:0 0;border-radius:0;text-decoration:none}.list-item:hover{background:0 0;transform:none}.list-number{font-size:.75rem;color:#ccc;font-weight:400}.list-title{font-size:.95rem;font-weight:400;color:#111;line-height:1.45}.list-item:hover .list-title{color:#000}@media(max-width:480px){.list-title{font-size:.9rem}}.nav{width:160px;padding:40px;font-size:13px}.nav-header{display:flex;align-items:center;justify-content:space-between}.nav-title{display:block;color:#0b0a0a;text-decoration:none;font-weight:600;letter-spacing:.2px}.nav-toggle{display:none;width:32px;height:24px;padding:0;background:0 0;border:none;cursor:pointer}.nav-toggle-bar{display:block;width:100%;height:2px;background:#0b0a0a;margin-bottom:6px;transition:transform .25s ease,opacity .25s ease}.nav-toggle-bar:last-child{margin-bottom:0}.nav-list{list-style:none;padding:0;margin:20px 0 0}.nav-item{margin-bottom:6px}.nav-link{color:#0b0a0a;text-decoration:none;font-weight:500}.nav-link:hover{opacity:.65}.nav-link.is-active{opacity:.45}@media(max-width:768px){.nav{width:100%;padding:40px;font-size:15px}.nav-title{font-size:16px;font-weight:600}.nav-toggle{display:block;width:40px;height:32px}.nav-toggle-bar{height:3px;margin-bottom:7px}.nav-list{overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);transition:max-height .35s ease,opacity .25s ease,transform .25s ease}.nav-list.is-open{max-height:500px;opacity:1;transform:translateY(0)}.nav-link{display:block;padding:12px 0;font-size:16px;font-weight:600}.nav-item{margin-bottom:0}.nav-list.is-open~.nav-header .nav-toggle-bar{transform:scaleX(.9);opacity:.85}.nav-toggle:active .nav-toggle-bar{transform:scaleX(.85)}}@media(prefers-reduced-motion:reduce){.nav-toggle-bar,.nav-list{transition:none}}.post{max-width:720px;margin-left:0;margin-right:auto;padding:2.5rem 2rem;font-size:1rem;line-height:1.75;color:#222}.post h1{margin-bottom:1.75rem;font-size:2.2rem;line-height:1.25;font-weight:700}.post h2,.post h3,.post h4,.post h5,.post h6{margin-top:2.5rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.post h2{font-size:1.5rem}.post h3{font-size:1.25rem}.post h4{font-size:1.1rem}.post p{margin:1.1rem 0}.post a{color:#06c;text-decoration:underline;text-underline-offset:3px}.post a:hover{color:#004999}.post ul,.post ol{margin:1.25rem 0 1.25rem 1.5rem}.post ul li,.post ol li{margin:.4rem 0}.post blockquote{margin:2.5rem 0;padding:1.25rem 1.75rem;border-left:4px solid #e0e0e0;background:#fafafa;color:#555}.post blockquote p{margin:0}.post code{padding:.2em .4em;font-size:.9em;background:#f3f3f3;border-radius:4px}.post pre{margin:2.5rem 0;padding:1.25rem;overflow-x:auto;background:#1e1e1e;color:#f8f8f2;border-radius:6px}.post pre code{padding:0;background:0 0;color:inherit;font-size:.9rem}.post hr{margin:3rem 0;border:0;border-top:1px solid #eee}.post-media{margin:2.5rem 0;text-align:center}.post-media img,.post-media video{max-width:100%;width:auto;height:auto;max-height:65vh;object-fit:contain;display:block;margin-left:auto;margin-right:auto;border-radius:6px}.post-media figcaption{margin-top:.75rem;font-size:.85rem;color:#666}.post-media--video{position:relative;padding-top:56.25%}.post-media--video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:6px}.post-media--short{max-width:360px;margin-left:auto;margin-right:auto}@media(max-width:900px){.post{max-width:680px;padding:2.25rem 1.75rem}}@media(max-width:600px){.post{max-width:100%;padding:1.75rem 1.25rem;font-size:.98rem}.post h1{font-size:1.85rem}.post-media img,.post-media video{max-height:55vh}}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:#fff;color:#0b0a0a;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:14px;line-height:1.5}.site{display:flex;min-height:100vh}.content{flex:1;padding:40px}@media(max-width:768px){.site{flex-direction:column}.nav{width:100%;padding:20px}.content{padding:20px}}