.toolbar{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#0f3460;border-bottom:1px solid #1a1a4e;flex-shrink:0}.toolbar button{padding:6px 14px;border:1px solid #444;border-radius:4px;background:#1a1a2e;color:#e0e0e0;cursor:pointer;font-size:13px;white-space:nowrap}.toolbar button:hover{background:#2a2a4e}.toolbar button.active{background:#e94560;border-color:#e94560;color:#fff}.toolbar button:disabled{opacity:.4;cursor:default}.toolbar-divider{width:1px;height:24px;background:#444}.toolbar-spacer{flex:1}.font-size-control{display:flex;align-items:center;gap:4px;font-size:13px;color:#ccc}.font-size-control input{width:48px;padding:4px;border:1px solid #444;border-radius:4px;background:#1a1a2e;color:#e0e0e0;text-align:center;font-size:13px}.page-nav{display:flex;align-items:center;gap:8px;font-size:13px}.export-btn{background:#2ecc71!important;border-color:#2ecc71!important;color:#fff!important;font-weight:700}.export-btn:hover{background:#27ae60!important}.delete-btn{background:#c0392b!important;border-color:#c0392b!important;color:#fff!important}.delete-btn:hover{background:#e74c3c!important}.overlay{position:absolute;cursor:move;-webkit-user-select:none;user-select:none}.overlay.selected{outline:2px solid #e94560;outline-offset:2px}.text-overlay{cursor:text;color:#000;font-family:Helvetica,Arial,sans-serif;line-height:1.2}.text-overlay .text-content{outline:none;white-space:pre;cursor:text;padding:1px 2px}.text-overlay .text-content:focus{background:#ffffc84d}.image-overlay{cursor:move}.resize-handle{position:absolute;right:-5px;bottom:-5px;width:12px;height:12px;background:#e94560;border:1px solid #fff;cursor:nwse-resize;border-radius:2px}.pdf-viewer{display:inline-block}.page-container{position:relative;box-shadow:0 4px 20px #00000080;background:#fff}.page-container canvas{cursor:crosshair}.app{display:flex;flex-direction:column;height:100vh}.viewer-area{flex:1;overflow:auto;display:flex;justify-content:center;padding:20px;background:#16213e}.empty-state{display:flex;align-items:center;justify-content:center;width:100%;color:#888;font-size:18px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#e0e0e0;overflow:hidden;height:100vh}#root{height:100vh;display:flex;flex-direction:column}
