:root{color-scheme:light;font-family:Inter,Pretendard,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:#f7f7f4;color:#171a1f}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input,select{font:inherit}.app-shell{height:100vh;min-height:0;display:grid;grid-template-rows:auto auto auto 1fr auto;background:#f7f7f4;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;background:#fff;border-bottom:1px solid #e2e4e7}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:#176b57;border-radius:10px}.brand h1{margin:0;font-size:20px;line-height:1.2;letter-spacing:0}.brand p{margin:3px 0 0;color:#59616b;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(58vw,720px)}.upload-button,.controls button{height:38px;border:0;border-radius:10px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#176b57;cursor:pointer;white-space:nowrap}.upload-button input{display:none}.controls{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:10px;align-items:center;padding:10px 18px;background:#f1f2ee;border-bottom:1px solid #dde0dc}.language-controls{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:8px}.document-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.controls label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;color:#59616b;font-size:12px;font-weight:800;min-width:0}.controls label span{min-width:30px}.controls input,.controls select{height:36px;border:1px solid #d4d8dd;border-radius:9px;padding:0 11px;color:#171a1f;background:#fff;min-width:0}.view-controls{height:36px;display:inline-flex;align-items:center;gap:6px;color:#2e343b;font-size:14px;font-weight:700;padding:0 4px;background:#fff;border:1px solid #d4d8dd;border-radius:11px}.icon-button{width:30px;height:30px;padding:0;color:#2e343b;background:transparent;border:0;border-radius:8px;display:inline-grid;place-items:center;cursor:pointer}.icon-button:disabled{cursor:not-allowed;opacity:.45}.controls button.mode-button{height:30px;padding:0 12px;color:#2e343b;background:transparent;border:0;border-radius:8px}.controls button.mode-button.is-active{color:#fff;background:#176b57;border-color:#176b57}.controls button.rebuild-button{background:#eef3f8;color:#29506f;border:1px solid #cddbeb}.controls button.folder-button{color:#202124;background:#fff;border:1px solid #c5beb2}.controls button.save-button{background:#6a4f19}.controls button:disabled{cursor:not-allowed;opacity:.52}.statusbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:32px;padding:6px 18px;color:#59616b;background:#fff;border-bottom:1px solid #e2e4e7;font-size:14px}.statusbar span{display:inline-flex;align-items:center;gap:6px}.viewer{display:grid;grid-template-columns:1fr 1fr;min-height:0;overflow:hidden}.viewer-single{grid-template-columns:1fr}.pane.is-hidden{display:none}.pane{min-width:0;min-height:0;display:grid;grid-template-rows:auto 1fr;border-right:1px solid #e2e4e7;background:#f0f1ed;overflow:hidden}.pane:last-child{border-right:0}.pane-title{height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 16px;font-weight:800;background:#fff;border-bottom:1px solid #e2e4e7}.pane-heading{min-width:0;display:inline-flex;align-items:center;gap:8px}.pane-action{height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;color:#29506f;background:#eef3f8;border:1px solid #cddbeb;border-radius:8px;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer}.pane-action:disabled{cursor:not-allowed;opacity:.52}.pdf-stage{min-height:0;height:100%;overflow:auto;overscroll-behavior:contain;padding:10px;display:grid;align-content:start;justify-items:center;position:relative}.translation-stage{min-height:0;height:100%;overflow:auto;overscroll-behavior:contain;padding:10px;background:#f7f7f4}.translation-reader{max-width:900px;min-height:100%;margin:0 auto;padding:18px 22px;background:#fff;border:1px solid #e1e4e8;box-shadow:0 8px 18px #20212414;color:#171a1f;font-family:Apple SD Gothic Neo,Malgun Gothic,Noto Sans KR,system-ui,sans-serif;font-size:17px;line-height:1.72;word-break:keep-all;overflow-wrap:anywhere}.source-reader{font-size:16px;color:#30343a}.translation-reader p{margin:0 0 18px;white-space:pre-line}.translation-reader p:last-child{margin-bottom:0}.pdf-page,.translated-placeholder{display:block;max-width:none;background:#fff;border:1px solid #e1e4e8;box-shadow:0 8px 18px #2021241a}.translated-placeholder{display:grid;min-height:260px;width:min(760px,100%);margin:0 auto;place-items:center;align-content:center;gap:10px;color:#57514a;text-align:center;padding:14px}.empty-state{width:min(520px,100%);min-height:180px;display:grid;place-items:center;color:#6a737d;border:1px solid #e1e4e8;border-radius:12px;background:#fff;text-align:center;padding:24px;box-shadow:0 8px 18px #2021240f}.floating-zoom{position:sticky;top:10px;left:calc(100% - 132px);z-index:2;justify-self:start;width:max-content;margin:0 0 -44px;height:36px;display:inline-flex;align-items:center;gap:5px;padding:3px 5px;color:#2e343b;font-size:14px;font-weight:800;background:#ffffffeb;border:1px solid #d4d8dd;border-radius:12px;box-shadow:0 8px 18px #2021241f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bottom-pagebar{z-index:5;min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 18px;background:#fffffff0;border-top:1px solid #e2e4e7;box-shadow:0 -8px 18px #20212414;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-pagebar .icon-button{width:38px;height:38px;background:#f6f7f8;border:1px solid #d4d8dd}.page-jump{height:38px;min-width:150px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#171a1f;font-weight:800;background:#fff;border:1px solid #d4d8dd;border-radius:12px}.page-jump input{width:64px;height:30px;border:0;border-radius:8px;text-align:center;font-weight:800;color:#171a1f;background:#f6f7f8}.spin{animation:spin .9s linear infinite}.inline-icon{flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.controls{grid-template-columns:1fr}.document-tools{justify-content:flex-start}}@media(max-width:860px){.topbar{align-items:center;gap:10px;padding:10px 12px}.brand{gap:9px;flex:1 1 auto}.brand-mark{width:34px;height:34px;border-radius:9px}.brand h1{font-size:18px}.brand p{max-width:42vw;font-size:12px}.upload-button{flex:0 0 auto;padding:0 12px}.controls{display:grid;grid-template-columns:1fr;align-items:stretch;gap:9px;padding:10px 12px}.language-controls{grid-template-columns:1fr 1fr}.controls label{grid-template-columns:1fr;gap:4px}.controls label span{min-width:0}.document-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.view-controls{justify-content:center}.view-controls{display:grid;grid-template-columns:1fr 1fr;height:auto;padding:3px}.layout-controls{grid-column:auto}.controls button.mode-button{width:100%}.statusbar{align-items:flex-start;flex-direction:column;gap:4px;min-height:0;padding:7px 12px;font-size:13px}.viewer{grid-template-columns:1fr}.viewer-split .pane{min-height:50vh}.pane{min-height:0;border-right:0;border-bottom:1px solid #e2e4e7}}@media(max-width:860px)and (orientation:portrait){.layout-controls{display:none}.viewer-split{grid-template-columns:1fr}.viewer-split .pane:not(.is-hidden){min-height:0}.translation-stage,.pdf-stage{padding:8px}.floating-zoom{top:8px;left:calc(100% - 132px);margin:0 0 -44px}.translation-reader{padding:16px;font-size:16px;line-height:1.68}}@media(max-width:560px){.topbar,.controls,.statusbar{padding-left:12px;padding-right:12px}.language-controls,.document-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.view-controls,.controls button.folder-button,.controls button.save-button{justify-content:center;width:100%}}
