:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;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:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--topbar-height: 56px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;margin:0;overflow:hidden}.app-layout{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.topbar{flex-shrink:0;height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;background:#1a1a2e;border-bottom:1px solid rgba(255,255,255,.08);z-index:100}.topbar-left{display:flex;align-items:center}.topbar-logo{height:28px;width:auto;object-fit:contain}.topbar-right{display:flex;align-items:center;gap:.75rem}.logout-button{padding:.5rem 1rem;background:transparent;color:#ffffffd9;font-size:.875rem;font-weight:500;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.logout-button:hover{background:#ffffff1a;border-color:#fff6;color:#fff}.app-content{flex:1;min-height:0;position:relative;overflow:hidden}.superset-dashboard-wrapper{width:100%;height:100%;overflow:hidden;position:relative;background:#f5f5f5}.dashboard-mount-point{width:100%;height:100%;position:absolute;inset:0}.dashboard-mount-point iframe{width:100%;height:100%;border:0;display:block}.dashboard-mount-point>div{width:100%!important;height:100%!important}.dashboard-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;z-index:10}.spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#06c;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;padding:2rem}.dashboard-error h3{color:#c00;margin-bottom:.5rem}.dashboard-error p{color:#666}.dashboard-error details{margin-top:1rem}.dashboard-error summary{cursor:pointer;color:#06c}.dashboard-error ul{padding-left:1.5rem;color:#666;font-size:.9rem}.error-page{flex:1;display:flex;justify-content:center;align-items:center;color:#c00;font-size:1rem}.token-info{display:none}.signin-page{flex:1;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1.5rem;min-height:calc(100vh - var(--topbar-height))}.signin-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2.5rem;width:100%;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.signin-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.signin-logo img{height:40px;width:auto;object-fit:contain}.signin-title{text-align:center;font-size:1.5rem;font-weight:600;color:#fffffff2;margin-bottom:.25rem}.signin-subtitle{text-align:center;font-size:.875rem;color:#ffffff80;margin-bottom:2rem}.signin-form{display:flex;flex-direction:column;gap:1.25rem}.signin-field{display:flex;flex-direction:column;gap:.5rem}.signin-field label{font-size:.875rem;font-weight:500;color:#fffc}.signin-field input{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#ffffff0d;color:#fffffff2;font-size:1rem;transition:border-color .2s,background .2s}.signin-field input::placeholder{color:#ffffff59}.signin-field input:focus{outline:none;border-color:#06c;background:#ffffff14}.signin-button{margin-top:.5rem;padding:.875rem 1.5rem;background:#06c;color:#fff;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background .2s,opacity .2s}.signin-button:hover:not(:disabled){background:#0052a3}.signin-button:disabled{opacity:.7;cursor:not-allowed}.signin-demo-notice{text-align:center;font-size:.75rem;color:#fff6;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:480px){.topbar-logo{height:22px}.signin-card{padding:1.5rem}.signin-logo img{height:32px}.signin-title{font-size:1.25rem}}
