.app{display:flex;flex-direction:column;height:100vh;background-color:#1e1e1e;color:#ccc}.app-content{display:flex;flex:1;overflow:hidden}.sidebar{width:320px;background-color:#252526;border-right:1px solid #3e3e42;display:flex;flex-direction:column;overflow-y:auto}.sidebar-section{padding:16px;border-bottom:1px solid #3e3e42}.sidebar-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:600;color:#ccc;text-transform:uppercase;letter-spacing:.5px}.algorithm-list{display:flex;flex-direction:column;gap:4px}.algorithm-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:4px;cursor:pointer;transition:background-color .15s;-webkit-user-select:none;user-select:none}.algorithm-item:hover{background-color:#2a2d2e}.algorithm-item.active{background-color:#094771;color:#fff}.algorithm-info{flex:1}.algorithm-name{font-size:13px;font-weight:500;margin-bottom:2px}.algorithm-category{font-size:11px;opacity:.7}.settings-list{display:flex;flex-direction:column;gap:16px}.setting-item{display:flex;flex-direction:column;gap:8px}.setting-item label{font-size:12px;color:#ccc;font-weight:500;display:flex;align-items:center;gap:6px}.info-icon{display:inline-flex;align-items:center;justify-content:center;color:#858585;cursor:help;transition:color .15s}.info-icon:hover{color:#0e639c}.setting-item input[type=range]{width:100%;height:4px;background:#3e3e42;outline:none;border-radius:2px}.setting-item input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#0e639c;cursor:pointer;border-radius:50%}.setting-item input[type=range]::-moz-range-thumb{width:14px;height:14px;background:#0e639c;cursor:pointer;border-radius:50%;border:none}.setting-item input[type=color]{width:100%;height:32px;border:1px solid #3e3e42;background-color:#1e1e1e;cursor:pointer;border-radius:2px}.setting-item input[type=checkbox]{width:16px;height:16px;cursor:pointer}.setting-item select{width:100%;padding:6px 8px;background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42;border-radius:2px;font-size:13px;font-family:inherit;cursor:pointer}.setting-item select:focus{outline:1px solid #0e639c}.setting-item input:disabled,.setting-item select:disabled{opacity:.5;cursor:not-allowed}.open-stack-btn{display:flex;align-items:center;gap:4px;margin-left:auto;padding:4px 8px;background-color:#0e639c;color:#fff;border:none;border-radius:3px;font-size:11px;font-weight:500;cursor:pointer;transition:background-color .15s}.open-stack-btn:hover{background-color:#17b}.algorithm-item{position:relative}.algorithm-item.in-stack{border-left:2px solid #0e639c}.add-to-stack-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background-color:transparent;color:#858585;border:1px solid #3e3e42;border-radius:3px;cursor:pointer;opacity:0;transition:all .15s}.algorithm-item:hover .add-to-stack-btn{opacity:1}.add-to-stack-btn:hover:not(:disabled){background-color:#0e639c;border-color:#0e639c;color:#fff}.add-to-stack-btn:disabled{cursor:not-allowed}.in-stack-badge{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#0e639c;color:#fff;border-radius:50%}.sidebar-process-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;margin-top:16px;background-color:#0e639c;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .15s}.sidebar-process-btn:hover:not(:disabled){background-color:#17b}.sidebar-process-btn:disabled{opacity:.5;cursor:not-allowed}.preset-info{font-size:11px;color:#858585;padding:8px 12px;background-color:#1e1e1e;border-radius:3px;border-left:2px solid #0e639c;margin-top:8px}.canvas-container{flex:1;background-color:#1e1e1e;display:flex;flex-direction:column;overflow:hidden;position:relative}.canvas-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;transition:background-color .2s}.canvas-wrapper.drag-over{background-color:#3498db1a;outline:2px dashed var(--primary);outline-offset:-12px}.canvas-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.placeholder-content{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.placeholder-text{font-size:18px;color:#858585;font-weight:500}.placeholder-hint{font-size:13px;color:#6a6a6a}.drag-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;pointer-events:none}.drag-overlay-content{background:var(--primary);color:#fff;padding:24px 48px;border-radius:12px;font-size:20px;font-weight:600;box-shadow:0 8px 32px #0000004d}.drag-overlay-text{display:flex;align-items:center;gap:12px}.canvas-wrapper.drag-over .placeholder-text{color:var(--primary);font-weight:600}.canvas-wrapper.drag-over .placeholder-hint{color:var(--primary)}.image-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;width:100%;max-width:1600px;height:100%;min-height:0}.image-panel{display:flex;flex-direction:column;gap:12px;min-height:0;overflow:hidden}.panel-label{font-size:13px;font-weight:600;color:#ccc;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.panel-controls{display:flex;align-items:center;gap:4px}.control-btn-small{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42;border-radius:2px;cursor:pointer;transition:background-color .15s}.control-btn-small:hover{background-color:#505050}.control-btn-small.active{background-color:#0e639c;border-color:#0e639c;color:#fff}.color-picker-wrapper{position:relative;display:flex}.hidden-color-picker{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.panel-divider{width:1px;height:16px;background-color:#3e3e42;margin:0 4px}.zoom-level-small{font-size:11px;color:#ccc;min-width:42px;text-align:center}.image-viewport{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:4px;border:1px solid #3e3e42;background-color:#2d2d30;min-height:0;cursor:default}.preview-image{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;transition:transform .1s ease-out;pointer-events:none}.checkerboard{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(45deg,#2a2a2a 25%,transparent 25%),linear-gradient(-45deg,#2a2a2a 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#2a2a2a 75%),linear-gradient(-45deg,transparent 75%,#2a2a2a 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;pointer-events:none;z-index:0}.solid-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.image-viewport>img,.image-viewport>.selection-canvas-container{position:relative;z-index:1}.no-preview{display:flex;align-items:center;justify-content:center;min-height:400px}.process-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background-color:#0e639c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;font-family:inherit;transition:background-color .15s}.process-btn:hover:not(:disabled){background-color:#17b}.process-btn:disabled{opacity:.6;cursor:not-allowed}.divider{width:1px;background-color:#3e3e42;align-self:stretch}.processing-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background-color:#1e1e1ebf;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.spinner{width:48px;height:48px;border:4px solid #3e3e42;border-top-color:#0e639c;border-radius:50%;animation:spin-canvas .8s linear infinite}@keyframes spin-canvas{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-text{font-size:14px;font-weight:500;color:#ccc;letter-spacing:.5px}.context-menu-window{background-color:#252526e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #3e3e42;border-radius:8px;box-shadow:0 8px 32px #0009;min-width:280px;max-width:320px;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;max-height:80vh}.context-menu-header-bar{display:flex;align-items:center;gap:8px;padding:10px 12px;background:linear-gradient(135deg,#2d2d30,#252526);border-bottom:1px solid #3e3e42;border-radius:8px 8px 0 0;-webkit-user-select:none;user-select:none}.context-menu-header-bar span{flex:1;font-size:12px;font-weight:600;color:#ccc;letter-spacing:.3px;cursor:move}.context-menu-header-bar .lucide-grip-vertical{cursor:move}.context-menu-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:all .15s;flex-shrink:0}.context-menu-action-btn:disabled{opacity:.4;cursor:not-allowed}.spinner-icon{animation:spin-context .8s linear infinite}@keyframes spin-context{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.apply-btn{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.apply-btn:hover:not(:disabled){background:linear-gradient(135deg,#a569c7,#9f55be);transform:translateY(-1px);box-shadow:0 2px 8px #9b59b666}.process-btn{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.process-btn:hover:not(:disabled){background:linear-gradient(135deg,#a569c7,#9f55be);transform:translateY(-1px);box-shadow:0 2px 8px #9b59b666}.reprocess-btn{background:linear-gradient(135deg,#3498db,#2980b9)}.reprocess-btn:hover:not(:disabled){background:linear-gradient(135deg,#5dade2,#3498db);transform:translateY(-1px);box-shadow:0 2px 8px #3498db66}.context-menu-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:3px;color:#858585;cursor:pointer;transition:all .15s}.context-menu-close:hover{background-color:#e74c3c;color:#fff}.context-menu-content{padding:8px;overflow-y:auto;max-height:calc(80vh - 50px)}.context-menu-content::-webkit-scrollbar{width:8px}.context-menu-content::-webkit-scrollbar-track{background:#1e1e1e;border-radius:0 0 8px}.context-menu-content::-webkit-scrollbar-thumb{background:#3e3e42;border-radius:4px}.context-menu-content::-webkit-scrollbar-thumb:hover{background:#505050}.context-menu-header{font-size:11px;font-weight:600;color:#858585;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px 6px;border-bottom:1px solid #3e3e42;margin-bottom:8px}.context-menu-section-header{font-size:11px;font-weight:600;color:#4ec9b0;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px 4px;margin-top:4px}.context-menu-item{padding:8px 12px;border-radius:4px;transition:background-color .15s}.context-menu-item:hover{background-color:#ffffff0d}.context-menu-item label{display:block;font-size:12px;font-weight:500;color:#ccc;cursor:pointer}.context-menu-item input[type=checkbox]{cursor:pointer;width:16px;height:16px}.context-menu-item input[type=range]{width:100%;height:4px;background:#3c3c3c;border-radius:2px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:8px}.context-menu-item input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#0e639c;border-radius:50%;cursor:pointer;transition:background .15s}.context-menu-item input[type=range]::-webkit-slider-thumb:hover{background:#17b}.context-menu-item input[type=range]::-moz-range-thumb{width:14px;height:14px;background:#0e639c;border:none;border-radius:50%;cursor:pointer;transition:background .15s}.context-menu-item input[type=range]::-moz-range-thumb:hover{background:#17b}.context-menu-divider{height:1px;background-color:#3e3e42;margin:8px 0}.context-menu-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 12px;background-color:#0e639c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;font-family:inherit;transition:background-color .15s;margin-top:4px}.context-menu-button:hover:not(:disabled){background-color:#17b}.context-menu-button:disabled{opacity:.5;cursor:not-allowed}.selection-canvas-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}.selection-canvas-container.active{pointer-events:auto}.selection-canvas-container:not(.active){display:none}.selection-canvas{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center}.selection-canvas-container.active .selection-canvas{cursor:crosshair}.selection-canvas.remove-cursor{cursor:crosshair!important}.selection-canvas.magic-cursor{cursor:pointer!important}.brush-cursor{position:fixed;border:1px solid #e74c3c;border-radius:50%;pointer-events:none;opacity:.9;z-index:10000;box-shadow:0 0 0 1px #0003}.brush-cursor:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:2px;background:#e74c3c;border-radius:50%;transform:translate(-50%,-50%);opacity:.8}.help-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px}.help-modal-content{background-color:#1e1e1e;border:1px solid #3e3e42;border-radius:8px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #000000b3}.help-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background-color:#2d2d30;border-bottom:1px solid #3e3e42;border-radius:8px 8px 0 0}.help-header h1{margin:0;font-size:22px;font-weight:600;color:#ccc}.help-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:4px;color:#ccc;cursor:pointer;transition:all .15s}.help-close-btn:hover{background-color:#e74c3c;color:#fff}.help-body{padding:24px;overflow-y:auto;flex:1}.help-section{margin-bottom:32px}.help-section h2{display:flex;align-items:center;gap:10px;margin:0 0 16px;font-size:20px;font-weight:600;color:#0e639c;border-bottom:2px solid #3e3e42;padding-bottom:8px}.help-section h3{margin:16px 0 8px;font-size:16px;font-weight:600;color:#ccc;display:flex;align-items:center;gap:8px}.help-section p{margin:8px 0;line-height:1.6;color:#b4b4b4;font-size:14px}.help-section ul,.help-section ol{margin:8px 0;padding-left:24px;color:#b4b4b4}.help-section li{margin:6px 0;line-height:1.5;font-size:14px}.help-section strong{color:#ccc;font-weight:600}.algorithm-card,.tool-card{background-color:#252526;border:1px solid #3e3e42;border-radius:6px;padding:16px;margin:12px 0}.algorithm-card h3,.tool-card h3{margin:0 0 8px;font-size:16px;color:#4ec9b0}.algorithm-card p,.tool-card p{margin:6px 0;font-size:14px}.algorithm-card ul{margin:8px 0 0;padding-left:20px}.repo-link{margin:8px 0!important;padding:8px 12px;background-color:#1e1e1e;border-left:3px solid #4ec9b0;border-radius:3px;font-size:13px!important}.repo-link a{color:#4ec9b0;text-decoration:none;font-weight:500;transition:color .15s}.repo-link a:hover{color:#6fd9c0;text-decoration:underline}.tech-info{background-color:#252526;border-left:3px solid #0e639c;padding:16px;border-radius:4px}.tech-info p{margin:6px 0;font-family:Consolas,Monaco,monospace;font-size:13px}.tech-info a{color:#4ec9b0;text-decoration:none;transition:color .15s}.tech-info a:hover{color:#6fd9c0;text-decoration:underline}.donate-info{background-color:#252526;border:1px solid #3e3e42;border-radius:6px;padding:16px;margin:12px 0}.donate-info p{margin:0 0 8px;color:#ccc;font-weight:600}.contact-info{background-color:#252526;border:1px solid #3e3e42;border-left:3px solid #3498db;border-radius:6px;padding:16px;margin:16px 0 0}.contact-info p{margin:0 0 8px;color:#ccc;font-size:13px}.contact-info p:last-child{margin-bottom:0}.contact-info a{color:#3498db;text-decoration:none;font-family:Consolas,Monaco,monospace;font-size:12px;transition:color .15s}.contact-info a:hover{color:#5dade2;text-decoration:underline}.btc-address{display:block;padding:12px;background-color:#1e1e1e;border:1px solid #3e3e42;border-radius:4px;color:#4ec9b0;font-family:Consolas,Monaco,monospace;font-size:12px;word-break:break-all;-webkit-user-select:all;user-select:all}.help-footer{margin-top:32px;padding-top:16px;border-top:1px solid #3e3e42;text-align:center}.help-footer p{margin:4px 0;font-size:13px;color:#858585}.help-footer a{color:#3498db;text-decoration:none;transition:color .15s}.help-footer a:hover{color:#5dade2;text-decoration:underline}.help-body::-webkit-scrollbar{width:12px}.help-body::-webkit-scrollbar-track{background:#1e1e1e}.help-body::-webkit-scrollbar-thumb{background:#3e3e42;border-radius:6px}.help-body::-webkit-scrollbar-thumb:hover{background:#505050}.toolbar{display:flex;align-items:center;justify-content:space-between;height:48px;background-color:#2d2d30;border-bottom:1px solid #3e3e42;padding:0 16px;gap:16px}.toolbar-left{display:flex;align-items:center;gap:12px}.toolbar-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#ccc}.toolbar-center{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.toolbar-right{display:flex;align-items:center;gap:12px}.toolbar-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#0e639c;color:#fff;border:none;border-radius:2px;cursor:pointer;font-size:13px;font-family:inherit;transition:background-color .15s}.toolbar-btn:hover:not(:disabled){background-color:#17b}.toolbar-btn.active{background-color:#16825d}.toolbar-btn.active:hover:not(:disabled){background-color:#1a9970}.toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.toolbar-divider{width:1px;height:24px;background-color:#3e3e42;margin:0 4px}.toolbar-checkbox{display:flex;align-items:center;gap:6px;padding:4px 8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;color:#ccc}.toolbar-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.toolbar-checkbox input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.toolbar-version{font-size:12px;color:#858585}.help-btn{background-color:#9b59b6}.help-btn:hover:not(:disabled){background-color:#8e44ad}.donate-btn{background-color:#e74c3c}.donate-btn:hover:not(:disabled){background-color:#c0392b}.donate-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.donate-content{background-color:#2d2d30;border:1px solid #3e3e42;border-radius:8px;padding:24px;max-width:500px;width:90%;box-shadow:0 8px 32px #00000080}.donate-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#e74c3c}.donate-header h3{margin:0;font-size:18px;font-weight:600;color:#ccc}.donate-content p{margin:0 0 8px;color:#ccc;font-size:13px}.bitcoin-address-container{display:flex;gap:8px;margin-bottom:16px}.bitcoin-address{flex:1;padding:12px;background-color:#1e1e1e;border:1px solid #3e3e42;border-radius:4px;color:#4ec9b0;font-family:Consolas,Monaco,monospace;font-size:13px;word-break:break-all;-webkit-user-select:all;user-select:all}.copy-btn{padding:12px 20px;background-color:#0e639c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:background-color .15s}.copy-btn:hover{background-color:#17b}.close-donate{width:100%;padding:10px;background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:background-color .15s}.close-donate:hover{background-color:#505050}.status-bar{display:flex;align-items:center;justify-content:space-between;height:24px;background-color:#007acc;color:#fff;padding:0 12px;font-size:12px}.status-left,.status-processing{display:flex;align-items:center;gap:8px}.progress-bar-container{width:150px;height:8px;background-color:#fff3;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:4px;transition:width .3s ease;box-shadow:0 0 6px #4caf5080}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-right{display:flex;align-items:center;gap:16px}.status-info{opacity:.9}.algorithm-stack-window{position:fixed;z-index:1000;min-width:320px;max-width:400px;background-color:#252526;border:1px solid #3e3e42;border-radius:6px;box-shadow:0 8px 32px #00000080;display:flex;flex-direction:column;max-height:70vh;-webkit-user-select:none;user-select:none}.algorithm-stack-window.dragging{opacity:.9;cursor:grabbing}.window-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background-color:#2d2d30;border-bottom:1px solid #3e3e42;border-radius:6px 6px 0 0;cursor:grab}.window-header:active{cursor:grabbing}.window-title{display:flex;align-items:center;gap:8px;color:#ccc;font-size:13px;font-weight:600}.window-title .layer-count{color:#858585;font-weight:400;font-size:11px}.window-close{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:transparent;border:none;color:#858585;border-radius:3px;cursor:pointer;transition:all .15s}.window-close:hover{background-color:#f14c4c;color:#fff}.window-toolbar{display:flex;gap:6px;padding:10px 12px;background-color:#2d2d30;border-bottom:1px solid #3e3e42}.stack-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42;border-radius:4px;font-size:12px;font-family:inherit;cursor:pointer;transition:all .15s}.stack-btn:hover:not(:disabled){background-color:#4a4a4a}.stack-btn.primary{background-color:#0e639c;border-color:#0e639c;color:#fff}.stack-btn.primary:hover:not(:disabled){background-color:#17b}.stack-btn:disabled{opacity:.5;cursor:not-allowed}.window-content{flex:1;overflow-y:auto;padding:8px;min-height:150px;max-height:400px}.empty-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;color:#858585;text-align:center}.empty-stack p{margin:0;font-size:14px;color:#ccc}.empty-stack span{font-size:12px;color:#6a6a6a}.layers-list{display:flex;flex-direction:column;gap:6px}.stack-layer{background-color:#2d2d30;border:1px solid #3e3e42;border-radius:4px;overflow:hidden;transition:all .15s}.stack-layer:hover{border-color:#4a4a4a}.stack-layer.disabled{opacity:.5}.stack-layer.dragging{opacity:.5;transform:scale(.98)}.layer-header{display:flex;align-items:center;gap:6px;padding:8px 10px;cursor:grab}.layer-header:active{cursor:grabbing}.layer-drag{color:#585858;display:flex}.layer-expand{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;background:transparent;border:none;color:#858585;cursor:pointer;border-radius:3px}.layer-expand:hover{background-color:#3e3e42;color:#ccc}.layer-order{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 4px;background-color:#0e639c;color:#fff;font-size:10px;font-weight:600;border-radius:3px}.layer-info{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.layer-icon{font-size:14px}.layer-name{font-size:12px;color:#ccc;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-controls{display:flex;gap:4px}.layer-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background-color:transparent;border:1px solid #3e3e42;color:#ccc;border-radius:3px;cursor:pointer;transition:all .15s}.layer-btn:hover:not(:disabled){background-color:#3e3e42}.layer-btn.off{color:#858585}.layer-btn.danger:hover:not(:disabled){background-color:#f14c4c;border-color:#f14c4c;color:#fff}.layer-btn:disabled{opacity:.5;cursor:not-allowed}.layer-settings{display:flex;flex-direction:column;gap:8px;padding:10px 12px;background-color:#1e1e1e;border-top:1px solid #3e3e42}.layer-setting{display:flex;flex-direction:column;gap:4px}.layer-setting label{font-size:11px;color:#858585;text-transform:uppercase;letter-spacing:.3px}.layer-setting input[type=range]{flex:1;height:4px;background-color:#3c3c3c;border-radius:2px;cursor:pointer}.layer-setting input[type=checkbox]{width:16px;height:16px;cursor:pointer}.layer-setting input[type=color]{width:100%;height:28px;padding:2px;background-color:#3c3c3c;border:1px solid #3e3e42;border-radius:3px;cursor:pointer}.layer-setting select{width:100%;padding:6px 8px;background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42;border-radius:3px;font-size:12px;font-family:inherit;cursor:pointer}.setting-range{display:flex;align-items:center;gap:8px}.setting-range input{flex:1}.range-value{min-width:30px;font-size:11px;color:#ccc;text-align:right}.window-footer{padding:8px 12px;background-color:#2d2d30;border-top:1px solid #3e3e42;border-radius:0 0 6px 6px}.process-order{font-size:10px;color:#6a6a6a;font-style:italic}.remove-tool-window{position:fixed;background-color:#252526b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #3e3e42;border-radius:8px;box-shadow:0 8px 32px #0006;z-index:1000;min-width:280px;max-width:320px;-webkit-user-select:none;user-select:none}.window-header{display:flex;align-items:center;gap:8px;padding:10px 12px;background-color:#2d2d30;border-bottom:1px solid #3e3e42;border-radius:8px 8px 0 0;cursor:move}.drag-handle{color:#6a6a6a;flex-shrink:0}.window-title{display:flex;align-items:center;gap:6px;flex:1;font-size:13px;font-weight:600;color:#ccc}.window-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;border-radius:4px;color:#ccc;cursor:pointer;transition:all .15s;flex-shrink:0}.window-close:hover{background-color:#e74c3c;color:#fff}.window-content{padding:16px;display:flex;flex-direction:column;gap:16px}.tool-mode-selector label{display:block;font-size:12px;font-weight:600;color:#ccc;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mode-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42;border-radius:4px;cursor:pointer;transition:all .15s;font-size:11px;font-family:inherit;-webkit-user-select:none;user-select:none}.mode-btn:hover{background-color:#505050;border-color:#0e639c}.mode-btn.active{background-color:#0e639c;border-color:#0e639c;color:#fff}.tool-type-selector label{display:block;font-size:12px;font-weight:600;color:#ccc;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.tool-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tool-type-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42;border-radius:4px;cursor:pointer;transition:all .15s;font-size:11px;font-family:inherit}.tool-type-btn:hover{background-color:#505050;border-color:#0e639c}.tool-type-btn.active{background-color:#0e639c;border-color:#0e639c;color:#fff}.size-control label{display:block;font-size:12px;font-weight:500;color:#ccc;margin-bottom:8px}.size-slider input[type=range]{width:100%;height:4px;background:#3c3c3c;border-radius:2px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.size-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#0e639c;border-radius:50%;cursor:pointer;transition:background .15s}.size-slider input[type=range]::-webkit-slider-thumb:hover{background:#17b}.size-slider input[type=range]::-moz-range-thumb{width:14px;height:14px;background:#0e639c;border:none;border-radius:50%;cursor:pointer;transition:background .15s}.size-slider input[type=range]::-moz-range-thumb:hover{background:#17b}.remove-actions{display:flex;flex-direction:column;gap:8px}.history-controls{display:flex;gap:6px}.remove-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42;border-radius:4px;cursor:pointer;font-size:12px;font-family:inherit;font-weight:500;transition:all .15s;flex:1}.remove-btn:hover:not(:disabled){background-color:#505050;border-color:#0e639c}.remove-btn:disabled{opacity:.4;cursor:not-allowed}.remove-btn.small{min-width:36px;padding:8px}.remove-btn.danger:hover:not(:disabled){background-color:#e74c3c;border-color:#e74c3c;color:#fff}.remove-info{display:flex;flex-direction:column;gap:6px;padding:10px;background-color:#2d2d30;border-radius:4px;border:1px solid #3e3e42}.info-item{display:flex;align-items:center;gap:8px;font-size:11px;color:#9e9e9e}.info-icon{font-size:8px;line-height:1}.info-text{line-height:1.4}.cookie-consent-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10002;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .3s ease-out;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-consent-box{background-color:#1e1e1e;border:2px solid #3e3e42;border-radius:12px;padding:32px;max-width:600px;width:100%;box-shadow:0 12px 48px #000c;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#858585;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:all .15s}.cookie-close-btn:hover{background-color:#3e3e42;color:#ccc}.cookie-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:50%;margin:0 auto 20px;color:#fff}.cookie-consent-box h2{margin:0 0 20px;font-size:22px;font-weight:600;color:#ccc;text-align:center}.cookie-content{margin-bottom:24px;color:#b4b4b4}.cookie-content p{margin:0 0 16px;line-height:1.6;font-size:14px}.cookie-content strong{color:#ccc;font-weight:600}.cookie-content ul{margin:12px 0;padding-left:0;list-style:none}.cookie-content ul li{margin:10px 0;padding-left:0;line-height:1.5;font-size:14px}.cookie-content ul ul{margin:8px 0 8px 24px;padding-left:20px;list-style:disc}.cookie-content ul ul li{margin:4px 0;font-size:13px;color:#999}.cookie-note{margin:16px 0 0!important;padding:12px;background-color:#252526;border-left:3px solid #f39c12;border-radius:4px;font-size:13px;color:#b4b4b4}.cookie-highlight{margin:16px 0 0!important;padding:16px;background:linear-gradient(135deg,#27ae6026,#2ecc711a);border:1px solid rgba(39,174,96,.3);border-left:4px solid #27ae60;border-radius:6px;font-size:13px;color:#b4b4b4}.cookie-highlight strong{color:#27ae60;font-weight:700}.cookie-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cookie-accept-btn,.cookie-decline-btn{padding:12px 32px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.cookie-accept-btn{background:linear-gradient(135deg,#27ae60,#229954);color:#fff;box-shadow:0 4px 12px #27ae604d}.cookie-accept-btn:hover{background:linear-gradient(135deg,#2ecc71,#27ae60);box-shadow:0 6px 16px #27ae6066;transform:translateY(-1px)}.cookie-decline-btn{background-color:#3c3c3c;color:#ccc;border:1px solid #3e3e42}.cookie-decline-btn:hover{background-color:#505050;color:#fff}@media (max-width: 640px){.cookie-consent-box{padding:24px;max-width:100%}.cookie-consent-box h2{font-size:18px}.cookie-content p,.cookie-content ul li{font-size:13px}.cookie-actions{flex-direction:column}.cookie-accept-btn,.cookie-decline-btn{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1e1e1e;color:#ccc;overflow:hidden}code{font-family:Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#424242;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#4e4e4e}
