:root{color-scheme:light;font-family:Geist Mono,ui-monospace,monospace;--gray-1: oklch(.993 0 0);--gray-2: oklch(.982 0 0);--gray-3: oklch(.961 0 0);--gray-4: oklch(.94 0 0);--gray-5: oklch(.918 0 0);--gray-6: oklch(.894 0 0);--gray-7: oklch(.865 0 0);--gray-8: oklch(.818 0 0);--gray-9: oklch(.649 0 0);--gray-10: oklch(.606 0 0);--gray-11: oklch(.503 0 0);--gray-12: oklch(.375 0 0);--purple: #6001d1}body{margin:0;padding:24px;background:var(--gray-5);color:var(--gray-12)}.page{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.card{background:var(--gray-3);border-radius:12px;padding:16px}.title{margin:0 0 12px;font-size:18px}.label{display:block;margin:0 0 8px;padding-bottom:8px;font-weight:600;text-align:center}.inputRow{display:flex;align-items:center;gap:8px}.sourceLabel{color:var(--gray-11);font-size:13px}.input{flex:1;padding:12px 14px;border-radius:6px;border:none;background:var(--gray-1);color:#000;font-family:Geist Mono,ui-monospace,monospace;box-sizing:border-box}.input:focus{outline:none;box-shadow:inset 0 0 0 2px var(--purple);color:var(--purple)}.sourceBtn{display:flex;justify-content:flex-start;padding:12px 14px;border-radius:6px;font-weight:500;border:none;background:var(--gray-1);color:#000;font-family:Geist Mono,ui-monospace,monospace;cursor:pointer;white-space:nowrap;min-width:160px;gap:8px}.sourceBtn:focus{outline:none}.sourceBtn:hover{background:var(--gray-1)}.sourceBtn:active{background:var(--gray-2)}.meta{margin-top:10px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;background:var(--gray-5);border-radius:6px;padding:12px 14px}.muted{color:var(--gray-11);font-size:13px;word-break:break-word}.empty{font-size:16px;color:var(--gray-10);text-align:center;padding:24px 0}.results{display:flex;flex-direction:column;gap:12px}.result{background:var(--gray-2);border-radius:12px;padding:12px}.resultTitle{font-weight:700;margin-bottom:8px}.resultBodyWrap{position:relative}.resultBody{background:var(--gray-4);border-radius:6px;padding:10px;white-space:pre-wrap;font-size:12px;line-height:1.6;color:#000}.resultBody a{font-weight:400}.resultImageWrap{position:absolute;bottom:15px;right:15px}.resultImage{display:block;width:220px;border-radius:4px;opacity:0;transition:opacity .3s ease}.resultImage.loaded{opacity:1}.error{margin-top:12px;background:var(--gray-4);border-radius:6px;padding:10px 12px;color:var(--gray-12)}
