:root{color:#273142;background:#f5f7fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--brand: #7d2bc4;--brand-dark: #2f185b;--brand-weak: #f5effb;--brand-soft: #fbf9fd;--blue: #2563eb;--green: #17a968;--red: #e13d62;--amber: #c7821b;--text: #273142;--muted: #687386;--line: #e8edf3;--header: #fff;--sidebar: #f8fafc;--canvas: #f5f7fb;--panel: #fff;--table-head: #f8fafc;--shadow: 0 8px 24px rgba(28, 39, 60, .055)}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{min-width:1180px;color:var(--text);background:var(--canvas);font-size:12px;line-height:1.5;letter-spacing:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}.app-shell{width:100vw;min-height:100vh;background:var(--canvas)}.topbar{display:grid;grid-template-columns:230px 1fr 230px;align-items:center;height:70px;background:var(--header);border-bottom:1px solid var(--line);box-shadow:0 1px 8px #1c273c0a}.brand-logo{display:inline-flex;align-items:center;width:126px;height:28px;margin-left:29px}.brand-logo img{display:block;width:126px;height:auto}.brand-logo strong{color:var(--brand-dark);font-size:14px;letter-spacing:.04em}.brand-mark{display:grid;place-items:center;width:25px;height:25px;border-radius:6px;color:#fff;background:var(--brand);font-size:12px;font-weight:700}.topnav{display:flex;align-items:center;gap:40px;height:100%;padding-left:61px}.topnav a{position:relative;display:flex;align-items:center;justify-content:center;min-width:65px;height:100%;color:#222832;font-size:12px;font-weight:500;text-decoration:none}.topnav a.active{color:var(--brand)}.topnav a.active:after{position:absolute;right:1px;bottom:-1px;left:1px;height:2px;border-radius:2px 2px 0 0;background:var(--brand);content:""}.account{display:flex;align-items:center;justify-content:flex-end;gap:15px;padding-right:28px;color:#738096;font-size:12px;font-weight:500}.avatar{position:relative;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;color:#fff;background:linear-gradient(135deg,#7d2bc4,#b66bed);box-shadow:inset 0 0 0 2px #ffffffbf,0 5px 14px #2f185b1f;font-size:13px;font-weight:600}.avatar:after{position:absolute;right:2px;bottom:2px;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#20c67a;content:""}.account-menu-trigger{display:grid;place-items:center;width:24px;height:30px;border:0;color:#91a0b3;background:transparent}.layout{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 70px)}.sidebar{display:flex;min-height:0;flex-direction:column;overflow:hidden;border-right:1px solid var(--line);background:var(--sidebar)}.side-title{display:grid;grid-template-columns:43px 1fr;align-items:center;height:68px;padding:0 16px;border-bottom:1px solid var(--line);background:#fff}.erp{display:grid;place-items:center;width:26px;height:26px;border-radius:6px;color:#fff;background:var(--brand);font-size:9px;font-weight:600}.side-title strong{display:block;color:#24324a;font-size:13px;line-height:1.25;font-weight:600}.side-title span{display:block;margin-top:3px;color:#98a2b2;font-size:10px}.menu{min-height:0;flex:1;padding:10px 10px 18px;overflow-y:auto}.nav-group{margin-bottom:8px}.group-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:7px 10px 5px;border:0;color:#99a3b2;background:transparent;font-size:11px;text-align:left}.group-head .el-icon{transition:transform .18s ease}.group-head .el-icon.is-collapsed{transform:rotate(-90deg)}.group-items{display:flex;flex-direction:column;gap:2px}.menu-item{display:flex;align-items:center;gap:8px;min-height:32px;padding:0 10px;border-radius:5px;color:#4c5b73;font-size:12px;text-decoration:none;transition:color .16s ease,background .16s ease}.menu-item:hover{color:var(--brand);background:#f3edf8}.menu-item.active{color:var(--brand);background:#f3edf8;font-weight:600}.menu-item .el-icon{font-size:14px}.sidebar-footer{display:flex;align-items:center;gap:7px;margin:0 16px 18px;padding-top:12px;border-top:1px solid var(--line);color:#91a0b3;font-size:10px}.sidebar-footer span:last-child{margin-left:auto;color:var(--green)}.status-dot{width:6px;height:6px;border-radius:50%;background:#20c67a}.main{min-width:0;overflow:auto;background:var(--canvas)}.dashboard,.module-page{min-width:0;padding:28px 32px 48px}.dash-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.dash-title,.module-heading h1{color:#2f3745;font-size:19px;font-weight:650}.dash-sub,.module-heading span{margin-top:3px;color:#8a94a6;font-size:12px}.filters{display:flex;align-items:center;gap:8px}.filter-pill{display:inline-flex;align-items:center;gap:7px;min-height:31px;padding:0 10px;border:1px solid #e1e6ee;border-radius:5px;color:#687386;background:#fff;font-size:11px}.filter-pill strong{color:#3f4a5d;font-weight:600}.filter-pill .el-icon{color:#9ba6b5;font-size:13px}.icon-btn,.refresh{display:inline-grid;place-items:center;width:31px;height:31px;padding:0;border:1px solid #e1e6ee;border-radius:5px;color:#687386;background:#fff}.icon-btn:hover,.refresh:hover{color:var(--brand);border-color:#c8a7df;background:var(--brand-soft)}.dashboard>.el-alert{margin-bottom:18px;border:1px solid #e1d5ed;background:#fbf9fd}.dashboard>.el-alert :deep(.el-alert__title){color:#6c3aae;font-size:12px}.metric-grid{display:grid;grid-template-columns:repeat(6,minmax(135px,1fr));gap:10px;margin-bottom:14px}.metric{min-height:112px;padding:15px 16px;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:var(--shadow)}.metric-label{color:#7a8596;font-size:11px}.metric-value{margin:8px 0 4px;color:#252d3a;font-size:21px;font-weight:650}.metric-foot{font-size:11px}.up{color:var(--green)}.down{color:var(--red)}.panel-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(290px,1fr);gap:14px;margin-bottom:14px}.panel-grid.three-columns{grid-template-columns:repeat(3,1fr)}.panel{min-width:0;border:1px solid #eef1f5;border-radius:6px;background:#fff;box-shadow:var(--shadow)}.panel-head{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 16px;border-bottom:1px solid #f0f3f7}.panel-title{color:#313a49;font-size:13px;font-weight:650}.panel-note{color:#8a94a6;font-size:11px}.panel-body{padding:14px 16px 12px}.chart-wrap{width:100%;height:160px}.chart-wrap svg{display:block;width:100%;height:100%}.legend-row{display:flex;align-items:center;gap:15px;padding-top:7px;color:#8a94a6;font-size:10px}.legend-item{display:inline-flex;align-items:center;gap:5px;color:#657184}.dot,.risk-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--brand)}.dot.green,.risk-dot.green{background:var(--green)}.dot.blue,.risk-dot.blue{background:var(--blue)}.risk-dot.warn{background:var(--amber)}.risk-dot.danger{background:var(--red)}.retention-list,.funnel-list,.risk-list,.rank-list{padding:7px 16px 10px}.retention-list>div,.funnel-list>div,.risk-list>div,.rank-list>div{display:flex;align-items:center;min-height:36px;border-bottom:1px solid #f3f5f8;color:#6b7586;font-size:11px}.retention-list>div:last-child,.funnel-list>div:last-child,.risk-list>div:last-child,.rank-list>div:last-child{border-bottom:0}.retention-list strong,.funnel-list strong,.risk-list strong,.rank-list strong{margin-left:auto;color:#333d4d;font-size:12px;font-weight:650}.retention-list em{min-width:48px;margin-left:12px;font-style:normal;text-align:right}.brand-text{color:var(--brand)!important}.risk-list .risk-dot{margin-right:8px}.rank-list b{display:grid;place-items:center;width:17px;height:17px;margin-right:8px;border-radius:50%;color:#fff;background:#c3cad4;font-size:10px}.rank-list>div:first-child b{background:var(--brand)}.rank-list>div:nth-child(2) b{background:#8c65b1}.rank-list>div:nth-child(3) b{background:#a493b6}.table-panel{margin-bottom:14px;overflow:hidden}.revenue-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:14px 16px}.revenue-cards>div{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid #eef1f5;border-radius:5px;background:#fbfcfe}.revenue-cards span{color:#7d8797;font-size:10px}.revenue-cards strong{color:#2e3746;font-size:16px}.revenue-cards em{font-size:10px;font-style:normal}.revenue-section-title{padding:14px 16px 8px;color:#4d586b;font-size:11px;font-weight:650}.revenue-health{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 16px 16px}.health-item{display:flex;align-items:center;justify-content:space-between;min-height:34px;padding:0 10px;border-radius:4px;color:#7d8797;background:#f8fafc;font-size:10px}.health-item strong{color:#2e3746;font-size:12px}.data-table{width:100%;border-collapse:collapse;table-layout:fixed}.data-table th,.data-table td{height:42px;padding:0 14px;border-bottom:1px solid #eef1f5;color:#5b6678;font-size:11px;text-align:left;vertical-align:middle}.data-table th{color:#4d586b;background:var(--table-head);font-weight:600}.data-table tbody tr:hover{background:#fbfcfe}.data-table tr:last-child td{border-bottom:0}.status-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:4px;color:#687386;background:#f2f5f9;font-size:10px;white-space:nowrap}.status-tag.success{color:var(--green);background:#eaf8f2}.status-tag.warning{color:var(--amber);background:#fff6e8}.status-tag.danger{color:var(--red);background:#fff2f5}.status-tag.brand{color:var(--brand);background:var(--brand-weak)}.status-tag.blue{color:var(--blue);background:#edf4ff}.member-plan-status{display:flex;min-height:38px;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;line-height:1.2}.member-plan-status small{color:#8a94a6;font-size:11px}.module-page{padding-top:26px}.toolbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}.toolbar-left,.toolbar-actions{display:flex;align-items:center;gap:8px}.search-box{display:flex;align-items:center;gap:8px;width:278px;height:32px;padding:0 10px;border:1px solid #e1e6ee;border-radius:5px;color:#9aa3b2;background:#fff}.search-box input{width:100%;border:0;outline:0;color:#4c5b73;background:transparent;font-size:11px}.search-box input::placeholder{color:#a1abba}.secondary-btn,.filter-btn,.primary-action{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 11px;border-radius:5px;font-size:11px}.secondary-btn,.filter-btn{border:1px solid #d8dfeb;color:#586476;background:#fff}.secondary-btn:hover,.filter-btn:hover{border-color:#c8a7df;color:var(--brand);background:var(--brand-soft)}.primary-action{border-color:#8f45cf;color:#fff;background:linear-gradient(180deg,#8a3fd0,#7d2bc4)}.primary-action:hover{background:linear-gradient(180deg,#7f35c5,#7025b1)}.module-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.module-heading h1{margin:0}.table-wrap{width:100%;overflow:auto;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:var(--shadow)}.module-page .data-table{min-width:940px}.module-page .member-table{min-width:1180px}.module-page .order-table{min-width:1540px}.module-page .order-table .order-col-index{width:54px}.module-page .order-table .order-col-user{width:150px}.module-page .order-table .order-col-number{width:235px}.module-page .order-table .order-col-amount{width:105px}.module-page .order-table .order-col-period{width:90px}.module-page .order-table .order-col-channel{width:105px}.module-page .order-table .order-col-plan{width:125px}.module-page .order-table .order-col-date{width:155px}.module-page .order-table .order-col-status{width:95px}.module-page .order-table .order-col-actions{width:115px}.module-page .order-table th:nth-child(3),.module-page .order-table td:nth-child(3){overflow:hidden;text-overflow:ellipsis}.module-page .order-table th:nth-child(4),.module-page .order-table td:nth-child(4){text-align:right}.members-page .full-member-table{min-width:2360px}.members-page .full-member-table th[data-field=nickname],.members-page .full-member-table td[data-field=nickname],.members-page .full-member-table th[data-field=phone_masked],.members-page .full-member-table td[data-field=phone_masked],.members-page .full-member-table th[data-field=email_masked],.members-page .full-member-table td[data-field=email_masked]{position:sticky;z-index:1;background:#fff;overflow:hidden;text-overflow:ellipsis}.members-page .full-member-table th[data-field=nickname],.members-page .full-member-table td[data-field=nickname]{left:0;width:150px;min-width:150px}.members-page .full-member-table th[data-field=phone_masked],.members-page .full-member-table td[data-field=phone_masked]{left:150px;width:150px;min-width:150px}.members-page .full-member-table th[data-field=email_masked],.members-page .full-member-table td[data-field=email_masked]{left:300px;width:170px;min-width:170px;box-shadow:6px 0 8px -8px #1a243659}.members-page .full-member-table th[data-field=actions],.members-page .full-member-table td[data-field=actions]{width:170px;min-width:170px;padding-right:24px}.organizations-page .organization-table{min-width:1320px}.organizations-page .organization-member-table{min-width:620px}.organization-member-identity{display:flex;min-width:0;flex-direction:column;gap:2px}.organization-member-identity small{overflow:hidden;color:#8a94a6;font-size:10px;text-overflow:ellipsis}.organization-logo{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid #e3e7ef;border-radius:5px;object-fit:cover;color:#9ba4b3;background:#f8fafc;font-size:12px}.module-alert{margin-bottom:10px}.dashboard-updated{margin:-4px 0 10px;color:#8b95a7;font-size:11px;text-align:right}.module-page .data-table th,.module-page .data-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-page .data-table th:last-child,.module-page .data-table td:last-child{overflow:visible;text-overflow:clip}.row-actions{display:flex;align-items:center;gap:10px}.link-action{padding:0;border:0;color:var(--brand);background:transparent;font-size:11px}.link-action:hover{text-decoration:underline}.link-action.danger{color:var(--red)}.muted-action{color:#9aa3b2;font-size:11px}.pager{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 2px;color:#8a94a6;font-size:11px}.pager button,.pager strong{display:grid;place-items:center;width:26px;height:26px;padding:0;border:1px solid #e1e6ee;border-radius:4px;color:#687386;background:#fff;font-weight:500}.pager button:disabled{color:#c0c8d3;background:#f8fafc}.pager strong{color:#fff;border-color:var(--brand);background:var(--brand)}.pager-jump{margin-left:12px}.pager-jump b{display:inline-grid;place-items:center;width:28px;height:26px;margin:0 4px;border:1px solid #e1e6ee;border-radius:4px;color:#4d586b;background:#fff;font-weight:400}.popover-title{margin-bottom:10px;color:#313a49;font-size:12px;font-weight:650}.field-list{display:grid;grid-template-columns:repeat(2,1fr);gap:7px 12px;max-height:280px;overflow:auto}.field-list label,.filter-check{display:flex;align-items:center;gap:6px;color:#586476;font-size:11px}.field-list input,.filter-check input{accent-color:var(--brand)}.advanced-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.advanced-filter-grid label{display:flex;flex-direction:column;gap:5px;color:#687386;font-size:11px}.advanced-filter-grid .el-select,.advanced-filter-grid .el-input{width:100%}.advanced-filter-grid .filter-check{align-self:end;min-height:32px;flex-direction:row}.popover-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:15px;padding-top:12px;border-top:1px solid #eef1f5}.plain-action{min-height:30px;padding:0 11px;border:1px solid #d8dfeb;border-radius:5px;color:#586476;background:#fff;font-size:11px}.plain-action:hover{border-color:#c8a7df;color:var(--brand)}.filter-count{display:inline-grid;place-items:center;min-width:15px;height:15px;border-radius:50%;color:#fff;background:var(--brand);font-size:10px}.empty-cell{height:180px!important;color:#9aa3b2!important;text-align:center!important}.dialog-summary{margin-bottom:18px;padding:11px 13px;border:1px solid #e4d7f4;border-radius:5px;color:#6c3aae;background:var(--brand-soft)}.dialog-summary strong{color:var(--brand-dark)}.async-export-summary{margin-bottom:16px;padding:15px;border:1px solid #e4d7f4;border-radius:7px;background:var(--brand-soft)}.async-export-summary strong{color:#513070;font-size:13px}.async-export-summary p{margin:7px 0 0;color:#7c6990;font-size:11px;line-height:1.65}.async-export-state{display:flex;align-items:flex-start;gap:11px;padding:15px;border:1px solid #e7ebf1;border-radius:7px;background:#fafbfd}.async-export-dot{width:9px;height:9px;flex:0 0 auto;margin-top:5px;border-radius:50%;background:#9aa3b2}.async-export-state.is-queued .async-export-dot,.async-export-state.is-running .async-export-dot{background:var(--amber);box-shadow:0 0 0 4px #fff2da}.async-export-state.is-completed .async-export-dot{background:var(--green);box-shadow:0 0 0 4px #e5f8ef}.async-export-state.is-failed .async-export-dot{background:var(--red);box-shadow:0 0 0 4px #fff0f3}.async-export-state strong{color:#374255;font-size:13px}.async-export-state p{margin:5px 0 0;color:#7c8798;font-size:11px;line-height:1.6}.async-export-meta{margin:14px 0 0;border-top:1px solid #eef1f5}.async-export-meta div{display:grid;grid-template-columns:88px minmax(0,1fr);min-height:36px;align-items:center;border-bottom:1px solid #eef1f5;font-size:11px}.async-export-meta dt{color:#8a94a6}.async-export-meta dd{overflow:hidden;margin:0;color:#4d586b;text-overflow:ellipsis;white-space:nowrap}.gift-type-row{display:flex;margin-bottom:18px}.dialog-form .el-input-number,.dialog-form .el-select{width:100%}.detail-section{margin-bottom:26px}.detail-section h3{margin:0 0 12px;color:#313a49;font-size:13px}.detail-grid{display:grid;grid-template-columns:100px 1fr;gap:0;border-top:1px solid #eef1f5}.detail-grid span,.detail-grid strong{min-height:38px;padding:10px 0;border-bottom:1px solid #eef1f5;font-size:12px}.detail-grid span{color:#8a94a6}.detail-grid strong{color:#3f4a5d;font-weight:600}.members-page .detail-grid strong{overflow-wrap:anywhere}.members-page .record-drawer{min-width:0;overflow-x:auto}.members-page .member-payment-table{min-width:660px}.members-page .member-payment-table th:nth-child(1),.members-page .member-payment-table td:nth-child(1){width:190px}.members-page .member-payment-table th:nth-child(2),.members-page .member-payment-table td:nth-child(2){width:100px}.members-page .member-payment-table th:nth-child(3),.members-page .member-payment-table td:nth-child(3){width:120px}.members-page .member-payment-table th:nth-child(4),.members-page .member-payment-table td:nth-child(4){width:100px}.members-page .member-payment-table th:nth-child(5),.members-page .member-payment-table td:nth-child(5){width:150px}.order-detail-drawer{min-height:260px}.refund-history{border-top:1px solid #eef1f5}.refund-history-item{padding:10px 0;border-bottom:1px solid #eef1f5;color:#687386;font-size:11px}.refund-history-head,.refund-history-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.refund-history-head>div:first-child{display:flex;min-width:0;flex-direction:column;gap:2px}.refund-history-head strong{color:#3f4a5d;font-weight:650}.refund-history-head small{color:#9aa3b2;font-size:10px}.refund-history-amount{display:flex;align-items:center;flex-shrink:0;gap:8px}.refund-history-meta{margin-top:7px;color:#8a94a6;font-size:10px}.refund-history-item p{margin:7px 0 0;color:#687386;font-size:10px;line-height:1.5}.refund-benefit-row{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.refund-confirm{display:flex;align-items:center;gap:7px;color:#586476;font-size:11px}.refund-confirm input{accent-color:var(--brand)}.el-dialog{overflow:hidden;border:1px solid #dfe6ef;border-radius:8px;box-shadow:0 22px 60px #1c273c38}.el-dialog__header{height:60px;margin-right:0;padding:0 22px;border-bottom:1px solid var(--line);display:flex;align-items:center}.el-dialog__title{color:#313a49;font-size:15px;font-weight:650}.el-dialog__headerbtn{top:13px;right:18px;width:36px;height:36px;border:1px solid #dbe3ee;border-radius:50%}.el-dialog__headerbtn .el-dialog__close{color:#7b8797;font-size:18px}.el-dialog__body{padding:18px 22px 20px}.organization-create-dialog .el-dialog__body{max-height:calc(90vh - 132px);overflow-y:auto}.el-dialog__footer{min-height:68px;padding:14px 22px;border-top:1px solid var(--line);background:#fbfcfe}.el-dialog__footer .el-button{min-height:34px;border-radius:6px}.dialog-form .el-form-item__label{height:auto;margin-bottom:7px;color:#536073;font-size:12px;line-height:1.3;font-weight:600}.dialog-form .el-input__wrapper,.dialog-form .el-textarea__inner,.dialog-form .el-select .el-input__wrapper,.dialog-form .el-input-number{border-radius:6px;box-shadow:0 0 0 1px #e3e9f1 inset}.dialog-form .el-input__wrapper,.dialog-form .el-select .el-input__wrapper,.dialog-form .el-input-number{min-height:38px}.el-drawer__header{margin-bottom:0;padding-bottom:16px;border-bottom:1px solid #eef1f5;color:#313a49}.el-drawer__title{font-size:15px;font-weight:650}.login-page{display:grid;grid-template-columns:minmax(420px,520px) 1fr;min-height:100vh;background:var(--canvas)}.login-panel{display:flex;width:min(100%,520px);flex-direction:column;justify-content:center;padding:64px 72px;background:#fff}.login-brand{display:flex;align-items:center;width:126px;height:28px}.login-brand img{display:block;width:126px;height:auto}.login-copy{margin:72px 0 32px}.login-copy h1{margin:9px 0 10px;color:var(--text);font-size:28px}.login-copy p:not(.eyebrow){margin:0;color:var(--muted);font-size:13px;line-height:1.7}.login-form :deep(.el-form-item){margin-bottom:18px}.login-button,.preview-button{width:100%;height:40px;margin:5px 0 0}.preview-button{margin-top:11px}.login-note{margin:24px 0 0;color:#9fb3c8;font-size:11px;line-height:1.6}.login-aside{display:flex;flex-direction:column;justify-content:flex-end;padding:72px 10%;color:#d9e2ec;background:var(--brand-dark)}.aside-kicker{color:#d9b9ef;font-size:11px;font-weight:700;letter-spacing:.14em}.login-aside h2{max-width:480px;margin:auto 0 16px;color:#fff;font-size:clamp(34px,4vw,58px);line-height:1.06}.login-aside p{max-width:470px;margin:0;color:#d6c4e3;font-size:15px;line-height:1.8}.aside-rule{width:56px;height:3px;margin:56px 0 16px;background:#b66bed}.login-aside span{color:#c6aed8;font-size:12px}.not-found-page{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:8px}.not-found-page p{margin:0;color:var(--muted)}.not-found-page h1{margin:0 0 14px}.el-button--primary{--el-button-bg-color: var(--brand);--el-button-border-color: var(--brand);--el-button-hover-bg-color: #8f45cf;--el-button-hover-border-color: #8f45cf}.el-tag{font-size:10px}@media(max-width:1280px){body{min-width:1080px}.dashboard,.module-page{padding-right:24px;padding-left:24px}.metric-grid{grid-template-columns:repeat(3,1fr)}}
