@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{--hub-color-brand-primary: #2E3591;--hub-color-brand-primary-hover: #252B75;--hub-color-brand-primary-soft: #E8EAFF;--hub-color-slate: #3A4D5C;--hub-color-slate-deep: #1F2B35;--hub-color-slate-soft: #E6EDF2;--hub-color-bg: #F7F9FC;--hub-color-surface: #FFFFFF;--hub-color-surface-raised: #EEF3F7;--hub-color-border: #D7E0E7;--hub-color-text-primary: #17212B;--hub-color-text-secondary: #536270;--hub-color-focus: #7582FF;--hub-color-success: #2F7D6D;--hub-color-warning: #93610E;--hub-color-danger: #B84C4C;--hub-radius-xs: 2px;--hub-radius-sm: 4px;--hub-border-thin: 1px solid var(--hub-color-border);--hub-shadow-subtle: 0 1px 2px rgba(23, 33, 43, .08);--hub-shell-drawer-width: 248px;--hub-shell-header-height: 56px;--hub-content-max-width: 1180px}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%}body{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--hub-color-bg);color:var(--hub-color-text-primary);font-size:14px;line-height:1.5}a{color:var(--hub-color-brand-primary);text-decoration:none}button{font-family:inherit}:focus-visible{outline:2px solid var(--hub-color-focus);outline-offset:2px}.app-shell{display:grid;grid-template-columns:var(--hub-shell-drawer-width) 1fr;height:100vh}.shell-main{display:flex;flex-direction:column;min-width:0}.shell-body{flex:1;overflow-y:auto;padding:48px 24px}.shell-body-inner{max-width:var(--hub-content-max-width);margin:0 auto}.auth-landing{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--hub-color-bg) 0%,var(--hub-color-slate-soft) 100%);padding:24px}.auth-card{width:100%;max-width:320px;background:var(--hub-color-surface);border:var(--hub-border-thin);border-radius:var(--hub-radius-sm);box-shadow:var(--hub-shadow-subtle);padding:32px 28px;text-align:center}.auth-logo{height:36px;margin-bottom:20px}.auth-title{font-size:22px;font-weight:600;margin-bottom:6px}.auth-subtitle{font-size:13px;color:var(--hub-color-text-secondary);margin-bottom:24px}.auth-field{width:100%;padding:10px 12px;margin-bottom:12px;border:var(--hub-border-thin);border-radius:var(--hub-radius-xs);font-size:14px;background:var(--hub-color-surface-raised);color:var(--hub-color-text-secondary)}.auth-field:disabled{cursor:not-allowed;opacity:.7}.auth-submit{width:100%;padding:10px 12px;border:none;border-radius:var(--hub-radius-xs);background:var(--hub-color-brand-primary);color:#fff;font-weight:600;margin-bottom:16px}.auth-submit:disabled{background:var(--hub-color-border);color:var(--hub-color-text-secondary);cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:8px;color:var(--hub-color-text-secondary);font-size:12px;margin:16px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--hub-color-border)}.auth-google{display:flex;justify-content:center;min-height:44px}.app-drawer{background:var(--hub-color-slate);border-right:1px solid var(--hub-color-slate-deep);display:flex;flex-direction:column;padding:16px 0}.drawer-brand{display:flex;align-items:center;gap:10px;padding:0 20px 20px;color:#fff;font-weight:600;font-size:16px}.drawer-brand img{height:28px}.drawer-item{display:block;width:100%;text-align:left;background:none;border:none;border-left:3px solid transparent;color:#ffffffc7;padding:10px 20px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.drawer-item:hover{background:#ffffff0f;color:#fff}.drawer-item.is-active{border-left-color:var(--hub-color-brand-primary-soft);background:#ffffff1a;color:#fff}.app-header{height:var(--hub-shell-header-height);background:var(--hub-color-slate);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--hub-color-slate-deep)}.header-title{font-size:16px;font-weight:600}.user-menu{position:relative}.avatar{width:32px;height:32px;border-radius:50%;background:var(--hub-color-brand-primary);color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.dropdown-menu{position:absolute;top:40px;right:0;min-width:200px;background:var(--hub-color-surface);border:var(--hub-border-thin);border-radius:var(--hub-radius-sm);box-shadow:var(--hub-shadow-subtle);overflow:hidden;z-index:10}.dropdown-item{padding:10px 14px;font-size:13px;color:var(--hub-color-text-primary)}.dropdown-item.email{color:var(--hub-color-text-secondary);font-size:12px}.dropdown-item.action{width:100%;text-align:left;background:none;border:none;border-top:var(--hub-border-thin);cursor:pointer}.dropdown-item.action:hover{background:var(--hub-color-surface-raised)}.content-title{font-size:28px;font-weight:600;margin-bottom:12px}.content-subtitle{font-size:14px;color:var(--hub-color-text-secondary)}.app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:520px;margin-top:32px}@media (max-width: 520px){.app-grid{grid-template-columns:1fr}}.app-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:180px;padding:32px 24px;background:var(--hub-color-surface);border:var(--hub-border-thin);border-radius:var(--hub-radius-xs);box-shadow:var(--hub-shadow-subtle);text-decoration:none;color:inherit;cursor:pointer;transition:all .2s ease}.app-tile:hover{border-color:var(--hub-color-brand-primary);box-shadow:0 2px 4px #17212b1f;transform:translateY(-2px)}.app-tile-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:var(--hub-radius-xs);font-size:24px;font-weight:600}.app-tile-icon.cat-saml{background:var(--hub-color-slate-soft);color:var(--hub-color-slate)}.app-tile-icon.cat-direct{background:var(--hub-color-brand-primary-soft);color:var(--hub-color-brand-primary)}.app-tile-name{font-size:13px;font-weight:600;color:var(--hub-color-text-primary);margin-bottom:8px}.app-tile-desc{font-size:11px;color:var(--hub-color-text-secondary);line-height:1.4}
