@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap";:root{--md-primary:#004ac6;--md-on-secondary-fixed:#25005a;--md-secondary-container:#8a4cfc;--md-on-tertiary-fixed:#002109;--md-on-surface:#151c27;--md-inverse-surface:#2a313d;--md-on-secondary-container:#fffbff;--md-surface-container-lowest:#fff;--md-on-primary-fixed-variant:#003ea8;--md-error-container:#ffdad6;--md-tertiary:#006329;--md-on-surface-variant:#434655;--md-on-secondary:#fff;--md-surface-container-low:#f0f3ff;--md-on-error-container:#93000a;--md-surface-container:#e7eefe;--md-on-error:#fff;--md-primary-fixed-dim:#b4c5ff;--md-on-tertiary-fixed-variant:#005320;--md-on-primary-fixed:#00174b;--md-surface-tint:#0053db;--md-surface-dim:#d3daea;--md-on-tertiary:#fff;--md-primary-container:#2563eb;--md-tertiary-container:#007f36;--md-surface-container-high:#e2e8f8;--md-surface-bright:#f8fafc;--md-surface:#f8fafc;--md-secondary-fixed:#eaddff;--md-background:#f8fafc;--md-outline-variant:#e2e8f0;--md-surface-variant:#e2e8f0;--md-error:#ba1a1a;--md-tertiary-fixed:#7ffc97;--md-inverse-primary:#b4c5ff;--md-on-secondary-fixed-variant:#5a00c6;--md-on-primary:#fff;--md-on-primary-container:#eeefff;--md-tertiary-fixed-dim:#62df7d;--md-surface-container-highest:#dce2f3;--md-on-tertiary-container:#c7ffca;--md-inverse-on-surface:#ebf1ff;--md-primary-fixed:#dbe1ff;--md-outline:#737686;--md-secondary:#712ae2;--md-on-background:#151c27;--md-secondary-fixed-dim:#d2bbff}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--md-surface);color:var(--md-on-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--md-on-surface);font-weight:600;line-height:1.2}a{color:var(--md-primary);text-decoration:none;transition:color .15s}a:hover{filter:brightness(1.2)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;font-size:20px}.gym-toast{padding:1rem 1.25rem!important;font-size:.9375rem!important}@media (width>=1025px){.hidden-desktop{display:none!important}}@media (width<=1024px){.hidden-md{display:none!important}}@media (width<=768px){.hidden-sm,.hidden-mobile{display:none!important}}@media (width>=1025px){.hidden-lg{display:none!important}}.table-responsive-container{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:2rem;overflow-x:auto}.gooey-spinnerSpin{animation:1s linear infinite gooey-spin}@keyframes gooey-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-sonner-toast][data-x-position=center]{width:fit-content!important;margin-left:auto!important;margin-right:auto!important;left:0!important;right:0!important}[data-gooey-toast-css]{--gooey-toast:1}[data-sonner-toast][data-expanded=true]{transition:transform .15s,opacity .4s,height .15s,box-shadow .2s!important}.gooey-wrapper{pointer-events:auto;cursor:default;width:fit-content;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;position:relative}.gooey-blobSvg{pointer-events:none;filter:drop-shadow(0 4px 12px #0000000f)drop-shadow(0 1px 4px #0000000a);position:absolute;top:0;left:0;overflow:visible}.gooey-content{z-index:1;transition:padding .35s cubic-bezier(.4,0,.2,1);position:relative}.gooey-contentCompact{padding:7px 10px}.gooey-contentExpanded{min-width:300px;max-width:380px;padding:7px 10px 16px}.gooey-header{color:inherit;align-items:center;gap:8px;display:inline-flex}.gooey-iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;line-height:0;display:flex}.gooey-title{white-space:nowrap;color:inherit;padding:0 4px 0 2px;font-size:12px;font-weight:700;line-height:1}.gooey-titleDefault{color:#555}.gooey-titleSuccess{color:#4caf50}.gooey-titleError{color:#e53935}.gooey-titleWarning{color:#c49000}.gooey-titleInfo{color:#1e88e5}.gooey-titleLoading{color:#555}.gooey-timestamp{color:#999;white-space:nowrap;padding-left:6px;font-size:11px;font-weight:400;line-height:1}.gooey-description{color:#444;margin-top:16px;font-size:13px;font-weight:400;line-height:1.55;overflow:hidden}.gooey-actionWrapper{margin-top:12px;overflow:hidden}.gooey-actionButton{box-sizing:border-box;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;outline:none;width:100%;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s;display:block}.gooey-actionButton:focus:not(:focus-visible){outline:none}.gooey-actionButton:focus-visible{outline-offset:2px;outline:2px solid}.gooey-actionDefault{color:#555;background:#e8e8e8}.gooey-actionDefault:hover{background:#dcdcdc}.gooey-actionDefault:active{background:#d0d0d0}.gooey-actionSuccess{color:#4caf50;background:#c8e6c9}.gooey-actionSuccess:hover{background:#a5d6a7}.gooey-actionSuccess:active{background:#81c784}.gooey-actionError{color:#e53935;background:#ffcdd2}.gooey-actionError:hover{background:#ef9a9a}.gooey-actionError:active{background:#e57373}.gooey-actionWarning{color:#c49000;background:#ffecb3}.gooey-actionWarning:hover{background:#ffe082}.gooey-actionWarning:active{background:#ffd54f}.gooey-actionInfo{color:#1e88e5;background:#bbdefb}.gooey-actionInfo:hover{background:#90caf9}.gooey-actionInfo:active{background:#64b5f6}.gooey-progressWrapper{background:#0000000f;border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.gooey-progressBar{transform-origin:0;height:100%;animation:gooey-progress-shrink var(--gooey-progress-duration,4s) linear forwards;border-radius:2px;animation-play-state:running}.gooey-progressPaused .gooey-progressBar{animation-play-state:paused}@keyframes gooey-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.gooey-progressDefault{background:#999}.gooey-progressSuccess{background:#4caf50}.gooey-progressError{background:#e53935}.gooey-progressWarning{background:#c49000}.gooey-progressInfo{background:#1e88e5}.gooey-wrapper[data-theme=dark] .gooey-blobSvg{filter:drop-shadow(0 4px 12px #0000004d)drop-shadow(0 1px 4px #0003)}.gooey-wrapper[data-theme=dark] .gooey-titleDefault{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-titleSuccess{color:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-titleError{color:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-titleWarning{color:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-titleInfo{color:#42a5f5}.gooey-wrapper[data-theme=dark] .gooey-titleLoading{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-timestamp{color:#777}.gooey-wrapper[data-theme=dark] .gooey-description{color:#e0e0e0}.gooey-wrapper[data-theme=dark] .gooey-actionDefault{color:#ccc;background:#3a3a3a}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:hover{background:#444}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:active{background:#4e4e4e}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess{color:#66bb6a;background:#1b5e20}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:hover{background:#2e7d32}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:active{background:#388e3c}.gooey-wrapper[data-theme=dark] .gooey-actionError{color:#ef5350;background:#b71c1c}.gooey-wrapper[data-theme=dark] .gooey-actionError:hover{background:#c62828}.gooey-wrapper[data-theme=dark] .gooey-actionError:active{background:#d32f2f}.gooey-wrapper[data-theme=dark] .gooey-actionWarning{color:#ffb300;background:#4a3800}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:hover{background:#5c4600}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:active{background:#6e5400}.gooey-wrapper[data-theme=dark] .gooey-actionInfo{color:#42a5f5;background:#0d47a1}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:hover{background:#1565c0}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:active{background:#1976d2}.gooey-wrapper[data-theme=dark] .gooey-progressWrapper{background:#ffffff1a}.gooey-wrapper[data-theme=dark] .gooey-progressDefault{background:#888}.gooey-wrapper[data-theme=dark] .gooey-progressSuccess{background:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-progressError{background:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-progressWarning{background:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-progressInfo{background:#42a5f5}.dash-sidebar{background-color:var(--md-surface-container-lowest);z-index:50;border-right:1px solid #c3c6d766;flex-direction:column;width:16rem;height:100vh;padding:1.5rem 1rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.dash-workspace-switcher{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.dash-workspace-switcher:hover{background-color:var(--md-surface-container-low)}.dash-brand{align-items:center;gap:.625rem;display:flex}.dash-brand-icon-bg{background-color:var(--md-primary);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.dash-brand-text{letter-spacing:-.05em;color:var(--md-on-surface);font-size:1.25rem;font-weight:700}.dash-search{position:relative}.dash-search-icon{pointer-events:none;align-items:center;padding-left:.75rem;display:flex;position:absolute;top:0;bottom:0;left:0}.dash-search-input{background-color:var(--md-surface-container-low);width:100%;color:var(--md-on-surface);border:1px solid #c3c6d733;border-radius:.5rem;outline:none;padding:.375rem 3rem .375rem 2.25rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:block}.dash-search-input:focus{border-color:var(--md-primary);box-shadow:0 0 0 1px var(--md-primary)}.dash-search-input::placeholder{color:var(--md-outline)}.dash-search-shortcut{pointer-events:none;align-items:center;padding-right:.75rem;display:flex;position:absolute;top:0;bottom:0;right:0}.dash-search-shortcut span{color:var(--md-outline);letter-spacing:.1em;font-size:.75rem;font-weight:500}.sidebar-nav{overscroll-behavior:contain;flex-direction:column;flex:1;gap:.125rem;min-height:0;display:flex;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav{-ms-overflow-style:none;scrollbar-width:none}.nav-item-btn{color:var(--md-outline);cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;border-radius:.375rem;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;padding:.5rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex;position:relative}.nav-item-btn:hover{background-color:var(--md-surface-container-high);color:var(--md-on-surface)}.nav-item-btn.active-highlight{color:var(--md-primary);border-left-color:var(--md-primary);background-color:#f0f4ff;border-top-left-radius:0;border-bottom-left-radius:0;font-weight:600}.nav-item-btn.active-highlight .nav-icon{color:var(--md-primary);font-variation-settings:"FILL" 1}.nav-active-indicator{display:none}.nav-icon{flex-shrink:0;font-size:18px;transition:color .15s}.nav-title{white-space:nowrap;text-overflow:ellipsis;text-align:left;font-size:.875rem;overflow:hidden}.nav-chevron{font-size:16px;transition:transform .2s ease-in-out}.nav-group{flex-direction:column;display:flex}.nav-children-wrapper{grid-template-rows:0fr;transition:grid-template-rows .2s ease-out;display:grid}.nav-children-wrapper.open{grid-template-rows:1fr}.nav-children-content{overflow:hidden}.nav-children-inner-list{border-left:1px solid #c3c6d766;flex-direction:column;gap:.125rem;margin-top:.125rem;margin-left:1.25rem;padding-left:.5rem;display:flex}.nav-child-link{color:var(--md-outline);border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .5rem;font-size:.8125rem;text-decoration:none;transition:all .15s;display:flex}.nav-child-link:hover{background-color:var(--md-surface-container-high);color:var(--md-on-surface)}.nav-child-link.active{color:var(--md-primary);font-weight:600}.nav-child-icon{font-size:16px}.nav-lock-icon{color:#f59e0b;margin-left:auto;font-size:12px}.nav-external-icon{opacity:.6;font-size:12px}.external-link{color:var(--md-primary)}.external-link:hover{color:var(--md-primary);background-color:#2563eb14}.action-btn{color:var(--md-outline)}.dash-nav-label{padding:0 .75rem .5rem}.dash-nav-label span{color:var(--md-outline);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.dash-global-create-btn{background-color:var(--md-primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb33}.dash-global-create-btn:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}.dash-profile{border-top:1px solid #c3c6d733;padding-top:1rem}.dash-profile-card{cursor:pointer;border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem;transition:background-color .2s;display:flex}.dash-profile-card:hover{background-color:var(--md-surface-container-low)}.dash-profile-avatar{background-color:var(--md-surface-variant);border-radius:.75rem;width:2rem;height:2rem}.dash-profile-info{flex-direction:column;min-width:0;display:flex}.dash-profile-info .name{white-space:nowrap;text-overflow:ellipsis;color:var(--md-on-surface);font-size:.875rem;font-weight:600;overflow:hidden}.dash-profile-info .role{color:var(--md-outline);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.dash-layout-main{background-color:var(--md-surface);overflow-anchor:auto;scroll-behavior:smooth;height:100vh;margin-left:16rem;padding:2rem 2rem 20vh;overflow:hidden auto}.dash-layout-main>*+*{margin-top:2rem}@media (width<=1024px){.dash-sidebar{box-shadow:none;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%)}.dash-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #00000026}.dash-layout-main{margin-left:0;padding:5rem 1rem 1.25rem}.dash-layout-main>*+*{margin-top:1.25rem}.mobile-header{background-color:var(--md-surface-container-lowest);z-index:40;border-bottom:1px solid #c3c6d766;align-items:center;height:3.5rem;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.mobile-menu-btn{width:2.5rem;height:2.5rem;color:var(--md-on-surface);background:0 0;border-radius:.5rem;justify-content:center;align-items:center;margin-right:.5rem;display:flex}.mobile-menu-btn:active{background-color:var(--md-surface-container-low)}.mobile-brand-icon{background-color:var(--md-primary);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.mobile-backdrop{z-index:45;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;animation:.2s ease-out fadeIn;position:fixed;inset:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cmdk-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;background-color:#0f172a66;justify-content:center;align-items:flex-start;padding-top:15vh;animation:.2s ease-out backdropFadeIn;display:flex;position:fixed;inset:0}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.cmdk-dialog{background-color:var(--md-surface-container-lowest);border:none;border-radius:.75rem;width:100%;max-width:640px;margin:0 1rem;animation:.2s cubic-bezier(.16,1,.3,1) dialogSlideIn;overflow:hidden;box-shadow:0 16px 70px #0003}@keyframes dialogSlideIn{0%{opacity:0;transform:scale(.97)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.cmdk-dialog [cmdk-root]{flex-direction:column;width:100%;display:flex}.cmdk-input-wrapper{border-bottom:1px solid #c3c6d726;align-items:center;padding:1.25rem;display:flex}.cmdk-search-icon{color:var(--md-outline);margin-right:.75rem;font-size:22px}.cmdk-dialog [cmdk-input]{width:100%;color:var(--md-on-surface);background:0 0;border:none;outline:none;font-family:inherit;font-size:1.25rem;font-weight:400}.cmdk-dialog [cmdk-input]::placeholder{color:var(--md-outline-variant)}.cmdk-dialog [cmdk-list]{overscroll-behavior:contain;max-height:360px;padding:.5rem;overflow-y:auto}.cmdk-dialog [cmdk-group-heading]{color:var(--md-outline);text-transform:uppercase;letter-spacing:.06em;padding:.75rem 1rem .25rem;font-size:.7rem;font-weight:600}.cmdk-dialog [cmdk-item]{color:var(--md-on-surface-variant);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.375rem;align-items:center;margin:.25rem .5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .1s;display:flex}.cmdk-dialog [cmdk-item] .material-symbols-outlined,.nav-icon-muted{color:var(--md-outline-variant);margin-right:.75rem;font-size:18px;transition:color .1s}.cmdk-dialog [cmdk-item][aria-selected=true],.cmdk-dialog [cmdk-item]:hover{background-color:var(--md-surface-container);color:var(--md-on-surface)}.cmdk-dialog [cmdk-item][aria-selected=true] .material-symbols-outlined,.cmdk-dialog [cmdk-item][aria-selected=true] .nav-icon-muted,.cmdk-dialog [cmdk-item]:hover .material-symbols-outlined,.cmdk-dialog [cmdk-item]:hover .nav-icon-muted{color:var(--md-on-surface)}.cmdk-dialog [cmdk-empty],.cmdk-loading{text-align:center;color:var(--md-outline);padding:2.5rem 1rem;font-size:.875rem;font-weight:500}
