:root{font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;color:#414651;background:#f4f6f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--sidebar-width: 260px;--sidebar-collapsed-width: 61px;--surface-primary: #ffffff;--surface-subtle: #f8faf9;--surface-hover: #f7fafb;--surface-active: #e6eff1;--text-primary: #181d27;--text-secondary: #414651;--text-muted: #717680;--text-brand: #066074;--icon-default: #98a2b3;--border-subtle: #f1f3f5;--border-strong: #e5e7eb;--shadow-soft: 0 18px 48px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html,body,#app{min-height:100vh;margin:0}body{background:radial-gradient(circle at top right,rgba(6,96,116,.08),transparent 28%),linear-gradient(180deg,#f7f9f8,#f3f5f5)}button{font:inherit}.app-shell{display:flex;flex-direction:column;height:100vh;color:var(--text-primary);overflow:hidden}.topbar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:24px;padding:12px 22px;background:linear-gradient(90deg,#0f6070,#177387);box-shadow:inset 0 -1px #ffffff14}.topbar__brand{display:flex;width:134px;flex-direction:column;align-items:flex-start;flex:0 0 auto}.topbar__logo-mark{display:block;width:89.65px;height:21.97px;object-fit:contain}.topbar__subtitle{margin-top:2px;color:#fffffff0;font-family:Poppins,Inter,sans-serif;font-size:10px;font-weight:500;line-height:12px}.topbar__search{display:flex;width:496px;max-width:100%;align-items:center;gap:8px;padding:8px 12px;border:1px solid #6aa0ac;border-radius:8px;background:#fff3;overflow:hidden}.topbar__search input{width:100%;border:0;background:transparent;color:#fff;font-size:16px;line-height:24px;outline:0}.topbar__search input::placeholder{color:#fff;opacity:1}.topbar__search-icon,.topbar__action-icon{width:20px;height:20px;color:#fff;flex:none}.topbar__actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.topbar__icon-button{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:8px;border:0;border-radius:6px;background:transparent;color:#fff;cursor:pointer}.topbar__icon-button:hover,.topbar__icon-button:focus-visible{background:#ffffff1f;outline:0}.topbar__avatar{display:inline-flex;padding:0;border:0;background:transparent;cursor:pointer}.topbar__avatar-ring{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:1px;border:1px solid rgba(255,255,255,.7);border-radius:999px}.topbar__avatar-face{display:inline-flex;width:100%;height:100%;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#fde1cf,#e7b587);color:#7a2e16;font-size:15px;font-weight:700}.shell-body{display:flex;flex:1;min-height:0;overflow:hidden}.sidebar{display:flex;position:sticky;top:0;width:var(--sidebar-width);height:100%;flex-direction:column;flex:0 0 var(--sidebar-width);align-self:flex-start;background:var(--surface-primary);border-right:1px solid var(--border-subtle);transition:width .18s ease}.sidebar__main{display:flex;min-height:0;flex:1;flex-direction:column;padding-top:8px;overflow-y:auto}.sidebar__cluster{padding-inline:8px}.sidebar__cluster--grouped{display:flex;flex-direction:column;gap:16px;padding-block:8px 0}.menu-group__header{display:flex;align-items:center;height:28px;padding:4px 8px;color:var(--text-muted);font-size:12px;font-weight:600;line-height:18px}.menu-group__header--collapsed{justify-content:center}.menu-group__divider{display:block;width:29px;height:1px;background:#e9eaeb}.menu-block{width:100%}.menu-item{width:100%;padding:2px 0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.menu-item--expandable{cursor:default}.menu-item__content{display:flex;min-height:32px;align-items:center;gap:12px;padding:6px 12px;border-radius:6px;transition:background-color .12s ease,color .12s ease,transform .12s ease}.menu-item__lead{display:flex;min-width:0;flex:1;align-items:center;gap:8px}.menu-item__label{overflow:hidden;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px}.menu-item__meta{display:inline-flex;align-items:center;justify-content:center;color:var(--icon-default)}.menu-item__toggle{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.menu-item:hover .menu-item__content{background:var(--surface-hover)}.menu-item.is-active .menu-item__content{background:var(--surface-active)}.menu-item.is-active .menu-item__label,.menu-item.is-active .menu-item__meta,.menu-item.is-active .menu-icon{color:var(--text-brand)}.menu-item:focus-visible .menu-item__content{outline:2px solid rgba(6,96,116,.28);outline-offset:2px}.menu-icon{display:block;flex:none;width:20px;height:20px;opacity:.95}.menu-icon--small{width:16px;height:16px}.menu-icon--expanded{transform:rotate(180deg)}.submenu{display:flex;flex-direction:column;padding:2px 0 6px}.submenu-item{display:flex;width:100%;min-height:32px;align-items:center;justify-content:space-between;gap:8px;padding:6px 12px 6px 50px;border:0;border-radius:8px;background:transparent;color:var(--text-secondary);text-align:left;cursor:pointer;transition:background-color .12s ease,color .12s ease}.submenu-item__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px}.submenu-item:hover{background:var(--surface-hover)}.submenu-item.is-active{background:var(--surface-active);color:var(--text-brand)}.submenu-item.is-active .submenu-item__label{color:var(--text-brand)}.submenu-item:focus-visible{outline:2px solid rgba(6,96,116,.28);outline-offset:2px}.sidebar__footer{padding:8px;border-top:1px solid var(--border-subtle)}.menu-item--footer .menu-item__content{justify-content:flex-start}.workspace{display:flex;flex:1;min-height:0;flex-direction:column;padding:0;overflow-y:auto;overflow-x:hidden;background:#fff}.applications-view{display:flex;width:100%;flex-direction:column;gap:24px;padding:24px}.applications-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.applications-header__text{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.applications-header__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.applications-title{margin:0;color:var(--text-primary);font-size:24px;font-weight:600;line-height:32px}.applications-badge{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid #cddfe3;border-radius:6px;background:#e6eff1;color:#066074;font-size:14px;font-weight:500;line-height:20px}.applications-subtitle{margin:0;color:#535862;font-size:16px;line-height:24px}.create-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 14px;border:0;border-radius:8px;background:#1f7082;box-shadow:inset 0 0 0 1px #0a0d122e,inset 0 -2px #0a0d120d,0 1px 2px #0a0d120d;color:#fff;cursor:default}.create-button__icon{width:20px;height:20px}.create-button span{font-size:14px;font-weight:600;line-height:20px}.applications-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 0 4px}.applications-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.applications-tab{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border:0;border-radius:6px;background:transparent;color:#717680;font-size:14px;font-weight:600;line-height:20px;cursor:default}.applications-tab.is-active{background:#e6eff1;color:#066074}.applications-search{display:flex;width:320px;max-width:100%;align-items:center;gap:8px;padding:8px 12px;border:1px solid #d5d7da;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0a0d120d}.applications-search__icon{width:20px;height:20px;flex:none}.applications-search input{width:100%;border:0;background:transparent;color:var(--text-primary);font-size:16px;line-height:24px;outline:0}.applications-search input::placeholder{color:#717680}.applications-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.application-card{display:flex;min-width:0;min-height:184px;flex-direction:column;gap:16px;padding:16px;border:1px solid #e9eaeb;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0a0d120d}.application-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.application-card__identity{display:flex;min-width:0;align-items:flex-start;gap:12px}.application-card__icon-wrap{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:8px;background:#f5f5f5;flex:none}.application-card__icon{width:20px;height:20px}.application-card__title-block{display:flex;min-width:0;flex:1;flex-direction:column}.application-card__title{margin:0;color:var(--text-primary);font-size:16px;font-weight:600;line-height:24px}.application-card__vendor{margin:0;color:#535862;font-size:12px;line-height:18px}.application-card__menu{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:default}.application-card__menu-icon{width:20px;height:20px}.application-card__description{margin:0;color:#535862;font-size:16px;line-height:24px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.application-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.application-card__owner{min-width:0;color:#535862;font-size:14px;font-weight:500;line-height:20px}.application-card__version{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid #b2ddff;border-radius:999px;background:#eff8ff;color:#175cd3;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}.applications-empty{grid-column:1 / -1;margin:0;padding:48px 16px;border:1px dashed #d5d7da;border-radius:12px;color:#535862;font-size:15px;text-align:center}.workspace__placeholder{display:flex;width:100%;min-height:100%;flex-direction:column;justify-content:center;padding:32px;background:linear-gradient(135deg,#ffffffd1,#ffffff59),repeating-linear-gradient(0deg,transparent,transparent 22px,rgba(65,70,81,.03) 22px,rgba(65,70,81,.03) 23px)}.workspace__eyebrow{margin:0 0 12px;color:var(--text-brand);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.workspace__title{margin:0;color:var(--text-primary);font-size:clamp(42px,5vw,64px);font-weight:600;letter-spacing:-.04em;line-height:.95}.workspace__copy{margin:16px 0 0;max-width:36ch;color:var(--text-secondary);font-size:15px;line-height:1.65}.app-shell.is-collapsed .sidebar{width:var(--sidebar-collapsed-width);flex-basis:var(--sidebar-collapsed-width)}.app-shell.is-collapsed .sidebar__cluster{padding-inline:8px}.app-shell.is-collapsed .menu-item__content{justify-content:center;padding:8px}.app-shell.is-collapsed .menu-item__lead{justify-content:center;flex:0 0 auto}.app-shell.is-collapsed .menu-item__toggle,.app-shell.is-collapsed .menu-item__meta,.app-shell.is-collapsed .submenu{display:none}@media (max-width: 1180px){.applications-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 780px){.topbar{flex-wrap:wrap;gap:16px;padding:14px 16px}.topbar__brand,.topbar__actions,.topbar__search{width:100%}.topbar__actions{justify-content:flex-end}.shell-body{flex-direction:column}.sidebar,.app-shell.is-collapsed .sidebar{width:100%;height:auto;min-height:auto;flex-basis:auto}.sidebar{border-right:0;border-bottom:1px solid var(--border-subtle)}.workspace{min-height:42svh}.applications-view,.workspace__placeholder{padding:20px}.applications-header,.applications-toolbar{flex-direction:column;align-items:stretch}.create-button{align-self:flex-start}.applications-search{width:100%}.applications-grid{grid-template-columns:1fr}}
