@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#1f2937;font-size:16px;line-height:1.5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:2rem;padding-bottom:2rem}nav{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;position:sticky;top:0;z-index:50}.page-transition-enter{opacity:0;transform:translateY(16px)}.page-transition-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.page-transition-exit{opacity:1;transform:translateY(0)}.page-transition-exit-active{opacity:0;transform:translateY(-16px);transition:opacity .3s,transform .3s}.btn-primary{background-color:#3b82f6;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.btn-secondary{background-color:#fff;color:#4b5563;border:1px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d}.btn-secondary:hover{background-color:#f9fafb;color:#1f2937;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card{background:white;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem;transition:all .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:1.5rem}table th{background-color:#f3f4f6;padding:.75rem 1rem;font-weight:600;text-align:left;color:#374151;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb}table th:first-child{border-top-left-radius:.5rem;border-left:1px solid #e5e7eb}table th:last-child{border-top-right-radius:.5rem;border-right:1px solid #e5e7eb}table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}table td:first-child{border-left:1px solid #e5e7eb}table td:last-child{border-right:1px solid #e5e7eb}table tr:last-child td:first-child{border-bottom-left-radius:.5rem}table tr:last-child td:last-child{border-bottom-right-radius:.5rem}.form-control{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;background-clip:padding-box;border:1px solid #d1d5db;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{border-color:#3b82f6;outline:0;box-shadow:0 0 0 3px #3b82f640}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.875rem;font-weight:500;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:9999px}.badge-success{background-color:#10b981}.badge-danger{background-color:#ef4444}.badge-warning{background-color:#f59e0b}.badge-info{background-color:#3b82f6}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.back-button{display:inline-flex;align-items:center;padding:.5rem 1rem;color:#4b5563;font-weight:500;transition:all .2s ease;border-radius:.375rem}.back-button:hover{background-color:#f3f4f6;color:#1f2937}.module-spacing{margin-bottom:2rem}.section-heading{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.new-config-card{animation:pulse-highlight 2s infinite;box-shadow:0 0 0 2px #10b98133}@keyframes pulse-highlight{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.template-preview{margin-top:16px}.template-preview .ant-card{border-radius:8px;box-shadow:0 2px 8px #00000014}.template-preview .ant-card-head{border-bottom:1px solid #f0f0f0;padding:0 16px}.template-preview .ant-card-body{padding:16px}.template-preview h4{margin-bottom:16px;font-weight:500;color:#262626}.template-preview .ant-list-item{padding:8px 0}.template-preview .ant-avatar{background-color:#f0f0f0}.template-preview .ant-statistic{margin-bottom:16px}.template-preview .ant-divider{margin:16px 0}.strategy-card{position:relative;border:1px solid #f0f0f0;border-radius:6px;transition:all .3s}.strategy-card:hover{box-shadow:0 2px 8px #00000026;border-color:#d9d9d9}.strategy-card-selected{border-color:#1890ff;background-color:#1890ff0d}.strategy-card-selected:hover{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.template-card{position:relative;border:1px solid #f0f0f0;border-radius:6px;transition:all .3s;height:100%}.template-card:hover{box-shadow:0 2px 8px #00000026;border-color:#d9d9d9}.template-card-selected{border-color:#1890ff;background-color:#1890ff0d}.template-card-selected:hover{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.strategy-param-section{margin-top:16px;padding:12px;border:1px solid #f0f0f0;border-radius:6px;background-color:#fafafa}.strategy-param-section h3{margin-bottom:16px;font-size:16px;font-weight:500;color:#262626}.strategy-tag{margin:4px 8px 4px 0}.import-dropdown-button{display:inline-flex;align-items:center}.import-dropdown-button .anticon{margin-left:6px;font-size:12px}.template-preview-modal .ant-modal-body{padding:0}.template-preview-modal .template-preview-header{padding:16px 24px;border-bottom:1px solid #f0f0f0}.template-preview-modal .template-preview-content{padding:24px}.template-preview-modal .template-preview-footer{padding:16px 24px;border-top:1px solid #f0f0f0;text-align:right}
