.filter-container{display:flex;flex-direction:column;height:100%;min-height:100vh;position:relative}.filter-actions-sticky{position:sticky;top:0;background-color:white;padding:12px 16px;z-index:10;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.filter-scroll-container{flex:1;overflow-y:auto;padding:12px 0 20px}.min-h-screen{min-height:100vh;background-color:#f3f4f6;padding:1.5rem}.header-container{justify-content:space-between;padding:12px 20px;background:white;border-bottom:1px solid #e5e7eb;flex-wrap:nowrap;gap:8px}.header-container,.header-left{display:flex;align-items:center}.header-left{gap:12px}.mode-badge{padding:4px 8px;font-size:.75rem;border-radius:4px;font-weight:500;white-space:nowrap}.mode-badge.embed{background-color:#d1fae5;color:#065f46}.mode-badge.non-embed{background-color:#dbeafe;color:#1e40af}.header-title{font-size:1.5rem;color:#1d4ed8;font-size:24px;font-weight:700;color:#1f2937;margin:0;flex-shrink:0}.header-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;flex-shrink:0}.button{padding:.5rem 1rem;border-radius:.375rem;color:white;background-color:#2563eb;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}.button-compact{padding:6px 12px;font-size:14px;min-width:auto;white-space:nowrap}.filter-input-compact{padding:6px 10px;font-size:14px;min-width:150px;max-width:200px}.button-wide{min-width:100px}.button:hover{background-color:#1d4ed8}.button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.button-primary{background-color:#3b82f6;color:white}.button-primary:hover{background-color:#2563eb}.button-secondary{background-color:#9ca3af}.button-secondary:hover{background-color:#6b7280}.button-success{background-color:hsl(135,84%,39%)}.button-success:hover{background-color:#299605}.button-danger{background-color:#ef4444}.button-danger:hover{background-color:#dc2626}.button-small{padding:.25rem .5rem;font-size:.875rem}.modal-overlay{position:fixed;inset:0;background-color:rgba(31,41,55,.5);display:flex;align-items:center;justify-content:center;z-index:50}.modal-content{background-color:white;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);width:24rem}.modal-header{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.main-content{background-color:white;border-radius:.5rem;border:1px solid #e5e7eb;padding:1rem;overflow:hidden;height:calc(100vh - 120px);box-shadow:0 1px 3px rgba(0,0,0,.1)}.left-panel{display:flex;flex-direction:column}.right-panel{flex:1}.panel-divider{z-index:10}.left-panel-content{padding:1rem}.filter-section{margin-bottom:1rem}.filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.filter-title{font-size:.875rem;font-weight:600}.filter-values{max-height:10rem;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem}.filter-value-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.filter-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;margin-bottom:.5rem}.filter-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.slider-container{margin-top:.75rem;margin-bottom:.75rem}.slider-header{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#4b5563;margin-bottom:.5rem}.slider{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:.25rem;appearance:none;cursor:pointer}.slider::-webkit-slider-thumb{appearance:none;width:1rem;height:1rem;border-radius:50%;background-color:#3b82f6}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280;margin-top:.25rem}.drag-drop-container{max-height:15rem;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem}.draggable-item{display:flex;align-items:center;gap:.5rem;padding:.25rem;border-radius:.25rem;margin-bottom:.25rem}.draggable-item:hover{background-color:#f3f4f6}.draggable-item-dragging{background-color:#dbeafe}.drag-handle{cursor:move;color:#6b7280}.drag-handle:hover{color:#4b5563}.loading-overlay{position:fixed}.loading-overlay,.loading-overlay1{inset:0;background-color:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;z-index:50}.loading-overlay1{position:absolute}.loading-content{background-color:black;padding:1.5rem;border-radius:.5rem}.loading-message{font-size:1.125rem;font-weight:600;color:white}.summary-container{font-size:.875rem;color:#4b5563;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem}.summary-item{margin-bottom:.5rem}.summary-label{font-weight:500}.dashboard-iframe{width:100%;height:800px;border:none}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-2{gap:.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-2{margin-top:.5rem}.ml-4{margin-left:1rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.bg-white{background-color:white}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-blue-100{background-color:#dbeafe}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.text-sm{font-size:.875rem}.text-md{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-blue-500{color:#3b82f6}.text-blue-700{color:#1d4ed8}.text-white{color:white}.focus\:outline-none:focus{outline:none}.focus\:border-blue-500:focus{border-color:#3b82f6}.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}.hover\:underline:hover{text-decoration:underline}.w-full{width:100%}.w-4{width:1rem}.h-4{height:1rem}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.overflow-y-auto{overflow-y:auto}.overflow-hidden{overflow:hidden}.z-50{z-index:50}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.drag-handle-icon{cursor:move;color:#6b7280}.drag-handle-icon:hover{color:#374151}.edit-icon{cursor:pointer;color:#3b82f6;margin-left:.5rem}.edit-icon:hover{color:#1d4ed8}.delete-icon{cursor:pointer;color:#ef4444;margin-left:.5rem}.delete-icon:hover{color:#b91c1c}.list-disc{list-style-type:disc}.chat-panel{margin-bottom:1rem}.chat-name{margin-bottom:.5rem;display:flex;align-items:center}.chat-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.chat-form{display:flex;gap:.5rem;margin-bottom:.5rem}.chat-input{flex:1;padding:.25rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;outline:none}.chat-input:focus{box-shadow:0 0 0 2px #3b82f6;border-color:#3b82f6}.chat-send-btn{padding:.25rem .75rem;background-color:#2563eb;color:white;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s}.chat-send-btn:hover{background-color:#1d4ed8}.chat-history-box{max-height:15rem;overflow-y:auto;border:1px solid #e5e7eb;padding:.5rem;border-radius:.375rem;background-color:#f9fafb}.chat-placeholder{font-size:.75rem;color:#6b7280}.chat-message{margin-bottom:.5rem;padding:.5rem;border-radius:.375rem}.chat-user{background-color:#dbeafe;align-self:flex-end}.chat-assistant{background-color:#e5e7eb;align-self:flex-start}@media (max-width:768px){.panel-container{flex-direction:column;gap:1rem}.left-panel,.right-panel{width:100%!important;min-width:unset}.panel-divider{display:none}.left-panel{padding-right:0}.right-panel{padding-left:0}.header-container{padding:10px 16px}.header-title{font-size:20px}.button-compact{padding:5px 10px;font-size:13px}.filter-input-compact{min-width:120px;max-width:150px;font-size:13px}.header-container{flex-direction:column;align-items:flex-start}.header-actions{width:100%;justify-content:flex-start}}#dashboard,#dashboard iframe,.dashboard-embed-container,.dashboard-embed-container iframe{width:100%!important;height:100%!important;min-height:800px!important;border:none!important;position:relative!important;overflow:hidden!important}div[id=dashboard] iframe,iframe[src*=embed],iframe[src*=looker]{border:none!important;display:block!important;position:absolute!important;top:0!important;left:0!important}.right-panel #dashboard,div[id=dashboard] iframe,iframe[src*=embed],iframe[src*=looker]{width:100%!important;height:100%!important;min-height:800px!important;background-color:#ffffff!important}.right-panel #dashboard{position:relative!important}.looker-embed,.looker-embed iframe,[class*=looker] iframe{width:100%!important;height:100%!important;min-height:800px!important}iframe[title*=Auth],iframe[title*=Login],iframe[title*=auth],iframe[title*=login]{width:100%!important;height:100%!important;min-height:800px!important;border:none!important;position:absolute!important;top:0!important;left:0!important}.panel-container{display:flex;gap:0;height:100%;width:100%;position:relative}.left-panel{overflow-y:auto;padding-right:.5rem;min-width:200px}.right-panel{overflow-y:auto;position:relative;padding-left:.5rem}.panel-divider{width:4px;background-color:#d1d5db;cursor:col-resize;display:flex;align-items:center;justify-content:center;transition:background-color .2s;flex-shrink:0;position:relative}.panel-divider:hover{background-color:#3b82f6}.panel-divider-handle{width:2px;height:32px;background-color:#6b7280;border-radius:1px;pointer-events:none}.panel-divider:hover .panel-divider-handle{background-color:white}.left-panel-content{height:100%;width:100%}