:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-direction:column;width:100%;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;color:#f2617a}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.prompt-card{display:flex;flex-direction:column;border-radius:6px;overflow:hidden;box-shadow:0 1px 4px #0c0c0d0d,0 1px 4px #0c0c0d1a;cursor:pointer;transition:all .3s;height:100%;position:relative;min-height:182px}.prompt-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.prompt-card.prompt-card-with-actions:hover .prompt-actions{opacity:1;pointer-events:all}.prompt-actions{position:absolute;top:12px;right:12px;z-index:10;display:flex;gap:4px;opacity:0;pointer-events:none;transition:opacity .2s ease}.prompt-actions .action-btn{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;background-color:#fffffff2;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #0000001a;padding:0}.prompt-actions .action-btn.edit-btn{color:#003d4f}.prompt-actions .action-btn.edit-btn:hover{background-color:#d9e2e5;border-color:#003d4f;color:#003d4f}.prompt-actions .action-btn.delete-btn:hover{background-color:#ffe4e5;border-color:#ff4d4f}.prompt-actions .action-btn .anticon{font-size:14px}.prompt-color-code{width:100%;height:4px}.prompt-color-code.blue-theme{background-color:#003d4f}.prompt-color-code.purple-theme{background-color:#60507a}.prompt-body{background-color:#fff;padding:10px 12px;flex:1;display:flex;flex-direction:column;box-shadow:inset 0 -1px #eef1f3}.prompt-content{display:flex;flex-direction:column;gap:8px;width:100%}.prompt-info{display:flex;flex-direction:column;width:100%}.prompt-name{margin:0;font-size:14px;line-height:1.2!important;color:#000!important}.prompt-tags{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin-bottom:2px;margin-left:-3px}.prompt-description-container{width:100%;height:48px;overflow:hidden}.prompt-description{font-size:12px;line-height:1.33;color:#757575;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.prompt-additional-info{display:flex;flex-direction:column;width:100%;margin-top:4px / 2}.prompt-creator{display:flex;align-items:center;gap:4px;width:100%}.prompt-creator-label{font-size:12px;line-height:1.83;color:#757575}.prompt-creator-name{font-size:12px;line-height:1.83;color:#000}@media (max-width: 768px){.prompt-actions{opacity:1;pointer-events:all;top:8px;right:8px}.prompt-actions .action-btn{width:28px;height:28px}.prompt-actions .action-btn .anticon{font-size:12px}}.custom-tag{display:flex;justify-content:center;align-items:center;padding:0 6px;border-radius:6px;font-size:12px;line-height:1.6;font-weight:400;white-space:nowrap;background-color:#00000005;border:1px solid #d9d9d9;color:#000000e0}.view-more-container{width:100%;display:flex;justify-content:center;margin:20px 0}.view-more-container .view-more-wrapper{display:flex;align-items:center;gap:16px;width:100%}.view-more-container .view-more-wrapper .horizontal-line{flex:1;height:2px;background-color:#fff}.view-more-container .view-more-wrapper .view-more-button{color:#8c8c8c}.view-more-container .view-more-wrapper .view-more-button.ant-btn{font-weight:400;font-size:14px;color:#00000040;line-height:1.57;flex-shrink:0;border:none;background:transparent;box-shadow:none;padding:4px 15px}.view-more-container .view-more-wrapper .view-more-button.ant-btn:hover,.view-more-container .view-more-wrapper .view-more-button.ant-btn:focus,.view-more-container .view-more-wrapper .view-more-button.ant-btn:active{color:#00000073;border:none;background:transparent;outline:none;box-shadow:none}.view-more-container .view-more-wrapper .view-more-button.ant-btn.ant-btn-text:not([disabled]):hover{background:transparent;color:#00000073}.global-rules-section{margin-bottom:32px}.global-rules-section .section-header{margin-bottom:24px}.global-rules-section .section-title{font-size:20px;color:#47a1ad;margin-bottom:2px;font-weight:500}.global-rules-section .section-description{color:#757575;margin-bottom:0}.global-rules-section .rules-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.global-rules-section .loading-container{display:flex;justify-content:center;align-items:center;padding:40px 0}.global-rules-section .empty-container{display:flex;justify-content:center;align-items:center;padding:40px 0;color:#757575;font-style:italic}@media (max-width: 768px){.global-rules-section .rules-grid{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1200px){.global-rules-section .rules-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1201px){.global-rules-section .rules-grid{grid-template-columns:repeat(4,1fr)}}.project-rules-section{margin-bottom:32px}.project-rules-section .section-header{margin-bottom:24px}.project-rules-section .section-title{font-size:20px;color:#47a1ad;margin-bottom:2px;font-weight:500}.project-rules-section .section-description{color:#757575;margin-bottom:0}.project-rules-section .rules-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.project-rules-section .loading-container{display:flex;justify-content:center;align-items:center;padding:40px 0}.project-rules-section .empty-container{display:flex;justify-content:center;align-items:center;padding:40px 0;color:#757575;font-style:italic}@media (max-width: 768px){.project-rules-section .rules-grid{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1200px){.project-rules-section .rules-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1201px){.project-rules-section .rules-grid{grid-template-columns:repeat(4,1fr)}}.common-solution-section{margin-bottom:32px}.common-solution-section .section-header{margin-bottom:24px}.common-solution-section .section-title{font-size:20px;color:#60507a;margin-bottom:2px;font-weight:500}.common-solution-section .section-description{color:#757575;margin-bottom:0}.common-solution-section .solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.common-solution-section .loading-container{display:flex;justify-content:center;align-items:center;padding:40px 0}.common-solution-section .empty-container{display:flex;justify-content:center;align-items:center;padding:40px 0;color:#757575;font-style:italic}@media (max-width: 768px){.common-solution-section .solutions-grid{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1200px){.common-solution-section .solutions-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1201px){.common-solution-section .solutions-grid{grid-template-columns:repeat(4,1fr)}}.specific-solution-section{margin-bottom:32px}.specific-solution-section .section-header{margin-bottom:24px}.specific-solution-section .section-title{font-size:20px;color:#60507a;margin-bottom:2px;font-weight:500}.specific-solution-section .section-description{color:#757575;margin-bottom:0}.specific-solution-section .solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.specific-solution-section .loading-container{display:flex;justify-content:center;align-items:center;padding:40px 0}.specific-solution-section .empty-container{display:flex;justify-content:center;align-items:center;padding:40px 0;color:#757575;font-style:italic}@media (max-width: 768px){.specific-solution-section .solutions-grid{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1200px){.specific-solution-section .solutions-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1201px){.specific-solution-section .solutions-grid{grid-template-columns:repeat(4,1fr)}}.loading-container{display:flex;justify-content:center;align-items:center;padding:2rem;position:fixed;top:33vh;left:0;right:0;width:100%}.tabs-wrapper{min-height:100vh;position:relative}.tabs-wrapper .ant-tabs{position:relative}.tabs-wrapper .ant-tabs .ant-tabs-nav{position:fixed;top:75px;left:0;right:0;z-index:99;background:#fff;margin:0;border-bottom:none;padding:8px 72px 0 80px;box-shadow:0 2px 8px #0000000f}.tabs-wrapper .ant-tabs .ant-tabs-nav:before{display:none}.tabs-wrapper .ant-tabs .ant-tabs-nav .ant-tabs-tab{color:#757575;font-size:16px;padding:12px 24px}.tabs-wrapper .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{font-weight:600}.tabs-wrapper .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#003d4f;font-size:16px}.tabs-wrapper .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{background:#003d4f;height:2px}.tabs-wrapper .ant-tabs .ant-tabs-content-holder{padding-top:56px}.prompts-container{padding:0;background-color:#edf1f3;min-height:calc(100vh - 104px)}.prompts-container .page-loading-container{display:flex;justify-content:center;align-items:center;min-height:inherit}.rules-content,.solutions-content{padding:32px 72px 32px 96px;max-width:1400px;margin:0 auto}.rules-section{margin-bottom:48px}.rules-section:last-child{margin-bottom:32px}.section-header{margin-bottom:24px}.section-title{margin-top:0;font-weight:600!important;font-size:20px;color:#333}.section-description{color:#757575;margin-bottom:0;font-size:16px;line-height:1.6}.rules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.loading-container{display:flex;justify-content:center;align-items:center;padding:60px 0}.empty-container{display:flex;justify-content:center;align-items:center;padding:60px 0;color:#757575;font-style:italic;font-size:16px}.view-more-container{display:flex;justify-content:center;margin-top:32px}.view-more-button{font-size:14px;color:#757575}.view-more-button:hover{color:#9b9b9b}@media (max-width: 768px){.tabs-wrapper .ant-tabs .ant-tabs-nav{padding:8px 16px 0}.tabs-wrapper .ant-tabs .ant-tabs-nav .ant-tabs-tab{padding:12px 16px;font-size:12px}.page-header{padding:24px 16px}.page-header .header-content .title-section{margin-bottom:20px}.page-header .header-content .title-section .page-title{font-size:28px}.page-header .header-content .title-section .page-subtitle{font-size:15px}.page-header .header-content .action-toolbar{flex-direction:column;align-items:stretch;gap:16px}.page-header .header-content .action-toolbar .search-section{max-width:100%}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search{height:44px;border-radius:22px}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper{height:44px;border-radius:22px 0 0 22px}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper .ant-input{height:40px;padding:0 20px;font-size:13px;border-radius:22px 0 0 22px}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-group-addon .ant-btn{height:44px;min-width:44px;border-radius:0 22px 22px 0}.page-header .header-content .action-toolbar .create-section .primary-action-btn{width:100%;height:44px;font-size:15px}.rules-content,.solutions-content{padding:24px 16px}.rules-grid{grid-template-columns:1fr;gap:16px}.rules-section{margin-bottom:32px}}@media (min-width: 769px) and (max-width: 1024px){.tabs-wrapper .ant-tabs .ant-tabs-nav{padding:8px 40px 0}.page-header,.rules-content,.solutions-content{padding:32px 40px 32px 60px}.rules-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (min-width: 1025px) and (max-width: 1400px){.rules-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (min-width: 1401px){.rules-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}.workflows-container{padding:0;background-color:#edf1f3;min-height:calc(100vh - 75px)}.workflows-container .page-loading-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 75px)}.page-header{background:#fff;padding:32px 72px 32px 96px;border-bottom:1px solid rgba(0,0,0,.06)}.page-header .header-content{max-width:1400px;margin:0 auto}.page-header .header-content .title-section{margin-bottom:24px}.page-header .header-content .title-section .page-title{margin:0 0 8px;font-size:32px;font-weight:700;color:#333;letter-spacing:-.5px}.page-header .header-content .title-section .page-subtitle{margin:0;font-size:16px;color:#757575;font-weight:400;line-height:1.5}.page-header .header-content .action-toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px}.page-header .header-content .action-toolbar .search-section{flex:1;max-width:500px}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search{height:48px;border-radius:24px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search:hover{box-shadow:0 4px 20px #409eff33}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group{display:flex;height:100%}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper{flex:1;height:48px;border:2px solid transparent;border-radius:24px 0 0 24px;background:#fff;padding:0;border-right:none}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper:hover,.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper:focus,.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:#003d4f;box-shadow:none;z-index:1}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper .ant-input{height:44px;border:none;background:transparent;font-size:16px;padding:0 24px;border-radius:24px 0 0 24px}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper .ant-input::placeholder{color:#757575;font-weight:400}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper .ant-input:focus{box-shadow:none}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-group-addon{background:transparent;border:none;padding:0}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-group-addon .ant-btn{height:48px;min-width:48px;border-radius:0 24px 24px 0;background-color:#003d4f;border:2px solid #003d4f;border-left:none;transition:all .3s ease}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-group-addon .ant-btn:hover{background-color:#006482;border-color:#006482;transform:none}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-group-addon .ant-btn .anticon{font-size:16px;color:#fff}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search:hover .ant-input-affix-wrapper{border-color:#003d4f}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search:hover .ant-input-group-addon .ant-btn{background-color:#006482;border-color:#006482}.page-header .header-content .action-toolbar .create-section .primary-action-btn{height:48px;padding:0 32px;border-radius:12px;background:linear-gradient(135deg,#003d4f,#005169);border:none;font-weight:600;font-size:16px;box-shadow:0 4px 12px #409eff40;transition:all .3s ease;white-space:nowrap}.page-header .header-content .action-toolbar .create-section .primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #409eff59;background:linear-gradient(135deg,#005169,#006482)}.page-header .header-content .action-toolbar .create-section .primary-action-btn:active{transform:translateY(0)}.page-header .header-content .action-toolbar .create-section .primary-action-btn .anticon{font-size:16px;margin-right:8px}.workflows-content{padding:32px 72px 32px 96px;max-width:1400px;margin:0 auto}.workflow-list{display:flex;flex-direction:column;gap:16px}.empty-search-container{display:flex;justify-content:center;align-items:center;padding:60px 0;color:#757575;font-style:italic;font-size:16px}.empty-search-container p{margin:0;text-align:center}@media (max-width: 768px){.page-header{padding:24px 16px}.page-header .header-content .title-section{margin-bottom:20px}.page-header .header-content .title-section .page-title{font-size:28px}.page-header .header-content .title-section .page-subtitle{font-size:15px}.page-header .header-content .action-toolbar{flex-direction:column;align-items:stretch;gap:16px}.page-header .header-content .action-toolbar .search-section{max-width:100%}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search{height:44px;border-radius:22px}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper{height:44px;border-radius:22px 0 0 22px}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-affix-wrapper .ant-input{height:40px;padding:0 20px;font-size:13px;border-radius:22px 0 0 22px}.page-header .header-content .action-toolbar .search-section .main-search-input .ant-input-search .ant-input-group .ant-input-group-addon .ant-btn{height:44px;min-width:44px;border-radius:0 22px 22px 0}.page-header .header-content .action-toolbar .create-section .primary-action-btn{width:100%;height:44px;font-size:15px}.workflows-content{padding:24px 16px}}@media (min-width: 769px) and (max-width: 1024px){.page-header,.workflows-content{padding:32px 40px 32px 60px}}@media (min-width: 1025px) and (max-width: 1400px){.page-header,.workflows-content{padding:32px 56px 32px 80px}}.workflow-item{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;position:relative;border:1px solid #f0f0f0;cursor:pointer}.workflow-item:hover{background-color:#fafafa;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.workflow-item.workflow-item-with-actions:hover .workflow-actions{opacity:1;pointer-events:auto}.workflow-item.workflow-item-deleting{opacity:.6;pointer-events:none;cursor:default}.workflow-item.workflow-item-deleting:hover{transform:none;background-color:#fff;box-shadow:0 1px 3px #0000000d}.workflow-item.workflow-item-deleting .workflow-title{color:#8c8c8c}.workflow-item.workflow-item-deleting .workflow-description{color:#bfbfbf}.workflow-item.workflow-item-deleting .workflow-steps-info{opacity:.5}.workflow-item.workflow-item-deleting .workflow-steps-info:hover{transform:none;background:#003d4f14}.workflow-actions{position:absolute;top:16px;right:16px;display:flex;gap:8px;opacity:0;pointer-events:none;transition:all .3s ease;z-index:10}.workflow-actions .action-btn{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#fffffff2;border:1px solid #e6e6e6;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.workflow-actions .action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.workflow-actions .action-btn:disabled{opacity:.6;cursor:not-allowed}.workflow-actions .action-btn:disabled:hover{transform:none;box-shadow:0 2px 8px #0000001a}.workflow-actions .action-btn .anticon{font-size:14px}.workflow-actions .action-btn.edit-btn:hover:not(:disabled){background-color:#d9e2e5;border-color:#003d4f;color:#003d4f}.workflow-actions .action-btn.delete-btn:hover:not(:disabled){background-color:#fde7eb;border-color:#f2617a;color:#f2617a}.workflow-header{margin-bottom:16px;padding-right:80px}.workflow-title-section{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.workflow-title{font-size:20px;font-weight:600;color:#262626;margin:0;line-height:28px;transition:color .3s ease}.workflow-badges{display:flex;gap:8px;align-items:center}.workflow-type-badge{background-color:#003d4f;color:#fff;font-size:11px;font-weight:500;padding:3px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.workflow-read-only-badge{background-color:#757575;color:#fff;font-size:11px;font-weight:500;padding:3px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.workflow-content{display:flex;flex-direction:column;gap:16px}.workflow-description{font-size:14px;color:#595959;margin:0;line-height:22px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}.workflow-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f0f0f0}.workflow-owner{display:flex;align-items:center;gap:6px}.workflow-owner .owner-label{color:#8c8c8c;font-size:12px;font-weight:400}.workflow-owner .owner-name{color:#262626;font-weight:500;font-size:13px}.workflow-steps-info{display:flex;align-items:center;gap:6px;background:#003d4f14;padding:6px 12px;border-radius:16px;transition:all .3s ease}.workflow-steps-info .steps-icon{color:#003d4f;font-size:12px}.workflow-steps-info .steps-count{color:#003d4f;font-weight:600;font-size:14px}.workflow-steps-info .steps-label{color:#003d4f;font-size:12px;font-weight:400}.workflow-steps-info:hover{background:#003d4f1f;transform:translateY(-1px)}@media (max-width: 768px){.workflow-item{padding:16px}.workflow-actions{opacity:1;pointer-events:auto;top:12px;right:12px}.workflow-header{padding-right:70px;margin-bottom:14px}.workflow-title{font-size:18px}.workflow-title-section{flex-direction:column;align-items:flex-start;gap:8px}.workflow-footer{flex-direction:column;align-items:flex-start;gap:12px}.workflow-steps-info{align-self:flex-end}}@media (min-width: 769px) and (max-width: 1024px){.workflow-header{padding-right:75px}.workflow-title{font-size:19px}}.rule-basic-info{background-color:#fff;width:100%}.rule-basic-info .rule-basic-info-content{display:flex;justify-content:space-between;padding:24px 80px 16px 92px}.rule-basic-info .rule-basic-info-content .rule-main-info{display:flex;flex-direction:column;gap:8px;max-width:60%}.rule-basic-info .rule-basic-info-content .rule-main-info .rule-title{font-size:24px;font-weight:500;color:#1e1e1e;margin:0}.rule-basic-info .rule-basic-info-content .rule-main-info .rule-description{font-size:16px;font-weight:400;color:#5a5a5a;line-height:1.33}.rule-basic-info .rule-basic-info-content .rule-main-info .rule-creator-info{display:flex;align-items:center;gap:4px}.rule-basic-info .rule-basic-info-content .rule-main-info .rule-creator-info .rule-creator-label{font-size:12px;color:#757575}.rule-basic-info .rule-basic-info-content .rule-main-info .rule-creator-info .rule-creator-name{font-size:12px;color:#000000e0}.rule-basic-info .rule-basic-info-content .rule-additional-info{display:flex;flex-direction:column;gap:8px;width:275px;max-width:275px}.rule-basic-info .rule-basic-info-content .rule-additional-info .rule-type-container{display:flex;gap:4px}.rule-basic-info .rule-basic-info-content .rule-additional-info .rule-type-container .rule-type-label{font-size:14px;color:#5a5a5a}.rule-basic-info .rule-basic-info-content .rule-additional-info .rule-type-container .rule-type-value{font-size:12px;color:#000000e0}.rule-basic-info .rule-basic-info-content .rule-additional-info .rule-tags-container{display:flex;flex-direction:column;gap:8px;width:100%}.rule-basic-info .rule-basic-info-content .rule-additional-info .rule-tags-container .rule-tags-title{font-size:14px;font-weight:500;color:#333}.rule-basic-info .rule-basic-info-content .rule-additional-info .rule-tags-container .rule-tags-list{display:flex;flex-wrap:wrap;gap:8px;width:100%}.rule-basic-info .rule-basic-info-content .rule-additional-info .rule-tags-container .rule-tags-list .rule-tag{margin-right:0}.rule-basic-info .rule-info-divider{margin:0;border-top:1px solid #0000001a}.prompt-detail-container{width:100%;display:flex;flex-direction:column;align-items:center}.prompt-detail-loading,.prompt-detail-error{width:100%;height:400px;display:flex;justify-content:center;align-items:center}.markdown-content{width:100%;min-height:800px;margin:0 auto;padding:24px 0;display:flex;flex-direction:column;align-items:center;background-color:#edf1f3}.markdown-preview{width:70%;min-height:550px;padding:24px 60px;box-sizing:border-box;background-color:#fff}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{margin-top:16px;margin-bottom:16px;font-weight:600}.markdown-preview ul,.markdown-preview ol{padding-left:20px;margin-top:4px;margin-bottom:12px}.markdown-preview li{margin-bottom:6px}.markdown-preview blockquote{padding:0 16px;margin:0 0 16px;border-left:4px solid #ddd;color:#666}.markdown-preview code{background-color:#f0f0f0;padding:2px 4px;border-radius:3px;font-family:Courier New,Courier,monospace}.markdown-preview pre{overflow-x:auto;margin-bottom:16px}.markdown-preview img{max-width:100%}.markdown-preview a{color:#1890ff;text-decoration:none}.rule-form-container{min-height:100vh;background-color:#edf1f3;padding:24px 72px 24px 96px}.rule-form-container .rule-form-loading{display:flex;justify-content:center;align-items:center;min-height:50vh}.rule-form-container .rule-form-header{margin-bottom:24px}.rule-form-container .rule-form-header .back-button{margin-bottom:16px;border:none;box-shadow:none;padding:0;height:auto;color:#003d4f;background:transparent}.rule-form-container .rule-form-header .back-button:hover{color:#006482;background:transparent}.rule-form-container .rule-form-header .back-button:focus{background:transparent;box-shadow:none}.rule-form-container .rule-form-header .page-title{margin:0;color:#333;font-weight:600}.rule-form-container .rule-form-card{max-width:800px;margin:0 auto;border-radius:12px;box-shadow:0 4px 12px #00000014}.rule-form-container .rule-form-card .ant-card-body{padding:32px}.rule-form-container .rule-form-card .ant-form-item-label>label{font-weight:500;color:#333}.rule-form-container .rule-form-card .ant-form-item-label>label .anticon-info-circle{transition:color .3s ease}.rule-form-container .rule-form-card .ant-form-item-label>label .anticon-info-circle:hover{color:#003d4f!important}.rule-form-container .rule-form-card .form-row{width:100%}.rule-form-container .rule-form-card .form-row .level-select,.rule-form-container .rule-form-card .form-row .category-select{flex:1;margin-right:16px}.rule-form-container .rule-form-card .form-row .level-select:last-child,.rule-form-container .rule-form-card .form-row .category-select:last-child{margin-right:0}.rule-form-container .rule-form-card .tags-input-container .tags-display{margin-top:8px}.rule-form-container .rule-form-card .tags-input-container .tags-display .rule-tag{margin-bottom:8px;border-radius:6px;border:1px solid #003d4f;color:#003d4f;background-color:#003d4f1a}.rule-form-container .rule-form-card .tags-input-container .tags-display .rule-tag:hover{border-color:#006482}.rule-form-container .rule-form-card .form-actions{margin-top:32px;margin-bottom:0}.rule-form-container .rule-form-card .form-actions .ant-form-item-control-input{display:flex;justify-content:flex-end}.rule-form-container .rule-form-card .ant-input,.rule-form-container .rule-form-card .ant-input-affix-wrapper,.rule-form-container .rule-form-card .ant-select-selector{border-radius:8px;border:1px solid #d9d9d9}.rule-form-container .rule-form-card .ant-input:hover,.rule-form-container .rule-form-card .ant-input-affix-wrapper:hover,.rule-form-container .rule-form-card .ant-select-selector:hover{border-color:#003d4f}.rule-form-container .rule-form-card .ant-input:focus,.rule-form-container .rule-form-card .ant-input-affix-wrapper:focus,.rule-form-container .rule-form-card .ant-select-selector:focus,.rule-form-container .rule-form-card .ant-input.ant-input-affix-wrapper-focused,.rule-form-container .rule-form-card .ant-input-affix-wrapper.ant-input-affix-wrapper-focused,.rule-form-container .rule-form-card .ant-select-selector.ant-input-affix-wrapper-focused,.rule-form-container .rule-form-card .ant-input.ant-select-focused .ant-select-selector,.rule-form-container .rule-form-card .ant-input-affix-wrapper.ant-select-focused .ant-select-selector,.rule-form-container .rule-form-card .ant-select-selector.ant-select-focused .ant-select-selector{border-color:#003d4f;box-shadow:0 0 0 2px #003d4f33}.rule-form-container .rule-form-card .ant-input.ant-input-disabled,.rule-form-container .rule-form-card .ant-input-affix-wrapper.ant-input-disabled,.rule-form-container .rule-form-card .ant-select-selector.ant-input-disabled,.rule-form-container .rule-form-card .ant-input.ant-select-disabled .ant-select-selector,.rule-form-container .rule-form-card .ant-input-affix-wrapper.ant-select-disabled .ant-select-selector,.rule-form-container .rule-form-card .ant-select-selector.ant-select-disabled .ant-select-selector{background-color:#f8f9fa;border-color:#e9ecef;color:#6c757d;cursor:not-allowed}.rule-form-container .rule-form-card .ant-input.ant-input-disabled:hover,.rule-form-container .rule-form-card .ant-input-affix-wrapper.ant-input-disabled:hover,.rule-form-container .rule-form-card .ant-select-selector.ant-input-disabled:hover,.rule-form-container .rule-form-card .ant-input.ant-select-disabled .ant-select-selector:hover,.rule-form-container .rule-form-card .ant-input-affix-wrapper.ant-select-disabled .ant-select-selector:hover,.rule-form-container .rule-form-card .ant-select-selector.ant-select-disabled .ant-select-selector:hover{border-color:#e9ecef}.rule-form-container .rule-form-card .ant-select-disabled .ant-select-selector{background-color:#f8f9fa;border-color:#e9ecef;color:#6c757d;cursor:not-allowed}.rule-form-container .rule-form-card .ant-select-disabled .ant-select-selector:hover{border-color:#e9ecef}.rule-form-container .rule-form-card .ant-select-disabled .ant-select-arrow{color:#bbb}.rule-form-container .rule-form-card .ant-btn-primary{background-color:#003d4f;border-color:#003d4f;border-radius:8px;font-weight:500}.rule-form-container .rule-form-card .ant-btn-primary:hover{background-color:#006482;border-color:#006482}.rule-form-container .rule-form-card .ant-btn:not(.ant-btn-primary){border-radius:8px;border:1px solid #d9d9d9}.rule-form-container .rule-form-card .ant-btn:not(.ant-btn-primary):hover{border-color:#003d4f;color:#003d4f}.rule-form-container .rule-form-card .tags-input-container .ant-space-compact .ant-input{border-radius:8px 0 0 8px;border-right:none;flex:1}.rule-form-container .rule-form-card .tags-input-container .ant-space-compact .ant-input:focus{border-color:#003d4f;box-shadow:none;z-index:1;border-right:1px solid #003d4f}.rule-form-container .rule-form-card .tags-input-container .ant-space-compact .ant-btn{border-radius:0 8px 8px 0;border-left:none;background-color:#003d4f;border-color:#003d4f;color:#fff;font-weight:500;min-width:80px;transition:all .3s ease}.rule-form-container .rule-form-card .tags-input-container .ant-space-compact .ant-btn:hover:not(:disabled){background-color:#006482;border-color:#006482;transform:translateY(-1px);box-shadow:0 2px 8px #409eff4d}.rule-form-container .rule-form-card .tags-input-container .ant-space-compact .ant-btn:disabled{background-color:#f5f5f5;border-color:#d9d9d9;color:#bfbfbf;cursor:not-allowed}.rule-form-container .rule-form-card .tags-input-container .tags-display{margin-top:12px;padding:12px;background-color:#fafbfc;border:1px dashed #e1e4e8;border-radius:8px;min-height:40px;display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.rule-form-container .rule-form-card .tags-input-container .tags-display:empty:before{content:"No tags added yet";color:#8c8c8c;font-style:italic;font-size:14px}.rule-form-container .rule-form-card .tags-input-container .tags-display .rule-tag{background-color:#fff0f6;border:1px solid #ffadd2;color:#c41d7f;font-size:12px;padding:4px 8px;border-radius:6px;margin:0;transition:all .2s ease}.rule-form-container .rule-form-card .tags-input-container .tags-display .rule-tag:hover{background-color:#ffd6e7;border-color:#ff85c0;transform:translateY(-1px);box-shadow:0 2px 4px #c41d7f33}.rule-form-container .rule-form-card .tags-input-container .tags-display .rule-tag .anticon-close{margin-left:4px;font-size:10px;opacity:.7}.rule-form-container .rule-form-card .tags-input-container .tags-display .rule-tag .anticon-close:hover{opacity:1;color:#ff4d4f}.rule-form-loading{display:flex;justify-content:center;align-items:center;min-height:100vh}@media (max-width: 768px){.rule-form-container{padding:16px}.rule-form-container .rule-form-card .ant-card-body{padding:20px 16px}.rule-form-container .form-row{flex-direction:column}.rule-form-container .form-row .level-select,.rule-form-container .form-row .category-select{margin-right:0;margin-bottom:16px}.rule-form-container .form-row .level-select:last-child,.rule-form-container .form-row .category-select:last-child{margin-bottom:0}.rule-form-container .form-actions .ant-form-item-control-input{justify-content:stretch}.rule-form-container .form-actions .ant-form-item-control-input .ant-space{width:100%}.rule-form-container .form-actions .ant-form-item-control-input .ant-space .ant-space-item{flex:1}.rule-form-container .form-actions .ant-form-item-control-input .ant-space .ant-space-item .ant-btn{width:100%}}@media (min-width: 769px) and (max-width: 1200px){.rule-form-container{padding:20px 40px}}.solution-form-container{min-height:calc(100vh - 75px);background-color:#edf1f3;padding:24px 72px 24px 96px}.solution-form-container .solution-form-header{margin-bottom:24px}.solution-form-container .solution-form-header .back-button{margin-bottom:16px;border:none;box-shadow:none;padding:0;height:auto;color:#60507a;background:transparent}.solution-form-container .solution-form-header .back-button:hover{color:#786499;background:transparent}.solution-form-container .solution-form-header .back-button:focus{background:transparent;box-shadow:none}.solution-form-container .solution-form-header .page-title{margin:0;color:#333;font-weight:600}.solution-form-container .solution-form-card{max-width:800px;margin:0 auto;border-radius:12px;box-shadow:0 4px 12px #00000014}.solution-form-container .solution-form-card .ant-card-body{padding:32px}.solution-form-container .form-row{display:flex;width:100%;gap:24px}.solution-form-container .form-row .solution-type-select,.solution-form-container .form-row .category-select{flex:1}.solution-form-container .form-row .solution-type-select .ant-form-item-control,.solution-form-container .form-row .category-select .ant-form-item-control{width:100%}.solution-form-container .tags-input-container .tags-display{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.solution-form-container .tags-input-container .tags-display .solution-tag{padding:4px 12px;border-radius:16px;font-size:13px;background-color:#60507a1a;border:1px solid rgba(96,80,122,.2);color:#60507a}.solution-form-container .tags-input-container .tags-display .solution-tag .ant-tag-close-icon{margin-left:6px;color:#60507ab3}.solution-form-container .tags-input-container .tags-display .solution-tag .ant-tag-close-icon:hover{color:#60507a}.solution-form-container .form-actions{margin-top:32px;margin-bottom:0}.solution-form-container .form-actions .ant-btn{height:44px;border-radius:8px;font-weight:500;min-width:100px}.solution-form-container .form-actions .ant-btn.ant-btn-primary{background:#60507a;border-color:#60507a}.solution-form-container .form-actions .ant-btn.ant-btn-primary:hover{background:#786499;border-color:#786499}.solution-form-container .ant-form-item-label>label{font-weight:500;color:#333}.solution-form-container .ant-input,.solution-form-container .ant-input-affix-wrapper{border-radius:8px;border:1px solid #e9ecef}.solution-form-container .ant-input:hover,.solution-form-container .ant-input-affix-wrapper:hover,.solution-form-container .ant-input:focus,.solution-form-container .ant-input-affix-wrapper:focus{border-color:#60507a;box-shadow:0 0 0 2px #60507a33}.solution-form-container .ant-select .ant-select-selector{border-radius:8px;border:1px solid #e9ecef}.solution-form-container .ant-select .ant-select-selector:hover,.solution-form-container .ant-select .ant-select-selector:focus{border-color:#60507a;box-shadow:0 0 0 2px #60507a33}.solution-form-container .ant-select.ant-select-disabled .ant-select-selector{background-color:#edf1f3;color:#757575}.solution-form-container .ant-input:disabled,.solution-form-container .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled{background-color:#edf1f3;color:#757575;cursor:not-allowed}.solution-form-loading{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 75px);background-color:#edf1f3}@media (max-width: 768px){.solution-form-container{padding:16px}.solution-form-container .solution-form-card .ant-card-body{padding:20px 16px}.solution-form-container .form-row{flex-direction:column}.solution-form-container .form-row .solution-type-select,.solution-form-container .form-row .category-select{margin-right:0;margin-bottom:16px}.solution-form-container .form-row .solution-type-select:last-child,.solution-form-container .form-row .category-select:last-child{margin-bottom:0}.solution-form-container .solution-form-header .page-title{font-size:24px}}.welcome-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 75px);padding:24px;position:relative;overflow:hidden}.welcome-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/welcome-Duk1_Urc.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;z-index:-1}.welcome-content{max-width:1360px;width:100%;text-align:left;padding:0 24px;position:relative;z-index:1;margin-left:240px;margin-top:-80px}.welcome-title{font-family:Roboto,sans-serif;font-size:48px;font-weight:500;color:#000;line-height:1.2;margin-bottom:24px;max-width:600px}.welcome-description{font-family:SF Pro Text,sans-serif;font-size:16px;font-weight:400;color:#000;line-height:1.5;margin-bottom:48px;max-width:500px}.welcome-buttons{display:flex;gap:16px;margin-bottom:64px}.welcome-buttons .ant-btn{min-width:160px;height:48px;border-radius:8px;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px}.welcome-buttons .ant-btn.ant-btn-primary,.welcome-buttons .ant-btn.ant-btn-primary:hover{background:#f2617a;border-color:#f2617a}.welcome-buttons .ant-btn.ant-btn-default{background:transparent;border-color:#f2617a;color:#f2617a}.welcome-buttons .ant-btn.ant-btn-default:hover{border-color:#f2617a;color:#f2617a}@media (max-width: 480px){.welcome-title{font-size:36px;max-width:100%}.welcome-description{font-size:12px;max-width:100%}.welcome-buttons{flex-direction:column;gap:8px}.welcome-buttons .ant-btn{width:100%}}.rule-detail-container{display:flex;flex-direction:column;padding:24px;background-color:#fff;border-radius:8px;border:1px solid #f0f0f0;margin-top:-8px;margin-bottom:8px}.rule-detail-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;border-bottom:1px solid #f0f0f0}.rule-detail-basic-info{display:flex;flex-direction:column;width:70%;margin-bottom:16px;margin-left:72px}.rule-detail-description{font-size:14px;line-height:24px;color:#262626;margin:0 0 16px}.rule-detail-tags{display:flex;gap:8px;flex-wrap:wrap;width:25%;align-self:flex-start;justify-content:flex-end;margin-left:auto;margin-right:60px}.rule-detail-creator-info{display:flex;align-items:center;gap:4px;margin-bottom:8px;flex-shrink:0}.rule-detail-creator-info .rule-detail-created-by-label{font-size:14px;color:#8c8c8c}.rule-detail-creator-info .rule-detail-creator-name{font-size:14px;font-weight:500;color:#262626}.rule-detail-content{display:flex;flex-direction:column;width:100%;overflow:hidden}.rule-detail-markdown-content{padding:24px;gap:20px;white-space:pre-wrap;font-family:monospace;font-size:14px;line-height:1.5;width:100%;min-height:800px}.rule-detail-markdown-preview{background-color:#fff;padding:24px;border-radius:4px;margin:0 auto;min-height:550px;box-sizing:border-box}.rule-detail-markdown-preview h1,.rule-detail-markdown-preview h2,.rule-detail-markdown-preview h3,.rule-detail-markdown-preview h4,.rule-detail-markdown-preview h5,.rule-detail-markdown-preview h6{margin-top:16px;margin-bottom:16px;font-weight:600}.rule-detail-markdown-preview p{margin-bottom:-23px}.rule-detail-markdown-preview ul,.rule-detail-markdown-preview ol{padding-left:20px;margin-top:4px;margin-bottom:12px}.rule-detail-markdown-preview blockquote{padding:0 16px;margin:0 0 16px;border-left:4px solid #ddd;color:#666}.rule-detail-markdown-preview code{background-color:#f0f0f0;padding:2px 4px;border-radius:3px;font-family:Courier New,Courier,monospace}.rule-detail-markdown-preview pre{background-color:#f0f0f0;padding:16px;border-radius:3px;overflow-x:auto;margin-bottom:16px}.rule-detail-markdown-preview img{max-width:100%}.rule-detail-markdown-preview a{color:#1890ff;text-decoration:none}.workflow-detail-container{display:flex;flex-direction:column;margin:0 auto;background-color:#edf1f3;min-height:calc(200vh - 123px)}.workflow-detail{display:flex;flex-direction:column;background-color:#fff;padding:24px 80px 24px 92px;border-radius:8px;box-shadow:0 1px 2px #0000001a}.workflow-basic-info{display:flex;flex-direction:column;align-items:flex-start;width:100%;position:relative;margin-bottom:0}.workflow-basic-info:after{display:none}.workflow-name{font-size:28px;font-weight:600;color:#262626;margin:0 0 16px;line-height:36px}.workflow-description{font-size:16px;line-height:24px;color:#595959;margin-bottom:16px;max-width:100%}.workflow-owner-info{display:flex;align-items:center;gap:4px}.workflow-owner-info .owner-label{color:#8c8c8c;font-size:14px}.workflow-owner-info .owner-name{color:#262626;font-weight:500;font-size:14px}.workflow-stats-section{width:100%;margin-top:24px;margin-bottom:24px}.workflow-rules-section{display:flex;flex-direction:column;justify-content:flex-start;width:35%;padding-left:32px}.rule-count-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:24px;background-color:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.rule-count-badges .global-rule-count,.rule-count-badges .project-rule-count,.rule-count-badges .common-solution-count,.rule-count-badges .specific-solution-count{display:flex;align-items:center;flex-direction:column;gap:12px;padding:16px;background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000d;border:1px solid #f5f5f5;transition:all .2s ease;cursor:pointer}.rule-count-badges .global-rule-count:hover,.rule-count-badges .project-rule-count:hover,.rule-count-badges .common-solution-count:hover,.rule-count-badges .specific-solution-count:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.rule-count-badges .global-rule-count.active,.rule-count-badges .project-rule-count.active,.rule-count-badges .common-solution-count.active,.rule-count-badges .specific-solution-count.active{border-color:#1890ff;box-shadow:0 2px 8px #1890ff33;background-color:#f6f9ff}.rule-count-badges .global-rule-count.active .count-number,.rule-count-badges .project-rule-count.active .count-number,.rule-count-badges .common-solution-count.active .count-number,.rule-count-badges .specific-solution-count.active .count-number,.rule-count-badges .global-rule-count.active .badge-label,.rule-count-badges .project-rule-count.active .badge-label,.rule-count-badges .common-solution-count.active .badge-label,.rule-count-badges .specific-solution-count.active .badge-label{color:#1890ff!important}.rule-count-badges .global-rule-count .count-number,.rule-count-badges .project-rule-count .count-number,.rule-count-badges .common-solution-count .count-number,.rule-count-badges .specific-solution-count .count-number{font-size:28px;font-weight:700;line-height:1}.rule-count-badges .global-rule-count .badge-label,.rule-count-badges .project-rule-count .badge-label,.rule-count-badges .common-solution-count .badge-label,.rule-count-badges .specific-solution-count .badge-label{font-size:12px;color:#8c8c8c;text-transform:uppercase;font-weight:500;letter-spacing:.5px;text-align:center}.rule-count-badges .global-rule-count .count-number{color:#47a1ad}.rule-count-badges .project-rule-count .count-number{color:#cc850a}.rule-count-badges .common-solution-count .count-number{color:#60507a}.rule-count-badges .specific-solution-count .count-number{color:#003d4f}.filter-info{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:8px 12px;background-color:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;font-size:14px}.filter-info .filter-text{color:#0050b3;font-weight:500}.filter-info .clear-filter-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;color:#1890ff;cursor:pointer;border-radius:4px;transition:all .2s ease}.filter-info .clear-filter-btn:hover{color:#40a9ff;background-color:#1890ff1a}.filter-info .clear-filter-btn:active{background-color:#1890ff33}.filter-info .clear-filter-btn .anticon{font-size:12px}.steps-list{display:flex;flex-direction:column;gap:12px}.step-item{display:flex;align-items:center;gap:12px;padding:16px;background-color:#fff;border-radius:4px;border:1px solid #f0f0f0;transition:all .3s ease;cursor:pointer}.step-item:hover{background-color:#f5f5f5;transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.step-number{display:flex;justify-content:center;align-items:center;min-width:24px;height:24px;background-color:#f5576c;color:#fff;font-weight:500;border-radius:50%}.rules-list{display:flex;flex-direction:column;padding:16px 24px;gap:16px}.rule-item{display:flex;align-items:center;padding:16px 24px;background-color:#fff;border-radius:8px;border:1px solid #f0f0f0;box-shadow:0 1px 2px #00000008;gap:10px;cursor:pointer;transition:all .2s ease}.rule-item:hover{background-color:#f9f9f9;box-shadow:0 2px 6px #0000000d}.rule-expand-icon{font-size:18px;color:#8c8c8c;transition:transform .2s}.rule-expand-icon.expanded{transform:rotate(90deg)}.rule-number{font-size:16px;font-weight:500;color:#262626}.rule-type{font-size:14px;font-weight:500}.rule-type.global{color:#47a1ad}.rule-type.project{color:#cc850a}.rule-type.solution-common{color:#60507a}.rule-type.solution-specific{color:#003d4f}.rule-type.unknown{color:#8c8c8c}.rule-name{font-size:14px;color:#262626;flex:1}.workflow-detail-loading,.workflow-detail-error{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 123px)}@media (max-width: 1200px){.workflow-detail{padding:20px 40px}.rule-count-badges{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding:20px}}@media (max-width: 768px){.workflow-detail{padding:16px 24px}.workflow-name{font-size:24px;line-height:32px}.workflow-stats-section{margin-top:20px;margin-bottom:20px}.rule-count-badges{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;padding:16px}.rule-count-badges .global-rule-count,.rule-count-badges .project-rule-count,.rule-count-badges .common-solution-count,.rule-count-badges .specific-solution-count{padding:12px 8px;gap:8px}.rule-count-badges .global-rule-count .count-number,.rule-count-badges .project-rule-count .count-number,.rule-count-badges .common-solution-count .count-number,.rule-count-badges .specific-solution-count .count-number{font-size:24px}.rule-count-badges .global-rule-count .badge-label,.rule-count-badges .project-rule-count .badge-label,.rule-count-badges .common-solution-count .badge-label,.rule-count-badges .specific-solution-count .badge-label{font-size:10px;line-height:1.2}.rules-list{padding:12px 16px;gap:12px}.rule-item{padding:12px 16px;gap:8px}}@media (max-width: 480px){.rule-count-badges{grid-template-columns:repeat(2,1fr);gap:8px}.rule-count-badges .global-rule-count,.rule-count-badges .project-rule-count,.rule-count-badges .common-solution-count,.rule-count-badges .specific-solution-count{padding:10px 6px}.rule-count-badges .global-rule-count .count-number,.rule-count-badges .project-rule-count .count-number,.rule-count-badges .common-solution-count .count-number,.rule-count-badges .specific-solution-count .count-number{font-size:20px}.rule-count-badges .global-rule-count .badge-label,.rule-count-badges .project-rule-count .badge-label,.rule-count-badges .common-solution-count .badge-label,.rule-count-badges .specific-solution-count .badge-label{font-size:9px}}.quick-start-container{width:100%;padding:20px;background-color:#fff;min-height:calc(100vh - 64px);display:flex;justify-content:center}.quick-start-markdown-preview{width:100%;max-width:900px;min-height:auto;padding:32px;background-color:#fff;border-radius:8px;margin:0 auto}.quick-start-markdown-preview .markdown-preview{width:100%;padding:0}.quick-start-markdown-preview h1{text-align:left;margin-bottom:32px;color:#000}.quick-start-markdown-preview h2{margin-top:32px;border-bottom:none;padding-bottom:8px;color:#1e1e1e}.quick-start-markdown-preview h3{margin-top:24px;color:#1e1e1e}.quick-start-markdown-preview hr{border:none;border-top:1px solid #e8e8e8;margin:24px 0}.quick-start-markdown-preview ul,.quick-start-markdown-preview ol{padding-left:24px}.quick-start-markdown-preview li{margin-bottom:8px}.quick-start-markdown-preview code{background-color:#edf1f3;padding:2px 6px;border-radius:4px}.quick-start-markdown-preview a{color:#f2617a;text-decoration:none}.quick-start-markdown-preview a:hover{text-decoration:underline}.search-form{width:100%;padding:16px;background:#fafafa;border-radius:8px;margin-bottom:16px}.search-form__input-group,.search-form__select-group{position:relative}.search-form__input-group .ant-input,.search-form__select-group .ant-input,.search-form__input-group .ant-select-selector,.search-form__select-group .ant-select-selector{font-size:16px;line-height:24px;font-family:inherit}.search-form__input-group .ant-input::placeholder,.search-form__select-group .ant-input::placeholder{font-size:16px;line-height:24px}.search-form__input-group .ant-select-selector .ant-select-selection-item,.search-form__select-group .ant-select-selector .ant-select-selection-item,.search-form__input-group .ant-select-selector .ant-select-selection-placeholder,.search-form__select-group .ant-select-selector .ant-select-selection-placeholder{font-size:16px;line-height:24px}.search-form__search-input{width:100%}.search-form__search-input--invalid .ant-input{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f33}.search-form__type-select{width:100%}.search-form__type-select--invalid .ant-select-selector{border-color:#ff4d4f!important;box-shadow:0 0 0 2px #ff4d4f33!important}.search-form__hint{display:block;margin-top:4px;font-size:12px;line-height:1.4}.search-form__validation-message{padding:8px 12px;background:#fff7e6;border:1px solid #ffd591;border-radius:4px;margin-top:8px}.search-form__validation-message .ant-typography{margin:0;font-size:13px}.search-form__ready-message{padding:8px 12px;background:#f6ffed;border:1px solid #b7eb8f;border-radius:4px;margin-top:8px}.search-form__ready-message .ant-typography{margin:0;font-size:13px}.search-form__actions{margin-top:16px;text-align:center}.rule-solution-search-panel{height:100%!important;max-height:100%;display:flex;flex-direction:column;overflow:hidden}.rule-solution-search-panel__header{flex-shrink:0;padding:12px 16px 8px;border-bottom:1px solid rgba(0,0,0,.06);background:#fff}.rule-solution-search-panel__header .ant-typography{margin-bottom:0;color:#757575;font-size:13px;line-height:1.4}.rule-solution-search-panel .search-form-section{flex-shrink:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.rule-solution-search-panel .search-form-section__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f3f6f7;border-bottom:1px solid rgba(0,0,0,.04)}.rule-solution-search-panel .search-form-section__header .search-form-section__title{font-weight:600;color:#1e1e1e;font-size:14px}.rule-solution-search-panel .search-form-section__header .collapse-button{color:#757575;border-radius:4px;transition:all .2s ease}.rule-solution-search-panel .search-form-section__header .collapse-button:hover{color:#003d4f;background:#47a1ad1a}.rule-solution-search-panel .search-form-container{padding:12px 16px;background:#fff}.rule-solution-search-panel .search-form-summary{padding:16px;background:linear-gradient(135deg,#edf1f3,#f6f8f9);border-bottom:1px solid rgba(0,0,0,.04);border-left:3px solid #003d4f;display:flex;justify-content:center;align-items:center;text-align:center;min-height:48px}.rule-solution-search-panel .search-form-summary .search-summary{font-size:14px;font-weight:500;line-height:1.4;color:#1e1e1e;background:#fff;padding:8px 16px;border-radius:20px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 6px #00000014;transition:all .2s ease;cursor:pointer}.rule-solution-search-panel .search-form-summary .search-summary:hover{background:#fff;border-color:#47a1ad4d;box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.rule-solution-search-panel .search-form-summary .search-summary:before{content:"🔍";margin-right:8px;font-size:16px}.rule-solution-search-panel .search-results-section{flex:1;min-height:0;display:flex;flex-direction:column;background:#fff}.rule-solution-search-panel .search-results-section__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f3f6f7;border-bottom:1px solid rgba(0,0,0,.04);flex-shrink:0}.rule-solution-search-panel .search-results-section__header .search-results-section__title{font-weight:600;color:#1e1e1e;font-size:14px}.rule-solution-search-panel .search-results-section__header .collapse-button{color:#757575;border-radius:4px;transition:all .2s ease}.rule-solution-search-panel .search-results-section__header .collapse-button:hover:not(:disabled){color:#003d4f;background:#47a1ad1a}.rule-solution-search-panel .search-results-section__header .collapse-button:disabled{opacity:.5}.rule-solution-search-panel .search-results-summary{padding:12px 16px;background:#fff;border-bottom:1px solid rgba(0,0,0,.04)}.rule-solution-search-panel .search-results-summary .ant-typography{font-size:13px;line-height:1.4}.rule-solution-search-panel__content{flex:1;min-height:0;height:0;display:flex;flex-direction:column;overflow:hidden;position:relative}.rule-solution-search-panel__content .ant-spin-nested-loading{height:100%}.rule-solution-search-panel__content .ant-spin-nested-loading .ant-spin-container{height:100%!important;display:flex!important;flex-direction:column!important}.rule-solution-search-panel__list{flex:1;min-height:0;max-height:100%;overflow-y:auto!important;overflow-x:hidden;padding:16px 16px 0;margin:0}.rule-solution-search-panel__list::-webkit-scrollbar{width:6px}.rule-solution-search-panel__list::-webkit-scrollbar-track{background:#0000000a;border-radius:3px}.rule-solution-search-panel__list::-webkit-scrollbar-thumb{background:#0003;border-radius:3px;transition:background .2s ease}.rule-solution-search-panel__list::-webkit-scrollbar-thumb:hover{background:#0000004d}.rule-solution-search-panel__list .ant-list-item{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06)}.rule-solution-search-panel__list .ant-list-item:last-child{border-bottom:none;margin-bottom:8px}.rule-solution-search-panel__list .ant-list-item:first-child{margin-top:8px}.rule-solution-search-panel__list-item{width:100%}.rule-solution-search-panel__pagination{flex-shrink:0;padding:12px 16px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-top:1px solid rgba(0,0,0,.06);background:#fff}.rule-solution-search-panel__pagination .ant-pagination{display:flex;justify-content:center;align-items:center}.rule-solution-search-panel__pagination .ant-pagination .ant-pagination-item{border-radius:6px;margin:0 2px}.rule-solution-search-panel__pagination .ant-pagination .ant-pagination-item-active{background:#003d4f;border-color:#003d4f}.rule-solution-search-panel__pagination .ant-pagination .ant-pagination-prev,.rule-solution-search-panel__pagination .ant-pagination .ant-pagination-next{border-radius:6px}.rule-solution-search-panel__pagination .ant-pagination .ant-pagination-total-text{margin-right:8px;color:#757575;font-size:13px}.rule-solution-search-panel__empty{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 0}.rule-solution-search-panel__empty .ant-empty-description{color:#757575;font-size:14px;text-align:center;line-height:1.6}.rule-solution-search-panel__empty .ant-empty-image{margin-bottom:16px}.rule-solution-search-panel .ant-spin-container{height:100%!important;min-height:0;display:flex!important;flex-direction:column!important;flex:1}.rule-solution-search-panel .ant-spin-spinning .ant-spin-dot{top:50%;left:50%;transform:translate(-50%,-50%)}.draggable-prompt-item{width:100%;cursor:grab;transition:all .2s ease;margin-bottom:0;position:relative;overflow:visible}.draggable-prompt-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #47a1ad26}.draggable-prompt-item:active{cursor:grabbing}.draggable-prompt-item.dragging{opacity:.5;transform:rotate(3deg) scale(.98);box-shadow:0 8px 25px #0003}.draggable-prompt-item.ai-animating{z-index:100}.draggable-prompt-item.ai-animating .ant-card{animation:aiPulse .6s ease-in-out;box-shadow:0 0 20px #47a1ad66,0 0 40px #47a1ad33,0 0 60px #47a1ad1a}.draggable-prompt-item .ai-particles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:101}.draggable-prompt-item .ai-particles .particle{position:absolute;width:4px;height:4px;background:linear-gradient(45deg,#003d4f,#008cb5);border-radius:50%;animation:particleExplosion 1.2s ease-out forwards;box-shadow:0 0 6px #003d4f}.draggable-prompt-item .ai-particles .particle.particle-0{animation-delay:0ms;transform:rotate(0)}.draggable-prompt-item .ai-particles .particle.particle-1{animation-delay:50ms;transform:rotate(45deg)}.draggable-prompt-item .ai-particles .particle.particle-2{animation-delay:.1s;transform:rotate(90deg)}.draggable-prompt-item .ai-particles .particle.particle-3{animation-delay:.15s;transform:rotate(135deg)}.draggable-prompt-item .ai-particles .particle.particle-4{animation-delay:.2s;transform:rotate(180deg)}.draggable-prompt-item .ai-particles .particle.particle-5{animation-delay:.25s;transform:rotate(225deg)}.draggable-prompt-item .ai-particles .particle.particle-6{animation-delay:.3s;transform:rotate(270deg)}.draggable-prompt-item .ai-particles .particle.particle-7{animation-delay:.35s;transform:rotate(315deg)}.draggable-prompt-item .ai-success-indicator{position:absolute;top:-10px;right:-10px;z-index:102;pointer-events:none}.draggable-prompt-item .ai-success-indicator .success-icon{display:inline-block;font-size:20px;animation:successPop .8s ease-out forwards;filter:drop-shadow(0 0 8px rgba(255,215,0,.6))}.draggable-prompt-item .card-animating{animation:aiCardGlow .6s ease-in-out,aiCardScale .3s ease-out}.draggable-prompt-item .ant-card{border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 2px 4px #0000000a;transition:all .2s ease}.draggable-prompt-item .ant-card:hover{border-color:#003d4f;box-shadow:0 4px 12px #47a1ad26}.draggable-prompt-item .ant-card .ant-card-body{padding:16px}.draggable-prompt-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.draggable-prompt-item__title-section{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.draggable-prompt-item__title{font-size:14px;font-weight:600;color:#1e1e1e;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.draggable-prompt-item__drag-icon{color:#757575;font-size:16px;cursor:grab;transition:color .2s ease;flex-shrink:0}.draggable-prompt-item__drag-icon:hover{color:#003d4f}.draggable-prompt-item__content .ant-typography{margin-bottom:0}.draggable-prompt-item__description{font-size:13px;line-height:1.5;color:#757575;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px;word-break:break-word}.draggable-prompt-item__tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.draggable-prompt-item__tag{background:#edf1f3;color:#757575;padding:2px 6px;border-radius:4px;font-size:11px;line-height:1.4;white-space:nowrap}.draggable-prompt-item__tag-more{background:#47a1ad1a;color:#003d4f;padding:2px 6px;border-radius:4px;font-size:11px;line-height:1.4;white-space:nowrap}.draggable-prompt-item__meta{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.06)}.draggable-prompt-item__meta .ant-typography{font-size:12px;margin:0}.draggable-prompt-item__creator{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.draggable-prompt-item__level{color:#757575;flex-shrink:0}.draggable-prompt-item .card-disabled{border-color:#0000000f!important;background:#fff!important;box-shadow:none!important}.draggable-prompt-item .card-disabled .ant-card-body{opacity:.6}.draggable-prompt-item .card-disabled:hover{border-color:#0000000f!important;box-shadow:none!important;transform:none!important;cursor:not-allowed!important}.limit-tooltip .ant-tooltip-inner{background:#003d4f;color:#fff;font-size:12px;line-height:18px;padding:6px 10px}.limit-tooltip .ant-tooltip-arrow:before{background:#003d4f}@media (max-width: 768px){.rule-solution-search-panel__header{padding:12px 12px 8px}.rule-solution-search-panel .search-form{padding:12px}.rule-solution-search-panel__content{padding:0 12px}.rule-solution-search-panel__list{margin:12px 0}.rule-solution-search-panel__list .ant-list-item:first-child{margin-top:4px}.rule-solution-search-panel__list .ant-list-item:last-child{margin-bottom:4px}.rule-solution-search-panel__pagination{padding:8px 0 12px}.draggable-prompt-item .ant-card .ant-card-body{padding:12px}.draggable-prompt-item__title{font-size:13px}.draggable-prompt-item__description{font-size:12px}.draggable-prompt-item__meta .ant-typography{font-size:11px}.draggable-prompt-item__creator{max-width:80px}}@media (prefers-contrast: high){.rule-solution-search-panel__header,.rule-solution-search-panel .search-form,.rule-solution-search-panel__pagination,.rule-solution-search-panel__list .ant-list-item,.draggable-prompt-item .ant-card,.draggable-prompt-item__meta{border-color:#333}}@keyframes aiPulse{0%{transform:scale(1);box-shadow:0 0 20px #47a1ad66,0 0 40px #47a1ad33}50%{transform:scale(1.02);box-shadow:0 0 30px #47a1ad99,0 0 60px #47a1ad4d,0 0 90px #47a1ad1a}to{transform:scale(1);box-shadow:0 0 20px #47a1ad66,0 0 40px #47a1ad33}}@keyframes particleExplosion{0%{transform:translate(0) scale(1);opacity:1}50%{transform:translate(30px) scale(1.2);opacity:.8}to{transform:translate(60px) scale(0);opacity:0}}@keyframes successPop{0%{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1.3) rotate(180deg);opacity:1}to{transform:scale(1) rotate(360deg);opacity:.8}}@keyframes aiCardGlow{0%{box-shadow:0 2px 4px #0000000a}50%{box-shadow:0 0 20px #47a1ad66,0 0 40px #47a1ad33,0 4px 20px #0000001a}to{box-shadow:0 2px 4px #0000000a}}@keyframes aiCardScale{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){.draggable-prompt-item,.draggable-prompt-item .ant-card,.draggable-prompt-item__drag-icon{transition:none}.draggable-prompt-item:hover,.draggable-prompt-item.dragging{transform:none}.draggable-prompt-item.ai-animating .ant-card{animation:none!important}.draggable-prompt-item .ai-particles .particle{animation:none!important;display:none}.draggable-prompt-item .ai-success-indicator .success-icon{animation:none!important;transform:scale(1)}.draggable-prompt-item .card-animating{animation:none!important}.rule-solution-search-panel__list::-webkit-scrollbar-thumb{transition:none}}.draggable-prompt-item--overlay{transform:rotate(3deg) scale(1.05);box-shadow:0 12px 40px #00000026;z-index:9999;pointer-events:none}.draggable-prompt-item--overlay .ant-card{background:#fff;border:2px solid #1890ff;box-shadow:0 8px 32px #1890ff4d}.draggable-prompt-item--overlay .draggable-prompt-item__drag-icon{color:#1890ff;animation:drag-pulse 1.5s ease-in-out infinite}@keyframes drag-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.drag-drop-canvas-simple{height:100%;padding:20px;overflow-y:auto;background:#fafafa}.drag-drop-canvas-simple__header{margin-bottom:24px;text-align:center}.drag-drop-canvas-simple__header h4{margin-bottom:8px;color:#262626}.drag-drop-canvas-simple__content{min-height:calc(100vh - 300px);padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.drag-drop-canvas-simple__content--drop-active{background:#f0f9ff;border:2px dashed #47a1ad}.drag-drop-canvas-simple__content--global-dragging .drag-drop-canvas-simple__step-arrow{color:#47a1ad}.drag-drop-canvas-simple__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.drag-drop-canvas-simple__empty-state .ant-empty{margin-bottom:24px}.drag-drop-canvas-simple__empty-description{text-align:center;line-height:1.6}.drag-drop-canvas-simple__steps{display:flex;flex-direction:column;gap:16px;align-items:center}.drag-drop-canvas-simple__step-container{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center}.drag-drop-canvas-simple__step-connector{height:32px;display:flex;align-items:center;justify-content:center;margin:8px 0}.drag-drop-canvas-simple__step-arrow{font-size:18px;color:#1890ff;-webkit-user-select:none;user-select:none}.drag-drop-canvas-simple__add-step{width:100%;max-width:600px;margin-top:16px}.drag-drop-canvas-simple__instructions{margin-top:24px;padding:16px;background:#f6f6f6;border-radius:8px;text-align:center}.workflow-step-card-simple{width:100%}.workflow-step-card-simple__content{border-radius:12px;cursor:grab;border:1px solid #e8e8e8}.workflow-step-card-simple__content .ant-card-body{padding:16px 20px}.workflow-step-card-simple__content .ant-card-extra{margin:0}.workflow-step-card-simple__actions{opacity:0}.workflow-step-card-simple__actions .drag-handle,.workflow-step-card-simple__actions .delete-icon{padding:4px;border-radius:4px;cursor:pointer;color:#8c8c8c}.workflow-step-card-simple__actions .drag-handle:hover,.workflow-step-card-simple__actions .delete-icon:hover{background:#0000000a}.workflow-step-card-simple__actions .drag-handle:hover{color:#47a1ad}.workflow-step-card-simple__actions .delete-icon:hover{color:#ff4d4f}.workflow-step-card-simple__header{margin-bottom:12px}.workflow-step-card-simple__type{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;background:#e6f7ff;border:1px solid #91d5ff}.workflow-step-card-simple__type--rule{background:#fff2e6;border-color:#fc9}.workflow-step-card-simple__type--solution{background:#f6ffed;border-color:#b7eb8f}.workflow-step-card-simple__type-icon{font-size:14px}.workflow-step-card-simple__type-text{font-size:12px;font-weight:600;color:#1890ff}.workflow-step-card-simple__type--rule .workflow-step-card-simple__type-text{color:#fa8c16}.workflow-step-card-simple__type--solution .workflow-step-card-simple__type-text{color:#52c41a}.workflow-step-card-simple__body .ant-typography{margin-bottom:0}.workflow-step-card-simple__name{display:block;margin-bottom:8px!important;font-size:16px;font-weight:600;color:#262626}.workflow-step-card-simple__description{font-size:14px;line-height:1.5;color:#595959}.workflow-step-card-simple__error{margin-top:12px;padding:8px 12px;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;font-size:12px}.workflow-step-card-simple--hovered .workflow-step-card-simple__content{box-shadow:0 4px 16px #0000001a;border-color:#47a1ad}.workflow-step-card-simple--hovered .workflow-step-card-simple__actions{opacity:1}.workflow-step-card-simple--hovered .workflow-step-card-simple__name{color:#1890ff}.workflow-step-card-simple--dragging{cursor:grabbing!important}.workflow-step-card-simple--dragging .workflow-step-card-simple__content{background:#ffffffe6;border:2px dashed #47a1ad!important}.workflow-step-card-simple--dragging .workflow-step-card-simple__actions{opacity:1}.workflow-step-card-simple--dragging .drag-handle{color:#47a1ad!important}.workflow-step-card-simple--invalid .workflow-step-card-simple__content{border-color:#ff7875!important;background:#fff1f080}.drop-zone-simple{padding:32px;border:2px dashed #d9d9d9;border-radius:12px;background:#fafafa;text-align:center;cursor:pointer}.drop-zone-simple__content{display:flex;flex-direction:column;align-items:center;gap:12px}.drop-zone-simple__icon{font-size:24px;color:#8c8c8c}.drop-zone-simple__text{color:#8c8c8c;font-size:14px}.drop-zone-simple--can-drop{border-color:#47a1ad;background:#f0f9ff}.drop-zone-simple--can-drop .drop-zone-simple__icon,.drop-zone-simple--can-drop .drop-zone-simple__text{color:#47a1ad}.drop-zone-simple--active{border-color:#1890ff;background:#e6f7ff}.drop-zone-simple--active .drop-zone-simple__icon{color:#1890ff}.drop-zone-simple--active .drop-zone-simple__text{color:#1890ff;font-weight:500}.drop-zone-simple--cannot-drop{border-color:#ff4d4f;background:#fff2f0}.drop-zone-simple--cannot-drop .drop-zone-simple__icon,.drop-zone-simple--cannot-drop .drop-zone-simple__text{color:#ff4d4f}.drag-drop-canvas-dndkit{height:100%;padding:20px;overflow-y:auto;background:#fafafa}.drag-drop-canvas-dndkit__header{margin-bottom:24px;text-align:center}.drag-drop-canvas-dndkit__header h4{margin-bottom:8px;color:#262626}.drag-drop-canvas-dndkit__content{min-height:calc(100vh - 300px);padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.drag-drop-canvas-dndkit__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.drag-drop-canvas-dndkit__empty-state .ant-empty{margin-bottom:24px}.drag-drop-canvas-dndkit__empty-description{text-align:center;line-height:1.6}.drag-drop-canvas-dndkit__steps{display:flex;flex-direction:column;gap:16px;align-items:center}.drag-drop-canvas-dndkit__step-container{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center}.drag-drop-canvas-dndkit__step-connector{height:32px;display:flex;align-items:center;justify-content:center;margin:12px 0}.drag-drop-canvas-dndkit .flow-arrow{color:#1890ff;display:flex;align-items:center;justify-content:center;font-size:16px;transition:color .2s ease}.drag-drop-canvas-dndkit__add-step{width:100%;max-width:600px;margin-top:16px}.drag-drop-canvas-dndkit__instructions{margin-top:24px;padding:16px;background:#f6f6f6;border-radius:8px;text-align:center}.workflow-step-card-dndkit{width:100%;transition:transform .2s ease,opacity .2s ease}.workflow-step-card-dndkit__content{border-radius:12px;cursor:grab;border:1px solid #e8e8e8;transition:all .2s ease}.workflow-step-card-dndkit__content .ant-card-body{padding:16px 20px}.workflow-step-card-dndkit__content .ant-card-extra{margin:0}.workflow-step-card-dndkit__actions{opacity:0;transition:opacity .2s ease}.workflow-step-card-dndkit__actions .drag-handle,.workflow-step-card-dndkit__actions .delete-icon{padding:4px;border-radius:4px;cursor:pointer;color:#8c8c8c;transition:all .15s ease}.workflow-step-card-dndkit__actions .drag-handle:hover,.workflow-step-card-dndkit__actions .delete-icon:hover{background:#0000000a}.workflow-step-card-dndkit__actions .drag-handle{cursor:grab}.workflow-step-card-dndkit__actions .drag-handle:active{cursor:grabbing}.workflow-step-card-dndkit__actions .drag-handle:hover{color:#47a1ad}.workflow-step-card-dndkit__actions .delete-icon:hover{color:#ff4d4f}.workflow-step-card-dndkit__header{margin-bottom:12px}.workflow-step-card-dndkit__type{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid rgba(24,144,255,.2);transition:all .2s ease;box-shadow:0 1px 3px #1890ff1a}.workflow-step-card-dndkit__type--rule{background:linear-gradient(135deg,#f0f8fb,#e6f3f7);border-color:#003d4f33;box-shadow:0 1px 3px #003d4f1a}.workflow-step-card-dndkit__type--solution{background:linear-gradient(135deg,#f5f3f8,#ebe8f0);border-color:#60507a33;box-shadow:0 1px 3px #60507a1a}.workflow-step-card-dndkit__type-icon{font-size:12px;color:#1890ff;opacity:.8}.workflow-step-card-dndkit__type--rule .workflow-step-card-dndkit__type-icon{color:#003d4f}.workflow-step-card-dndkit__type--solution .workflow-step-card-dndkit__type-icon{color:#60507a}.workflow-step-card-dndkit__type-text{font-size:11px;font-weight:600;color:#1890ff;text-transform:uppercase;letter-spacing:.5px}.workflow-step-card-dndkit__type--rule .workflow-step-card-dndkit__type-text{color:#003d4f}.workflow-step-card-dndkit__type--solution .workflow-step-card-dndkit__type-text{color:#60507a}.workflow-step-card-dndkit__body .ant-typography{margin-bottom:0}.workflow-step-card-dndkit__name{display:block;margin-bottom:8px!important;font-size:16px;font-weight:600;color:#262626;transition:color .2s ease}.workflow-step-card-dndkit__description{font-size:14px;line-height:1.5;color:#595959}.workflow-step-card-dndkit__error{margin-top:12px;padding:8px 12px;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;font-size:12px}.workflow-step-card-dndkit--hovered:not(.workflow-step-card-dndkit--dragging) .workflow-step-card-dndkit__content{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a;border-color:#47a1ad}.workflow-step-card-dndkit--hovered:not(.workflow-step-card-dndkit--dragging) .workflow-step-card-dndkit__actions{opacity:1}.workflow-step-card-dndkit--hovered:not(.workflow-step-card-dndkit--dragging) .workflow-step-card-dndkit__name{color:#1890ff}.workflow-step-card-dndkit--hovered:not(.workflow-step-card-dndkit--dragging) .workflow-step-card-dndkit__type{transform:translateY(-1px) scale(1.02);box-shadow:0 2px 8px #1890ff33}.workflow-step-card-dndkit--hovered:not(.workflow-step-card-dndkit--dragging) .workflow-step-card-dndkit__type--rule{box-shadow:0 2px 8px #003d4f33}.workflow-step-card-dndkit--hovered:not(.workflow-step-card-dndkit--dragging) .workflow-step-card-dndkit__type--solution{box-shadow:0 2px 8px #60507a33}.workflow-step-card-dndkit--hovered:not(.workflow-step-card-dndkit--dragging) .workflow-step-card-dndkit__type-icon{opacity:1;transform:scale(1.1)}.workflow-step-card-dndkit--dragging .workflow-step-card-dndkit__content{background:#ffffffe6;border:2px dashed #47a1ad!important;cursor:grabbing!important}.workflow-step-card-dndkit--dragging .workflow-step-card-dndkit__actions{opacity:1}.workflow-step-card-dndkit--dragging .drag-handle{color:#47a1ad!important;cursor:grabbing!important}.workflow-step-card-dndkit--overlay .workflow-step-card-dndkit__content{background:#fff;border:2px solid #47a1ad;box-shadow:0 8px 32px #0000004d}.workflow-step-card-dndkit--invalid .workflow-step-card-dndkit__content{border-color:#ff7875!important;background:#fff1f080}.drop-zone-dndkit{padding:32px;border:2px dashed #d9d9d9;border-radius:12px;background:#fafafa;text-align:center;cursor:pointer;transition:all .2s ease}.drop-zone-dndkit:hover{border-color:#47a1ad;background:#f0f9ff}.drop-zone-dndkit:hover .drop-zone-dndkit__icon,.drop-zone-dndkit:hover .drop-zone-dndkit__text{color:#47a1ad}.drop-zone-dndkit__content{display:flex;flex-direction:column;align-items:center;gap:12px}.drop-zone-dndkit__icon{font-size:24px;color:#8c8c8c;transition:color .2s ease}.drop-zone-dndkit__text{color:#8c8c8c;font-size:14px;transition:color .2s ease}.drop-zone-dndkit--active{border-color:#52c41a;background:#f6ffed;transform:scale(1.02)}.drop-zone-dndkit--active .drop-zone-dndkit__icon,.drop-zone-dndkit--active .drop-zone-dndkit__text{color:#52c41a}.dndkit-dragging .flow-arrow{color:#47a1ad}.drop-zone-dndkit--active{border-color:#1890ff;background:linear-gradient(45deg,#1890ff1a,#1890ff0d);box-shadow:0 4px 12px #1890ff4d}.drop-zone-dndkit--active .drop-zone-dndkit__icon{color:#1890ff;transform:scale(1.1)}.drop-zone-dndkit--active .drop-zone-dndkit__text{color:#1890ff;font-weight:500}.insert-indicator{height:8px;margin:4px 0;position:relative;transition:all .2s ease}.insert-indicator--active{height:24px;margin:8px 0}.insert-indicator__line{position:absolute;top:50%;left:0;right:0;height:2px;background:linear-gradient(90deg,#1890ff,#40a9ff);border-radius:1px;transform:translateY(-50%);box-shadow:0 2px 8px #1890ff66;animation:insertPulse 1.5s infinite}.insert-indicator__line:before,.insert-indicator__line:after{content:"";position:absolute;top:50%;width:6px;height:6px;background:#1890ff;border-radius:50%;transform:translateY(-50%)}.insert-indicator__line:before{left:-3px}.insert-indicator__line:after{right:-3px}.insert-indicator__dot{position:absolute;left:50%;top:50%;width:8px;height:8px;background:#1890ff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #1890ff4d;animation:insertDotPulse 1.5s infinite}@keyframes insertPulse{0%,to{opacity:.8;transform:translateY(-50%) scaleX(1)}50%{opacity:1;transform:translateY(-50%) scaleX(1.02)}}@keyframes insertDotPulse{0%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 3px #1890ff4d}50%{transform:translate(-50%,-50%) scale(1.2);box-shadow:0 0 0 6px #1890ff1a}}.workflow-step-card-dndkit--drop-target{border:2px dashed #1890ff;background:#1890ff0d;transform:translateY(-2px);box-shadow:0 8px 16px #1890ff33}.workflow-preview{height:100%;display:flex;flex-direction:column;background:#fff}.workflow-preview__header{padding:14px 20px;margin-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,#fff,#fcfdfd);position:relative;flex-shrink:0}.workflow-preview__header:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.1) 50%,transparent 100%)}.workflow-preview__header .ant-typography{color:#757575;font-size:13px;margin:0;text-align:center;font-weight:500}.workflow-preview__content{flex:1;min-height:0;overflow-y:auto;padding:0 20px 100px;display:flex;flex-direction:column}.workflow-preview__content::-webkit-scrollbar{width:5px}.workflow-preview__content::-webkit-scrollbar-track{background:#00000008;border-radius:3px}.workflow-preview__content::-webkit-scrollbar-thumb{background:#47a1ad4d;border-radius:3px;transition:all .3s ease}.workflow-preview__content::-webkit-scrollbar-thumb:hover{background:#47a1ad80}.workflow-preview__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;padding:40px 20px;border-radius:12px;background:linear-gradient(135deg,#47a1ad08,#47a1ad03);border:1px dashed rgba(71,161,173,.2);position:relative;overflow:hidden}.workflow-preview__empty:before{content:"";position:absolute;top:50%;left:50%;width:100px;height:100px;background:radial-gradient(circle,rgba(71,161,173,.08) 0%,transparent 70%);transform:translate(-50%,-50%);border-radius:50%;animation:pulse-preview 3s ease-in-out infinite}.workflow-preview__empty .ant-typography{position:relative;z-index:1;color:#757575;font-size:15px;line-height:1.5;max-width:250px}.workflow-preview__empty .ant-typography:before{display:block;font-size:32px;margin-bottom:16px}.workflow-preview__summary{margin-bottom:16px;padding:16px;background:linear-gradient(135deg,#47a1ad0d,#47a1ad05);border-radius:10px;border:1px solid rgba(71,161,173,.15);position:relative;overflow:hidden;flex-shrink:0}.workflow-preview__summary:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#47a1ad,#79bfc8)}.workflow-preview__stats{display:flex;gap:12px;flex-wrap:wrap}.workflow-preview__stats .ant-badge{margin:0}.workflow-preview__stats .ant-badge .ant-badge-count{font-weight:600;box-shadow:0 2px 6px #0000001a;border:1px solid rgba(255,255,255,.3)}.workflow-preview__stats .ant-badge .ant-typography{font-weight:500;color:#1e1e1e;font-size:13px;margin-left:6px}.workflow-preview__stats .stat-item{display:flex;align-items:center;padding:6px 10px;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.workflow-preview__stats .stat-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.workflow-preview__stats .stat-item--total{border-left:3px solid #47a1ad}.workflow-preview__stats .stat-item--rules{border-left:3px solid #003D4F}.workflow-preview__stats .stat-item--solutions{border-left:3px solid #60507A}.workflow-preview__stats .stat-item .ant-badge .ant-badge-count{right:-6px;top:-6px}.workflow-preview__timeline{flex:1;min-height:0;display:flex;flex-direction:column}.workflow-preview__timeline .ant-timeline{padding-left:0;margin-top:12px;flex:1}.workflow-preview__timeline .ant-timeline-item{padding-bottom:18px;position:relative}.workflow-preview__timeline .ant-timeline-item:last-child{padding-bottom:50px}.workflow-preview__timeline .ant-timeline-item:before{content:"";position:absolute;left:8px;top:28px;bottom:-6px;width:2px;background:linear-gradient(180deg,#47a1ad4d,#47a1ad1a);z-index:0}.workflow-preview__timeline .ant-timeline-item:last-child:before{display:none}.workflow-preview__timeline .ant-timeline-item-content{margin-left:36px;min-height:auto;position:relative}.workflow-preview__timeline .ant-timeline-item-head{width:18px;height:18px;border:2px solid #47a1ad;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:10;box-shadow:0 2px 8px #47a1ad33}.workflow-preview__timeline .ant-timeline-item-head .anticon{font-size:9px;color:#47a1ad;font-weight:700}.workflow-preview__timeline .ant-timeline-item-tail{display:none}.workflow-preview__timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:10px 14px;background:linear-gradient(135deg,#47a1ad14,#47a1ad08);border-radius:6px;border:1px solid rgba(71,161,173,.15);flex-shrink:0}.workflow-preview__timeline-header .ant-typography{color:#1e1e1e;font-weight:600;font-size:14px;margin:0}.workflow-preview__timeline-header .ant-btn{color:#47a1ad;font-weight:500;padding:0;height:auto;font-size:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.workflow-preview__timeline-header .ant-btn:hover{color:#387f89;transform:scale(1.05)}.workflow-preview__timeline-item{width:100%;background:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.workflow-preview__timeline-item:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0000001a}.workflow-preview__timeline-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#47a1ad,#79bfc8)}.workflow-preview__timeline-item--rule:before{background:linear-gradient(90deg,#003d4f,#1a5f6f)}.workflow-preview__timeline-item--solution:before{background:linear-gradient(90deg,#60507a,#7d6691)}.workflow-preview__step-header{margin-bottom:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.workflow-preview__step-name{font-size:15px;line-height:1.4;color:#1e1e1e;font-weight:600;margin:0;flex:1}.workflow-preview__step-number{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:linear-gradient(135deg,#47a1ad,#67b6c0);color:#fff;border-radius:50%;font-size:11px;font-weight:600;flex-shrink:0;box-shadow:0 2px 6px #47a1ad4d}.workflow-preview__step-details{padding:0;margin-top:10px}.workflow-preview__step-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.workflow-preview__step-meta .ant-badge{margin:0}.workflow-preview__step-meta .ant-badge .ant-badge-status-dot{width:7px;height:7px;border-radius:50%}.workflow-preview__step-meta .ant-badge .ant-badge-status-dot[style*=background]{box-shadow:0 0 0 2px #fffc}.workflow-preview__step-meta .ant-badge .ant-badge-status-text{font-weight:500;color:#1e1e1e;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.workflow-preview__step-description{font-size:13px;line-height:1.5;color:#757575;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;background:#47a1ad08;padding:10px;border-radius:6px;border-left:3px solid rgba(71,161,173,.2)}.workflow-preview__actions{padding:16px 20px;border-top:1px solid rgba(0,0,0,.12);background:#fff;background:linear-gradient(135deg,#fffffff2,#fffffffa);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 -4px 12px #0000001a;flex-shrink:0;margin-top:auto;position:sticky;bottom:0;z-index:10}@supports not (backdrop-filter: blur(8px)){.workflow-preview__actions{background:#fff;border-top:2px solid rgba(0,0,0,.08)}}.workflow-preview__help-text{font-size:12px;line-height:1.4;text-align:center;color:#757575;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;background:#fffc;border-radius:6px;border:1px solid rgba(71,161,173,.15);box-shadow:0 2px 8px #0000000f}.workflow-preview .ant-collapse{background-color:transparent;border:none}.workflow-preview .ant-collapse .ant-collapse-item{border:none;margin-bottom:0}.workflow-preview .ant-collapse .ant-collapse-item:last-child{border-bottom:none}.workflow-preview .ant-collapse .ant-collapse-item .ant-collapse-header{display:none!important}.workflow-preview .ant-collapse .ant-collapse-item .ant-collapse-content{border:none;background-color:transparent}.workflow-preview .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0}.workflow-preview .ant-timeline-item.timeline-item--valid .ant-timeline-item-head{border-color:#47a1ad;background:#e5f3f4}.workflow-preview .ant-badge .ant-badge-count{background:linear-gradient(135deg,#47a1ad,#5fb2bd);color:#fff;font-size:12px;min-width:20px;height:20px;line-height:18px;padding:0 6px;border-radius:10px;font-weight:600;box-shadow:0 2px 6px #47a1ad4d;border:1px solid rgba(255,255,255,.2)}.workflow-preview .ant-badge.ant-badge-status .ant-badge-status-text{font-size:13px;margin-left:6px;font-weight:500}@keyframes pulse-preview{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.1}}@media (max-width: 768px){.workflow-preview__header{padding:12px 16px;margin-bottom:12px}.workflow-preview__header:after{left:16px;right:16px}.workflow-preview__header .ant-typography{font-size:12px}.workflow-preview__content{padding:0 16px 90px}.workflow-preview__summary{padding:12px;margin-bottom:14px}.workflow-preview__stats{gap:10px}.workflow-preview__stats .stat-item{padding:5px 8px}.workflow-preview__stats .stat-item .ant-typography{font-size:12px}.workflow-preview__timeline-item{padding:10px}.workflow-preview__step-name{font-size:14px}.workflow-preview__step-description{font-size:12px;padding:8px}.workflow-preview__actions{padding:12px 16px}.workflow-preview__help-text{font-size:11px;padding:8px}}@media (max-width: 480px){.workflow-preview__header{padding:14px 16px}.workflow-preview__header:after{left:16px;right:16px}.workflow-preview__header .ant-typography{font-size:12px}.workflow-preview__content{padding:0 16px 80px}.workflow-preview__summary{padding:14px}.workflow-preview__stats{flex-direction:column;gap:8px}.workflow-preview__stats .stat-item{justify-content:space-between}.workflow-preview__timeline-header{padding:10px 12px;flex-direction:column;gap:8px;align-items:stretch}.workflow-preview__timeline-header .ant-btn{align-self:center}.workflow-preview__timeline-item{padding:12px}.workflow-preview__actions{padding:14px 16px}}@media (prefers-contrast: high){.workflow-preview__summary,.workflow-preview__timeline-item,.workflow-preview__timeline-header{border-color:#333}}@media (prefers-reduced-motion: reduce){.workflow-preview__timeline-item,.workflow-preview__stats .stat-item{transition:none!important}@keyframes pulse-preview{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}}}@media print{.workflow-preview__actions{display:none}.workflow-preview__timeline-item{box-shadow:none;border:1px solid #333333}}.custom-workflow-editor{height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#edf1f3,#f3f6f7);position:relative;overflow:hidden}.custom-workflow-editor__loading{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#edf1f3,#f3f6f7)}.custom-workflow-editor__loading .loading-content{text-align:center;padding:32px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f}.custom-workflow-editor__header{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px #00000014;z-index:100;position:relative;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-workflow-editor__breadcrumb{padding:12px 24px 8px;border-bottom:1px solid rgba(0,0,0,.04)}.custom-workflow-editor__breadcrumb .ant-breadcrumb .ant-breadcrumb-separator{color:#757575;margin:0 8px}.custom-workflow-editor__breadcrumb .ant-breadcrumb .current-page{color:#1e1e1e;font-weight:600;font-size:15px}.custom-workflow-editor__breadcrumb .back-button{color:#47a1ad;font-weight:500;height:auto;display:flex;align-items:center;gap:6px;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:6px;padding:3px 6px}.custom-workflow-editor__breadcrumb .back-button:hover{color:#387f89;background:#47a1ad1a;transform:translate(-2px)}.custom-workflow-editor__breadcrumb .back-button .anticon{font-size:13px}@media (max-width: 768px){.custom-workflow-editor__breadcrumb{padding:12px 16px 8px}}.custom-workflow-editor__toolbar{padding:12px 24px 16px;display:flex;justify-content:space-between;align-items:center}.custom-workflow-editor__toolbar .toolbar-info{display:flex;align-items:center;gap:12px}.custom-workflow-editor__toolbar .toolbar-info .step-count{font-size:14px;color:#757575;font-weight:500;padding:4px 10px;background:#47a1ad1a;border-radius:16px;border:1px solid rgba(71,161,173,.2)}.custom-workflow-editor__toolbar .toolbar-info .unsaved-indicator{color:#f2617a;font-weight:600;font-size:13px;padding:3px 8px;background:#f2617a1a;border-radius:14px;animation:pulse 2s infinite;display:flex;align-items:center;gap:4px}.custom-workflow-editor__toolbar .toolbar-info .unsaved-indicator:before{content:"●";animation:blink 1.5s infinite}.custom-workflow-editor__toolbar .ant-btn{border-radius:6px;height:36px;padding:0 14px;box-shadow:0 2px 8px #0000001f;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.custom-workflow-editor__toolbar .ant-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000029}@media (max-width: 768px){.custom-workflow-editor__toolbar{padding:10px 16px 12px;flex-direction:column;gap:10px;align-items:stretch}.custom-workflow-editor__toolbar .toolbar-info{justify-content:center}}.custom-workflow-editor__layout{flex:1;min-height:0;position:relative;display:flex}.custom-workflow-editor__layout .ant-layout-sider{background:#fff;border-right:1px solid rgba(0,0,0,.06);box-shadow:2px 0 12px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:10;overflow:hidden}.custom-workflow-editor__layout .ant-layout-sider.ant-layout-sider-collapsed .panel-header{justify-content:center;padding:16px 8px}.custom-workflow-editor__layout .ant-layout-sider.custom-workflow-editor__search-panel:not(.ant-layout-sider-collapsed){min-width:350px;max-width:400px}.custom-workflow-editor__layout .ant-layout-sider.custom-workflow-editor__preview-panel:not(.ant-layout-sider-collapsed){min-width:320px;max-width:380px}.custom-workflow-editor__layout .ant-layout-sider-trigger{display:none}.custom-workflow-editor .panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,#fff,#fcfdfd);min-height:54px;position:relative}.custom-workflow-editor .panel-header:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.1) 50%,transparent 100%)}.custom-workflow-editor .panel-header .panel-title{font-weight:600;color:#1e1e1e;font-size:16px;letter-spacing:-.1px}.custom-workflow-editor .panel-header .collapse-trigger{color:#757575;border-radius:6px;padding:6px;transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent}.custom-workflow-editor .panel-header .collapse-trigger:hover{color:#47a1ad;background:#47a1ad1f;transform:scale(1.05)}.custom-workflow-editor .panel-header .collapse-trigger:active{transform:scale(.95)}.custom-workflow-editor__search-panel .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;background:#fff}.custom-workflow-editor__search-panel .panel-header{flex-shrink:0;z-index:1}.custom-workflow-editor__search-panel .rule-solution-search-panel{flex:1;height:0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.custom-workflow-editor__canvas-area{background:linear-gradient(135deg,#edf1f3,#f3f6f7);padding:20px;overflow-y:auto;position:relative;flex:1}.custom-workflow-editor__canvas-area:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(71,161,173,.03) 0%,transparent 25%),radial-gradient(circle at 75% 75%,rgba(71,161,173,.03) 0%,transparent 25%);background-size:60px 60px;pointer-events:none;z-index:0}.custom-workflow-editor__canvas-area>*{position:relative;z-index:1}.custom-workflow-editor__canvas-area::-webkit-scrollbar{width:8px}.custom-workflow-editor__canvas-area::-webkit-scrollbar-track{background:#0000000a;border-radius:4px;margin:6px 0}.custom-workflow-editor__canvas-area::-webkit-scrollbar-thumb{background:#47a1ad4d;border-radius:4px;transition:all .3s ease}.custom-workflow-editor__canvas-area::-webkit-scrollbar-thumb:hover{background:#47a1ad80}@media (max-width: 1200px){.custom-workflow-editor__canvas-area{padding:16px}}@media (max-width: 768px){.custom-workflow-editor__canvas-area{padding:12px}}.custom-workflow-editor__preview-panel{border-left:1px solid rgba(0,0,0,.06);box-shadow:-2px 0 12px #0000000f}.custom-workflow-editor__preview-panel .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;background:#fff}.custom-workflow-editor__preview-panel .panel-header{border-bottom-color:#00000014}.custom-workflow-editor__action-bar{padding:16px 24px;background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -4px 16px #00000014;display:flex;justify-content:space-between;align-items:center;z-index:100;position:relative;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-workflow-editor__action-bar:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.1) 50%,transparent 100%)}.custom-workflow-editor__action-bar .action-bar-left,.custom-workflow-editor__action-bar .action-bar-right{display:flex;align-items:center;gap:12px}.custom-workflow-editor__action-bar .cancel-button{height:38px;padding:0 24px;border-radius:8px;color:#757575;border-color:#00000026;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;background:#fff}.custom-workflow-editor__action-bar .cancel-button:hover{color:#f2617a;border-color:#f2617a;background:#f2617a0d;transform:translateY(-1px);box-shadow:0 4px 12px #f2617a33}.custom-workflow-editor__action-bar .save-button{height:38px;padding:0 28px;border-radius:8px;background:linear-gradient(135deg,#47a1ad,#5fb2bd);border:none;font-weight:600;box-shadow:0 4px 16px #47a1ad4d;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:14px}.custom-workflow-editor__action-bar .save-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #47a1ad66;background:linear-gradient(135deg,#54adb9,#6eb9c3)}.custom-workflow-editor__action-bar .save-button:active:not(:disabled){transform:translateY(0)}.custom-workflow-editor__action-bar .save-button:disabled{background:#757575;box-shadow:none;cursor:not-allowed;transform:none}.custom-workflow-editor__action-bar .save-button .anticon{margin-right:8px;font-size:14px}@media (max-width: 768px){.custom-workflow-editor__action-bar{padding:16px;flex-direction:column-reverse;gap:12px}.custom-workflow-editor__action-bar:before{left:16px;right:16px}.custom-workflow-editor__action-bar .action-bar-left,.custom-workflow-editor__action-bar .action-bar-right{width:100%;justify-content:center}.custom-workflow-editor__action-bar .cancel-button,.custom-workflow-editor__action-bar .save-button{width:100%;height:42px;font-size:15px}}.custom-workflow-editor .mobile-search-drawer .ant-drawer-content,.custom-workflow-editor .mobile-preview-drawer .ant-drawer-content{background:#fff}.custom-workflow-editor .mobile-search-drawer .ant-drawer-header,.custom-workflow-editor .mobile-preview-drawer .ant-drawer-header{background:linear-gradient(135deg,#fff,#fcfdfd);border-bottom:1px solid rgba(0,0,0,.06);padding:20px 24px}.custom-workflow-editor .mobile-search-drawer .ant-drawer-header .ant-drawer-title,.custom-workflow-editor .mobile-preview-drawer .ant-drawer-header .ant-drawer-title{font-weight:600;color:#1e1e1e;font-size:18px}.custom-workflow-editor .mobile-search-drawer .ant-drawer-body,.custom-workflow-editor .mobile-preview-drawer .ant-drawer-body{padding:0}.custom-workflow-editor .mobile-search-drawer .ant-drawer-mask,.custom-workflow-editor .mobile-preview-drawer .ant-drawer-mask{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-workflow-editor .save-modal .ant-modal-content{border-radius:16px;overflow:hidden;box-shadow:0 24px 48px #0000002e;border:1px solid rgba(71,161,173,.1)}.custom-workflow-editor .save-modal .ant-modal-header{background:linear-gradient(135deg,#fff,#f6f8f9);border-bottom:1px solid rgba(0,0,0,.06);padding:28px 36px 24px}.custom-workflow-editor .save-modal .ant-modal-header .modal-title{display:flex;align-items:center;gap:14px;font-size:20px;font-weight:600;color:#1e1e1e}.custom-workflow-editor .save-modal .ant-modal-header .modal-title .anticon{color:#47a1ad;font-size:22px}.custom-workflow-editor .save-modal .ant-modal-body{padding:36px}.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item{margin-bottom:28px}.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-form-item-label{padding-bottom:10px}.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-form-item-label label{font-weight:600;color:#1e1e1e;font-size:15px}.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-input,.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-input:focus{border-radius:10px;border-color:#00000026;box-shadow:none;transition:all .3s cubic-bezier(.4,0,.2,1);padding:12px 16px;font-size:15px}.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-input:hover,.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-input:focus:hover{border-color:#47a1ad}.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-input:focus,.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-input:focus:focus{border-color:#47a1ad;box-shadow:0 0 0 3px #47a1ad26}.custom-workflow-editor .save-modal .ant-modal-body .ant-form-item .ant-input-data-count{color:#757575;font-size:13px}.custom-workflow-editor .save-modal .ant-modal-body .modal-actions{margin-bottom:0;text-align:right;padding-top:24px;border-top:1px solid rgba(0,0,0,.06)}.custom-workflow-editor .save-modal .ant-modal-body .modal-actions .ant-btn{height:48px;padding:0 28px;border-radius:10px;font-weight:500;margin-left:16px;font-size:15px}.custom-workflow-editor .save-modal .ant-modal-body .modal-actions .ant-btn:first-child{margin-left:0}.custom-workflow-editor .save-modal .ant-modal-body .modal-actions .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#47a1ad,#5fb2bd);border:none;box-shadow:0 4px 16px #47a1ad4d}.custom-workflow-editor .save-modal .ant-modal-body .modal-actions .ant-btn.ant-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #47a1ad66}@media (max-width: 768px){.custom-workflow-editor .save-modal{margin:0;max-width:100vw;top:0}.custom-workflow-editor .save-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column}.custom-workflow-editor .save-modal .ant-modal-body{flex:1;overflow-y:auto;padding:28px 24px}.custom-workflow-editor .save-modal .ant-modal-body .modal-actions .ant-btn{width:100%;margin:10px 0 0}.custom-workflow-editor .save-modal .ant-modal-body .modal-actions .ant-btn:first-child{margin-top:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}@media (max-width: 1200px){.custom-workflow-editor__breadcrumb,.custom-workflow-editor__toolbar,.custom-workflow-editor__action-bar{padding-left:20px;padding-right:20px}.custom-workflow-editor__canvas-area{padding:16px}.custom-workflow-editor .ant-layout-sider.custom-workflow-editor__search-panel:not(.ant-layout-sider-collapsed){min-width:300px;max-width:330px}.custom-workflow-editor .ant-layout-sider.custom-workflow-editor__preview-panel:not(.ant-layout-sider-collapsed){min-width:280px;max-width:300px}}@media (max-width: 968px){.custom-workflow-editor__layout .ant-layout-sider.custom-workflow-editor__search-panel:not(.ant-layout-sider-collapsed){min-width:280px;max-width:320px}.custom-workflow-editor__layout .ant-layout-sider.custom-workflow-editor__preview-panel:not(.ant-layout-sider-collapsed){min-width:260px;max-width:300px}}@media (max-width: 768px){.custom-workflow-editor__breadcrumb,.custom-workflow-editor__toolbar{padding:16px 20px}.custom-workflow-editor__canvas-area,.custom-workflow-editor__action-bar{padding:20px}}@media (max-width: 480px){.custom-workflow-editor__breadcrumb{padding:14px 16px}.custom-workflow-editor__breadcrumb .ant-breadcrumb{font-size:14px}.custom-workflow-editor__toolbar{padding:14px 16px}.custom-workflow-editor__canvas-area,.custom-workflow-editor__action-bar{padding:16px}}@media (prefers-contrast: high){.custom-workflow-editor__search-panel,.custom-workflow-editor__preview-panel{border-color:#333}.custom-workflow-editor__action-bar{border-top-color:#333}.custom-workflow-editor .panel-header{border-bottom-color:#333}}@media (prefers-reduced-motion: reduce){.custom-workflow-editor *,.custom-workflow-editor *:before,.custom-workflow-editor *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.custom-workflow-editor__toolbar,.custom-workflow-editor__action-bar{display:none}.custom-workflow-editor__layout{flex-direction:column}.custom-workflow-editor__search-panel,.custom-workflow-editor__preview-panel{display:none}.custom-workflow-editor__canvas-area{padding:0;background:#fff}}.global-header{position:fixed;top:0;left:0;right:0;height:75px;background-color:#003d4f;color:#fff;box-shadow:0 1px 4px #0c0c0d0d;z-index:999}.global-header .header-content{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0;max-width:100%;width:90%;margin:0 auto;position:relative}.global-header .header-left{display:flex;align-items:center;justify-content:flex-start}.global-header .logo{padding:20px 24px 20px 0;height:75px;display:flex;align-items:center;min-width:120px}.global-header .logo .logo-image{height:75px;width:auto}.global-header .header-tabs .ant-tabs-nav{margin-bottom:0}.global-header .header-tabs .ant-tabs-nav:before{border-bottom:none}.global-header .header-tabs .ant-tabs-tab{padding:8px 16px;color:#fff}.global-header .header-tabs .ant-tabs-tab .ant-tabs-tab-btn{transition:none;font-weight:700;white-space:nowrap}.global-header .header-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff}.global-header .header-tabs .ant-tabs-ink-bar{opacity:0;transition:opacity .3s}.global-header .header-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab-active~.ant-tabs-ink-bar{opacity:1;background-color:#fff}.global-header .header-right{display:flex;align-items:center;height:75px;padding:0;justify-content:flex-end}.global-header .header-right .help-icon{padding:0 12px;font-size:18px;display:flex;align-items:center;height:100%}.global-header .header-right .user-info{padding:0 0 0 12px;height:100%;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1440px){.global-header .header-content{width:95%}}@media (max-width: 992px){.global-header .header-content{width:95%}}@media (max-width: 768px){.global-header .header-content{width:100%;justify-content:space-between;padding:0 16px}.global-header .logo{padding:20px 16px 20px 0;min-width:80px}.global-header .logo .logo-image{height:60px}.global-header .header-right{width:auto}}@media (max-width: 576px){.global-header .header-content{padding:0 8px}.global-header .logo{padding:20px 8px 20px 0}.global-header .user-info{max-width:120px}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.app-content{margin-top:75px;min-height:calc(100vh - 75px)}
