.app{flex-direction:column;height:100%;display:flex}.topbar{height:var(--bar);background:var(--panel);border-bottom:1px solid var(--border-strong);-webkit-user-select:none;user-select:none;flex:none;align-items:center;gap:16px;padding:0 8px;display:flex}.topbar__end{align-items:center;gap:4px;margin-left:auto;display:flex}.modes{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);display:flex;overflow:hidden}.modes__btn{border:0;border-right:1px solid var(--border);height:24px;font-size:var(--fs-sm);color:var(--text-muted);cursor:pointer;transition:background var(--speed), color var(--speed);background:0 0;align-items:center;gap:6px;padding:0 10px;display:flex}.modes__btn:last-child{border-right:0}.modes__btn:hover{background:var(--hover);color:var(--text)}.modes__btn.is-active{background:var(--select-strong);color:var(--select-text)}.app__body{flex:1;min-height:0;position:relative}.app__loading{height:100%;color:var(--text-faint);font-size:var(--fs-sm);justify-content:center;align-items:center;display:flex}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-cyrillic-ext-wght-normal-DzyfIafT.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-cyrillic-wght-normal-BMDVbyM7.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-greek-ext-wght-normal-BWSLJLk6.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-greek-wght-normal-C9H9m1vD.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-vietnamese-wght-normal-C1uRvKPU.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-latin-ext-wght-normal-C8iNium2.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/assets/source-sans-3-latin-wght-normal-BqRLTx4X.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg:#eceef0;--panel:#f4f5f7;--panel-alt:#e5e7ea;--surface:#fff;--surface-sunken:#f0f1f3;--border:#d3d6da;--border-strong:#b5b9bf;--border-faint:#e2e4e7;--text:#17191c;--text-muted:#62666c;--text-faint:#8b8f96;--text-inverse:#fff;--accent:#1473e6;--select:#dbe8fa;--select-strong:#1473e6;--select-edge:#1473e6;--select-text:#fff;--focus:#1473e6;--hover:#0f141c0d;--active:#0f141c17;--danger:#a8332a;--danger-soft:#f6e9e8;--fmt-pdf:#a8332a;--fmt-docx:#2a5591;--fmt-pptx:#9a5117;--fmt-xlsx:#1d6b45;--fmt-md:#4f4a7a;--radius:3px;--radius-lg:4px;--row:26px;--control:28px;--bar:38px;--font-ui:"Source Sans 3 Variable", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--fs:13.5px;--fs-sm:12.5px;--fs-xs:11.5px;--shadow:0 4px 14px #0a0e1424, 0 1px 3px #0a0e1417;--speed:90ms;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#191b1d;--panel:#212427;--panel-alt:#292c30;--surface:#1d2022;--surface-sunken:#16181a;--border:#34383c;--border-strong:#474c52;--border-faint:#282b2e;--text:#e4e6e9;--text-muted:#969ba1;--text-faint:#6b7076;--text-inverse:#fff;--accent:#4a94f0;--select:#1d3a5c;--select-strong:#2a6fc4;--select-edge:#3d86dd;--select-text:#fff;--focus:#4a94f0;--hover:#ffffff0f;--active:#ffffff1a;--danger:#d9756c;--danger-soft:#2d1e1c;--fmt-pdf:#c4564c;--fmt-docx:#4a7fc4;--fmt-pptx:#c07a3a;--fmt-xlsx:#3d9b6d;--fmt-md:#7d76b8;--shadow:0 6px 20px #0000008c, 0 1px 3px #00000073;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:var(--fs);-webkit-font-smoothing:antialiased;margin:0;line-height:1.45;overflow:hidden}h1,h2,h3,h4,p,figure{margin:0}button,input,select,textarea{font:inherit;color:inherit}:focus{outline:none}:focus-visible{outline:2px solid var(--focus);outline-offset:-1px}input:focus,input:focus-visible,textarea:focus,textarea:focus-visible{outline:none}::selection{background:var(--select);color:var(--text)}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:content-box;border:3px solid #0000;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint);background-clip:content-box}::-webkit-scrollbar-corner{background:0 0}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}.btn{height:var(--control);background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius);font-size:var(--fs-sm);cursor:pointer;white-space:nowrap;transition:background var(--speed);align-items:center;gap:6px;padding:0 10px;display:inline-flex}.btn:hover{background:var(--panel-alt)}.btn:active{background:var(--active)}.btn:disabled{opacity:.45;cursor:default}.btn--primary{background:var(--select-strong);border-color:var(--select-edge);color:var(--select-text)}.btn--primary:hover{background:var(--select-strong)}.btn--quiet{background:0 0;border-color:#0000}.btn--quiet:hover{background:var(--hover)}.btn--danger{color:var(--danger)}.btn--danger:hover{background:var(--danger-soft)}.btn--icon{width:var(--control);justify-content:center;padding:0}.input{height:var(--control);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);font-size:var(--fs-sm);min-width:0;padding:0 8px}.input:focus-within,.input:focus{border-color:var(--accent)}.input::placeholder{color:var(--text-faint)}.mono{font-family:var(--font-mono);font-size:var(--fs-xs);color:var(--text-muted);font-variant-numeric:tabular-nums}.fmt{height:15px;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--text-inverse);border-radius:2px;flex:none;align-items:center;padding:0 4px;font-size:9.5px;font-weight:600;display:inline-flex}.fmt--pdf{background:var(--fmt-pdf)}.fmt--docx{background:var(--fmt-docx)}.fmt--pptx{background:var(--fmt-pptx)}.fmt--xlsx{background:var(--fmt-xlsx)}.fmt--md{background:var(--fmt-md)}.empty{height:100%;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px;display:flex}.empty__title{color:var(--text);font-weight:550}.empty__hint{font-size:var(--fs-sm);max-width:46ch}
