:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0}button,input,textarea,select{font:inherit}:root{--bg-shell:#0b1220;--bg-shell-header:#3e2050;--bg-shell-sidebar:#0f1a2e;--bg-shell-app:#16243a;--bg-shell-footer:#24314e;--bg-button:#8b5cf6;--bg-button-disabled:#717171;--text:#dbe7ff;--text-muted:#94a3b8;--heading:#f8fbff;--primary:#60a5fa;--primary-strong:#2563eb;--success:#34d399;--info:#fff;--warning:#ffdc55;--error:#f87171;--default-border-color:#94a3b880;--default-border-radius:14px;--shell-header-height:50px;--sidebar-width:400px;--sidebar-collapsed-width:80px;--app-breadcrumb-height:50px;--app-header-height:100px;--shell-footer-height:30px;--bg-sidebar-toggle:#3b82f6;--bg-nav-base:#24314e;--bg-nav-layer:#ffffff1a;--bg-app-header-base:#1d2f4d;--bg-app-header-layer:#fffa;--bd-app-page:#1d2f4d}*{box-sizing:border-box}html,body,#root{text-align:left;width:100%;max-width:none;min-height:100%;color:var(--text);border:0;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--heading)}.shell{background:var(--bg-shell);flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.shell-header{background:var(--bg-shell-header);height:var(--shell-header-height);flex:0 0 var(--shell-header-height);border-bottom:5px solid var(--default-border-color);display:flex}.shell-body{flex:1;min-height:0;display:flex;overflow:hidden}.shell-sidebar{background:var(--bg-shell-sidebar);width:var(--sidebar-width);flex:0 0 var(--sidebar-width);border-right:1px solid var(--default-border-color);position:relative;overflow:visible}.shell-sidebar[shell-sidebar-state=collapsed]{width:var(--sidebar-collapsed-width);flex-basis:var(--sidebar-collapsed-width)}.shell-sidebar-toggle{background:var(--bg-sidebar-toggle);border:1px solid var(--default-border-color);width:30px;height:50px;color:var(--text);z-index:10;border-radius:10px;position:absolute;top:50%;right:0;transform:translate(50%,-50%)}.shell-app{background:var(--bg-shell-app);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.shell-footer{background:var(--bg-shell-footer);flex:0 0 var(--shell-footer-height);height:var(--shell-footer-height);border-top:2px solid var(--default-border-color)}.header-container{align-items:center;width:100%;height:100%;padding:0 25px;display:flex}.header-container .header-left{letter-spacing:.15em;font-size:1rem}.header-container .header-center{align-items:center;gap:25px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.header-container .header-center .version-info{align-items:center;gap:5px;display:flex}.header-container .header-center .version-info img{object-fit:contain;vertical-align:middle;width:18px;height:18px}.header-container .header-center .version-info .version-mismatch{color:red}.header-container .header-right{color:var(--text-muted);align-items:center;gap:20px;margin-left:auto;display:inline-flex}.header-container .header-right button{border:1px solid var(--default-border-color);border-radius:var(--default-border-radius);background:var(--error);padding:5px 10px}.sidebar-container{flex-direction:column;height:100%;min-height:0;display:flex}.sidebar-navbar{background:var(--bg-nav-base);margin:15px;display:grid;overflow:auto}.sidebar-location{writing-mode:vertical-rl;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;flex:1;justify-content:center;align-items:center;padding:12px 0;font-size:.8rem;display:flex;transform:rotate(180deg)}.sidebar-navbar .navbar-entry{background:var(--bg-nav-layer);border:1px solid var(--default-border-color)}.sidebar-navbar .navbar-entry .navbar-entry-controls{justify-content:space-between;align-items:center;width:100%;height:50px;padding:0 0 0 15px;display:flex}.sidebar-navbar .navbar-entry .navbar-entry-controls .navbar-entry-mapper{align-items:center;width:100%;height:100%;display:flex}.sidebar-navbar .navbar-entry .navbar-entry-controls .navbar-entry-mapper .navbar-entry-toggle{justify-content:center;align-items:center;width:30px;height:30px;display:flex}.sidebar-navbar .navbar-entry .navbar-entry-controls .navbar-entry-mapper .navbar-entry-toggle button{background:var(--bg-nav-layer);width:25px;height:25px}.sidebar-navbar .navbar-entry .navbar-entry-controls .navbar-entry-link{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.sidebar-navbar .navbar-entry .navbar-entry-controls .navbar-entry-link .nav-link{border:1px solid var(--default-border-color);border-radius:var(--default-border-radius);justify-content:center;align-items:center;width:30px;height:30px;display:flex}.sidebar-navbar .navbar-entry .navbar-children{padding-left:16px}.sidebar-footer{justify-content:center;margin-top:auto;padding:12px;display:flex}.sidebar-footer .tooltip-container{position:relative}.sidebar-footer .tooltip-container .tooltip-button{border:1px solid var(--default-border-color);background:var(--bg-sidebar-toggle);width:44px;height:44px;color:var(--text);border-radius:999px}.sidebar-footer .tooltip-container .tooltip-popout{border:1px solid var(--default-border-color);border-radius:var(--default-border-radius);background:var(--bg-sidebar-toggle);opacity:0;pointer-events:none;z-index:20;width:min(320px,70vw);padding:16px;transition:opacity .12s,transform .12s;position:absolute;bottom:0;left:calc(100% + 12px);transform:translateY(8px)}.sidebar-footer .tooltip-container:hover .tooltip-popout,.sidebar-footer .tooltip-container:focus-within .tooltip-popout{opacity:1;pointer-events:auto;transform:translateY(0)}.app-container{flex-direction:column;flex:auto;gap:10px;min-height:0;padding:10px;display:flex;overflow:hidden}.app-container button{cursor:pointer;background:var(--bg-button)}.app-header[data-depth="0"]{--shade:100%}.app-header[data-depth="1"]{--shade:85%}.app-header[data-depth="2"]{--shade:70%}.app-header[data-depth="3"]{--shade:55%}.app-header{background:color-mix(in srgb, var(--bg-app-header-base) var(--shade), var(--bg-app-header-layer));border:1px solid var(--default-border-color);border-radius:var(--default-border-radius);height:80px;padding:5px}.app-header .app-header-controls{justify-content:space-between;align-items:center;width:100%;height:100%;padding:5px;display:flex}.app-header .app-header-controls .app-header-details{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.app-header .app-header-controls .app-header-links{justify-content:center;align-items:end;gap:5px;height:100%;display:flex}.app-header .app-header-controls .app-header-links .link-button{background:var(--bg-button);border:1px solid var(--default-border-color);border-radius:var(--default-border-radius);justify-content:center;align-items:center;width:100%;height:100%;padding:5px;display:flex}.app-header .app-header-title{letter-spacing:.12em;text-transform:uppercase;align-items:center;width:100%;height:100%;padding:0 0 0 20px;font-size:1rem;font-weight:700;display:flex}.app-page{background:var(--bd-app-page);border:1px solid var(--default-border-color);border-radius:var(--default-border-radius);flex-direction:column;flex:auto;gap:10px;min-height:0;padding:5px;display:flex;overflow:auto}.app-segment{border:1px solid var(--default-border-color);border-radius:var(--default-border-radius);padding:15px}.app-collection-editor{border-radius:var(--default-border-radius);overflow:hidden}.app-collection-editor .app-collection-editor-header{background:#284270;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 10px;display:flex}.app-collection-editor .app-collection-editor-header .app-collection-editor-actions{align-items:end;gap:15px;display:flex}.app-collection-editor .app-collection-editor-header .app-collection-editor-actions .app-collection-editor-buttons{align-items:end;gap:5px;display:flex}.app-collection-editor .app-collection-editor-header .app-collection-editor-actions .app-collection-editor-toggle{border-radius:var(--default-border-radius)}.app-collection-editor .app-collection-editor-content{background:#bdd1f6;width:100%;padding:10px}.app-editor{border-radius:var(--default-border-radius);overflow:hidden}.app-editor .app-editor-header{background:#285fbd;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 10px;display:flex}.app-editor .app-editor-header .app-editor-actions{align-items:end;gap:15px;display:flex}.app-editor .app-editor-header .app-editor-actions .app-editor-buttons{align-items:end;gap:5px;display:flex}.app-editor .app-editor-header .app-editor-actions .app-editor-toggle{border-radius:var(--default-border-radius)}.app-editor .app-editor-content{background:#c9ffb4;width:100%;padding:10px}.app-card-editor{border-radius:var(--default-border-radius);overflow:hidden}.app-card-editor .app-card-editor-header{background:#254987;justify-content:space-between;align-items:center;width:100%;height:30px;padding:0 10px;display:flex}.app-card-editor .app-card-editor-header .app-card-editor-title{color:#fff;font-weight:700}.app-card-editor .app-card-editor-header .app-card-editor-actions{align-items:end;gap:15px;display:flex}.app-card-editor .app-card-editor-header .app-card-editor-actions .app-card-editor-buttons{align-items:end;gap:5px;display:flex}.app-card-editor .app-card-editor-header .app-card-editor-actions .app-card-editor-toggle{border-radius:var(--default-border-radius)}.app-card-editor .app-card-editor-content{background:#cbafe8;width:100%;padding:10px}.app-fields{flex-direction:column;gap:15px;padding:5px;display:flex}.app-field .app-field-header{border-radius:var(--default-border-radius) var(--default-border-radius) 0 0;background:#284270;justify-content:space-between;align-items:center;width:100%;height:30px;padding:0 10px;display:flex}.app-field .app-field-header .app-field-title{color:#fff;font-weight:700}.app-field .app-field-header .app-field-actions{align-items:end;gap:15px;display:flex}.app-field .app-field-header .app-field-actions .app-field-buttons{align-items:end;gap:5px;display:flex}.app-field .app-field-header .app-field-actions .app-field-toggle{border-radius:var(--default-border-radius)}.app-field .app-field-content{appearance:none;border-radius:0 0 var(--default-border-radius) var(--default-border-radius);background:#355791;width:calc(100% - 10px);margin-left:10px}.app-field .app-field-content .text-field,.app-field .app-field-content .number-field{appearance:none;color:#000;border:1px solid var(--default-border-color);background:#fff;border-radius:0;width:calc(100% - 20px);height:30px;margin:5px 10px 10px;padding:0 10px}.app-field .app-field-content .text-select-field{color:#000;border:1px solid var(--default-border-color);background:#fff;border-radius:0;width:calc(100% - 20px);height:30px;margin:5px 10px 10px;padding:0 10px}.app-field .app-field-content .text-field:disabled,.app-field .app-field-content .number-field:disabled{color:var(--text);background:0 0;border-color:#0000}.app-field .app-field-content .text-select-field:disabled{appearance:none;color:var(--text);background:0 0;border-color:#0000}.app-field .app-field-content .app-card-collection-editor-list{border-radius:0 0 var(--default-border-radius) var(--default-border-radius);border:1px solid var(--default-border-color);background:#649bff;width:100%;padding:10px}.footer-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.centralised-error{text-align:center;color:var(--error);place-items:center}.centralised-warning{text-align:center;color:var(--warning);place-items:center}.centralised-info{text-align:center;color:var(--info);place-items:center}.yellow{background:#f2ff00d1}.green{background:#36ff31d1}
