.esTtfq_panelWrapper{flex-shrink:0;height:100%;position:relative}.esTtfq_panel{background:var(--bg-surface-1);border:1px solid #f1f1f1;border-radius:12px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.esTtfq_resizeHandle{cursor:col-resize;z-index:10;background:0 0;border-radius:4px;width:8px;transition:background-color .15s;position:absolute;top:0;bottom:0;left:-8px}.esTtfq_resizeHandle:before{content:"";background-color:#0000;border-radius:1px;width:2px;height:32px;transition:background-color .15s;position:absolute;top:50%;left:3px;transform:translateY(-50%)}.esTtfq_resizeHandle:hover{background:#0000000a}.esTtfq_resizeHandle:hover:before{background-color:var(--core-neutral-300)}.esTtfq_resizeHandle:active{background:#635bff14}.esTtfq_resizeHandle:active:before{background-color:var(--core-purple-400)}.esTtfq_resizeHandleAtBoundary{background:#ef44441f}.esTtfq_resizeHandleAtBoundary:before{background-color:var(--core-red-400,#f87171)}.esTtfq_header{background:var(--bg-surface-1);border-bottom:1px solid var(--core-neutral-100);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:44px;padding:0 8px 0 4px;display:flex}.esTtfq_headerContent{flex:1;align-items:center;min-width:0;display:flex;overflow:hidden}.esTtfq_closeButton{flex-shrink:0}.esTtfq_content{flex:1;min-height:0;position:relative;overflow:hidden}.esTtfq_floatingChrome{z-index:18;pointer-events:none;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:8px;left:8px;right:8px}.esTtfq_floatingStart,.esTtfq_floatingEnd{pointer-events:auto;align-items:center;gap:8px;display:flex}.esTtfq_floatingStart{min-width:32px}.esTtfq_floatingEnd{z-index:10;justify-content:flex-end;min-width:32px}