*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;line-height:1.6;color:var(--jnj-gray-dark);background-color:#fff}.sq-btn.primary{background:#f4a303;color:#fff}.sq-btn.primary:hover{background:#033d57;border:none}.sq-strip,.sq-rail{background:#f8f9fa;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.sq-modal-title{margin:0;font-size:16px;font-weight:700;color:#c62828}.qopts input[type=radio],.qopts input[type=checkbox]{accent-color:#033d57;width:14px;height:14px;cursor:pointer}.pill.active{border-color:#033d57;background:#fdeeee;color:#033d57}.medical-label-container .preview-open .properties-panel{display:none!important}.approval-panel{position:fixed;bottom:0;width:75%;right:0;height:34vh;background:#fff;border-top:2px solid #f4a303;box-shadow:0 -4px 20px #00000026;z-index:1000;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.approval-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#f8f9fa;border-bottom:1px solid #e0e0e0;flex-shrink:0}.approval-panel-title{margin:0;font-size:16px;font-weight:700;color:#f4a303}.approval-panel-body{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.approval-panel-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;background:#f8f9fa;border-top:1px solid #e0e0e0;flex-shrink:0}.sq-modal-content.full-screen:has(~.approval-panel){height:50vh!important;margin-bottom:50vh}.approval-panel-body::-webkit-scrollbar{width:6px}.approval-panel-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.approval-panel-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.approval-panel-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.approval-panel{height:70vh}.approval-panel-body{padding:15px}.qopts.row{flex-direction:column;align-items:flex-start;gap:8px}}.sq-shell{display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:90vh;min-height:600px;width:100%;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.sq-hdr{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e0e0e0;background:#fff;flex-shrink:0}.sq-actions{display:flex;align-items:center;gap:12px}.sq-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;color:#d32f2f;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.sq-btn:hover{background:#eaeaea}.sq-icon{display:flex;align-items:center;justify-content:center;padding:8px;background:none;border:none;border-radius:4px;cursor:pointer;color:#666;transition:all .2s}.sq-icon:hover{background:#f0f0f0;color:#333}.sq-stage{display:flex;flex-direction:column;flex:1;overflow:hidden;min-height:0}.sq-grid{display:grid;grid-template-columns:40px 1fr 40px;flex:1;overflow:hidden;min-height:0}.sq-center{display:flex;flex-direction:column;background:#fff;position:relative;min-height:0;overflow:hidden}.sq-canvas{flex:1;position:relative;overflow:hidden;min-height:0}.sq-tabs{position:relative;background:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0}.tabs{display:flex;align-items:center;padding:0 16px}.tab-item{padding:12px 16px;color:#888;cursor:pointer;background:none;border:none;font-size:14px;transition:color .2s;white-space:nowrap}.tab-item:hover:not(.disabled){color:#555}.tab-item.active{font-weight:600;color:#1a1a1a}.tab-item.disabled{cursor:default;opacity:.5}.underline-s{position:relative;height:2px;margin:0 16px}.bar-s{position:absolute;height:2px;background:#d32f2f;transition:transform .3s ease;bottom:0}.webviewer{width:100%;height:100%;min-height:300px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;text-align:center;color:#666}.empty-state-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state h3{margin:0 0 8px;font-size:18px;font-weight:500}.empty-state p{margin:0;font-size:14px;max-width:400px;line-height:1.4}.sq-backdrop{position:fixed;inset:0;background:#00000059;z-index:40;animation:backdropFade .2s ease}@keyframes backdropFade{0%{opacity:0}to{opacity:1}}.sq-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(920px,calc(100% - 48px));max-height:min(80vh,760px);background:#fff;border-radius:12px;box-shadow:0 12px 48px #0000003d;display:flex;flex-direction:column;z-index:50;overflow:hidden;animation:modalPop .28s cubic-bezier(.22,.86,.23,.99)}@keyframes modalPop{0%{transform:translate(-50%,-46%) scale(.98);opacity:.6}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.sq-modal-hdr{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #ececec}.sq-modal-title{margin:0;font-size:16px;font-weight:700;color:#033d57}.sq-modal-body{padding:16px 18px 4px;overflow:auto}.sq-modal-ftr{display:flex;justify-content:flex-end;gap:10px;padding:12px 18px 16px;border-top:1px solid #f0f0f0}.qblock{display:flex;flex-direction:column;gap:8px;padding:10px 0}.qtitle{font-size:14px;font-weight:600;color:#222}.qopts{display:flex;flex-direction:column;gap:8px}.qopts.row{flex-direction:row;gap:16px;align-items:center}.qopts label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#333;cursor:pointer}.qopts.pills{flex-wrap:wrap;gap:10px;flex-direction:row}.pill{border:1px solid #e0e0e0;border-radius:999px;padding:6px 12px;line-height:1;-webkit-user-select:none;user-select:none;transition:all .18s ease;background:#fafafa}.pill input{display:none}.pill:hover{border-color:#c9c9c9;background:#f7f7f7}@media (max-width: 768px){.sq-modal{width:calc(100% - 24px);max-height:82vh}.qopts.row{flex-wrap:wrap}}.preview-modal{max-width:90vw;max-height:90vh}.preview-modal .sq-hdr{background:#f8f9fa;border-bottom:2px solid #d32f2f;padding:12px 20px}.preview-modal .sq-hdr h3{color:#d32f2f;font-weight:600;margin:0}.preview-modal .sq-icon{background:#d32f2f;color:#e42626;border:none;font-size:24px;font-weight:1000;letter-spacing:.5px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-family:inherit}.preview-modal .sq-icon:hover{background:#b71c1c}.properties-panel{position:absolute;top:-18px;height:640px;right:0;height:660px;width:320px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;overflow-y:auto;transition:none}.properties-panel h3{background:#f5f5f5;margin:0;padding:8px 12px;font-size:14px;font-weight:600;border-bottom:1px solid #e0e0e0;color:#333}.properties-panel .property-controls{padding:16px 18px;max-height:none;overflow-y:visible}.properties-panel .property-controls h4{font-size:12px;margin:0 0 8px;color:#d32f2f;font-weight:600}.properties-panel .property-group{margin-bottom:8px}.properties-panel .property-group label{font-size:11px;font-weight:500;color:#555;display:block;margin-bottom:2px}.properties-panel .property-group input,.properties-panel .property-group select,.properties-panel .property-group textarea{width:100%;height:26px;font-size:11px;padding:2px 6px;border:1px solid #ddd;border-radius:3px}.properties-panel .property-group textarea{height:40px;resize:vertical;min-height:40px}.properties-panel .sq-btn{height:26px;font-size:11px;padding:0 8px;margin-top:6px}.properties-panel .sq-btn.full-width{width:100%;margin-bottom:4px}.properties-panel .property-group[style*=grid]{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:8px!important}.properties-panel .property-group[style*=grid]>div{margin:0}.properties-panel .text-properties,.properties-panel .image-properties{display:flex;flex-direction:column;gap:6px}.properties-panel .color-input{height:26px!important;width:100%!important;padding:1px!important}.properties-panel .no-selection,.properties-panel .non-editable{padding:20px 12px;text-align:center;color:#666;font-size:12px;font-style:italic}.properties-panel .property-controls>div[style*=backgroundColor]{padding:4px 6px!important;font-size:10px!important;line-height:1.2!important;margin-bottom:8px!important}.properties-panel .property-controls::-webkit-scrollbar{width:4px}.properties-panel .property-controls::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.properties-panel .property-controls::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.properties-panel .property-controls::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.medical-label-container{margin-right:0}.preview-open .properties-panel{display:none!important}.dropdown-property-panel{position:absolute;top:100px;right:24px;width:280px;max-width:280px;min-width:280px;z-index:80;display:flex;flex-direction:column;gap:10px;align-items:flex-end;transition:z-index .2s ease}.dropdown-property-panel.comparison-open{z-index:5!important}.dropdown-section{width:100%;max-width:250px;min-width:250px;box-sizing:border-box;margin-left:auto}.dropdown-header{width:100%;padding:10px 14px;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:13px;box-sizing:border-box;min-height:42px}.dropdown-content{width:100%;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 6px 6px;background-color:#fff;padding:12px;box-sizing:border-box;max-height:350px;overflow-y:auto}.property-group-grid{display:block!important;width:100%;margin-top:8px!important}.property-group-grid div{margin-bottom:8px;width:100%}.property-group-grid div:last-child{margin-bottom:0}.property-controls{width:100%;box-sizing:border-box}.property-group{margin-bottom:10px;width:100%}.property-group label{font-size:11px;font-weight:500;color:#555;display:block;margin-bottom:3px}.property-group input,.property-group select,.property-group textarea{width:100%;font-size:11px;padding:5px 6px;border:1px solid #ddd;border-radius:3px;box-sizing:border-box}.sq-btn.full-width{width:100%;margin-bottom:6px;box-sizing:border-box;padding:6px 8px;font-size:12px}.property-controls h4{font-size:12px!important;margin:0 0 6px!important}.property-controls>div[style*=backgroundColor]{padding:6px 8px!important;font-size:10px!important;line-height:1.2!important;margin-bottom:8px!important}.dropdown-content::-webkit-scrollbar{width:4px}.dropdown-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.dropdown-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.dropdown-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.element-text-input{white-space:pre-line!important;word-wrap:break-word!important;overflow-wrap:break-word!important;line-height:1.2!important}.medical-label-container .text-element{white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word;line-height:1.2}.summary-shell{display:flex;flex-direction:column;height:100%;background:#fff}.summary-hdr{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:12px 16px;border-bottom:1px solid #eee}.summary-left{justify-self:start}.summary-center{justify-self:center}.summary-right{justify-self:end}.summary-title{margin:0;font-size:16px;color:#000;text-transform:uppercase;letter-spacing:.4px;font-weight:700}.summary-stack{display:flex;flex-direction:column;gap:16px;padding:16px 24px;max-width:1600px;width:100%;margin:0 auto;flex:1}.card{background:#fff;border:1px solid #ececec;border-radius:10px;padding:24px 32px;box-shadow:0 1px 3px #0000000a;max-width:100%}.card.wide{width:100%}.card-hdr{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid #f0f0f0}.card-title{font-size:14px;font-weight:700;color:#033d57;margin:0}.card-title.dark{color:#17212b;font-weight:800}.sq-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #ddd;border-radius:6px;background:#fff;color:#333;font-size:13px;cursor:pointer;text-decoration:none;transition:all .2s ease}.sq-btn:hover{background:#f5f5f5}.sq-btn.ghost{background:transparent;border:1px solid transparent;color:#444;padding:6px 8px}.sq-btn.ghost:hover{background:#f6f6f6;border-color:#ddd}.sq-btn.secondary{background:#f5f5f5;color:#333;border-color:#ddd}.sq-btn.secondary:hover{background:#e9e9e9}.prod-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:10px 18px}.prod-row{display:contents}.prod-label{color:#495057;font-size:13px;font-weight:600}.prod-value{color:#111;font-size:13px}.change-desc{display:flex;flex-direction:column;gap:8px}.change-item{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#111}.change-bullet{color:#000;font-weight:700;margin-top:1px;flex-shrink:0}.qa-list{display:flex;flex-direction:column;gap:8px}.qa-list.compact .qa-row.line{padding:2px 0;border-bottom:none}.qa-row{display:grid;grid-template-columns:1.6fr 2fr;column-gap:20px;align-items:center}.qa-label{font-size:14px;color:#17212b;font-weight:700}.qa-value{font-size:14px;color:#111}.qa-edit{display:flex;flex-direction:column;gap:10px}.qa-edit-row{display:grid;grid-template-columns:1.6fr 2fr;gap:10px;align-items:center}.qa-edit-label{font-size:13px;color:#5b6470}.qa-edit-opts{display:flex;gap:12px}.qa-input{width:100%;padding:6px 8px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px}.approver-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:24px}.approver-grid.compact{grid-template-columns:repeat(2,minmax(260px,1fr));gap:12px}@media (min-width: 1100px){.approver-grid{grid-template-columns:repeat(3,minmax(320px,1fr))}.approver-grid.compact{grid-template-columns:repeat(3,minmax(260px,1fr))}}.approver-col{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;background:#fff}.approver-head{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;padding:10px 12px;background:#fafafa;border:none;text-align:left;cursor:pointer}.approver-dept{font-size:13px;font-weight:700;color:#263238}.approver-current{display:inline-flex;align-items:center;gap:8px;color:#2f3a44;font-size:12px}.approver-name{font-weight:600}.approver-dot{width:8px;height:8px;background:#2ecc71;border-radius:50%;display:inline-block}.approver-list{display:flex;flex-direction:column;padding:6px;gap:6px}.approver-item{padding:6px 8px;text-align:left;background:#fff;border:1px solid #ececec;border-radius:6px;font-size:13px;cursor:pointer;border:none}.approver-item:hover{background:#f7f7f7}.approver-item.active{border-color:#f4a303;background:#fdeeee;color:#f4a303;font-weight:700}.summary-ftr{display:flex;justify-content:flex-end;gap:10px;padding:12px 24px 18px;border-top:1px solid #f0f0f0;width:100%;margin:0}@media (max-width: 768px){.summary-stack{grid-template-columns:1fr;gap:12px;padding:12px}.prod-grid{grid-template-columns:1fr;gap:8px}.change-desc{gap:6px}.qa-row{grid-template-columns:1fr;row-gap:4px}.qa-edit-row{grid-template-columns:1fr;gap:4px}.approver-grid.compact{grid-template-columns:1fr}.summary-hdr{grid-template-columns:1fr;gap:8px;text-align:center}.summary-left,.summary-center,.summary-right{justify-self:center}.summary-ftr{flex-direction:column}}.approval-modal{max-width:600px!important;max-height:80vh!important}.approval-modal-body{padding:20px!important;overflow-y:auto;max-height:calc(80vh - 120px)}.approval-modal .qblock{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-bottom:1px solid #f0f0f0}.approval-modal .qblock:last-child{border-bottom:none}.approval-modal .qtitle{font-size:14px;font-weight:600;color:#222;margin-bottom:4px}.approval-modal .qopts{display:flex;flex-direction:column;gap:8px}.approval-modal .qopts.row{flex-direction:row;gap:16px;align-items:center}.approval-modal .qopts label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#333;cursor:pointer}.approval-modal .qopts input[type=radio],.approval-modal .qopts input[type=checkbox]{accent-color:#f4a303;width:14px;height:14px;cursor:pointer}.approval-modal .qopts.pills{flex-wrap:wrap;gap:10px;flex-direction:row}.approval-modal .pill{border:1px solid #e0e0e0;border-radius:999px;padding:6px 12px;line-height:1;-webkit-user-select:none;user-select:none;transition:all .18s ease;background:#fafafa}.approval-modal .pill input{display:none}.approval-modal .pill:hover{border-color:#c9c9c9;background:#f7f7f7}.approval-modal .pill.active{border-color:#d32f2f;background:#fdeeee;color:#b71c1c}.approval-modal-body::-webkit-scrollbar{width:6px}.approval-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.approval-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.approval-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.approval-modal{width:95vw!important;max-height:90vh!important}.approval-modal .qopts.row{flex-wrap:wrap}.approval-modal-body{padding:15px!important}}.ifuifuapproval-modal{max-width:600px!important;max-height:80vh!important}.ifuifuapproval-modal-body{padding:20px!important;overflow-y:auto;max-height:calc(80vh - 120px)}.ifuifuapproval-modal .qblock{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-bottom:1px solid #f0f0f0}.ifuifuapproval-modal .qblock:last-child{border-bottom:none}.ifuifuapproval-modal .qtitle{font-size:14px;font-weight:600;color:#222;margin-bottom:4px}.ifuifuapproval-modal .qopts{display:flex;flex-direction:column;gap:8px}.ifuifuapproval-modal .qopts.row{flex-direction:row;gap:16px;align-items:center}.ifuifuapproval-modal .qopts label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#333;cursor:pointer}.ifuifuapproval-modal .qopts input[type=radio],.ifuifuapproval-modal .qopts input[type=checkbox]{accent-color:#f4a303;width:14px;height:14px;cursor:pointer}.ifuifuapproval-modal .qopts.pills{flex-wrap:wrap;gap:10px;flex-direction:row}.ifuifuapproval-modal .pill{border:1px solid #e0e0e0;border-radius:999px;padding:6px 12px;line-height:1;-webkit-user-select:none;user-select:none;transition:all .18s ease;background:#fafafa}.ifuifuapproval-modal .pill input{display:none}.ifuifuapproval-modal .pill:hover{border-color:#c9c9c9;background:#f7f7f7}.ifuifuapproval-modal .pill.active{border-color:#d32f2f;background:#fdeeee;color:#b71c1c}.ifuifuapproval-modal-body::-webkit-scrollbar{width:6px}.ifuifuapproval-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ifuifuapproval-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.ifuifuapproval-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.ifuifuapproval-modal{width:95vw!important;max-height:90vh!important}.ifuifuapproval-modal .qopts.row{flex-wrap:wrap}.ifuifuapproval-modal-body{padding:15px!important}}.ifuapproval-panel{position:fixed;bottom:0;width:70%;right:0;height:40vh;background:#fff;border-top:2px solid #f4a303;box-shadow:0 -4px 20px #00000026;z-index:1000;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ifuapproval-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#f8f9fa;border-bottom:1px solid #e0e0e0;flex-shrink:0}.ifuapproval-panel-title{margin:0;font-size:16px;font-weight:700;color:#f4a303}.ifuapproval-panel-body{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.ifuapproval-panel-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;background:#f8f9fa;border-top:1px solid #e0e0e0;flex-shrink:0}.sq-modal-content.full-screen:has(~.ifuapproval-panel){height:50vh!important;margin-bottom:50vh}.ifuapproval-panel-body::-webkit-scrollbar{width:6px}.ifuapproval-panel-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ifuapproval-panel-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.ifuapproval-panel-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.ifuapproval-panel{height:70vh}.ifuapproval-panel-body{padding:15px}.qopts.row{flex-direction:column;align-items:flex-start;gap:8px}}.chat-interface{min-height:100vh;background:#fff;display:flex;flex-direction:column}.chat-header{background:#f5f5f5;padding:.75rem 2rem;border-bottom:.5px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;position:relative}.header-left,.header-right{display:flex;align-items:center;gap:1rem}.header-icon-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.header-icon-button:hover{background-color:#f0f0f0}.header-popup-container{position:relative}.notification-badge{position:absolute;top:0;right:0;background:#d32f2f;color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center}.user-profile-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;gap:.5rem}.user-avatar{width:32px;height:32px;border-radius:50%;background:#033d57;display:flex;align-items:center;justify-content:center;color:#fff}.popup-menu{position:absolute;top:100%;right:0;background:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;padding:.5rem;min-width:180px;z-index:3000}.popup-title{font-weight:700;margin-bottom:.5rem}.popup-item{padding:.5rem;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.popup-item:hover{background:#f5f5f5}.popup-item-logout{color:inherit}.popup-item-logout:hover{color:#d32f2f}.save-confirmation{position:fixed;top:2rem;right:2rem;background:#f4a303;color:#fff;padding:1rem 2rem;border-radius:8px;box-shadow:0 2px 8px #00000026;z-index:4000}.main-content{flex:1;display:flex;position:relative;height:calc(100vh - 80px);background:#fff}.main-content.with-editor{align-items:flex-start}.chat-area{flex:1;display:flex;flex-direction:column;background:#fff;transition:all .3s ease;position:relative;min-width:400px}.chat-area-with-right-sidebar{flex:0 0 calc(100% - 240px);max-width:calc(100% - 240px)}.chat-area-with-left-sidebar{flex:0 0 calc(100% - 380px);max-width:calc(100% - 380px);margin-left:380px}.chat-area-with-both-sidebars{flex:0 0 calc(100% - 620px);max-width:calc(100% - 620px);margin-left:380px}.chat-area-with-left-sidebar-and-editor{flex:0 0 25%}.chat-area-with-right-sidebar-and-editor{flex:0 0 50%}.chat-area-with-both-sidebars-and-editor{flex:0 0 35%}.messages-container{flex:1;padding:1rem;overflow-y:auto;max-height:calc(100vh - 200px)}.message-container{display:flex;margin-bottom:1rem}.user-message{justify-content:flex-end}.bot-message{justify-content:flex-start}.message-content{display:flex;flex-direction:column;align-items:flex-start}.user-message .message-content{align-items:flex-end}.message-bubble{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px 2px #0000001a;line-height:1.4}.user-bubble{background:#cfcdcd;color:#000;border-radius:12px 12px 4px}.bot-bubble{background:#f0f0f0;color:#333;border-radius:12px 12px 12px 4px}.message-buttons{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.message-button{background:#fff;border:1px solid #033d57;color:#033d57;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.8rem;transition:all .2s}.message-button:hover:not(:disabled){background:#f4a303;border:1px solid #f4a303;color:#fff}.message-button.selected{background:#f4a303;border:1px solid #f4a303;color:#fff}.message-button:disabled{cursor:not-allowed}.message-button.inactive{opacity:.5;cursor:not-allowed}.message-timestamp{font-size:.7rem;color:#535252;margin-top:.25rem}.typing-indicator{display:flex;gap:.25rem}.typing-dot{width:6px;height:6px;border-radius:50%;background:#999;animation:typing 1.4s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.input-container{padding:1rem;border-top:1px solid #eee;background:#fff;margin-bottom:0}.input-container.minimized{height:38px!important;min-height:38px!important;max-height:38px!important;padding:2px 8px!important;background:#f7f7f7;border-top:1px solid #e0e0e0;box-sizing:border-box}.input-wrapper{width:100%;background:#fff;border-radius:2rem;box-shadow:0 2px 8px #00000012;border:1.5px solid #e0e0e0;display:flex;align-items:center;padding:.25rem 1rem .25rem 1.25rem;position:relative;min-height:48px}.message-input{flex:1;border:none;outline:none;background:transparent;resize:none;min-height:36px;font-family:inherit;font-size:1rem;padding:0;margin:0;box-shadow:none;color:#222;line-height:1.5;align-content:center}.message-input.minimized{font-size:13px!important;padding:2px 6px!important;resize:none!important}.input-controls{display:flex;align-items:center;gap:.5rem;margin-left:.5rem}.mic-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#f5f5f5;margin-left:2px;opacity:.7;cursor:not-allowed}.send-button{background:#f4a303;color:#fff;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #d32f2f14;transition:opacity .2s ease}.send-button:disabled{cursor:not-allowed;opacity:.6}.save-chat-button{background:none;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;margin-left:.5rem;cursor:pointer}.label-editor-container{flex:0 0 75%;background:#fff;border-left:1px solid #eee;position:relative;z-index:3000}.label-editor-container.with-sidebar{flex:0 0 50%}.close-editor-button{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px}.no-sku-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;height:100%;width:100%;position:relative;background:#fff;font-weight:500;font-size:1.1rem;color:#f4a303;text-align:center;pointer-events:none}.left-history-sidebar{flex:0 0 30%;bottom:-25px;max-width:380px;min-width:260px;background:#fff;border-right:1px solid #eee;display:flex;flex-direction:column;z-index:1500}.history-sidebar{position:fixed;top:80px;bottom:0;right:0;height:calc(100vh - 80px);width:240px;background:#fff;border-left:1px solid #eee;display:flex;flex-direction:column;z-index:2000;box-shadow:-2px 0 8px #0000001a}.sidebar-header{padding:1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:#fff}.sidebar-header h3{margin:0;color:#333;font-size:1rem}.close-sidebar-button{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px}.sidebar-content{flex:1;overflow-y:auto;padding:1rem}.no-chats-message{text-align:center;color:#888;padding:2rem;font-style:italic}.left-history-sidebar .no-chats-message{padding:2rem;font-style:italic}.chat-history-item{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:1rem;cursor:pointer;transition:all .2s ease}.chat-history-item:hover{background:#f5f5f5;border-color:#f4a303}.chat-title{font-weight:700;font-size:1rem;margin-bottom:.5rem;color:#333}.left-history-sidebar .chat-title{color:#333}.chat-message-count{font-size:.85rem;color:#666;margin-bottom:.5rem}.chat-timestamp{font-size:.75rem;color:#888}.history-sidebar .chat-history-item{padding:.5rem;margin-bottom:.5rem}.history-sidebar .chat-title{font-size:.95rem;margin-bottom:.25rem;color:#363636}.history-sidebar .chat-message-count{font-size:.8rem;margin-bottom:.25rem}.history-sidebar .chat-timestamp{font-size:.7rem}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media (max-width: 768px){.chat-header{padding:.75rem 1rem}.header-right{gap:.5rem}.main-content{flex-direction:column}.chat-area-with-editor,.label-editor-container{flex:0 0 50%}.history-sidebar{width:100%;max-width:300px}}.sq-shell{display:flex;flex-direction:column;gap:10px;position:relative}.sq-hdr{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#fff;border-bottom:1px solid #e6e9f0}.sq-hdr.no-brand{justify-content:flex-end}.sq-logo{height:22px}.sq-actions{display:flex;gap:8px;align-items:center}.sq-btn{height:30px;padding:0 10px;border:1px solid #dde2eb;background:#fff;border-radius:6px;font-size:13px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.sq-btn.primary{background:#f4a303;color:#fff;border-color:#f4a303}.sq-icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid #dde2eb;background:#fff;border-radius:6px;cursor:pointer}.sq-stage{width:960px;height:960px;margin:0 auto;background:#fff;border:1px solid #e3e7ef;border-radius:8px;box-shadow:0 1px 2px #0000000a;display:flex;flex-direction:column;position:relative;overflow:visible}@media (max-width: 1024px){.sq-stage{width:92vw;height:92vw}}.sq-tabs{border-bottom:1px solid #eef1f6;position:relative;z-index:10}.sq-tabs.compact{border-bottom:1px solid #eef1f6}.sq-tabs .tabs{display:flex;align-items:center;gap:6px;padding:6px 8px}.tab-s{width:102px;height:28px;border:1px solid #e2e6ef;background:#fff;border-radius:6px;font-size:12.5px;cursor:pointer}.tab-s.active{border-color:#cfd6e6;font-weight:600}.tab-s:disabled{opacity:.5;cursor:not-allowed}.spacer{flex:1}.mini-tools{display:flex;align-items:center;gap:6px}.mini-s{width:26px;height:26px;border:1px solid #e2e6ef;background:#fff;border-radius:6px;display:grid;place-items:center;cursor:pointer}.pct{font-size:12px;min-width:30px;text-align:center}.vr{width:1px;height:16px;background:#e2e6ef}.underline-s{height:2px;position:relative}.bar-s{position:absolute;left:8px;bottom:0;height:2px;background:#e21f1f;transition:transform .2s ease}.sq-grid{display:grid;grid-template-columns:52px 1fr 200px;grid-template-rows:1fr;height:calc(100% - 44px);overflow:hidden}.sq-strip{background:#fff;border-right:1px solid #eef1f6;padding:8px;display:flex;flex-direction:column;gap:6px}.sq-strip-btn{font-size:12px;padding:6px;border:1px solid #e2e6ef;background:#f8fafc;border-radius:6px;cursor:pointer}.sq-center{display:flex;flex-direction:column;overflow:hiddeneditor;position:relative}.sq-canvas{flex:1;background:#f3f4f6;overflow:hidden;display:flex}.sq-canvas.shrink{flex:1}.webviewer{flex:1;min-height:0}.empty-state{margin:auto;text-align:center;color:#6b7280}.empty-state-icon{font-size:34px}.sq-rail{background:#fff;border-left:1px solid #eef1f6;padding:8px;display:flex;flex-direction:column;gap:8px}.sq-rail-btn{height:30px;border:1px solid #e2e6ef;background:#fff;border-radius:6px;font-size:13px;text-align:left;padding:0 10px;cursor:pointer}.sq-questions.pop{position:absolute;bottom:0;left:0;right:0;height:280px;background:#fff;border-top:2px solid #d22f19;box-shadow:0 -4px 12px #00000026;padding:12px 16px;display:flex;flex-direction:column;gap:12px;z-index:1000;border-radius:8px 8px 0 0}.qcontainer{background-color:#fff}.qhdr{display:flex;background-color:#fff;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #eef1f6}.qtitle-main{font-weight:600;font-size:16px;color:#111827}.qclose{border:1px solid #e2e6ef;background:#fff;border-radius:6px;width:28px;height:28px;display:grid;place-items:center;cursor:pointer}.qclose:hover{background:#f3f4f6}.sq-questions .qrow{display:flex;gap:24px;flex:1;overflow-y:auto;padding:8px 0}.sq-questions .qcol{flex:1;min-width:0}.sq-questions .qtitle{font-size:13px;color:#111827;margin-bottom:8px;font-weight:500}.sq-questions .qopts{display:flex;flex-direction:column;gap:6px}.sq-questions .qopts label{font-size:13px;color:#374151;display:flex;align-items:center;gap:8px;cursor:pointer}.sq-questions .qopts input[type=radio],.sq-questions .qopts input[type=checkbox]{margin:0}.qactions{display:flex;justify-content:flex-end;gap:8px;padding-top:12px;border-top:1px solid #eef1f6;margin-top:auto}.chat-area-with-editor .input-container,.chat-area-with-left-sidebar-and-editor .input-container,.chat-area-with-right-sidebar-and-editor .input-container,.chat-area-with-both-sidebars-and-editor .input-container{position:fixed;bottom:0;left:0;right:75%;background:#fff;border-top:1px solid #eee;padding:1rem;box-shadow:0 -2px 8px #0000001a}.chat-area-with-left-sidebar-and-editor .input-container{left:30%;right:75%}.chat-area-with-right-sidebar-and-editor .input-container{right:50%}.chat-area-with-both-sidebars-and-editor .input-container{left:30%;right:50%}.chat-area-with-editor .messages-container,.chat-area-with-left-sidebar-and-editor .messages-container,.chat-area-with-right-sidebar-and-editor .messages-container,.chat-area-with-both-sidebars-and-editor .messages-container{padding-bottom:100px}.chat-area-with-editor,.chat-area-with-left-sidebar-and-editor,.chat-area-with-right-sidebar-and-editor,.chat-area-with-both-sidebars-and-editor{overflow-y:auto}.chat-area-with-editor .input-wrapper,.chat-area-with-left-sidebar-and-editor .input-wrapper,.chat-area-with-right-sidebar-and-editor .input-wrapper,.chat-area-with-both-sidebars-and-editor .input-wrapper{position:static;width:400px}.sq-icon{cursor:pointer!important;position:relative!important;pointer-events:auto!important;background:#fff!important;border:1px solid #dde2eb!important}.sq-icon:hover{background:#f5f5f5!important;border-color:#d32f2f!important}.close-editor-button{cursor:pointer!important;z-index:9999!important;position:absolute!important;pointer-events:auto!important;background:#fff!important;box-shadow:0 2px 4px #0000001a!important}.close-editor-button:hover{background:#f5f5f5!important}.label-editor-container{position:relative;z-index:1000}.sq-actions{position:relative}.header-icon-button.active{background-color:#f0f0f0;border:1px solid #d32f2f}.label-editor-container .approval-interface-container{height:100%;display:flex;flex-direction:column}.chat-area-with-editor .messages-container{padding-bottom:100px}.comparison-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.control-group{display:flex;gap:20px}.control-group label{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;cursor:pointer}.control-group input[type=checkbox]{accent-color:#d32f2f}.comparison-content{display:flex;gap:5px;min-height:500px}.comparison-column{display:flex;flex-direction:column;flex:1;gap:12px}.comparison-header{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.comparison-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.comparison-label-container{flex:1;min-height:0}.comparison-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:0 20px;color:#666;font-size:12px;font-weight:600}.arrow-left,.arrow-right{color:#d32f2f}.comparison-legend{display:flex;justify-content:center;gap:30px;padding:16px;background:#f8f9fa;border-radius:6px;margin-top:16px}.legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#666}.legend-color{width:16px;height:16px;border-radius:3px}.legend-color.old{background:#ff00001a;border:2px dashed #ff4444}.legend-color.new{background:#00ff001a;border:2px dashed #44ff44}@media (max-width: 1200px){.comparison-content{flex-direction:column;gap:10px}.comparison-divider{flex-direction:row;order:-1;padding:10px 0}.comparison-label-container{height:400px!important}}@media (max-width: 768px){.comparison-controls{flex-direction:column;gap:12px;align-items:flex-start}.control-group{flex-direction:column;gap:8px}}.approver-shell{padding:16px;background:#f6f7fb}.approver-table-wrap{background:#fff;border:1px solid #e6e8ef;border-radius:10px;box-shadow:0 6px 14px #12263f0f;padding:14px 16px}.approver-table-wrap .comparison-title{margin:0 0 12px;font-size:18px;line-height:24px;color:#1f2937}.table-responsive{overflow:auto;border-radius:8px;border:1px solid #e6e8ef}.sq-table{width:100%;border-collapse:separate;border-spacing:0;min-width:900px;font-size:14px}.sq-table thead th{position:sticky;top:0;z-index:1;background:#f3f4f6;color:#111827;text-align:left;font-weight:600;padding:10px 12px;border-bottom:1px solid #e5e7eb}.sq-table td{padding:10px 12px;color:#374151;border-bottom:1px solid #f0f1f5;vertical-align:middle;white-space:nowrap}.sq-table tbody tr:nth-child(odd) td{background:#fafbff}.sq-table tbody tr:hover td{background:#eef2ff}.sq-table thead th:first-child,.sq-table tbody tr:first-child td:first-child{border-top-left-radius:8px}.sq-table thead th:last-child,.sq-table tbody tr:first-child td:last-child{border-top-right-radius:8px}.sq-btn.small{background:#4f46e5;color:#fff;border:none;border-radius:6px;padding:6px 10px;font-size:12px;line-height:1;cursor:pointer}.sq-btn.small:hover{background:#4338ca}.col-sku{width:140px}.col-pending{width:150px;text-align:center}.col-id{width:120px}.col-name{min-width:220px}.col-desc{min-width:240px}.col-approver{width:150px}.col-view{width:90px;text-align:right}.sq-table td.col-pending{text-align:center}.sq-table td.col-view{text-align:right}.sq-modal-overlay{z-index:10000!important}.sq-modal{z-index:10001!important}.sq-backdrop{z-index:9999!important}.dropdown-header,.dropdown-section,.dropdown-content,.dropdown-property-panel{z-index:1!important}.comparison-content,.comparison-column,.comparison-label-container,.comparison-controls{position:relative}.sq-modal-hdr,.sq-modal-ftr{z-index:10003!important;position:relative}
