:root{color-scheme:dark;--canvas:#12181e;--paper:#fff;--surface:#1c2630;--link:#8dbbff;--ink:#edf2f7;--muted:#a5b2bf;--line:#303d49;--blue:#346bc2;--error:#ffaaa0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--canvas);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:var(--link);text-underline-offset:4px}button,a{touch-action:manipulation}:focus-visible{outline:3px solid #8dbbff;outline-offset:4px}::selection{background:#234e92;color:var(--ink)}[hidden]{display:none!important}
.viewer{max-width:480px;margin:auto;min-height:100dvh;padding:calc(20px + env(safe-area-inset-top)) 24px calc(20px + env(safe-area-inset-bottom))}.masthead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:26px}.brand{font-size:19px;font-weight:750;letter-spacing:-.02em;text-decoration:none;color:var(--ink)}.connection{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.connection::before{content:"";width:6px;height:6px;border-radius:50%;background:#a5b2bf}.connection.online::before{background:#65cba0}.connection.offline{color:var(--error)}.heading{margin:0 0 22px}.heading h1{font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.03em;margin:0 0 10px}.heading p{color:var(--muted);font-size:15px;line-height:1.5;margin:0;max-width:35ch}.image-mount{background:var(--surface);padding:16px;border-radius:16px;aspect-ratio:1;display:grid;place-items:center;overflow:hidden}.image-mount img{display:block;max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain}.placeholder{text-align:center;max-width:260px;padding:16px}.placeholder svg{width:64px;height:64px;fill:none;stroke:#8fa4b3;stroke-width:2.5;margin-bottom:16px}.placeholder h2{font-size:19px;line-height:1.3;margin:0 0 9px}.placeholder p{font-size:14px;color:var(--muted);line-height:1.5;margin:0}.code-state{font-size:14px;text-align:center;line-height:1.5;margin:16px 0 24px;min-height:21px;font-variant-numeric:tabular-nums}.details{border-top:1px solid var(--line);margin:0 0 24px;padding-top:16px;display:flex;gap:20px;justify-content:space-between;font-size:13px}.details div{display:flex;flex-direction:column;gap:6px}.details div:last-child{text-align:right}.details dt{color:var(--muted)}.details dd{font-variant-numeric:tabular-nums;font-weight:600;margin:0}.error{color:var(--error);font-size:14px;line-height:1.5;margin:0 0 16px}button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:52px;padding:14px;border:0;border-radius:12px;background:var(--blue);color:white;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .16s}button svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}button:hover{background:#2a5ca8}button:active{background:#234e92}button:disabled{cursor:wait;opacity:.65}.send-link{min-height:48px;margin-top:5px;display:flex;gap:8px;align-items:center;justify-content:center;font-size:14px;text-decoration:none}.send-link:hover{text-decoration:underline}footer{font-size:12px;color:var(--muted);text-align:center;line-height:1.6;margin:25px 0 0}.image-mount.updated{animation:receive .35s ease-out}@keyframes receive{from{opacity:.6}to{opacity:1}}@media(min-width:700px){.viewer{padding-top:38px;padding-bottom:32px}.masthead{padding-bottom:38px}.heading h1{font-size:34px}}@media(max-width:359px){.viewer{padding-left:16px;padding-right:16px}.heading h1{font-size:27px}.placeholder{padding:8px}.placeholder svg{width:48px;height:48px;margin-bottom:8px}.image-mount{padding:12px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}@media(forced-colors:active){button,.image-mount{border:1px solid CanvasText}}

.image-mount:has(img:not([hidden])){background:transparent;padding:0;border-radius:0}
