.ant-table-wrapper .ant-table{border-radius:8px}.ant-table-wrapper .ant-table-tbody>tr:last-child>td:first-child{border-bottom-left-radius:8px}.ant-table-wrapper .ant-table-tbody>tr:last-child>td:last-child{border-bottom-right-radius:8px}.ant-pagination{display:flex;align-items:center}.ant-table-pagination.ant-pagination{border-radius:0 0 8px 8px}.ant-pagination-total-text{margin-right:auto!important;font-size:14px!important;margin-inline-end:auto!important}.ant-col{height:100%}html[data-theme=dark] .ant-table-filter-dropdown{background-color:#000}@media screen and (max-width: 992px){button.ant-btn[style*="position: fixed"][style*="z-index: 999"]{top:10px!important}}.custom-chat-container{width:var(--width, 400px);height:var(--height, 600px);max-width:var(--max-width, 90vw);min-width:var(--min-width, 300px);background:var(--background, #ffffff);border-radius:16px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;border:1px solid var(--border-color, #e0e0e0);--primary-color: #007bff;--primary-hover: #0056b3;--background: #ffffff;--text-color: #333333;--border-color: #e0e0e0;--shadow: 0 8px 32px rgba(0, 0, 0, .12)}.chat-header{background:var(--primary-color);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-radius:16px 16px 0 0;min-height:60px}.header-info{display:flex;align-items:center;gap:12px;flex:1}.header-icon{font-size:20px;line-height:1}.header-title{font-size:16px;font-weight:600;margin:0}.header-status{display:flex;align-items:center;gap:8px;font-size:14px}.status-indicator{width:8px;height:8px;border-radius:50%;background:#4caf50;animation:blink 2s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.status-text{font-size:12px;opacity:.9}.chat-box{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa;display:flex;flex-direction:column;gap:12px}.chat-box::-webkit-scrollbar{width:6px}.chat-box::-webkit-scrollbar-track{background:transparent}.chat-box::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.chat-box::-webkit-scrollbar-thumb:hover{background:#0000004d}.message{max-width:80%;padding:12px 16px;border-radius:18px;line-height:1.4;word-wrap:break-word;animation:messageSlide .3s ease-out}.user-message{background:var(--primary-color);color:#fff;align-self:flex-end;border-bottom-right-radius:4px;margin-left:auto}.ai-message{background:#fff;color:var(--text-color);align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000001a;border:1px solid var(--border-color)}.ai-message a{color:var(--primary-color);text-decoration:none}.ai-message a:hover{text-decoration:underline}.suggested-messages{padding:16px 20px;background:#fff;border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:8px}.suggestion{background:#f8f9fa;border:1px solid var(--border-color);border-radius:20px;padding:8px 16px;cursor:pointer;font-size:14px;color:var(--text-color);transition:all .2s ease;white-space:nowrap}.suggestion:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-1px)}.typing-indicator{padding:12px 20px;background:#fff;border-top:1px solid var(--border-color);font-style:italic;color:#666;font-size:14px;display:flex;align-items:center;gap:8px}.typing-indicator:after{content:"";width:20px;height:4px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--primary-color) 33%,transparent 33%,transparent 66%,var(--primary-color) 66%);animation:typing 1.5s infinite}@keyframes typing{0%{transform:translate(-100%)}to{transform:translate(100%)}}.session-warning{padding:12px 20px;background:#fff3cd;border-top:1px solid #ffeaa7;color:#856404;font-size:14px;text-align:center;animation:slideDown .3s ease-out}.session-warning.warning-red{background:#f8d7da;border-color:#f5c6cb;color:#721c24}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.input-container{padding:20px;background:#fff;border-top:1px solid var(--border-color);display:flex;gap:12px;align-items:center}.user-input{flex:1;padding:12px 16px;border:1px solid var(--border-color);border-radius:24px;font-size:14px;outline:none;transition:all .2s ease;background:#f8f9fa}.user-input:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #007bff1a}.user-input:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}.send-button,.session-control-btn{padding:12px 20px;background:var(--primary-color);color:#fff;border:none;border-radius:24px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;white-space:nowrap}.send-button:hover:not(:disabled),.session-control-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.send-button:disabled{background:#6c757d;cursor:not-allowed;transform:none}.session-control-btn{padding:12px;min-width:44px;font-size:16px}.error-message{padding:12px 20px;background:#f8d7da;border-top:1px solid #f5c6cb;color:#721c24;font-size:14px;text-align:center}@media (max-width: 480px){.custom-chat-container{width:100%!important;height:100vh!important;border-radius:0!important;max-width:none!important}.chat-header{border-radius:0!important}.suggested-messages{flex-direction:column}.suggestion{white-space:normal;text-align:center}}.chatbot-widget{position:fixed;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;--primary-color: #007bff;--secondary-color: #f23481;--primary-hover: #355EC9;--background: #ffffff;--text-color: #333333;--border-color: #e0e0e0;--shadow: 0 8px 32px rgba(0, 0, 0, .12)}.chatbot-widget.bottom-right{bottom:20px;right:20px}.chatbot-widget.bottom-left{bottom:20px;left:20px}.chatbot-widget.top-right{top:20px;right:20px}.chatbot-widget.top-left{top:20px;left:20px}.widget-toggle-btn{width:64px;height:64px;border-radius:50%;background:var(--secondary-color);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.widget-toggle-btn:hover{background:var(--primary-hover);transform:scale(1.05);box-shadow:0 12px 40px #00000026}.widget-toggle-btn:active{transform:scale(.95)}.widget-icon{font-size:24px;color:#fff;line-height:1}.unread-badge{position:absolute;top:-5px;right:-5px;background:#f44;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.widget-window{width:600px;height:720px;background:var(--background);border-radius:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color)}.widget-window.minimized{height:60px;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideDown{0%{height:600px}to{height:60px}}.widget-header{background:var(--primary-color);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;min-height:60px;box-sizing:border-box}.widget-header-content{display:flex;flex-direction:column;gap:4px}.widget-title{font-weight:600;font-size:16px;line-height:1.2}.widget-status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9}.status-indicator{width:8px;height:8px;border-radius:50%;background:#4caf50}.status-indicator.online{background:#4caf50;animation:blink 2s infinite}.status-indicator.offline{background:#f44336}.status-indicator.waiting{background:#ff9800;animation:pulse 2s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.5}}.widget-controls{display:flex;gap:8px}.widget-control-btn{width:32px;height:32px;border:none;background:#fff3;color:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:background .2s}.widget-control-btn:hover{background:#ffffff4d}.widget-control-btn.session-control{font-size:14px}.session-timer{font-size:10px;opacity:.8;margin-top:2px}.widget-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.widget-chat-box{flex:1;overflow-y:auto;padding:16px;background:#f8f9fa}.widget-message{margin:8px 0;padding:10px 14px;border-radius:12px;max-width:85%;word-wrap:break-word;line-height:1.4;animation:messageSlide .3s ease-out}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.widget-message.user-message{background:var(--primary-color);color:#fff;margin-left:auto;border-bottom-right-radius:4px}.widget-message.ai-message{background:#fff;color:var(--text-color);border:1px solid var(--border-color);border-bottom-left-radius:4px}.widget-message a{color:inherit;text-decoration:underline}.widget-message.user-message a{color:#ffffffe6}.widget-suggestions{padding:12px 16px;background:#f8f9fa;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:8px}.widget-suggestion{background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:8px 16px;cursor:pointer;font-size:14px;transition:all .2s;text-align:center}.widget-suggestion:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-1px)}.widget-typing{padding:12px 16px;background:#f8f9fa;display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.typing-dots{display:flex;gap:3px}.typing-dots span{width:6px;height:6px;background:#666;border-radius:50%;animation:typingDots 1.4s infinite ease-in-out}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typingDots{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.widget-session-warning{padding:8px 16px;font-size:12px;text-align:center;font-weight:500;animation:slideIn .3s ease-out}.widget-session-warning.warning-yellow{background:#fff3cde6;color:#856404;border-top:1px solid rgba(255,243,205,.9);border-bottom:1px solid rgba(255,243,205,.9)}.widget-session-warning.warning-red{background:#f8d7dae6;color:#721c24;border-top:1px solid rgba(248,215,218,.9);border-bottom:1px solid rgba(248,215,218,.9)}.widget-error{padding:8px 16px;background:#fee;color:#c33;font-size:12px;border-top:1px solid #fcc}.widget-session-controls{padding:12px 16px;background:#f8f9fa;border-top:1px solid var(--border-color);text-align:center}.widget-new-session-btn{background:var(--primary-color);color:#fff;border:none;border-radius:20px;padding:8px 16px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex;align-items:center;gap:6px}.widget-new-session-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.widget-input-area{padding:16px;background:#fff;border-top:1px solid var(--border-color)}.widget-input-container{display:flex;gap:8px;align-items:center}.widget-input{flex:1;border:1px solid var(--border-color);border-radius:20px;padding:10px 16px;font-size:14px;outline:none;transition:border-color .2s}.widget-input:focus{border-color:var(--primary-color)}.widget-input:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.widget-send-btn{width:40px;height:40px;border:none;background:var(--primary-color);color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s}.widget-send-btn:hover:not(:disabled){background:var(--primary-hover);transform:scale(1.05)}.widget-send-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.widget-file-btn{width:40px;height:40px;border:none;background:#6c757d;color:#fff;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s}.widget-file-btn:not(:disabled){background:var(--primary-color);color:#fff}.widget-file-btn:hover:not(:disabled){background:var(--primary-hover);transform:scale(1.05)}.widget-file-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.uploaded-files-preview{margin-bottom:12px;max-height:120px;overflow-y:auto}.uploaded-file-item{display:flex;align-items:center;gap:8px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:8px;margin-bottom:4px;position:relative}.file-thumbnail{width:40px;height:40px;object-fit:cover;border-radius:4px}.file-icon{width:40px;height:40px;background:#dee2e6;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:18px}.file-info{flex:1;min-width:0}.file-name{display:block;font-size:12px;font-weight:500;color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{display:block;font-size:10px;color:#6c757d}.upload-progress{width:100%;height:3px;background:#e9ecef;border-radius:2px;margin-top:4px;overflow:hidden}.progress-bar{height:100%;background:var(--primary-color);transition:width .2s}.remove-file-btn{width:24px;height:24px;border:none;background:#dc3545;color:#fff;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;margin-left:8px}.remove-file-btn:hover{background:#c82333}.widget-input-container.dragging{border:2px dashed var(--primary-color);background:#007bff1a;border-radius:8px}.drag-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#007bff1a;border:2px dashed var(--primary-color);border-radius:8px;display:flex;align-items:center;justify-content:center;z-index:1000}.drag-message{background:var(--primary-color);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}.message-files{margin-top:8px}.message-file{margin-bottom:8px}.message-image{border:1px solid #e9ecef;cursor:pointer;transition:transform .2s}.message-image:hover{transform:scale(1.02)}.message-document{display:flex;align-items:center;gap:8px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:8px 12px;max-width:250px}.document-icon{font-size:20px}.document-name{font-size:13px;font-weight:500;color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.document-size{font-size:11px;color:#6c757d}.widget-chat-box::-webkit-scrollbar{width:4px}.widget-chat-box::-webkit-scrollbar-track{background:transparent}.widget-chat-box::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.widget-chat-box::-webkit-scrollbar-thumb:hover{background:#999}@media (max-width: 480px){.widget-window{width:calc(100vw - 40px);height:calc(100vh - 40px);max-width:380px;max-height:600px}.chatbot-widget.bottom-right{bottom:10px;right:10px;left:auto}.chatbot-widget.bottom-left{bottom:10px;left:10px;right:auto}.chatbot-widget.top-right{top:10px;right:10px;left:auto}.chatbot-widget.top-left{top:10px;left:10px;right:auto}.uploaded-files-preview{max-height:80px}.uploaded-file-item{padding:6px}.file-thumbnail,.file-icon{width:32px;height:32px}.message-document{max-width:200px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.image-crop-container{max-width:1200px;margin:0 auto;padding:2rem;text-align:left}.controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1rem;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9}.remote-image-controls{margin-top:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:6px;background-color:#f8f9fa}.remote-image-controls label{font-weight:500;color:#495057;white-space:nowrap}.remote-image-controls input[type=url]{background-color:#fff;transition:border-color .2s}.remote-image-controls input[type=url]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.remote-image-controls button:hover:not(:disabled){background-color:#0056b3}.rotation-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.rotation-controls button{padding:.5rem 1rem;border:1px solid #007bff;background-color:#007bff;color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s;margin-right:.5rem}.rotation-controls button:hover:not(:disabled){background-color:#0056b3}.rotation-controls button:disabled{background-color:#ccc;border-color:#ccc;cursor:not-allowed}.crop-controls{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.crop-controls button{padding:.5rem 1rem;border:1px solid #6c757d;background-color:#6c757d;color:#fff;border-radius:4px;cursor:pointer;transition:all .2s;font-weight:500}.crop-controls button:hover:not(:disabled){opacity:.9}.crop-controls button:disabled{background-color:#ccc;border-color:#ccc;cursor:not-allowed}.aspect-controls{display:flex;align-items:center;gap:1rem}.aspect-controls select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.aspect-controls label{font-weight:700}.aspect-controls select{padding:.5rem;border:1px solid #ddd;border-radius:4px}.scale-controls{display:flex;align-items:center;gap:1rem}.scale-controls label{font-weight:700}.scale-controls input[type=range]{flex:1;max-width:200px}.container-info{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:#666}.crop-section{margin-bottom:2rem;display:flex;justify-content:center;position:relative;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.crop-section:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:linear-gradient(45deg,#007bff,#28a745);border-radius:12px;z-index:-1;opacity:.1}.crop-section[data-testid=crop-container]{position:relative;border:3px solid #007bff;background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:inset 0 2px 4px #0000001a,0 4px 12px #007bff26;overflow:hidden}.crop-section[data-testid=crop-container]:after{content:"Main Container: 800×800px";position:absolute;top:8px;left:8px;background:#007bffe6;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500;z-index:10;pointer-events:none}.sub-container{border-radius:4px;box-shadow:0 2px 8px #0000001a}.sub-container .ReactCrop{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.preview-section{text-align:center;padding:1rem;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9}.preview-section h3{margin-bottom:1rem}.preview-section button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.preview-section button:hover{opacity:.9}.preview-section button:not(:first-child){margin-left:1rem}input[type=file]{padding:.5rem;border:1px solid #ddd;border-radius:4px;background-color:#fff}@media (max-width: 768px){.image-crop-container{padding:1rem}.rotation-controls{flex-direction:column;align-items:stretch}.rotation-controls button{margin-bottom:.5rem}.crop-section{max-width:100%;overflow:auto}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
