.app-layout{min-height:100vh}.app-header{background:#fff;padding:0 24px;box-shadow:0 2px 8px #0000000f;z-index:10}.app-sidebar{background:#001529}.app-content{padding:24px;background:#f0f2f5;min-height:calc(100vh - 64px)}.page-title{font-size:24px;font-weight:600;color:#262626;margin-bottom:24px}.audit-steps{background:#fff;padding:24px;border-radius:8px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.progress-container{background:#fff;padding:16px;border-radius:8px;margin-bottom:16px;border:1px solid #d9d9d9}.log-container{background:#1f1f1f;color:#fff;padding:16px;border-radius:8px;font-family:Courier New,monospace;font-size:12px;max-height:300px;overflow-y:auto}.log-entry{margin-bottom:4px;line-height:1.4}.log-entry.info{color:#52c41a}.log-entry.warn{color:#faad14}.log-entry.error{color:#ff4d4f}.log-entry.debug{color:#1890ff}.link-list{max-height:400px;overflow-y:auto;border:1px solid #d9d9d9;border-radius:6px}.link-item{padding:8px 12px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;cursor:pointer;transition:background-color .2s}.link-item:hover{background-color:#f5f5f5}.link-item:last-child{border-bottom:none}.link-item.selected{background-color:#e6f7ff}.link-item .link-url{flex:1;margin-left:8px;font-size:13px;color:#595959;word-break:break-all}.link-item .link-type{padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500}.link-type.internal{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.link-type.external{background:#fff2e8;color:#fa8c16;border:1px solid #ffd591}.rule-editor{background:#fff;border:1px solid #d9d9d9;border-radius:6px;padding:16px;margin-bottom:16px}.rule-editor .rule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.rule-editor .rule-title{font-weight:600;color:#262626}.result-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.result-status.passed{color:#52c41a;font-weight:600}.result-status.failed{color:#ff4d4f;font-weight:600}@media (max-width: 768px){.app-content{padding:16px}.page-title{font-size:20px;margin-bottom:16px}.audit-steps{padding:16px;margin-bottom:16px}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-1{flex:1}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-center{align-items:center}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.card-shadow{box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.hide-on-mobile{display:none!important}}@media (min-width: 769px){.hide-on-desktop{display:none!important}}
