@charset "UTF-8";
@-webkit-keyframes fadeIn-a11d84fc {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn-a11d84fc {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes dotPulse-a11d84fc {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-a11d84fc {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@-webkit-keyframes bounceIn-a11d84fc {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes bounceIn-a11d84fc {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes subtlePulse-a11d84fc {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
}
}
@keyframes subtlePulse-a11d84fc {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
}
}
/* 过渡动画优化 */
.fade-enter-active[data-v-a11d84fc],
.fade-leave-active[data-v-a11d84fc] {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.fade-enter[data-v-a11d84fc],
.fade-leave-to[data-v-a11d84fc] {
  opacity: 0;
}
.list-move[data-v-a11d84fc],
.list-enter-active[data-v-a11d84fc],
.list-leave-active[data-v-a11d84fc] {
  -webkit-transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.list-enter-from[data-v-a11d84fc],
.list-leave-to[data-v-a11d84fc] {
  opacity: 0;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.list-leave-active[data-v-a11d84fc] {
  position: absolute;
}
.slide-fade-enter-active[data-v-a11d84fc] {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slide-fade-leave-active[data-v-a11d84fc] {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.slide-fade-enter-from[data-v-a11d84fc] {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0;
}
.slide-fade-leave-to[data-v-a11d84fc] {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0;
}
.bounce-enter-active[data-v-a11d84fc] {
  -webkit-animation: bounceIn-a11d84fc 0.35s;
          animation: bounceIn-a11d84fc 0.35s;
}

/* 主样式 */
.global-loading-overlay[data-v-a11d84fc] {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-animation: fadeIn-a11d84fc 0.25s ease-out;
          animation: fadeIn-a11d84fc 0.25s ease-out;
}
.loading-container[data-v-a11d84fc] {
  width: min(90%, 420px);
  padding: 1.5rem;
  background: white;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.loading-header[data-v-a11d84fc] {
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
}
.loading-header .title[data-v-a11d84fc] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
.loading-header .title[data-v-a11d84fc]::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6366f1), to(transparent));
  background: linear-gradient(90deg, #6366f1, transparent);
  border-radius: 2px;
}
.loading-header .subtitle[data-v-a11d84fc] {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}
.loading-steps[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.loading-step-list[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.loading-step[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 1rem;
  background: rgba(249, 250, 251, 0.9);
  border-radius: 0.5rem;
  -webkit-transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.loading-step .step-content[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.75rem;
}
.loading-step .step-loader[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc] {
  width: 6px;
  height: 6px;
  background: #6366f1;
  border-radius: 50%;
  -webkit-animation: dotPulse-a11d84fc 1.1s infinite ease-in-out;
          animation: dotPulse-a11d84fc 1.1s infinite ease-in-out;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading-step .step-text[data-v-a11d84fc] {
  color: #1f2937;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading-step .step-time[data-v-a11d84fc] {
  color: #6b7280;
  font-size: 0.8125rem;
  font-weight: 500;
  min-width: 2.5rem;
  text-align: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading-step .step-check[data-v-a11d84fc] {
  color: #10b981;
  margin-left: 0.5rem;
}
.loading-step .step-check .check-icon[data-v-a11d84fc] {
  width: 1.125rem;
  height: 1.125rem;
}
.loading-step[data-v-a11d84fc] {
  /* 状态样式 */
}
.loading-step.active[data-v-a11d84fc] {
  background: rgba(238, 242, 255, 0.9);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.loading-step.active .step-text[data-v-a11d84fc] {
  color: #4f46e5;
  font-weight: 600;
}
.loading-step.active .step-time[data-v-a11d84fc] {
  color: #4f46e5;
}
.loading-step.completed[data-v-a11d84fc]:not(.last-step) {
  background: rgba(236, 253, 245, 0.9);
}
.loading-step.completed:not(.last-step) .step-text[data-v-a11d84fc] {
  color: #059669;
}
.loading-step.completed:not(.last-step) .step-time[data-v-a11d84fc] {
  color: #059669;
}
.loading-step.last-step.completed[data-v-a11d84fc] {
  background: rgba(239, 246, 255, 0.9);
  -webkit-animation: subtlePulse-a11d84fc 1.5s infinite;
          animation: subtlePulse-a11d84fc 1.5s infinite;
}
.loading-step.last-step.completed .step-text[data-v-a11d84fc] {
  color: #2563eb;
}
.loading-step.last-step.completed .step-time[data-v-a11d84fc] {
  color: #2563eb;
}
.inventionPointsSection[data-v-27a9ecc0] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inventionPointsSection .features-wrapper[data-v-27a9ecc0] {
  height: 100%;
  overflow-y: auto;
}
.inventionPointsSection .features-wrapper .features-wrapper-content[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card[data-v-27a9ecc0] {
  margin: 20px 0;
  background: #ffffff;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header[data-v-27a9ecc0] {
  padding: 0 32px 0 32px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .card-title[data-v-27a9ecc0] {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .card-title[data-v-27a9ecc0]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 12px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .action-buttons[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body[data-v-27a9ecc0] {
  padding: 20px 32px 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .item-checkbox[data-v-27a9ecc0] .ak-checkbox-inner {
  border-color: #2b2b2b !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content[data-v-27a9ecc0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content[data-v-27a9ecc0]:hover {
  background-color: #f5f9ff;
  border-color: #b1cdff;
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content.selected[data-v-27a9ecc0] {
  background-color: #eff6ff;
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1);
          box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1);
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .drag-handle[data-v-27a9ecc0] {
  color: #94a3b8;
  cursor: -webkit-grab;
  cursor: grab;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .drag-handle .icon-nuodongtubiao[data-v-27a9ecc0] {
  font-size: 14px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .drag-handle[data-v-27a9ecc0]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content:hover .drag-handle[data-v-27a9ecc0] {
  color: #1469fc;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent[data-v-27a9ecc0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] {
  width: 100%;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input {
  width: 100%;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control {
  outline: none;
  padding: 0 2px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control:hover {
  border-color: #e2e8f0 !important;
  background: #f8fafc !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control:focus {
  border-color: #3b82f6 !important;
  background: #eff6ff !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn[data-v-27a9ecc0] {
  width: 35px;
  text-align: left;
  color: #31364e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn[data-v-27a9ecc0]:hover {
  color: #1469fc;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn i[data-v-27a9ecc0] {
  font-size: 14px;
}
.btn[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 16px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn i[data-v-27a9ecc0] {
  margin-right: 5px;
}
.btn-reanalyze[data-v-27a9ecc0] {
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
}
.btn-reanalyze[data-v-27a9ecc0]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.btn-confirm[data-v-27a9ecc0] {
  background-color: #1469fc;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}
.btn-confirm[data-v-27a9ecc0]:hover {
  background-color: #0054e5;
}
