.pdfrx-app,.pdfrx-toolbar,.pdfrx-sidebar,.pdfrx-search,.pdfrx-surface{--pdfrx-accent:#2196f3;--pdfrx-accent-contrast:#fff;--pdfrx-fg:#1f2328;--pdfrx-fg-muted:#656d76;--pdfrx-bg:#fff;--pdfrx-bg-subtle:#f6f8fa;--pdfrx-border:#d0d7de;--pdfrx-hover:#0000000f;--pdfrx-danger:#cf222e;--pdfrx-radius:6px;--pdfrx-toolbar-height:44px;--pdfrx-thumb-width:130px;--pdfrx-font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Hiragino Sans", "Noto Sans JP", sans-serif}@media (prefers-color-scheme:dark){.pdfrx-app,.pdfrx-toolbar,.pdfrx-sidebar,.pdfrx-search,.pdfrx-surface{--pdfrx-fg:#e6edf3;--pdfrx-fg-muted:#8b949e;--pdfrx-bg:#0d1117;--pdfrx-bg-subtle:#161b22;--pdfrx-border:#30363d;--pdfrx-hover:#ffffff14;--pdfrx-danger:#f85149}}.pdfrx-app{touch-action:none;overscroll-behavior:none;min-height:0;font-family:var(--pdfrx-font);color:var(--pdfrx-fg);background:var(--pdfrx-bg);flex-direction:column;display:flex;position:relative;overflow:hidden}[data-pdfrx-page-zoom-guard]{touch-action:none;overscroll-behavior:none}.pdfrx-app-body{flex:1;min-height:0;display:flex}.pdfrx-surface{touch-action:none;overscroll-behavior:none;min-width:0;min-height:0}.pdfrx-toolbar{min-height:var(--pdfrx-toolbar-height);box-sizing:border-box;font-family:var(--pdfrx-font);color:var(--pdfrx-fg);background:var(--pdfrx-bg-subtle);border-bottom:1px solid var(--pdfrx-border);flex:none;align-items:center;gap:4px;padding:0 8px;font-size:13px;display:flex;position:relative}.pdfrx-toolbar-spacer{flex:1}.pdfrx-toolbar-search{max-width:280px}.pdfrx-toolbar .pdfrx-toolbar-search-toggle,.pdfrx-toolbar-search-row{display:none}.pdfrx-button{width:30px;height:30px;color:inherit;border-radius:var(--pdfrx-radius);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.pdfrx-button:hover:not(:disabled){background:var(--pdfrx-hover)}.pdfrx-button:disabled{opacity:.4;cursor:default}.pdfrx-button-active{color:var(--pdfrx-accent);background:var(--pdfrx-hover)}.pdfrx-button:focus-visible,.pdfrx-sidebar-tab:focus-visible,.pdfrx-outline-title:focus-visible,.pdfrx-thumb-button:focus-visible{outline:2px solid var(--pdfrx-accent);outline-offset:-2px}.pdfrx-icon{width:18px;height:18px}.pdfrx-busy-indicator{box-sizing:border-box;border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite pdfrx-spin}@keyframes pdfrx-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.pdfrx-busy-indicator{animation:none}}.pdfrx-page-indicator,.pdfrx-zoom-controls{flex:none;align-items:center;gap:2px;display:inline-flex}.pdfrx-page-indicator{position:relative}.pdfrx-page-trigger{min-width:5.5em;font:inherit;font-variant-numeric:tabular-nums;color:inherit;border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:4px;padding:4px 7px;display:inline-flex}.pdfrx-page-trigger:hover,.pdfrx-page-trigger[aria-expanded=true]{background:var(--pdfrx-hover);border-color:var(--pdfrx-border)}.pdfrx-page-trigger:focus-visible{outline:2px solid var(--pdfrx-accent);outline-offset:-2px}.pdfrx-page-popup{top:calc(100% + 6px);z-index:30;width:min(280px,100vw - 24px);color:var(--pdfrx-fg);background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);align-items:center;gap:10px;padding:12px;display:flex;position:absolute;inset-inline-start:0;box-shadow:0 4px 16px #00000047}.pdfrx-page-popup-row{flex:none;align-items:center;gap:4px;display:flex}.pdfrx-page-input{width:3.5em;font:inherit;text-align:center;color:inherit;background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);padding:3px 4px}.pdfrx-page-slider{width:auto;min-width:80px;accent-color:var(--pdfrx-accent);cursor:pointer;flex:auto;margin:0}.pdfrx-page-total,.pdfrx-zoom-value{color:var(--pdfrx-fg-muted);white-space:nowrap}.pdfrx-zoom-value{text-align:center;font-variant-numeric:tabular-nums;min-width:4em}.pdfrx-search{min-width:0;font-family:var(--pdfrx-font);color:var(--pdfrx-fg);background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);flex:auto;align-items:center;gap:2px;padding:0 2px 0 8px;font-size:13px;display:flex}.pdfrx-search:focus-within{border-color:var(--pdfrx-accent)}.pdfrx-search-icon{color:var(--pdfrx-fg-muted);flex:none;display:inline-flex}.pdfrx-search-input{min-width:0;font:inherit;color:inherit;appearance:none;background:0 0;border:0;outline:none;flex:auto;padding:6px 4px}.pdfrx-search-input::-webkit-search-cancel-button{display:none}.pdfrx-search-status{color:var(--pdfrx-fg-muted);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;padding:0 4px}.pdfrx-loading-bar{background:var(--pdfrx-hover);height:2px;position:absolute;inset:auto 0 -1px;overflow:hidden}.pdfrx-loading-fill{background:var(--pdfrx-accent);height:100%;transition:width .12s linear}.pdfrx-loading-indeterminate{width:40%;animation:1.2s ease-in-out infinite pdfrx-slide}@keyframes pdfrx-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}@media (prefers-reduced-motion:reduce){.pdfrx-loading-indeterminate{opacity:.5;width:100%;animation:none}}.pdfrx-sidebar{min-height:0;font-family:var(--pdfrx-font);color:var(--pdfrx-fg);background:var(--pdfrx-bg-subtle);border-inline-end:1px solid var(--pdfrx-border);flex-direction:column;flex:none;font-size:13px;display:flex}.pdfrx-app[data-sidebar-side=right] .pdfrx-sidebar{border-inline-end:0;border-inline-start:1px solid var(--pdfrx-border)}.pdfrx-sidebar-tabs{border-bottom:1px solid var(--pdfrx-border);flex:none;display:flex}.pdfrx-sidebar-tab{font:inherit;color:var(--pdfrx-fg-muted);border:0;cursor:pointer;background:0 0;border-bottom:2px solid #0000;flex:1;padding:8px 4px}.pdfrx-sidebar-tab:hover{background:var(--pdfrx-hover)}.pdfrx-sidebar-tab-active{color:var(--pdfrx-fg);border-bottom-color:var(--pdfrx-accent)}.pdfrx-sidebar-pane{flex:1;min-height:0;overflow:auto}.pdfrx-thumbnails{box-sizing:border-box;flex-direction:column;align-items:center;gap:10px;min-height:100%;padding:10px;display:flex;position:relative}.pdfrx-thumb-item[data-reorderable]{touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab}.pdfrx-thumb-item-dragging{opacity:.4;cursor:grabbing}.pdfrx-thumb-add{flex:none}.pdfrx-thumb-add-button{width:var(--pdfrx-thumb-width,130px);min-height:64px;color:var(--pdfrx-fg-muted);font:inherit;border:2px dashed var(--pdfrx-border);border-radius:var(--pdfrx-radius);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:14px 8px;display:flex}.pdfrx-thumb-add-button:hover{color:var(--pdfrx-accent);background:var(--pdfrx-hover);border-color:var(--pdfrx-accent)}.pdfrx-thumb-add-label{font-size:12px}.pdfrx-thumb-ghost{z-index:30;pointer-events:none;opacity:.85;border-radius:2px;height:auto;position:fixed;transform:translate(-50%,-50%);box-shadow:0 4px 16px #00000080}.pdfrx-thumb-drop-indicator{background:var(--pdfrx-accent);height:3px;box-shadow:0 0 0 1px var(--pdfrx-bg);pointer-events:none;z-index:2;border-radius:2px;position:absolute;inset-inline:6px;transform:translateY(-50%)}.pdfrx-thumb-item{flex:none;scroll-margin-block:6px;position:relative}.pdfrx-thumb-button{cursor:pointer;background:0 0;border:0;padding:0;line-height:0;display:block}.pdfrx-thumb-canvas{background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:2px;height:auto;min-height:8px;display:block;box-shadow:0 1px 3px #0003}.pdfrx-thumb-current .pdfrx-thumb-canvas{border-color:var(--pdfrx-accent);box-shadow:0 0 0 2px var(--pdfrx-accent)}.pdfrx-thumb-label{text-align:center;color:var(--pdfrx-fg-muted);font-variant-numeric:tabular-nums;margin-top:3px}.pdfrx-thumb-current .pdfrx-thumb-label{color:var(--pdfrx-fg);font-weight:600}.pdfrx-thumb-actions{top:4px;opacity:0;gap:2px;transition:opacity .12s;display:flex;position:absolute;inset-inline-end:4px}.pdfrx-thumb-item:hover .pdfrx-thumb-actions,.pdfrx-thumb-actions:focus-within{opacity:1}.pdfrx-thumb-actions .pdfrx-button{color:#fff;background:#0000008c;width:24px;height:24px}.pdfrx-thumb-actions .pdfrx-button:hover:not(:disabled){background:#000000bf}.pdfrx-thumb-actions .pdfrx-button .pdfrx-icon{width:14px;height:14px}.pdfrx-thumb-actions .pdfrx-danger:hover:not(:disabled){background:var(--pdfrx-danger)}.pdfrx-outline{margin:0;padding:6px 4px;list-style:none}.pdfrx-outline-empty{color:var(--pdfrx-fg-muted);text-align:center;padding:16px}.pdfrx-outline-children{margin:0;padding:0;list-style:none}.pdfrx-outline-row{align-items:center;gap:2px;display:flex}.pdfrx-outline-row:hover{background:var(--pdfrx-hover);border-radius:var(--pdfrx-radius)}.pdfrx-outline-toggle{width:20px;height:24px;color:var(--pdfrx-fg-muted);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.pdfrx-outline-toggle .pdfrx-icon{width:14px;height:14px}.pdfrx-outline-toggle-empty{cursor:default}.pdfrx-outline-title{min-width:0;font:inherit;text-align:start;color:inherit;border-radius:var(--pdfrx-radius);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;flex:1;padding:4px;overflow:hidden}.pdfrx-sidebar-slot{flex:none;transition:width .18s;display:flex;overflow:hidden}.pdfrx-app[data-sidebar-side=right] .pdfrx-sidebar-slot{justify-content:flex-end}.pdfrx-app-narrow .pdfrx-sidebar-slot{overflow:visible}@media (prefers-reduced-motion:reduce){.pdfrx-sidebar-slot{transition:none}}.pdfrx-app-narrow .pdfrx-sidebar{z-index:2;inset-block:var(--pdfrx-toolbar-height) 0;transition:transform .18s;position:absolute;inset-inline-start:0;transform:translate(calc(-100% - 16px));box-shadow:2px 0 12px #00000040}.pdfrx-app-narrow[data-sidebar-side=right] .pdfrx-sidebar{inset-inline:auto 0;transform:translate(calc(100% + 16px));box-shadow:-2px 0 12px #00000040}.pdfrx-app-narrow[data-sidebar-open=true] .pdfrx-sidebar{transform:none}.pdfrx-scrim{z-index:1;inset-block:var(--pdfrx-toolbar-height) 0;background:#0006;border:0;padding:0;position:absolute;inset-inline:0}@media (prefers-reduced-motion:reduce){.pdfrx-app-narrow .pdfrx-sidebar{transition:none}}.pdfrx-collapsible{z-index:2;opacity:0;visibility:hidden;pointer-events:none;flex:none;grid-template-rows:0fr;transition:grid-template-rows .18s,opacity .14s,visibility 0s linear .18s;display:grid;position:relative}.pdfrx-collapsible-content{min-height:0;transition:transform .18s;overflow:hidden;transform:translateY(-6px)}.pdfrx-collapsible-open{opacity:1;visibility:visible;pointer-events:auto;grid-template-rows:1fr;transition:grid-template-rows .18s,opacity .16s,visibility}.pdfrx-collapsible-open>.pdfrx-collapsible-content{overflow:visible;transform:translateY(0)}.pdfrx-toolbar-annot{flex-wrap:wrap;padding-inline-start:6px}.pdfrx-toolbar-gap{flex:none;width:6px}.pdfrx-toolbar-separator{background:var(--pdfrx-border);flex:none;align-self:stretch;width:1px;margin:8px 4px}.pdfrx-annot-toolbar{flex-wrap:wrap;flex:auto;align-items:center;gap:2px;min-width:0;display:flex}.pdfrx-page-actions{align-items:center;gap:2px;display:inline-flex}.pdfrx-page-actions .pdfrx-button>span{justify-content:center;align-items:center;line-height:1;display:inline-flex}.pdfrx-annot-colors{flex:none;align-items:center;gap:2px;display:inline-flex}.pdfrx-toolbar.pdfrx-annot-selection-popup{z-index:2147483646;border:1px solid var(--pdfrx-border);border-radius:calc(var(--pdfrx-radius) + 2px);max-width:calc(100vw - 16px);min-height:38px;padding:3px 5px;position:fixed;transform:translate(-50%);box-shadow:0 4px 16px #00000047}.pdfrx-toolbar.pdfrx-annot-selection-popup-above{transform:translate(-50%,-100%)}.pdfrx-annot-link-dismiss-layer{z-index:2147483647;pointer-events:auto;position:fixed;inset:0}.pdfrx-annot-link-popover{box-sizing:border-box;width:min(320px,100vw - 16px);color:var(--pdfrx-fg,#1f2937);font:var(--pdfrx-font,13px system-ui, sans-serif);background:var(--pdfrx-bg,#fff);border:1px solid var(--pdfrx-border,#d1d5db);border-radius:calc(var(--pdfrx-radius,6px) + 2px);padding:9px;position:fixed;transform:translate(-50%);box-shadow:0 4px 16px #00000047}.pdfrx-annot-link-popover-above{transform:translate(-50%,-100%)}.pdfrx-annot-link-popover label{color:var(--pdfrx-fg-muted,#6b7280);gap:5px;font-size:12px;display:grid}.pdfrx-annot-link-popover input{box-sizing:border-box;width:100%;min-height:30px;color:var(--pdfrx-fg,#1f2937);font:inherit;background:var(--pdfrx-bg-subtle,#f9fafb);border:1px solid var(--pdfrx-border,#d1d5db);border-radius:var(--pdfrx-radius,5px);outline:none;padding:5px 8px}.pdfrx-annot-link-popover input:focus{border-color:var(--pdfrx-accent,#2196f3);box-shadow:0 0 0 2px color-mix(in srgb, var(--pdfrx-accent,#2196f3) 25%, transparent)}.pdfrx-annot-link-actions{justify-content:flex-end;gap:4px;margin-top:7px;display:flex}.pdfrx-annot-link-actions .pdfrx-button{white-space:nowrap;width:auto;min-width:58px;padding-inline:10px}.pdfrx-annot-colorbtn{display:inline-flex;position:relative}.pdfrx-annot-text-color-icon{justify-content:center;align-items:center;padding:2px;font-weight:700;line-height:1;display:inline-flex}@media (prefers-color-scheme:dark){.pdfrx-annot-text-color-icon-dark{-webkit-text-stroke:.25px #fff}}@media (prefers-color-scheme:light){.pdfrx-annot-text-color-icon-light{-webkit-text-stroke:.25px #000}}.pdfrx-annot-color-ring{box-sizing:border-box;border:4px solid;border-radius:50%;width:15px;height:15px;box-shadow:0 0 0 1px #00000026}.pdfrx-annot-color-dot{border-radius:50%;width:15px;height:15px;box-shadow:inset 0 0 0 1px #0003}.pdfrx-annot-color-mixed{color:var(--pdfrx-fg-muted);background:repeating-linear-gradient(135deg, transparent 0 3px, color-mix(in srgb, currentColor 28%, transparent) 3px 6px)}.pdfrx-annot-color-none{background:linear-gradient(to top right, transparent 42%, var(--pdfrx-danger) 42%, var(--pdfrx-danger) 58%, transparent 58%), var(--pdfrx-bg)}.pdfrx-annot-color-ring.pdfrx-annot-color-none{border:2px solid var(--pdfrx-fg-muted);box-shadow:inset 0 0 0 2px var(--pdfrx-bg), 0 0 0 1px #00000026}.pdfrx-annot-color-dot.pdfrx-annot-color-none{box-sizing:border-box;border:1px solid var(--pdfrx-fg-muted)}.pdfrx-annot-popup{top:calc(100% + 4px);z-index:20;background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);grid-template-columns:repeat(6,18px);gap:7px;padding:9px;display:grid;position:absolute;inset-inline-start:0;box-shadow:0 2px 10px #00000040}.pdfrx-annot-popup[data-pdfrx-placement=above],.pdfrx-annot-slider-popup[data-pdfrx-placement=above],.pdfrx-annot-align-popup[data-pdfrx-placement=above]{top:auto;inset-block-start:auto;bottom:calc(100% + 6px)}.pdfrx-annot-swatch{cursor:pointer;border:0;border-radius:50%;flex:none;width:18px;height:18px;padding:0;box-shadow:inset 0 0 0 1px #0003}.pdfrx-annot-swatch-near-black{box-shadow:inset 0 0 0 1px #ffffff61,0 0 0 1px #00000029}.pdfrx-annot-swatch:hover{box-shadow:inset 0 0 0 1px #0003, 0 0 0 2px var(--pdfrx-hover)}.pdfrx-annot-swatch-active{box-shadow:inset 0 0 0 1px #0003, 0 0 0 2px var(--pdfrx-bg), 0 0 0 3.5px var(--pdfrx-accent)}.pdfrx-annot-swatch-near-black:hover{box-shadow:inset 0 0 0 1px #ffffff61, 0 0 0 2px var(--pdfrx-hover)}.pdfrx-annot-swatch-near-black.pdfrx-annot-swatch-active{box-shadow:inset 0 0 0 1px #ffffff61, 0 0 0 2px var(--pdfrx-bg), 0 0 0 3.5px var(--pdfrx-accent)}.pdfrx-annot-custom-trigger{min-height:26px;color:var(--pdfrx-fg);font:inherit;border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);cursor:pointer;background:0 0;grid-column:1/-1;padding:3px 8px}.pdfrx-annot-custom-trigger:hover{background:var(--pdfrx-hover)}.pdfrx-annot-custom-editor{grid-column:1/-1;gap:6px;width:auto;min-width:0;padding-top:2px;display:grid}.pdfrx-annot-custom-spectrum{border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);cursor:crosshair;touch-action:none;background-image:linear-gradient(#0000,#000),linear-gradient(90deg,#fff,#0000);height:145px;position:relative;overflow:hidden}.pdfrx-annot-custom-spectrum:focus-visible{outline:2px solid var(--pdfrx-accent);outline-offset:1px}.pdfrx-annot-custom-spectrum-handle{pointer-events:none;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0008}.pdfrx-annot-custom-hue{appearance:none;cursor:pointer;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:9px;width:100%;height:18px;margin:0}.pdfrx-annot-custom-hue::-webkit-slider-thumb{appearance:none;background:0 0;border:2px solid #fff;border-radius:5px;width:16px;height:22px;box-shadow:0 0 0 1px #0008}.pdfrx-annot-custom-hue::-moz-range-thumb{background:0 0;border:2px solid #fff;border-radius:5px;width:12px;height:18px;box-shadow:0 0 0 1px #0008}.pdfrx-annot-custom-code{min-width:0;color:var(--pdfrx-fg);background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);padding:4px 6px;font:12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace}.pdfrx-annot-custom-code[aria-invalid=true]{border-color:var(--pdfrx-danger)}.pdfrx-annot-custom-apply{color:#fff;min-height:28px;font:inherit;background:var(--pdfrx-accent);border-radius:var(--pdfrx-radius);cursor:pointer;border:0}.pdfrx-annot-custom-apply:disabled{opacity:.45;cursor:default}.pdfrx-annot-slider-popup{top:calc(100% + 4px);z-index:20;min-width:46px;color:var(--pdfrx-fg-muted);background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);flex-direction:column;align-items:center;gap:7px;padding:9px 7px;display:flex;position:absolute;inset-inline-start:50%;transform:translate(-50%);box-shadow:0 2px 10px #00000040}.pdfrx-annot-align-popup{z-index:20;border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);background:var(--pdfrx-bg);grid-template-columns:repeat(3,32px);gap:3px;padding:6px;display:grid;position:absolute;inset-block-start:calc(100% + 6px);inset-inline-end:0;box-shadow:0 6px 20px #0003}.pdfrx-annot-align-option{box-sizing:border-box;width:32px;height:30px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;padding:5px;display:grid}.pdfrx-annot-align-option .pdfrx-icon{flex:none;width:18px;height:18px;display:block}.pdfrx-annot-align-option:hover,.pdfrx-annot-align-option-active{background:var(--pdfrx-hover)}.pdfrx-annot-align-option-active{box-shadow:inset 0 0 0 1px}.pdfrx-annot-slider-vertical{width:24px;height:112px;accent-color:var(--pdfrx-accent);cursor:pointer;writing-mode:vertical-lr;direction:rtl;margin:0}.pdfrx-annot-slider-value{text-align:center;font-variant-numeric:tabular-nums;min-width:3em;font-size:12px}.pdfrx-annot-close{margin-inline-start:auto}@media (pointer:coarse){.pdfrx-annot-selection-popup>.pdfrx-annot-colors>.pdfrx-annot-colorbtn>.pdfrx-button{width:40px;height:40px}.pdfrx-annot-popup{grid-template-columns:repeat(6,28px)}.pdfrx-annot-swatch{width:28px;height:28px}}.pdfrx-context-menu{z-index:10;min-width:130px;font-family:var(--pdfrx-font);color:var(--pdfrx-fg);background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);-webkit-user-select:none;user-select:none;touch-action:none;flex-direction:column;padding:4px;font-size:13px;display:flex;box-shadow:0 2px 10px #00000040}.pdfrx-context-menu-touch{min-width:160px;font-size:15px}.pdfrx-context-menu-item{all:unset;cursor:pointer;border-radius:4px;padding:6px 12px}.pdfrx-context-menu-touch .pdfrx-context-menu-item{min-height:22px;padding:12px 16px}.pdfrx-context-menu-item:hover:not(:disabled){background:var(--pdfrx-hover)}.pdfrx-context-menu-item:disabled{color:var(--pdfrx-fg-muted);cursor:default;opacity:.6}.pdfrx-context-menu-submenu-host{position:relative}.pdfrx-context-menu-submenu-trigger{box-sizing:border-box;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.pdfrx-text-markup-palette{z-index:1;background:var(--pdfrx-bg);border:1px solid var(--pdfrx-border);border-radius:var(--pdfrx-radius);flex-direction:column;gap:8px;min-width:270px;padding:8px;display:flex;position:absolute;inset-block-start:-4px;inset-inline-start:calc(100% + 5px);box-shadow:0 2px 10px #00000040}.pdfrx-text-markup-matrix{grid-template-columns:minmax(68px,auto) repeat(6,26px);align-items:center;gap:6px;display:grid}.pdfrx-text-markup-row-label{color:var(--pdfrx-fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.pdfrx-text-markup-choice{width:26px;height:26px;color:var(--pdfrx-fg);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;padding:0;display:grid}.pdfrx-text-markup-choice:hover,.pdfrx-text-markup-choice:focus-visible{outline:2px solid var(--pdfrx-accent);outline-offset:0}.pdfrx-text-markup-preview{font:600 12px/16px var(--pdfrx-font);padding-inline:2px;display:inline-block}.pdfrx-text-markup-highlight .pdfrx-text-markup-preview{color:#202020;border-radius:2px}.pdfrx-text-markup-underline .pdfrx-text-markup-preview{text-underline-offset:2px;text-decoration-line:underline;text-decoration-thickness:2px}.pdfrx-text-markup-squiggly .pdfrx-text-markup-preview{text-underline-offset:2px;text-decoration-line:underline;text-decoration-style:wavy;text-decoration-thickness:1.5px}.pdfrx-text-markup-strikeout .pdfrx-text-markup-preview{text-decoration-line:line-through;text-decoration-thickness:2px}@media (width<=420px){.pdfrx-text-markup-palette{min-width:224px}.pdfrx-text-markup-matrix{grid-template-columns:minmax(56px,auto) repeat(6,22px);gap:4px}.pdfrx-text-markup-choice{width:22px;height:26px}}.pdfrx-error{font-family:var(--pdfrx-font);color:var(--pdfrx-accent-contrast);background:var(--pdfrx-danger);align-items:center;gap:8px;padding:8px;font-size:13px;display:flex}.pdfrx-error-message{white-space:pre-line;flex:1;min-width:0}.pdfrx-error-dismiss{color:inherit;flex:none}.pdfrx-error-dismiss:hover:not(:disabled){background:#ffffff40}@media (width<=640px){.pdfrx-toolbar>.pdfrx-zoom-controls>:not(.pdfrx-fit-page-button):not(.pdfrx-fit-width-button),.pdfrx-toolbar-search{display:none}.pdfrx-toolbar .pdfrx-toolbar-search-toggle{display:inline-flex}.pdfrx-toolbar-search-slot{display:grid}.pdfrx-toolbar-search-row{box-sizing:border-box;background:var(--pdfrx-bg-subtle);border-bottom:1px solid var(--pdfrx-border);flex:none;align-items:center;padding:6px 8px;display:flex}}@media (prefers-reduced-motion:reduce){.pdfrx-collapsible,.pdfrx-collapsible-content{transition:none}}.demo-react{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){.demo-react{--lightningcss-light: ;--lightningcss-dark:initial}}.demo-react[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff}.demo-react[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0d1117}.demo-react[data-theme=light] :is(.pdfrx-app,.pdfrx-toolbar,.pdfrx-sidebar,.pdfrx-search,.pdfrx-surface){--pdfrx-fg:#1f2328;--pdfrx-fg-muted:#656d76;--pdfrx-bg:#fff;--pdfrx-bg-subtle:#f6f8fa;--pdfrx-border:#d0d7de;--pdfrx-hover:#0000000f;--pdfrx-danger:#cf222e}.demo-react[data-theme=dark] :is(.pdfrx-app,.pdfrx-toolbar,.pdfrx-sidebar,.pdfrx-search,.pdfrx-surface){--pdfrx-fg:#e6edf3;--pdfrx-fg-muted:#8b949e;--pdfrx-bg:#0d1117;--pdfrx-bg-subtle:#161b22;--pdfrx-border:#30363d;--pdfrx-hover:#ffffff14;--pdfrx-danger:#f85149}
