:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eef2f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}.app-shell{color:#111827;background:#d9e1ea;min-height:100vh}.top-nav{z-index:20;background:#fff;border-bottom:1px solid #cbd5e1;align-items:center;gap:12px;min-height:72px;padding:10px 16px;display:flex;position:sticky;top:0;box-shadow:0 8px 24px #0f172a14}.brand{align-items:center;gap:10px;min-width:245px;display:flex}.brand svg{color:#0f766e;width:32px;height:32px}.brand strong,.file-state strong,.empty-document strong{font-size:17px;line-height:1.2;display:block}.brand span,.file-state span,.empty-document span{color:#64748b;font-size:13px}button,.upload-button,.size-input{appearance:none;color:#1f2937;min-height:40px;font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;justify-content:center;align-items:center;gap:8px;padding:8px 12px;display:inline-flex}button:hover:not(:disabled),.upload-button:hover,.size-input:hover{border-color:#0f766e}button:disabled{opacity:.45;cursor:not-allowed}button svg,.upload-button svg{width:18px;height:18px}.upload-button input{display:none}.tool-group{border-left:1px solid #e2e8f0;align-items:center;gap:6px;padding-left:10px;display:flex}.tool-group button{min-width:40px;padding:8px 10px}.tool-group .active-tool{color:#0f766e;background:#e6f4f1;border-color:#0f766e}.size-input{width:68px;min-height:40px;font:inherit;padding:8px}.color-input{cursor:pointer;background:#fff;border:1px solid #cbd5e1;width:42px;height:40px;padding:4px}.file-state{flex:1;min-width:0}.file-state strong,.file-state span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.apply-button,.download-button{color:#fff;background:#0f766e;border-color:#0f766e}.apply-button{background:#172033;border-color:#172033}.document-area{flex-direction:column;align-items:center;gap:22px;min-height:calc(100vh - 72px);padding:28px;display:flex;overflow:auto}.pdf-page{background:#fff;flex:none;position:relative;box-shadow:0 24px 70px #0f172a3d}.pdf-page.adding-text{cursor:crosshair}.pdf-page img{-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.text-box{z-index:2;resize:none;color:#0000;caret-color:#0f766e;white-space:nowrap;cursor:text;background:0 0;border:1px solid #0000;border-radius:3px;outline:none;margin:0;padding:0 2px;font-family:Arial,Helvetica,sans-serif;transition:border-color .12s,box-shadow .12s,background .12s,color .12s;display:block;position:absolute;overflow:hidden}.text-box.active{cursor:move}.text-box:hover{background:0 0;border-color:#0f766e73}.text-box:focus,.text-box.active{color:var(--text-color,#111827);background:0 0;border-color:#0f766e;box-shadow:0 0 0 1px #0f766e59}.empty-document{color:#475569;background:#fff;border:1px dashed #94a3b8;align-content:center;place-items:center;gap:10px;width:min(760px,100%);min-height:460px;display:grid}.empty-document svg{color:#0f766e;width:44px;height:44px}.error-strip{color:#9a3412;background:#fff7ed;border:1px solid #fdba74;width:min(980px,100%);padding:10px 12px;font-size:13px}.spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.top-nav{flex-wrap:wrap}.brand{min-width:200px}.file-state{flex:100%}.document-area{align-items:flex-start;padding:14px}}
