:root{--bg: #36414f;--fg: #f5f5f5}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg);height:100vh;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem;touch-action:manipulation}main{width:100%;max-width:900px;height:100%;text-align:center;display:flex;flex-direction:column}h1{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:.3em;font-size:clamp(2rem,6vw,4rem);font-weight:700;letter-spacing:-.02em;margin-bottom:clamp(1rem,3vh,2rem)}.title-logo{height:1.1em;width:auto;flex-shrink:0}.error-link{font-size:clamp(2rem,6vw,4rem);font-weight:700;letter-spacing:-.02em;color:var(--fg);text-decoration:underline;transition:opacity .2s}.error-link:hover{opacity:.7}.lightbox.svelte-lnsl0r{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000eb;overscroll-behavior:contain;touch-action:none}.lightbox-img.svelte-lnsl0r{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;cursor:grab;will-change:transform;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.lightbox-img.dragging.svelte-lnsl0r{cursor:grabbing}.lightbox-close.svelte-lnsl0r{position:absolute;top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));z-index:2;width:44px;height:44px;border:none;border-radius:50%;background:#ffffffd9;color:#222;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-close.svelte-lnsl0r:hover{background:#fff}
