*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;padding:0}body{overflow:hidden;background:#fafcff;color:#1c2536;font-family:Inter,Microsoft YaHei UI,Microsoft YaHei,PingFang SC,system-ui,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer}a{color:#2174fd;text-decoration:none}a:hover{color:#4098fc}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:rgba(23,32,51,.16);border-radius:4px}::-webkit-scrollbar-track{background:transparent}.app-shell{display:flex;width:100%;height:100%;background:#f4f8ff;overflow:hidden}.app-main{flex:1;min-width:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.app-content{flex:1;min-height:0;overflow:auto;padding:24px}@media(max-width:860px){.app-content{padding:16px}}.yb-btn-primary{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;padding:8px 16px;font-size:14px;line-height:1.4;cursor:pointer;transition:background .14s ease-out,border-color .14s ease-out,color .14s ease-out,box-shadow .14s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yb-btn-primary:disabled{opacity:.55;cursor:not-allowed}.yb-btn-primary{background:#2174fd;color:#fff}.yb-btn-primary:hover:not(:disabled){background:#4098fc}.yb-btn-primary:active:not(:disabled){background:#155bd7}.yb-btn-secondary{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;padding:8px 16px;font-size:14px;line-height:1.4;cursor:pointer;transition:background .14s ease-out,border-color .14s ease-out,color .14s ease-out,box-shadow .14s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yb-btn-secondary:disabled{opacity:.55;cursor:not-allowed}.yb-btn-secondary{background:#fff;border-color:#e6e9f0;color:#1c2536}.yb-btn-secondary:hover:not(:disabled){border-color:#2174fd;color:#2174fd}.yb-btn-ghost{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;padding:8px 16px;font-size:14px;line-height:1.4;cursor:pointer;transition:background .14s ease-out,border-color .14s ease-out,color .14s ease-out,box-shadow .14s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yb-btn-ghost:disabled{opacity:.55;cursor:not-allowed}.yb-btn-ghost{background:transparent;color:#66707f}.yb-btn-ghost:hover:not(:disabled){color:#2174fd;background:rgba(33,116,253,.06)}.yb-btn-danger{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;padding:8px 16px;font-size:14px;line-height:1.4;cursor:pointer;transition:background .14s ease-out,border-color .14s ease-out,color .14s ease-out,box-shadow .14s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.yb-btn-danger:disabled{opacity:.55;cursor:not-allowed}.yb-btn-danger{background:#fdecec;color:#d93026;border-color:#f5c6c6}.yb-btn-danger:hover:not(:disabled){background:#f8d7d7}.yb-input{width:100%;border:1px solid #e6e9f0;border-radius:6px;padding:8px 12px;font-size:14px;color:#1c2536;background:#fff;transition:border-color .14s ease-out,box-shadow .14s ease-out}.yb-input::-webkit-input-placeholder{color:#98a2b3}.yb-input::-moz-placeholder{color:#98a2b3}.yb-input::-ms-input-placeholder{color:#98a2b3}.yb-input::placeholder{color:#98a2b3}.yb-input:focus{outline:none;border-color:#2174fd;box-shadow:0 0 0 3px rgba(33,116,253,.12)}.yb-input:disabled{background:#f4f6fa;color:#98a2b3}.yb-label{display:block;margin-bottom:6px;font-size:13px;color:#66707f}.yb-card{background:#fff;border:1px solid #e6e9f0;border-radius:10px;box-shadow:0 2px 8px rgba(23,32,51,.04);padding:20px}.yb-card-title{font-size:16px;font-weight:600;color:#1c2536;margin-bottom:12px}.yb-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:48px 20px;color:#98a2b3;text-align:center}.yb-empty-icon{font-size:42px;margin-bottom:12px}.yb-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(33,116,253,.2);border-top-color:#2174fd;border-radius:50%;animation:yb-spin .8s linear infinite}@keyframes yb-spin{to{transform:rotate(360deg)}}.yb-progress{width:100%;height:8px;background:#e8edf6;border-radius:4px;overflow:hidden}.yb-progress-inner{height:100%;background:linear-gradient(135deg,#155bd7,#2174fd 52%,#55b7ff);border-radius:4px;transition:width .3s ease-out}.toast-host{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:3000;display:flex;flex-direction:column;align-items:center;pointer-events:none}.toast-item{pointer-events:auto;min-width:260px;max-width:480px;margin-bottom:10px;padding:12px 18px;border-radius:10px;background:#fff;box-shadow:0 30px 64px rgba(33,116,253,.11),0 10px 26px rgba(23,32,51,.06);border-left:4px solid #2174fd;font-size:14px;color:#1c2536}.toast-item.toast-success{border-left-color:#22a06b}.toast-item.toast-error{border-left-color:#d93026}.toast-item.toast-warning{border-left-color:#e8a33d}.yb-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(13,27,48,.45);z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px}.yb-modal{width:560px;max-width:100%;max-height:86vh;background:#fff;border-radius:16px;box-shadow:0 30px 64px rgba(33,116,253,.11),0 10px 26px rgba(23,32,51,.06);display:flex;flex-direction:column;overflow:hidden}.yb-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e6e9f0;font-size:16px;font-weight:600}.yb-modal-close{background:none;border:none;font-size:20px;color:#98a2b3;padding:0;line-height:1}.yb-modal-body{padding:20px 22px;overflow:auto}.yb-modal-footer{display:flex;justify-content:flex-end;padding:14px 22px;border-top:1px solid #e6e9f0}.yb-footer-gap>button+button{margin-left:10px}.markdown-body{line-height:1.75;color:#1c2536;word-break:break-word}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{margin-top:18px;margin-bottom:10px;font-weight:600}.markdown-body h1{font-size:22px}.markdown-body h2{font-size:19px}.markdown-body h3{font-size:16px}.markdown-body h4{font-size:14px}.markdown-body p{margin:8px 0}.markdown-body ul,.markdown-body ol{padding-left:24px;margin:8px 0}.markdown-body li{margin:4px 0}.markdown-body blockquote{margin:10px 0;padding:8px 14px;border-left:3px solid #2174fd;background:#f4f8ff;color:#66707f}.markdown-body table{border-collapse:collapse;width:100%;margin:12px 0}.markdown-body th,.markdown-body td{border:1px solid #e6e9f0;padding:8px 12px;text-align:left}.markdown-body th{background:#eef5ff;font-weight:600}.markdown-body code{background:#eef1f6;border-radius:4px;padding:2px 6px;font-family:SFMono-Regular,Consolas,Menlo,monospace;font-size:13px}.markdown-body pre{background:#0f1b2d;color:#e8eef7;border-radius:10px;padding:14px;overflow:auto}.markdown-body pre code{background:transparent;color:inherit;padding:0}.markdown-body img{max-width:100%}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-title{font-size:20px;font-weight:700;color:#142b4a}.page-desc{margin-top:4px;font-size:13px;color:#98a2b3}.toolbar{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:16px}.toolbar>*{margin-right:10px;margin-bottom:8px}.toolbar>*:last-child{margin-right:0}.steps-nav{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:20px;background:#fff;border:1px solid #e6e9f0;border-radius:10px;padding:10px 14px}.step-item{display:flex;align-items:center;color:#98a2b3;font-size:13px;cursor:pointer;padding:6px 8px;border-radius:6px}.step-item:hover{color:#2174fd}.step-item.active{color:#2174fd;font-weight:600;background:rgba(33,116,253,.08)}.step-sep{color:#e6e9f0;margin:0 4px}.data-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e6e9f0;border-radius:10px;overflow:hidden}.data-table th,.data-table td{padding:10px 12px;border-bottom:1px solid #eef2f9;text-align:left;vertical-align:top;font-size:13px}.data-table th{background:#f7f9fd;font-weight:600;color:#66707f;white-space:nowrap}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#f8fbff}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;line-height:20px;background:#eef2f9;color:#66707f}.badge.badge-success{background:#e6f6ee;color:#1d8a5b}.badge.badge-warning{background:#fdf3e2;color:#b57914}.badge.badge-error{background:#fdecec;color:#c92f25}.badge.badge-primary{background:rgba(33,116,253,.1);color:#2174fd}.segmented{display:inline-flex;background:#e8edf6;border-radius:6px;padding:3px}.segmented button{border:none;background:transparent;padding:6px 14px;border-radius:5px;color:#66707f;font-size:13px}.segmented button.active{background:#fff;color:#2174fd;box-shadow:0 1px 4px rgba(23,32,51,.1);font-weight:600}.form-grid{display:flex;flex-wrap:wrap;margin:-8px}.form-grid-item{padding:8px;flex:1;min-width:220px}.form-row{margin-bottom:14px}.split-pane{display:flex;align-items:stretch;min-height:420px}.split-left{width:300px;flex-shrink:0;border-right:1px solid #e6e9f0;padding-right:16px;margin-right:16px;overflow:auto}@media(max-width:860px){.split-pane{flex-direction:column}.split-left{width:100%;border-right:none;padding-right:0;margin-right:0;margin-bottom:16px;max-height:220px}}.sidebar{width:232px;flex-shrink:0;background:#edf4ff;border-right:1px solid rgba(38,102,190,.18);display:flex;flex-direction:column;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;padding:18px 16px;border-bottom:1px solid rgba(38,102,190,.18)}.sidebar-brand img{width:34px;height:34px;border-radius:8px;margin-right:10px}.sidebar-brand-name{font-size:16px;font-weight:700;color:#142b4a}.menu-group{padding:10px 10px 2px}.menu-group-label{padding:8px 10px 6px;font-size:12px;color:#98a2b3;letter-spacing:1px}.menu-item{display:flex;align-items:center;width:100%;padding:9px 10px;border:none;border-radius:6px;background:transparent;color:#47627f;font-size:14px;text-align:left;margin-bottom:2px}.menu-item:hover{background:rgba(33,116,253,.08);color:#2174fd}.menu-item.active{background:linear-gradient(135deg,rgba(33,116,253,.14),rgba(69,169,255,.1));color:#2174fd;font-weight:600}.menu-icon{width:20px;height:20px;margin-right:10px;flex-shrink:0}.app-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 24px;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(38,102,190,.18);flex-shrink:0}.app-header-title{font-size:15px;font-weight:600;color:#142b4a}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;background:none;border:none;padding:6px 10px;border-radius:6px;color:#142b4a}.user-menu-trigger:hover{background:rgba(33,116,253,.07)}.user-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#155bd7,#2174fd 52%,#55b7ff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;margin-right:8px}.user-dropdown{position:absolute;right:0;top:44px;min-width:160px;background:#fff;border:1px solid #e6e9f0;border-radius:10px;box-shadow:0 18px 40px rgba(33,116,253,.07);padding:6px;z-index:100}.user-dropdown-item{display:block;width:100%;text-align:left;border:none;background:transparent;padding:8px 12px;border-radius:6px;color:#1c2536;font-size:13px}.user-dropdown-item:hover{background:#f4f8ff;color:#2174fd}.login-page{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#155bd7,#2174fd 52%,#55b7ff);position:relative;overflow:auto}.login-card{width:400px;max-width:calc(100% - 32px);background:#fff;border-radius:18px;box-shadow:0 24px 70px rgba(35,83,145,.14);padding:36px 34px}.login-logo{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.login-logo img{width:48px;height:48px;border-radius:12px}.login-title{text-align:center;font-size:22px;font-weight:700;color:#142b4a;margin-bottom:4px}.login-subtitle{text-align:center;font-size:13px;color:#98a2b3;margin-bottom:24px}.login-tip{margin-top:14px;font-size:12px;color:#98a2b3;text-align:center;line-height:1.6}
