:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100%;height:100vh;color-scheme:light dark;color:#000;background-color:#eceaff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#9f2c2c;cursor:pointer;transition:border-color .25s}.well{border:1px solid #ccc;border-radius:8px;width:60px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9f9f9;font-size:12px;cursor:pointer;transition:all .2s ease-in-out;background-color:#eceaff;margin:1px}.well:hover{transform:scale(1.05);box-shadow:0 0 10px #0000001a}.well-id{font-weight:700;font-size:14px;color:#333}.well-reagent{color:#555}.well-concentration{color:#777}.well.selected{border-color:#8061e1;background-color:#c6b2ff;transform:scale(1.1);box-shadow:0 0 15px #8061e1}.plate-wrapper{position:relative;display:inline-block;margin-left:0;margin-right:auto;margin-bottom:50px}.plate-container{display:grid;gap:40px;padding:40px;background:transparent;position:relative}.grid-line{position:absolute;background-color:#d1d5db;pointer-events:none;z-index:0}.grid-line.horizontal{height:1px}.grid-line.vertical{width:1px}.plate-container>*{min-width:60px;aspect-ratio:1;position:relative;z-index:10}@media (max-width: 768px){.plate-container>*{min-width:40px}}.well-editor-panel{position:fixed;right:0;top:0;bottom:0;width:400px;background:#fff;border-left:1px solid #e9ecef;box-shadow:-2px 0 8px #0000001a;z-index:1000;display:flex;flex-direction:column;transform:translate(0);transition:transform .3s ease;overflow:hidden}.well-editor-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.well-editor-header h3{margin:0;font-size:1.25rem;color:#333;display:flex;align-items:center;gap:10px}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-button:hover{background:#e9ecef;color:#333}.well-editor-content{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.input-group label{font-weight:500;color:#555;font-size:20px;text-align:left}.input-group input{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:18px;transition:border-color .2s ease;text-align:left}.input-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.input-group input::placeholder{color:#999;font-size:16px}.status-indicator{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px}.status-empty{background-color:#e9ecef}.status-filled{background-color:#28a745}.metadata-section{margin-top:20px;padding-top:20px;text-align:left}.metadata-section h4{margin:0 0 15px;font-size:18px;color:#555;font-weight:600;text-align:left}.metadata-table{width:100%;border-collapse:collapse;margin-bottom:20px;font-size:16px}.metadata-table td{padding:8px 12px;border-bottom:1px solid #e9ecef;text-align:left}.metadata-key{font-weight:500;color:#666;background-color:#f8f9fa;width:40%;text-transform:capitalize}.metadata-value{color:#333;word-wrap:break-word}.explanation-section{margin-top:20px;text-align:left}.explanation-section h5{margin:0 0 10px;font-size:16px;color:#555;font-weight:600;text-align:left}.explanation-text{background:#f8f9fa;padding:15px;border-radius:6px;font-size:16px;line-height:1.5;color:#333;text-align:left;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;overflow-x:hidden;-webkit-hyphens:auto;hyphens:auto;width:100%;box-sizing:border-box}.explanation-text strong{font-weight:700;color:#c6b2ff}.explanation-text em{font-style:italic;color:#8061e1}.explanation-text code{background:#e9ecef;padding:2px 6px;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;color:#d63384}.cobalt-export-section{margin-top:20px;padding:15px;border-top:1px solid #e5e7eb}.cobalt-export-section h5{margin:0 0 10px;color:#374151;font-size:14px;font-weight:600}.cobalt-buttons{display:flex;gap:10px;flex-direction:column}.cobalt-button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.cobalt-button.single-well{background-color:#8b5cf6;color:#fff}.cobalt-button.single-well:hover{background-color:#7c3aed;transform:translateY(-1px)}.cobalt-button.full-plate{background-color:#6366f1;color:#fff}.cobalt-button.full-plate:hover{background-color:#4f46e5;transform:translateY(-1px)}.cobalt-button--locked{opacity:.6;cursor:not-allowed!important;background-color:#e5e7eb!important;color:#9ca3af!important}.cobalt-button--locked:hover{transform:none!important;background-color:#e5e7eb!important}.experiment-timeline{position:relative;background:transparent;transition:height .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;z-index:10;overflow:hidden}.experiment-timeline.horizontal{width:100%;min-height:36px}.experiment-timeline.vertical{height:100%;width:100%;min-width:200px;padding:16px 0}.experiment-timeline.empty{padding:12px 20px;min-height:48px;display:flex;align-items:center}.timeline-placeholder{width:100%;text-align:center}.placeholder-text{color:#9691b0;font-size:12px;font-weight:500}.experiment-timeline.collapsed{height:36px;animation:collapseTimeline .3s ease-out}.experiment-timeline:not(.collapsed):not(.empty){animation:expandTimeline .3s ease-out}.timeline-collapsed-bar{height:36px;display:flex;align-items:center;padding:0 20px;opacity:0;animation:fadeIn .2s ease-out .1s forwards}.timeline-expand{display:flex;align-items:center;gap:8px;background:none;border:none;color:#8061e1;font-size:12px;font-weight:600;cursor:pointer;padding:6px 12px;border-radius:4px;transition:all .2s ease}.timeline-expand:hover{background:transparent;box-shadow:0 1px 3px #8061e11a}.timeline-expand svg{width:14px;height:14px}.timeline-minimize{position:absolute;left:20px;top:8px;display:flex;align-items:center;gap:8px;background:none;border:none;color:#8061e1;font-size:12px;font-weight:600;cursor:pointer;padding:6px 12px;border-radius:4px;transition:all .2s ease;z-index:10}.timeline-minimize:hover{background:transparent;box-shadow:0 1px 3px #8061e11a}.timeline-minimize svg{width:14px;height:14px}.timeline-content{box-sizing:border-box;opacity:0;animation:fadeIn .3s ease-out forwards}.experiment-timeline.horizontal .timeline-content{padding:40px 20px 20px;overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%}.experiment-timeline.vertical .timeline-content{padding:0 12px;overflow-x:hidden;overflow-y:auto;height:100%}.timeline-track{position:relative}.experiment-timeline.horizontal .timeline-track{min-height:60px;width:max-content;min-width:100%}.experiment-timeline.vertical .timeline-track{min-height:100%;width:100%}.timeline-events{position:relative;z-index:1}.experiment-timeline.horizontal .timeline-events{display:flex;flex-direction:row;width:100%}.experiment-timeline.vertical .timeline-events{display:flex;flex-direction:column;gap:0;width:100%}.experiment-timeline.horizontal .timeline-line{position:absolute;top:20px;left:0;right:0;width:100%;height:3px;background:#e5e3f0;z-index:0}.experiment-timeline.vertical .timeline-line{position:absolute;left:8px;top:0;bottom:0;width:2px;height:100%;background:#e5e7eb;z-index:0}.timeline-event{position:relative;cursor:pointer;transition:transform .2s ease;animation:slideInEvent .4s cubic-bezier(.34,1.56,.64,1)}.experiment-timeline.horizontal .timeline-event{display:flex;flex-direction:column;align-items:center;flex:1;min-width:100px;max-width:200px}.experiment-timeline.vertical .timeline-event{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:10px 26px;margin-bottom:0;border-radius:0;transition:none;border:none;background:transparent}.experiment-timeline.vertical .timeline-event:hover{background:transparent}.experiment-timeline.vertical .timeline-event.selected{background:transparent;border-left:none}.experiment-timeline.vertical .event-node{align-self:flex-start}.experiment-timeline.vertical .event-label{width:100%;text-align:left}.timeline-event:hover .event-node{transform:scale(1.1);box-shadow:0 2px 8px #8061e133}.timeline-event.selected .event-node{transform:scale(1.15);background:var(--event-color);box-shadow:0 3px 12px #8061e14d}.event-connector{display:none}.event-node{position:relative;border-radius:50%;background:#fff;border:3px solid var(--event-color, #8061E1);display:flex;align-items:center;justify-content:center;z-index:2;transition:all .2s ease;flex-shrink:0}.experiment-timeline.horizontal .event-node{width:40px;height:40px;animation:pulseNode .6s ease .2s}.experiment-timeline.vertical .event-node{width:40px;height:40px;box-shadow:0 1px 3px #0000001a;flex-shrink:0;grid-row:1 / 3;grid-column:1}.experiment-timeline.vertical .timeline-event.selected .event-node{background:var(--event-color);border-color:var(--event-color);box-shadow:0 2px 6px #00000026}.experiment-timeline.vertical .timeline-event.selected .event-icon{color:#fff}.timeline-event.selected .event-node{border-width:3px}.event-icon{display:flex;align-items:center;justify-content:center;color:var(--event-color, #8061E1);transition:color .2s ease}.timeline-event.selected .event-icon{color:#fff}.event-icon svg{width:18px;height:18px}.event-label{white-space:nowrap}.experiment-timeline.horizontal .event-label{margin-top:12px;text-align:center}.experiment-timeline.vertical .event-label{width:100%;text-align:left;overflow:hidden}.event-label-text{font-size:11px;font-weight:600;color:#5a5670;margin-bottom:2px;letter-spacing:.3px;text-transform:uppercase}.experiment-timeline.vertical .event-label-text{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:none;letter-spacing:normal;font-weight:500;color:#374151;display:block;margin-bottom:2px}.experiment-timeline.vertical .timeline-event.selected .event-label-text{color:#4f46e5;font-weight:600}.event-timestamp{font-size:10px;color:#9691b0;font-weight:500}.experiment-timeline.vertical .event-timestamp{font-size:10px;color:#9ca3af;display:block;grid-row:2;grid-column:2;align-self:start;padding-top:2px}.experiment-timeline.vertical .timeline-minimize{display:none}.timeline-content::-webkit-scrollbar{height:4px;width:4px}.timeline-content::-webkit-scrollbar-track{background:transparent}.timeline-content::-webkit-scrollbar-thumb{background:#d1cde3;border-radius:2px}.timeline-content::-webkit-scrollbar-thumb:hover{background:#8061e1}@media (max-width: 768px){.timeline-content{padding:16px 12px}.timeline-header{padding:10px 12px 0}.event-node{width:36px;height:36px}.event-icon svg{width:16px;height:16px}.event-label-text{font-size:10px}.timeline-event{min-width:80px}}.main-content .experiment-timeline{margin:0;width:100%;box-sizing:border-box}main .experiment-timeline{position:relative;width:100%;margin:0 0 20px}.pd-timeline{position:relative;z-index:5}.designer-view~.pd-timeline,.tab-pane .experiment-timeline{width:100%;max-width:100%}.pd-chat-section~.experiment-timeline,.pd-fixed~.experiment-timeline{margin-right:0;padding-right:0}@keyframes collapseTimeline{0%{opacity:1;transform:scaleY(1)}to{opacity:.95;transform:scaleY(.95)}}@keyframes expandTimeline{0%{opacity:.95;transform:scaleY(.95)}to{opacity:1;transform:scaleY(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@keyframes slideInEvent{0%{opacity:0;transform:scale(0) translateY(20px)}50%{transform:scale(1.1) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulseNode{0%,to{box-shadow:0 2px 8px #8061e133}50%{box-shadow:0 2px 16px #8061e166}}.experiment-upload-btn{width:20px!important;min-width:20px!important;max-width:20px!important;height:28px;padding:0;border:none;border-radius:6px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;position:relative;flex-shrink:0}.experiment-upload-btn:hover:not(:disabled){border-color:#8061e1;background:transparent;color:#8061e1;transform:scale(1.05)}.experiment-upload-btn:active:not(:disabled){transform:scale(.95)}.experiment-upload-btn:disabled{opacity:.5;cursor:not-allowed}.experiment-upload-btn.dragging{border-color:#8061e1;background:#f8f7fc;color:#8061e1;box-shadow:0 0 0 3px #8061e11a}.experiment-upload-btn svg{width:20px;height:20px;display:block}.experiment-upload-btn.dragging:after{content:"Drop CSV/TSV file";position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background:#8061e1;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;white-space:nowrap;pointer-events:none;z-index:100}.experiment-preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.experiment-preview-modal{background:#fff;border-radius:12px;width:90%;max-width:900px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;animation:slideUp .3s ease}.preview-header{padding:20px;border-bottom:1px solid #e5e3f0}.preview-header h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#2d2a3e}.file-info{display:flex;gap:12px;font-size:13px;color:#6b6580}.file-name{font-weight:500;color:#8061e1}.row-count{padding:2px 8px;background:#f8f7fc;border-radius:4px}.column-mapping{padding:20px;border-bottom:1px solid #e5e3f0}.column-mapping h4{margin:0 0 16px;font-size:14px;font-weight:600;color:#2d2a3e}.mapping-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.mapping-item{display:flex;flex-direction:column;gap:6px}.mapping-item label{font-size:12px;font-weight:500;color:#5a5670}.mapping-item.required label:after{color:#ef4444;margin-left:2px}.mapping-item select{padding:8px 12px;border:1px solid #e5e3f0;border-radius:6px;font-size:13px;background:#fff;color:#2d2a3e;transition:all .2s ease}.mapping-item select:hover{border-color:#8061e1}.mapping-item select:focus{outline:none;border-color:#8061e1;box-shadow:0 0 0 3px #8061e11a}.mapping-hint{margin:12px 0 0;font-size:11px;color:#9691b0}.field-hint{margin:6px 0 0;font-size:11px;color:#6b6580;line-height:1.4}.user-observations{padding:20px;border-bottom:1px solid #e5e3f0}.user-observations h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#2d2a3e}.observations-input{width:100%;padding:10px 12px;border:1px solid #e5e3f0;border-radius:6px;font-size:13px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s ease}.observations-input:focus{outline:none;border-color:#8061e1;box-shadow:0 0 0 3px #8061e11a}.observations-input::placeholder{color:#a8a3c0}.data-preview{flex:1;padding:20px;overflow:hidden;display:flex;flex-direction:column}.data-preview h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#2d2a3e}.preview-table-wrapper{flex:1;overflow:auto;border:1px solid #e5e3f0;border-radius:6px}.preview-table{width:100%;border-collapse:collapse;font-size:12px}.preview-table th{background:#f8f7fc;padding:10px 12px;text-align:left;font-weight:600;color:#5a5670;border-bottom:1px solid #e5e3f0;position:sticky;top:0;z-index:1}.preview-table th.selected{background:#ede9fc;color:#8061e1}.column-type{font-weight:400;font-size:11px;color:#8061e1;margin-left:4px}.preview-table td{padding:10px 12px;border-bottom:1px solid #f0eef7;color:#2d2a3e}.preview-table td.selected{background:#faf9fe;font-weight:500}.preview-table tbody tr:hover{background:#faf9fe}.preview-actions{padding:20px;border-top:1px solid #e5e3f0;display:flex;justify-content:flex-end;gap:12px}.cancel-btn,.confirm-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn{background:#fff;color:#6b6580;border:1px solid #e5e3f0}.cancel-btn:hover{background:#f8f7fc;border-color:#d1cde3}.confirm-btn{background:#8061e1;color:#fff;border:none}.confirm-btn:hover:not(:disabled){background:#6b4fbb;transform:translateY(-1px);box-shadow:0 4px 12px #8061e14d}.confirm-btn:disabled{opacity:.5;cursor:not-allowed}.preview-table-wrapper::-webkit-scrollbar{width:8px;height:8px}.preview-table-wrapper::-webkit-scrollbar-track{background:#f8f7fc;border-radius:4px}.preview-table-wrapper::-webkit-scrollbar-thumb{background:#d1cde3;border-radius:4px}.preview-table-wrapper::-webkit-scrollbar-thumb:hover{background:#8061e1}@media (max-width: 768px){.experiment-preview-modal{width:95%;max-height:90vh}.mapping-grid{grid-template-columns:1fr}.preview-table{font-size:11px}.preview-table th,.preview-table td{padding:8px}}.pd-workspace{position:relative;height:100%;padding:0}.pd-plate-settings-minimal{display:flex;align-items:center;gap:15px;padding:8px 15px;background:#f8f9fa;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;font-size:13px;flex-wrap:wrap}.pd-plate-settings-minimal .plate-setting-item{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.pd-plate-settings-minimal label{color:#6c757d;font-weight:500;margin:0;white-space:nowrap;flex-shrink:0}.pd-plate-settings-minimal select,.pd-plate-settings-minimal .model-select,.pd-plate-settings-minimal .plate-size-select{padding:4px 8px;border:1px solid #dee2e6;border-radius:4px;background:#fff;color:#000;font-size:12px;cursor:pointer;min-width:0;flex:1;max-width:120px}.pd-plate-settings-minimal .queries-slider{width:60px;min-width:40px;cursor:pointer;flex:1}.pd-plate-settings-minimal .queries-value{min-width:20px;text-align:center;font-weight:600;color:#495057;flex-shrink:0}@media (max-width: 500px){.pd-plate-settings-minimal{gap:10px;padding:6px 10px}.pd-plate-settings-minimal .plate-setting-item{gap:5px}.pd-plate-settings-minimal label{font-size:11px}.pd-plate-settings-minimal select{font-size:11px;padding:3px 6px}}.pd-plate-settings-minimal.narrow{flex-direction:column;align-items:stretch;gap:6px;padding:6px 10px}.pd-plate-settings-minimal.narrow .plate-setting-item{width:100%}.pd-plate-settings-minimal.narrow select{max-width:100%}.pd-plate-settings-minimal.narrow label{font-size:11px;min-width:35px}.pd-plate-settings-minimal.medium{gap:10px;padding:6px 12px}.pd-plate-settings-minimal.medium label{font-size:12px}.pd-plate-settings-minimal.medium select{font-size:11px;max-width:90px}.pd-plate-settings-minimal.wide{gap:15px}.pd-plate-settings-minimal.wide select{max-width:120px}.pd-chat-section{position:relative;flex:1;min-width:320px;max-width:700px;height:100%;max-height:100%;background:#fff;border:none;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;pointer-events:auto;z-index:10;overflow:hidden;box-sizing:border-box}.pd-chat-section.pd-fixed{position:relative;flex:1;min-width:320px;max-width:700px;height:100%;max-height:100%;border-radius:12px;box-shadow:0 2px 8px #00000014;box-sizing:border-box}.pd-chat-section.collapsed{display:none}.pd-chat-resize-handle{position:absolute;left:-4px;top:0;bottom:0;width:8px;cursor:ew-resize;z-index:10;background:transparent}.pd-chat-resize-handle:hover{background:#8061e11a}.pd-chat-toggle-button{display:none}.pd-chat-toggle-button svg{color:#fff;width:20px;height:32px;display:block;margin:0 auto;padding:0}.pd-chat-close-button{position:absolute;max-width:10px;height:40px;border-radius:4px;border:1px solid #e0e0e0;background:#fff;cursor:pointer;box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;justify-content:center}.pd-chat-close-button .close-icon{font-size:16px;line-height:1;color:#8061e1}.pd-chat-close-button:hover{background-color:#f5f5f5;border-color:#8061e1}.pd-chat-content{display:flex;flex-direction:column;width:100%;height:100%}.pd-chat-messages{flex:1 1 auto;overflow-y:auto;padding:16px;display:flex;flex-direction:column}.pd-message{padding-left:8px}.pd-message h4{margin:0 0 8px;color:#333}.pd-submessage{margin-bottom:14px}.pd-submessage h5{margin:0;color:#8061e1;font-size:16px;font-weight:1000;font-size:18px}.pd-chat-input{display:flex;padding:12px 12px 0;border-top:1px solid #e9ecef;background:#fafbfc;flex-direction:column;margin-bottom:5}.pd-chat-input input[type=text]{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.pd-chat-input .submit-btn{padding:10px 16px!important}.input-wrapper{display:flex;align-items:center;gap:10px;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;padding:8px;transition:border-color .2s;min-height:52px}.input-wrapper:focus-within{border-color:#8061e1;box-shadow:0 0 0 2px #8061e11a}.chat-textarea{flex:1;border:none;background:transparent;resize:none;outline:none;font-family:inherit;font-size:14px;line-height:20px;min-height:20px;padding:8px;margin:0;max-height:220px;overflow-y:auto;color:#333}.chat-textarea::placeholder{color:#999}.send-button{width:36px;height:36px;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.send-button:hover:not(:disabled){transform:scale(1.15)}.send-button:disabled{cursor:not-allowed;color:#999}.input-hint{margin-top:8px;font-size:12px;color:#999;display:flex;justify-content:space-between;align-items:center}.pd-chat-section .query-grid{margin-left:0;grid-template-columns:1fr}.pd-chat-section .result-section{margin-left:0}.pd-chat-section .formatted-text{max-height:none}.phase-tabs{display:flex;gap:8px;margin-bottom:10px}.phase-tab{padding:6px 10px;border:1px solid #8061e1;color:#000;border-radius:6px;background:#f8f8f8;cursor:pointer;font-size:12px}.phase-tab.active{background:#8061e1;color:#fff;border-color:#6c4fd4}.chat-message{margin-bottom:10px}.chat-message.user{display:flex;justify-content:flex-start}.message-content.user-message{background:#eceaff;color:#000;padding:10px 12px;border-radius:8px 8px 8px 2px}.message-text{white-space:pre-wrap;word-break:break-word;font-size:13px}.message-container{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.streaming-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px;background:#f8f8f8;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;color:#666;text-align:left}.streaming-toggle:hover{background:#f0f0f0;border-color:#d0d0d0}.thinking-logo.inline{display:inline-block;margin-left:8px;vertical-align:middle}.thinking-logo.clickable{cursor:pointer;transition:transform .2s ease,opacity .2s ease;pointer-events:auto!important}.thinking-logo.clickable:hover{transform:scale(1.2);opacity:.7}.streaming-details{margin-top:12px;background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;max-height:400px;overflow-y:auto}.reaction-input-container h2{margin-top:0;color:#282c34;text-align:center}.reaction-input-container form{width:100%;display:flex;flex-direction:column;align-items:center}.reaction-input-container .form-group{width:100%;margin-bottom:15px;display:flex;justify-content:center}.reaction-input-container textarea{width:100%;min-width:600px;max-width:800px;padding:10px;font-family:Courier New,Courier,monospace;font-size:1rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;resize:vertical}.submit-section{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:15px}.submit-btn{padding:10px 20px!important;background-color:#007bff!important;color:#fff;border:none;border-radius:4px!important;cursor:pointer;font-size:1rem!important;font-weight:400!important;width:auto!important;display:block}.submit-btn:hover{background-color:#0056b3!important;transform:none!important}.connection-status{font-size:.9em;padding:5px 12px;border-radius:20px;font-weight:500;display:flex;align-items:center;gap:5px}.connection-status.connecting{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.connection-status.connected{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.preview-area{margin-top:20px;padding:15px;background-color:#eef;border:1px dashed #aac;border-radius:4px}.preview-area pre{white-space:pre-wrap;word-break:break-all;margin:0}.section-container h3{margin:0 0 20px;color:#333;font-size:1.4em;text-align:left;border-bottom:2px solid #8061e1;padding-bottom:10px}.collapsible-header{width:100%;display:flex;align-items:center;gap:10px;cursor:pointer}.collapsible-header h3{flex:1;margin:0;border-bottom:none;padding-bottom:0}.caret{display:inline-block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #8061e1;transition:transform .2s ease;margin-left:4px}.caret.expanded{transform:rotate(180deg)}.caret.collapsed{transform:rotate(0)}.collapsible-content{width:100%;overflow:auto;margin-top:10px;padding-right:6px}.plate-reasoning-container{min-height:unset;max-height:unset;overflow:visible}.research-container{background-color:#f5f7ff;border:1px solid #d4d8f0}.research-progress{width:100%;margin:15px 0;padding:10px;border-radius:6px}.research-progress p{margin:0 0 10px;font-size:14px;color:#6c757d}.progress-segments{display:flex;gap:8px;width:100%;margin:10px 0}.progress-segment{flex:1;height:25px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:2px solid transparent;position:relative;background:none;cursor:pointer}.progress-segment.pending{background-color:#e9ecef;border-color:#dee2e6;cursor:not-allowed}.progress-segment.completed{background-color:#8061e1;border-color:#6b4bc4;box-shadow:0 2px 4px #8061e14d}.progress-segment.completed:hover{background-color:#7555d4;border-color:#646cff}.progress-segment.selected{background-color:#fff!important;border-color:#5d42b8!important}.progress-segment.completed .segment-number{color:#fff}.progress-segment.selected .segment-number{color:#7555d4}.progress-segment:disabled{cursor:not-allowed;opacity:.6}.segment-number{font-size:14px;font-weight:600;color:#666}.query-grid{padding:0;background:transparent;text-align:left;max-height:500px;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;margin:20px 0;width:100%}.result-section{padding:0;margin:0 0 0 20px;background:transparent;text-align:left;max-height:500px}.result-section pre{background-color:#f5f5f5;padding:10px;border-radius:4px;overflow-x:hidden;overflow-wrap:break-word;word-wrap:break-word;white-space:pre-wrap;margin:10px 0;font-size:16px}.citations{margin-top:10px;padding:10px;border-radius:4px}.citations h5{margin:0 0 8px;color:#666}.citations ul{margin:0;padding-left:20px}.citations li{margin-bottom:10px;font-size:.9em;color:#666;line-height:1.4}.citations li strong{color:#333;display:block;margin-bottom:2px}.citations li a{color:#06c;text-decoration:none;word-break:break-all}.citations li a:hover{text-decoration:underline}.citations li span{color:#888;font-size:.9em}.citation-tab{display:inline-block;margin:4px 6px 4px 0;padding:8px 12px;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;transition:all .2s ease;width:48%}.citation-tab:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6);border-color:#adb5bd;box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.citation-tab:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.citation-tab-content{display:flex;align-items:center;gap:8px;max-width:300px}.citation-favicon{width:20px;height:20px;border-radius:3px;background-color:#fff;padding:2px;flex-shrink:0;object-fit:contain;box-shadow:0 1px 2px #0000001a}.citation-favicon-fallback{width:20px;height:20px;border-radius:3px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0;box-shadow:0 1px 2px #0000001a}.citation-info{min-width:0;flex:1}.citation-title{font-weight:500;font-size:13px;color:#212529;line-height:1.3;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.citation-source{display:flex;align-items:center;gap:4px;font-size:11px;color:#6c757d}.citation-website{font-weight:500;color:#495057}.citation-date{color:#6c757d}.citation-item-text{display:inline-block;margin:4px 6px 4px 0;padding:8px 12px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;font-size:13px;color:#495057;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.research-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;margin:20px 0;width:100%}.research-item{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:15px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;height:fit-content}.research-header{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #eee}.research-header h5{margin:0;color:#8061e1;font-size:16px;font-weight:600;font-size:14px}.research-item .formatted-text{flex:1;margin-bottom:10px;max-height:400px;overflow-y:auto;overflow-x:hidden;font-size:14px}.research-item .citations{margin-top:auto;background-color:#f8f9fa;border:1px solid #e9ecef;max-height:200px;overflow-y:auto;overflow-x:hidden;text-align:left}.research-item .formatted-text::-webkit-scrollbar,.research-item .citations::-webkit-scrollbar{width:6px}.research-item .formatted-text::-webkit-scrollbar-track,.research-item .citations::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.research-item .formatted-text::-webkit-scrollbar-thumb,.research-item .citations::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.research-item .formatted-text::-webkit-scrollbar-thumb:hover,.research-item .citations::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.formatted-text{background-color:#f5f5f5;border-radius:4px;overflow-x:hidden;overflow-wrap:break-word;word-wrap:break-word;margin:10px 0;font-size:18px;line-height:1.5;text-align:left;max-height:500px}.formatted-text strong{font-weight:700;color:#8061e1}.formatted-text em{font-style:italic;color:#8061e1}.formatted-text code{background:#e9ecef;padding:2px 6px;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;color:#d63384}@media (max-width: 768px){.reaction-input-container textarea{min-width:unset;width:95%}}.new-session-btn{background-color:#fff;border:1px solid #ddd;color:#333;padding:10px 14px;border-radius:4px;cursor:pointer;margin-bottom:18px;text-align:left;font-size:15px;font-weight:500;transition:background .2s,border-color .2s,color .2s;box-shadow:0 1px 2px #00000008}.plate-actions-row{display:flex;gap:8px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #e9ecef}.plate-action-btn-compact{background-color:#fff;border:1px solid #dee2e6;color:#495057;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s;display:flex;align-items:center;gap:6px;flex:1;justify-content:center}.plate-action-btn-compact:hover{background-color:#f8f9fa;border-color:#8061e1;color:#8061e1}.plate-action-btn-compact svg{flex-shrink:0;width:14px;height:14px}.plate-action-btn-compact span{font-size:12px}.export-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1000;overflow:hidden}.export-menu-item{width:100%;padding:8px 12px;border:none;background:#fff;color:#495057;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;text-align:left}.export-menu-item:hover{background-color:#f8f9fa;color:#8061e1}.export-menu-item svg{flex-shrink:0}.export-menu-item:not(:last-child){border-bottom:1px solid #f0f0f0}.editable-session-title{padding:12px 20px;display:flex;align-items:center;justify-content:flex-start;width:100%}.session-title-text{margin:0;font-size:20px;font-weight:600;color:#333;-webkit-user-select:none;user-select:none}.session-title-input{width:100%;max-width:500px;padding:8px 12px;font-size:20px;font-weight:600;color:#333;border:2px solid #8061e1;border-radius:6px;background-color:#fff;outline:none;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.plate-workspace-tabs{display:flex;flex-direction:column;height:100%;width:100%}.tabs-header{display:flex;gap:4px;padding:12px 20px 0;background:#fff;border-bottom:1px solid #e5e7eb;height:52px}.tab-button{display:flex;align-items:center;gap:6px;padding:10px 16px;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:14px;font-weight:500;color:#9ca3af;transition:color .2s ease,border-color .2s ease;position:relative;top:1px;border-radius:0}.tab-button:hover{color:#374151}.tab-button.active{color:#4f46e5;border-bottom-color:#4f46e5;background:transparent;border-radius:0}.tab-icon{flex-shrink:0}.tabs-content{flex:1;position:relative;overflow:hidden;background:#fff}.tab-panel{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;transition:opacity .2s ease;overflow:auto;background:#fff;display:flex;align-items:flex-start;justify-content:flex-start}.tab-panel.active{opacity:1;visibility:visible}.tab-panel:first-child{padding:20px}.plate-workspace-tabs,.tabs-header,.tabs-content,.tab-panel{color-scheme:light}.mass-table-view{display:flex;flex-direction:column;height:100%;width:100%;background:#fff;overflow:hidden!important;position:relative}.mass-table-fixed-header{flex:0 0 auto;width:100%;padding:12px 20px;background:#fff;border-bottom:2px solid #e5e7eb;z-index:100}.mass-table-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;height:42px}.mass-table-title{flex-shrink:0;display:flex;flex-direction:row;align-items:center;gap:16px}.mass-table-title h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 2px}.mass-table-subtitle{font-size:12px;color:#6b7280}.mass-table-header-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.mass-table-stats{display:flex;gap:16px}.stat{display:flex;flex-direction:column;align-items:flex-end}.stat-label{font-size:10px;color:#6b7280;margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:12px!important;font-weight:600}.stat-success{color:#10b981}.stat-warning{color:#f59e0b}.stat-error{color:#ef4444}.mass-table-alert{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;font-size:11px;height:32px;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.alert-warning{background:#fef3c7;border:1px solid #fbbf24;color:#92400e}.mass-table-alert svg{flex-shrink:0;width:14px;height:14px;color:#f59e0b}.mass-table-alert strong{font-weight:600;margin-right:6px;white-space:nowrap}.mass-table-alert div{display:flex;align-items:center;gap:6px;flex:1;white-space:nowrap}.missing-reagents-list{display:flex;gap:4px;overflow-x:auto;scrollbar-width:thin;flex:1;padding-bottom:2px}.missing-reagents-list::-webkit-scrollbar{height:4px}.missing-reagents-list::-webkit-scrollbar-track{background:#fef3c7;border-radius:2px}.missing-reagents-list::-webkit-scrollbar-thumb{background:#fbbf24;border-radius:2px}.missing-reagents-list::-webkit-scrollbar-thumb:hover{background:#f59e0b}.missing-reagent-btn{padding:2px 6px;background:#fff;border:1px solid #fbbf24;border-radius:3px;font-size:10px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap;flex-shrink:0}.missing-reagent-btn:hover{background:#fffbeb;border-color:#f59e0b}.mass-table-grid-container{flex:1 1 auto;min-height:0;overflow:auto!important;padding:16px 20px 20px;background:#f9fafb}.mass-table-grid{width:max-content;min-width:100%;border:1px solid #d1d5db;border-radius:6px;background:#fff;overflow:hidden}.mass-table-spreadsheet{display:table;width:100%;border-collapse:collapse}.spreadsheet-header-row{display:table-row}.spreadsheet-corner-cell{display:table-cell;width:40px;min-width:40px;max-width:40px;padding:6px;text-align:center;background:#f3f4f6;border-right:2px solid #d1d5db;border-bottom:2px solid #d1d5db;border-top:none;border-left:none;font-weight:600;font-size:11px;color:#6b7280;position:sticky;left:0;top:0;z-index:12}.spreadsheet-col-header{display:table-cell;min-width:120px;max-width:140px;padding:4px 8px;text-align:center;background:#f9fafb;border-right:1px solid #e5e7eb;border-bottom:2px solid #d1d5db;border-top:none;font-weight:600;font-size:11px;color:#111827;position:sticky;top:0;z-index:10}.spreadsheet-row{display:table-row}.spreadsheet-row:hover{background:#fafbfc}.spreadsheet-row-header{display:table-cell;width:40px;min-width:40px;max-width:40px;padding:6px;text-align:center;background:#f9fafb;border-right:2px solid #d1d5db;border-bottom:1px solid #e5e7eb;border-left:none;font-weight:600;font-size:13px;color:#111827;position:sticky;left:0;z-index:5}.spreadsheet-cell{display:table-cell;min-width:120px;max-width:140px;padding:0;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:background .1s ease;vertical-align:top}.spreadsheet-cell:hover{background:#f9fafb;box-shadow:inset 0 0 0 1px #4f46e5}.spreadsheet-cell.selected{background:#eef2ff;box-shadow:inset 0 0 0 2px #4f46e5}.spreadsheet-cell.incomplete{background:#fffbeb}.spreadsheet-cell.complete{background:#f0fdf4}.cell-content{padding:6px;min-height:60px;max-height:100px;overflow:hidden;text-align:left}.cell-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px;padding-bottom:2px;border-bottom:1px solid #e5e7eb}.cell-well-id{font-weight:600;font-size:10px;color:#374151}.cell-status-icon{flex-shrink:0}.status-complete{color:#10b981}.status-incomplete{color:#f59e0b}.cell-volume{font-size:10px;color:#6b7280;margin-bottom:3px;display:flex;align-items:center;gap:3px}.cell-volume span{cursor:pointer;padding:1px 3px;border-radius:2px;transition:all .15s}.cell-volume span:hover{background:#e5e7eb;color:#111827}.cell-volume-input{width:55px;padding:2px 4px;border:1px solid #4f46e5;border-radius:3px;font-size:10px;text-align:right;background:#fff;font-weight:500}.cell-volume-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e526}.cell-substances{font-size:9px;color:#9ca3af;margin-top:3px}.cell-substance-list{font-size:9px;line-height:1.25}.cell-substance-item{display:flex;justify-content:space-between;padding:1px 0;color:#374151;gap:3px}.cell-substance-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.cell-substance-amount{font-weight:600;color:#111827;white-space:nowrap;flex-shrink:0;font-size:9px}.cell-substance-amount.missing{color:#f59e0b;font-weight:500}.mass-table-details{position:fixed;right:0;top:0;bottom:0;width:400px;padding:20px;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-4px 0 6px -1px #0000001a;overflow:auto;z-index:200;animation:slideInRight .2s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.details-header h4{font-size:18px;font-weight:600;margin:0}.details-actions{display:flex;gap:8px}.well-info{margin-bottom:20px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}.info-label{font-size:14px;color:#6b7280;font-weight:500}.info-value{font-size:14px;font-weight:500;color:#111827}.info-value-editable{display:flex;align-items:center;gap:6px}.info-value-clickable{cursor:pointer;padding:4px 8px;border-radius:4px;border:1px solid transparent;transition:all .15s;font-size:14px;font-weight:500;color:#111827;display:inline-flex;align-items:center;gap:6px}.info-value-clickable:hover{background:#f3f4f6;border-color:#d1d5db}.info-value-clickable .edit-icon{opacity:.4;transition:opacity .15s;flex-shrink:0}.info-value-clickable:hover .edit-icon{opacity:1;color:#4f46e5}.info-input{width:80px;padding:4px 8px;border:2px solid #4f46e5;border-radius:4px;font-size:14px;font-weight:500;text-align:right;color:#111827}.info-input:focus{outline:none;box-shadow:0 0 0 3px #4f46e526}.info-unit{font-size:14px;color:#6b7280;font-weight:400}.info-note{margin-top:8px;padding:8px 12px;background:#fef3c7;border-radius:4px;font-size:13px;color:#92400e}.substances-list h5{font-size:16px;font-weight:600;margin:0}.substances-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.substance-card{padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:12px}.substance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.substance-name{font-weight:600;font-size:14px;color:#111827;flex:1}.substance-actions{display:flex;gap:4px}.btn-icon-small{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;color:#6b7280}.btn-icon-small:hover{background:#e5e7eb;color:#111827}.btn-icon-small.btn-danger:hover{background:#fee2e2;color:#dc2626}.substance-detail{display:flex;justify-content:space-between;padding:4px 0;font-size:13px}.substance-detail.highlight{padding:6px 8px;background:#fff;border-radius:4px;margin:4px 0}.detail-label{color:#6b7280}.detail-value{font-weight:500;color:#111827}.substance-note{margin-top:8px;padding:6px 8px;background:#fee2e2;border-radius:4px;font-size:12px;color:#991b1b}.no-substances{text-align:center;padding:20px;color:#9ca3af;font-size:14px}.missing-reagents-section{margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.missing-reagents-section h5{font-size:16px;font-weight:600;margin:0 0 12px;color:#f59e0b}.missing-reagent-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fffbeb;border:1px solid #fbbf24;border-radius:4px;margin-bottom:8px}.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-primary:hover{background:#4338ca}.btn-primary:disabled{opacity:.6;cursor:not-allowed;background:#9ca3af}.btn-large{padding:10px 24px;font-size:14px}.btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:0;background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-secondary:hover{background:#f9fafb;border-color:#4f46e5}.btn-sm{padding:5px 10px;font-size:12px}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.btn-icon:hover{background:#f3f4f6}.btn-link{padding:4px 8px;background:none;border:none;color:#4f46e5;font-size:13px;font-weight:500;cursor:pointer;text-decoration:underline}.btn-link:hover{color:#4338ca}.mass-table-empty{display:flex;align-items:center;justify-content:center;height:100%;padding:40px}.empty-state{text-align:center;max-width:400px}.empty-icon{color:#d1d5db;margin-bottom:16px}.empty-state h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.empty-state p{font-size:14px;color:#6b7280;margin:0 0 24px}.empty-actions{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-hint{font-size:14px;color:#6b7280;margin-top:16px!important}.empty-hint code{padding:2px 8px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;font-family:monospace;font-size:13px;color:#4f46e5}.empty-hint-small{font-size:13px;color:#9ca3af;margin:0}.empty-hint-small code{padding:2px 6px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:3px;font-family:monospace;font-size:12px;color:#4f46e5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:500px;width:90%;max-height:90vh;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.modal-header h4{font-size:18px;font-weight:600;margin:0}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:500;color:#111827;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;transition:all .15s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.modal-info{font-size:14px;color:#6b7280;margin:0 0 12px;line-height:1.5}.modal-hint{font-size:13px;color:#9ca3af;margin:0;padding:12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.modal-hint code{padding:2px 6px;background:#fff;border:1px solid #e5e7eb;border-radius:3px;font-family:monospace;font-size:12px;color:#4f46e5}.reagent-modal{max-width:600px}.mass-table-error{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:150;display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fee2e2;border:1px solid #f87171;border-radius:8px;color:#991b1b;font-size:13px;box-shadow:0 4px 6px -1px #0000001a;max-width:600px}.mass-table-error button{margin-left:12px;background:none;border:none;font-size:20px;color:#991b1b;cursor:pointer;padding:0 4px;opacity:.7}.mass-table-error button:hover{opacity:1}.mass-table-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:150;display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 32px;background:#fff;border-radius:8px;color:#6b7280;box-shadow:0 10px 15px -3px #0000001a}.spinner{width:20px;height:20px;border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite}.mass-table-container{height:100%;width:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.reagent-modal{max-width:500px}.reagent-modal .form-group{margin-bottom:16px}.reagent-modal label{display:block;font-size:14px;font-weight:500;color:#111827;margin-bottom:6px}.reagent-modal input,.reagent-modal select{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;transition:all .2s}.reagent-modal input:focus,.reagent-modal select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.plate-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:100}.plate-loading-spinner{text-align:center}.plate-loading-spinner .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #7e22ce;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.plate-loading-spinner p{color:#6c757d;font-size:1rem;margin:0}.main-sidebar{width:300px;background-color:#f8f9fa;border-right:1px solid #e9ecef;display:flex;flex-direction:column;align-items:center;box-shadow:2px 0 4px #0000001a}.main-content{flex:1;display:flex;flex-direction:column;min-height:100%;background-color:#eceaff;transition:margin-right .3s ease,margin-left .3s ease}.main-content.main-content-with-sidebar.collapsed{margin-left:0}.main-content.well-editor-open{margin-right:0}.app-nav{display:flex;flex-direction:column;padding:20px}.app-logo-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:4px;flex-shrink:0}.app-title-section{text-align:center;margin-bottom:20px;padding-bottom:15px;flex-shrink:0}.app-title{margin:0 0 10px;font-size:16px;font-weight:600;color:#333;line-height:1.3}.nav-buttons-container{display:flex;flex-direction:column;gap:4px;flex-shrink:0;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.nav-button{padding:8px 14px!important;border:none!important;background:none!important;color:#333!important;cursor:pointer;font-size:15px!important;font-weight:500!important;border-radius:4px!important;width:70%;align-self:center;text-align:center;transition:all .2s!important}.nav-button:hover{background-color:#eceaff!important;color:#8061e1!important;transform:none!important}.nav-button.active{background-color:#8061e1!important;color:#fff!important}.designer-view{display:flex;flex-direction:column;align-items:stretch;position:relative;flex:1;min-height:0;overflow:hidden}.workspace-with-timeline{display:flex;flex:1;min-height:0;overflow:hidden;gap:0}.timeline-sidebar{width:150px;flex-shrink:0;background:#f9fafb;border-right:2px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.timeline-sidebar-header{padding:12px 16px 0;background:#fff;border-bottom:1px solid #e5e7eb;font-size:14px;font-weight:600;color:#111827;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;height:52px;box-sizing:border-box}.timeline-event-count{background:#4f46e5;color:#fff;font-size:10px;font-weight:600;padding:3px 8px;border-radius:12px;min-width:20px;text-align:center}.workspace-main-area{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.canvas-area{position:relative;flex:1;overflow:hidden;display:flex;align-items:stretch;justify-content:stretch;padding:0;background:#fff}.main-workspace{display:flex;flex-direction:column;padding:0;height:100%;width:100%;overflow:hidden}.plate-controls{max-width:500px;min-width:300px;margin:0 auto;padding:32px 32px 24px;background:#fafbfc;border-radius:12px;box-shadow:0 4px 24px #00000014,0 1.5px 4px #0000000a;display:flex;flex-direction:column;align-items:stretch;gap:24px;transition:box-shadow .2s}.plate-controls:focus-within,.plate-controls:hover{box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.dimension-inputs-container{display:flex;flex-direction:row;gap:20%}.dimension-inputs input{padding:0;border:1px solid #ddd;border-radius:4px;font-size:16px;margin:0;align-self:center}.apply-button{padding:10px 20px!important;background:#007bff!important;color:#fff;border:none;border-radius:4px!important;cursor:pointer;font-size:16px!important;font-weight:400!important;transition:background .2s ease;margin-left:auto;width:auto!important}.export-button-container{display:flex;flex-direction:row;gap:15px;margin-top:20px}.apply-button:hover{background:#0056b3!important;transform:none!important}.plate-size-dropdown{width:100%;padding:8px 32px 8px 12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:14px;cursor:pointer;transition:border-color .2s ease;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none;color:#333;font-weight:500}.app-logo{max-width:30%;height:auto;margin-bottom:30px}.user-info{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;padding-top:20px;font-size:.9rem;color:#666;flex-shrink:0}.main-header{display:flex;justify-content:flex-end;align-items:center;padding:15px 20px;border-bottom:1px solid #e0e0e0;background-color:#fff}.user-info-main{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#666}.sign-out-btn{display:inline-block;padding:8px 18px;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,box-shadow .2s,color .2s;box-shadow:0 2px 6px #dc354514;margin-left:8px}.sign-out-btn:hover,.sign-out-btn:focus{background:linear-gradient(90deg,#c82333,#a71d2a);color:#fff;outline:none;box-shadow:0 0 0 2px #dc354526}.sign-out-btn:hover{background:#c82333}.loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.2rem;color:#666}.designer-section-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;width:100%;min-height:calc(100vh - 100px)}.llm-select-dropdown{width:140px;padding:8px 12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:14px;cursor:pointer;color:#000}.research-toggle{width:20px;height:20px;align-self:center;display:flex;align-items:center;justify-content:center}.session-error{background-color:#ff6b6b20;color:#c6b2ff;padding:10px;border-radius:5px;margin-bottom:10px;font-size:.9em;text-align:center;border:1px solid #ff6b6b}.session-history-bar-container{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden;min-height:0}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}:root{--bg: #eceaff;--panel: #ffffff;--text: #2d3436;--muted: #5f6368;--accent: #8061e1;--nostock: #C6B2FF;--stock: #AEDAD8}*{box-sizing:border-box}.selenium-main-content{flex:1 1 0;min-width:0;height:100%;overflow:hidden;position:relative;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.selenium-main-content>div{width:100%;height:100%}.floatingControls{position:absolute;top:12px;left:12px;z-index:10;background:#ffffffe6;border:1px solid #e9ecef;border-radius:10px;padding:8px 10px}.selenium-details-wrapper{position:relative;flex:0 0 auto;min-width:320px;max-width:700px;height:100%;max-height:100%;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;opacity:1;transition:opacity .2s ease,width .2s ease,min-width .2s ease}.selenium-details-wrapper.details-hidden{opacity:0;min-width:0;max-width:0;width:0;margin-left:-20px;padding:0;pointer-events:none;overflow:hidden}.selenium-detailsPanel{position:relative;flex:1;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:0;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box}.selenium-resizeHandleRight{position:absolute;left:-4px;top:0;bottom:0;width:8px;cursor:ew-resize;z-index:10;background:transparent}.selenium-resizeHandleRight:hover{background:#8061e11a}.selenium-details-header{padding:20px;border-bottom:1px solid #f0f0f0;background:#fafbfc;font-size:16px;font-weight:600;color:#333;text-align:left}.selenium-chat-messages{flex:1;overflow-y:auto;padding:20px;background:#fff;display:flex;flex-direction:column;gap:16px}.selenium-chat-messages::-webkit-scrollbar{width:6px}.selenium-chat-messages::-webkit-scrollbar-track{background:transparent}.selenium-chat-messages::-webkit-scrollbar-thumb{background:#d1cde3;border-radius:3px}.selenium-chat-messages::-webkit-scrollbar-thumb:hover{background:#8061e1}.selenium-chat-welcome{text-align:center;padding:60px 20px;animation:fadeInWelcome .3s ease}.selenium-chat-welcome .welcome-icon{font-size:48px;margin-bottom:16px;animation:bounce 1s ease infinite}.selenium-chat-welcome h3{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}.selenium-chat-welcome p{font-size:14px;color:#6b7280}.selenium-chat-message{display:flex;animation:fadeInMessage .3s ease}@keyframes fadeInMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.selenium-chat-message.user{justify-content:flex-end}.selenium-chat-message.assistant{justify-content:flex-start;margin-left:10px}.selenium-message-content{max-width:90%;padding:14px 16px;border-radius:12px;word-wrap:break-word;text-align:left}.selenium-chat-message.user .selenium-message-content{background:linear-gradient(135deg,#8061e1,#6c4fd4);color:#fff;border-radius:12px 12px 2px;box-shadow:0 2px 8px #8061e140}.selenium-chat-message.assistant .selenium-message-content{background:#f8f9fa;color:#333;border-radius:12px 12px 12px 2px;border:1px solid #e9ecef}.selenium-chat-input{padding:16px;border-top:1px solid #f0f0f0;background:#fafbfc;flex-shrink:0}.selenium-input-wrapper{display:flex;align-items:flex-end;gap:10px;background-color:#fff;border:2px solid #e9ecef;border-radius:12px;padding:8px 8px 8px 16px;transition:border-color .2s}.selenium-input-wrapper:focus-within{border-color:#8061e1;box-shadow:0 0 0 3px #8061e11a}.selenium-chat-textarea{flex:1;border:none;background:transparent;resize:none;outline:none;font-family:inherit;font-size:14px;line-height:20px;min-height:20px;max-height:120px;padding:6px 0;color:#333}.selenium-chat-textarea::placeholder{color:#9ca3af}.selenium-send-button{width:36px;height:36px;background:#8061e1;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.selenium-send-button:hover:not(:disabled){background:#6c4fd4;transform:scale(1.05)}.selenium-send-button:disabled{background:#e9ecef;cursor:not-allowed}.selenium-send-button svg{color:#fff}.selenium-send-button:disabled svg{color:#9ca3af}.selenium-input-hint{margin-top:8px;font-size:11px;color:#9ca3af;text-align:left}.selenium-link{display:inline-flex;align-items:center;gap:4px;color:#8061e1;text-decoration:none;font-weight:600;font-size:13px;padding:8px 14px;background:#f5f3ff;border-radius:8px;border:1px solid #e0d5ff;transition:all .2s ease}.selenium-link:hover{background:#ede9fe;border-color:#8061e1;transform:translate(2px)}.selenium-details-close-btn{position:absolute;top:8px;left:8px;z-index:100;background:transparent;border:none;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.selenium-details-close-btn:hover{background:#f5f5f5;border-radius:4px}.selenium-details-close-btn svg{color:#999;width:16px;height:16px}.selenium-details-close-btn:hover svg{color:#333}.selenium-details-toggle-btn{position:fixed;top:30px;right:30px;z-index:50;background:#8061e1;border:none;border-radius:50%;width:56px;height:56px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #8061e14d}.selenium-details-toggle-btn:hover{background:#6c4fd4;transform:scale(1.05);box-shadow:0 6px 16px #8061e166}.selenium-details-toggle-btn svg{color:#fff}.sidebar-markdown{color:var(--text);text-align:left;line-height:1.6}.sidebar-markdown h1,.sidebar-markdown h2,.sidebar-markdown h3,.sidebar-markdown h4,.sidebar-markdown h5,.sidebar-markdown h6{margin:16px 0 8px;color:#333}.sidebar-markdown p{color:#5f6368;line-height:1.6;margin:8px 0}.sidebar-markdown code{background:#f0f0f0;border:1px solid #e0e0e0;padding:2px 6px;border-radius:4px;font-size:12px}.analysis-block{background:#f8f9fa;border-left:4px solid #8061e1;padding:16px;border-radius:8px;margin:12px 0;box-shadow:0 1px 3px #0000000d}.score-block{background:#fafbfc;border:1px solid #e9ecef;padding:12px 16px;border-radius:8px;margin:12px 0}.content-block{margin-top:12px}.sidebar{display:none}.selenium-leftbar{position:fixed;top:0;bottom:0;left:300px;width:260px;background:#f8f9fa;border-right:1px solid #e9ecef;padding:16px;z-index:9}.selenium-leftbar-inner{position:sticky;top:16px}@media (max-width: 900px){.selenium-leftbar{left:0;width:220px}}.button{display:inline-block;background:var(--accent);color:#fff;border:0;padding:10px 14px;border-radius:10px;cursor:pointer}.button.secondary{background:transparent;border:1px solid #e9ecef;color:var(--text)}.row{display:flex;gap:8px;align-items:center;margin-bottom:16px}.small{color:var(--muted);font-size:13px}.scoreBadge{display:inline-flex;justify-content:center;align-items:center;text-align:center;padding:8px 16px;border-radius:8px;background:linear-gradient(135deg,#8061e1,#6c4fd4);color:#fff;font-weight:600;font-size:14px;box-shadow:0 2px 8px #8061e133;margin-bottom:12px}.molNode,.rxnNode{background:#fff;border:4px solid #e9ecef;color:var(--text);border-radius:12px;overflow:visible;width:280px;position:relative}.molNode .header,.rxnNode .header{padding:8px 10px;font-weight:600;display:flex;align-items:center;gap:8px}.molNode .body,.rxnNode .body{padding:10px;overflow:hidden}.molNode .smiles,.rxnNode .smiles{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:var(--muted)}.molNode .mol-svg{display:block;width:240px;height:160px;margin:8px auto 4px;border-radius:8px;background:#fff}.molNode .mol-svg svg{background:#fff!important}.rxnTag{display:inline-block;font-size:12px;padding:2px 6px;border-radius:8px;background:#eceaff;color:#4b4b7a;border:1px solid #e0e0ff}.molNode.stock{border-color:var(--stock)}.molNode.nostock{border-color:var(--nostock)}.molNode.root{border:4px solid #8061e1}.molNode.leaf{border:4px solid #AEDAD8;position:relative}.molNode.selected{border:4px solid #8061e1;box-shadow:0 0 0 4px #8061e133,0 4px 12px #8061e14d;background:#fafbff}.leaf-suggestions-btn{position:absolute;top:50%;right:-16px;transform:translateY(-50%);width:32px;height:32px;border:3px solid #AEDAD8;background:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:100;padding:0;pointer-events:auto;box-shadow:0 2px 6px #00000026}.leaf-suggestions-btn:hover{background:#aedad8;transform:translateY(-50%) scale(1.15);box-shadow:0 4px 12px #aedad880;border-color:#8ac5c3}.leaf-suggestions-btn svg{color:#5a9a98;font-weight:700}.leaf-suggestions-btn:hover svg{color:#fff}.leaf-suggestions-popup{position:absolute;top:0;left:calc(100% + 12px);width:450px;max-height:600px;background:#fff;border:2px solid #AEDAD8;border-radius:8px;box-shadow:0 8px 24px #00000026;z-index:1000;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;touch-action:auto}.leaf-suggestions-popup-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:2px solid #AEDAD8;background:#f5fafa}.leaf-suggestions-popup-header h5{margin:0;font-size:14px;font-weight:600;color:#2d4a49}.popup-close-btn{width:24px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0;transition:background .2s ease}.popup-close-btn:hover{background:#aedad84d}.popup-close-btn svg{color:#5a9a98}.leaf-suggestions-popup-body{padding:12px;overflow-y:auto;flex:1}.popup-subtitle{margin:0 0 12px;font-size:12px;color:#666}.popup-suggestions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px}.popup-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#5a9a98}.popup-loading .spinner{width:32px;height:32px;border:3px solid #e0f2f1;border-top-color:#aedad8;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.popup-loading p{margin:0;font-size:13px}.popup-error{padding:20px;text-align:center;color:#999}.popup-error p{margin:0;font-size:13px}.rxnNode{border:2px solid #000000}.react-flow__edge-path{stroke-width:2;stroke:#8a8a8c}.rxn-input{display:flex;gap:6px;margin-top:8px}.rxn-input-field{flex:1;background:#0e1530;color:#fff;border-radius:8px;padding:6px 8px;width:70%;border:0px}.rxn-input-button{background:#0e1530;border-radius:8px;color:#fff;padding:6px 8px;width:40%;cursor:pointer;transition:all .2s ease}.rxn-input-button:hover:not(:disabled){background:#1a2545;transform:translateY(-1px)}.rxn-input-button--locked,.rxn-input-button:disabled{opacity:.6;cursor:not-allowed;background:#6b7280}.rxn-input-button--locked:hover,.rxn-input-button:disabled:hover{transform:none;background:#6b7280}.plate-settings{margin-bottom:12px;padding:8px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.setting-group{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.setting-group:last-child{margin-bottom:0}.setting-group label{font-size:12px;font-weight:500;color:var(--muted);min-width:65px}.setting-select{background:#fff;border:1px solid #e9ecef;border-radius:4px;padding:3px 6px;font-size:11px;color:var(--text);width:120px}.setting-slider{width:60px;height:4px;background:#e9ecef;outline:none;border-radius:2px}.setting-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:var(--accent);border-radius:50%;cursor:pointer}.setting-slider::-moz-range-thumb{width:12px;height:12px;background:var(--accent);border-radius:50%;cursor:pointer;border:none}.single-step-retro{background:#fff}.single-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.single-step-header h4{margin:0;font-size:16px;font-weight:600;color:var(--text)}.single-step-description{margin:8px 0 0;font-size:13px;color:var(--muted);line-height:1.4}.load-transformations-btn{width:100%;padding:12px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.load-transformations-btn:hover:not(:disabled){background:#6d4ec6;transform:translateY(-1px)}.load-transformations-btn:disabled{opacity:.5;cursor:not-allowed}.reset-selection-btn{padding:6px 12px;background:#fff;color:var(--accent);border:1px solid var(--accent);border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.reset-selection-btn:hover{background:var(--accent);color:#fff}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;gap:12px}.spinner{width:32px;height:32px;border:3px solid #e9ecef;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.loading-state p{margin:0;color:var(--muted);font-size:14px}.error-state{padding:16px;background:#fff3f3;border:1px solid #ffcccc;border-radius:6px;text-align:center}.error-state p{margin:0 0 12px;color:#c92a2a;font-size:14px}.error-state button{padding:8px 16px;background:#fff;color:#c92a2a;border:1px solid #c92a2a;border-radius:6px;font-size:13px;cursor:pointer}.transformations-grid-container{margin-top:8px}.transformations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;max-height:500px;overflow-y:auto;padding:4px}.transformation-card{background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:8px;cursor:pointer;transition:all .2s ease}.transformation-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #8061e126}.transformation-card.selected{border-color:var(--accent);background:#f5f2ff;box-shadow:0 4px 12px #8061e133}.transformation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #f0f0f0}.transformation-index{font-size:12px;font-weight:600;color:var(--muted)}.transformation-score{font-size:12px;font-weight:600;color:var(--accent)}.transformation-reactants{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.reactant-card{background:#fff;border:1px solid #e9ecef;border-radius:4px;padding:4px;min-height:80px;display:flex;align-items:center;justify-content:center}.reactant-svg{width:100%;height:80px;display:flex;align-items:center;justify-content:center}.reactant-svg svg{max-width:100%;max-height:100%;background:#fff!important}.reactant-svg.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e9ecef,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.transformation-count{font-size:11px;color:var(--muted);text-align:center}.selected-transformation{display:flex;justify-content:center}.selected-transformation .transformation-card{max-width:300px;width:100%}.add-to-tree-actions{margin-top:16px;display:flex;justify-content:center}.add-to-tree-btn{padding:12px 24px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #8061e14d}.add-to-tree-btn:hover:not(:disabled){background:#6d4ec6;transform:translateY(-2px);box-shadow:0 4px 12px #8061e166}.add-to-tree-btn:disabled{opacity:.6;cursor:not-allowed}.success-message{padding:12px 20px;background:#e8f5e9;color:#2e7d32;border:1px solid #4caf50;border-radius:8px;font-size:14px;font-weight:500;text-align:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.agent-chat{background:#fff;display:flex;flex-direction:column;height:100%;min-height:0}.agent-chat-messages{flex:1;overflow-y:auto;min-height:0;padding:20px}.agent-chat-welcome{text-align:center;padding:24px 16px;color:var(--muted)}.agent-chat-welcome .welcome-icon{font-size:48px;margin-bottom:12px}.agent-chat-welcome p{margin:8px 0;font-size:14px}.agent-chat-welcome p.small-hint{font-size:12px;color:#999}.agent-chat-welcome ul{text-align:left;margin:12px auto 0;padding-left:24px;max-width:300px;font-size:13px;line-height:1.6}.agent-message{margin-bottom:16px;padding:12px;border-radius:8px;animation:fadeIn .3s ease;text-align:left}.agent-message.user{background:#e7f0ff;border:1px solid #b3d7ff;margin-left:20px}.agent-message.assistant{background:#fff;border:1px solid #e9ecef;margin-right:20px}.agent-message.tool{background:#f8f7fc;border:1px solid #d4c5f9;margin:12px 20px}.agent-message.error{background:#fff3f3;border:1px solid #ffcccc;color:#c92a2a}.agent-message.typing{margin-right:20px}.agent-message-content{font-size:14px;line-height:1.6;color:var(--text)}.agent-message-content h1,.agent-message-content h2,.agent-message-content h3,.agent-message-content h4,.agent-message-content h5,.agent-message-content h6{margin:16px 0 8px;font-weight:600}.agent-message-content p{margin:8px 0}.agent-message-content ul,.agent-message-content ol{margin:8px 0;padding-left:24px}.agent-message-content code{background:#f5f2ff;padding:2px 6px;border-radius:3px;font-size:12px;font-family:ui-monospace,monospace}.agent-message-content pre{background:#f5f2ff;padding:12px;border-radius:6px;overflow-x:auto;font-size:12px}.typing-indicator{display:flex;gap:4px;padding:8px 0}.typing-indicator span{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.agent-chat-input-container{padding:16px 20px 20px;background:#fff;border-top:1px solid #f0f0f0}.agent-chat-input{display:flex;gap:8px;align-items:center;margin-bottom:8px;padding:8px;border:1px solid #e9ecef;border-radius:8px;background:#fff;transition:border-color .2s ease}.agent-chat-input:focus-within{border-color:var(--accent)}.suggestions-btn{width:20px;min-width:20px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;flex-shrink:0}.suggestions-btn:hover:not(:disabled){color:var(--accent);transform:scale(1.05)}.suggestions-btn:disabled{opacity:.4;cursor:not-allowed}.agent-chat-textarea{flex:1;padding:4px 8px;border:none;font-size:14px;font-family:inherit;resize:none;min-height:24px;max-height:120px;overflow-y:auto;background:transparent;color:var(--text);text-align:left;outline:none}.agent-chat-textarea::placeholder{color:#999}.agent-send-button{width:36px;height:36px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.agent-send-button:hover:not(:disabled){transform:scale(1.15)}.agent-send-button:disabled{cursor:not-allowed}.send-button-icon{width:36px;height:36px;filter:brightness(0) saturate(100%)}.send-button-spinner{width:35px;height:35px;animation:rotate-logo 1s linear infinite;filter:brightness(0) saturate(100%)}.agent-chat-hint{font-size:11px;color:var(--muted);text-align:left;margin-top:4px}.suggestions-container{margin:16px 0;padding:16px;background:#fafbfc;border-radius:8px;border:1px solid #e9ecef}.suggestions-header{margin-bottom:12px}.suggestions-header h5{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--text)}.suggestions-subtitle{margin:0;font-size:12px;color:var(--muted)}.suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;max-height:400px;overflow-y:auto;padding:4px}.suggestion-card{background:#fff;border:2px solid #e9ecef;border-radius:6px;padding:6px;cursor:pointer;transition:all .2s ease}.suggestion-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #8061e126}.suggestion-card.selected{border-color:var(--accent);background:#f5f2ff;box-shadow:0 4px 12px #8061e133}.suggestion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #f0f0f0}.suggestion-index{font-size:11px;font-weight:600;color:var(--muted)}.suggestion-score{font-size:11px;font-weight:600;color:var(--accent)}.suggestion-reactants{display:flex;flex-direction:column;gap:4px;margin-bottom:6px}.reactant-card-mini{background:#fff;border:1px solid #e9ecef;border-radius:3px;padding:3px;min-height:60px;display:flex;align-items:center;justify-content:center}.reactant-svg-mini{width:100%;height:60px;display:flex;align-items:center;justify-content:center}.reactant-svg-mini svg{max-width:100%;max-height:100%;background:#fff!important}.reactant-svg-mini.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e9ecef,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.suggestion-count{font-size:10px;color:var(--muted);text-align:center}.success-message-inline{margin-top:12px;padding:10px;background:#e8f5e9;color:#2e7d32;border:1px solid #4caf50;border-radius:6px;font-size:13px;font-weight:500;text-align:center;animation:fadeIn .3s ease}.plate-design-status{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:8px;background:#f8f9fa;border:1px solid #e9ecef}.plate-design-status.pending{background:#fff9f0;border-color:#ffd966}.plate-design-status.designing{background:#f0f5ff;border-color:#8061e1}.plate-design-status.complete{background:#e8f5e9;border-color:#4caf50}.plate-design-status.error{background:#fff3f3;border-color:#fcc}.plate-design-status .status-icon{font-size:16px;margin-right:6px}.plate-design-status .status-text{font-size:12px;font-weight:500;color:var(--text);display:flex;align-items:center}.progress-bar-container{width:100%;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#8061e1,#6c4fd4);transition:width .3s ease;border-radius:3px}.view-conditions-btn{margin-top:8px;padding:6px 12px;background:#4caf50;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-conditions-btn:hover{background:#45a049;transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}.selenium-session-bar{width:100%;height:100%;min-height:0;background:transparent;color:#333;padding:0;display:flex;flex-direction:column;font-family:inherit;overflow:hidden}.new-session-btn{background-color:#fff;border:1px solid #ddd;color:#333;padding:10px 14px;border-radius:4px;cursor:pointer;margin:0 0 30px;text-align:left;font-size:15px;font-weight:500;transition:background .2s,border-color .2s,color .2s;box-shadow:0 1px 2px #00000008;flex-shrink:0}.session-list{list-style:none;padding:0;margin:0;flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#bdbdbd transparent}.session-name-wrapper{display:flex;align-items:center;gap:4px;min-width:0}.edit-name-btn{display:none;padding:2px;background:transparent;border:none;cursor:pointer;color:#9ca3af;flex-shrink:0;border-radius:3px;transition:all .15s}.session-item:hover .edit-name-btn{display:flex;align-items:center;justify-content:center}.edit-name-btn:hover{background:#f3f4f6;color:#4f46e5}.session-name-input{width:100%;padding:2px 6px;border:1px solid #4f46e5;border-radius:3px;font-size:12px;font-weight:500;background:#fff;color:#000}.session-name-input:focus{outline:none;box-shadow:0 0 0 2px #4f46e526}:root{--contexify-zIndex:666;--contexify-menu-minWidth:220px;--contexify-menu-padding:6px;--contexify-menu-radius:6px;--contexify-menu-bgColor:#fff;--contexify-menu-shadow:1px 2px 2px rgba(0,0,0,.1),2px 4px 4px rgba(0,0,0,.1),3px 6px 6px rgba(0,0,0,.1);--contexify-menu-negatePadding:var(--contexify-menu-padding);--contexify-separator-color:rgba(0,0,0,.2);--contexify-separator-margin:5px;--contexify-itemContent-padding:6px;--contexify-activeItem-radius:4px;--contexify-item-color:#333;--contexify-activeItem-color:#fff;--contexify-activeItem-bgColor:#3498db;--contexify-rightSlot-color:#6f6e77;--contexify-activeRightSlot-color:#fff;--contexify-arrow-color:#6f6e77;--contexify-activeArrow-color:#fff}@keyframes contexify_feedback{0%{opacity:.4}to{opacity:1}}.contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--contexify-menu-bgColor);box-sizing:border-box;box-shadow:var(--contexify-menu-shadow);border-radius:var(--contexify-menu-radius);padding:var(--contexify-menu-padding);min-width:var(--contexify-menu-minWidth);z-index:var(--contexify-zIndex)}.contexify_submenu-isOpen,.contexify_submenu-isOpen>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_submenu-isOpen>.contexify_submenu{pointer-events:auto;opacity:1}.contexify .contexify_submenu{position:absolute;pointer-events:none;transition:opacity .265s;top:calc(-1 * var(--contexify-menu-negatePadding));left:100%}.contexify .contexify_submenu-bottom{bottom:calc(-1 * var(--contexify-menu-negatePadding));top:unset}.contexify .contexify_submenu-right{right:100%;left:unset}.contexify_rightSlot{margin-left:auto;display:-ms-flexbox;display:flex;color:var(--contexify-rightSlot-color)}.contexify_separator{height:1px;cursor:default;margin:var(--contexify-separator-margin);background-color:var(--contexify-separator-color)}.contexify_willLeave-disabled{pointer-events:none}.contexify_item{cursor:pointer;position:relative}.contexify_item:focus{outline:0}.contexify_item:focus .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeRightSlot-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup]>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-arrow-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup].contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled)[aria-haspopup]:hover>.contexify_itemContent .contexify_rightSlot,.contexify_item[aria-haspopup]:focus>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_item:not(.contexify_item-disabled):focus>.contexify_itemContent,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_item:not(.contexify_item-disabled):hover>.contexify_submenu{pointer-events:auto;opacity:1}.contexify_item-disabled{cursor:default;opacity:.5}.contexify_itemContent{padding:var(--contexify-itemContent-padding);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;color:var(--contexify-item-color);position:relative}.contexify_item-feedback{animation:contexify_feedback .12s both}.contexify_theme-dark{--contexify-menu-bgColor:rgba(40,40,40,.98);--contexify-separator-color:#4c4c4c;--contexify-item-color:#fff}.contexify_theme-light{--contexify-separator-color:#eee;--contexify-item-color:#666;--contexify-activeItem-color:#3498db;--contexify-activeItem-bgColor:#e0eefd;--contexify-activeRightSlot-color:#3498db;--contexify-active-arrow-color:#3498db}@keyframes contexify_scaleIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes contexify_scaleOut{0%{opacity:1}to{opacity:0;transform:scale3d(.3,.3,.3)}}.contexify_willEnter-scale{transform-origin:top left;animation:contexify_scaleIn .3s}.contexify_willLeave-scale{transform-origin:top left;animation:contexify_scaleOut .3s}@keyframes contexify_fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes contexify_fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.contexify_willEnter-fade{animation:contexify_fadeIn .3s ease}.contexify_willLeave-fade{animation:contexify_fadeOut .3s ease}@keyframes contexify_flipInX{0%{transform:perspective(800px) rotateX(45deg)}to{transform:perspective(800px)}}@keyframes contexify_flipOutX{0%{transform:perspective(800px)}to{transform:perspective(800px) rotateX(45deg);opacity:0}}.contexify_willEnter-flip{animation:contexify_flipInX .3s}.contexify_willEnter-flip,.contexify_willLeave-flip{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;transform-origin:top center}.contexify_willLeave-flip{animation:contexify_flipOutX .3s}@keyframes contexify_slideIn{0%{opacity:0;transform:scaleY(.3)}to{opacity:1}}@keyframes contexify_slideOut{0%{opacity:1}to{opacity:0;transform:scaleY(.3)}}.contexify_willEnter-slide{transform-origin:top center;animation:contexify_slideIn .3s}.contexify_willLeave-slide{transform-origin:top center;animation:contexify_slideOut .3s}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.button-common-styles{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.scrollbar{scrollbar-width:thin}.scrollbar ::-webkit-scrollbar-track{background-color:transparent}.scrollbar::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.scrollbar::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.scrollbar::-webkit-scrollbar-thumb:active,.scrollbar::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.cliparea-module_cliparea__GdPrN{background:transparent!important;border:none!important;bottom:0;color:transparent!important;display:block;font-size:1px;height:0!important;left:0;outline:none;overflow:hidden;padding:0!important;position:absolute;resize:none;-webkit-user-select:text;-moz-user-select:text;user-select:text;width:0!important;z-index:-1}.ActionButton-module_button-common-styles__y-hng{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ActionButton-module_scrollbar__lD3MH{scrollbar-width:thin}.ActionButton-module_scrollbar__lD3MH ::-webkit-scrollbar-track{background-color:transparent}.ActionButton-module_scrollbar__lD3MH::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ActionButton-module_scrollbar__lD3MH::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ActionButton-module_scrollbar__lD3MH::-webkit-scrollbar-thumb:active,.ActionButton-module_scrollbar__lD3MH::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ActionButton-module_button__nfoWQ{background-color:#fff;background-image:none;background:inherit;border:0;border-radius:4px;color:#333;cursor:pointer;display:inline-block;display:block;height:32px;margin:4px;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:32px}.ActionButton-module_button__nfoWQ:active{background-image:none;outline:0}.ActionButton-module_button__nfoWQ[disabled],fieldset[disabled] .ActionButton-module_button__nfoWQ{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.ActionButton-module_button__nfoWQ>input[type=file]{left:-9999px;position:absolute}.ActionButton-module_button__nfoWQ+button,.ActionButton-module_button__nfoWQ+input[type=reset],.ActionButton-module_button__nfoWQ+input[type=submit]{margin-left:.3em}.ActionButton-module_button__nfoWQ:after,.ActionButton-module_button__nfoWQ:before{display:inline-block;vertical-align:middle}.ActionButton-module_button__nfoWQ:after{left:0;position:absolute}.ActionButton-module_button__nfoWQ:hover{background-image:none;color:#188794}.ActionButton-module_button__nfoWQ:active,.ActionButton-module_button__nfoWQ[disabled]{box-shadow:none;transform:scale(none);transform:scale(1);transition:transform,.2s,ease-out}.ActionButton-module_button__nfoWQ>svg{font-size:22px;height:22px;left:.1em;position:absolute;top:.1em;width:22px}.ActionButton-module_button__nfoWQ.ActionButton-module_selected__kPCxA,.ActionButton-module_button__nfoWQ:active{background:#167782;color:#fff}.ActionButton-module_button__nfoWQ.ActionButton-module_selected__kPCxA:hover,.ActionButton-module_button__nfoWQ:active:hover{background-color:#188794}.InfoModal-module_infoModalOverlay__Ve2pm{align-items:center;background:#78787833;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:40}.InfoModal-module_infoModalOverlay__Ve2pm .InfoModal-module_infoModalWindow__Qd-UI{background-clip:padding-box;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;max-height:300px;opacity:1;outline:0;position:relative;text-align:left;transform:scale(1);transition:transform .3s,opacity .3s;vertical-align:middle;width:360px}.InfoModal-module_infoModalWindow__Qd-UI header{align-items:center;border-radius:6px 6px 0 0;color:#333;display:flex;font-size:14px;font-weight:500;line-height:14px;padding:12px}.InfoModal-module_infoModalBody__BYoCY{font-size:12px;height:100%;line-height:14px;overflow:auto;padding:12px}.InfoModal-module_infoModalBody__BYoCY::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.InfoModal-module_infoModalBody__BYoCY::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.InfoModal-module_infoModalBody__BYoCY::-webkit-scrollbar-track{background-color:transparent;scrollbar-width:thin}.InfoModal-module_infoModalBody__BYoCY::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.InfoModal-module_infoModalWindow__Qd-UI footer{display:flex;gap:8px;justify-content:flex-end;padding:16px 12px 12px}.InfoModal-module_modalHidden__6HnzH{display:none}.InfoModal-module_ok__BETvY{background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;font-size:12px;height:24px;min-width:70px}.InfoModal-module_ok__BETvY:active,.InfoModal-module_ok__BETvY:hover{background-color:#4fb3bf}.InfoModal-module_ok__BETvY:disabled{background-color:#e1e5ea;color:#333}.Dialog-module_button-common-styles__Xehyp{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Dialog-module_scrollbar__L8hUr{scrollbar-width:thin}.Dialog-module_scrollbar__L8hUr ::-webkit-scrollbar-track{background-color:transparent}.Dialog-module_scrollbar__L8hUr::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Dialog-module_scrollbar__L8hUr::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Dialog-module_scrollbar__L8hUr::-webkit-scrollbar-thumb:active,.Dialog-module_scrollbar__L8hUr::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Dialog-module_dialog__hiRBI{background-clip:padding-box;background-color:#fff;border-radius:8px;color:#585858;display:flex;flex-direction:column;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;opacity:1;outline:0;position:relative;text-align:left;transform:scale(1);transition:transform .3s,opacity .3s;vertical-align:middle}.Dialog-module_dialog__hiRBI.Dialog-module_hide__bbkvB{opacity:.2;transform:scale(.5)}.Dialog-module_header__8QGek{align-items:center;border-radius:6px 6px 0 0;box-sizing:content-box;color:#333;display:flex;font-size:14px;font-weight:500;line-height:12px;padding:12px}.Dialog-module_header__8QGek .Dialog-module_btnContainer__ulrFM{align-items:flex-end;display:flex;flex-direction:row;flex-grow:1}.Dialog-module_header__8QGek .Dialog-module_buttonTop__91ha8{align-self:center;background-color:transparent;border:none;height:16px;margin-left:auto;padding:0;width:16px}.Dialog-module_header__8QGek .Dialog-module_buttonTop__91ha8 .Dialog-module_closeButton__XyaAE{height:100%;width:100%}.Dialog-module_footer__PliV0{display:flex;gap:8px;justify-content:flex-end;padding:16px 12px 12px}.Dialog-module_footer__PliV0 .Dialog-module_ok__BUQ6q{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Dialog-module_footer__PliV0 .Dialog-module_ok__BUQ6q:active,.Dialog-module_footer__PliV0 .Dialog-module_ok__BUQ6q:hover{background-color:#4fb3bf}.Dialog-module_footer__PliV0 .Dialog-module_ok__BUQ6q:disabled{background-color:#e1e5ea;color:#333}.Dialog-module_footer__PliV0 .Dialog-module_cancel__8d83c{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Dialog-module_footer__PliV0 .Dialog-module_cancel__8d83c:active,.Dialog-module_footer__PliV0 .Dialog-module_cancel__8d83c:hover{border:1px solid #333;color:#333}.Dialog-module_footer__PliV0 .Dialog-module_cancel__8d83c:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Dialog-module_withDivider__YBKiQ{border-bottom:1px solid #e1e5ea;height:36px;margin:0;padding:0 12px}.Dialog-module_body__EWh4H{font-size:12px;height:100%;line-height:14px;overflow:auto;scrollbar-width:thin}.Dialog-module_body__EWh4H ::-webkit-scrollbar-track{background-color:transparent}.Dialog-module_body__EWh4H::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Dialog-module_body__EWh4H::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Dialog-module_body__EWh4H::-webkit-scrollbar-thumb:active,.Dialog-module_body__EWh4H::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Dialog-module_withMargin__-zVS4{margin:0 12px}.DefaultMultiTool-module_default__zNTMe button{display:initial}.GroupedMultiTool-module_group__BJQAU{display:flex;flex-direction:column}.GroupedMultiTool-module_group__BJQAU:not(:first-of-type){border-top:1px solid #cad3dd;margin-top:4px;padding-top:5px}.ToolbarMultiToolItem-module_button-common-styles__Fuxbo{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ToolbarMultiToolItem-module_scrollbar__XTmfz{scrollbar-width:thin}.ToolbarMultiToolItem-module_scrollbar__XTmfz ::-webkit-scrollbar-track{background-color:transparent}.ToolbarMultiToolItem-module_scrollbar__XTmfz::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ToolbarMultiToolItem-module_scrollbar__XTmfz::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ToolbarMultiToolItem-module_scrollbar__XTmfz::-webkit-scrollbar-thumb:active,.ToolbarMultiToolItem-module_scrollbar__XTmfz::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ToolbarMultiToolItem-module_icon__-HQal{fill:#333;bottom:0;display:block;height:7px;position:absolute;right:0;width:7px}.ToolbarMultiToolItem-module_iconSelected__hlO0J,.ToolbarMultiToolItem-module_root__uTaId:active .ToolbarMultiToolItem-module_icon__-HQal{fill:#fff}.ToolbarMultiToolItem-module_portal__2XJgz{background:#fff;border:1px solid #cad3dd;border-radius:5px;box-shadow:3px 4px 4px #67688440;position:absolute;white-space:nowrap;word-break:keep-all;z-index:20}.ToolbarMultiToolItem-module_portal__2XJgz>button{height:28px;width:28px}.ToolbarMultiToolItem-module_portal__2XJgz>button>svg{left:3px;top:3px}.ToolbarMultiToolItem-module_portal__2XJgz kbd{color:#cad3dd;display:none;font:.8em monospace}.ToolbarMultiToolItem-module_portal-vertical__A0DVe{display:flex;flex-direction:column}.BottomToolbar-module_button-common-styles__PbtE9{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.BottomToolbar-module_scrollbar__i1f8P{scrollbar-width:thin}.BottomToolbar-module_scrollbar__i1f8P ::-webkit-scrollbar-track{background-color:transparent}.BottomToolbar-module_scrollbar__i1f8P::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.BottomToolbar-module_scrollbar__i1f8P::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.BottomToolbar-module_scrollbar__i1f8P::-webkit-scrollbar-thumb:active,.BottomToolbar-module_scrollbar__i1f8P::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.BottomToolbar-module_group__b-pGt{align-items:center;display:flex}.BottomToolbar-module_root__kjkSm{display:flex;flex-direction:row;flex-wrap:wrap;height:36px;overflow:visible;padding:0 6px 6px}.BottomToolbar-module_root__kjkSm div{position:relative;text-align:center}.BottomToolbar-module_root__kjkSm>div>div{margin-bottom:6px}.BottomToolbar-module_root__kjkSm kbd{color:#cad3dd;display:none;font:.8em monospace}.BottomToolbar-module_root__kjkSm .BottomToolbar-module_group__b-pGt{background-color:#fff;border-radius:4px;box-shadow:0 2px 5px #67688426;flex-direction:row}.BottomToolbar-module_root__kjkSm button{height:28px;margin:4px;width:28px}.BottomToolbar-module_root__kjkSm button>svg{left:3px;top:3px}.ArrowScroll-module_scroll__h9kCx{background:#fff;display:flex;flex-direction:column;min-height:32px;width:36px}.ArrowScroll-module_button__ygMgL{background:transparent;border:none;font-size:15px!important;height:50%;width:100%}.ArrowScroll-module_down__yDzZX{bottom:0;position:absolute}.ArrowScroll-module_up__Q1ubd{position:absolute;top:0}.LeftToolbar-module_button-common-styles__WgnON{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.LeftToolbar-module_scrollbar__OBwid{scrollbar-width:thin}.LeftToolbar-module_scrollbar__OBwid ::-webkit-scrollbar-track{background-color:transparent}.LeftToolbar-module_scrollbar__OBwid::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.LeftToolbar-module_scrollbar__OBwid::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.LeftToolbar-module_scrollbar__OBwid::-webkit-scrollbar-thumb:active,.LeftToolbar-module_scrollbar__OBwid::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.LeftToolbar-module_group__0s41t{align-items:center;display:flex}.LeftToolbar-module_root__yhhZm{-ms-overflow-style:none;align-items:center;align-items:flex-start;display:flex;flex-direction:column;margin-left:6px;margin-top:12px;overflow:hidden;padding-right:5px;scrollbar-width:thin;width:41px}.LeftToolbar-module_root__yhhZm div{position:relative;text-align:center}.LeftToolbar-module_root__yhhZm>div>div{margin-bottom:6px}.LeftToolbar-module_root__yhhZm kbd{color:#cad3dd;display:none;font:.8em monospace}.LeftToolbar-module_root__yhhZm .LeftToolbar-module_group__0s41t{flex-direction:column}.LeftToolbar-module_root__yhhZm .LeftToolbar-module_group__0s41t:not(:last-of-type){border-bottom:1px solid #eff2f5;margin-bottom:6px}.LeftToolbar-module_root__yhhZm ::-webkit-scrollbar-track{background-color:transparent}.LeftToolbar-module_root__yhhZm::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.LeftToolbar-module_root__yhhZm::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.LeftToolbar-module_root__yhhZm::-webkit-scrollbar-thumb:active,.LeftToolbar-module_root__yhhZm::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.LeftToolbar-module_root__yhhZm .LeftToolbar-module_group__0s41t:not(:last-of-type){border-bottom:none}.LeftToolbar-module_buttons__lnIjn{overflow:hidden;padding-right:5px;scroll-behavior:smooth}.LeftToolbar-module_borderOff__om425{border-bottom:none!important}.LeftToolbar-module_groupItem__OqQu0{background-color:#fff;border-radius:4px;box-shadow:0 2px 5px #67688426;padding:2px}.LeftToolbar-module_groupItem__OqQu0 svg{bottom:3px;right:3px}.LeftToolbar-module_groupItem__OqQu0 button{height:28px;margin:2px;width:28px}.LeftToolbar-module_groupItem__OqQu0 button>svg{left:3px;top:3px}.Atom-module_button-common-styles__j3EUJ{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Atom-module_scrollbar__iO-Ni{scrollbar-width:thin}.Atom-module_scrollbar__iO-Ni ::-webkit-scrollbar-track{background-color:transparent}.Atom-module_scrollbar__iO-Ni::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Atom-module_scrollbar__iO-Ni::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Atom-module_scrollbar__iO-Ni::-webkit-scrollbar-thumb:active,.Atom-module_scrollbar__iO-Ni::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Atom-module_atom__g2RUu{background-color:#fff;background-color:transparent;background-image:none;border-color:#cad3dd;border-radius:0;color:#333;cursor:pointer;display:inline-block;height:32px;margin:2px 4px;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:32px}.Atom-module_atom__g2RUu:active{background-image:none;outline:0}.Atom-module_atom__g2RUu[disabled],fieldset[disabled] .Atom-module_atom__g2RUu{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.Atom-module_atom__g2RUu>input[type=file]{left:-9999px;position:absolute}.Atom-module_atom__g2RUu+button,.Atom-module_atom__g2RUu+input[type=reset],.Atom-module_atom__g2RUu+input[type=submit]{margin-left:.3em}.Atom-module_atom__g2RUu[disabled]{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.5}.RightToolbar-module_button-common-styles__fNlqY{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.RightToolbar-module_scrollbar__2Q0UU{scrollbar-width:thin}.RightToolbar-module_scrollbar__2Q0UU ::-webkit-scrollbar-track{background-color:transparent}.RightToolbar-module_scrollbar__2Q0UU::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.RightToolbar-module_scrollbar__2Q0UU::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.RightToolbar-module_scrollbar__2Q0UU::-webkit-scrollbar-thumb:active,.RightToolbar-module_scrollbar__2Q0UU::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.RightToolbar-module_group__3mhUx{align-items:center;display:flex}.RightToolbar-module_root__1D5hp{-ms-overflow-style:none;align-items:center;display:flex;flex-direction:column;margin-right:6px;margin-top:10px;overflow:hidden;padding-left:5px;scrollbar-width:thin;width:41px}.RightToolbar-module_root__1D5hp div{position:relative;text-align:center}.RightToolbar-module_root__1D5hp>div>div{margin-bottom:6px}.RightToolbar-module_root__1D5hp kbd{color:#cad3dd;display:none;font:.8em monospace}.RightToolbar-module_root__1D5hp .RightToolbar-module_group__3mhUx{flex-direction:column}.RightToolbar-module_root__1D5hp .RightToolbar-module_group__3mhUx:not(:last-of-type){border-bottom:1px solid #eff2f5;margin-bottom:6px}.RightToolbar-module_root__1D5hp ::-webkit-scrollbar-track{background-color:transparent}.RightToolbar-module_root__1D5hp::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.RightToolbar-module_root__1D5hp::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.RightToolbar-module_root__1D5hp::-webkit-scrollbar-thumb:active,.RightToolbar-module_root__1D5hp::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.RightToolbar-module_root__1D5hp .RightToolbar-module_group__3mhUx:not(:last-of-type){border-bottom:none;margin-bottom:0;padding-bottom:2px}.RightToolbar-module_root__1D5hp .RightToolbar-module_group__3mhUx:not(:last-of-type).RightToolbar-module_atomsList__ar08-{margin-bottom:8px;margin-top:2px}.RightToolbar-module_groupItem__KHL-v{padding:2px 0}.RightToolbar-module_buttons__YxRHI{background-color:#fff;border-radius:4px;box-shadow:0 2px 5px #67688426;overflow:hidden;scroll-behavior:smooth;width:100%}.RightToolbar-module_buttons__YxRHI .RightToolbar-module_button__KwZD8{border-radius:4px;margin-bottom:2px;margin-top:4px}.RightToolbar-module_buttons__YxRHI button{border-radius:4px;font-size:14px;font-weight:600;height:28px;margin:2px;width:28px}.RightToolbar-module_buttons__YxRHI button svg{bottom:1px;left:1px;margin:auto;right:1px;top:1px}.FloatingTools-module_button-common-styles__5y-1V{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.FloatingTools-module_scrollbar__yoYi0{scrollbar-width:thin}.FloatingTools-module_scrollbar__yoYi0 ::-webkit-scrollbar-track{background-color:transparent}.FloatingTools-module_scrollbar__yoYi0::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.FloatingTools-module_scrollbar__yoYi0::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.FloatingTools-module_scrollbar__yoYi0::-webkit-scrollbar-thumb:active,.FloatingTools-module_scrollbar__yoYi0::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.FloatingTools-module_group__pQ-sJ{align-items:center;display:flex}.FloatingTools-module_wrapper__OFeE9{display:flex;position:absolute;translate:-50% calc(-50% - 40px)}.FloatingTools-module_wrapper__OFeE9 div{position:relative;text-align:center}.FloatingTools-module_wrapper__OFeE9>div>div{margin-bottom:6px}.FloatingTools-module_wrapper__OFeE9 kbd{color:#cad3dd;display:none;font:.8em monospace}.FloatingTools-module_wrapper__OFeE9 .FloatingTools-module_item__UcfDN{background-color:#fff;border-radius:4px;box-shadow:0 6px 10px #67688426;height:28px;width:28px}.FloatingTools-module_wrapper__OFeE9 .FloatingTools-module_item__UcfDN>svg{height:20px;left:50%;top:50%;transform:translate(-50%,-50%);width:20px}.Modal-module_button-common-styles__ko9E5{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Modal-module_scrollbar__yPIJc{scrollbar-width:thin}.Modal-module_scrollbar__yPIJc ::-webkit-scrollbar-track{background-color:transparent}.Modal-module_scrollbar__yPIJc::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Modal-module_scrollbar__yPIJc::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Modal-module_scrollbar__yPIJc::-webkit-scrollbar-thumb:active,.Modal-module_scrollbar__yPIJc::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Modal-module_modalOverlay__AzVeg{align-items:center;background-color:#5e5e5e33;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M0 10 10 0zm12-2-4 4zM-2 2l4-4z' stroke='%23555' stroke-width='2' stroke-opacity='.02'/%3E%3C/svg%3E");background:none\	;bottom:0;display:flex;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#335e5e5e",endColorstr="#335e5e5e");justify-content:center;left:0;position:absolute;right:0;top:0;z-index:40}.Modal-module_modalOverlay__AzVeg:not([ie9]){filter:progid:dximagetransform.microsoft.gradient(enabled="false")}.Modal-module_modalOverlay__AzVeg.Modal-module_animate__pnPNj{transition:background-color .3s}.Modal-module_modalOverlay__AzVeg.Modal-module_hide__0CTey{background-color:#5e5e5e03}.Modal-module_modalOverlay__AzVeg:after{content:"";display:inline-block;height:100%;vertical-align:middle}.Modal-module_modalOverlay__AzVeg .Modal-module_smallScreen__nzt2L{max-height:90%;max-width:90%}.Select-module_button-common-styles__cgaVz{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Select-module_scrollbar__cA89D{scrollbar-width:thin}.Select-module_scrollbar__cA89D ::-webkit-scrollbar-track{background-color:transparent}.Select-module_scrollbar__cA89D::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Select-module_scrollbar__cA89D::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Select-module_scrollbar__cA89D::-webkit-scrollbar-thumb:active,.Select-module_scrollbar__cA89D::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Select-module_dropdownList__rdcrH .MuiPaper-root{border-radius:0 0 4px 4px;box-shadow:0 6px 10px #67688426;color:#333}.Select-module_dropdownList__rdcrH .MuiMenuItem-root{color:#333;cursor:default;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;min-height:28px;padding:0 8px}.Select-module_dropdownList__rdcrH .MuiMenuItem-root:hover{background-color:#f3f5f799;border-left:2px solid #167782;padding-left:6px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list{background-color:#fff;box-shadow:none;display:inline-block;max-height:200px;overflow:auto;padding:0;scrollbar-width:thin;width:100%}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list ::-webkit-scrollbar-track{background-color:transparent}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar-thumb:active,.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar{background-color:#fff;width:4px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar-thumb{border-radius:2px;-webkit-border-radius:2px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list .Mui-selected{background-color:#fff}.Select-module_dropdownList__rdcrH .Select-module_listDivider__4vJyh{border:.5px solid #e1e5ea;margin:4px 8px}.Select-module_selectContainer__yXT-t{width:100%}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-root .MuiSelect-select{background-color:#fff;border:1px solid #cad3dd;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#333;cursor:default;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;height:24px;line-height:22px;min-height:24px;padding:0 8px;padding-right:24px!important;width:100%}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-root .MuiSelect-select .MuiSelect-nativeInput{border:none;padding:0}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-root .MuiSelect-select:hover{border:1px solid #43b5c0}.Select-module_selectContainer__yXT-t .Mui-focused .MuiSelect-select{border-color:#167782}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-notchedOutline{border:none}.Select-module_selectContainer__yXT-t .MuiSelect-icon{height:16px;width:16px}.LoadingCircles-module_container__MPCs0{align-items:flex-start;display:flex;flex-direction:row;height:12px;justify-content:space-between;margin-top:10px;width:40px}.LoadingCircles-module_container__MPCs0 span{border:2px solid #005662;border-radius:100%;box-sizing:border-box;display:inline-block;height:8px;width:8px}.LoadingCircles-module_container__MPCs0 span:first-child{animation:LoadingCircles-module_bounce__gCepS 1s ease-in-out infinite}.LoadingCircles-module_container__MPCs0 span:nth-child(2){animation:LoadingCircles-module_bounce__gCepS 1s ease-in-out .33s infinite}.LoadingCircles-module_container__MPCs0 span:nth-child(3){animation:LoadingCircles-module_bounce__gCepS 1s ease-in-out .66s infinite}@keyframes LoadingCircles-module_bounce__gCepS{0%,75%,to{transform:translateY(0)}25%{transform:translateY(-100%)}}.StructEditor-module_button-common-styles__3P7PO{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.StructEditor-module_scrollbar__SUs-o{scrollbar-width:thin}.StructEditor-module_scrollbar__SUs-o ::-webkit-scrollbar-track{background-color:transparent}.StructEditor-module_scrollbar__SUs-o::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.StructEditor-module_scrollbar__SUs-o::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.StructEditor-module_scrollbar__SUs-o::-webkit-scrollbar-thumb:active,.StructEditor-module_scrollbar__SUs-o::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.StructEditor-module_spinnerOverlay__5H1IM{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}.StructEditor-module_canvas__LLnzh{overflow:hidden;position:relative;scrollbar-width:thin;-webkit-user-select:none;-moz-user-select:none;user-select:none}.StructEditor-module_canvas__LLnzh .StructEditor-module_measureLog__B2wuy{background-color:#fff;border:1px solid #cad3dd;border-radius:0 5px;height:1.2em;min-width:8em;opacity:0;padding:.3em;position:absolute;right:0;text-align:center;top:0;transition:opacity .5s}.StructEditor-module_canvas__LLnzh .StructEditor-module_measureLog__B2wuy.StructEditor-module_visible__3eFNB{opacity:1}.StructEditor-module_canvas__LLnzh ::-webkit-scrollbar-track{background-color:transparent}.StructEditor-module_canvas__LLnzh::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.StructEditor-module_canvas__LLnzh::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.StructEditor-module_canvas__LLnzh::-webkit-scrollbar-thumb:active,.StructEditor-module_canvas__LLnzh::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.StructEditor-module_intermediateCanvas__fR3ws{height:100%;position:relative;scrollbar-width:thin}.StructEditor-module_intermediateCanvas__fR3ws.StructEditor-module_enableCursor__Qla0A{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTIwLjQzNCA3LjY3M2MtLjEtLjYtLjcxMy0xLjczMS0yLjMyLTEuNzMxYTIuOTcgMi45NyAwIDAgMC0uMzc3LjAyM3YtLjc5YTEuMDEgMS4wMSAwIDAgMC0uMDQ1LS4zYy0uMTc3LS41NjQtLjg3Ni0xLjYzMS0yLjI2Mi0xLjYzMWEyLjU5OSAyLjU5OSAwIDAgMC0uNjc2LjA4NiAyLjM5NCAyLjM5NCAwIDAgMC0uMTQ2LS4yM2MtLjQ1My0uNjQ1LTEuMTg2LTEtMi4wNjMtMS0uODc3IDAtMS41ODQuMzYtMi4wMjUgMS4wMTdhMi40NjEgMi40NjEgMCAwIDAtLjM2MS44NSAyLjY2MyAyLjY2MyAwIDAgMC0uNDA4LS4wM2MtMS40NzQgMC0yLjEyNCAxLjE1LTIuMjYyIDEuNzU3YTEuMDM0IDEuMDM0IDAgMCAwLS4wMjQuMjIyVjExLjFsLS4xMy0uMWMtLjU4OC0uNS0yLjAzNC0xLjEyMS0zLjM5MS4wMjktMS4zNTcgMS4xNS0xLjAxNSAyLjY2NC0uNDMxIDMuNDUyLjQ1My43NzMgNC41MTIgNy40MjUgMTAuMjIzIDcuNDI1IDMuMjUgMCA0LjkxLTEuNTEyIDUuNzI5LTIuNzgxYTYuMjkxIDYuMjkxIDAgMCAwIC45OC0yLjhWNy44MzhhMS4wMSAxLjAxIDAgMCAwLS4wMTEtLjE2NVoiLz48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIGQ9Ik0xOC40NDggMTYuMjE1YTQuNDc0IDQuNDc0IDAgMCAxLS43IDEuODg3Yy0uODA1IDEuMi0yLjE1MyAxLjgtNC4wMDggMS44LTQuNzY4IDAtOC40ODQtNi40MTItOC41Mi02LjQ3NmEuNjY5LjY2OSAwIDAgMC0uMDktLjEyNmMtLjI5NC0uNDA4IDAtLjY1NS4xMDctLjc0OC4yNjctLjIyNy41NC0uMjM3LjgxLS4wMzFsMS43NyAxLjQ1MmExIDEgMCAwIDAgMS42NDQtLjc2M1Y2LjA4YS4yODcuMjg3IDAgMCAxIC4yOS0uMTQ4LjQ0LjQ0IDAgMCAxIC4zNzIuMTZ2NC43YTEgMSAwIDEgMCAyIDB2LTYuNDVjLjA2OC0uMjQ4LjMtLjI0OC40MjItLjI0OC4yIDAgLjQxNC4wMzIuNDgyLjI1NXY2LjQ0YTEgMSAwIDEgMCAyIDB2LTUuMmEuNzUuNzUgMCAwIDEgLjA3NC0uMTljLjA0OS0uMDgxLjEwOC0uMTUuMzI1LS4xNWEuMzUuMzUgMCAwIDEgLjMwNy4xNXY1LjM5YTEgMSAwIDEgMCAyIDBWOC4wNDdhLjU4My41ODMgMCAwIDEgLjM3Ny0uMWMuMDY1IDAgLjI1OC4wMDYuMzM0LjA3OGwuMDA0IDguMTlaIi8+PC9zdmc+),auto}.StructEditor-module_intermediateCanvas__fR3ws.StructEditor-module_enableCursor__Qla0A:active{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAuNzQ0IDNjLTEuODU0IDAtMy4zNiAxLjUyNS0zLjM2IDMuNHYuMjJoLS4wMTJjLTEuOTk3IDAtMy42MjIgMS42MDItMy42MjIgMy41NjhsLjAwMSA3LjAyYzAgMS43NyAxLjUxMiAzLjUxNSAzLjExMiA1LjM2MS43Mi44MyAxLjkxOSAyLjIxNiAyLjAzNCAyLjczMXYxLjUyMmgxMy40NDJ2LTEuNTU0YzAtLjU5LjYxOC0xLjc3IDEuMTYzLTIuODEuOTM4LTEuNzg5IDEuOTk4LTMuODE1IDEuOTk4LTUuOTkxIDAtMy4yNTgtLjAxLTYuMjQ4LS4wMS02LjI0OCAwLTEuNjk2LTEuMzktMy4wOC0zLjEtMy4wOC0uMjAzIDAtLjQuMDItLjU5Mi4wNTdhMy42NSAzLjY1IDAgMCAwLTMuMDMzLTEuNjA3Yy0uMzY3IDAtLjcyLjA1My0xLjA1NS4xNTNhMy42MzYgMy42MzYgMCAwIDAtMy4wOS0xLjcwNWMtLjQ0NCAwLS44Ny4wOC0xLjI2NC4yMjVBMy4zNDUgMy4zNDUgMCAwIDAgMTAuNzQ0IDNaIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEwLjc0NCA0LjU1NGMxIDAgMS44MDguODI2IDEuODA4IDEuODQ1djEuMTk3YzAtMS4xMDkuOTI3LTIuMDA4IDIuMDY4LTIuMDA4IDEuMTQzIDAgMi4wNjguOSAyLjA2OCAyLjAwOHYxLjU1MmMwLTEuMTEuOTMtMi4wMDggMi4wNzctMi4wMDggMS4xNDcgMCAyLjA3Ni44OTkgMi4wNzYgMi4wMDh2MS4wNjhBMS41NCAxLjU0IDAgMCAxIDIyLjM5IDguNjljLjg1NiAwIDEuNTQ4LjY4NCAxLjU0OCAxLjUzIDAgMCAuMDEgMi45ODguMDEgNi4yNDQgMCAzLjI1Ny0zLjE2MSA2LjYzNi0zLjE2MSA4LjgwMkgxMC40NWMwLTEuOTQtNS4xNDYtNS43NzMtNS4xNDYtOC4wNjF2LTcuMDJjMC0xLjExMi45MjYtMi4wMTQgMi4wNy0yLjAxNXY0LjA1MWMwIC4zNDIuMzUuNjIuNzgxLjYyLjQzMiAwIC43ODItLjI3OC43ODItLjYyVjYuNGMwLTEuMDIuODA5LTEuODQ1IDEuODA3LTEuODQ1Wm0wLTEuNTU0Yy0xLjg1NCAwLTMuMzYgMS41MjUtMy4zNiAzLjR2LjIyaC0uMDEyYy0xLjk5NyAwLTMuNjIyIDEuNjAyLTMuNjIyIDMuNTY4bC4wMDEgNy4wMmMwIDEuNzcgMS41MTIgMy41MTUgMy4xMTIgNS4zNjEuNzIuODMgMS45MTkgMi4yMTYgMi4wMzQgMi43MzF2MS41MjJoMTMuNDQydi0xLjU1NGMwLS41OS42MTgtMS43NyAxLjE2My0yLjgxLjkzOC0xLjc4OSAxLjk5OC0zLjgxNSAxLjk5OC01Ljk5MSAwLTMuMjU4LS4wMS02LjI0OC0uMDEtNi4yNDggMC0xLjY5Ni0xLjM5LTMuMDgtMy4xLTMuMDgtLjIwMyAwLS40LjAyLS41OTIuMDU3YTMuNjUgMy42NSAwIDAgMC0zLjAzMy0xLjYwN2MtLjM2NyAwLS43Mi4wNTMtMS4wNTUuMTUzYTMuNjM2IDMuNjM2IDAgMCAwLTMuMDktMS43MDVjLS40NDQgMC0uODcuMDgtMS4yNjQuMjI1QTMuMzQ1IDMuMzQ1IDAgMCAwIDEwLjc0NCAzWiIvPjwvc3ZnPg==),auto}.StructEditor-module_intermediateCanvas__fR3ws ::-webkit-scrollbar-track{background-color:transparent}.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar-thumb:active,.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar{background-color:#fff}.smallEditor .StructEditor-module_canvas__LLnzh .StructEditor-module_measureLog__B2wuy{right:0;top:0}.ContextMenu-module_button-common-styles__pshYr{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ContextMenu-module_scrollbar__fCla5{scrollbar-width:thin}.ContextMenu-module_scrollbar__fCla5 ::-webkit-scrollbar-track{background-color:transparent}.ContextMenu-module_scrollbar__fCla5::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ContextMenu-module_scrollbar__fCla5::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ContextMenu-module_scrollbar__fCla5::-webkit-scrollbar-thumb:active,.ContextMenu-module_scrollbar__fCla5::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ContextMenu-module_contextMenu__oqyL-{--contexify-menu-bgColor:#fff;--contexify-item-color:#585858;--contexify-activeItem-color:#585858;--contexify-activeItem-bgColor:#ddd;--contexify-rightSlot-color:#585858;--contexify-activeRightSlot-color:#585858;--contexify-arrow-color:#b4b9d6;--contexify-activeArrow-color:#b4b9d6;--contexify-menu-shadow:0 2px 5px 0 rgba(51,51,51,.54);--contexify-zIndex:1;--contexify-menu-minWidth:160px;--contexify-menu-padding:4px;--contexify-menu-radius:4px;--contexify-menu-negatePadding:var(--contexify-menu-padding);--contexify-itemContent-padding:3px 20px;--contexify-activeItem-radius:0;box-sizing:border-box;line-height:1.5;min-width:var(--contexify-menu-minWidth);padding:var(--contexify-menu-padding);position:fixed;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:var(--contexify-zIndex)}.ContextMenu-module_contextMenu__oqyL- .ContextMenu-module_icon__KhXEk{height:20px;margin:0 10px 0 -10px;width:20px}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu{max-height:400px;overflow:auto;scrollbar-width:thin}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu ::-webkit-scrollbar-track{background-color:transparent}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu::-webkit-scrollbar-thumb:active,.ContextMenu-module_contextMenu__oqyL- .contexify_submenu::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ContextMenu-module_contextMenu__oqyL- .contexify_item-disabled{opacity:inherit}.ContextMenu-module_contextMenu__oqyL- .contexify_item-disabled>div{opacity:.5}.ContextMenu-module_contextMenu__oqyL- .ContextMenu-module_devider__-K9Bc,.ContextMenu-module_contextMenu__oqyL- .contexify_item:not(.ContextMenu-module_sameGroup__0DPIX,:last-child):after{border-top:1px solid #cad3dd;content:"";display:block;margin:3px 0}.ContextMenu-module_contextMenu__oqyL- .ContextMenu-module_subMenu__87kBE .contexify_rightSlot{margin-right:-15px}.ToggleButtonGroup-module_button-common-styles__wU4We{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ToggleButtonGroup-module_scrollbar__lvyIF{scrollbar-width:thin}.ToggleButtonGroup-module_scrollbar__lvyIF ::-webkit-scrollbar-track{background-color:transparent}.ToggleButtonGroup-module_scrollbar__lvyIF::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ToggleButtonGroup-module_scrollbar__lvyIF::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ToggleButtonGroup-module_scrollbar__lvyIF::-webkit-scrollbar-thumb:active,.ToggleButtonGroup-module_scrollbar__lvyIF::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ToggleButtonGroup-module_button__5nfNK{background-color:#fff;background-image:none;border-color:#cad3dd;border-color:#585858!important;border-radius:4px;color:#333;color:#585858!important;cursor:pointer;display:inline-block;font-size:12px;height:24px;margin:0;text-align:center;text-transform:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ToggleButtonGroup-module_button__5nfNK:active{background-image:none;outline:0}.ToggleButtonGroup-module_button__5nfNK[disabled],fieldset[disabled] .ToggleButtonGroup-module_button__5nfNK{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.ToggleButtonGroup-module_button__5nfNK>input[type=file]{left:-9999px;position:absolute}.ToggleButtonGroup-module_button__5nfNK+button,.ToggleButtonGroup-module_button__5nfNK+input[type=reset],.ToggleButtonGroup-module_button__5nfNK+input[type=submit]{margin-left:.3em}.ToggleButtonGroup-module_button__5nfNK:hover{color:#188794!important}.ToggleButtonGroup-module_button__5nfNK.ToggleButtonGroup-module_selected__SAbod,.ToggleButtonGroup-module_button__5nfNK:active{background:#167782!important;color:#fff!important}.ToggleButtonGroup-module_button__5nfNK.ToggleButtonGroup-module_selected__SAbod:hover,.ToggleButtonGroup-module_button__5nfNK:active:hover{background-color:#188794!important}.InfoPanel-module_infoPanel__irvZL{border:1px solid #b4b9d6;border-radius:3px;padding:10px}.InfoPanel-module_infoPanel__irvZL,.InfoPanel-module_infoTooltip__D7Mnj{background:#fff;border-radius:3px;pointer-events:none;position:absolute}.InfoPanel-module_infoPanel__irvZL svg,.InfoPanel-module_infoTooltip__D7Mnj svg{overflow:visible!important}.InfoPanel-module_infoTooltip__D7Mnj{box-shadow:0 2px 5px #67688426;display:flex;flex-direction:column;gap:8px;max-width:120px;min-width:50px;overflow-wrap:break-word;padding:8px}.InfoPanel-module_infoTooltip__D7Mnj p{margin:0}.About-module_button-common-styles__XmSbT{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.About-module_scrollbar__4-AeI{scrollbar-width:thin}.About-module_scrollbar__4-AeI ::-webkit-scrollbar-track{background-color:transparent}.About-module_scrollbar__4-AeI::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.About-module_scrollbar__4-AeI::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.About-module_scrollbar__4-AeI::-webkit-scrollbar-thumb:active,.About-module_scrollbar__4-AeI::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.About-module_dialog_body__ebQu-{background-color:#fff}.About-module_about__ZVesh{color:#333;font-weight:500;width:430px}.About-module_about__ZVesh>footer{border-top:1px solid #e1e5ea;margin:0;padding:15px}.About-module_about__ZVesh>div[class^=Dialog-module_dialog_body]{display:flex;flex-direction:column}.About-module_about__ZVesh a{color:#167782}.About-module_about__ZVesh .About-module_body__8VOc3{border-radius:6px;height:174px;margin-right:3px;overflow-x:hidden;overflow-y:auto;padding:2px 72px;scrollbar-width:thin}.About-module_about__ZVesh .About-module_body__8VOc3 ::-webkit-scrollbar-track{background-color:transparent}.About-module_about__ZVesh .About-module_body__8VOc3::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.About-module_about__ZVesh .About-module_body__8VOc3::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.About-module_about__ZVesh .About-module_body__8VOc3::-webkit-scrollbar-thumb:active,.About-module_about__ZVesh .About-module_body__8VOc3::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_versionName__1gqJr{font-weight:600;margin-bottom:2px}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_firstline__h5XMW{display:inline-block}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_links__sMpyx{text-align:right}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_infoLinks__4-Tot{margin-top:5px}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_indigoVersion__WKFlu{display:flex;gap:2px;margin-top:20px}.About-module_about__ZVesh .About-module_headerContent__YclOx{display:flex;justify-content:space-between;padding:0 40px}.About-module_about__ZVesh .About-module_headerContent__YclOx a{align-items:center;color:#333;display:flex;gap:10px;text-decoration:none}.About-module_about__ZVesh .About-module_headerContent__YclOx .About-module_title__k-6Zg{font-size:20px;line-height:22px}.About-module_about__ZVesh .About-module_indigoFirstLine__-86rb{display:inline-block}.About-module_about__ZVesh dd{margin:0 0 .2em}.About-module_about__ZVesh dt{margin-top:3px}.About-module_about__ZVesh .About-module_okButton__FMcEk{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.About-module_about__ZVesh .About-module_okButton__FMcEk:active,.About-module_about__ZVesh .About-module_okButton__FMcEk:hover{border:1px solid #333;color:#333}.About-module_about__ZVesh .About-module_okButton__FMcEk:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Input-module_fieldSetLabel__pPlSl{position:relative}.Input-module_input__tcHBd[type=checkbox],.Input-module_input__tcHBd[type=radio]{opacity:0;position:absolute}.Input-module_input__tcHBd[type=checkbox]+.Input-module_checkbox__dth7G{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='3.5' fill='%23fff' stroke='%23B4B9D6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;margin-right:6px;vertical-align:middle;width:16px}.Input-module_input__tcHBd[type=checkbox]:hover+.Input-module_checkbox__dth7G{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.75' y='.75' width='14.5' height='14.5' rx='3.25' fill='%23fff' stroke='%2343B5C0' stroke-width='1.5'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=checkbox]:checked+.Input-module_checkbox__dth7G{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23167782'/%3E%3Cpath d='M6.337 11.808 2.426 7.63l.973-.911L6.37 9.89l6.248-6.248.943.942-7.223 7.223Z' fill='%23fff'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=radio]+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23b4b9d6' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;margin-right:8px;vertical-align:middle;width:16px}.Input-module_input__tcHBd[type=radio]:hover+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%234fb3bf' stroke-width='2'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=radio]:checked+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23167782' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23167782' stroke-width='2'/%3E%3Ccircle cx='8' cy='8' r='4'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=radio]:disabled+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23b4b9d6' stroke-width='2'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=radio]:checked:disabled+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23b4b9d6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23b4b9d6' stroke-width='2'/%3E%3Ccircle cx='8' cy='8' r='4'/%3E%3C/svg%3E")}.Input-module_slider__ws6m0.Input-module_slider__ws6m0{display:inline-block;height:20px;position:relative;width:38px}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 input{height:0;opacity:0;width:0}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 span{background-color:#ffffff4d;border:1px solid #cad3dd;border-radius:12px;bottom:0;left:0;position:absolute;right:0;top:0;transition:background .4s}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 span:before{background-color:#c4c4c4;border-radius:50%;bottom:1px;content:"";height:16px;left:1px;position:absolute;transition:transform .4s ease-in 0s;width:16px}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 input:checked+span{background-color:#167782}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 input:checked+span:before{background-color:#fff;transform:translate(18px)}.Input-module_genericInput__yT-J9,.Input-module_select__z9CHU{color:#333}.Input-module_select__z9CHU{min-width:40px}.form-module_button-common-styles__BvKSn{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.form-module_scrollbar__MgLtc{scrollbar-width:thin}.form-module_scrollbar__MgLtc ::-webkit-scrollbar-track{background-color:transparent}.form-module_scrollbar__MgLtc::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.form-module_scrollbar__MgLtc::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.form-module_scrollbar__MgLtc::-webkit-scrollbar-thumb:active,.form-module_scrollbar__MgLtc::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.form-module_inputWithExtraLabel__Y--OH{width:54px!important}.form-module_extraLabel__2IE13{margin-left:6px;margin-top:12px}.form-module_dataError__IXK1h .form-module_inputWrapper__sIDHH{display:inline-block;position:relative}.form-module_dataError__IXK1h .form-module_inputWrapper__sIDHH:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.001 14a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667ZM6.668 2h2.667v8H6.668V2Z' fill='%23F40724'/%3E%3C/svg%3E");position:absolute;right:-10px;top:7px}.form-module_dataError__IXK1h input[type=number],.form-module_dataError__IXK1h input[type=search],.form-module_dataError__IXK1h input[type=text],.form-module_dataError__IXK1h select,.form-module_dataError__IXK1h textarea{border:1px solid #f40724!important}.form-module_dataError__IXK1h input[type=number]:focus,.form-module_dataError__IXK1h input[type=number]:hover,.form-module_dataError__IXK1h input[type=search]:focus,.form-module_dataError__IXK1h input[type=search]:hover,.form-module_dataError__IXK1h input[type=text]:focus,.form-module_dataError__IXK1h input[type=text]:hover,.form-module_dataError__IXK1h select:focus,.form-module_dataError__IXK1h select:hover,.form-module_dataError__IXK1h textarea:focus,.form-module_dataError__IXK1h textarea:hover{box-shadow:inset 0 0 1px 1px #f407241f}.form-module_inputWithEditButtonWrapper__hM70e{align-items:center;display:flex;gap:3px}.form-module_inputWithEditButtonWrapper__hM70e>input{width:114px!important}.form-module_inputWithEditButtonWrapper__hM70e>.form-module_editButton__zLQI5{height:20px!important;min-height:16px;min-width:16px;width:20px!important}.form-module_divWithTooltipAndAboutIcon__rnNIB{align-items:center;display:flex;justify-content:space-between;width:100%}.ColorPicker-module_colorPickerInput__voi2r{align-items:center;background-color:#fff;border:1px solid #cad3dd;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#333;cursor:default;display:flex;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;height:24px;min-height:24px;padding-left:3px;padding-right:7px;width:48px}.ColorPicker-module_colorPickerInput__voi2r:hover{border-color:#43b5c0}.ColorPicker-module_selectedInput__Ykcjd{border-color:#167782}.ColorPicker-module_colorPickerWrap__IAQVo{background-color:#fff;border-radius:4px;box-shadow:0 6px 10px #67688426;height:35px;left:0;padding:8px;position:absolute;top:24px;width:70px;z-index:1}.ColorPicker-module_withPalette__gTwNu{height:140px}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM{height:80%;right:0;top:0}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM input{border:1px solid transparent!important;color:#333;float:right;font-size:10px;height:12px!important;margin-top:2px;outline:transparent;padding:1px 2px!important;position:relative;text-align:right;text-transform:uppercase;width:60%}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM input:focus{border:1px solid #ddd!important}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM div{border-radius:0}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM .react-colorful{height:80%;width:100%}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM .react-colorful__hue{height:15px}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM .react-colorful__pointer{border-radius:50%;border-width:1px;height:10px;width:10px}.ColorPicker-module_colorPickerBtn__nr6ph{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between}.ColorPicker-module_colorPickerPreview__-Rf-i{border:none;border-radius:2px;height:16px;width:16px}.ColorPicker-module_colorPickerOverlay__WzC-w{bottom:0;left:0;position:fixed;right:0;top:0;z-index:-10}.ColorPicker-module_colorContainer__ib5up{align-items:baseline;display:flex;justify-content:space-between;margin-top:2px}.ColorPicker-module_colorContainer__ib5up .ColorPicker-module_hex__mE9my{color:#333;font-size:10px}.ColorPicker-module_presetColors__J-ysq{display:flex;flex-wrap:wrap;width:78px}.ColorPicker-module_presetColors__J-ysq button{border:none;border-radius:2px;height:16px;margin-bottom:2px;margin-right:2px;width:16px}.ColorPicker-module_presetColors__J-ysq button:last-of-type,.ColorPicker-module_presetColors__J-ysq button:nth-of-type(4){margin-right:0}.ColorPicker-module_presetColors__J-ysq .ColorPicker-module_chooseColor__fdzt8{background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHJ4PSIxLjUiIHN0cm9rZT0iIzAwNTY2MiIvPjxwYXRoIGZpbGw9IiMwMDU2NjIiIGQ9Ik03LjM0NiAzLjQyOGgxLjMwNnY5LjE0M0g3LjM0NnoiLz48cGF0aCBmaWxsPSIjMDA1NjYyIiBkPSJNMy40MjggOC42NTNWNy4zNDdoOS4xNDN2MS4zMDZ6Ii8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;border:1px solid #00838f}.ColorPicker-module_presetColors__J-ysq .ColorPicker-module_clicked__8BNoN{background-color:#00838f;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQuMzQ2LjQyOWgxLjMwNnY5LjE0M0g0LjM0NnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjQyOCA1LjY1M1Y0LjM0N0g5LjU3djEuMzA2eiIvPjwvc3ZnPg==)}.ColorPicker-module_expandIcon__oH4ka{margin-left:auto;transform:rotate(180deg);transition:transform .3s ease-in-out;width:16px}.ColorPicker-module_turnedIcon__-zaq-{transform:rotate(0)}.ColorPicker-module_colorPickerWrapper__GJm87{position:relative}.measure-input-module_measureInput__uZQ-j{align-items:center;color:#333;display:inline-flex;font-size:12px;justify-content:space-between;line-height:20px;margin-bottom:16px;width:100%}.measure-input-module_measureInput__uZQ-j .measure-input-module_select__1ZFmv,.measure-input-module_measureInput__uZQ-j input{height:24px;margin-left:4px;width:58px}.buttons-module_button-common-styles__qWDOz{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.buttons-module_scrollbar__SpaVV{scrollbar-width:thin}.buttons-module_scrollbar__SpaVV ::-webkit-scrollbar-track{background-color:transparent}.buttons-module_scrollbar__SpaVV::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.buttons-module_scrollbar__SpaVV::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.buttons-module_scrollbar__SpaVV::-webkit-scrollbar-thumb:active,.buttons-module_scrollbar__SpaVV::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.buttons-module_openButton__wErm9{float:left}.Accordion-module_button-common-styles__enTfZ{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Accordion-module_scrollbar__lJTa6{scrollbar-width:thin}.Accordion-module_scrollbar__lJTa6 ::-webkit-scrollbar-track{background-color:transparent}.Accordion-module_scrollbar__lJTa6::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Accordion-module_scrollbar__lJTa6::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Accordion-module_scrollbar__lJTa6::-webkit-scrollbar-thumb:active,.Accordion-module_scrollbar__lJTa6::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Accordion-module_accordionWrapper__RKk00{background-color:#eff2f5;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.Accordion-module_accordionWrapper__RKk00 ::-webkit-scrollbar-track{background-color:transparent}.Accordion-module_accordionWrapper__RKk00::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Accordion-module_accordionWrapper__RKk00::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Accordion-module_accordionWrapper__RKk00::-webkit-scrollbar-thumb:active,.Accordion-module_accordionWrapper__RKk00::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Accordion-module_expandIcon__ncUKv{margin-right:12px;transform:rotate(180deg);transition:transform .3s ease-in-out;width:16px}.Accordion-module_turnedIcon__v1sCA{transform:rotate(0)}.Accordion-module_accordionSummaryWrapper__roIRd{background-color:#fff;border-bottom:1px solid #e1e5ea;margin:0;padding-left:12px}.Accordion-module_accordionSummary__1Gq0d{align-items:center;color:#333;display:flex;flex-direction:row;font-size:14px;font-weight:400;height:42px;justify-content:flex-start;line-height:14px;overflow:hidden;width:300px}.Accordion-module_accordionDetailsWrapper__fnSnc{max-height:1000px;overflow:hidden;padding:0 12px;transition:max-height .3s ease-in-out;width:300px}.Accordion-module_hiddenAccordion__WZFcJ{max-height:0}.Accordion-module_accordionDetails__g2RM0{color:#333;margin-top:12px;padding-bottom:4px}.Accordion-module_groupIcon__1g1lx{height:15px;width:15px}.Accordion-module_groupLabel__23y4U{align-items:center;display:flex;height:15px}.Accordion-module_groupLabel__23y4U>span{height:12px;margin-left:6px}.Accordion-module_changeMarker__UPtGx{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23167782'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;display:inline-block;height:10px;margin-left:auto;margin-right:1px;vertical-align:middle;width:10px}.Settings-module_button-common-styles__tlD-u{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Settings-module_scrollbar__il1S2{scrollbar-width:thin}.Settings-module_scrollbar__il1S2 ::-webkit-scrollbar-track{background-color:transparent}.Settings-module_scrollbar__il1S2::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Settings-module_scrollbar__il1S2::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Settings-module_scrollbar__il1S2::-webkit-scrollbar-thumb:active,.Settings-module_scrollbar__il1S2::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Settings-module_headerContent__wBYFf{display:flex;gap:8px}.Settings-module_headerContent__wBYFf .Settings-module_title__a6mod{padding-right:4px}.Settings-module_headerContent__wBYFf .Settings-module_button__VZ2w7{background-color:transparent;border:none;color:#525252;font-size:0;padding:0}.Settings-module_headerContent__wBYFf .Settings-module_button__VZ2w7 input[type=file]{display:none}.Settings-module_headerContent__wBYFf .Settings-module_button__VZ2w7:hover{color:#005662}.Settings-module_headerContent__wBYFf .Settings-module_button__VZ2w7:disabled{color:#52525266}.Settings-module_accordion__1uSYy fieldset{border:none;display:flex;flex-direction:column;padding:0}.Settings-module_accordion__1uSYy ul>li{padding:10px 16px}.Settings-module_accordion__1uSYy label{align-items:center;color:#333;display:flex;font-size:12px;height:24px;justify-content:flex-start;line-height:14px;margin-bottom:12px}.Settings-module_accordion__1uSYy label input[type=checkbox]{top:0}.Settings-module_accordion__1uSYy label input,.Settings-module_accordion__1uSYy label select,.Settings-module_accordion__1uSYy label span>div{margin-right:auto;width:120px}.Settings-module_accordion__1uSYy label>:first-child{margin-right:12px;width:168px}.Settings-module_settings__Z5btc{height:70vh;overflow:hidden;width:324px}.Settings-module_settings__Z5btc fieldset[disabled] label>span{opacity:.3}.Settings-module_settings__Z5btc fieldset[disabled] label>div{opacity:.6}.Settings-module_settings__Z5btc>header{box-shadow:0 2px 4px #0101321a;flex-shrink:0;z-index:10}.Settings-module_settings__Z5btc>footer{box-shadow:0 -2px 4px #0101321a;z-index:10}.Settings-module_acsStyleButton__TUqy0{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;margin-right:auto;min-width:70px;outline:none}.Settings-module_acsStyleButton__TUqy0:active,.Settings-module_acsStyleButton__TUqy0:hover{background-color:#4fb3bf}.Settings-module_acsStyleButton__TUqy0:disabled{background-color:#e1e5ea;color:#333}.Check-module_button-common-styles__WPocW{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Check-module_scrollbar__3jzOc{scrollbar-width:thin}.Check-module_scrollbar__3jzOc ::-webkit-scrollbar-track{background-color:transparent}.Check-module_scrollbar__3jzOc::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Check-module_scrollbar__3jzOc::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Check-module_scrollbar__3jzOc::-webkit-scrollbar-thumb:active,.Check-module_scrollbar__3jzOc::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Check-module_dialog_body__wHZMM{width:444px}.Check-module_dialog_body__wHZMM>*{background-color:#fff}.Check-module_dialog_body__wHZMM>div{margin:0;overflow:auto}.Check-module_dialog_body__wHZMM>footer{border-radius:inherit}.Check-module_dialog_body__wHZMM form{padding-top:10px}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO{display:flex;justify-content:space-between;width:100%}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonSecondary__2482r{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonSecondary__2482r:active,.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonSecondary__2482r:hover{border:1px solid #333;color:#333}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonSecondary__2482r:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonPrimary__1h5p1{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonPrimary__1h5p1:active,.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonPrimary__1h5p1:hover{background-color:#4fb3bf}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonPrimary__1h5p1:disabled{background-color:#e1e5ea;color:#333}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO>.Check-module_buttonsRight__L1v9A{display:flex;gap:8px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp{-moz-column-gap:15px;column-gap:15px;display:flex;flex-direction:row}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_checkInfo__Iqq6t{flex-grow:1}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF{margin-left:12px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd{color:#333;min-width:130px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset{border:none;display:flex;flex-direction:column;font-size:12px;line-height:14px;padding:0}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset li,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset li,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset li{margin:9px 0 0}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset li label,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset li label,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset li label{align-items:center;display:flex}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset div,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset div,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset div{margin:7px 3px 17px 12px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset div dt,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset div dt,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset div dt{font-weight:700;margin-bottom:4px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset div dd,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset div dd,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset div dd{margin-inline-start:0;word-break:break-word}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd{background-color:#e1e5ea;width:100%}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK{height:287px;overflow-y:auto;scrollbar-width:thin}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK ::-webkit-scrollbar-track{background-color:transparent}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK::-webkit-scrollbar-thumb:active,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8{align-items:center;background-color:#e1e5ea;display:flex;height:287px;justify-content:center;width:100%}.Check-module_dialog_body__wHZMM .Check-module_checkBoxesDisabled__EAdRo{opacity:.5}.FormulaInput-module_button-common-styles__xQ8ZA{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.FormulaInput-module_scrollbar__8TUkb{scrollbar-width:thin}.FormulaInput-module_scrollbar__8TUkb ::-webkit-scrollbar-track{background-color:transparent}.FormulaInput-module_scrollbar__8TUkb::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.FormulaInput-module_scrollbar__8TUkb::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.FormulaInput-module_scrollbar__8TUkb::-webkit-scrollbar-thumb:active,.FormulaInput-module_scrollbar__8TUkb::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.FormulaInput-module_chem_input__oprB3{background:#fff;border:none;border-radius:4px;box-sizing:border-box;display:inline-block;height:2.4em;height:32px;line-height:1.42857143;margin:2px;overflow:hidden;padding:.35em .15em .35em .3em;vertical-align:middle;white-space:nowrap;width:270px}.FormulaInput-module_chem_input__oprB3:focus,.FormulaInput-module_chem_input__oprB3:hover{box-shadow:inset 0 0 1px 1px #0000001f}.FormulaInput-module_chem_input__oprB3[disabled],.FormulaInput-module_chem_input__oprB3[readonly],fieldset[disabled] .FormulaInput-module_chem_input__oprB3{background:#f3f3f3;cursor:not-allowed;opacity:.6}.FormulaInput-module_chem_input__oprB3:active,.FormulaInput-module_chem_input__oprB3:focus{box-shadow:inset 0 0 1px 1px #0000001f;outline:0}.Analyse-module_button-common-styles__8No07{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Analyse-module_scrollbar__UAaIN{scrollbar-width:thin}.Analyse-module_scrollbar__UAaIN ::-webkit-scrollbar-track{background-color:transparent}.Analyse-module_scrollbar__UAaIN::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Analyse-module_scrollbar__UAaIN::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Analyse-module_scrollbar__UAaIN::-webkit-scrollbar-thumb:active,.Analyse-module_scrollbar__UAaIN::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Analyse-module_analyse__MR-Tu{width:260px}.Analyse-module_analyse__MR-Tu li:first-child>.Analyse-module_inputWrapper__uR995>div{background-color:#e1e5ea;border:1px solid #cad3dd;border-radius:4px;box-shadow:none;cursor:text;font-size:14px;height:24px;line-height:10px;margin:0;padding-left:8px;width:236px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi{display:flex;flex-direction:row;margin-top:12px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi label{margin-bottom:4px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995{display:flex;flex-direction:column}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 input,.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 textarea{background-color:#e1e5ea;border:1px solid #cad3dd;border-radius:4px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 input[readonly],.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 textarea[readonly]{cursor:text}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 input{width:131px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 input:hover{border:1px solid #cad3dd}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 textarea{height:87px;letter-spacing:-1px;resize:none;width:236px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_selectWrapper__xEkKL{display:flex;flex-direction:column;margin-left:8px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_selectWrapper__xEkKL .Analyse-module_select__c6hFt{height:24px;margin-top:4px;width:97px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_selectWrapper__xEkKL .Analyse-module_select__c6hFt fieldset{border:1px solid #cad3dd;border-radius:4px}.Recognize-module_button-common-styles__B04E6{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Recognize-module_scrollbar__rohcP{scrollbar-width:thin}.Recognize-module_scrollbar__rohcP ::-webkit-scrollbar-track{background-color:transparent}.Recognize-module_scrollbar__rohcP::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Recognize-module_scrollbar__rohcP::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Recognize-module_scrollbar__rohcP::-webkit-scrollbar-thumb:active,.Recognize-module_scrollbar__rohcP::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Recognize-module_recognize__66jG2 .Recognize-module_footerContent__0MAC7{display:flex;justify-content:space-between;width:100%}.Recognize-module_recognize__66jG2 .Recognize-module_footerContent__0MAC7 div{display:flex;gap:8px}.Recognize-module_recognize__66jG2 .Recognize-module_imagoVersion__nBIj6{display:flex;flex-direction:column;grid-column-end:3;grid-column-start:2}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;display:flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I:active,.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I:hover{border:1px solid #333;color:#333}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I>input{display:none}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I>svg{height:16px;width:16px}.Recognize-module_recognize__66jG2 .Recognize-module_imagesContainer__rXWWk{background-color:#eff2f5;display:flex;gap:12px;padding:12px}.Recognize-module_recognize__66jG2 .Recognize-module_topBody__ZCCjN{grid-column-gap:12px;grid-row-gap:24px;display:grid;font-size:10px;grid-template-columns:1fr 1fr;line-height:12px;margin:8px 0 4px;padding:0 12px}.Recognize-module_recognize__66jG2 .Recognize-module_topBody__ZCCjN>label>select{font-size:inherit}.Recognize-module_recognize__66jG2 .Recognize-module_output__WgRnP,.Recognize-module_recognize__66jG2 .Recognize-module_picture__x2Y7S{background-color:#fff;border:1px solid #d9dcea;border-radius:6px;box-sizing:border-box;height:192px;overflow:hidden;text-align:center;width:232px}.Recognize-module_recognize__66jG2 .Recognize-module_picture__x2Y7S{align-items:center;color:#717171;display:flex;justify-content:center;position:relative}.Recognize-module_recognize__66jG2 .Recognize-module_filename__-1HIU{left:8px;position:absolute;top:8px}.Recognize-module_recognize__66jG2 .Recognize-module_messageContainer__tMvyb{align-items:center;background-color:#eff2f5;display:flex;height:100%;justify-content:center;width:100%}.Recognize-module_recognize__66jG2 .Recognize-module_messageContainer__tMvyb>p{margin:12px}.Recognize-module_recognize__66jG2 .Recognize-module_primaryButton__rzm03{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Recognize-module_recognize__66jG2 .Recognize-module_primaryButton__rzm03:active,.Recognize-module_recognize__66jG2 .Recognize-module_primaryButton__rzm03:hover{background-color:#4fb3bf}.Recognize-module_recognize__66jG2 .Recognize-module_primaryButton__rzm03:disabled{background-color:#e1e5ea;color:#333}.Recognize-module_recognize__66jG2 .Recognize-module_secondaryButton__H1Q28{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Recognize-module_recognize__66jG2 .Recognize-module_secondaryButton__H1Q28:active,.Recognize-module_recognize__66jG2 .Recognize-module_secondaryButton__H1Q28:hover{border:1px solid #333;color:#333}.Recognize-module_recognize__66jG2 .Recognize-module_secondaryButton__H1Q28:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Recognize-module_recognize__66jG2 .Recognize-module_struct__W55TL,.Recognize-module_recognize__66jG2 img{max-height:100%;max-width:100%;position:relative}.Miew-module_button-common-styles__8FE-p{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Miew-module_scrollbar__ZMWH-{scrollbar-width:thin}.Miew-module_scrollbar__ZMWH- ::-webkit-scrollbar-track{background-color:transparent}.Miew-module_scrollbar__ZMWH-::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Miew-module_scrollbar__ZMWH-::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Miew-module_scrollbar__ZMWH-::-webkit-scrollbar-thumb:active,.Miew-module_scrollbar__ZMWH-::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Miew-module_warning__IDl5F{line-height:2em;width:100%}.Miew-module_applyButton__ZDE-i{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Miew-module_applyButton__ZDE-i:active,.Miew-module_applyButton__ZDE-i:hover{background-color:#4fb3bf}.Miew-module_applyButton__ZDE-i:disabled{background-color:#e1e5ea;color:#333}.Miew-module_miewDialog__gHvYc{max-width:60vw}.Miew-module_miewContainer__2SNw3{height:60vh;overflow:hidden;position:relative;width:60vw}.Miew-module_miewContainer__2SNw3 .mode-message{align-items:flex-start;background-color:#404040bf;border-radius:4px;color:silver;display:flex;justify-content:left;opacity:0;position:absolute;right:10px;top:10px}.Miew-module_miewContainer__2SNw3 .atom-info{color:#333;margin:12px;position:absolute;top:0}.Miew-module_miewContainer__2SNw3 .overlay{pointer-events:none}.Miew-module_loadingContainer__cVF-M{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Miew-module_miewDarkTheme__kMFzc .atom-info{color:#cad3dd}.Atom-module_button-common-styles__ipWaI{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Atom-module_scrollbar__z5cVx{scrollbar-width:thin}.Atom-module_scrollbar__z5cVx ::-webkit-scrollbar-track{background-color:transparent}.Atom-module_scrollbar__z5cVx::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Atom-module_scrollbar__z5cVx::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Atom-module_scrollbar__z5cVx::-webkit-scrollbar-thumb:active,.Atom-module_scrollbar__z5cVx::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Atom-module_atomProps__pqBjY{display:flex;height:386px;justify-content:space-between;overflow:hidden;width:260px}.Atom-module_atomProps__pqBjY .MuiOutlinedInput-root,.Atom-module_atomProps__pqBjY input[type=text]{margin-top:4px}.Atom-module_atomProps__pqBjY>header{box-shadow:0 2px 4px #0101321a;flex-shrink:0;z-index:10}.Atom-module_atomProps__pqBjY>div{background-color:#eff2f5;flex-grow:1;margin:0}.Atom-module_atomProps__pqBjY>footer{box-shadow:0 -2px 4px #0101321a;z-index:10}.Atom-module_accordionWrapper__MSuU7{overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.Atom-module_accordionWrapper__MSuU7 ::-webkit-scrollbar-track{background-color:transparent}.Atom-module_accordionWrapper__MSuU7::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Atom-module_accordionWrapper__MSuU7::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Atom-module_accordionWrapper__MSuU7::-webkit-scrollbar-thumb:active,.Atom-module_accordionWrapper__MSuU7::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Atom-module_expandIcon__mPszC{transform:rotate(180deg);transition:transform .3s ease-in-out;width:20px}.Atom-module_turnedIcon__0Kzwy{transform:rotate(0)}.Atom-module_accordionSummaryWrapper__MGqsq{background-color:#fff;border-bottom:1px solid #e1e5ea;margin:0;padding-left:11.5px}.Atom-module_accordionSummaryWrapper__MGqsq[aria-disabled=true]{box-shadow:none;cursor:not-allowed;opacity:.6}.Atom-module_accordionSummary__HMKzl{align-items:center;color:#333;display:flex;flex-direction:row;font-size:12px;font-weight:400;height:26px;justify-content:space-between;line-height:14px;overflow:hidden;width:237px}.Atom-module_accordionDetailsWrapper__p6EI7,.Atom-module_customQueryWrapper__hYuxI{max-height:1000px;overflow:hidden;padding:0 12px;transition:max-height .3s ease-in-out;width:236px}.Atom-module_accordionDetailsWrapper__p6EI7{border-bottom:1px solid #e1e5ea}.Atom-module_hiddenAccordion__pDNdM{max-height:0}.Atom-module_accordionDetails__-B3jK,.Atom-module_customQueryWrapper__hYuxI{color:#333;margin-top:12px;padding-bottom:8px;position:relative}.Atom-module_accordionDetails__-B3jK label,.Atom-module_customQueryWrapper__hYuxI label{align-items:center;color:#585858;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-bottom:4px}.Atom-module_accordionDetails__-B3jK label>:last-child>*,.Atom-module_accordionDetails__-B3jK label>input,.Atom-module_customQueryWrapper__hYuxI label>:last-child>*,.Atom-module_customQueryWrapper__hYuxI label>input{margin:0!important;width:137px}.Atom-module_accordionDetails__-B3jK label.Atom-module_checkbox__Vup40,.Atom-module_customQueryWrapper__hYuxI label.Atom-module_checkbox__Vup40{align-items:center;flex-direction:row;height:16px;justify-content:space-between;margin-top:8px}.Atom-module_customQueryWrapper__hYuxI label{justify-content:flex-start!important}.Atom-module_customQueryWrapper__hYuxI textarea[name=customQuery]{height:55px;resize:none;width:100%}.Atom-module_querySpecific__7XxMr label>:last-child>*,.Atom-module_reactionFlags__gdNb1 label>:last-child>*{width:137px}.Atom-module_reactionFlags__gdNb1{padding-bottom:20px}.Attach-module_attachPoints__5QEAv{width:260px}.Attach-module_attachPoints__5QEAv>div{margin-top:12px}.Attach-module_attachPoints__5QEAv form{align-items:flex-start;display:flex;flex-direction:column;width:17em}.Attach-module_attachPoints__5QEAv form label{align-items:center;color:#585858;display:flex;flex-direction:row-reverse;justify-content:flex-start;margin-bottom:12px}.Automap-module_automap__531ko{width:260px}.Automap-module_automap__531ko label{display:flex;flex-direction:column;font-size:12px;gap:4px;line-height:14px;margin:12px 0}.Automap-module_automap__531ko label>div{flex-grow:1}.Bond-module_bond__EDfLY{width:260px}.Bond-module_bond__EDfLY>div{margin-top:12px}.Bond-module_bond__EDfLY label{color:#585858;display:flex;flex-direction:column;font-size:12px;line-height:14px;margin-bottom:12px}.Bond-module_bond__EDfLY label>span{margin-bottom:4px}.Bond-module_bond__EDfLY [aria-haspopup=listbox][aria-disabled=true]{background-color:#e1e5ea!important;border:1px solid #cad3dd!important;cursor:not-allowed!important}.Bond-module_customQueryWrapper__mKGLY label{align-items:center;flex-direction:row}.Bond-module_customQueryWrapper__mKGLY label>span{margin-bottom:0}.Bond-module_customQueryWrapper__mKGLY textarea[name=customQuery]{height:55px;resize:none;width:100%}.dropdown-bond-properties_center:not([data-value]),.dropdown-bond-properties_center[data-value=""],.dropdown-bond-properties_topology:not([data-value]),.dropdown-bond-properties_topology[data-value=""],.dropdown-bond-properties_type:not([data-value]),.dropdown-bond-properties_type[data-value=""]{display:none!important}.IfThenSelect-module_field__9YaPA{display:block;gap:4px}.RgroupLogic-module_button-common-styles__P-ABP{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.RgroupLogic-module_scrollbar__gDniy{scrollbar-width:thin}.RgroupLogic-module_scrollbar__gDniy ::-webkit-scrollbar-track{background-color:transparent}.RgroupLogic-module_scrollbar__gDniy::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.RgroupLogic-module_scrollbar__gDniy::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.RgroupLogic-module_scrollbar__gDniy::-webkit-scrollbar-thumb:active,.RgroupLogic-module_scrollbar__gDniy::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.RgroupLogic-module_rgroupLogic__q4RTy{width:260px}.RgroupLogic-module_rgroupLogic__q4RTy>div{margin-top:12px}.RgroupLogic-module_rgroupLogic__q4RTy label{color:#585858;display:flex;flex-direction:column;font-size:12px;line-height:14px;margin-bottom:12px}.RgroupLogic-module_rgroupLogic__q4RTy label input,.RgroupLogic-module_rgroupLogic__q4RTy label select{margin:4px 0 0}.RgroupLogic-module_rgroupLogic__q4RTy label.RgroupLogic-module_resth__RL2qE{align-items:center;flex-direction:row;margin-bottom:24px;width:-moz-min-content;width:min-content}.Open-module_button-common-styles__NBSQP{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Open-module_scrollbar__sRvYM{scrollbar-width:thin}.Open-module_scrollbar__sRvYM ::-webkit-scrollbar-track{background-color:transparent}.Open-module_scrollbar__sRvYM::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Open-module_scrollbar__sRvYM::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Open-module_scrollbar__sRvYM::-webkit-scrollbar-thumb:active,.Open-module_scrollbar__sRvYM::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Open-module_open__m8V9g{background-color:#fff;box-shadow:0 5px 20px #67688440}.Open-module_open__m8V9g>div{margin:0}.Open-module_open__m8V9g label{display:block;width:22.5em}.Open-module_open__m8V9g label input{margin-bottom:.1em}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj{border:none;border-bottom:1px solid #e1e5ea;border-radius:0;min-height:23em;min-width:32em;overflow:auto;padding:12px;resize:both;scrollbar-width:thin;white-space:pre;width:560px}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj ::-webkit-scrollbar-track{background-color:transparent}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj::-webkit-scrollbar-thumb:active,.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj:hover{border:none;border-bottom:1px solid #e1e5ea;border-radius:0}.Open-module_footerContent__Q0hTw{display:flex;justify-content:space-between;width:100%}.Open-module_buttonsContainer__L1HqU{display:flex;gap:8px}.Open-module_cancelButton__0TQzA,.Open-module_openButton__cj3oU{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Open-module_cancelButton__0TQzA:active,.Open-module_cancelButton__0TQzA:hover,.Open-module_openButton__cj3oU:active,.Open-module_openButton__cj3oU:hover{border:1px solid #333;color:#333}.Open-module_cancelButton__0TQzA:disabled,.Open-module_openButton__cj3oU:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Open-module_copyButton__KlXKd{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Open-module_copyButton__KlXKd:active,.Open-module_copyButton__KlXKd:hover{background-color:#4fb3bf}.Open-module_copyButton__KlXKd:disabled{background-color:#e1e5ea;color:#333}.Open-module_loadingContainer__Y354t>div{margin:auto;padding:1em}.AnalyzingFile-module_analyzingFileWrapper__j0Ltf{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;min-height:23em;width:410px}.AnalyzingFile-module_analyzingFileWrapper__j0Ltf .AnalyzingFile-module_fileBox__ywFIh{align-items:center;display:flex;flex-direction:row}.AnalyzingFile-module_analyzingFileWrapper__j0Ltf .AnalyzingFile-module_fileBox__ywFIh svg{margin-right:13px}.AnalyzingFile-module_analyzingFileWrapper__j0Ltf .AnalyzingFile-module_fileBox__ywFIh p{color:#585858;font-size:16px;line-height:19px}.OpenOptions-module_optionsContainer__-WqT8{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:6px;padding:12px;width:430px}.OpenOptions-module_dropContainer__PL6Tg{align-items:center;border-radius:12px;box-shadow:0 4px 12px #6768842e;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:134px;justify-content:space-between;padding:16px;position:relative;width:128px}.OpenOptions-module_dropContainer__PL6Tg div{margin:0;padding:0}.OpenOptions-module_dropContainer__PL6Tg p{font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:10px;line-height:12.1px;margin:0;text-align:center}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_buttonLabelWrapper__h2YsI{display:flex;flex-direction:column;height:24px;justify-content:center}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_buttonLabel__LiY--{color:#585858;font-weight:500;text-transform:uppercase}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_textLabelWrapper__Vx8NF{height:12px}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_textLabel__TlOfz{color:#333;font-weight:400;opacity:50%}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_dropIconWrapper__ibBQx{height:40px}.FileDrop-module_isHovered__c-CDn{background-color:#f8feff}.FileDrop-module_isDisabled__Ejuyq{cursor:auto}.FileDrop-module_isDisabled__Ejuyq svg{filter:grayscale(1);opacity:.6}.CDXStructuresViewer-module_wrapper__7nZbQ{border-bottom:1px solid #e1e5ea;display:flex;flex-direction:column;gap:1em;max-height:30em;max-width:60em;min-height:200px;min-width:400px;padding:1em}.CDXStructuresViewer-module_structuresWrapper__kZN0N{display:flex;flex-direction:row;gap:1em;height:225px;justify-content:space-between}.CDXStructuresViewer-module_menuListWrapper__za1za{background:#f5f6f7;border-radius:8px;display:flex;flex:1;flex-direction:column;font-size:12px;padding:12px 8px;width:150px}.CDXStructuresViewer-module_menuListWrapper__za1za>ul{background:#fff;height:inherit;overflow:auto}.CDXStructuresViewer-module_menuListWrapper__za1za>ul>li{font-size:12px!important;padding:.5em}.CDXStructuresViewer-module_menuListWrapper__za1za>ul>li:hover{background:#188794!important;color:#fff}.CDXStructuresViewer-module_menuListWrapper__za1za>ul .Mui-selected{background:#4fb3bf!important;color:#fff}.CDXStructuresViewer-module_menuListWrapper__za1za>ul .MuiMenuItem-root{min-height:auto}.CDXStructuresViewer-module_menuListWrapper__za1za>.CDXStructuresViewer-module_header__107Fj{color:#585858;margin-bottom:1em}.CDXStructuresViewer-module_fileName__BkvUb{font-weight:600}.CDXStructuresViewer-module_menuItem__21Wb1{margin:.5em 1em}.CDXStructuresViewer-module_centerWrapper__T26wg{align-items:center;display:flex;flex:1;height:100%;justify-content:center;width:100%}.CDXStructuresViewer-module_imageWrapper__m54Wi{align-items:center;display:flex;font-weight:600;height:225px;justify-content:center;width:300px}.CDXStructuresViewer-module_image__7Q-Ah{align-items:center;border:1px solid #cad3dd;border-radius:8px;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:.5em;width:100%}@media only screen{@container (min-width: 900px){.CDXStructuresViewer-module_wrapper__7nZbQ{padding:1.5em}.CDXStructuresViewer-module_imageWrapper__m54Wi{height:325px;width:450px}.CDXStructuresViewer-module_menuListWrapper__za1za{width:250px}.CDXStructuresViewer-module_structuresWrapper__kZN0N{gap:1.5em;height:325px}}}.Tabs-module_tabs__PuztJ{width:100%}.Tabs-module_tabs__PuztJ a{background-color:#ddd;color:#333;cursor:pointer;display:inline-block;line-height:14px;padding:5px 12px;text-align:center}.Tabs-module_tabs__PuztJ a:hover{background-color:#00838f;color:#fff}.Tabs-module_tabs__PuztJ .Tabs-module_active__eeyNd{background-color:#005662;color:#fff}.Tabs-module_tabs__PuztJ :first-child{border-radius:4px 0 0}.Tabs-module_tabs__PuztJ :last-child{border-radius:0 4px 0 0}.Tabs-module_tabs__PuztJ :only-child{border-radius:4px 4px 0 0}.Save-module_button-common-styles__mpLS8{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Save-module_scrollbar__XMf7I{scrollbar-width:thin}.Save-module_scrollbar__XMf7I ::-webkit-scrollbar-track{background-color:transparent}.Save-module_scrollbar__XMf7I::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Save-module_scrollbar__XMf7I::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Save-module_scrollbar__XMf7I::-webkit-scrollbar-thumb:active,.Save-module_scrollbar__XMf7I::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq{display:flex;flex-direction:column;height:310px;overflow:hidden;width:430px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form{align-content:center;display:flex;flex-direction:row;font-size:12px;justify-content:space-between;margin:12px 12px 10px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form>label{display:flex;flex-direction:column;text-align:left;width:calc(50% - 6px)}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form>label input{border:1px solid #cad3dd!important}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form>label input:hover{border:1px solid #43b5c0!important}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form>label>span{margin-right:8px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_tabs__TOB-R{outline:none;padding-left:12px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_tabs__TOB-R[tabindex="0"] a:nth-child(2){color:#ff4a4a}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT{background-color:#eff2f5;box-sizing:border-box;flex-shrink:0;max-height:50px;min-height:224px;overflow-x:auto;padding:12px;scrollbar-width:thin}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT ::-webkit-scrollbar-track{background-color:transparent}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT::-webkit-scrollbar-thumb:active,.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT .Save-module_warningsContainer__-3yVy{display:flex;padding-bottom:12px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT .Save-module_warningsContainer__-3yVy .Save-module_warningsArr__bKUFY{color:#333;font-size:12px;line-height:14px;white-space:pre-line;word-break:break-word}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf{background-color:#eff2f5;position:relative}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf button{border-radius:4px;height:28px;opacity:0;padding:2px;position:absolute;right:12px;top:12px;width:28px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf button:not(:active){background-color:#fff;color:#333}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf:hover button{opacity:1}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf:focus-within button{opacity:0}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf:focus-within button:hover{opacity:1}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb{background-color:#eff2f5;border:none;border-radius:0;box-shadow:none;color:#333;cursor:text;display:block;font-size:12px;height:100%;min-height:224px;min-width:428px;outline:none;overflow-x:auto;padding:12px;resize:none;scrollbar-width:thin;white-space:pre;width:100%}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb ::-webkit-scrollbar-track{background-color:transparent}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb::-webkit-scrollbar-thumb:active,.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb:active,.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb:focus,.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb:hover{border:none;box-shadow:none;outline:none}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_loadingCirclesContainer__COUKN{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:20%;width:100%}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_imageContainer__gFELk{align-items:center;border-bottom:1px solid #e1e5ea;border-top:1px solid #e1e5ea;display:flex;flex-direction:column;height:220px;justify-content:center}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_imageContainer__gFELk img{background-color:#fff;max-height:220px;max-width:428px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewMessage__CZfZB{margin:auto;text-align:center}.Save-module_dialog__of-0M .Save-module_ok__SgeCM{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Save-module_dialog__of-0M .Save-module_ok__SgeCM:active,.Save-module_dialog__of-0M .Save-module_ok__SgeCM:hover{background-color:#4fb3bf}.Save-module_dialog__of-0M .Save-module_ok__SgeCM:disabled{background-color:#e1e5ea;color:#333}.Save-module_dialog__of-0M .Save-module_cancel__SMkEV,.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Save-module_dialog__of-0M .Save-module_cancel__SMkEV:active,.Save-module_dialog__of-0M .Save-module_cancel__SMkEV:hover,.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T:active,.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T:hover{border:1px solid #333;color:#333}.Save-module_dialog__of-0M .Save-module_cancel__SMkEV:disabled,.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T{word-wrap:normal;margin-right:auto;padding:2px 8px}.enhancedStereo-module_enhancedStereo__8FLSY{width:260px}.enhancedStereo-module_enhancedStereo__8FLSY fieldset{border:none;display:flex;flex-direction:column}.enhancedStereo-module_enhancedStereo__8FLSY fieldset label{margin-top:12px}.enhancedStereo-module_enhancedStereo__8FLSY .enhancedStereo-module_stereoLabelItem__lEf-0 label{align-items:center;display:flex;margin:2px;min-height:2.4em}.enhancedStereo-module_enhancedStereo__8FLSY .enhancedStereo-module_labelGroupSelect__K7TYC{margin-left:5px;margin-right:5px}.labelEdit-module_button-common-styles__S5XMA{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.labelEdit-module_scrollbar__GFcQm{scrollbar-width:thin}.labelEdit-module_scrollbar__GFcQm ::-webkit-scrollbar-track{background-color:transparent}.labelEdit-module_scrollbar__GFcQm::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.labelEdit-module_scrollbar__GFcQm::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.labelEdit-module_scrollbar__GFcQm::-webkit-scrollbar-thumb:active,.labelEdit-module_scrollbar__GFcQm::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.labelEdit-module_labelEdit__9LnIH{display:flex;white-space:nowrap}.labelEdit-module_labelEdit__9LnIH>div{overflow:hidden;padding:0 12px}.labelEdit-module_labelEdit__9LnIH div>form{align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding-top:12px}.labelEdit-module_labelEdit__9LnIH .labelEdit-module_labelEditInputField__tb-J4 label{text-align:center}.labelEdit-module_labelEdit__9LnIH .labelEdit-module_labelEditInputField__tb-J4 input{margin-left:8px;min-width:140px}.AtomInfo-module_button-common-styles__x3ucv{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.AtomInfo-module_scrollbar__8GiyC{scrollbar-width:thin}.AtomInfo-module_scrollbar__8GiyC ::-webkit-scrollbar-track{background-color:transparent}.AtomInfo-module_scrollbar__8GiyC::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.AtomInfo-module_scrollbar__8GiyC::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.AtomInfo-module_scrollbar__8GiyC::-webkit-scrollbar-thumb:active,.AtomInfo-module_scrollbar__8GiyC::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.AtomInfo-module_ket_atom_info__GOuZ6{box-shadow:inset 0 0 1px 1px #0000001f;font-size:10px;left:18em;opacity:1;padding:.75em;position:absolute;top:2em;transition:opacity 1s,visibility 0s;width:60px}.AtomInfo-module_none__PRuzx{opacity:0;transition:opacity 2s,visibility 2s}.ElementsTable-module_button-common-styles__-6eHN{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ElementsTable-module_scrollbar__0R-HA{scrollbar-width:thin}.ElementsTable-module_scrollbar__0R-HA ::-webkit-scrollbar-track{background-color:transparent}.ElementsTable-module_scrollbar__0R-HA::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ElementsTable-module_scrollbar__0R-HA::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ElementsTable-module_scrollbar__0R-HA::-webkit-scrollbar-thumb:active,.ElementsTable-module_scrollbar__0R-HA::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ElementsTable-module_table__iNPVY{border-spacing:3px;position:relative}.ElementsTable-module_table__iNPVY td,.ElementsTable-module_table__iNPVY th{margin:0;padding:0;text-align:center;vertical-align:middle}.ElementsTable-module_table__iNPVY .ElementsTable-module_main_row__csN5a,.ElementsTable-module_table__iNPVY th{font-size:8px;font-weight:400;opacity:.6;padding:.3em .8em}.ElementsTable-module_table__iNPVY .ElementsTable-module_outiner_row__fzfGL{text-align:right;vertical-align:top}.ElementsTable-module_table__iNPVY tr:nth-of-type(8){border-bottom:1em solid transparent}.ElementsTable-module_table__iNPVY .ElementsTable-module_noble__65B92{background:#c2ffff;border:2px solid #c2ffff}.ElementsTable-module_table__iNPVY .ElementsTable-module_alkali__sM9z9{background:#ffa2a5;border:2px solid #ffa2a5}.ElementsTable-module_table__iNPVY .ElementsTable-module_alkaline-earth__t2h2s{background:#ffe0b5;border:2px solid #ffe0b5}.ElementsTable-module_table__iNPVY .ElementsTable-module_metalloid__Ui4Y8{background:#e2e2be;border:2px solid #e2e2be}.ElementsTable-module_table__iNPVY .ElementsTable-module_other-nonmetal__mbkMN{background:#e8ff94;border:2px solid #e8ff94}.ElementsTable-module_table__iNPVY .ElementsTable-module_post-transition__k4C-G{background:#c5c5c5;border:2px solid #c5c5c5}.ElementsTable-module_table__iNPVY .ElementsTable-module_transition__GCnID{background:#ffd2d4;border:2px solid #ffd2d4}.ElementsTable-module_table__iNPVY .ElementsTable-module_lanthanide__wVoLa{background:#f4c8f4;border:2px solid #f4c8f4}.ElementsTable-module_table__iNPVY .ElementsTable-module_actinide__bVCBg{background:#fd98cb;border:2px solid #fd98cb}.ElementsTable-module_table__iNPVY .ElementsTable-module_halogen__W6EjM{background:#fffea6;border:2px solid #fffea6}.ElementsTable-module_table__iNPVY .ElementsTable-module_unknown-props__d9rq4{background:#e8e8e8}.ElementsTable-module_table__iNPVY .ElementsTable-module_unknown-state__lRBCp:after{color:#222}.ElementsTable-module_button__xCaL4{background-color:#fff;background-image:none;border:0;border-radius:4px;color:#333;color:#585858;display:inline-block;display:block;font-size:12px;font-weight:500;height:24px;line-height:2;margin:0;padding:.15em;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:24px}.ElementsTable-module_button__xCaL4:active{background-image:none;outline:0}.ElementsTable-module_button__xCaL4[disabled],fieldset[disabled] .ElementsTable-module_button__xCaL4{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.ElementsTable-module_button__xCaL4>input[type=file]{left:-9999px;position:absolute}.ElementsTable-module_button__xCaL4+button,.ElementsTable-module_button__xCaL4+input[type=reset],.ElementsTable-module_button__xCaL4+input[type=submit]{margin-left:.3em}.ElementsTable-module_button__xCaL4:after{color:#585858;content:attr(value);font-size:.5em;line-height:1;opacity:.6;position:absolute;right:.3em;top:.3em;vertical-align:top}.ElementsTable-module_button__xCaL4:hover{background:#fff;z-index:60}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf{background:#5e5e5e;border:none;color:#fff}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf>span{color:#fff}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf>svg{fill:#fff;stroke:#fff}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf path{stroke:#fff}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf:after{color:#fff;opacity:1}.BoxWithLines-module_horizintalNodeLines__QO-Su{display:flex;flex:0 0 20px;flex-direction:column;margin-top:2px;padding-left:14px;width:calc(50% + 6px)}.BoxWithLines-module_horizintalNodeLines__QO-Su .BoxWithLines-module_upperLines__8pL-R{border-bottom:1px solid #cad3dd;border-left:1px solid #cad3dd;height:5px}.BoxWithLines-module_horizintalNodeLines__QO-Su .BoxWithLines-module_lowerLine__tBZJd{border-left:1px solid #cad3dd;border-right:1px solid #cad3dd;height:4px;margin-bottom:-10px;padding-bottom:2px}.BoxWithLines-module_verticalNodeLines__wBgwS{display:flex;flex:0 0 20px;flex-direction:column;margin-right:1px;margin-top:4px;width:5px}.BoxWithLines-module_verticalNodeLines__wBgwS .BoxWithLines-module_upperLines__8pL-R{border-bottom:1px solid #cad3dd;border-left:1px solid #cad3dd;height:14px}.BoxWithLines-module_verticalNodeLines__wBgwS .BoxWithLines-module_lowerLine__tBZJd{border-bottom:1px solid #cad3dd;border-left:1px solid #cad3dd;height:96px;margin-bottom:-16px;padding-bottom:4px}.GenSet-module_button-common-styles__0Ro-U{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.GenSet-module_scrollbar__Ev8Uz{scrollbar-width:thin}.GenSet-module_scrollbar__Ev8Uz ::-webkit-scrollbar-track{background-color:transparent}.GenSet-module_scrollbar__Ev8Uz::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.GenSet-module_scrollbar__Ev8Uz::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.GenSet-module_scrollbar__Ev8Uz::-webkit-scrollbar-thumb:active,.GenSet-module_scrollbar__Ev8Uz::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.GenSet-module_genGroupLegendBox__CSTQr{position:absolute;top:-14px;width:100%}.GenSet-module_genGroupLegendBox__CSTQr>legend{font-size:10px!important;margin:0 auto;width:-moz-fit-content;width:fit-content}.GenSet-module_legendBox__0zIAk{line-height:unset;position:relative}.GenSet-module_legendBox__0zIAk>legend{font-size:10px!important;margin:0 auto;width:-moz-fit-content;width:fit-content}.GenSet-module_SpecialNodes__oFKp3{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(4,26px) 36px;grid-template-rows:24px}.GenSet-module_AtomGenerics__MoQCf,.GenSet-module_GroupGenerics__pFPtX{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:26px 36px;grid-template-rows:24px}.GenSet-module_AcyclicCarbo__nowGn,.GenSet-module_AcyclicHetero__hnr4G,.GenSet-module_Acyclic__R97MM,.GenSet-module_CyclicCarbo__Aanb0,.GenSet-module_CyclicHetero__bbOnT,.GenSet-module_Cyclic__VJRtt{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(2,36px);grid-template-rows:24px}.ButtonGenSet-module_button-common-styles__3bEj7{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ButtonGenSet-module_scrollbar__CKIcM{scrollbar-width:thin}.ButtonGenSet-module_scrollbar__CKIcM ::-webkit-scrollbar-track{background-color:transparent}.ButtonGenSet-module_scrollbar__CKIcM::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ButtonGenSet-module_scrollbar__CKIcM::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ButtonGenSet-module_scrollbar__CKIcM::-webkit-scrollbar-thumb:active,.ButtonGenSet-module_scrollbar__CKIcM::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ButtonGenSet-module_button__hBoCQ{background:#fff;border:1px solid #585858;border-radius:4px;color:#585858;font-size:14px;height:100%;line-height:12px;padding:0;vertical-align:middle;width:100%}.ButtonGenSet-module_button__hBoCQ:hover{border:1px solid #167782;color:#585858}.ButtonGenSet-module_button__hBoCQ.ButtonGenSet-module_selected__XAfYj,.ButtonGenSet-module_button__hBoCQ:focus{background-color:#167782;border:1px solid #167782;color:#fff}.ButtonGenSet-module_button__hBoCQ:disabled{border:1px solid #b4b9d6;color:#b4b9d6}.GenGroup-module_fieldFlexWrapper__mBHRt{display:flex;margin-top:12px}.GenGroup-module_buttonContainer__7qTti{display:grid;gap:8px 12px;grid-template-columns:1fr 1fr}.GenGroup-module_genButtonContainer__6Bwe1{display:grid;gap:22px 12px;grid-template-columns:1fr 1fr}.GenGroup-module_subGroup__afiEU{border:none;padding:0;position:relative}.GenGroup-module_legendMain__h-Wl3{color:#333!important;font-weight:700!important}.GenGroup-module_legend__JWafm{color:#333c!important;font-weight:700!important}.GenGroup-module_fieldset__JehYt{border:none;padding:4px 0 0}.GenericGroups-module_button-common-styles__nYUJe{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.GenericGroups-module_scrollbar__5iavS{scrollbar-width:thin}.GenericGroups-module_scrollbar__5iavS ::-webkit-scrollbar-track{background-color:transparent}.GenericGroups-module_scrollbar__5iavS::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.GenericGroups-module_scrollbar__5iavS::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.GenericGroups-module_scrollbar__5iavS::-webkit-scrollbar-thumb:active,.GenericGroups-module_scrollbar__5iavS::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.GenericGroups-module_genericGroups__z4EaG{margin-top:9px;overflow-y:auto;padding:0 12px 12px;scrollbar-width:thin}.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar{background-color:transparent}.GenericGroups-module_genericGroups__z4EaG:first-child{margin-top:0}.GenericGroups-module_genericGroups__z4EaG>fieldset{border:none;margin:1em;padding:0}.GenericGroups-module_genericGroups__z4EaG ::-webkit-scrollbar-track{background-color:transparent}.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar-thumb:active,.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.GenericGroups-module_genericGroups__z4EaG .GenericGroups-module_groupGenerics__6UpH6,.GenericGroups-module_genericGroups__z4EaG .GenericGroups-module_topGroupsContainer__bMeoG{grid-column-gap:20px;display:grid;grid-template-columns:1fr 1fr}.GenericGroups-module_genericGroups__z4EaG .GenericGroups-module_subgroupContainer__xULxX{display:grid;grid-template-columns:6px 1fr}.TypeChoice-module_fieldset__yJqT7{border:none;display:flex;gap:12px;padding:0;width:100%}.TypeChoice-module_fieldset__yJqT7>label{align-items:center;display:flex;font-size:12px}.PeriodTable-module_button-common-styles__8JrOW{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.PeriodTable-module_scrollbar__iG-vx{scrollbar-width:thin}.PeriodTable-module_scrollbar__iG-vx ::-webkit-scrollbar-track{background-color:transparent}.PeriodTable-module_scrollbar__iG-vx::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.PeriodTable-module_scrollbar__iG-vx::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.PeriodTable-module_scrollbar__iG-vx::-webkit-scrollbar-thumb:active,.PeriodTable-module_scrollbar__iG-vx::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.PeriodTable-module_elementsTable__Vcz12{background-color:#fff;height:368px;width:520px}.PeriodTable-module_elementsTable__Vcz12>div{margin:0;overflow:hidden;padding-left:8px;padding-top:12px}.PeriodTable-module_elementsTable__Vcz12>header{border-bottom:1px solid #e1e5ea}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_dialogHeader__-Wgw4{align-items:center;display:flex;font-style:normal;font-weight:500;gap:4px;padding-left:2px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_dialogHeader__-Wgw4>span{line-height:16px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_dialogHeader__-Wgw4>svg{height:16px;width:16px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_tabs__q-2GL{border-bottom:1px solid #e1e5ea;outline:none;padding-left:15px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_tabsContent__5rij5{height:31em}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_contentGeneral__-XKPp{padding-left:15px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_periodTable__l-Uqx{position:fixed}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_periodTable__l-Uqx>*{line-height:normal}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_addAtom__ehSSN{background:#005662;border:none;border-radius:6px;color:#fff;float:right;position:relative;z-index:10}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_addAtom__ehSSN:hover{background:#00838f;color:#fff}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_addAtom__ehSSN:disabled{background:#00838f66;color:#fff}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_addAtom__ehSSN:focus{background:#4fb3bf}.ExtendedTable-module_extendedTable__2-hjV{width:390px}.RemoveFG-module_window__6PHH4{background:#f3f3f3;border-radius:10px;display:flex;flex-direction:column;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;width:260px}.RemoveFG-module_window__6PHH4>*{margin:10px 15px}.RemoveFG-module_question__J8Qzx{color:#585858;text-align:left}.RemoveFG-module_header__1hBAs{align-items:center;display:flex;margin-top:15px;text-transform:uppercase}.RemoveFG-module_footer__8wImu{display:flex;justify-content:flex-end;margin-bottom:15px}.RemoveFG-module_buttonCancel__xCaJt,.RemoveFG-module_buttonOk__zR5x4{border:none;border-radius:2px;height:1.8em;width:content-box}.RemoveFG-module_buttonOk__zR5x4{background:#005662;color:#fff}.RemoveFG-module_buttonOk__zR5x4:hover{background:#00838f}.RemoveFG-module_buttonCancel__xCaJt{background:transparent;border:1px solid #717171;color:#717171;margin-right:15px}.RemoveFG-module_buttonCancel__xCaJt:hover{border-color:#333;color:#333}.rgroup-module_button-common-styles__O66iR{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.rgroup-module_scrollbar__GmU8o{scrollbar-width:thin}.rgroup-module_scrollbar__GmU8o ::-webkit-scrollbar-track{background-color:transparent}.rgroup-module_scrollbar__GmU8o::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.rgroup-module_scrollbar__GmU8o::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.rgroup-module_scrollbar__GmU8o::-webkit-scrollbar-thumb:active,.rgroup-module_scrollbar__GmU8o::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.rgroup-module_rgroup__Pm-uA{width:260px}.rgroup-module_rgroup__Pm-uA>div{background-color:#eff2f5;margin:0;padding:12px 11px}.rgroup-module_rgroup__Pm-uA ul{grid-column-gap:8px;grid-row-gap:8px;display:grid;grid-template-columns:repeat(5,41px);grid-template-rows:repeat(3,29px 33px) 29px;overflow:hidden}.rgroup-module_rgroup__Pm-uA form button{background-color:#fff;background-image:none;background:#fff;border:none;border-radius:4px;color:#333;color:#585858;display:inline-block;font-size:14px;font-weight:700;height:29px;margin:0;padding:6px 4px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:100%}.rgroup-module_rgroup__Pm-uA form button:active{background-image:none;outline:0}.rgroup-module_rgroup__Pm-uA form button[disabled],fieldset[disabled] .rgroup-module_rgroup__Pm-uA form button{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.rgroup-module_rgroup__Pm-uA form button>input[type=file]{left:-9999px;position:absolute}.rgroup-module_rgroup__Pm-uA form button+button,.rgroup-module_rgroup__Pm-uA form button+input[type=reset],.rgroup-module_rgroup__Pm-uA form button+input[type=submit]{margin-left:.3em}.rgroup-module_rgroup__Pm-uA form button:first-letter{font-weight:400}.rgroup-module_rgroup__Pm-uA form button:hover{color:#005662}.rgroup-module_rgroup__Pm-uA form button.rgroup-module_selected__hP5cM,.rgroup-module_rgroup__Pm-uA form button:active{background:#167782;color:#fff}.sgroup-module_button-common-styles__MAeEP{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.sgroup-module_scrollbar__T3fpf{scrollbar-width:thin}.sgroup-module_scrollbar__T3fpf ::-webkit-scrollbar-track{background-color:transparent}.sgroup-module_scrollbar__T3fpf::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.sgroup-module_scrollbar__T3fpf::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.sgroup-module_scrollbar__T3fpf::-webkit-scrollbar-thumb:active,.sgroup-module_scrollbar__T3fpf::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.sgroup-module_sgroup__Kh2Xj{background-color:#fff;border-radius:6px;width:260px}.sgroup-module_sgroup__Kh2Xj label{display:flex;flex-direction:column;margin-bottom:12px}.sgroup-module_sgroup__Kh2Xj label ul{width:inherit}.sgroup-module_sgroup__Kh2Xj label .MuiOutlinedInput-root,.sgroup-module_sgroup__Kh2Xj label input[type=text]{margin-top:4px;max-width:236px}.sgroup-module_sgroup__Kh2Xj fieldset{border:0;padding:0}.sgroup-module_sgroup__Kh2Xj fieldset[class=sdata] fieldset{display:flex;justify-content:space-between;margin-top:24px;width:100%}.sgroup-module_sgroup__Kh2Xj fieldset[class=sdata] fieldset label{display:flex;flex-direction:row;line-height:16px}.sgroup-module_sgroup__Kh2Xj fieldset[class=sdata] fieldset label>span{margin-right:3px!important}.sgroup-module_sgroup__Kh2Xj form{margin:12px 12px 4px}.sgroup-module_sgroup__Kh2Xj form label{font-size:12px;text-align:left}.sgroup-module_sgroup__Kh2Xj form label>span>div{width:100%}.sgroup-module_sgroup__Kh2Xj form label fieldset label{align-items:center;display:flex;flex-direction:row;margin-left:4px!important}.sgroup-module_sgroup__Kh2Xj form label fieldset span{margin-right:4px!important}.sgroup-module_sgroup__Kh2Xj form select[name=fieldValue],.sgroup-module_sgroup__Kh2Xj form textarea{display:block;overflow:auto}.sgroup-module_sgroup__Kh2Xj form input[type=text],.sgroup-module_sgroup__Kh2Xj form select[name=fieldName]{color:#333;display:block;margin-bottom:0;width:100%}.sgroup-module_sgroup__Kh2Xj form textarea{margin-top:4px;max-height:240px;min-height:56px;resize:vertical;scrollbar-width:thin;width:100%}.sgroup-module_sgroup__Kh2Xj form textarea ::-webkit-scrollbar-track{background-color:transparent}.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar-thumb:active,.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar{background-color:#fff;border-radius:2px;-webkit-border-radius:2px;width:4px}.template-lib-module_button-common-styles__9adxB{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.template-lib-module_scrollbar__ZFwCC{scrollbar-width:thin}.template-lib-module_scrollbar__ZFwCC ::-webkit-scrollbar-track{background-color:transparent}.template-lib-module_scrollbar__ZFwCC::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.template-lib-module_scrollbar__ZFwCC::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.template-lib-module_scrollbar__ZFwCC::-webkit-scrollbar-thumb:active,.template-lib-module_scrollbar__ZFwCC::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.template-lib-module_warning__UqgEG{color:#ff4a4a}.template-lib-module_warning__UqgEG:before{content:"⚠ "}.template-lib-module_dialogHeader__-AmwE{align-items:center;display:flex;gap:4px;padding-left:2px}.template-lib-module_dialogHeader__-AmwE>span{line-height:16px}.template-lib-module_dialogHeader__-AmwE>svg{height:18px;width:18px}.template-lib-module_button__LKf1c{min-width:70px!important}.template-lib-module_dialog_body__QtL0J{background-color:#fff;color:#333;width:452px}.template-lib-module_dialog_body__QtL0J>div{display:flex;flex-direction:column;overflow:hidden}.template-lib-module_dialog_body__QtL0J>footer{box-shadow:0 -6px 6px #0101321a;min-height:24px;z-index:10}.template-lib-module_dialog_body__QtL0J>footer>input{min-width:110px!important}.template-lib-module_dialog_body__QtL0J>footer>span{line-height:24px}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA{position:relative}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA input[type=search]{background-color:#eff2f5;height:28px;margin:0 14px 16px;padding-left:35px;width:424px}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA input[type=search]::-moz-placeholder{font-weight:400;opacity:90%}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA input[type=search]::placeholder{font-weight:400;opacity:90%}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA .template-lib-module_searchIcon__o7cAy{color:#167782;height:28px;left:14px;position:absolute;top:0;width:28px}.template-lib-module_dialog_body__QtL0J .template-lib-module_accordionSummary__2hIop{flex-direction:row-reverse;font-size:14px}.template-lib-module_dialog_body__QtL0J .template-lib-module_groupIcon__LBIRH{margin-left:15px;margin-right:8px}.template-lib-module_dialog_body__QtL0J .template-lib-module_expandIcon__Fb1EU{width:20px}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN{background-color:#eff2f5;height:50vh;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN ::-webkit-scrollbar-track{background-color:transparent}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN::-webkit-scrollbar-thumb:active,.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.template-lib-module_dialog_body__QtL0J .template-lib-module_resultsContainer__KnPBZ{background-color:#eff2f5;padding:12px 14px 4px}.template-lib-module_dialog_body__QtL0J .template-lib-module_saveButton__8PE6t{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.template-lib-module_dialog_body__QtL0J .template-lib-module_saveButton__8PE6t:active,.template-lib-module_dialog_body__QtL0J .template-lib-module_saveButton__8PE6t:hover{border:1px solid #333;color:#333}.template-lib-module_dialog_body__QtL0J .template-lib-module_saveButton__8PE6t:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.template-lib-module_dialog_body__QtL0J .MuiTabs-indicator{background-color:#167782}.template-lib-module_dialog_body__QtL0J .MuiTabs-flexContainer{background-color:#eff2f5;padding-left:14px}.template-lib-module_dialog_body__QtL0J .MuiAccordionSummary-content{align-items:end}.template-lib-module_dialog_body__QtL0J .MuiAccordionDetails-root{background-color:#eff2f5;box-shadow:inset 0 -2px 8px #0101321a;padding:12px 14px 4px;width:424px}.template-lib-module_dialog_body__QtL0J .MuiPaper-root.MuiAccordion-root{box-shadow:none}.template-lib-module_dialog_body__QtL0J .MuiPaper-root.MuiAccordion-root.Mui-expanded:before,.template-lib-module_dialog_body__QtL0J .MuiPaper-root.MuiAccordion-root:before{opacity:0}.template-lib-module_dialog_body__QtL0J .MuiPaper-root:not(:last-child):after{background-color:#b4b9d6;bottom:0;content:"";height:1px;left:0;margin:0 auto;opacity:1;position:absolute;right:0;width:424px}.template-lib-module_dialog_body__QtL0J .MuiPaper-root.Mui-expanded:after{opacity:0}.template-lib-module_dialog_body__QtL0J .MuiButtonBase-root.MuiTab-root,.template-lib-module_dialog_body__QtL0J .MuiTabs-root{height:32px;min-height:32px}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabs__YkpEG{box-shadow:0 6px 6px #0101321a;z-index:10}.template-lib-module_dialog_body__QtL0J .MuiButtonBase-root.MuiTab-root{color:#000000b3;line-height:12px;padding:12px 10px 8px;text-transform:none}.template-lib-module_dialog_body__QtL0J .MuiTab-root.Mui-selected{color:#000;font-weight:600}.template-lib-module_dialog_body__QtL0J .MuiPaper-root.MuiAccordion-root.Mui-expanded{margin:0}.template-lib-module_dialog_body__QtL0J .MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded,.template-lib-module_dialog_body__QtL0J .MuiButtonBase-root.MuiAccordionSummary-root.MuiAccordionSummary-gutters{height:40px;min-height:40px;padding-left:12px}.TemplateTable-module_button-common-styles__ZYUa5{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.TemplateTable-module_scrollbar__aSGhu{scrollbar-width:thin}.TemplateTable-module_scrollbar__aSGhu ::-webkit-scrollbar-track{background-color:transparent}.TemplateTable-module_scrollbar__aSGhu::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.TemplateTable-module_scrollbar__aSGhu::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.TemplateTable-module_scrollbar__aSGhu::-webkit-scrollbar-thumb:active,.TemplateTable-module_scrollbar__aSGhu::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.TemplateTable-module_tableContent__dnVKg{grid-gap:0 8px;display:grid;grid-template-columns:repeat(4,100px)}.TemplateTable-module_structTitle__2XUWI{border:1px solid transparent;border-radius:6px;margin:6px 0 12px;max-height:30px;max-width:100px;overflow:hidden;padding:0 7px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.TemplateTable-module_twoRowsTitleTable__ZYwHq{grid-auto-rows:147px}.TemplateTable-module_oneRowTitleTable__N8Ibd{grid-auto-rows:134px}.TemplateTable-module_oneRowTitleTable__N8Ibd .TemplateTable-module_structTitle__2XUWI{max-height:16px}.TemplateTable-module_struct__lOLBI{background-color:#fff;border:1px solid #b4b9d6;border-radius:5px;box-sizing:border-box;height:100px;width:100px}.TemplateTable-module_struct__lOLBI:hover{background:#f9fafb}.TemplateTable-module_struct__lOLBI svg{height:100px;left:-2px;top:-1px;width:100px}.TemplateTable-module_selectedTitle__J-cte{background-color:#ffffffb3}.TemplateTable-module_td__6LIhx{cursor:default;position:relative}.TemplateTable-module_td__6LIhx.TemplateTable-module_selected__qZEF9 .TemplateTable-module_struct__lOLBI{background-color:#1677820d;border:2px solid #167782}.TemplateTable-module_button__dpOF0{background-color:#fff;background-color:transparent;background-image:none;border:none;border-radius:0;color:#333;color:#636363;cursor:pointer;display:inline-block;height:18px;margin:0;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:18px}.TemplateTable-module_button__dpOF0:active{background-image:none;outline:0}.TemplateTable-module_button__dpOF0[disabled],fieldset[disabled] .TemplateTable-module_button__dpOF0{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.TemplateTable-module_button__dpOF0>input[type=file]{left:-9999px;position:absolute}.TemplateTable-module_button__dpOF0+button,.TemplateTable-module_button__dpOF0+input[type=reset],.TemplateTable-module_button__dpOF0+input[type=submit]{margin-left:.3em}.TemplateTable-module_button__dpOF0>svg{height:inherit;width:inherit}.TemplateTable-module_button__dpOF0:active path,.TemplateTable-module_button__dpOF0:hover path{fill:#00838f}.TemplateTable-module_deleteButton__KfBpW{position:absolute;right:5px;top:5px}.TemplateTable-module_editButton__A0BoE{position:absolute;right:5px;top:78px}div.TemplateTable-module_structure__rI84W{background-color:#fff;padding:0}.emptySearchResult-module_emptySearch__aUSew{align-items:center;color:#333;display:flex;flex-direction:column;font-size:12px;justify-content:center;min-height:240px}.emptySearchResult-module_emptySearch__aUSew>svg{height:84px;width:84px}.FontControl-module_button-common-styles__CMSGk{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.FontControl-module_scrollbar__Vq3kt{scrollbar-width:thin}.FontControl-module_scrollbar__Vq3kt ::-webkit-scrollbar-track{background-color:transparent}.FontControl-module_scrollbar__Vq3kt::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.FontControl-module_scrollbar__Vq3kt::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.FontControl-module_scrollbar__Vq3kt::-webkit-scrollbar-thumb:active,.FontControl-module_scrollbar__Vq3kt::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.FontControl-module_fontSizeMenu__4RvmP{background:#fff;border:1px solid #cad3dd;border-radius:4px;display:inline-block;font-size:16px;max-height:155px;overflow-y:scroll;padding:4px;position:absolute;right:12px;scrollbar-width:thin;top:74px;width:58px;z-index:10}.FontControl-module_fontSizeMenu__4RvmP ::-webkit-scrollbar-track{background-color:transparent}.FontControl-module_fontSizeMenu__4RvmP::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.FontControl-module_fontSizeMenu__4RvmP::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.FontControl-module_fontSizeMenu__4RvmP::-webkit-scrollbar-thumb:active,.FontControl-module_fontSizeMenu__4RvmP::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.FontControl-module_fontSizeOption__eGz-q{font-size:14px;line-height:16px;padding:4px}.FontControl-module_fontSizeOption__eGz-q:hover{background:#f3f3f3;border-radius:4px;cursor:pointer}.FontControl-module_fontBtn__zGgG3{background-color:#fff;border:1px solid #cad3dd;border-radius:4px;font-size:14px;height:24px;line-height:20px;text-align:left;width:68px}.FontControl-module_fontBtn__zGgG3:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.94 5.727 8 8.78l3.06-3.053.94.94-4 4-4-4 .94-.94Z' fill='%235B6077'/%3E%3C/svg%3E");background-size:contain;bottom:20px;content:" ";display:block;height:22px;left:18px;margin:auto;position:relative;width:22px;z-index:10}.SpecialSymbolsList-module_window__4tD1N{background-color:#fff;border-radius:0 6px 6px;box-shadow:2px 2px 6px #cad3dd;display:flex;flex-direction:row;flex-wrap:wrap;overflow:visible;padding:8px;position:absolute;right:27px;width:160px;z-index:10}.SpecialSymbolsList-module_button__uCp6O{background-color:transparent;border:none;height:16px;margin:2px;padding:initial;width:16px}.SpecialSymbolsList-module_button__uCp6O>svg{fill:#000}.SpecialSymbolsList-module_button__uCp6O:hover>svg{fill:#167782}.SpecialSymbolsButton-module_button-common-styles__OZY5u{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.SpecialSymbolsButton-module_scrollbar__BGjVm{scrollbar-width:thin}.SpecialSymbolsButton-module_scrollbar__BGjVm ::-webkit-scrollbar-track{background-color:transparent}.SpecialSymbolsButton-module_scrollbar__BGjVm::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.SpecialSymbolsButton-module_scrollbar__BGjVm::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.SpecialSymbolsButton-module_scrollbar__BGjVm::-webkit-scrollbar-thumb:active,.SpecialSymbolsButton-module_scrollbar__BGjVm::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.SpecialSymbolsButton-module_activeTextButton__jbgHY,.SpecialSymbolsButton-module_textButton__1gh-c{background-color:#fff;background-image:none;border:0;border-radius:4px;color:#333;cursor:pointer;display:inline-block;height:28px;margin:0!important;margin:4px;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:28px}.SpecialSymbolsButton-module_activeTextButton__jbgHY:active,.SpecialSymbolsButton-module_textButton__1gh-c:active{background-image:none;outline:0}.SpecialSymbolsButton-module_activeTextButton__jbgHY[disabled],.SpecialSymbolsButton-module_textButton__1gh-c[disabled],fieldset[disabled] .SpecialSymbolsButton-module_activeTextButton__jbgHY,fieldset[disabled] .SpecialSymbolsButton-module_textButton__1gh-c{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.SpecialSymbolsButton-module_activeTextButton__jbgHY>input[type=file],.SpecialSymbolsButton-module_textButton__1gh-c>input[type=file]{left:-9999px;position:absolute}.SpecialSymbolsButton-module_activeTextButton__jbgHY+button,.SpecialSymbolsButton-module_activeTextButton__jbgHY+input[type=reset],.SpecialSymbolsButton-module_activeTextButton__jbgHY+input[type=submit],.SpecialSymbolsButton-module_textButton__1gh-c+button,.SpecialSymbolsButton-module_textButton__1gh-c+input[type=reset],.SpecialSymbolsButton-module_textButton__1gh-c+input[type=submit]{margin-left:.3em}.SpecialSymbolsButton-module_activeTextButton__jbgHY>svg,.SpecialSymbolsButton-module_textButton__1gh-c>svg{font-size:22px;height:22px;left:3px;position:absolute;top:3px;width:22px}.SpecialSymbolsButton-module_activeTextButton__jbgHY{background-color:#167782;border-radius:2px}.SpecialSymbolsButton-module_activeTextButton__jbgHY>svg{fill:#fff;transition:.2s}.SpecialSymbolsButton-module_activeTextButton__jbgHY:hover{background-color:#188794}.SpecialSymbolsButton-module_textButton__1gh-c>svg{fill:#333;transition:.2s}.SpecialSymbolsButton-module_textButton__1gh-c:hover{background-image:none}.SpecialSymbolsButton-module_textButton__1gh-c:hover>svg{fill:#00838f}.SpecialSymbolsButton-module_activeTextButton__jbgHY:after{border-bottom:2px solid transparent;border-right:2px solid transparent;border-color:transparent #fff #fff transparent;border-style:solid;border-width:2px;content:"";left:21px;position:absolute;top:21px}.smallEditor .SpecialSymbolsButton-module_textButton__1gh-c{height:28px;margin:4px;width:28px}.smallEditor .SpecialSymbolsButton-module_textButton__1gh-c>svg{font-size:20px;height:20px;left:3px;position:absolute;top:3px;width:20px}.TextButton-module_button-common-styles__7F1Uf{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.TextButton-module_scrollbar__u11Yl{scrollbar-width:thin}.TextButton-module_scrollbar__u11Yl ::-webkit-scrollbar-track{background-color:transparent}.TextButton-module_scrollbar__u11Yl::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.TextButton-module_scrollbar__u11Yl::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.TextButton-module_scrollbar__u11Yl::-webkit-scrollbar-thumb:active,.TextButton-module_scrollbar__u11Yl::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.TextButton-module_textButton__Ocny2{background-color:#fff;background-image:none;border:0;border-radius:4px;color:#333;cursor:pointer;display:inline-block;height:28px;margin:0!important;margin:4px;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:28px}.TextButton-module_textButton__Ocny2:active{background-image:none;outline:0}.TextButton-module_textButton__Ocny2[disabled],fieldset[disabled] .TextButton-module_textButton__Ocny2{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.TextButton-module_textButton__Ocny2>input[type=file]{left:-9999px;position:absolute}.TextButton-module_textButton__Ocny2+button,.TextButton-module_textButton__Ocny2+input[type=reset],.TextButton-module_textButton__Ocny2+input[type=submit]{margin-left:.3em}.TextButton-module_textButton__Ocny2>svg{fill:#333;font-size:22px;height:22px;left:3px;position:absolute;top:3px;transition:.2s;width:22px}.TextButton-module_textButton__Ocny2:hover{background-image:none}.TextButton-module_textButton__Ocny2:hover>svg{fill:#00838f}.TextButton-module_textButton__Ocny2.TextButton-module_isActive__DQ-xh{background-color:#167782;border-radius:2px}.TextButton-module_textButton__Ocny2.TextButton-module_isActive__DQ-xh>svg{fill:#fff;transition:.2s}.TextButton-module_textButton__Ocny2.TextButton-module_isActive__DQ-xh:hover{background-color:#188794}.TextButton-module_textButton__Ocny2.TextButton-module_isActive__DQ-xh:hover>svg{fill:#fff;transition:.2s}.smallEditor .TextButton-module_textButton__Ocny2{height:28px;margin:4px;width:28px}.smallEditor .TextButton-module_textButton__Ocny2>svg{font-size:20px;height:20px;left:3px;position:absolute;top:3px;width:20px}.Text-module_button-common-styles__dhz9O{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Text-module_scrollbar__0OhTV{scrollbar-width:thin}.Text-module_scrollbar__0OhTV ::-webkit-scrollbar-track{background-color:transparent}.Text-module_scrollbar__0OhTV::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Text-module_scrollbar__0OhTV::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Text-module_scrollbar__0OhTV::-webkit-scrollbar-thumb:active,.Text-module_scrollbar__0OhTV::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Text-module_textEditor__EFR54{display:flex;flex-direction:column;width:340px}.Text-module_textEditor__EFR54 .Text-module_controlPanel__agLDc{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:28px;justify-content:space-between;margin:12px 0}.Text-module_textEditor__EFR54 .Text-module_controlPanel__agLDc>span{margin-left:34px;margin-right:4px;white-space:nowrap}.Text-module_textEditor__EFR54 .DraftEditor-root{word-wrap:break-word;border:1px solid #cad3dd;border-radius:4px;height:182px;line-height:normal;margin-top:4px;overflow:auto;padding:12px;scrollbar-width:thin}.Text-module_textEditor__EFR54 .DraftEditor-root ::-webkit-scrollbar-track{background-color:transparent}.Text-module_textEditor__EFR54 .DraftEditor-root::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Text-module_textEditor__EFR54 .DraftEditor-root::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Text-module_textEditor__EFR54 .DraftEditor-root::-webkit-scrollbar-thumb:active,.Text-module_textEditor__EFR54 .DraftEditor-root::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.PasteErrorModalBody-module_pasteErrorModalBody__ExG0r{display:flex;flex-direction:column}.PasteErrorModalBody-module_shortcutsBlock__e-wyA{display:flex;justify-content:space-between}.PasteErrorModalBody-module_shortcuts__x0xBs{display:flex;flex-direction:column;margin-top:12px}.PasteErrorModalBody-module_shortcut__sED-E{color:#167782;font-size:14px}.InfoModal-module_infoModal__0Vza1{width:324px}.InfoModal-module_ok__BZ1ar{background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;font-size:12px;height:24px;min-width:70px}.InfoModal-module_ok__BZ1ar:active,.InfoModal-module_ok__BZ1ar:hover{background-color:#4fb3bf}.InfoModal-module_ok__BZ1ar:disabled{background-color:#e1e5ea;color:#333}.App-module_app__8cgyF{container-type:size;display:grid;grid-template-areas:"toolbar-top toolbar-top toolbar-top" "toolbar-left canvas toolbar-right" "toolbar-bottom toolbar-bottom toolbar-bottom";grid-template-columns:minmax(36px,max-content) 1fr minmax(36px,max-content);grid-template-rows:auto 1fr auto;height:100%;position:relative;width:100%}.App-module_canvas__taJxn{grid-area:canvas;-ms-grid-column:2;-ms-grid-row:2}.App-module_top__SBeSV{-ms-grid-column-span:3;grid-area:toolbar-top;-ms-grid-column:1;-ms-grid-row:1}.App-module_left__2iz-i{grid-area:toolbar-left;-ms-grid-column:1;-ms-grid-row:2}.App-module_right__U7A5Q{grid-area:toolbar-right;-ms-grid-column:3;-ms-grid-row:2}.App-module_bottom__tQA2B{-ms-grid-column-span:3;grid-area:toolbar-bottom;-ms-grid-column:1;-ms-grid-row:3}.smallEditor .App-module_app__8cgyF{grid-template-columns:minmax(35px,max-content) 1fr minmax(35px,max-content)}.AbbreviationLookup-module_lookupContainer__-JRMj{position:absolute;width:200px}.AbbreviationLookup-module_inputContainer__6tJpn{position:relative}.AbbreviationLookup-module_input__vCxY9{width:100%}.AbbreviationLookup-module_input__vCxY9.AbbreviationLookup-module_input__vCxY9[type=text]{border:1.5px solid #167782;font-size:12px;line-height:14px;padding:5px 8px 5px 24px}.AbbreviationLookup-module_input__vCxY9.AbbreviationLookup-module_input__vCxY9[type=text]:hover{border:1.5px solid #167782}.AbbreviationLookup-module_searchIcon__DiK0c{color:#167782;height:17px;left:6px;position:absolute;top:50%;transform:translateY(-50%);width:17px}.AbbreviationLookup-module_optionItemContent__L1JlW{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.AbbreviationLookup-module_optionItem__dAhO-.MuiAutocomplete-option{border-left:2px solid transparent;font-size:12px;font-weight:400;line-height:14px;padding:7px 8px 7px 6px}.AbbreviationLookup-module_optionItem__dAhO- mark{background-color:transparent;font-weight:700}.AbbreviationLookup-module_noOptions__yKxml{font-size:12px;line-height:14px}.AbbreviationLookup-module_noOptions__yKxml.MuiAutocomplete-noOptions{padding:8px}ul.AbbreviationLookup-module_listBox__Y50AT{padding-bottom:4px;padding-top:4px}.AbbreviationLookup-module_listBox__Y50AT li.MuiAutocomplete-option.Mui-focusVisible,.AbbreviationLookup-module_listBox__Y50AT li.MuiAutocomplete-option.Mui-focused{background-color:#f3f5f7;border-left:2px solid #167782}.Editor-module_button-common-styles__h4pal{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Editor-module_scrollbar__yVsY8{scrollbar-width:thin}.Editor-module_scrollbar__yVsY8 ::-webkit-scrollbar-track{background-color:transparent}.Editor-module_scrollbar__yVsY8::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Editor-module_scrollbar__yVsY8::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Editor-module_scrollbar__yVsY8::-webkit-scrollbar-thumb:active,.Editor-module_scrollbar__yVsY8::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Editor-module_small__8cgEX body,.Editor-module_small__8cgEX div[role=dialog],.Editor-module_small__8cgEX form,.Editor-module_small__8cgEX select{font-size:12px}.Editor-module_editor__o0Gjz{background-color:#fcfcfc;color:#333;font:14px FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;height:100%;position:relative;width:100%}.Editor-module_editor__o0Gjz select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:transparent!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.001 6.077-4.74-4.74.943-.942 3.797 3.797L8.797.395l.943.943-4.739 4.739Z' fill='%23231F20'/%3E%3C/svg%3E")!important;background-position:calc(100% - 11px)!important;background-repeat:no-repeat!important;padding:0 8px!important}.Editor-module_editor__o0Gjz li,.Editor-module_editor__o0Gjz menu,.Editor-module_editor__o0Gjz ul{list-style:none;margin:0;padding:0}.Editor-module_editor__o0Gjz input[type=search]{background:#fff;border:1px solid transparent;border-radius:4px;box-sizing:border-box;color:inherit;display:inline-block;font-size:14px;height:2.4em;line-height:16px;padding:6px 6px 6px 35px;vertical-align:middle}.Editor-module_editor__o0Gjz input[type=search]:active,.Editor-module_editor__o0Gjz input[type=search]:focus{outline:0}.Editor-module_editor__o0Gjz input[type=search]:hover{border:1px solid #43b5c0}.Editor-module_editor__o0Gjz input[type=search][disabled],.Editor-module_editor__o0Gjz input[type=search][readonly],fieldset[disabled] .Editor-module_editor__o0Gjz input[type=search]{background:#f3f3f3;cursor:not-allowed;opacity:.6}.Editor-module_editor__o0Gjz input[type=number],.Editor-module_editor__o0Gjz input[type=text],.Editor-module_editor__o0Gjz select,.Editor-module_editor__o0Gjz textarea{background:#fff;border:1px solid #cad3dd;border-radius:4px;box-sizing:border-box;color:#333;display:inline-block;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;height:24px;line-height:16px;padding:3px 7px;vertical-align:middle}.Editor-module_editor__o0Gjz input[type=number]:active,.Editor-module_editor__o0Gjz input[type=number]:focus,.Editor-module_editor__o0Gjz input[type=text]:active,.Editor-module_editor__o0Gjz input[type=text]:focus,.Editor-module_editor__o0Gjz select:active,.Editor-module_editor__o0Gjz select:focus,.Editor-module_editor__o0Gjz textarea:active,.Editor-module_editor__o0Gjz textarea:focus{caret-color:#167782;outline:0}.Editor-module_editor__o0Gjz input[type=number]:hover,.Editor-module_editor__o0Gjz input[type=text]:hover,.Editor-module_editor__o0Gjz select:hover,.Editor-module_editor__o0Gjz textarea:hover{border:1px solid #43b5c0}.Editor-module_editor__o0Gjz input[type=number][disabled],.Editor-module_editor__o0Gjz input[type=number][readonly],.Editor-module_editor__o0Gjz input[type=text][disabled],.Editor-module_editor__o0Gjz input[type=text][readonly],.Editor-module_editor__o0Gjz select[disabled],.Editor-module_editor__o0Gjz select[readonly],.Editor-module_editor__o0Gjz textarea[disabled],.Editor-module_editor__o0Gjz textarea[readonly],fieldset[disabled] .Editor-module_editor__o0Gjz input[type=number],fieldset[disabled] .Editor-module_editor__o0Gjz input[type=text],fieldset[disabled] .Editor-module_editor__o0Gjz select,fieldset[disabled] .Editor-module_editor__o0Gjz textarea{background-color:#e1e5ea;border:1px solid #cad3dd;color:#585858;cursor:not-allowed}.Editor-module_editor__o0Gjz fieldset{border-radius:4px;margin:0}.Editor-module_editor__o0Gjz fieldset>li{display:inline-block}.Editor-module_editor__o0Gjz fieldset.Editor-module_-hidden__aKodt{border-color:transparent;margin-top:1.5em}.Editor-module_editor__o0Gjz legend{color:#aeaeae;font-size:12px;padding:0;text-align:left}.Editor-module_editor__o0Gjz input[type=radio]{line-height:normal;margin:0 .3em;vertical-align:middle}.Editor-module_editor__o0Gjz input[type=checkbox]{line-height:normal;margin-right:.3em;vertical-align:middle}.blinking{animation:Editor-module_blink__J7UCV 1s infinite}@keyframes Editor-module_blink__J7UCV{0%{opacity:1}30%{opacity:0}to{opacity:1}}.embedded-cd-app{height:100%;display:flex;flex-direction:column}.embedded-cd-header{padding:12px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background-color:#f9fafb}.embedded-cd-header h3{margin:0;font-size:16px;font-weight:600;color:#374151}.embedded-cd-header-buttons{display:flex;gap:8px}.embedded-cd-button{padding:6px 12px;font-size:12px;background-color:#e5e7eb;border:1px solid #d1d5db;border-radius:4px;cursor:pointer}.embedded-cd-editor{flex:1;min-height:0;padding:12px;background-color:#fafafa;position:relative}.embedded-cd-editor:before,.embedded-cd-editor:after{content:"";position:absolute;width:800px;height:800px;background-image:url(/logo-bg.png);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.3;pointer-events:none;z-index:1}.embedded-cd-editor:before{top:-200px;left:-150px;transform:rotate(-15deg)}.embedded-cd-editor:after{bottom:-300px;right:-300px;transform:rotate(15deg)}.embedded-cd-editor .Ketcher-root,.embedded-cd-editor .structEditor,.embedded-cd-editor .Ketcher-editor,.embedded-cd-editor .Ketcher-main{background:transparent!important}.embedded-cd-editor .canvas,.embedded-cd-editor .Ketcher-canvas{background:transparent!important;background-image:radial-gradient(circle,#d4d4d8 1px,transparent 1px)!important;background-size:20px 20px!important}.embedded-cd-editor svg,.embedded-cd-editor canvas{background:transparent!important;background-image:radial-gradient(circle,#d4d4d8 1px,transparent 1px)!important;background-size:20px 20px!important}*{margin:0;padding:0;box-sizing:border-box}::selection{background-color:#c6b2ff;color:#000}::-moz-selection{background-color:#c6b2ff;color:#000}html,body{width:100%;height:100%;margin:0;padding:0}#root{width:100%;min-height:100vh}.App{text-align:center;width:100%;min-height:100vh;display:flex;flex-direction:row}.main-sidebar{width:210px;background-color:#f8f9fa;border-right:1px solid #e9ecef;padding:20px;display:flex;flex-direction:column;align-items:center;box-shadow:2px 0 4px #0000001a}.main-content{flex:1;display:flex;flex-direction:column;min-height:100%;background-color:#eceaff;overflow-x:hidden}header{background-color:#282c34;padding:20px;color:#fff;max-width:1400px;margin-left:auto;margin-right:auto;margin-bottom:20px;border-radius:0 0 8px 8px}header h1{margin:0}.app-nav{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;padding-bottom:10px}.back-to-apps-btn{background-color:#667eea;color:#fff;border:none;padding:10px 15px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease;margin-bottom:15px;width:100%}.back-to-apps-btn:hover{background-color:#5a6fd8}.nav-button{border:none;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;background:#c6b2ff;color:#1f1f1f;cursor:pointer;font-size:22px;border-radius:4px;transition:all .4s ease}.nav-button:active{background:#c6b2ff;color:#fff}.nav-button:hover{background:#f8f9fa;color:#333}.nav-button.active{background:#8061e1;color:#fff}main{padding:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.designer-view{margin-left:10px;padding-top:10px;display:flex;align-items:flex-start;gap:20px;position:relative;overflow-x:auto;padding-right:0}.row-controls-container::-webkit-scrollbar{width:8px}.row-controls-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.row-controls-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.row-controls-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.tab-pane{padding:20px 0 20px 20px}.tab-pane.active{justify-content:center;align-items:center;margin:0 auto;min-height:80vh;width:100%}.dimension-inputs{display:flex;flex-direction:column;gap:20px}.dimension-inputs .input-group{display:flex;flex-direction:row;gap:8px}.dimension-inputs-container{display:flex;flex-direction:row}.dimension-inputs label{font-weight:500;color:#333;width:100%;text-align:left;align-content:center;font-size:20px}.dimension-inputs input{border:1px solid #ddd;border-radius:4px;font-size:16px;width:100%}.dimension-inputs input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.apply-button{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background .2s ease;margin-left:auto}.export-button-container{display:flex;flex-direction:row;width:100%;justify-content:space-between}.apply-button:hover{background:#0056b3}.export-button{display:inline-block;padding:12px 24px;background-color:#8061e1;color:#fff;border-radius:6px}.slider{width:100%;height:6px;border-radius:3px;background:#ddd;outline:none;opacity:.7;transition:opacity .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:10px 0}.slider:hover{opacity:1}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#007bff;cursor:pointer;box-shadow:0 2px 4px #0003}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#007bff;cursor:pointer;box-shadow:0 2px 4px #0003;border:none}.slider-labels{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-top:-5px}.plate-size-dropdown{width:100%;padding:8px 32px 8px 12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:14px;cursor:pointer;transition:border-color .2s ease;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none;color:#333;font-weight:500}.plate-size-dropdown:hover{border-color:#007bff}.plate-size-dropdown:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.app-logo{max-width:100%;height:auto;margin-bottom:60px}.title-container{display:flex;flex-direction:column;gap:10px}.title-container h1{font-size:20px;font-weight:600}.separation-bar{width:100%;height:2px;background-color:#e0e0e0;margin:20px 0;border-radius:1px}.designer-extra-table{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-top:20px;max-width:600px;margin-left:auto;margin-right:auto}.designer-extra-table table{width:100%;border-collapse:collapse;background:transparent}.designer-extra-table table th,.designer-extra-table table td{border:1px solid #e0e0e0;padding:10px 12px;text-align:left;font-size:15px;color:#333}.designer-extra-table table th{background:#f8f9fa;font-weight:600;color:#333}.designer-extra-table table tr:nth-child(2n) td{background:#fafbfc}.designer-extra-text{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-top:20px;max-width:600px;margin-left:auto;margin-right:auto}.designer-extra-text p{font-size:15px;color:#333}.designer-section-wrapper{flex-direction:column;display:grid;align-items:left}.xml-processor-section{padding:20px;max-width:1000px;margin:0 auto}.input-controls{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-bottom:20px}.input-section label{display:block;margin-bottom:8px;font-weight:500;color:#333;text-align:left;font-size:16px}.text-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;min-height:120px}.text-input:focus{outline:none;border-color:#8061e1;box-shadow:0 0 0 2px #8061e140}.text-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.button-section{display:flex;gap:12px;margin-bottom:20px;justify-content:flex-start}.button-section button{padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:140px}.load-button{background:#28a745;color:#fff}.load-button:hover:not(:disabled){background:#218838}.execute-button{background:#8061e1;color:#fff}.execute-button:hover:not(:disabled){background:#6c4fd4}.download-button{background:#6c757d;color:#fff}.download-button:hover:not(:disabled){background:#545b62}.button-section button:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.status-section{text-align:left;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.status-section p{margin:0;font-weight:500}.status-section p.success{color:#28a745}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #8061e1;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:10px auto}.processing-display{margin-top:20px}.current-progress-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-bottom:20px;border-left:4px solid #8061e1}.progress-indicator{display:flex;align-items:center;gap:15px}.progress-spinner{border:3px solid #f3f3f3;border-top:3px solid #8061e1;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}.progress-text{font-size:16px;font-weight:500;color:#333;flex:1}.processing-row{display:flex;gap:15px;align-items:flex-start}.analysis-section{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;border-left:4px solid #17a2b8;min-height:600px;max-height:900px}.analysis-section h3{margin:0 0 15px;color:#17a2b8;font-size:18px}.analysis-content{background:#f8f9fa;padding:15px;border-radius:6px;font-family:monospace;font-size:14px;line-height:1.5;white-space:pre-wrap;border:1px solid #e9ecef;height:600px;overflow-y:auto;color:#000;text-align:left}.plan-section{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;border-left:4px solid #8061e1;min-height:600px;max-height:900px}.plan-section h3{margin:0 0 15px;color:#8061e1;font-size:18px}.plan-content{background:#f8f9fa;padding:15px;border-radius:6px;font-family:monospace;font-size:14px;line-height:1.5;white-space:pre-wrap;border:1px solid #e9ecef;height:600px;overflow-y:auto;color:#000;text-align:left}.tasks-section{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;border-left:4px solid #28a745;min-height:600px;max-height:900px}.tasks-section h3{margin:0 0 15px;color:#333;font-size:18px}.tasks-section .task-content{height:600px;overflow-y:auto}.completed-tasks,.pending-tasks,.waiting-tasks{margin-bottom:15px}.waiting-tasks p{color:#6c757d;font-style:italic;text-align:center;padding:20px;background:#f8f9fa;border-radius:4px;margin:0}.completed-tasks h4,.pending-tasks h4{margin:0 0 10px;font-size:16px}.completed-tasks h4{color:#28a745}.pending-tasks h4{color:#ffc107}.completed-tasks ul,.pending-tasks ul{list-style:none;padding:0;margin:0;max-height:200px;overflow-y:auto}.completed-task,.pending-task{padding:8px 12px;margin:5px 0;border-radius:4px;font-size:14px}.completed-task{background:#d4edda;color:#155724;border-left:3px solid #28a745}.pending-task{background:#fff3cd;color:#856404;border-left:3px solid #ffc107}.progress-bar{width:100%;height:20px;background:#e9ecef;border-radius:10px;overflow:hidden;margin-top:15px}.progress-fill{height:100%;background:linear-gradient(90deg,#28a745,#20c997);transition:width .3s ease;border-radius:10px}@media (max-width: 1024px){.processing-row{flex-direction:column}.analysis-section,.plan-section,.tasks-section{flex:none}}@media (max-width: 768px){.button-section{flex-direction:column;align-items:stretch}.button-section button{min-width:auto}}.diff-header{display:flex;justify-content:space-between;align-items:center;background:transparent}.diff-title-section{display:flex;align-items:center;gap:30px;justify-content:space-between;width:100%;padding:12px;background:transparent}.unified-controls{display:flex;gap:10px}.diff-header h3{margin:0;color:#333}.diff-legend{display:flex;gap:20px}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500}.legend-color{width:16px;height:16px;border-radius:4px}.deletion-color{background-color:#c6b2ff}.addition-color{background-color:#aedad8}.diff-container{display:flex;gap:10px;height:60vh;margin-bottom:20px}.diff-pane{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.pane-header{padding:15px;background:#f8f9fa;border-bottom:1px solid #e9ecef;height:49px}.pane-header h4{margin:0;color:#495057;font-size:16px;padding:6px 8px}.original-pane .pane-header{background:#c7b2ff77;border-bottom-color:#c6b2ff}.modified-pane .pane-header{background:#aedad8;border-bottom-color:#c6b2ff}.modified-app-input{background:transparent;border:none;padding:0 0 0 16px;margin:0;color:#111827;font-size:12px;font-weight:600;line-height:1.2;width:100%}.modified-app-input:focus{outline:2px solid #667eea;outline-offset:2px;border-radius:4px;padding:2px 4px 2px 16px}.modified-app-input::placeholder{color:#9ca3af}.modified-app-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.modified-app-input-wrapper .edit-pen{position:absolute;left:0;color:#9ca3af;font-size:11px;pointer-events:none}.modified-app-input-wrapper:hover .edit-pen{color:#667eea}.diff-pane .tasks-display-container{flex:1;overflow-y:auto;padding:15px}.task-node{position:relative;overflow:visible}.task-node:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent;pointer-events:none;z-index:2}.task-node.diff-deletion:before{background:#c6b2ff}.task-node.diff-addition:before{background:#aedad8}.task-node.diff-modification:before{background:#ffd43b}.task-content{height:var(--tree-row-height);display:flex;align-items:center;position:relative;z-index:1;margin:0;padding:0}.task-checkbox{margin:0 2px 0 0;width:20px;height:20px;transform:scale(.6);transform-origin:left center}.task-expand-icon,.task-icon,.task-number,.task-name{line-height:var(--tree-row-height)}.tasks-tree-container{--tree-row-height: 18px;--indent-width: 14px;--connector-x: calc(var(--indent-width) / 2)}.xml-tasks-diff-display .tasks-tree-container,.xml-tasks-display .tasks-tree-container{font-family:Google Sans Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}.task-left{position:relative;display:flex;align-items:center;line-height:var(--tree-row-height);margin:0}.tree-indents{display:inline-flex;align-items:stretch;height:var(--tree-row-height);position:relative;margin-right:6px}.tree-indent{width:var(--indent-width);position:relative;display:inline-block;height:100%}.tree-indent.branch:after{content:"";position:absolute;left:var(--connector-x);top:0;bottom:0;width:1px;background:#9aa0a6}.tasks-tree-container .tree-indents .tree-indent:first-child:after{content:none}.tree-connector{width:var(--indent-width);position:relative;display:inline-block;height:var(--tree-row-height)}.tree-connector.mid:before,.tree-connector.end:before{content:"";position:absolute;left:var(--connector-x);top:50%;transform:translateY(-.5px);width:9px;height:1px;background:#9aa0a6}.tree-connector.root:before,.tree-connector.root:after{content:none}.tree-connector.mid:after{content:"";position:absolute;left:var(--connector-x);top:0;bottom:0;width:1px;background:#9aa0a6}.tasks-tree-container .tree-indents .tree-connector.root:after,.tasks-tree-container .tree-indents .tree-connector.root:before{content:none}.tree-connector.end:after{content:"";position:absolute;left:var(--connector-x);top:0;height:calc(var(--tree-row-height) / 2);width:1px;background:#9aa0a6}@media (max-width: 1024px){.diff-container{flex-direction:column;height:auto}.diff-pane{height:400px}}@media (max-width: 768px){.diff-header{flex-direction:column;gap:15px;align-items:flex-start}.diff-legend{align-self:center}.diff-pane{height:300px}}.sidebar-controls{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.sidebar-input-section{margin-bottom:15px}.sidebar-input-section label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.sidebar-text-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit;font-size:14px;line-height:1.4;box-sizing:border-box}.sidebar-text-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.sidebar-text-input:disabled{background-color:#f5f5f5;color:#666}.sidebar-button-section{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.sidebar-button-section .execute-button,.sidebar-button-section .sidebar-button{width:100%;text-align:center}.sidebar-status-section{font-size:13px}.sidebar-status{margin:0 0 10px;padding:8px;border-radius:4px;font-size:13px;line-height:1.3}.sidebar-status.processing{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.sidebar-status.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.sidebar-status.info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.sidebar-loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.xml-processor-section{padding:20px;max-width:none;margin:0;width:100%;height:100%;box-sizing:border-box;overflow:auto;background:transparent}.platform-editor-container .xml-processor-section{background:transparent;border-radius:12px}@media (max-width: 768px){.sidebar-controls{margin-top:15px;padding-top:15px}.sidebar-text-input{font-size:16px}}.cobalt-workspace{position:relative;height:100%;width:100%;background-color:transparent;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column}.workspace-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.xml-viewer-section{width:100%;height:100%;background-color:#fff;overflow:hidden;display:flex;flex-direction:column}.cobalt-chat-wrapper{position:relative;flex:0 0 auto;min-width:320px;max-width:700px;height:100%;max-height:100%;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;opacity:1;transition:opacity .2s ease,width .2s ease,min-width .2s ease}.cobalt-chat-wrapper.chat-hidden{opacity:0;min-width:0;max-width:0;width:0;margin-left:-20px;padding:0;pointer-events:none;overflow:hidden}.cobalt-chat-section{position:relative;flex:1;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.cobalt-chat-resize-handle{position:absolute;left:-4px;top:0;bottom:0;width:8px;cursor:ew-resize;z-index:10;background:transparent}.cobalt-chat-resize-handle:hover{background:#8061e11a}.cobalt-chat-close-btn{position:absolute;top:8px;left:8px;z-index:100;background:transparent;border:none;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.cobalt-chat-close-btn:hover{background:#f5f5f5;border-radius:4px}.cobalt-chat-close-btn svg{color:#999;width:16px;height:16px}.cobalt-chat-close-btn:hover svg{color:#333}.cobalt-chat-toggle-btn{position:fixed;top:30px;right:30px;z-index:50;background:#8061e1;border:none;border-radius:50%;width:56px;height:56px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #8061e14d}.cobalt-chat-toggle-btn:hover{background:#6c4fd4;transform:scale(1.05);box-shadow:0 6px 16px #8061e166}.cobalt-chat-toggle-btn svg{color:#fff}.chat-content{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%}.diff-title-section{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;width:100%}.diff-header h3{margin:0;color:#1f2937}.diff-legend{display:flex;gap:16px}.legend-item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#344054;background:#f8fafc;border:1px solid #e5e7eb;padding:6px 10px;border-radius:999px}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.deletion{background-color:#c6b2ff}.legend-dot.addition{background-color:#aedad8}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;padding:0 6px;height:20px;border-radius:999px;font-size:12px;font-weight:600;color:#fff}.count-badge.red{background:#c6b2ff}.count-badge.green{background:#aedad8}.unified-controls{display:flex;gap:12px;align-items:center}.toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-input{position:absolute;opacity:0}.toggle-slider{position:relative;width:40px;height:22px;background:#e5e7eb;border-radius:999px;transition:background .2s ease;box-shadow:inset 0 0 0 1px #d1d5db}.toggle-slider:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 2px #1018282e}.toggle-input:checked+.toggle-slider{background:#e5dbff;box-shadow:inset 0 0 0 1px #c6b2ff}.toggle-input:checked+.toggle-slider:after{transform:translate(18px)}.toggle-label{font-size:13px;color:#475467}.accept-changes-btn{padding:8px 16px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease,opacity .2s ease;display:inline-flex;align-items:center;gap:8px}.accept-changes-btn:hover:not(:disabled){background:#5568d3}.accept-changes-btn:disabled{opacity:.5;cursor:not-allowed}.accept-changes-btn .spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.xml-tasks-diff-display{background:#fff;border-radius:13px;border:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column;height:100%}.editor-header{padding:14px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0;height:56px}.editor-header h3{margin:0;font-size:13px;font-weight:600;color:#111827;line-height:1.2}.editor-controls{display:flex;gap:12px;align-items:center}.accept-changes-header-btn{padding:6px 12px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;white-space:nowrap}.accept-changes-header-btn:hover:not(:disabled){background:#5568d3;box-shadow:0 2px 4px #667eea4d}.accept-changes-header-btn:disabled{opacity:.5;cursor:not-allowed}.accept-changes-header-btn svg{flex-shrink:0}.spinner-small{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}.diff-container{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:1;min-height:0;padding:8px}.diff-pane{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.pane-header{padding:6px 10px;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0;min-height:32px;display:flex;align-items:center}.pane-header h4{margin:0;font-size:12px;font-weight:600;color:#111827;line-height:1.2}.original-pane .pane-header{background:#ede9fe;border-bottom-color:#e5e7eb}.modified-pane .pane-header{background:#d1fae5;border-bottom-color:#e5e7eb}.diff-pane .tasks-display-container{flex:1;overflow:hidden;padding:0;min-height:0;display:flex;flex-direction:column}.tasks-tree-wrapper{flex:1;overflow-y:auto;padding:16px;min-height:0}.tasks-tree-container .task-node:hover .task-content{background:#10182808;border-radius:8px}.diff-pane .tasks-display-container::-webkit-scrollbar{width:10px;height:10px}.diff-pane .tasks-display-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.diff-pane .tasks-display-container::-webkit-scrollbar-thumb:hover{background:#c0c4c9}.xml-viewer-section .xml-tasks-display,.xml-viewer-section .xml-tasks-diff-display{height:100%;overflow-y:auto}.chat-interface{height:100%}.resources-view-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:48px;text-align:center;background:#f8f9fa}.resources-view-placeholder h3{margin:0 0 12px;font-size:20px;font-weight:600;color:#333}.resources-view-placeholder p{margin:0;font-size:14px;color:#6b7280}.platform-editor-container{height:100%;padding:14px;background:#fff;overflow:auto}.platform-editor-with-timeline{display:flex;gap:16px;height:100%;width:100%}.version-history-sidebar{width:200px;flex-shrink:0;max-height:100%;overflow:hidden}.platform-editor-with-timeline .xml-processor-section{flex:1;min-width:0}.platform-editor-view{display:flex;flex-direction:column;height:100%;background:#fff}.platform-editor-header{padding:24px 32px;border-bottom:1px solid #e9ecef;background:#fff}.platform-editor-title{display:flex;align-items:center;gap:16px}.platform-editor-icon{font-size:48px;display:flex;align-items:center;justify-content:center}.platform-editor-icon-image{width:48px;height:48px;object-fit:contain}.platform-editor-title h2{margin:0 0 4px;font-size:24px;font-weight:600;color:#333}.platform-editor-title p{margin:0;font-size:14px;color:#6b7280}.platform-editor-content{flex:1;display:flex;align-items:center;justify-content:center;padding:48px;background:#eceaff}.editor-placeholder{text-align:center;max-width:500px}.placeholder-icon{font-size:72px;margin-bottom:24px;opacity:.5;display:flex;align-items:center;justify-content:center}.placeholder-icon-image{width:80px;height:80px;object-fit:contain;opacity:.5}.editor-placeholder h3{margin:0 0 12px;font-size:24px;font-weight:600;color:#333}.editor-placeholder p{margin:0 0 8px;font-size:16px;color:#6b7280;line-height:1.6}.placeholder-hint{font-size:14px!important;color:#9ca3af!important;font-style:italic}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100%;height:100vh;color-scheme:light dark;color:#000000de;background-color:#eceaff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.root-container{width:100%;height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:1320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.detail-panel-container{margin-top:12px;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;background:#fff}.task-detail-panel{background:#fff;display:flex;flex-direction:column;max-height:300px}.detail-panel-header{padding:10px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb;flex-shrink:0}.detail-panel-title{display:flex;align-items:center;gap:10px}.detail-panel-title h3{margin:0;font-size:13px;font-weight:600;color:#111827}.task-type-badge{font-size:10px;padding:3px 8px;background:#e5dbff;color:#667eea;border-radius:12px;font-weight:500}.detail-panel-close{background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.detail-panel-close:hover{background:#f3f4f6;color:#111827}.detail-panel-body{flex:1;overflow-y:auto;padding:12px 16px;min-height:0}.task-name-section{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb;text-align:left}.task-name-section h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#111827;line-height:1.3}.task-number{margin:0;font-size:11px;color:#9ca3af}.property-category{margin-bottom:16px}.category-title{margin:0 0 8px;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;text-align:left}.property-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:left}.property-item{display:flex;flex-direction:column;gap:3px;padding:6px 10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;text-align:left}.property-name{font-size:10px;font-weight:600;color:#667eea;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-align:left}.property-value{font-size:11px;color:#111827;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-align:left}.empty-value{color:#d1d5db;font-style:italic}.property-attributes{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.attribute-tag{font-size:9px;padding:2px 5px;background:#ede9fe;color:#667eea;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.structured-property{grid-column:1 / -1;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:10px 12px}.structured-header{font-size:11px;font-weight:600;color:#667eea;margin-bottom:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.structured-item{margin-bottom:10px;padding:8px;background:#fff;border-radius:4px;border:1px solid #e5e7eb}.structured-item:last-child{margin-bottom:0}.structured-item-header{font-size:10px;font-weight:600;color:#111827;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #f3f4f6}.structured-item-props{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.structured-prop{display:flex;gap:6px;font-size:11px;padding:3px 0}.prop-label{color:#6b7280;font-weight:500;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;min-width:80px}.prop-value{color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-all}.detail-panel-body::-webkit-scrollbar{width:8px}.detail-panel-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.detail-panel-body::-webkit-scrollbar-thumb:hover{background:#c0c4c9}.detail-panel-body::-webkit-scrollbar-track{background:#f9fafb}.chat-interface{display:flex;flex-direction:column;flex:1;min-height:0;background-color:#fff;position:relative;--focus-ring: transparent}.chat-messages{flex:1;overflow-y:auto;padding:20px;background-color:#fff}.chat-welcome{text-align:center;align-items:center;padding:60px 20px;animation:fadeInWelcome .3s ease}.chat-welcome .welcome-icon{font-size:48px;margin-bottom:16px;animation:bounce 1s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInWelcome{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chat-welcome h3{font-size:20px;color:#333;margin-bottom:8px;font-weight:600}.chat-welcome p{font-size:14px;color:#6b7280}.chat-message{margin-bottom:16px;animation:fadeIn .3s ease-in;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{justify-content:flex-end}.chat-message.assistant,.chat-message.tool{justify-content:flex-start;margin-left:10px}.message-content{word-wrap:break-word;text-align:left;font-size:14px;line-height:1.6}.user-message{background:#eceaff;padding:14px 16px;border-radius:12px 12px 2px}.user-message .message-text{color:#000}.assistant-message{color:#333}.tool-message{background:#f8f7fc;border:1px solid #d4c5f9;color:#333;padding:14px 16px;border-radius:8px;max-width:75%}.message-content h1,.message-content h2,.message-content h3{margin:16px 0 8px;font-weight:600;color:#333}.message-content h2{font-size:18px;border-bottom:1px solid #e9ecef;padding-bottom:6px}.message-content h3{font-size:16px}.message-content p{margin:8px 0;line-height:1.6}.message-content ul,.message-content ol{margin:8px 0;padding-left:24px;line-height:1.6}.message-content code{background:#f5f2ff;padding:2px 6px;border-radius:3px;font-size:12px;font-family:ui-monospace,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;color:#6c4fd4}.message-content pre{background:#f5f2ff;padding:12px;border-radius:6px;overflow-x:auto;font-size:12px;border:1px solid #e0d5ff;margin:8px 0}.message-content pre code{background:transparent;padding:0;border:none;color:#333}.message-content strong{font-weight:600;color:#333}.message-content em{font-style:italic;color:#6b7280}.event-content{display:flex;gap:12px;align-items:flex-start;animation:slideInEvent .3s ease}@keyframes slideInEvent{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.event-icon{font-size:22px;flex-shrink:0}.event-details{flex:1;white-space:pre-wrap;word-break:break-word;max-width:100%}.event-details strong{margin-bottom:5px;color:#8061e1;font-weight:700;font-size:14px}.tool-details pre{background:linear-gradient(135deg,#f5f3ff,#ede9fe);padding:10px 12px;border-radius:8px;font-size:12px;margin-top:8px;border:1px solid #e0d5ff;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-width:100%;box-sizing:border-box;color:#6c4fd4;font-weight:500}.progress-bar{width:100%;height:10px;background:#f0f0f0;border-radius:8px;overflow:hidden;margin-top:12px;box-shadow:inset 0 1px 3px #0000001a}.progress-fill{height:100%;background:linear-gradient(90deg,#8061e1,#9b7ff2,#c084fc);transition:width .3s ease;box-shadow:0 0 10px #8061e166;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:200% 0}}.status-pending{border-left:3px solid #ffc107;padding-left:10px}.status-in_progress{border-left:3px solid #17a2b8;padding-left:10px}.status-completed{border-left:3px solid #28a745;padding-left:10px}.formatted-text{margin-top:10px;line-height:1.7;font-size:14px;background-color:transparent;color:#4a5568}.formatted-text code{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #e0d5ff;padding:3px 8px;border-radius:6px;font-family:Monaco,Menlo,monospace;font-size:12px;color:#6c4fd4;font-weight:500}.formatted-text strong{color:#8061e1;font-weight:700}.formatted-text em{color:#6c4fd4;font-style:italic}.formatted-text.final{margin-top:8px;line-height:1.5;background-color:transparent;text-align:left}.processing-indicator{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:12px;border:1px solid #e0d5ff}.typing-dots{display:flex;gap:5px}.typing-dots span{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#8061e1,#9b7ff2);animation:typing 1.4s infinite;box-shadow:0 2px 4px #8061e14d}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0) scale(.8)}30%{opacity:1;transform:translateY(-8px) scale(1.1)}}.processing-text{color:#6b7280;font-size:14px;font-weight:500}.chat-input-area{border-top:1px solid #f0f0f0;background:#fafbfc;padding:16px 20px;box-shadow:0 -2px 8px #00000005}.chat-input-container{max-width:800px;margin:0 auto}.input-options{margin-bottom:10px}.workflow-toggle{display:inline-flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:999px;padding:4px}.workflow-label{background:transparent;border:1px solid transparent;color:#666;font-size:13px;padding:6px 10px;border-radius:999px;cursor:pointer}.workflow-label.active{background:#fff;color:#333;border-color:#e0e0e0}.workflow-selector{display:inline-flex;align-items:center;gap:4px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:999px;padding:4px}.workflow-option{background:transparent;border:none;color:#666;font-size:13px;padding:6px 14px;border-radius:999px;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-weight:500}.workflow-option:hover:not(:disabled){background:#ffffff80;color:#333}.workflow-option.active{background:#fff;color:#333;box-shadow:0 1px 3px #0000001a;font-weight:600}.workflow-option:disabled{opacity:.6;cursor:not-allowed}.workflow-switch{--switch-width: 48px;--switch-height: 26px;--thumb-size: 20px;--thumb-gap: 1px;--track-border: 1px;position:relative;width:var(--switch-width);height:var(--switch-height);border-radius:999px;border:var(--track-border) solid #d5d5d5;background:#e9e9e9;cursor:pointer;padding:0}.workflow-switch .switch-thumb{position:absolute;top:calc((var(--switch-height) - (2 * var(--track-border)) - var(--thumb-size)) / 2);left:var(--thumb-gap);width:var(--thumb-size);height:var(--thumb-size);box-sizing:border-box;background:#fff;border:1px solid #d5d5d5;border-radius:50%;transition:transform .2s ease}.workflow-switch.checked .switch-thumb{transform:translate(calc((var(--switch-width) - (2 * var(--track-border))) - var(--thumb-size) - (var(--thumb-gap) * 2)))}.workflow-switch:disabled,.workflow-label:disabled{opacity:.6;cursor:not-allowed}.edit-mode-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#666}.edit-mode-toggle input[type=checkbox]{cursor:pointer}.edit-mode-toggle span{-webkit-user-select:none;user-select:none}.input-wrapper{display:flex;align-items:center;gap:10px;background-color:#fff;border:2px solid #e9ecef;border-radius:12px;padding:8px 8px 8px 16px;transition:all .2s;margin-bottom:10px;position:relative}.input-wrapper:focus-within{border-color:#8061e1;box-shadow:0 0 0 3px #8061e11a}.chat-textarea{flex:1;border:none;background:transparent;resize:none;outline:none;font-family:inherit;font-size:14px;line-height:1.5;max-height:50vh;overflow-y:auto;padding:4px 0;color:#333;-webkit-appearance:center;-moz-appearance:center;appearance:center}.input-wrapper{position:relative}.resize-edge{position:absolute;left:-4px;right:-4px;height:8px;cursor:ns-resize;z-index:2}.resize-edge.top{top:-4px}.resize-edge.bottom{bottom:-4px}.chat-textarea:disabled{cursor:not-allowed;opacity:.6}.send-button{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.send-button-icon{width:30px;height:30px;filter:brightness(0) saturate(100%)}.send-button:hover:not(:disabled){background:transparent;transform:scale(1.05)}.send-button:disabled{cursor:not-allowed;background:transparent;box-shadow:none}.send-button:disabled .send-button-icon{filter:brightness(0) saturate(100%)}.send-button svg{width:18px;height:18px;color:#fff}.send-button-spinner{width:30px;height:30px;animation:rotate-logo 1s linear infinite;filter:brightness(0) saturate(100%)}.send-button:disabled .send-button-spinner{filter:brightness(0) saturate(100%)}.input-hint{margin-top:8px;font-size:11px;color:#9ca3af;display:flex;justify-content:space-between;align-items:center}.keyboard-hint{font-weight:500}.connection-status{display:flex;align-items:center;gap:4px}.connection-status.connected{color:#28a745}.keyboard-hint{text-align:right}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.chat-input-container{padding:0}.input-hint{flex-direction:column;gap:4px;align-items:flex-start}.keyboard-hint{text-align:left}}.event-content.error{border-left:3px solid #C6B2FF;padding-left:10px}.error-type{font-size:12px;color:#999;font-style:italic}.streaming-message{width:100%}.streaming-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;color:#8061e1;text-align:left}.streaming-toggle:hover{background:#f0f0f0}.toggle-icon{width:16px;height:16px;transition:transform .2s ease;flex-shrink:0}.toggle-icon.expanded{transform:rotate(180deg)}.thinking-text{flex:1;font-weight:500}.thinking-logo{width:20px;height:20px;animation:rotate-logo 1.5s linear infinite;filter:invert(43%) sepia(96%) saturate(1237%) hue-rotate(230deg) brightness(95%) contrast(86%)}@keyframes rotate-logo{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.streaming-details{margin-top:12px;border:none;border-radius:2px;max-height:400px;overflow-y:auto;padding:12px}.stream-event-item{margin-bottom:12px;padding-bottom:12px;border-bottom:none}.stream-event-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.streaming-details::-webkit-scrollbar{width:6px}.streaming-details::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.streaming-details::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.streaming-details::-webkit-scrollbar-thumb:hover{background:#bbb}.view-switcher{display:flex;gap:8px;padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.view-tab{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s ease}.view-tab:hover:not(.disabled){background:#eceaff;color:#8061e1}.view-tab.active{background:#8186d9;color:#fff}.view-tab.disabled{opacity:.5;cursor:not-allowed}.view-icon{font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.view-icon-image{width:20px;height:20px;object-fit:contain}.view-label{line-height:1}.timeline-view{display:flex;flex-direction:column;height:100%;background:#fff;position:relative}.timeline-header-left{flex:1}.timeline-header-right{display:flex;align-items:center;padding-top:4px}.timeline-header h2{margin:0 0 16px;font-size:20px;font-weight:600;color:#333}.schedule-metrics{display:flex;gap:24px;flex-wrap:wrap}.metric{display:flex;flex-direction:column;gap:4px}.metric-label{font-size:12px;color:#6b7280;text-transform:uppercase;font-weight:500;letter-spacing:.5px}.metric-value{font-size:24px;font-weight:600;color:#8061e1}.timeline-controls{position:absolute;top:20px;left:24px;display:flex;align-items:center;gap:8px;background:#fff;padding:8px;border-radius:8px;box-shadow:0 2px 8px #0000001a;z-index:10}.control-btn{width:32px;height:32px;border:1px solid #e9ecef;background:#fff;border-radius:4px;cursor:pointer;font-size:18px;font-weight:600;color:#333;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.control-btn:hover:not(:disabled){background:#f8f9fa;border-color:#8061e1;color:#8061e1}.control-btn:disabled{opacity:.4;cursor:not-allowed}.control-btn.reset-btn{width:auto;padding:0 12px;font-size:13px;font-weight:500}.zoom-level{font-size:13px;font-weight:500;color:#6b7280;min-width:45px;text-align:center}.timeline-canvas{flex:1;overflow:hidden;position:relative;background:#fafafa;display:flex;align-items:center;justify-content:center}.timeline-canvas.dragging{cursor:grabbing!important}.timeline-image-wrapper{transform-origin:center center;transition:transform .1s ease-out;will-change:transform;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.timeline-image-wrapper img{display:block;max-width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.timeline-instructions{padding:12px 24px;background:#f8f9fa;border-top:1px solid #e9ecef;font-size:12px;color:#6b7280;text-align:center}.timeline-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:48px;text-align:center}.empty-state-icon{font-size:64px;margin-bottom:24px;opacity:.5}.timeline-empty-state h3{margin:0 0 12px;font-size:20px;font-weight:600;color:#333}.timeline-empty-state p{margin:0 0 24px;font-size:14px;color:#6b7280;max-width:400px;line-height:1.6}.request-schedule-btn{padding:12px 24px;background:#8061e1;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.request-schedule-btn:hover{background:#6c4fd4}.export-schedule-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#8061e1;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #8061e133}.export-schedule-btn:hover{background:#6c4fd4;box-shadow:0 4px 8px #8061e14d;transform:translateY(-1px)}.export-schedule-btn:active{transform:translateY(0)}.export-icon{font-size:16px}.platform-card{background:#fff;border-radius:12px;border:2px solid #e9ecef;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;position:relative;min-height:140px}.platform-card:hover{border-color:#8061e1;box-shadow:0 4px 12px #8061e126;transform:translateY(-2px)}.delete-platform-btn{position:absolute;top:8px;right:8px;z-index:10;background:transparent;border:none;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#9ca3af;cursor:pointer;transition:color .2s ease;opacity:0;padding:0;font-weight:400}.platform-card:hover .delete-platform-btn{opacity:1}.delete-platform-btn:hover{color:#ef4444}.status-indicator{position:absolute;top:8px;left:8px;width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 2px #fff}.platform-icon{font-size:48px;line-height:1;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.platform-icon-image{width:60px;height:60px;object-fit:contain}.platform-name{margin:0;font-size:16px;font-weight:600;color:#333;text-align:center}.configuration-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.configuration-panel{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e9ecef}.panel-title{display:flex;align-items:center;gap:16px}.panel-title-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.panel-icon{font-size:48px;display:flex;align-items:center;justify-content:center}.panel-icon-image{width:48px;height:48px;object-fit:contain}.panel-title h2{margin:0 0 4px;font-size:24px;font-weight:600;color:#333}.panel-title p{margin:0;font-size:14px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.close-btn{background:transparent;border:none;font-size:28px;color:#9ca3af;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;padding:0;font-weight:300}.close-btn:hover{color:#ef4444}.panel-tabs{display:flex;gap:8px;padding:16px 24px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.tab-btn{padding:10px 20px;background:transparent;border:none;border-radius:6px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.tab-btn:hover{color:#333;background:#8061e11a}.tab-btn.active{color:#8061e1;background:#fff;font-weight:600}.panel-content{flex:1;overflow-y:auto;padding:24px}.config-section h4{margin:0 0 20px;font-size:16px;font-weight:600;color:#333;padding-bottom:12px;border-bottom:2px solid #e9ecef}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:13px;font-weight:500;color:#333}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s ease;background:#fff;color:#000}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8061e1;box-shadow:0 0 0 3px #8061e11a}.form-group textarea{resize:vertical;min-height:60px}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:40px}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:8px;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#8061e1}.file-upload-area{margin-bottom:8px}.file-upload-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;border:2px dashed #d1d5db;border-radius:8px;background:#f8f9fa;cursor:pointer;transition:all .2s ease;text-align:center}.file-upload-btn:hover{border-color:#8061e1;background:#f8f7ff}.file-upload-btn.uploading{opacity:.6;pointer-events:none;border-color:#cbd5e0;background:#f7fafc}.upload-icon{font-size:40px;margin-bottom:12px;display:block}.file-upload-btn span{display:block;color:#6b7280;font-size:14px;font-weight:500}.file-hint{font-size:12px!important;color:#9ca3af!important;margin-top:4px}.file-icon{font-size:32px!important;margin-bottom:8px}.file-name{font-size:14px!important;font-weight:600!important;color:#333!important;margin-bottom:4px}.file-change{font-size:12px!important;color:#8061e1!important;margin-top:4px}.file-size{font-size:11px!important;color:#9ca3af!important;margin-top:2px;font-weight:400!important}.field-help{margin:8px 0 0;font-size:12px;color:#6b7280;line-height:1.5}.constraints-textarea{font-family:SF Mono,Monaco,Inconsolata,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:13px;line-height:1.6;resize:vertical;min-height:200px}.panel-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e9ecef;background:#f8f9fa}.cancel-btn,.save-btn{padding:12px 32px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.save-btn{background:#8061e1;color:#fff}.save-btn:hover{background:#6c4fd4;box-shadow:0 4px 12px #8061e14d}.panel-content::-webkit-scrollbar{width:8px}.panel-content::-webkit-scrollbar-track{background:#f1f1f1}.panel-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.panel-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 768px){.configuration-panel{max-width:100%;max-height:100vh;border-radius:0}.panel-tabs{overflow-x:auto;scrollbar-width:none}.panel-tabs::-webkit-scrollbar{display:none}.tab-btn{white-space:nowrap}}.platform-selection-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.platform-selection-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e9ecef}.modal-header h2{margin:0;font-size:24px;font-weight:600;color:#333}.modal-subtitle{padding:0 24px 16px;margin:16px 0 0;font-size:14px;color:#6b7280}.platform-options{flex:1;overflow-y:auto;padding:0 24px 24px;display:flex;gap:12px}.platform-option{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff;max-width:50%}.platform-option:hover{border-color:#c6b2ff;background:#f8f9fa}.platform-option.selected{border-color:#8061e1;background:#f8f7ff}.option-icon{font-size:40px;line-height:1;flex-shrink:0;display:flex;align-items:center;justify-content:center}.option-icon-image{width:50px;height:50px;object-fit:contain}.option-content{flex:1;min-width:0}.option-content h3{margin:0 0 4px;font-size:16px;font-weight:600;color:#333}.option-category{margin:0 0 4px;font-size:11px;color:#8061e1;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.option-description{margin:0;font-size:13px;color:#6b7280;line-height:1.4}.option-check{width:24px;height:24px;border-radius:50%;background:#8061e1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;opacity:0;transition:opacity .2s ease}.platform-option.selected .option-check{opacity:1}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e9ecef;background:#f8f9fa}.cancel-btn,.add-btn{padding:10px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn{background:#fff;color:#6b7280;border:1px solid #d1d5db}.cancel-btn:hover{background:#f3f4f6;color:#333}.add-btn{background:#8061e1;color:#fff}.add-btn:hover:not(:disabled){background:#6c4fd4;box-shadow:0 4px 12px #8061e14d}.add-btn:disabled{background:#d1d5db;cursor:not-allowed}.platform-options::-webkit-scrollbar{width:8px}.platform-options::-webkit-scrollbar-track{background:#f1f1f1}.platform-options::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.platform-options::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 768px){.platform-selection-modal{max-width:100%;max-height:100vh;border-radius:0}.platform-option{flex-direction:column;text-align:center}.option-icon{font-size:48px}}.resources-view{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}.resources-header-container{padding:24px 32px 0}.resources-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e9ecef;background:#fff;flex-shrink:0;border-radius:12px;box-shadow:0 2px 8px #00000014}.header-left{text-align:left}.header-left h2{margin:0 0 4px;font-size:24px;font-weight:600;color:#333}.header-left p{margin:0;font-size:14px;color:#6b7280}.header-stats{display:flex;gap:16px}.stat-card{display:flex;flex-direction:column;align-items:center;padding:16px 24px;border-radius:8px;min-width:100px;background:#fff;border:2px solid #e9ecef;box-shadow:0 1px 3px #0000000d}.stat-card.configured{border-color:#6c71d3}.stat-card.partial{border-color:#ffc107}.stat-card.unconfigured{border-color:#6b7280}.stat-card.error{border-color:#ef4444}.stat-value{font-size:24px;font-weight:700;line-height:1;margin-bottom:6px}.stat-card.configured .stat-value{color:#6c71d3}.stat-card.partial .stat-value{color:#ffc107}.stat-card.unconfigured .stat-value{color:#6b7280}.stat-card.error .stat-value{color:#ef4444}.stat-label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.resources-content{flex:1;overflow-y:auto;padding:32px}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;margin-bottom:24px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;text-align:center;padding:48px}.empty-state-icon{font-size:72px;margin-bottom:24px;opacity:.5}.empty-state h3{margin:0 0 12px;font-size:24px;font-weight:600;color:#333}.empty-state p{margin:0 0 32px;font-size:16px;color:#6b7280;max-width:400px}.add-first-platform-btn{padding:14px 32px;background:#8061e1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.add-first-platform-btn:hover{background:#6c4fd4;transform:translateY(-2px);box-shadow:0 4px 12px #8061e14d}.add-platform-card-container{position:relative;padding:24px 32px;position:absolute;bottom:0;left:0;right:0;margin:0 auto}.add-platform-card{background:#fff;border:2px dashed #d1d5db;border-radius:12px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;min-height:140px}.add-platform-card:hover{border-color:#8061e1;background:#f8f9fa}.add-platform-icon{font-size:40px;color:#d1d5db;margin-bottom:8px;transition:all .2s ease}.add-platform-card:hover .add-platform-icon{color:#8061e1;transform:scale(1.1)}.add-platform-card p{margin:0;font-size:14px;font-weight:500;color:#6b7280}.resources-content::-webkit-scrollbar{width:8px}.resources-content::-webkit-scrollbar-track{background:#f1f1f1}.resources-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.resources-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 1200px){.platforms-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width: 1024px){.resources-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 24px}.header-stats{width:100%;justify-content:space-between}.resources-content{padding:24px}.platforms-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}}@media (max-width: 768px){.resources-header{padding:16px 20px}.header-left h2{font-size:20px}.header-stats{flex-wrap:wrap;gap:12px}.stat-card{flex:1;min-width:calc(50% - 6px);padding:12px 16px}.stat-value{font-size:24px}.resources-content{padding:20px}.platforms-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}}.resources-loading,.resources-error{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;color:#6b7280;padding:40px;text-align:center}.resources-error{color:#ef4444;background:#fef2f2;border-radius:8px;margin:20px;padding:24px}.editable-session-title{padding:16px 20px 12px;display:flex;align-items:center;justify-content:flex-start;width:100%;border-bottom:1px solid #f0f0f0;background-color:#fff}.session-title-display{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background-color .2s ease}.session-title-display:hover{background-color:#8061e114}.session-title-display:hover .session-title-edit-icon{opacity:1}.session-title-text{margin:0;font-size:16px;font-weight:600;color:#333;-webkit-user-select:none;user-select:none}.session-title-edit-icon{color:#8061e1;opacity:.5;transition:opacity .2s ease;flex-shrink:0}.session-title-input{width:100%;max-width:500px;padding:8px 12px;font-size:16px;font-weight:600;color:#333;border:2px solid #8061e1;border-radius:6px;background-color:#fff;outline:none;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.session-title-input:focus{border-color:#8061e1;box-shadow:0 0 0 3px #8061e11a}.version-history-timeline{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.timeline-card-header{padding:14px 16px;border-bottom:1px solid #e5e7eb;flex-shrink:0;min-height:56px;display:flex;align-items:center}.timeline-header-content{display:flex;align-items:baseline;gap:8px}.timeline-card-header h3{margin:0;font-size:13px;font-weight:600;color:#111827;line-height:1.2}.version-count{font-size:11px;color:#6b7280;font-weight:400;line-height:1.2}.timeline-list{flex:1;overflow-y:auto;padding:8px}.timeline-item{position:relative;display:flex;gap:6px;margin-bottom:8px;cursor:pointer;transition:all .2s ease}.timeline-item:hover .timeline-card{border-color:#c6b2ff;background:#fafafa}.timeline-item:last-child{margin-bottom:0}.timeline-item.active .timeline-card{background:#f3f0ff;border-color:#c6b2ff}.timeline-marker{display:flex;flex-direction:column;align-items:center;padding-top:4px;flex-shrink:0}.timeline-dot{width:6px;height:6px;border-radius:50%;background:#667eea;flex-shrink:0;position:relative;z-index:2}.timeline-item.active .timeline-dot{background:#5568d3;width:8px;height:8px}.timeline-connector{width:1px;flex:1;background:#e5e7eb;margin-top:2px;min-height:12px}.timeline-item:last-child .timeline-connector{display:none}.timeline-card{flex:1;padding:6px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease;min-width:0;text-align:left}.timeline-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px;gap:6px}.version-name{font-size:12px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;text-align:left}.version-badge{font-size:11px;padding:0;border-radius:0;font-weight:400;white-space:nowrap;flex-shrink:0;background:transparent}.version-badge.upload{color:#3b82f6}.version-badge.accepted{color:#10b981}.version-timestamp{font-size:10px;color:#9ca3af;text-align:left;display:block}.timeline-loading,.timeline-error,.timeline-empty{padding:20px 16px;text-align:left;color:#6b7280}.timeline-error{color:#dc2626}.timeline-empty p{margin:0 0 4px;font-size:12px;font-weight:500;color:#111827}.timeline-hint{font-size:11px;color:#9ca3af}.timeline-list::-webkit-scrollbar{width:8px}.timeline-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.timeline-list::-webkit-scrollbar-thumb:hover{background:#c0c4c9}.timeline-list::-webkit-scrollbar-track{background:#f9fafb}.session-type-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:2000;overflow:hidden}.dropdown-header{padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #e5e7eb;font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.dropdown-type-option{width:100%;padding:10px 12px;background:#fff;border:none;cursor:pointer;transition:background .15s ease;text-align:left;outline:none}.dropdown-type-option:hover{background:#f3f0ff}.dropdown-type-option:active{background:#eceaff}.type-option-content{display:flex;flex-direction:column;gap:3px}.type-option-name{font-size:13px;font-weight:500;color:#111827}.type-option-desc{font-size:11px;color:#6b7280;line-height:1.3}.session-bar{width:100%;height:100%;background:transparent;color:#333;padding:18px 12px;display:flex;flex-direction:column;font-family:inherit}.new-session-wrapper{position:relative;margin-bottom:18px;z-index:100}.new-session-btn{width:100%;background-color:#fff;border:1px solid #ddd;color:#333;padding:10px 14px;border-radius:4px;cursor:pointer;text-align:left;font-size:15px;font-weight:500;transition:background .2s,border-color .2s,color .2s;box-shadow:0 1px 2px #00000008}.new-session-btn:hover{background-color:#eceaff;border-color:#8061e1;color:#8061e1}.session-list{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;min-height:0;scrollbar-width:thin;scrollbar-color:#bdbdbd transparent}.session-item{padding:6px 12px;margin-bottom:4px;border-radius:4px;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;background:transparent;transition:background .18s,color .18s;font-size:14px;color:#333}.session-item:hover{background-color:#eceaff;color:#8061e1}.session-item.active{background-color:#eceaff;color:#333}.session-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;max-width:140px;font-size:12px}.session-info{display:flex;gap:8px;align-items:baseline;min-width:0;flex-wrap:nowrap;flex:1}.session-time{color:#666;font-size:10px;white-space:nowrap;flex-shrink:0;margin-left:auto}.delete-btn{background:none;border:none;color:#8061e1;cursor:pointer;font-size:1.1rem;padding:2px 6px;border-radius:3px;transition:color .18s,background .18s}.delete-btn:hover{color:#ff6b6b;background:#ff6b6b20}.error-message{color:#ff6b6b;background-color:#ff6b6b20;padding:10px;border-radius:5px;margin-top:10px;font-size:.9em;text-align:center;border:1px solid #ff6b6b}.session-list::-webkit-scrollbar{width:6px}.session-list::-webkit-scrollbar-track{background:transparent;border-radius:3px}.session-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.session-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.embedded-cd-editor,.Ketcher-root,.Editor-module_editor__o0Gjz{overflow:hidden!important;height:100%!important}.bottom-auth{position:fixed;bottom:20px;left:20px;display:flex;flex-direction:column;align-items:flex-start;font-size:.85rem;z-index:100}.user-email-bottom{color:#555;font-weight:400;margin-bottom:4px}.sign-out-subtle{background:none;border:none;color:#303030;cursor:pointer;font-size:.85rem;font-weight:400;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.sign-out-subtle:hover{color:#333}.app-transition-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f172a66;-webkit-backdrop-filter:saturate(140%) blur(3px);backdrop-filter:saturate(140%) blur(3px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1000}.app-transition-overlay.visible{opacity:1;pointer-events:auto}.app-transition-card{display:flex;align-items:center;gap:12px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;padding:14px 16px;transform:translateY(6px);animation:slideUp .22s ease forwards}.app-transition-spinner{width:30px;height:30px;animation:spin 1.5s linear infinite;filter:saturate(0) brightness(0)}.app-transition-text{font-size:18px;color:#0f172a}@keyframes slideUp{to{transform:translateY(0)}}.loading{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.1rem;color:#6c757d}.aluminum-main{padding:0;min-height:100vh}.aluminum-dashboard{max-width:1200px;margin:0 auto;padding:2rem}.section-title{margin:0 0 1.5rem;color:#2c3e50;font-size:1.5rem;font-weight:600;padding-bottom:.5rem;border-bottom:3px solid #667eea;display:inline-block}.metrics-section{margin-bottom:3rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.metric-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;border:1px solid #f0f0f0}.metric-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #667eea26;border-color:#667eea}.metric-card.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.metric-card.primary .metric-content h3{color:#ffffffe6}.metric-card.primary .metric-number{color:#fff}.metric-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:16px;flex-shrink:0}.metric-card.primary .metric-icon{background:#fff3}.metric-content{flex:1}.metric-content h3{margin:0 0 .5rem;font-size:.95rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.metric-number{font-size:2.2rem;font-weight:800;color:#2c3e50;margin-bottom:.5rem;line-height:1}.metric-change{font-size:.85rem;font-weight:600;padding:.25rem .5rem;border-radius:20px;display:inline-block}.metric-change.positive{color:#27ae60;background:#27ae601a}.metric-change.negative{color:#e74c3c;background:#e74c3c1a}.charts-section{margin-bottom:2rem}.charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.chart-card{background:#fff;border-radius:16px;padding:0;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;overflow:hidden;transition:all .3s ease}.chart-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f;border-color:#667eea}.chart-header{padding:1.5rem 2rem 1rem;border-bottom:1px solid #f0f0f0;background:#fafbfc}.chart-header h3{margin:0 0 .5rem;color:#2c3e50;font-size:1.3rem;font-weight:700}.chart-subtitle{margin:0;color:#7f8c8d;font-size:.9rem;font-weight:400}.chart-content{padding:2rem}.chart-bars{display:flex;align-items:end;justify-content:space-around;height:240px;padding:1rem 0;gap:1rem}.chart-bar{width:80px;border-radius:8px 8px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;color:#fff;font-weight:600;text-align:center;padding:1rem .5rem;position:relative;box-shadow:0 4px 12px #0003}.bar-label{font-size:1.1rem;font-weight:800;margin-bottom:.5rem}.bar-text{font-size:.75rem;font-weight:500;writing-mode:vertical-rl;text-orientation:mixed;line-height:1.2}.trend-chart{position:relative;height:200px;background:#f8f9fa;border-radius:8px;overflow:hidden}.trend-line{position:relative;height:100%}.trend-point{position:absolute;width:8px;height:8px;background:#667eea;border-radius:50%;transform:translate(-50%,50%)}.trend-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.8rem;color:#666}@media (max-width: 768px){.stats-grid,.charts-grid{grid-template-columns:1fr}.analytics-main{padding:1rem}}.App{text-align:center;width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-content-below-topbar{flex:1;width:100%;display:flex;flex-direction:row;position:relative;overflow:hidden;min-height:0;contain:layout;background-color:#e9e8fc;padding:20px;gap:20px;box-sizing:border-box}.chatbox-wrapper{position:relative;flex:0 1 auto;min-width:320px;max-width:700px;height:100%;max-height:100%;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;opacity:1;transition:opacity .2s ease,flex-basis .2s ease,min-width .2s ease}.chatbox-wrapper.chatbox-hidden{opacity:0;flex-basis:0;min-width:0;max-width:0;width:0;margin-left:-20px;padding:0;pointer-events:none;overflow:hidden}.chatbox-close-btn{position:absolute;top:8px;left:8px;z-index:100;background:transparent;border:none;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.chatbox-close-btn:hover{background:#f5f5f5;border-radius:4px}.chatbox-close-btn svg{color:#999;width:16px;height:16px}.chatbox-close-btn:hover svg{color:#333}.chatbox-toggle-btn{position:fixed;top:30px;right:30px;z-index:250;background:#8061e1;border:none;border-radius:50%;width:56px;height:56px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #8061e14d}.chatbox-toggle-btn:hover{background:#6c4fd4;transform:scale(1.05);box-shadow:0 6px 16px #8061e166}.chatbox-toggle-btn svg{color:#fff}.main-sidebar{width:280px!important;background-color:#fff;border:none!important;border-radius:12px!important;display:flex;flex-direction:column;align-items:flex-start;padding:24px;box-shadow:0 2px 8px #00000014!important;height:100%!important;max-height:100%;flex-shrink:0;overflow:hidden;box-sizing:border-box;position:relative!important;top:auto!important;left:auto!important;bottom:auto!important;z-index:auto!important}.app-content-below-topbar .main-sidebar{width:280px!important;background-color:#fff;border:none!important;border-radius:12px!important;display:flex;flex-direction:column;align-items:flex-start;padding:24px;box-shadow:0 2px 8px #00000014!important;flex-shrink:0;overflow:hidden;box-sizing:border-box;position:relative!important;top:0!important;left:0!important;bottom:auto!important;z-index:auto!important}.main-content{flex:1 1 0!important;display:flex;flex-direction:column;height:100%!important;background-color:#fff;border-radius:12px!important;box-shadow:0 2px 8px #00000014!important;overflow:auto;box-sizing:border-box;position:relative!important;top:auto!important;margin-left:0!important;min-width:0}.app-content-below-topbar .main-content{flex:1 1 0!important;display:flex;flex-direction:column;height:100%!important;background-color:#fff;overflow:auto;box-sizing:border-box;position:relative!important;top:0!important;margin-left:0!important;min-width:0}.main-content.main-content-with-sidebar{margin-left:0;margin-top:0}.app-nav{display:flex;flex-direction:column;width:100%;padding:0}.selenium-nav.app-nav{height:100%;min-height:0;overflow:hidden}.app-logo-wrapper{display:flex;justify-content:flex-start;align-items:center;margin-bottom:24px;flex-shrink:0}.app-title-section{text-align:left;margin-bottom:32px;padding-left:12px;padding-bottom:0;flex-shrink:0}.app-title{margin:0 0 8px;font-size:20px;font-weight:700;color:#1a1a1a;line-height:1.3}.app-subtitle{margin:0 0 12px;font-size:13px;font-weight:400;color:#6b7280;line-height:1.4}.back-to-apps-btn{background:none;color:#555;border:none;padding:4px 8px;cursor:pointer;font-size:13px;font-weight:400;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.back-to-apps-btn:hover{color:#333}.app-logo{height:28px;width:auto;margin-bottom:0}.app-version{font-size:11px;color:#9ca3af;text-align:left;margin-top:0;margin-bottom:32px}.coming-soon{text-align:center;padding:4rem 2rem;color:#6c757d}.coming-soon h2{margin-bottom:1rem;color:#343a40}@media (max-width: 768px){.aluminum-dashboard{padding:1rem}.aluminum-header{padding:2rem 0 1.5rem}.aluminum-header h1{font-size:2rem}.metrics-grid,.charts-container{grid-template-columns:1fr}.metric-card{padding:1.5rem}.chart-bars{height:180px}.chart-bar{width:60px}}.xml-processor-section{padding:0;max-width:1000px;margin:0 auto}.input-controls{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;margin-bottom:20px;border:1px solid #f0f0f0}.input-section{margin-bottom:20px}.input-section label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50;text-align:left;font-size:16px}.text-input{width:100%;padding:12px 16px;border:1px solid #e9ecef;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:120px;transition:all .2s ease;background:#f8f9fa}.text-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}.text-input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.button-section{display:flex;gap:12px;margin-bottom:20px;justify-content:flex-start;flex-wrap:wrap}.button-section button{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:140px}.execute-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.button-section button:disabled{background:#6c757d;cursor:not-allowed;opacity:.6;transform:none}.status-section{text-align:left;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.status-section p{margin:0;font-weight:500;display:flex;align-items:center;gap:8px}.status-section p.info{color:#17a2b8}.status-section p.processing{color:#ffc107}.status-section p.success{color:#27ae60}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.button-section{flex-direction:column;align-items:stretch}.button-section button{min-width:auto;width:100%}}.xml-tasks-display{background:#fff;border-radius:8px;width:1200px;max-width:100%;margin-left:auto;margin-right:auto}.xml-tasks-display-container{background:#fff;padding:0}.tasks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.tasks-actions{display:flex;gap:8px;align-items:center}.xml-tasks-display h3{margin:0;color:#2c3e50;font-size:18px;font-weight:600;text-align:left}.clear-selection-btn{background:#6c757d;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.clear-selection-btn:hover:not(:disabled){background:#5a6268;transform:translateY(-1px);box-shadow:0 4px 12px #6c757d4d}.clear-selection-btn:disabled{background:#adb5bd;cursor:not-allowed;opacity:.6;transform:none}.tasks-tree-container{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Consolas,monospace;font-size:13px;line-height:1.2;border-radius:8px;overflow:hidden}.task-content{display:flex;align-items:center;padding:2px 4px;min-height:18px;position:relative;transition:background-color .15s ease}.task-content.clickable{cursor:pointer}.task-content.clickable:hover{background-color:#f6f8fa;border-radius:4px}.task-content:not(.clickable):hover{background-color:#f9f9f9;border-radius:4px}.task-left{display:flex;align-items:center;white-space:nowrap;flex-shrink:0}.task-right{display:flex;align-items:center;gap:8px;margin-left:auto;padding-left:8px;width:50%}.task-tree-lines{display:inline-block;white-space:pre;font-family:inherit;color:#000}.task-checkbox{margin-right:6px;width:14px;height:14px;cursor:pointer;accent-color:#0969da}.expand-icon{display:inline-block;width:1ch;text-align:center;color:#656d76;font-weight:700;margin-right:1ch;pointer-events:none}.expand-icon.no-children{color:#d0d7de}.task-icon{display:inline-block;width:2ch;font-size:14px}.task-number{display:inline-block;font-weight:600;color:#0969da;margin-right:1ch;min-width:1ch;text-align:left}.task-name{color:#24292f;font-weight:500}.task-parameter{color:#656d76;font-size:11px;background:#fff3cd;padding:1px 6px;border-radius:8px;border:1px solid #ffeaa7;white-space:nowrap;font-weight:500}.task-id{color:#0969da;font-size:10px;background:#dbeafe;padding:1px 4px;border-radius:6px;border:1px solid #93c5fd;white-space:nowrap;font-family:monospace;font-weight:500}.task-description{color:#656d76;font-size:11px;font-style:italic;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-node.error .task-name{color:#dc3545;font-weight:600}.task-node.success .task-parameter{background:#d4edda;border-color:#c3e6cb;color:#155724}@media (max-width: 768px){.xml-tasks-display{padding:15px}.tasks-table{font-size:12px}.tasks-table th,.tasks-table td{padding:6px 4px}.task-name,.task-description{max-width:150px}}:root{--focus-color: #8162e1;--focus-ring: transparent}input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible,button:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:none!important}html,body{overflow:hidden;height:100%}.sidebar-nav-button{padding:8px 14px!important;border:none!important;background:none!important;color:#333!important;cursor:pointer;font-size:15px!important;font-weight:500!important;border-radius:4px!important;width:70%;align-self:center;text-align:center;transition:all .2s!important}.sidebar-nav-button:hover{background-color:#eceaff!important;color:#8061e1!important;transform:none!important}.sidebar-nav-button.active{background-color:#8061e1!important;color:#fff!important}.sidebar-nav-container{display:flex;flex-direction:column;gap:8px;padding-bottom:0;margin-bottom:0;align-items:stretch;justify-content:flex-start;text-align:left;width:100%}.sidebar-button{padding:10px 16px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#374151!important;cursor:pointer;font-size:14px!important;font-weight:500!important;border-radius:8px!important;width:100%;align-self:stretch;text-align:left;transition:all .2s!important}.sidebar-button:hover{background-color:#f9fafb!important;border-color:#d1d5db!important;transform:none!important}.sidebar-button.active{background-color:#6558d3!important;color:#fff!important;border-color:#6558d3!important}.back-to-apps-btn{background:none!important;color:#555!important;border:none!important;padding:4px 8px!important;cursor:pointer;font-size:13px!important;font-weight:400!important;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.back-to-apps-btn:hover{color:#333!important;transform:none!important}.account-menu{position:absolute;width:calc(100% - 48px);bottom:24px;padding-top:0;margin-top:0}.account-trigger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0;cursor:pointer;transition:all .2s}.account-trigger:hover{background:#f9fafb;border-color:#d1d5db}.avatar-circle{background:transparent;font-weight:600;font-size:16px}.account-texts{flex:1;min-width:0}.account-name{font-size:14px;font-weight:600;color:#1a1a1a}.account-email{font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-caret{color:#9ca3af;transition:transform .15s ease}.account-caret.open{transform:rotate(90deg)}.account-dropdown{position:absolute;left:-80px;right:0;top:calc(100% + 8px);background:#fff;color:#1a1a1a;border:1px solid #e5e7eb;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:2px;z-index:1000;box-shadow:0 4px 6px -1px #0000001a;text-align:right;width:120px}.account-item{display:block;width:100%;text-align:right;padding:10px 12px;border-radius:6px;border:none;background:none;color:inherit;cursor:pointer;text-decoration:none;font-size:14px}.account-item:hover{background:#f9fafb}.account-item.logout{color:#ef4444}.top-bar{height:72px;min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #5347b8;background-color:#6c71d3;flex-shrink:0;width:100%;box-sizing:border-box}.top-bar-logo-link{display:flex;align-items:center;text-decoration:none;cursor:pointer;transition:opacity .2s}.top-bar-logo-link:hover{opacity:.85}.top-bar-logo{height:50px;width:auto;filter:brightness(0) invert(1)}.element-buttons{display:flex;gap:16px;align-items:center;margin-left:auto;margin-right:auto}.top-bar-right{display:flex;align-items:center;gap:12px}.top-bar-help-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease}.top-bar-help-btn:hover{background:#ffffff40;border-color:#ffffff4d;transform:translateY(-1px)}.top-bar-right .account-menu{position:relative;width:auto;bottom:auto}.top-bar-right .account-trigger{background:#8186d9;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;height:36px;padding:4px 12px;display:flex;align-items:center;transition:all .2s ease}.top-bar-right .account-trigger:hover{background:#ffffff40;border-color:#ffffff4d;transform:translateY(-1px)}.top-bar-right .avatar-circle{color:#fff;width:24px;height:24px;font-size:auto;display:flex;align-items:center;justify-content:center}.top-bar-right .account-name{color:#fff}.top-bar-right .account-email{color:#fffc}.top-bar-right .account-caret{color:#ffffffe6}.element-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px}.element-button-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border:none;border-radius:6px;height:38px;padding:0 16px;z-index:10;background:#ffffff26;cursor:pointer;transition:all .2s ease;position:relative}.element-button-container:hover{background:#ffffff40;transform:none}.element-button-container--palladium:hover,.element-button-container--selenium:hover,.element-button-container--cobalt:hover,.element-button-container--aluminum:hover{background:#8061e1}.element-button-container--locked{opacity:.7;cursor:not-allowed}.element-button-container--locked:hover{background:#ffffff26;transform:none}.element-label{font-size:13px;color:#fff;font-weight:500;letter-spacing:0;white-space:nowrap}.main-with-top-bar{height:100%;padding:0}.embedded-cd-app{height:100%}.sidebar-button-with-icon{display:flex;align-items:center;gap:8px;height:40px;width:100%}.sidebar-button-with-icon svg{flex-shrink:0;height:24px}.sidebar-button--locked{opacity:.6;cursor:not-allowed;background-color:#f3f4f600;color:#9ca3af}.sidebar-button--locked:hover{background-color:#f3f4f6;transform:none}.element-button--locked{opacity:.6;cursor:not-allowed;background-color:#ffffff0d}.element-button--locked:hover{transform:none;box-shadow:none;border-color:#ffffff4d;background-color:#ffffff0d}.premium-icon{position:absolute;top:-6px;right:-6px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#3b82f6e6}.premium-icon img{width:14px;height:14px;object-fit:contain}.premium-icon.emoji-fallback{font-size:12px;background:#3b82f6e6;color:#fff}.lock-icon{position:absolute;top:-6px;right:-6px;font-size:12px;background:#3b82f6e6;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);color:#fff}.element-label--locked{opacity:.7}.upgrade-hint{display:block;font-size:9px;color:#ffffc8e6;margin-top:2px;font-weight:600;text-transform:none;letter-spacing:0}.premium-icon-external{position:absolute;top:-8px;right:-8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:#3b83f6b9;z-index:10;box-sizing:border-box;line-height:0}.premium-icon-external img{width:14px;height:14px;object-fit:contain;display:block}.premium-icon-external.emoji-fallback{font-size:10px;color:#fff}.upgrade-hint-external{position:absolute;top:100%;left:50%;transform:translate(-50%);font-size:8px;color:#ffffc8f2;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;margin-top:1px;padding:2px 6px;border-radius:3px}.upgrade-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.upgrade-modal{background:#fff;border-radius:12px;padding:32px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.upgrade-modal h2{margin:0 0 16px;font-size:24px;color:#1a1a1a}.upgrade-modal p{color:#666;margin-bottom:24px;line-height:1.5}.upgrade-benefits{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:24px}.upgrade-benefits h3{margin:0 0 12px;font-size:16px;color:#1a1a1a}.upgrade-benefits ul{margin:0;padding-left:20px}.upgrade-benefits li{color:#444;margin-bottom:8px;line-height:1.4}.upgrade-actions{display:flex;gap:12px;flex-direction:column}.upgrade-actions button{padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.upgrade-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.upgrade-actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.upgrade-actions .btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.upgrade-actions .btn-secondary:hover{background:#f0f2ff}.upgrade-actions .btn-text{background:transparent;color:#999;text-decoration:underline}.upgrade-actions .btn-text:hover{color:#666}.whatsnew-container{max-width:960px;margin:0 auto;padding:32px 20px 64px;display:flex;flex-direction:column;height:100vh;overflow:hidden;text-align:left}.whatsnew-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#8162e1}.whatsnew-version{color:#666;font-size:14px}.whatsnew-hero-card{background:linear-gradient(180deg,#f6f2ff,#fff);border:1px solid #e8e0ff;border-radius:12px;padding:20px}.whatsnew-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:20px}.whatsnew-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:16px}.whatsnew-md{margin-top:16px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.whatsnew-markdown{background:#fff;border:1px solid #ece3ff;border-radius:12px;padding:20px;text-align:left}.whatsnew-markdown h1,.whatsnew-markdown h2,.whatsnew-markdown h3,.whatsnew-markdown h4,.whatsnew-markdown h5,.whatsnew-markdown h6{margin:12px 0 6px}.whatsnew-markdown p{margin:8px 0}.whatsnew-markdown ul{margin:8px 0 8px 20px}.whatsnew-markdown code{background:#f6f8fa;padding:2px 6px;border-radius:6px}.whatsnew-timeline{display:flex;flex-direction:column;gap:14px;margin-top:16px;align-items:stretch;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.release-card{background:#fff;border:1px solid #ece3ff;border-radius:12px;padding:14px 16px;text-align:left}.release-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.release-badge{font-weight:700;background:#8162e1;color:#fff;font-size:12px;padding:4px 8px;border-radius:999px}.release-date{color:#6d5aa9;font-size:12px}.release-summary{margin:4px 0 8px;color:#2a2344}.release-items{margin-left:18px}.release-item{margin:4px 0}.support-fab{position:fixed;right:18px;bottom:18px;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:none;background:#8162e1;color:#fff;font-weight:800;font-size:18px;line-height:1;box-shadow:0 10px 24px #8162e159;cursor:pointer;z-index:1000}.support-fab.position-bottom-left{left:18px;right:auto;bottom:18px}.support-fab.position-top-right{top:18px;bottom:auto;right:18px}.support-fab.position-top-left{top:18px;bottom:auto;left:18px;right:auto}.support-fab:hover{box-shadow:0 12px 28px #8162e173}.support-fab:focus-visible{outline:none;box-shadow:0 0 0 4px #8162e159}.support-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.support-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:520px;max-width:90vw;max-height:80vh;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column;z-index:10001;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.support-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#6558d3;color:#fff}.support-modal-header h3{margin:0;font-size:18px;font-weight:600;letter-spacing:-.02em}.support-close{background:transparent;border:none;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff}.support-close:hover{background:#fff3}.support-form{padding:24px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;flex:1;background:#fafbfc}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151;letter-spacing:-.01em}.support-input,.support-textarea,.support-form select{border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font-size:14px;background:#fff;color:#111827;transition:all .2s;font-family:inherit}.support-input::placeholder,.support-textarea::placeholder{color:#9ca3af}.support-input:hover,.support-textarea:hover,.support-form select:hover{border-color:#9ca3af}.support-input:focus,.support-textarea:focus,.support-form select:focus,.support-input:focus-visible,.support-textarea:focus-visible,.support-form select:focus-visible{outline:none;border-color:#6558d3;box-shadow:0 0 0 3px #6558d31a}.support-textarea{resize:vertical;min-height:100px}.checkbox-group{display:flex;align-items:center;gap:10px}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#6558d3;cursor:pointer}.support-error{color:#ef4444;font-size:13px;background:#fee2e2;padding:8px 12px;border-radius:8px;margin-top:-8px}.support-success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:16px}.support-success svg{color:#10b981}.support-success h3{margin:0;font-size:24px;color:#111827}.support-success p{margin:0;color:#6b7280;font-size:14px}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:8px;border-top:1px solid #e5e7eb;margin-top:4px}.btn-primary,.btn-secondary{border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.btn-primary{background:#6558d3;color:#fff}.btn-primary:hover:not(:disabled){background:#5547c2;transform:translateY(-1px);box-shadow:0 4px 12px #6558d34d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.support-meta{padding:0 16px 16px;color:#666;font-size:12px}
