.main-layout{height:100vh;background:#f5f5f5;overflow:hidden}.layout-header{background:#fff;padding:0 24px;box-shadow:0 2px 8px #0000000f;z-index:10;position:fixed;width:100%;top:0;left:0}.header-content{display:flex;align-items:center;gap:16px}.app-title{margin:0!important;color:#1890ff}.app-subtitle{color:#8c8c8c;font-size:14px}.layout-sider{background:#fff;border-right:1px solid #f0f0f0;position:fixed!important;left:0;top:64px;height:calc(100vh - 64px)!important;z-index:9}.sider-content{height:100%;padding:16px 0;overflow-y:auto;overflow-x:hidden}.section-title{margin:8px 0 16px;font-weight:600;color:#262626}.tools-menu{border:none}.menu-item-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.tool-name{flex:1;font-weight:500}.tool-actions{display:flex;align-items:center;gap:8px;opacity:0;transition:opacity .2s}.ant-menu-item:hover .tool-actions,.ant-menu-item-selected .tool-actions{opacity:1}.config-btn{padding:2px 4px;height:20px;width:20px;border-radius:4px}.config-btn:hover{background-color:#f0f0f0}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot.configured{background-color:#52c41a}.status-dot.unconfigured{background-color:#faad14}.layout-content{background:#f5f5f5;margin-top:64px;margin-left:280px;height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden}.content-wrapper{height:100%;padding:24px;min-height:calc(100vh - 112px)}.layout-content.sider-collapsed{margin-left:80px}@media (max-width: 768px){.header-content{gap:8px}.app-subtitle{display:none}.content-wrapper{padding:16px}.layout-content,.layout-content.sider-collapsed{margin-left:0}.layout-sider{position:relative!important;height:auto!important}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;color:#000000d9;background-color:#f5f5f5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-layout{background:#f5f5f5!important}.ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.ant-card-head{border-bottom:1px solid #f0f0f0}.ant-btn,.ant-input,.ant-input-affix-wrapper{border-radius:6px}.ant-select-selector{border-radius:6px!important}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){body{font-size:13px}}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.full-height{height:100%}.full-width{width:100%}@media print{.no-print{display:none!important}}
