html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--xm-primary: #4f46e5;--xm-primary-light: #6366f1;--xm-primary-dark: #4338ca;--xm-primary-bg: #eef2ff;--xm-success: #10b981;--xm-success-bg: #d1fae5;--xm-success-border: #a7f3d0;--xm-warning: #f59e0b;--xm-warning-bg: #fef3c7;--xm-warning-border: #fde68a;--xm-danger: #ef4444;--xm-danger-bg: #fee2e2;--xm-danger-border: #fecaca;--xm-text-primary: #1f2937;--xm-text-secondary: #6b7280;--xm-text-tertiary: #9ca3af;--xm-page-bg: #f3f4f6;--xm-card-bg: #ffffff;--xm-hover-bg: #f9fafb;--xm-border: #e5e7eb;--xm-border-light: #f3f4f6;--xm-shadow-sm: 0 1px 2px rgb(0 0 0 / 5%);--xm-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 6%);--xm-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);--xm-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);--xm-radius-sm: 6px;--xm-radius: 10px;--xm-radius-lg: 14px;--xm-radius-full: 9999px;--xm-topbar-height: 60px;--xm-sidebar-width: 220px}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{min-height:100%}body{background:var(--xm-page-bg);color:var(--xm-text-primary);font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{border:0}.topbar{position:fixed;z-index:100;inset:0 0 auto;height:var(--xm-topbar-height);display:flex;align-items:center;padding:0 24px;color:#fff;background:linear-gradient(135deg,var(--xm-primary-dark),var(--xm-primary));box-shadow:var(--xm-shadow-md)}.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:1px}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:var(--xm-radius-sm);background:#ffffff2e;box-shadow:inset 0 1px #fff3}.top-nav{display:flex;align-items:center;gap:4px;flex:1;margin-left:48px}.top-nav-item{padding:8px 18px;border-radius:var(--xm-radius-sm);color:#fff;background:transparent;cursor:pointer;opacity:.85;transition:.16s ease;white-space:nowrap}.top-nav-item:hover,.top-nav-item.active{background:#ffffff2e;opacity:1}.top-nav-item.active{background:#ffffff40;font-weight:600}.topbar-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.today,.user-name{font-size:13px;opacity:.9;white-space:nowrap}.campus-select{min-width:156px;padding:5px 28px 5px 10px;border:1px solid rgba(255,255,255,.3);border-radius:var(--xm-radius-sm);outline:none;color:#fff;background:#ffffff26;cursor:pointer}.campus-select option{color:var(--xm-text-primary)}.role-badge{padding:4px 12px;border-radius:var(--xm-radius-full);background:#fff3;font-size:12px;font-weight:600;white-space:nowrap}.sidebar{position:fixed;z-index:90;inset:var(--xm-topbar-height) auto 0 0;width:var(--xm-sidebar-width);overflow-y:auto;padding:16px 0;border-right:1px solid var(--xm-border);background:var(--xm-card-bg)}.sidebar-section{margin-bottom:8px}.sidebar-section-title{padding:8px 20px;color:var(--xm-text-tertiary);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.sidebar-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 20px 10px 17px;border-left:3px solid transparent;color:var(--xm-text-secondary);background:transparent;cursor:pointer;text-align:left;transition:.15s ease}.sidebar-item:hover{color:var(--xm-text-primary);background:var(--xm-hover-bg)}.sidebar-item.active{border-left-color:var(--xm-primary);color:var(--xm-primary);background:var(--xm-primary-bg);font-weight:600}.sidebar-icon{width:18px;height:18px;flex:0 0 18px;color:currentColor;stroke-width:1.8;transition:color .15s ease,transform .15s ease}.sidebar-item:hover .sidebar-icon{transform:translate(1px)}.main-content{min-height:calc(100vh - var(--xm-topbar-height));margin-top:var(--xm-topbar-height);margin-left:var(--xm-sidebar-width);padding:24px}.mobile-menu-button,.sidebar-mask{display:none}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.eyebrow{margin-bottom:3px;color:var(--xm-primary);font-size:10px;font-weight:800;letter-spacing:1.7px}.page-heading h1,.module-placeholder h1{margin-bottom:4px;font-size:22px;line-height:1.35}.page-heading>div>p:last-child,.module-placeholder p:last-child{color:var(--xm-text-secondary);font-size:13px}.foundation-status{display:flex;align-items:center;gap:7px;padding:6px 12px;border:1px solid var(--xm-success-border);border-radius:var(--xm-radius-full);color:#047857;background:var(--xm-success-bg);font-size:12px;font-weight:600}.foundation-status i{width:7px;height:7px;border-radius:50%;background:var(--xm-success);box-shadow:0 0 0 4px #10b98121}.foundation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.foundation-card,.architecture-card,.module-placeholder{border:1px solid var(--xm-border-light);border-radius:var(--xm-radius);background:var(--xm-card-bg);box-shadow:var(--xm-shadow-sm)}.foundation-card{position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:12px;padding:18px}.foundation-card:after{content:"";position:absolute;inset:auto -20px -30px auto;width:72px;height:72px;border-radius:50%;background:currentColor;opacity:.05}.foundation-icon{width:38px;height:38px;display:grid;flex:0 0 38px;place-items:center;border-radius:9px;background:var(--xm-primary-bg);font-size:18px}.foundation-card h2{margin-bottom:3px;font-size:14px}.foundation-card p{color:var(--xm-text-secondary);font-size:12px;line-height:1.55}.foundation-card.success .foundation-icon{background:var(--xm-success-bg)}.foundation-card.warning .foundation-icon{background:var(--xm-warning-bg)}.foundation-card.danger .foundation-icon{background:var(--xm-danger-bg)}.architecture-card{overflow:hidden}.architecture-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--xm-border-light)}.architecture-card-header h2{font-size:16px}.architecture-card-header>span{color:var(--xm-text-tertiary);font-size:12px}.token-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:20px}.token{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--xm-border-light);border-radius:var(--xm-radius-sm);color:var(--xm-text-secondary);font-size:12px}.token i{width:18px;height:18px;border-radius:5px;background:var(--xm-primary)}.token.success i{background:var(--xm-success)}.token.warning i{background:var(--xm-warning)}.token.danger i{background:var(--xm-danger)}.token.neutral i{background:var(--xm-page-bg);border:1px solid var(--xm-border)}.module-placeholder{min-height:280px;display:flex;align-items:center;justify-content:center;gap:18px;padding:40px}.placeholder-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:var(--xm-radius-lg);background:var(--xm-primary-bg);color:var(--xm-primary)}.placeholder-icon svg{width:28px;height:28px;stroke-width:1.7}.page-enter-active,.page-leave-active{transition:opacity .14s ease,transform .14s ease}.page-enter-from{opacity:0;transform:translateY(4px)}.page-leave-to{opacity:0}@media(max-width:1180px){.today,.user-name{display:none}.top-nav{margin-left:22px}.top-nav-item{padding-inline:11px}.foundation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.topbar{padding-inline:14px}.mobile-menu-button{display:block;margin-right:10px;color:#fff;background:transparent;cursor:pointer;font-size:20px}.brand-name,.top-nav,.role-badge{display:none}.campus-select{min-width:138px}.sidebar{z-index:120;top:0;transform:translate(-100%);box-shadow:var(--xm-shadow-lg);transition:transform .18s ease}.sidebar.open{transform:translate(0)}.sidebar-mask{position:fixed;z-index:110;inset:0;display:block;background:#11182761}.main-content{margin-left:0;padding:16px}.foundation-grid,.token-strip{grid-template-columns:1fr}}
