body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{background:#f5f5f5;display:flex;flex-direction:column;height:100vh}.app-header{background:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 2rem}.app-header h1{font-size:1.5rem;margin:0 0 .5rem}.mode-selector{display:flex;gap:.5rem}.mode-selector button{background:#34495e;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background .3s}.mode-selector button:hover{background:#4a5f7f}.mode-selector button.active{background:#3498db}.app-content{display:flex;flex:1 1;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #ddd;overflow-y:auto;padding:1rem;width:280px}.sidebar-section{border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:1.5rem}.sidebar-section:last-child{border-bottom:none}.sidebar-section h2,.sidebar-section h3{color:#2c3e50;font-size:1rem;margin-bottom:.75rem}.main-content{align-items:center;background:#ecf0f1;display:flex;flex:1 1;justify-content:center;overflow:auto}.main-content.full-width{padding:2rem}.welcome-screen{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;text-align:center}.welcome-screen h2{color:#2c3e50;margin-bottom:1rem}.welcome-screen p{color:#7f8c8d;margin-bottom:1.5rem}.editor-container{align-items:center;display:flex;height:100%;justify-content:center;padding:2rem;width:100%}.canvas-stack{background:#fff;box-shadow:0 4px 12px #0003}.canvas-stack,.pdf-viewer{position:relative}.pdf-controls{align-items:center;background:#34495e;color:#fff;display:flex;gap:.5rem;justify-content:center;padding:.75rem}.pdf-controls button{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.pdf-controls button:hover:not(:disabled){background:#2980b9}.pdf-controls button:disabled{background:#7f8c8d;cursor:not-allowed}.page-info,.zoom-info{font-size:.9rem;padding:0 .5rem}.pdf-canvas-container{display:inline-block;position:relative}.pdf-canvas{display:block}.annotation-canvas-container{left:0;pointer-events:all;position:absolute;top:0}.annotation-canvas{cursor:crosshair}.toolbar h3{margin-bottom:.75rem}.tool-buttons{display:flex;flex-direction:column;gap:.5rem}.tool-button{align-items:center;background:#ecf0f1;border:2px solid #0000;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.75rem;transition:all .3s}.tool-button:hover{background:#d5dbdb}.tool-button.active{background:#3498db;border-color:#2980b9;color:#fff}.tool-icon{font-size:1.2rem}.tool-label{font-size:.9rem}.color-picker-container h3{margin-bottom:.75rem}.color-preview-container{margin-bottom:.5rem}.color-preview{align-items:center;border:2px solid #ddd;border-radius:4px;cursor:pointer;display:flex;height:50px;justify-content:center;transition:border-color .3s;width:100%}.color-preview:hover{border-color:#3498db}.color-value{background:#ffffffe6;border-radius:3px;font-family:monospace;font-size:.85rem;padding:.25rem .5rem}.color-picker-dropdown{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;margin-top:.5rem;padding:1rem}.preset-colors{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(5,1fr);margin-top:1rem}.preset-color{border:1px solid #ddd;border-radius:3px;cursor:pointer;height:30px;transition:transform .2s;width:100%}.preset-color:hover{transform:scale(1.1)}.close-picker{background:#95a5a6;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem;width:100%}.close-picker:hover{background:#7f8c8d}.file-upload{margin-bottom:.5rem}.save-button,.upload-button,button.button{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:background .3s;width:100%}.save-button:hover:not(:disabled),.upload-button:hover,button.button:hover:not(:disabled){background:#2980b9}.save-button:disabled{background:#95a5a6;cursor:not-allowed}button.button.primary{background:#27ae60}button.button.primary:hover:not(:disabled){background:#229954}.merge-tool,.split-tool{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:800px;padding:2rem;width:100%}.merge-tool h2,.split-tool h2{color:#2c3e50;margin-bottom:1.5rem}.merge-controls,.split-controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.merge-controls label,.split-controls label{flex:1 1;min-width:200px}.file-list{border:1px solid #ddd;border-radius:4px;min-height:100px;padding:1rem}.empty-message{color:#95a5a6;padding:2rem;text-align:center}.file-item{align-items:center;background:#ecf0f1;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.file-item:last-child{margin-bottom:0}.file-name{flex:1 1;font-weight:500}.file-size{color:#7f8c8d;font-size:.9rem;margin-left:.5rem}.remove-button{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:1rem;padding:.5rem 1rem}.remove-button:hover{background:#c0392b}.file-info{background:#ecf0f1;border-radius:4px;padding:1rem;width:100%}.file-info p{margin-bottom:.5rem}.file-info p:last-child{margin-bottom:0}.range-input-container{margin-top:1.5rem}.range-input-container label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.range-input{border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.range-input:focus{border-color:#3498db;outline:none}.help-text{background:#ecf0f1;border-radius:4px;margin-top:2rem;padding:1rem}.help-text h3{color:#2c3e50;font-size:1rem;margin-bottom:.75rem}.help-text ul{margin-left:1.5rem}.help-text li{color:#555;margin-bottom:.5rem}.app-footer{background:#34495e;font-size:.9rem;text-align:center}.app-footer,.loading{color:#fff;padding:1rem 2rem}.loading{background:#000c;border-radius:4px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}
/*# sourceMappingURL=main.fbd3ec8b.css.map*/