@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Source+Sans+3:wght@400;600;700&display=swap";:root{color:var(--ink);color-scheme:light;background:var(--page);font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--page: #f7f9fc;--surface: #fff;--ink: #333332;--muted: #687483;--line: #cfd5dd;--soft: #f0f3f7;--yellow: #ffed00;--blue: #0055cc;--primary: #0055cc;--primary-hover: #0d4dbb;--primary-ink: #fff;--blue-soft: #f2f6fd;--blue-notice: #e8f0fc;--green: #009e47;--green-soft: #e3f4ec;--red: #d2373c;--red-line: #e8bfc1;--red-soft: #fbe9e9;--placeholder: #a1aab5;--code: #596576;--line-soft: #e7ebf0;--skeleton: #e5eaf0;--skeleton-shine: rgba(255, 255, 255, .58);--button-ink: #485465;--focus: rgba(0, 85, 204, .24);--backdrop: rgba(51, 51, 50, .42);--shadow: rgba(51, 51, 50, .25);--json-background: #f5f7fa;--json-ink: #334155;--json-key: #0055cc;--json-string: #b45309;--json-number: #15803d;--json-boolean: #9333ea;--json-null: #64748b;--font-body: clamp(.9375rem, calc(.88rem + .35vw) , 1rem);--font-ui: clamp(.8125rem, calc(.76rem + .3vw) , .9375rem);--font-meta: clamp(.75rem, calc(.7rem + .25vw) , .8125rem)}:root[data-theme=dark]{color-scheme:dark;--page: #0f151c;--surface: #171f29;--ink: #edf2f7;--muted: #a1afbe;--line: #364555;--soft: #202b37;--blue: #70b1ff;--primary: #2d72be;--primary-hover: #4c91dc;--primary-ink: #fff;--blue-soft: #1b3655;--blue-notice: #173352;--green: #5bd18a;--green-soft: #193d2b;--red: #ff8588;--red-line: #75434a;--red-soft: #3b2228;--placeholder: #8291a0;--code: #afbdcc;--line-soft: #2b3846;--skeleton: #25313e;--skeleton-shine: rgba(255, 255, 255, .12);--button-ink: #d6e0ea;--focus: rgba(112, 177, 255, .35);--backdrop: rgba(0, 0, 0, .62);--shadow: rgba(0, 0, 0, .45);--json-background: #0b1118;--json-ink: #e5edf6;--json-key: #7dc4ff;--json-string: #ffd580;--json-number: #9be28b;--json-boolean: #e4a2ff;--json-null: #a7b5c5}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--page: #0f151c;--surface: #171f29;--ink: #edf2f7;--muted: #a1afbe;--line: #364555;--soft: #202b37;--blue: #70b1ff;--primary: #2d72be;--primary-hover: #4c91dc;--primary-ink: #fff;--blue-soft: #1b3655;--blue-notice: #173352;--green: #5bd18a;--green-soft: #193d2b;--red: #ff8588;--red-line: #75434a;--red-soft: #3b2228;--placeholder: #8291a0;--code: #afbdcc;--line-soft: #2b3846;--skeleton: #25313e;--skeleton-shine: rgba(255, 255, 255, .12);--button-ink: #d6e0ea;--focus: rgba(112, 177, 255, .35);--backdrop: rgba(0, 0, 0, .62);--shadow: rgba(0, 0, 0, .45);--json-background: #0b1118;--json-ink: #e5edf6;--json-key: #7dc4ff;--json-string: #ffd580;--json-number: #9be28b;--json-boolean: #e4a2ff;--json-null: #a7b5c5}}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:var(--page);font-size:var(--font-body)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--focus);outline-offset:2px}a{color:inherit}.shell{width:min(100% - 40px,920px);margin:0 auto;padding:0 0 42px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:14px 0 12px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:var(--font-body);font-weight:700;text-decoration:none}.brand-mark{display:grid;width:32px;height:32px;place-items:center;border-radius:0;background:var(--yellow);color:#111;font-size:12px;font-weight:700;letter-spacing:-.09em}.header-controls{display:flex;align-items:center;gap:8px}.history-toggle{position:relative;display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:var(--surface);cursor:pointer}.history-toggle:hover{border-color:var(--muted);color:var(--blue);background:var(--blue-soft)}.history-count{position:absolute;top:-5px;right:-5px;display:grid;min-width:16px;height:16px;place-items:center;border:2px solid var(--surface);border-radius:99px;padding:0 3px;color:var(--primary-ink);background:var(--primary);font-size:9px;font-weight:700;line-height:1}.language-control{display:flex;align-items:center}.language-control select{width:60px;height:32px;border:1px solid var(--line);border-radius:0;padding:0 8px 0 7px;color:var(--ink);background:var(--surface);cursor:pointer;font-size:var(--font-meta);font-weight:700}.language-control select:hover{border-color:var(--muted);background:var(--blue-soft)}.theme-control{display:flex;align-items:center}.theme-toggle{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:var(--surface);cursor:pointer}.theme-toggle:hover{border-color:var(--muted);color:var(--blue);background:var(--blue-soft)}.hero{padding:40px 0 52px}.eyebrow{margin:0 0 7px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.url-label{display:block;margin-bottom:8px;color:var(--ink);font-size:var(--font-body);font-weight:600}.url-form{display:flex;width:100%;padding:4px;border:1px solid var(--line);border-radius:0;background:var(--surface)}.url-form input{min-width:0;flex:1;border:0;outline:0;padding:11px 12px;color:var(--ink);background:transparent;font-size:var(--font-body)}.url-form input::placeholder{color:var(--placeholder)}.url-form button,.primary-button{border:0;border-radius:0;padding:11px 16px;color:var(--primary-ink);background:var(--primary);cursor:pointer;font-size:var(--font-ui);font-weight:700;transition:transform .12s ease,background .12s ease}.url-form button:hover,.primary-button:hover{background:var(--primary-hover)}.url-form button:active,.primary-button:active{transform:translateY(1px)}.example-sites{margin-top:18px}.example-sites-label{margin:0 0 8px;color:var(--muted);font-size:var(--font-meta);font-weight:700}.example-sites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.example-site{min-width:0;border:1px solid var(--line);border-radius:0;padding:11px 12px;color:var(--ink);background:var(--surface);cursor:pointer;text-align:left;transition:border-color .12s ease,background .12s ease,transform .12s ease}.example-site:hover{border-color:var(--blue);background:var(--blue-soft)}.example-site:active{transform:translateY(1px)}.example-site-name,.example-site-description{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.example-site-name{margin-bottom:3px;color:var(--blue);font-size:var(--font-ui);font-weight:700}.example-site-description{color:var(--muted);font-size:var(--font-meta)}button:disabled{cursor:default;opacity:.45}.spinner{display:inline-block;width:12px;height:12px;margin-right:5px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;vertical-align:-2px;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state{margin-top:0}.skeleton{position:relative;overflow:hidden;background:var(--skeleton)}.skeleton:after{position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--skeleton-shine),transparent);content:"";transform:translate(-100%);animation:shimmer 1.4s ease-in-out infinite}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-page-card{min-height:80px}.skeleton-page-preview{flex:0 0 88px;width:88px;height:56px}.skeleton-page-copy{min-width:0;flex:1}.skeleton-line{height:9px}.skeleton-kicker{width:80px;height:7px;margin-bottom:7px}.skeleton-title{width:min(260px,60%);height:14px;margin-bottom:6px}.skeleton-url{width:min(180px,45%);height:7px}.skeleton-count{flex:0 0 50px;width:50px;height:9px}.skeleton-card{background:var(--surface)}.skeleton-card-heading{display:flex;align-items:flex-start;gap:10px}.skeleton-symbol{flex:0 0 34px;width:34px;height:34px}.skeleton-heading-copy{flex:1;padding-top:2px}.skeleton-widget-title{width:104px;height:12px;margin-bottom:7px}.skeleton-badge{flex:0 0 43px;width:43px;height:18px}.skeleton-uuid{height:25px;margin-top:28px;border-top:1px solid var(--line-soft);background:linear-gradient(to bottom,var(--line-soft) 1px,var(--skeleton) 1px);background-clip:padding-box}.skeleton-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:20px}.skeleton-button{width:104px;height:29px}.skeleton-link{width:38px;height:8px}.notice,.page-card,.widget-card,.other-card{border:1px solid var(--line);background:var(--surface)}.notice{display:flex;align-items:flex-start;gap:12px;border-left:4px solid var(--blue);border-radius:0;padding:15px 17px}.notice-icon{display:grid;flex:0 0 22px;width:22px;height:22px;place-items:center;color:var(--blue);background:var(--blue-notice);font-weight:800}.notice-error{border-color:var(--red-line);border-left-color:var(--red);background:var(--surface)}.notice-error .notice-icon{color:var(--red);background:var(--red-soft)}.notice strong{display:block;margin:1px 0 4px;font-size:var(--font-ui)}.notice p{margin:0;color:var(--muted);font-size:var(--font-meta);line-height:1.5}.error-retry{display:inline-flex;align-items:center;gap:6px;margin-top:12px}.error-details{margin-top:12px;color:var(--muted);font-size:var(--font-meta)}.error-details summary{color:var(--red);cursor:pointer;font-weight:700}.error-details dl{display:grid;grid-template-columns:auto 1fr;gap:4px 10px;margin:10px 0 0}.error-details dt{font-weight:700}.error-details dd{min-width:0;margin:0;overflow-wrap:anywhere}.error-body{max-height:180px;margin:10px 0 0;overflow:auto;border:1px solid var(--line-soft);padding:9px;color:var(--code);background:var(--soft);font:var(--font-meta)/1.45 "DM Mono",monospace;white-space:pre-wrap;overflow-wrap:anywhere}.page-card{display:flex;align-items:center;gap:13px;min-height:80px;margin-bottom:34px;border-top:4px solid var(--yellow);border-radius:0;padding:10px 17px}.page-preview{display:grid;flex:0 0 88px;width:88px;height:56px;place-items:center;overflow:hidden;border:1px solid var(--line);color:var(--muted);background:var(--soft)}.page-preview img{display:block;width:100%;height:100%;object-fit:cover}.page-copy{min-width:0;flex:1}.page-copy .eyebrow{margin-bottom:3px}.page-copy h2{overflow:hidden;margin-bottom:2px;font-size:var(--font-ui);text-overflow:ellipsis;white-space:nowrap}.page-copy p:last-child{overflow:hidden;margin:0;color:var(--muted);font:var(--font-meta) "DM Mono",monospace;text-overflow:ellipsis;white-space:nowrap}.page-link{flex:0 0 auto;text-decoration:none;white-space:nowrap}.section-meta{color:var(--muted);font-size:var(--font-meta)}.notice-empty,.widget-area{margin-bottom:34px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:12px}.section-heading .eyebrow{margin-bottom:4px}.section-heading h2{margin-bottom:0;font-size:clamp(1.125rem,calc(1rem + .35vw),1.25rem);letter-spacing:-.03em}.widget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.widget-card{display:flex;min-height:205px;flex-direction:column;border-radius:0;padding:17px}.widget-card.missing{border-style:dashed;background:transparent}.card-heading{display:flex;align-items:flex-start;gap:10px}.widget-symbol{position:relative;display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border:1px solid var(--blue);border-radius:0;color:var(--blue);background:var(--blue-soft)}.widget-symbol.muted{border-color:var(--line);color:#9ca8b5;background:var(--soft)}.widget-symbol svg{display:block}.card-heading h3{margin:2px 0 3px;font-size:clamp(.9375rem,calc(.88rem + .35vw),1.0625rem);letter-spacing:-.015em}.card-heading p{margin:0;color:var(--muted);font-size:var(--font-meta)}.version-pill{display:inline-flex;flex:0 0 auto;border:1px solid var(--blue);border-radius:99px;padding:3px 7px;color:var(--blue);background:var(--blue-soft);font-size:var(--font-meta);font-weight:700;line-height:1.2}.version-prefix{color:var(--muted)}.version-name{margin-left:5px;color:var(--blue)}.version-pill.version-unknown{border-color:var(--line);color:var(--muted);background:var(--soft)}.result-badge{margin-left:auto;border-radius:99px;padding:4px 7px;font-size:var(--font-meta);font-weight:700}.result-badge.loaded{color:var(--green);background:var(--green-soft)}.result-badge.failed{color:var(--red);background:var(--red-soft)}.uuid-row{display:flex;align-items:center;gap:8px;margin-top:28px;border-top:1px solid var(--line-soft);padding-top:12px}.field-label{color:var(--muted);font-size:var(--font-meta);font-weight:700;letter-spacing:.08em;text-transform:uppercase}code{overflow:hidden;flex:1;color:var(--code);font:var(--font-meta) "DM Mono",monospace;text-overflow:ellipsis;white-space:nowrap}.text-button{border:0;padding:0;color:var(--blue);background:transparent;cursor:pointer;font-size:var(--font-meta);font-weight:700}.card-error{min-height:32px;margin:12px 0 0;color:var(--red);font-size:var(--font-meta);line-height:1.45}.card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px}.card-primary-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.card-actions a{color:var(--muted);font-size:var(--font-meta);text-decoration:none}.card-actions a:hover{color:var(--blue)}.secondary-button{border:1px solid var(--line);border-radius:0;padding:8px 10px;color:var(--button-ink);background:var(--surface);cursor:pointer;font-size:var(--font-meta);font-weight:700}.secondary-button:hover{border-color:var(--muted)}.card-primary-actions a.secondary-button{color:var(--button-ink)}.card-primary-actions a.secondary-button:hover{color:var(--blue)}.other-area{margin-top:6px}.other-card{display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:0;padding:13px 15px}.other-card+.other-card{margin-top:8px}.other-main,.other-actions{display:flex;align-items:center;gap:9px}.other-dot{width:8px;height:8px;border-radius:50%;background:#c1c8d1}.other-dot.loaded{background:var(--green)}.other-dot.failed{background:var(--red)}.other-main strong{display:block;font-size:var(--font-ui)}.other-main p{margin:2px 0 0;color:var(--muted);font:var(--font-meta) "DM Mono",monospace}.other-actions{gap:14px}.copy-button{display:inline-flex;align-items:center;justify-content:center;gap:5px}.copy-button.copied{border-color:var(--green);color:var(--green)}.modal-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:20px;background:var(--backdrop)}.json-modal{display:flex;width:min(720px,100%);max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:0;background:var(--surface);box-shadow:0 22px 70px var(--shadow)}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:17px 18px 13px}.json-modal .modal-heading,.json-modal .modal-actions{flex:0 0 auto}.modal-heading h2{margin:0;font-size:clamp(1.0625rem,calc(.98rem + .35vw),1.25rem);letter-spacing:-.03em}.close-button{width:28px;height:28px;border:0;border-radius:0;color:var(--muted);background:var(--soft);cursor:pointer;font-size:20px;line-height:1}.json-modal pre{min-height:0;flex:1 1 auto;margin:0;overflow:auto;padding:17px 18px;color:var(--json-ink);background:var(--json-background);font:var(--font-meta)/1.6 "DM Mono",monospace;white-space:pre-wrap;word-break:break-word}.json-modal code{display:block;overflow:visible;flex:none;color:inherit;font:inherit;text-overflow:clip;white-space:inherit;word-break:inherit}.json-key{color:var(--json-key)}.json-string{color:var(--json-string)}.json-number{color:var(--json-number)}.json-boolean{color:var(--json-boolean)}.json-null{color:var(--json-null)}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:13px 18px}.history-modal{display:flex;width:min(680px,100%);max-height:min(720px,calc(100vh - 40px));flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:0;background:var(--surface);box-shadow:0 22px 70px var(--shadow)}.history-heading-actions{display:flex;align-items:center;gap:12px}.history-clear-all,.history-clear-all:hover{color:var(--red)}.history-search-wrap{padding:14px 18px 8px}.history-search{display:flex;align-items:center;gap:9px;border:1px solid var(--line);padding:0 10px;color:var(--muted);background:var(--surface)}.history-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--focus)}.history-search input{min-width:0;flex:1;border:0;outline:0;padding:10px 0;color:var(--ink);background:transparent}.history-search input::-webkit-search-cancel-button{display:none}.history-search input::placeholder{color:var(--placeholder)}.history-clear{display:grid;width:24px;height:24px;place-items:center;border:0;border-radius:50%;color:var(--muted);background:transparent;cursor:pointer}.history-clear:hover{color:var(--ink);background:var(--soft)}.history-empty{display:grid;justify-items:center;gap:7px;padding:24px 24px 56px;color:var(--muted);text-align:center}.history-empty svg{color:var(--blue)}.history-empty strong{color:var(--ink);font-size:var(--font-ui)}.history-empty p{max-width:320px;margin:0;font-size:var(--font-meta);line-height:1.5}.history-list{display:grid;gap:8px;margin:0;overflow:auto;padding:6px 18px 18px;list-style:none}.history-entry{display:flex;width:100%;min-width:0;align-items:center;gap:12px;border:1px solid var(--line);border-radius:0;padding:9px 10px;color:var(--ink);background:var(--surface);cursor:pointer;text-align:left;transition:border-color .12s ease,background .12s ease,transform .12s ease}.history-entry:hover,.history-entry.active{border-color:var(--blue);background:var(--blue-soft)}.history-entry:active{transform:translateY(1px)}.history-preview{display:grid;flex:0 0 88px;width:88px;height:56px;place-items:center;overflow:hidden;border:1px solid var(--line);color:var(--muted);background:var(--soft)}.history-preview img{display:block;width:100%;height:100%;object-fit:cover}.history-entry-copy{min-width:0;flex:1}.history-entry-title,.history-entry-url{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-entry-title{margin-bottom:4px;color:var(--ink);font-size:var(--font-ui)}.history-entry-url{color:var(--muted);font:var(--font-meta) "DM Mono",monospace}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:650px){.shell{width:min(100% - 28px,920px)}.topbar{align-items:flex-start;flex-wrap:wrap}.header-controls{margin-left:auto}.hero{padding:32px 0 42px}.url-form{display:block;padding:5px}.url-form input{width:100%;padding:11px 10px 9px}.url-form button{width:100%}.example-sites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.widget-grid{grid-template-columns:1fr}.page-card{align-items:flex-start}.other-card{align-items:flex-start;flex-direction:column;gap:12px}.other-actions{padding-left:17px}.history-modal{max-height:calc(100vh - 28px)}.history-search-wrap{padding:12px 14px 7px}.history-list{padding:5px 14px 14px}.history-entry{align-items:flex-start}.history-preview{flex-basis:72px;width:72px;height:48px}}
