/* _content/NCDL.WebCty/Components/ChatBotAi.razor.rz.scp.css */
@charset "UTF-8";
/* ============================================================
   ChatBot AI — Dark Tech Theme
   Matches HTML: .chatbot-trigger / .chatbot-panel
============================================================ */
@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse-ring-b-4q8l7igu9n {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp-b-4q8l7igu9n {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes typing-dot {
  0%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.45;
  }
  30% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    opacity: 1;
  }
}
@keyframes typing-dot-b-4q8l7igu9n {
  0%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.45;
  }
  30% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    opacity: 1;
  }
}
@-webkit-keyframes status-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes status-blink-b-4q8l7igu9n {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.chatbot-container[b-4q8l7igu9n] {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}

.chatbot-trigger[b-4q8l7igu9n] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 10px 16px 10px 12px;
  background: linear-gradient(145deg, #0d1e38, #091525);
  border: 1px solid rgba(0, 217, 255, 0.14);
  border-radius: 50px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 217, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 217, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.chatbot-trigger:hover[b-4q8l7igu9n] {
  border-color: rgba(0, 217, 255, 0.32);
  -webkit-box-shadow: 0 6px 28px rgba(0, 0, 0, 0.6), 0 0 22px rgba(0, 217, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: 0 6px 28px rgba(0, 0, 0, 0.6), 0 0 22px rgba(0, 217, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.chatbot-trigger:hover .trigger-icon[b-4q8l7igu9n] {
  color: #39e8ff;
}
.chatbot-trigger .trigger-icon[b-4q8l7igu9n] {
  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;
  color: #00d9ff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.chatbot-trigger .trigger-label[b-4q8l7igu9n] {
  font-size: 0.72rem;
  font-weight: 700;
  color: #00d9ff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.chatbot-trigger .trigger-pulse[b-4q8l7igu9n] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 9px;
  height: 9px;
}
.chatbot-trigger .trigger-pulse[b-4q8l7igu9n]::before, .chatbot-trigger .trigger-pulse[b-4q8l7igu9n]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #00d9ff;
}
.chatbot-trigger .trigger-pulse[b-4q8l7igu9n]::before {
  -webkit-animation: pulse-ring 1.8s ease-out infinite;
          animation: pulse-ring-b-4q8l7igu9n 1.8s ease-out infinite;
}
.chatbot-trigger .trigger-pulse[b-4q8l7igu9n]::after {
  -webkit-transform: scale(0.55);
      -ms-transform: scale(0.55);
          transform: scale(0.55);
  opacity: 0.9;
}

.chatbot-panel[b-4q8l7igu9n] {
  width: 370px;
  max-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0b1527;
  border: 1px solid rgba(0, 217, 255, 0.14);
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(0, 217, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.04);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(0, 217, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  -webkit-animation: fadeInUp 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
          animation: fadeInUp-b-4q8l7igu9n 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.panel-header[b-4q8l7igu9n] {
  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;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.08), rgba(249, 115, 22, 0.05));
  border-bottom: 1px solid rgba(0, 217, 255, 0.14);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel-header .panel-header-left[b-4q8l7igu9n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.panel-header .panel-bot-icon[b-4q8l7igu9n] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(145deg, #071936, #0c2c52);
  border: 1px solid rgba(0, 217, 255, 0.28);
  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;
  -webkit-box-shadow: 0 3px 10px rgba(0, 217, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 3px 10px rgba(0, 217, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel-header .panel-title-block[b-4q8l7igu9n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.panel-header .panel-title[b-4q8l7igu9n] {
  font-size: 0.84rem;
  font-weight: 700;
  color: #e2eaf5;
  letter-spacing: -0.1px;
}
.panel-header .panel-status[b-4q8l7igu9n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  color: #5a7699;
}
.panel-header .status-dot[b-4q8l7igu9n] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  -webkit-animation: status-blink 2.5s ease-in-out infinite;
          animation: status-blink-b-4q8l7igu9n 2.5s ease-in-out infinite;
  -webkit-box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
          box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
}
.panel-header .panel-close[b-4q8l7igu9n] {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #5a7699;
  cursor: pointer;
  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;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.panel-header .panel-close:hover[b-4q8l7igu9n] {
  background: rgba(255, 255, 255, 0.09);
  color: #e2eaf5;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.messages-container[b-4q8l7igu9n] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
  background: #060a14;
}
.messages-container[b-4q8l7igu9n]::-webkit-scrollbar {
  width: 4px;
}
.messages-container[b-4q8l7igu9n]::-webkit-scrollbar-track {
  background: transparent;
}
.messages-container[b-4q8l7igu9n]::-webkit-scrollbar-thumb {
  background: rgba(0, 217, 255, 0.25);
  border-radius: 2px;
}
.messages-container[b-4q8l7igu9n]::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 217, 255, 0.4);
}

.message[b-4q8l7igu9n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  -webkit-animation: fadeInUp 0.22s ease;
          animation: fadeInUp-b-4q8l7igu9n 0.22s ease;
}
.message.user-message[b-4q8l7igu9n] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message.user-message .message-content[b-4q8l7igu9n] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.message.user-message .message-text[b-4q8l7igu9n] {
  background: linear-gradient(135deg, #ea580c, #f97316);
  color: #fff;
  border-radius: 16px 16px 4px 16px;
  -webkit-box-shadow: 0 3px 12px rgba(234, 88, 12, 0.3);
          box-shadow: 0 3px 12px rgba(234, 88, 12, 0.3);
}
.message.bot-message .message-text[b-4q8l7igu9n] {
  background: #0f1e36;
  color: #c7d4e8;
  border: 1px solid rgba(0, 217, 255, 0.14);
  border-radius: 16px 16px 16px 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.message-avatar[b-4q8l7igu9n] {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.message-avatar.bot-avatar[b-4q8l7igu9n] {
  background: linear-gradient(145deg, #071936, #0c2c52);
  border: 1px solid rgba(0, 217, 255, 0.25);
}
.message-avatar.user-avatar[b-4q8l7igu9n] {
  background: linear-gradient(145deg, #3b1300, #7c2d00);
  border: 1px solid rgba(249, 115, 22, 0.25);
}

.message-content[b-4q8l7igu9n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  max-width: 72%;
}

.message-text[b-4q8l7igu9n] {
  padding: 9px 13px;
  font-size: 0.8rem;
  line-height: 1.55;
  white-space: pre-line;
  word-break: break-word;
}

.message-time[b-4q8l7igu9n] {
  font-size: 0.62rem;
  color: #5a7699;
  padding: 0 3px;
}

.typing-indicator[b-4q8l7igu9n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px 14px;
  background: #0f1e36;
  border: 1px solid rgba(0, 217, 255, 0.14);
  border-radius: 16px 16px 16px 4px;
}
.typing-indicator span[b-4q8l7igu9n] {
  width: 7px;
  height: 7px;
  background: #00d9ff;
  border-radius: 50%;
  -webkit-animation: typing-dot 1.4s ease-in-out infinite;
          animation: typing-dot-b-4q8l7igu9n 1.4s ease-in-out infinite;
}
.typing-indicator span:nth-child(2)[b-4q8l7igu9n] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background: #39e8ff;
}
.typing-indicator span:nth-child(3)[b-4q8l7igu9n] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  background: rgba(0, 217, 255, 0.5);
}

.quick-actions[b-4q8l7igu9n] {
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(0, 217, 255, 0.14);
  background: rgba(255, 255, 255, 0.018);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quick-actions .quick-action-btn[b-4q8l7igu9n] {
  padding: 5px 11px;
  background: rgba(0, 217, 255, 0.07);
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #00d9ff;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.quick-actions .quick-action-btn:hover[b-4q8l7igu9n] {
  background: rgba(0, 217, 255, 0.14);
  border-color: rgba(0, 217, 255, 0.38);
  color: #39e8ff;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.chatbot-input[b-4q8l7igu9n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #0b1527;
  border-top: 1px solid rgba(0, 217, 255, 0.14);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chatbot-input .input-field[b-4q8l7igu9n] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 9px 14px;
  background: #060a14;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  color: #c7d4e8;
  font-size: 0.8rem;
  outline: none;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.chatbot-input .input-field[b-4q8l7igu9n]::-webkit-input-placeholder {
  color: #5a7699;
}
.chatbot-input .input-field[b-4q8l7igu9n]::-moz-placeholder {
  color: #5a7699;
}
.chatbot-input .input-field:-ms-input-placeholder[b-4q8l7igu9n] {
  color: #5a7699;
}
.chatbot-input .input-field[b-4q8l7igu9n]::-ms-input-placeholder {
  color: #5a7699;
}
.chatbot-input .input-field[b-4q8l7igu9n]::placeholder {
  color: #5a7699;
}
.chatbot-input .input-field:focus[b-4q8l7igu9n] {
  border-color: rgba(0, 217, 255, 0.35);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 217, 255, 0.06);
          box-shadow: 0 0 0 2px rgba(0, 217, 255, 0.06);
}
.chatbot-input .input-field:disabled[b-4q8l7igu9n] {
  opacity: 0.5;
  cursor: not-allowed;
}
.chatbot-input .send-btn[b-4q8l7igu9n] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #ea580c, #f97316);
  color: #fff;
  cursor: pointer;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 3px 10px rgba(234, 88, 12, 0.3);
          box-shadow: 0 3px 10px rgba(234, 88, 12, 0.3);
}
.chatbot-input .send-btn:hover:not(:disabled)[b-4q8l7igu9n] {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 5px 18px rgba(234, 88, 12, 0.5);
          box-shadow: 0 5px 18px rgba(234, 88, 12, 0.5);
}
.chatbot-input .send-btn:active:not(:disabled)[b-4q8l7igu9n] {
  -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
          transform: scale(0.94);
}
.chatbot-input .send-btn:disabled[b-4q8l7igu9n] {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .chatbot-container[b-4q8l7igu9n] {
    bottom: 16px;
    right: 16px;
  }
  .chatbot-panel[b-4q8l7igu9n] {
    width: calc(100vw - 32px);
    max-height: 70vh;
  }
}
/*# sourceMappingURL=Components\ChatBotAi.razor.css.map */
/* _content/NCDL.WebCty/Components/DanhSachDoiTac.razor.rz.scp.css */
[data-theme="0"][b-0348cwrpby] {
  --ca: 239 68 68;
  --cb: 252 165 165;
  --cc: 127 29 29;
}

[data-theme="1"][b-0348cwrpby] {
  --ca: 245 158 11;
  --cb: 252 211 77;
  --cc: 120 53 15;
}

[data-theme="2"][b-0348cwrpby] {
  --ca: 59 130 246;
  --cb: 147 197 253;
  --cc: 29 78 216;
}

[data-theme="3"][b-0348cwrpby] {
  --ca: 16 185 129;
  --cb: 110 231 183;
  --cc: 6 95 70;
}

[data-theme="4"][b-0348cwrpby] {
  --ca: 99 102 241;
  --cb: 165 180 252;
  --cc: 67 56 202;
}

[data-theme="5"][b-0348cwrpby] {
  --ca: 236 72 153;
  --cb: 249 168 212;
  --cc: 157 23 77;
}

[data-theme="6"][b-0348cwrpby] {
  --ca: 234 179 8;
  --cb: 253 224 71;
  --cc: 113 63 18;
}

[data-theme="7"][b-0348cwrpby] {
  --ca: 6 182 212;
  --cb: 103 232 249;
  --cc: 14 116 144;
}

[data-theme="8"][b-0348cwrpby] {
  --ca: 139 92 246;
  --cb: 196 181 253;
  --cc: 109 40 217;
}

[data-theme="9"][b-0348cwrpby] {
  --ca: 202 138 4;
  --cb: 253 224 71;
  --cc: 120 53 15;
}

.partners-section[b-0348cwrpby] {
  position: relative;
  padding: 100px 5%;
  background: linear-gradient(160deg, #06090f 0%, #0c1220 50%, #06090f 100%);
  overflow: hidden;
}

.particles-bg[b-0348cwrpby] {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.particles-bg .particle-dot[b-0348cwrpby] {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: var(--x);
  top: var(--y);
  -webkit-animation: particleDrift 18s infinite ease-in-out;
          animation: particleDrift-b-0348cwrpby 18s infinite ease-in-out;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
.particles-bg .particle-dot:nth-child(odd)[b-0348cwrpby] {
  background: #ea580c;
  -webkit-box-shadow: 0 0 8px rgba(234, 88, 12, 0.5);
          box-shadow: 0 0 8px rgba(234, 88, 12, 0.5);
}
.particles-bg .particle-dot:nth-child(even)[b-0348cwrpby] {
  background: #0ea5e9;
  -webkit-box-shadow: 0 0 8px rgba(14, 165, 233, 0.5);
          box-shadow: 0 0 8px rgba(14, 165, 233, 0.5);
}

@-webkit-keyframes particleDrift {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  25% {
    -webkit-transform: translate(30px, -50px);
            transform: translate(30px, -50px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-20px, -100px);
            transform: translate(-20px, -100px);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(40px, -150px);
            transform: translate(40px, -150px);
    opacity: 0.8;
  }
}

@keyframes particleDrift-b-0348cwrpby {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.3;
  }
  25% {
    -webkit-transform: translate(30px, -50px);
            transform: translate(30px, -50px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-20px, -100px);
            transform: translate(-20px, -100px);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translate(40px, -150px);
            transform: translate(40px, -150px);
    opacity: 0.8;
  }
}
.section-header[b-0348cwrpby] {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-tag[b-0348cwrpby] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 24px;
  background: rgba(234, 88, 12, 0.08);
  border: 1px solid rgba(234, 88, 12, 0.25);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}
.section-tag .dot[b-0348cwrpby] {
  width: 6px;
  height: 6px;
  background: #ea580c;
  border-radius: 50%;
  -webkit-animation: dotGlow 1.5s ease-in-out infinite;
          animation: dotGlow-b-0348cwrpby 1.5s ease-in-out infinite;
  -webkit-box-shadow: 0 0 8px rgba(234, 88, 12, 0.8);
          box-shadow: 0 0 8px rgba(234, 88, 12, 0.8);
}

@-webkit-keyframes dotGlow {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 8px rgba(234, 88, 12, 0.8);
            box-shadow: 0 0 8px rgba(234, 88, 12, 0.8);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-box-shadow: 0 0 16px #ea580c;
            box-shadow: 0 0 16px #ea580c;
  }
}

@keyframes dotGlow-b-0348cwrpby {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 8px rgba(234, 88, 12, 0.8);
            box-shadow: 0 0 8px rgba(234, 88, 12, 0.8);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-box-shadow: 0 0 16px #ea580c;
            box-shadow: 0 0 16px #ea580c;
  }
}
.section-title[b-0348cwrpby] {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 16px;
  color: white;
}
.section-title .word[b-0348cwrpby] {
  display: inline-block;
  margin: 0 8px;
  opacity: 0;
  -webkit-animation: wordReveal 0.8s ease forwards;
          animation: wordReveal-b-0348cwrpby 0.8s ease forwards;
}
.section-title .word:nth-child(1)[b-0348cwrpby] {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.section-title .word:nth-child(2)[b-0348cwrpby] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.section-title .word:nth-child(3)[b-0348cwrpby] {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.section-title .word.highlight[b-0348cwrpby] {
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes wordReveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes wordReveal-b-0348cwrpby {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section-desc[b-0348cwrpby] {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.partners-slider-container[b-0348cwrpby] {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 50px;
  overflow: hidden;
  padding: 20px 0;
}

.slider-track[b-0348cwrpby] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 20px 10px;
}

.partner-card[b-0348cwrpby] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 20px);
          flex: 0 0 calc(33.333% - 20px);
  min-width: 320px;
  position: relative;
  background: rgba(12, 18, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 0 0 28px;
  overflow: hidden;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.partner-card[b-0348cwrpby]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(var(--ca))), color-stop(60%, rgb(var(--cb))), to(transparent));
  background: linear-gradient(90deg, rgb(var(--ca)) 0%, rgb(var(--cb)) 60%, transparent 100%);
  border-radius: 24px 24px 0 0;
  z-index: 5;
}
.partner-card[b-0348cwrpby]::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--ca), 0.22) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.partner-card .card-glow[b-0348cwrpby] {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--ca), 0.18) 0%, transparent 70%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.partner-card:hover[b-0348cwrpby], .partner-card.active[b-0348cwrpby] {
  -webkit-transform: translateY(-10px) scale(1.01);
      -ms-transform: translateY(-10px) scale(1.01);
          transform: translateY(-10px) scale(1.01);
  border-color: rgba(var(--ca), 0.45);
  -webkit-box-shadow: 0 28px 55px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(var(--ca), 0.2), 0 0 50px rgba(var(--ca), 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 28px 55px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(var(--ca), 0.2), 0 0 50px rgba(var(--ca), 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.partner-card:hover[b-0348cwrpby]::after, .partner-card.active[b-0348cwrpby]::after {
  opacity: 1;
}
.partner-card:hover .card-glow[b-0348cwrpby], .partner-card.active .card-glow[b-0348cwrpby] {
  opacity: 1;
}
.partner-card:hover .partner-logo .logo-ring[b-0348cwrpby], .partner-card.active .partner-logo .logo-ring[b-0348cwrpby] {
  -webkit-animation: ringPulse 2s ease-in-out infinite;
          animation: ringPulse-b-0348cwrpby 2s ease-in-out infinite;
}
.partner-card:hover .partner-btn[b-0348cwrpby], .partner-card.active .partner-btn[b-0348cwrpby] {
  background: linear-gradient(135deg, rgba(var(--ca), 0.9), rgba(var(--cc), 0.8));
  border-color: transparent;
  -webkit-box-shadow: 0 8px 25px rgba(var(--ca), 0.4);
          box-shadow: 0 8px 25px rgba(var(--ca), 0.4);
  color: #fff;
}
.partner-card:hover .partner-btn svg[b-0348cwrpby], .partner-card.active .partner-btn svg[b-0348cwrpby] {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@-webkit-keyframes glowRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes glowRotate-b-0348cwrpby {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.card-content[b-0348cwrpby] {
  position: relative;
  z-index: 2;
  padding: 32px 28px 0;
}

.partner-logo[b-0348cwrpby] {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
}
.partner-logo .logo-bg[b-0348cwrpby] {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(var(--ca), 0.9), rgba(var(--cc), 0.95));
  border-radius: 20px;
  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;
  -webkit-box-shadow: 0 12px 30px rgba(var(--ca), 0.45);
          box-shadow: 0 12px 30px rgba(var(--ca), 0.45);
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.partner-logo .logo-bg svg[b-0348cwrpby] {
  width: 38px;
  height: 38px;
  color: white;
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}
.partner-logo .logo-ring[b-0348cwrpby] {
  position: absolute;
  inset: -5px;
  border-radius: 25px;
  background: conic-gradient(from 0deg, rgb(var(--ca)), rgb(var(--cb)), transparent 60%, rgb(var(--ca)));
  z-index: 1;
  opacity: 0.55;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@-webkit-keyframes ringPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes ringPulse-b-0348cwrpby {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
.partner-name[b-0348cwrpby] {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
  letter-spacing: 0.4px;
}

.partner-field[b-0348cwrpby] {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 5px 14px;
  margin-bottom: 14px;
  border-radius: 30px;
  color: rgb(var(--cb));
  background: rgba(var(--ca), 0.12);
  border: 1px solid rgba(var(--ca), 0.28);
}

.partner-desc[b-0348cwrpby] {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 18px;
  min-height: 48px;
}

.partner-stats[b-0348cwrpby] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  margin-bottom: 22px;
  padding: 14px 0;
  border-top: 1px solid rgba(var(--ca), 0.15);
  border-bottom: 1px solid rgba(var(--ca), 0.15);
}
.partner-stats .stat[b-0348cwrpby] {
  text-align: center;
}
.partner-stats .stat .stat-value[b-0348cwrpby] {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  color: rgb(var(--cb));
  text-shadow: 0 0 20px rgba(var(--ca), 0.6);
}
.partner-stats .stat .stat-label[b-0348cwrpby] {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.partner-btn[b-0348cwrpby] {
  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;
  gap: 10px;
  width: calc(100% - 56px);
  margin: 0 28px;
  padding: 13px 24px;
  background: rgba(var(--ca), 0.12);
  border: 1px solid rgba(var(--ca), 0.32);
  border-radius: 50px;
  color: rgb(var(--cb));
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.partner-btn svg[b-0348cwrpby] {
  width: 17px;
  height: 17px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.partner-btn:hover[b-0348cwrpby] {
  -webkit-box-shadow: 0 8px 28px rgba(var(--ca), 0.35);
          box-shadow: 0 8px 28px rgba(var(--ca), 0.35);
}

.card-shapes[b-0348cwrpby] {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.card-shapes .shape[b-0348cwrpby] {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}
.card-shapes .shape-1[b-0348cwrpby] {
  width: 140px;
  height: 140px;
  top: -40px;
  right: -40px;
  background: radial-gradient(circle, rgb(var(--ca)), transparent 65%);
  -webkit-animation: shapeFloat1 9s ease-in-out infinite;
          animation: shapeFloat1-b-0348cwrpby 9s ease-in-out infinite;
}
.card-shapes .shape-2[b-0348cwrpby] {
  width: 90px;
  height: 90px;
  bottom: -25px;
  left: -25px;
  background: radial-gradient(circle, rgb(var(--cb)), transparent 65%);
  -webkit-animation: shapeFloat2 11s ease-in-out infinite;
          animation: shapeFloat2-b-0348cwrpby 11s ease-in-out infinite;
}

@-webkit-keyframes shapeFloat1 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(-20px, 20px) scale(1.2);
            transform: translate(-20px, 20px) scale(1.2);
  }
}

@keyframes shapeFloat1-b-0348cwrpby {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(-20px, 20px) scale(1.2);
            transform: translate(-20px, 20px) scale(1.2);
  }
}
@-webkit-keyframes shapeFloat2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(20px, -20px) scale(1.1);
            transform: translate(20px, -20px) scale(1.1);
  }
}
@keyframes shapeFloat2-b-0348cwrpby {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(20px, -20px) scale(1.1);
            transform: translate(20px, -20px) scale(1.1);
  }
}
.nav-arrow[b-0348cwrpby] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  cursor: pointer;
  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;
  color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.nav-arrow.prev[b-0348cwrpby] {
  left: 10px;
}
.nav-arrow.next[b-0348cwrpby] {
  right: 10px;
}
.nav-arrow svg[b-0348cwrpby] {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-arrow .arrow-bg[b-0348cwrpby] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-arrow:hover:not(:disabled)[b-0348cwrpby] {
  border-color: transparent;
  color: white;
  -webkit-box-shadow: 0 8px 30px rgba(99, 102, 241, 0.45);
          box-shadow: 0 8px 30px rgba(99, 102, 241, 0.45);
}
.nav-arrow:hover:not(:disabled) .arrow-bg[b-0348cwrpby] {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.nav-arrow:hover:not(:disabled).prev svg[b-0348cwrpby] {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}
.nav-arrow:hover:not(:disabled).next svg[b-0348cwrpby] {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.nav-arrow:disabled[b-0348cwrpby] {
  opacity: 0.3;
  cursor: not-allowed;
}

.slider-dots[b-0348cwrpby] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 60px;
}
.slider-dots .dot[b-0348cwrpby] {
  width: 40px;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.slider-dots .dot .dot-progress[b-0348cwrpby] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6366f1), to(#06b6d4));
  background: linear-gradient(90deg, #6366f1, #06b6d4);
  border-radius: 3px;
}
.slider-dots .dot:hover[b-0348cwrpby] {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
          transform: scaleY(1.5);
}
.slider-dots .dot.active[b-0348cwrpby] {
  width: 60px;
}
.slider-dots .dot.active .dot-progress[b-0348cwrpby] {
  -webkit-animation: dotFill 5s linear forwards;
          animation: dotFill-b-0348cwrpby 5s linear forwards;
}

@-webkit-keyframes dotFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes dotFill-b-0348cwrpby {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.partners-marquee[b-0348cwrpby] {
  position: relative;
  overflow: hidden;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.015);
}
.partners-marquee[b-0348cwrpby]::before, .partners-marquee[b-0348cwrpby]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
}
.partners-marquee[b-0348cwrpby]::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#080d10), to(transparent));
  background: linear-gradient(to right, #080d10, transparent);
}
.partners-marquee[b-0348cwrpby]::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#080d10), to(transparent));
  background: linear-gradient(to left, #080d10, transparent);
}

.marquee-track[b-0348cwrpby] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-animation: marqueeScroll 30s linear infinite;
          animation: marqueeScroll-b-0348cwrpby 30s linear infinite;
}
.marquee-track:hover[b-0348cwrpby] {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes marqueeScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marqueeScroll-b-0348cwrpby {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.marquee-item[b-0348cwrpby] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 22px;
  background: rgba(var(--ca), 0.07);
  border: 1px solid rgba(var(--ca), 0.18);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.marquee-item:hover[b-0348cwrpby] {
  background: rgba(var(--ca), 0.16);
  border-color: rgba(var(--ca), 0.4);
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0 4px 20px rgba(var(--ca), 0.25);
          box-shadow: 0 4px 20px rgba(var(--ca), 0.25);
}
.marquee-item:hover .marquee-logo[b-0348cwrpby] {
  color: rgb(var(--cb));
}
.marquee-item:hover span[b-0348cwrpby] {
  color: rgb(var(--cb));
}
.marquee-item .marquee-logo[b-0348cwrpby] {
  width: 30px;
  height: 30px;
  color: rgb(var(--cb));
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.marquee-item .marquee-logo svg[b-0348cwrpby] {
  width: 100%;
  height: 100%;
}
.marquee-item span[b-0348cwrpby] {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  letter-spacing: 0.3px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (max-width: 1200px) {
  .partner-card[b-0348cwrpby] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .partners-section[b-0348cwrpby] {
    padding: 60px 4%;
  }
  .section-header[b-0348cwrpby] {
    margin-bottom: 40px;
  }
  .section-tag[b-0348cwrpby] {
    padding: 10px 20px;
    font-size: 0.75rem;
  }
  .section-title .word[b-0348cwrpby] {
    margin: 0 5px;
  }
  .partner-card[b-0348cwrpby] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
    min-width: 280px;
    padding: 25px;
  }
  .nav-arrow[b-0348cwrpby] {
    width: 45px;
    height: 45px;
  }
  .nav-arrow.prev[b-0348cwrpby] {
    left: 5px;
  }
  .nav-arrow.next[b-0348cwrpby] {
    right: 5px;
  }
  .nav-arrow svg[b-0348cwrpby] {
    width: 18px;
    height: 18px;
  }
  .slider-dots[b-0348cwrpby] {
    margin-bottom: 40px;
  }
  .slider-dots .dot[b-0348cwrpby] {
    width: 30px;
  }
  .slider-dots .dot.active[b-0348cwrpby] {
    width: 45px;
  }
  .marquee-item[b-0348cwrpby] {
    padding: 10px 18px;
  }
  .marquee-item .marquee-logo[b-0348cwrpby] {
    width: 24px;
    height: 24px;
  }
  .marquee-item span[b-0348cwrpby] {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=Components\DanhSachDoiTac.razor.css.map */
/* _content/NCDL.WebCty/Components/Dashboard.razor.rz.scp.css */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin-b-cw59wdgik7 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bar-grow {
  from {
    width: 0;
  }
}
@keyframes bar-grow-b-cw59wdgik7 {
  from {
    width: 0;
  }
}
@-webkit-keyframes live {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes live-b-cw59wdgik7 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadein-b-cw59wdgik7 {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.db-wrapper[b-cw59wdgik7] {
  position: relative;
  background: #050d1a;
  padding: 1.25rem 1.25rem 2rem;
  overflow: hidden;
  -webkit-animation: fadein 0.35s ease both;
          animation: fadein-b-cw59wdgik7 0.35s ease both;
}

.db-grid[b-cw59wdgik7] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(rgba(14, 165, 233, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 165, 233, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, black 40%, transparent 100%);
          mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, black 40%, transparent 100%);
}

.db-header[b-cw59wdgik7] {
  position: relative;
  z-index: 1;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.db-brand[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.db-brand .db-brand-icon[b-cw59wdgik7] {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: linear-gradient(135deg, #0ea5e9, #ea580c);
  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;
  -webkit-box-shadow: 0 0 18px rgba(14, 165, 233, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 18px rgba(14, 165, 233, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.db-brand h1[b-cw59wdgik7] {
  font-size: 0.98rem;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0;
}
.db-brand h1 span[b-cw59wdgik7] {
  background: linear-gradient(135deg, #0ea5e9, #ea580c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.db-brand p[b-cw59wdgik7] {
  font-size: 0.63rem;
  color: #94a3b8;
  margin: 2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.live-dot[b-cw59wdgik7] {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0ea5e9;
  -webkit-animation: live 2.4s ease-in-out infinite;
          animation: live-b-cw59wdgik7 2.4s ease-in-out infinite;
}

.db-header-right[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.db-iso-badge[b-cw59wdgik7] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0ea5e9;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 20px;
  background: rgba(14, 165, 233, 0.07);
}

.db-period[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 9px;
  padding: 3px;
  gap: 2px;
}
.db-period button[b-cw59wdgik7] {
  padding: 0.25rem 0.62rem;
  border: none;
  background: transparent;
  color: #94a3b8;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 500;
  -webkit-transition: background 0.18s, color 0.18s;
  transition: background 0.18s, color 0.18s;
}
.db-period button:hover[b-cw59wdgik7] {
  color: #e2e8f0;
}
.db-period button.active[b-cw59wdgik7] {
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
  color: #fff;
}

.db-btn-refresh[b-cw59wdgik7] {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: #94a3b8;
  cursor: pointer;
  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;
  -webkit-transition: color 0.18s, border-color 0.18s;
  transition: color 0.18s, border-color 0.18s;
}
.db-btn-refresh:hover[b-cw59wdgik7] {
  color: #0ea5e9;
  border-color: rgba(14, 165, 233, 0.35);
}
.db-btn-refresh.spin svg[b-cw59wdgik7] {
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin-b-cw59wdgik7 0.8s linear infinite;
}

.db-sec-hd[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}
.db-sec-hd .dsh-icon[b-cw59wdgik7] {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: linear-gradient(135deg, #0ea5e9, #ea580c);
  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;
  -webkit-box-shadow: 0 3px 10px rgba(14, 165, 233, 0.22);
          box-shadow: 0 3px 10px rgba(14, 165, 233, 0.22);
}
.db-sec-hd h2[b-cw59wdgik7], .db-sec-hd h3[b-cw59wdgik7] {
  font-size: 0.82rem;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0;
}
.db-sec-hd .dsh-tag[b-cw59wdgik7] {
  margin-left: auto;
  font-size: 0.6rem;
  color: #94a3b8;
  padding: 2px 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}

.db-kpi[b-cw59wdgik7] {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 1200px) {
  .db-kpi[b-cw59wdgik7] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .db-kpi[b-cw59wdgik7] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.kpi-card[b-cw59wdgik7] {
  position: relative;
  overflow: hidden;
  padding: 0.85rem 0.9rem 0.7rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 13px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(0, 0, 0, 0.22), 0 14px 30px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(0, 0, 0, 0.22), 0 14px 30px rgba(0, 0, 0, 0.12);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.24s ease;
  transition: -webkit-transform 0.24s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.24s ease;
  transition: transform 0.24s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.24s ease;
  transition: transform 0.24s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.24s ease, -webkit-transform 0.24s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.24s ease;
}
.kpi-card:hover[b-cw59wdgik7] {
  -webkit-transform: perspective(480px) rotateX(-6deg) rotateY(4deg) translateY(-5px);
          transform: perspective(480px) rotateX(-6deg) rotateY(4deg) translateY(-5px);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 24px rgba(0, 0, 0, 0.3), 0 28px 50px rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 24px rgba(0, 0, 0, 0.3), 0 28px 50px rgba(0, 0, 0, 0.18);
}
.kpi-card .kpi-bar[b-cw59wdgik7] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 13px 13px 0 0;
}
.kpi-card .kpi-row1[b-cw59wdgik7] {
  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;
  margin-bottom: 0.55rem;
}
.kpi-card .kpi-icon[b-cw59wdgik7] {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.kpi-card .kpi-badge[b-cw59wdgik7] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 4px;
}
.kpi-card .kpi-badge.kb-up[b-cw59wdgik7] {
  background: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
}
.kpi-card .kpi-badge.kb-down[b-cw59wdgik7] {
  background: rgba(234, 88, 12, 0.12);
  color: #ea580c;
}
.kpi-card .kpi-badge.kb-warn[b-cw59wdgik7] {
  background: rgba(234, 179, 8, 0.12);
  color: #eab308;
}
.kpi-card .kpi-num[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3px;
  font-size: 1.22rem;
  font-weight: 700;
  color: #e2e8f0;
}
.kpi-card .kpi-num small[b-cw59wdgik7] {
  font-size: 0.6rem;
  color: #94a3b8;
  font-weight: 400;
}
.kpi-card .kpi-lbl[b-cw59wdgik7] {
  font-size: 0.6rem;
  color: #94a3b8;
  margin-top: 3px;
  letter-spacing: 0.04em;
}
.kpi-card .kpi-spark[b-cw59wdgik7] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 36px;
  opacity: 0.22;
  pointer-events: none;
}
.kpi-card .kpi-spark .spark-line[b-cw59wdgik7] {
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
}
.kpi-card.kc-revenue .kpi-bar[b-cw59wdgik7] {
  background: -webkit-gradient(linear, left top, right top, from(#0ea5e9), to(#38bdf8));
  background: linear-gradient(90deg, #0ea5e9, #38bdf8);
}
.kpi-card.kc-revenue .kpi-icon[b-cw59wdgik7] {
  background: rgba(14, 165, 233, 0.14);
  color: #0ea5e9;
}
.kpi-card.kc-revenue .kpi-spark .spark-line[b-cw59wdgik7] {
  stroke: #0ea5e9;
}
.kpi-card.kc-revenue:hover[b-cw59wdgik7] {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(14, 165, 233, 0.16), 0 0 32px rgba(14, 165, 233, 0.06);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(14, 165, 233, 0.16), 0 0 32px rgba(14, 165, 233, 0.06);
}
.kpi-card.kc-expense .kpi-bar[b-cw59wdgik7] {
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), to(#f97316));
  background: linear-gradient(90deg, #ea580c, #f97316);
}
.kpi-card.kc-expense .kpi-icon[b-cw59wdgik7] {
  background: rgba(234, 88, 12, 0.14);
  color: #ea580c;
}
.kpi-card.kc-expense .kpi-spark .spark-line[b-cw59wdgik7] {
  stroke: #ea580c;
}
.kpi-card.kc-profit .kpi-bar[b-cw59wdgik7] {
  background: -webkit-gradient(linear, left top, right top, from(#10b981), to(#34d399));
  background: linear-gradient(90deg, #10b981, #34d399);
}
.kpi-card.kc-profit .kpi-icon[b-cw59wdgik7] {
  background: rgba(16, 185, 129, 0.14);
  color: #10b981;
}
.kpi-card.kc-profit .kpi-spark .spark-line[b-cw59wdgik7] {
  stroke: #10b981;
}
.kpi-card.kc-tax .kpi-bar[b-cw59wdgik7] {
  background: -webkit-gradient(linear, left top, right top, from(#eab308), to(#fbbf24));
  background: linear-gradient(90deg, #eab308, #fbbf24);
}
.kpi-card.kc-tax .kpi-icon[b-cw59wdgik7] {
  background: rgba(234, 179, 8, 0.14);
  color: #eab308;
}
.kpi-card.kc-tax .kpi-spark .spark-line[b-cw59wdgik7] {
  stroke: #eab308;
}
.kpi-card.kc-debt .kpi-bar[b-cw59wdgik7] {
  background: -webkit-gradient(linear, left top, right top, from(#22d3ee), to(#06b6d4));
  background: linear-gradient(90deg, #22d3ee, #06b6d4);
}
.kpi-card.kc-debt .kpi-icon[b-cw59wdgik7] {
  background: rgba(34, 211, 238, 0.14);
  color: #22d3ee;
}
.kpi-card.kc-debt .kpi-spark .spark-line[b-cw59wdgik7] {
  stroke: #22d3ee;
}
.kpi-card.kc-inventory .kpi-bar[b-cw59wdgik7] {
  background: -webkit-gradient(linear, left top, right top, from(#f97316), to(#ea580c));
  background: linear-gradient(90deg, #f97316, #ea580c);
}
.kpi-card.kc-inventory .kpi-icon[b-cw59wdgik7] {
  background: rgba(249, 115, 22, 0.14);
  color: #f97316;
}
.kpi-card.kc-inventory .kpi-spark .spark-line[b-cw59wdgik7] {
  stroke: #f97316;
}

.db-tax[b-cw59wdgik7] {
  position: relative;
  z-index: 1;
  margin-bottom: 1.1rem;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 16px rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 16px rgba(0, 0, 0, 0.18);
}

.tax-grid[b-cw59wdgik7] {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 180px;
  gap: 0.7rem;
}
@media (max-width: 1100px) {
  .tax-grid[b-cw59wdgik7] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .tax-grid[b-cw59wdgik7] {
    grid-template-columns: 1fr;
  }
}

.tc[b-cw59wdgik7] {
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, transform 0.2s;
  transition: border-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.tc:hover[b-cw59wdgik7] {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tc .tc-head[b-cw59wdgik7] {
  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;
  margin-bottom: 0.45rem;
}
.tc .tc-tag[b-cw59wdgik7] {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1px 6px;
  border-radius: 3px;
}
.tc .tc-tag.vat[b-cw59wdgik7] {
  background: rgba(14, 165, 233, 0.15);
  color: #0ea5e9;
}
.tc .tc-tag.cit[b-cw59wdgik7] {
  background: rgba(234, 88, 12, 0.15);
  color: #ea580c;
}
.tc .tc-tag.pit[b-cw59wdgik7] {
  background: rgba(234, 179, 8, 0.15);
  color: #eab308;
}
.tc .tc-dot[b-cw59wdgik7] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.tc .tc-dot.ok[b-cw59wdgik7] {
  background: #22c55e;
  -webkit-box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
          box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
}
.tc .tc-dot.warn[b-cw59wdgik7] {
  background: #eab308;
  -webkit-box-shadow: 0 0 6px rgba(234, 179, 8, 0.6);
          box-shadow: 0 0 6px rgba(234, 179, 8, 0.6);
}
.tc .tc-dot.pending[b-cw59wdgik7] {
  background: #475569;
}
.tc .tc-name[b-cw59wdgik7] {
  font-size: 0.7rem;
  color: #e2e8f0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.tc .tc-prog[b-cw59wdgik7] {
  height: 3px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 0.45rem;
}
.tc .tc-prog .tc-fill[b-cw59wdgik7] {
  height: 100%;
  border-radius: 2px;
  -webkit-animation: bar-grow 1s ease both;
          animation: bar-grow-b-cw59wdgik7 1s ease both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.tc .tc-foot[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.62rem;
  color: #94a3b8;
}
.tc .s-ok[b-cw59wdgik7] {
  color: #22c55e;
}
.tc .s-warn[b-cw59wdgik7] {
  color: #eab308;
}
.tc .s-pending[b-cw59wdgik7] {
  color: #475569;
}
.tc.ok[b-cw59wdgik7] {
  border-color: rgba(34, 197, 94, 0.12);
}
.tc.ok .tc-fill[b-cw59wdgik7] {
  background: #22c55e;
}
.tc.warn[b-cw59wdgik7] {
  border-color: rgba(234, 179, 8, 0.12);
}
.tc.warn .tc-fill[b-cw59wdgik7] {
  background: #eab308;
}
.tc.pending[b-cw59wdgik7] {
  border-color: rgba(255, 255, 255, 0.06);
}

.tc-deadline[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(234, 88, 12, 0.05));
  border: 1px solid rgba(14, 165, 233, 0.2);
}
.tc-deadline .tcd-ring[b-cw59wdgik7] {
  position: relative;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-deadline .tcd-ring svg[b-cw59wdgik7] {
  width: 100%;
  height: 100%;
}
.tc-deadline .tcd-num[b-cw59wdgik7] {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-deadline .tcd-num strong[b-cw59wdgik7] {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0ea5e9;
  line-height: 1;
}
.tc-deadline .tcd-num span[b-cw59wdgik7] {
  font-size: 0.52rem;
  color: #94a3b8;
}
.tc-deadline .tcd-body[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.tc-deadline .tcd-lbl[b-cw59wdgik7] {
  font-size: 0.6rem;
  color: #94a3b8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.tc-deadline .tcd-date[b-cw59wdgik7] {
  font-size: 0.85rem;
  font-weight: 700;
  color: #e2e8f0;
}
.tc-deadline .tcd-type[b-cw59wdgik7] {
  font-size: 0.62rem;
  color: #94a3b8;
}

.db-charts[b-cw59wdgik7] {
  position: relative;
  z-index: 1;
  margin-bottom: 1.1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
}
@media (max-width: 1100px) {
  .db-charts[b-cw59wdgik7] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .db-charts[b-cw59wdgik7] {
    grid-template-columns: 1fr;
  }
}

.dbc[b-cw59wdgik7] {
  position: relative;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
  transition: -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
}
.dbc:hover[b-cw59wdgik7] {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
}
.dbc.wide[b-cw59wdgik7] {
  grid-column: span 1;
}
@media (min-width: 1100px) {
  .dbc.wide[b-cw59wdgik7] {
    grid-column: span 1;
  }
}
.dbc .dbc-hd[b-cw59wdgik7] {
  padding: 0.72rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(0, 0, 0, 0.12);
}
.dbc .dbc-ttl[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  font-size: 0.74rem;
  font-weight: 600;
  color: #e2e8f0;
}
.dbc .dbc-ico[b-cw59wdgik7] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.dbc .dbc-ico.cyan[b-cw59wdgik7] {
  background: rgba(14, 165, 233, 0.15);
  color: #0ea5e9;
}
.dbc .dbc-ico.orange[b-cw59wdgik7] {
  background: rgba(234, 88, 12, 0.15);
  color: #ea580c;
}
.dbc .dbc-ico.blue[b-cw59wdgik7] {
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
}
.dbc .dbc-leg[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.65rem;
}
.dbc .dbc-leg span[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 0.62rem;
  color: #94a3b8;
}
.dbc .dbc-leg i[b-cw59wdgik7] {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.dbc .dbc-cv[b-cw59wdgik7] {
  padding: 0.8rem 1rem;
  position: relative;
  min-height: 200px;
}
.dbc .dbc-cv canvas[b-cw59wdgik7] {
  width: 100% !important;
  height: 185px !important;
}
.dbc .dbc-cv.donut-wrap[b-cw59wdgik7] {
  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;
  min-height: 175px;
}
.dbc .dbc-cv.donut-wrap canvas[b-cw59wdgik7] {
  max-width: 155px;
  height: 155px !important;
}
.dbc .dbc-cv.donut-wrap .donut-center[b-cw59wdgik7] {
  position: absolute;
  text-align: center;
}
.dbc .dbc-cv.donut-wrap .donut-center strong[b-cw59wdgik7] {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #0ea5e9, #ea580c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.dbc .dbc-cv.donut-wrap .donut-center span[b-cw59wdgik7] {
  font-size: 0.6rem;
  color: #94a3b8;
}

.expense-list[b-cw59wdgik7] {
  padding: 0 1rem 0.85rem;
}
.expense-list .expense-row[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 5px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.expense-list .expense-row:last-child[b-cw59wdgik7] {
  border: none;
}
.expense-list .expense-row:hover[b-cw59wdgik7] {
  background: rgba(255, 255, 255, 0.025);
}
.expense-list .expense-row .dot[b-cw59wdgik7] {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.expense-list .expense-row .name[b-cw59wdgik7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.7rem;
  color: #e2e8f0;
}
.expense-list .expense-row .exp-bar-wrap[b-cw59wdgik7] {
  width: 60px;
  height: 3px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  overflow: hidden;
}
.expense-list .expense-row .exp-bar-wrap .exp-bar[b-cw59wdgik7] {
  height: 100%;
  border-radius: 2px;
}
.expense-list .expense-row .pct[b-cw59wdgik7] {
  font-size: 0.62rem;
  color: #94a3b8;
  font-weight: 600;
  min-width: 22px;
  text-align: right;
}

.debt-summary[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  padding: 0 1rem 0.85rem;
}
.debt-summary .debt-item[b-cw59wdgik7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.6rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.debt-summary .debt-item:hover[b-cw59wdgik7] {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.debt-summary .debt-item .debt-icon[b-cw59wdgik7] {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.debt-summary .debt-item.receivable .debt-icon[b-cw59wdgik7] {
  background: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
}
.debt-summary .debt-item.payable .debt-icon[b-cw59wdgik7] {
  background: rgba(234, 88, 12, 0.12);
  color: #ea580c;
}
.debt-summary .debt-item div small[b-cw59wdgik7] {
  display: block;
  color: #94a3b8;
  font-size: 0.6rem;
}
.debt-summary .debt-item div strong[b-cw59wdgik7] {
  color: #e2e8f0;
  font-size: 0.74rem;
  font-weight: 600;
}
.debt-summary .debt-item .debt-pct[b-cw59wdgik7] {
  margin-left: auto;
  font-size: 0.65rem;
  font-weight: 700;
}
.debt-summary .debt-item .debt-pct.cyan[b-cw59wdgik7] {
  color: #0ea5e9;
}
.debt-summary .debt-item .debt-pct.orange[b-cw59wdgik7] {
  color: #ea580c;
}

.db-bottom[b-cw59wdgik7] {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0.75rem;
}
@media (max-width: 900px) {
  .db-bottom[b-cw59wdgik7] {
    grid-template-columns: 1fr;
  }
}

.db-txn[b-cw59wdgik7], .db-inv[b-cw59wdgik7] {
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 3px 12px rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 3px 12px rgba(0, 0, 0, 0.18);
}

.txn-list[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.txn-row[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 4px;
  border-radius: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.txn-row:last-child[b-cw59wdgik7] {
  border: none;
}
.txn-row:hover[b-cw59wdgik7] {
  background: rgba(255, 255, 255, 0.03);
}
.txn-row .txn-ico[b-cw59wdgik7] {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.txn-row .txn-ico.t-in[b-cw59wdgik7] {
  background: rgba(14, 165, 233, 0.14);
  color: #0ea5e9;
}
.txn-row .txn-ico.t-out[b-cw59wdgik7] {
  background: rgba(234, 88, 12, 0.14);
  color: #ea580c;
}
.txn-row .txn-ico.t-tax[b-cw59wdgik7] {
  background: rgba(234, 179, 8, 0.14);
  color: #eab308;
}
.txn-row .txn-body[b-cw59wdgik7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.txn-row .txn-body .txn-nm[b-cw59wdgik7] {
  display: block;
  font-size: 0.72rem;
  color: #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txn-row .txn-body .txn-dt[b-cw59wdgik7] {
  font-size: 0.6rem;
  color: #94a3b8;
}
.txn-row .txn-amt[b-cw59wdgik7] {
  font-size: 0.72rem;
  font-weight: 600;
  min-width: 110px;
  text-align: right;
}
.txn-row .txn-amt.pos[b-cw59wdgik7] {
  color: #0ea5e9;
}
.txn-row .txn-amt.neg[b-cw59wdgik7] {
  color: #ea580c;
}
.txn-row .txn-badge[b-cw59wdgik7] {
  font-size: 0.58rem;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
  min-width: 70px;
  text-align: center;
}
.txn-row .txn-badge.ok[b-cw59wdgik7] {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.2);
}
.txn-row .txn-badge.pend[b-cw59wdgik7] {
  background: rgba(234, 179, 8, 0.1);
  color: #eab308;
  border: 1px solid rgba(234, 179, 8, 0.2);
}

.inv-cv[b-cw59wdgik7] {
  padding: 0.8rem 1rem;
  min-height: 0;
}
.inv-cv canvas[b-cw59wdgik7] {
  width: 100% !important;
  height: 160px !important;
}

.inventory-stats[b-cw59wdgik7] {
  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;
  padding: 0 1rem 0.85rem;
}
.inventory-stats .inv-stat[b-cw59wdgik7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: 0.55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 1px solid rgba(255, 255, 255, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.inventory-stats .inv-stat .inv-icon[b-cw59wdgik7] {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inventory-stats .inv-stat .inv-icon.cyan[b-cw59wdgik7] {
  background: rgba(14, 165, 233, 0.13);
  color: #0ea5e9;
}
.inventory-stats .inv-stat .inv-icon.orange[b-cw59wdgik7] {
  background: rgba(234, 88, 12, 0.13);
  color: #ea580c;
}
.inventory-stats .inv-stat .inv-icon.purple[b-cw59wdgik7] {
  background: rgba(167, 139, 250, 0.13);
  color: #a78bfa;
}
.inventory-stats .inv-stat .inv-body[b-cw59wdgik7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.inventory-stats .inv-stat .inv-body small[b-cw59wdgik7] {
  display: block;
  font-size: 0.6rem;
  color: #94a3b8;
}
.inventory-stats .inv-stat .inv-body strong[b-cw59wdgik7] {
  display: block;
  font-size: 0.72rem;
  color: #e2e8f0;
  margin: 1px 0 4px;
  font-weight: 600;
}
.inventory-stats .inv-stat .inv-body .bar[b-cw59wdgik7] {
  height: 3px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  overflow: hidden;
}
.inventory-stats .inv-stat .inv-body .bar .fill[b-cw59wdgik7] {
  height: 100%;
  border-radius: 2px;
  -webkit-animation: bar-grow 1.2s ease-out both;
          animation: bar-grow-b-cw59wdgik7 1.2s ease-out both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.inventory-stats .inv-stat .inv-body .bar .fill.cyan-fill[b-cw59wdgik7] {
  background: #0ea5e9;
}
.inventory-stats .inv-stat .inv-body .bar .fill.orange-fill[b-cw59wdgik7] {
  background: #ea580c;
}
.inventory-stats .inv-stat .inv-body .bar .fill.purple-fill[b-cw59wdgik7] {
  background: #a78bfa;
}
.inventory-stats .inv-stat .inv-pct[b-cw59wdgik7] {
  font-size: 0.65rem;
  font-weight: 700;
  color: #94a3b8;
  min-width: 24px;
  text-align: right;
}

@media (max-width: 480px) {
  .db-header[b-cw59wdgik7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .db-kpi[b-cw59wdgik7] {
    grid-template-columns: 1fr 1fr;
  }
  .dbc-cv canvas[b-cw59wdgik7] {
    height: 160px !important;
  }
}
/*# sourceMappingURL=Components\Dashboard.razor.css.map */
/* _content/NCDL.WebCty/Components/Footer.razor.rz.scp.css */
@charset "UTF-8";
.footer[b-egw1seag2e] {
  background: -webkit-gradient(linear, left top, left bottom, from(#06090f), to(#0c1220));
  background: linear-gradient(180deg, #06090f 0%, #0c1220 100%);
  color: #e2e8f0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 60px;
}
.footer .footer-container[b-egw1seag2e] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}
@media (max-width: 768px) {
  .footer .footer-container[b-egw1seag2e] {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.footer .footer-section .footer-title[b-egw1seag2e] {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-section .footer-title[b-egw1seag2e]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(90deg, #ea580c, #0ea5e9);
  border-radius: 2px;
}
.footer .footer-section .footer-description[b-egw1seag2e] {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
}
.footer .social-links[b-egw1seag2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.footer .social-links .social-icon[b-egw1seag2e] {
  width: 38px;
  height: 38px;
  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;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .social-links .social-icon i[b-egw1seag2e] {
  font-size: 0.95rem;
}
.footer .social-links .social-icon:hover[b-egw1seag2e] {
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  -webkit-transform: translateY(-3px) scale(1.05);
      -ms-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
  -webkit-box-shadow: 0 6px 18px rgba(234, 88, 12, 0.4);
          box-shadow: 0 6px 18px rgba(234, 88, 12, 0.4);
  border-color: #ea580c;
}
.footer .contact-list[b-egw1seag2e] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .contact-list .contact-item[b-egw1seag2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}
.footer .contact-list .contact-item i[b-egw1seag2e] {
  color: #ea580c;
  font-size: 0.95rem;
  margin-top: 2px;
  min-width: 18px;
  -webkit-filter: drop-shadow(0 0 3px rgba(234, 88, 12, 0.35));
          filter: drop-shadow(0 0 3px rgba(234, 88, 12, 0.35));
}
.footer .contact-list .contact-item a[b-egw1seag2e] {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer .contact-list .contact-item a:hover[b-egw1seag2e] {
  color: #f97316;
  text-decoration: underline;
}
.footer .footer-links[b-egw1seag2e] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li[b-egw1seag2e] {
  margin-bottom: 10px;
}
.footer .footer-links li a[b-egw1seag2e] {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.88rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  position: relative;
}
.footer .footer-links li a[b-egw1seag2e]::before {
  content: "›";
  margin-right: 8px;
  color: #ea580c;
  font-weight: bold;
  -webkit-transition: margin-right 0.2s;
  transition: margin-right 0.2s;
}
.footer .footer-links li a:hover[b-egw1seag2e] {
  color: #f97316;
  padding-left: 4px;
}
.footer .footer-links li a:hover[b-egw1seag2e]::before {
  margin-right: 12px;
}
.footer .footer-bottom[b-egw1seag2e] {
  margin-top: 50px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
}
.footer .footer-bottom .footer-container[b-egw1seag2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .footer .footer-bottom .footer-container[b-egw1seag2e] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.footer .footer-bottom .copyright[b-egw1seag2e], .footer .footer-bottom .developer-credit[b-egw1seag2e] {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
.footer .footer-bottom .developer-credit i[b-egw1seag2e] {
  color: #ea580c;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite;
          animation: heartbeat-b-egw1seag2e 1.5s ease-in-out infinite;
}

@-webkit-keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes heartbeat-b-egw1seag2e {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media (max-width: 480px) {
  .footer-container[b-egw1seag2e] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .footer-container[b-egw1seag2e] {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .footer-section .footer-title[b-egw1seag2e] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
  }
  .footer-section .footer-title[b-egw1seag2e]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#ff8c00), to(#ff6600));
    background: linear-gradient(90deg, #ff8c00 0%, #ff6600 100%);
    border-radius: 2px;
  }
  .footer-section .footer-description[b-egw1seag2e] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
  }
  .social-links[b-egw1seag2e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 20px;
  }
  .social-links .social-icon[b-egw1seag2e] {
    width: 40px;
    height: 40px;
    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;
    background: rgba(255, 140, 0, 0.2);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 140, 0, 0.3);
  }
  .social-links .social-icon i[b-egw1seag2e] {
    font-size: 1rem;
  }
  .social-links .social-icon:hover[b-egw1seag2e] {
    background: linear-gradient(135deg, #ff8c00 0%, #ff6600 100%);
    -webkit-transform: translateY(-3px) scale(1.05);
        -ms-transform: translateY(-3px) scale(1.05);
            transform: translateY(-3px) scale(1.05);
    -webkit-box-shadow: 0 6px 20px rgba(255, 102, 0, 0.5);
            box-shadow: 0 6px 20px rgba(255, 102, 0, 0.5);
    border-color: #ff8c00;
  }
  .contact-list[b-egw1seag2e] {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .contact-list .contact-item[b-egw1seag2e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
  }
  .contact-list .contact-item i[b-egw1seag2e] {
    color: #ff8c00;
    font-size: 1.1rem;
    margin-top: 2px;
    min-width: 20px;
    -webkit-filter: drop-shadow(0 0 3px rgba(255, 140, 0, 0.4));
            filter: drop-shadow(0 0 3px rgba(255, 140, 0, 0.4));
  }
  .contact-list .contact-item a[b-egw1seag2e] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .contact-list .contact-item a:hover[b-egw1seag2e] {
    color: #ff8c00;
    text-decoration: underline;
  }
  .footer-links[b-egw1seag2e] {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-links li[b-egw1seag2e] {
    margin-bottom: 12px;
  }
  .footer-links li a[b-egw1seag2e] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.95rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
  }
  .footer-links li a[b-egw1seag2e]::before {
    content: "›";
    margin-right: 8px;
    color: #ff8c00;
    font-weight: bold;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
    text-shadow: 0 0 5px rgba(255, 140, 0, 0.5);
  }
  .footer-links li a:hover[b-egw1seag2e] {
    color: #ff8c00;
    padding-left: 5px;
    text-shadow: 0 0 8px rgba(255, 140, 0, 0.3);
  }
  .footer-links li a:hover[b-egw1seag2e]::before {
    margin-right: 12px;
  }
  .footer-bottom[b-egw1seag2e] {
    margin-top: 50px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 140, 0, 0.3);
    background: rgba(0, 0, 0, 0.25);
  }
  .footer-bottom .footer-container[b-egw1seag2e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .footer-bottom .footer-container[b-egw1seag2e] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer-bottom .copyright[b-egw1seag2e],
  .footer-bottom .developer-credit[b-egw1seag2e] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
  }
  .footer-bottom .developer-credit i[b-egw1seag2e] {
    color: #ff6600;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite;
            animation: heartbeat-b-egw1seag2e 1.5s ease-in-out infinite;
  }
}
@keyframes heartbeat-b-egw1seag2e {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 480px) {
  .footer[b-egw1seag2e] {
    padding-top: 40px;
    margin-top: 60px;
  }
  .footer .footer-section .footer-title[b-egw1seag2e] {
    font-size: 1.1rem;
  }
  .footer .contact-list .contact-item[b-egw1seag2e] {
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=Components\Footer.razor.css.map */
/* _content/NCDL.WebCty/Components/HeThong_VanHanh.razor.rz.scp.css */
.operation-system[b-6a3med39ki] {
  min-height: 100vh;
  background: linear-gradient(160deg, #06090f 0%, #0c1220 50%, #06090f 100%);
  position: relative;
  overflow-x: hidden;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .operation-system[b-6a3med39ki] {
    padding: 3rem 2rem;
  }
}

.tech-background[b-6a3med39ki] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.4;
}
.tech-background .grid-lines[b-6a3med39ki] {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(14, 165, 233, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 165, 233, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-animation: gridMove 35s linear infinite;
          animation: gridMove-b-6a3med39ki 35s linear infinite;
}
.tech-background .particles-container .particle[b-6a3med39ki] {
  position: absolute;
  width: 3px;
  height: 3px;
  background: radial-gradient(circle, #ea580c, transparent);
  border-radius: 50%;
  left: var(--x);
  top: var(--y);
  -webkit-animation: particleFloat 12s ease-in-out infinite;
          animation: particleFloat-b-6a3med39ki 12s ease-in-out infinite;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
.tech-background .pulse-ring[b-6a3med39ki] {
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1.5px solid rgba(234, 88, 12, 0.12);
  border-radius: 50%;
  -webkit-animation: pulseRing 7s ease-out infinite;
          animation: pulseRing-b-6a3med39ki 7s ease-out infinite;
}
.tech-background .pulse-ring.pulse-1[b-6a3med39ki] {
  top: -300px;
  left: -300px;
}
.tech-background .pulse-ring.pulse-2[b-6a3med39ki] {
  bottom: -300px;
  right: -300px;
  border-color: rgba(14, 165, 233, 0.1);
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

@-webkit-keyframes gridMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(44px, 44px);
            transform: translate(44px, 44px);
  }
}

@keyframes gridMove-b-6a3med39ki {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(44px, 44px);
            transform: translate(44px, 44px);
  }
}
@-webkit-keyframes particleFloat {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    opacity: 1;
  }
}
@keyframes particleFloat-b-6a3med39ki {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    opacity: 1;
  }
}
@-webkit-keyframes pulseRing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseRing-b-6a3med39ki {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.operation-header[b-6a3med39ki] {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .operation-header[b-6a3med39ki] {
    margin-bottom: 3rem;
  }
}
.operation-header .header-tag[b-6a3med39ki] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: rgba(234, 88, 12, 0.08);
  border: 1px solid rgba(234, 88, 12, 0.2);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  color: #f97316;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
}
.operation-header .header-tag i[b-6a3med39ki] {
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate-b-6a3med39ki 4s linear infinite;
}
.operation-header .operation-title[b-6a3med39ki] {
  font-size: clamp(1.75rem, 6vw, 3.5rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
  line-height: 1.1;
}
.operation-header .operation-title .gradient-text[b-6a3med39ki] {
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.operation-header .operation-subtitle[b-6a3med39ki] {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-b-6a3med39ki {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.workflow-timeline[b-6a3med39ki] {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.timeline-progress[b-6a3med39ki] {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(14, 165, 233, 0.08);
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
@media (min-width: 1024px) {
  .timeline-progress[b-6a3med39ki] {
    display: block;
  }
}
.timeline-progress .progress-line[b-6a3med39ki] {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(90deg, #ea580c, #0ea5e9);
  border-radius: 10px;
  -webkit-transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.timeline-progress .progress-line[b-6a3med39ki]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-animation: shine 2s ease-in-out infinite;
          animation: shine-b-6a3med39ki 2s ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shine-b-6a3med39ki {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.timeline-steps[b-6a3med39ki] {
  display: grid;
  gap: 1.5rem;
  position: relative;
}
@media (min-width: 640px) {
  .timeline-steps[b-6a3med39ki] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .timeline-steps[b-6a3med39ki] {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .timeline-steps[b-6a3med39ki] {
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5rem;
  }
}

.timeline-step[b-6a3med39ki] {
  position: relative;
  opacity: 0;
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp-b-6a3med39ki 0.6s ease forwards;
  -webkit-animation-delay: calc(var(--step-index) * 0.1s);
          animation-delay: calc(var(--step-index) * 0.1s);
}
.timeline-step .connection-line[b-6a3med39ki] {
  display: none;
}
@media (min-width: 1280px) {
  .timeline-step .connection-line[b-6a3med39ki] {
    display: block;
    position: absolute;
    left: 100%;
    top: 30px;
    width: 100%;
    height: 2px;
    z-index: 0;
  }
  .timeline-step .connection-line svg[b-6a3med39ki] {
    width: 100%;
    height: 100%;
  }
  .timeline-step .connection-line .line-bg[b-6a3med39ki] {
    stroke: rgba(14, 165, 233, 0.15);
  }
  .timeline-step .connection-line .line-active[b-6a3med39ki] {
    stroke: #ea580c;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    -webkit-transition: stroke-dashoffset 0.8s ease;
    transition: stroke-dashoffset 0.8s ease;
  }
  .timeline-step .connection-line.active .line-active[b-6a3med39ki] {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp-b-6a3med39ki {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.step-dot[b-6a3med39ki] {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.step-dot:hover[b-6a3med39ki] {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.step-dot .dot-ring[b-6a3med39ki] {
  position: absolute;
  inset: -5px;
  border: 1.5px solid rgba(14, 165, 233, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.step-dot .dot-inner[b-6a3med39ki] {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #0c1220;
  border: 2px solid rgba(14, 165, 233, 0.5);
  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;
  font-weight: 700;
  color: #38bdf8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.step-dot .dot-inner .dot-number[b-6a3med39ki] {
  font-size: 1.2rem;
}
.step-dot .dot-inner i[b-6a3med39ki] {
  font-size: 1.4rem;
}

.timeline-step.active .step-dot .dot-ring[b-6a3med39ki] {
  border-color: #ea580c;
  -webkit-animation: pulse-ring 2s ease-in-out infinite;
          animation: pulse-ring-b-6a3med39ki 2s ease-in-out infinite;
}
.timeline-step.active .step-dot .dot-inner[b-6a3med39ki] {
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  border-color: #ea580c;
  color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(234, 88, 12, 0.5);
          box-shadow: 0 0 24px rgba(234, 88, 12, 0.5);
}

.timeline-step.completed .step-dot .dot-inner[b-6a3med39ki] {
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
  border-color: #0ea5e9;
  color: #fff;
}

@-webkit-keyframes pulse-ring {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.4);
            box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 0 8px rgba(234, 88, 12, 0);
            box-shadow: 0 0 0 8px rgba(234, 88, 12, 0);
  }
}

@keyframes pulse-ring-b-6a3med39ki {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.4);
            box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 0 8px rgba(234, 88, 12, 0);
            box-shadow: 0 0 0 8px rgba(234, 88, 12, 0);
  }
}
.step-card-mini[b-6a3med39ki] {
  background: rgba(12, 18, 32, 0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.step-card-mini:hover[b-6a3med39ki] {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  border-color: rgba(234, 88, 12, 0.4);
  -webkit-box-shadow: 0 12px 32px rgba(234, 88, 12, 0.2);
          box-shadow: 0 12px 32px rgba(234, 88, 12, 0.2);
}
.step-card-mini:hover .card-glow[b-6a3med39ki] {
  opacity: 0.6;
}
.step-card-mini:hover .btn-detail[b-6a3med39ki] {
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  border-color: transparent;
  color: #fff;
}

.timeline-step.active .step-card-mini[b-6a3med39ki] {
  border-color: rgba(234, 88, 12, 0.45);
  -webkit-box-shadow: 0 8px 32px rgba(234, 88, 12, 0.25);
          box-shadow: 0 8px 32px rgba(234, 88, 12, 0.25);
}

.card-glow[b-6a3med39ki] {
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  border-radius: 14px;
  opacity: 0;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  z-index: -1;
}

.step-icon-mini[b-6a3med39ki] {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  background: rgba(234, 88, 12, 0.1);
  border: 1px solid rgba(234, 88, 12, 0.2);
  border-radius: 12px;
  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;
  font-size: 1.4rem;
  color: #ea580c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.timeline-step.active .step-icon-mini[b-6a3med39ki] {
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 6px 20px rgba(234, 88, 12, 0.35);
          box-shadow: 0 6px 20px rgba(234, 88, 12, 0.35);
}

.step-title-mini[b-6a3med39ki] {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0 0 0.75rem;
  line-height: 1.3;
  text-align: center;
  min-height: 2.6rem;
}

.step-meta[b-6a3med39ki] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.step-meta .meta-item[b-6a3med39ki] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: #94a3b8;
}
.step-meta .meta-item i[b-6a3med39ki] {
  color: #0ea5e9;
  font-size: 0.7rem;
}

.btn-detail[b-6a3med39ki] {
  width: 100%;
  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;
  gap: 0.5rem;
  background: rgba(14, 165, 233, 0.07);
  border: 1px solid rgba(14, 165, 233, 0.2);
  color: #38bdf8;
  padding: 0.6rem 1rem;
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-top: auto;
}
.btn-detail i[b-6a3med39ki] {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  font-size: 0.72rem;
}
.btn-detail:hover i[b-6a3med39ki] {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.processing-bar[b-6a3med39ki] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(234, 88, 12, 0.15);
  overflow: hidden;
}
.processing-bar .processing-fill[b-6a3med39ki] {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), color-stop(#0ea5e9), to(#ea580c));
  background: linear-gradient(90deg, #ea580c, #0ea5e9, #ea580c);
  background-size: 200% 100%;
  -webkit-animation: processing 2s linear infinite;
          animation: processing-b-6a3med39ki 2s linear infinite;
}

@-webkit-keyframes processing {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes processing-b-6a3med39ki {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.progress-summary[b-6a3med39ki] {
  max-width: 1200px;
  margin: 3rem auto 0;
  background: rgba(12, 18, 32, 0.7);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 1.5rem 2rem;
}
.progress-summary .summary-content[b-6a3med39ki] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progress-summary .summary-stat[b-6a3med39ki] {
  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.25rem;
}
.progress-summary .summary-stat .stat-label[b-6a3med39ki] {
  font-size: 0.75rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.progress-summary .summary-stat .stat-value[b-6a3med39ki] {
  font-size: 1.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.progress-summary .btn-reset[b-6a3med39ki] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 4px 16px rgba(234, 88, 12, 0.3);
          box-shadow: 0 4px 16px rgba(234, 88, 12, 0.3);
}
.progress-summary .btn-reset:hover[b-6a3med39ki] {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 24px rgba(234, 88, 12, 0.4);
          box-shadow: 0 8px 24px rgba(234, 88, 12, 0.4);
}
.progress-summary .btn-reset i[b-6a3med39ki] {
  -webkit-animation: rotate-reverse 2s linear infinite;
          animation: rotate-reverse-b-6a3med39ki 2s linear infinite;
}

@-webkit-keyframes rotate-reverse {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate-reverse-b-6a3med39ki {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.trust-badges[b-6a3med39ki] {
  max-width: 1200px;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .trust-badges[b-6a3med39ki] {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.trust-badges .badge-item[b-6a3med39ki] {
  background: rgba(12, 18, 32, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1.25rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trust-badges .badge-item:hover[b-6a3med39ki] {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  border-color: rgba(234, 88, 12, 0.35);
  -webkit-box-shadow: 0 8px 24px rgba(234, 88, 12, 0.15);
          box-shadow: 0 8px 24px rgba(234, 88, 12, 0.15);
}
.trust-badges .badge-item:hover i[b-6a3med39ki] {
  -webkit-transform: scale(1.2) rotate(5deg);
      -ms-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.trust-badges .badge-item i[b-6a3med39ki] {
  font-size: 1.75rem;
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.trust-badges .badge-item span[b-6a3med39ki] {
  font-size: 0.75rem;
  font-weight: 600;
  color: #e2e8f0;
  display: block;
  line-height: 1.3;
}
/*# sourceMappingURL=Components\HeThong_VanHanh.razor.css.map */
/* _content/NCDL.WebCty/Components/Menu.razor.rz.scp.css */
@-webkit-keyframes ring-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ring-spin-b-77ei6m4b73 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes glow-pulse {
  0%, 100% {
    opacity: 0.35;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
  }
}
@keyframes glow-pulse-b-77ei6m4b73 {
  0%, 100% {
    opacity: 0.35;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
  }
}
@-webkit-keyframes shimmer-logo {
  0% {
    left: -80%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shimmer-logo-b-77ei6m4b73 {
  0% {
    left: -80%;
  }
  100% {
    left: 120%;
  }
}
.navbar[b-77ei6m4b73] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  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;
  padding: 0 2.5rem;
  height: 62px;
  background: rgba(6, 9, 15, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-transition: background 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background 0.35s ease, box-shadow 0.35s ease;
  transition: background 0.35s ease, box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  font-size: 15px;
}
.navbar[b-77ei6m4b73]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #ea580c), color-stop(70%, #0ea5e9), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #ea580c 30%, #0ea5e9 70%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.navbar.scrolled[b-77ei6m4b73] {
  background: rgba(6, 9, 15, 0.97);
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.navbar.scrolled[b-77ei6m4b73]::after {
  opacity: 1;
}

.navbar-brand[b-77ei6m4b73] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.brand-link[b-77ei6m4b73] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.logo-wrap[b-77ei6m4b73] {
  position: relative;
  width: 46px;
  height: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo-glow[b-77ei6m4b73] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: glow-pulse 3s ease-in-out infinite;
          animation: glow-pulse-b-77ei6m4b73 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.logo-ring[b-77ei6m4b73] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.5px dashed rgba(234, 88, 12, 0.3);
  -webkit-animation: ring-spin 10s linear infinite;
          animation: ring-spin-b-77ei6m4b73 10s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.navbar-logo[b-77ei6m4b73] {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(234, 88, 12, 0.45);
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.logo-wrap[b-77ei6m4b73]::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.brand-link:hover .logo-wrap[b-77ei6m4b73]::after {
  opacity: 1;
  -webkit-animation: shimmer-logo 0.65s ease forwards;
          animation: shimmer-logo-b-77ei6m4b73 0.65s ease forwards;
}
.brand-link:hover .navbar-logo[b-77ei6m4b73] {
  border-color: #ea580c;
  -webkit-box-shadow: 0 0 18px rgba(234, 88, 12, 0.5);
          box-shadow: 0 0 18px rgba(234, 88, 12, 0.5);
}
.brand-link:hover .logo-ring[b-77ei6m4b73] {
  border-color: rgba(234, 88, 12, 0.6);
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.brand-text[b-77ei6m4b73] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}

.brand-name[b-77ei6m4b73] {
  font-size: 1rem;
  font-weight: 800;
  color: #f1f5f9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-tag[b-77ei6m4b73] {
  font-size: 0.58rem;
  color: #ea580c;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.85;
}

.navbar-menu[b-77ei6m4b73] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-item[b-77ei6m4b73] {
  position: relative;
}

.navbar-link[b-77ei6m4b73] {
  display: block;
  padding: 0.42rem 0.9rem;
  color: #dde6f0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  position: relative;
}
.navbar-link[b-77ei6m4b73]::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0.9rem;
  right: 0.9rem;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(90deg, #ea580c, #0ea5e9);
  border-radius: 2px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.navbar-link:hover[b-77ei6m4b73] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}
.navbar-link:hover[b-77ei6m4b73]::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.navbar-link.active[b-77ei6m4b73] {
  color: #ea580c;
  background: rgba(234, 88, 12, 0.07);
}
.navbar-link.active[b-77ei6m4b73]::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.navbar-right[b-77ei6m4b73] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.btn-contact[b-77ei6m4b73] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 1rem;
  background: #ea580c;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s, -webkit-box-shadow 0.2s, -webkit-transform 0.15s;
  white-space: nowrap;
}
.btn-contact svg[b-77ei6m4b73] {
  width: 13px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.btn-contact:hover[b-77ei6m4b73] {
  background: rgb(195.1902439024, 73.4048780488, 10.0097560976);
  color: #fff;
  -webkit-box-shadow: 0 4px 18px rgba(234, 88, 12, 0.4);
          box-shadow: 0 4px 18px rgba(234, 88, 12, 0.4);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-contact:hover svg[b-77ei6m4b73] {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.navbar-toggle[b-77ei6m4b73] {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  cursor: pointer;
  padding: 0 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.navbar-toggle span[b-77ei6m4b73] {
  display: block;
  height: 2px;
  background: #94a3b8;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navbar-toggle:hover[b-77ei6m4b73] {
  background: rgba(255, 255, 255, 0.08);
}
.navbar-toggle.open span:nth-child(1)[b-77ei6m4b73] {
  -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
  background: #ea580c;
}
.navbar-toggle.open span:nth-child(2)[b-77ei6m4b73] {
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.navbar-toggle.open span:nth-child(3)[b-77ei6m4b73] {
  -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
  background: #ea580c;
}

@media (max-width: 900px) {
  .navbar[b-77ei6m4b73] {
    padding: 0 1.25rem;
  }
  .btn-contact span[b-77ei6m4b73] {
    display: none;
  }
  .btn-contact[b-77ei6m4b73] {
    padding: 0.42rem 0.65rem;
  }
}
@media (max-width: 768px) {
  .navbar-toggle[b-77ei6m4b73] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-contact span[b-77ei6m4b73] {
    display: inline;
  }
  .navbar-menu[b-77ei6m4b73] {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    background: rgba(6, 9, 15, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.5rem 1rem 1rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.35s ease, opacity 0.25s ease;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    backdrop-filter: blur(20px);
  }
  .navbar-menu.active[b-77ei6m4b73] {
    max-height: 400px;
    opacity: 1;
  }
  .navbar-link[b-77ei6m4b73] {
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
  }
  .navbar-link[b-77ei6m4b73]::after {
    display: none;
  }
  .navbar-link:hover[b-77ei6m4b73] {
    background: rgba(234, 88, 12, 0.07);
    color: #ea580c;
  }
}
@media (max-width: 480px) {
  .navbar[b-77ei6m4b73] {
    padding: 0 1rem;
  }
  .brand-text[b-77ei6m4b73] {
    display: none;
  }
  .logo-wrap[b-77ei6m4b73] {
    width: 38px;
    height: 38px;
  }
  .navbar-logo[b-77ei6m4b73] {
    width: 38px;
    height: 38px;
  }
  .logo-ring[b-77ei6m4b73] {
    width: 44px;
    height: 44px;
  }
  .logo-glow[b-77ei6m4b73] {
    width: 46px;
    height: 46px;
  }
  .btn-contact[b-77ei6m4b73] {
    display: none;
  }
}
/*# sourceMappingURL=Components\Menu.razor.css.map */
/* _content/NCDL.WebCty/Components/Register.razor.rz.scp.css */
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeUp-b-7aqs768qgu {
  from {
    opacity: 0;
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideIn-b-7aqs768qgu {
  from {
    opacity: 0;
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes slideInR {
  from {
    opacity: 0;
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInR-b-7aqs768qgu {
  from {
    opacity: 0;
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes pulseDot {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@keyframes pulseDot-b-7aqs768qgu {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@-webkit-keyframes orbFloat {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-18px) rotate(5deg);
            transform: translateY(-18px) rotate(5deg);
  }
}
@keyframes orbFloat-b-7aqs768qgu {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-18px) rotate(5deg);
            transform: translateY(-18px) rotate(5deg);
  }
}
@-webkit-keyframes shimmer {
  0% {
    left: -65%;
  }
  100% {
    left: 130%;
  }
}
@keyframes shimmer-b-7aqs768qgu {
  0% {
    left: -65%;
  }
  100% {
    left: 130%;
  }
}
.register-section[b-7aqs768qgu] {
  background: #070c18;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
.register-section[b-7aqs768qgu]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 45% at 15% 20%, rgba(234, 88, 12, 0.07) 0%, transparent 65%), radial-gradient(ellipse 50% 40% at 85% 80%, rgba(14, 165, 233, 0.06) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.register-container[b-7aqs768qgu] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.register-image[b-7aqs768qgu] {
  -webkit-box-flex: 1.05;
      -ms-flex: 1.05;
          flex: 1.05;
  position: relative;
  overflow: hidden;
  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;
  padding: 4rem 3rem;
  background: linear-gradient(145deg, rgba(13, 21, 38, 0.98) 0%, rgba(7, 12, 24, 0.96) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.register-image[b-7aqs768qgu]::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1px;
  width: 2px;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#ea580c), to(transparent));
  background: linear-gradient(to bottom, transparent, #ea580c, transparent);
  opacity: 0.5;
}

.image-overlay[b-7aqs768qgu],
.image-bg[b-7aqs768qgu] {
  display: none;
}

.floating-elements[b-7aqs768qgu] {
  pointer-events: none;
}

.float-circle[b-7aqs768qgu] {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  -webkit-animation: orbFloat linear infinite;
          animation: orbFloat-b-7aqs768qgu linear infinite;
}

.circle-1[b-7aqs768qgu] {
  width: 260px;
  height: 260px;
  background: #ea580c;
  top: -80px;
  left: -80px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}

.circle-2[b-7aqs768qgu] {
  width: 160px;
  height: 160px;
  background: #0ea5e9;
  bottom: 60px;
  right: 30px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}

.circle-3[b-7aqs768qgu] {
  width: 90px;
  height: 90px;
  background: #fbbf24;
  top: 45%;
  left: 60%;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  opacity: 0.04;
}

.circle-4[b-7aqs768qgu] {
  width: 50px;
  height: 50px;
  background: #ea580c;
  bottom: 15%;
  left: 20%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
  opacity: 0.09;
}

.image-content[b-7aqs768qgu] {
  position: relative;
  z-index: 1;
  max-width: 400px;
  -webkit-animation: slideIn 0.55s ease both;
          animation: slideIn-b-7aqs768qgu 0.55s ease both;
}

.brand-icon[b-7aqs768qgu] {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.18), rgba(234, 88, 12, 0.06));
  border: 1.5px solid rgba(234, 88, 12, 0.35);
  border-radius: 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;
  margin-bottom: 2rem;
  color: #f97316;
  -webkit-box-shadow: 0 4px 20px rgba(234, 88, 12, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 4px 20px rgba(234, 88, 12, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.brand-icon svg[b-7aqs768qgu] {
  width: 26px;
  height: 26px;
}

.image-title[b-7aqs768qgu] {
  font-size: 1.55rem;
  font-weight: 800;
  color: #f1f5f9;
  line-height: 1.25;
  margin-bottom: 0.9rem;
  letter-spacing: -0.01em;
}
.image-title span[b-7aqs768qgu] {
  background: -webkit-gradient(linear, left top, right top, from(#f97316), to(#fbbf24));
  background: linear-gradient(90deg, #f97316, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.image-description[b-7aqs768qgu] {
  font-size: 0.82rem;
  color: #94a3b8;
  line-height: 1.75;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.features-list[b-7aqs768qgu] {
  padding: 0;
  margin: 0 0 2.2rem;
}

.feature-item[b-7aqs768qgu] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0;
  -webkit-animation: fadeUp 0.4s ease both;
          animation: fadeUp-b-7aqs768qgu 0.4s ease both;
}

.feature-icon[b-7aqs768qgu] {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.2), rgba(234, 88, 12, 0.07));
  border: 1px solid rgba(234, 88, 12, 0.22);
  border-radius: 7px;
  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;
  color: #f97316;
}
.feature-icon svg[b-7aqs768qgu] {
  width: 13px;
  height: 13px;
}

.feature-item span[b-7aqs768qgu] {
  font-size: 0.8rem;
  color: #c8dde9;
  font-weight: 500;
}

.stats-row[b-7aqs768qgu] {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 2rem;
  margin-top: 0.4rem;
}

.stat-item[b-7aqs768qgu] {
  text-align: center;
}

.stat-number[b-7aqs768qgu] {
  font-size: 1.55rem;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fb923c));
  background: linear-gradient(90deg, #fff, #fb923c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.stat-label[b-7aqs768qgu] {
  font-size: 0.67rem;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.register-form[b-7aqs768qgu] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  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;
  padding: 4rem 3rem;
}

.form-wrapper[b-7aqs768qgu] {
  width: 100%;
  max-width: 470px;
  -webkit-animation: slideInR 0.55s ease both;
          animation: slideInR-b-7aqs768qgu 0.55s ease both;
}

.form-wrapper .form-content[b-7aqs768qgu] {
  background: linear-gradient(160deg, rgba(16, 29, 50, 0.95) 0%, rgba(13, 21, 38, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 2.8rem 2.4rem 2.4rem;
  -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(234, 88, 12, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(234, 88, 12, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
}
.form-wrapper .form-content[b-7aqs768qgu]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ea580c), color-stop(#fbbf24), color-stop(#ea580c), to(transparent));
  background: linear-gradient(90deg, transparent, #ea580c, #fbbf24, #ea580c, transparent);
  border-radius: 2px;
}

.form-header[b-7aqs768qgu] {
  margin-bottom: 2.2rem;
}

.form-badge[b-7aqs768qgu] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(234, 88, 12, 0.14)), to(rgba(251, 191, 36, 0.08)));
  background: linear-gradient(90deg, rgba(234, 88, 12, 0.14), rgba(251, 191, 36, 0.08));
  border: 1px solid rgba(234, 88, 12, 0.3);
  border-radius: 20px;
  padding: 0.3rem 0.9rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 0.9rem;
  letter-spacing: 0.03em;
}

.badge-dot[b-7aqs768qgu] {
  width: 6px;
  height: 6px;
  background: #f97316;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px #f97316;
          box-shadow: 0 0 6px #f97316;
  -webkit-animation: pulseDot 1.8s ease-in-out infinite;
          animation: pulseDot-b-7aqs768qgu 1.8s ease-in-out infinite;
}

.form-title[b-7aqs768qgu] {
  font-size: 1.3rem;
  font-weight: 800;
  color: #f1f5f9;
  margin: 0 0 0.35rem;
  letter-spacing: -0.01em;
}

.form-subtitle[b-7aqs768qgu] {
  font-size: 0.78rem;
  color: #475569;
  margin: 0;
}

.form-floating-custom[b-7aqs768qgu] {
  position: relative;
  padding-top: 1.15rem;
}

.input-icon[b-7aqs768qgu] {
  position: absolute;
  left: 0.85rem;
  top: 2.3rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #475569;
  z-index: 3;
  pointer-events: none;
  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;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.input-icon svg[b-7aqs768qgu] {
  width: 15px;
  height: 15px;
}

.textarea-custom .input-icon[b-7aqs768qgu],
.textarea-custom .textarea-icon[b-7aqs768qgu] {
  top: 2rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.form-floating-custom .form-control[b-7aqs768qgu],
.form-floating-custom .form-select[b-7aqs768qgu] {
  background: rgba(7, 12, 24, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  color: #f1f5f9;
  font-size: 0.84rem;
  padding: 0.7rem 0.9rem 0.7rem 2.5rem;
  -webkit-transition: border-color 0.22s, background 0.22s, -webkit-box-shadow 0.22s;
  transition: border-color 0.22s, background 0.22s, -webkit-box-shadow 0.22s;
  transition: border-color 0.22s, box-shadow 0.22s, background 0.22s;
  transition: border-color 0.22s, box-shadow 0.22s, background 0.22s, -webkit-box-shadow 0.22s;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
}
.form-floating-custom .form-control[b-7aqs768qgu]::-webkit-input-placeholder, .form-floating-custom .form-select[b-7aqs768qgu]::-webkit-input-placeholder {
  color: #475569;
  opacity: 0.5;
}
.form-floating-custom .form-control[b-7aqs768qgu]::-moz-placeholder, .form-floating-custom .form-select[b-7aqs768qgu]::-moz-placeholder {
  color: #475569;
  opacity: 0.5;
}
.form-floating-custom .form-control:-ms-input-placeholder[b-7aqs768qgu], .form-floating-custom .form-select:-ms-input-placeholder[b-7aqs768qgu] {
  color: #475569;
  opacity: 0.5;
}
.form-floating-custom .form-control[b-7aqs768qgu]::-ms-input-placeholder, .form-floating-custom .form-select[b-7aqs768qgu]::-ms-input-placeholder {
  color: #475569;
  opacity: 0.5;
}
.form-floating-custom .form-control[b-7aqs768qgu]::placeholder,
.form-floating-custom .form-select[b-7aqs768qgu]::placeholder {
  color: #475569;
  opacity: 0.5;
}
.form-floating-custom .form-control:focus[b-7aqs768qgu],
.form-floating-custom .form-select:focus[b-7aqs768qgu] {
  outline: none;
  border-color: #ea580c;
  -webkit-box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12), 0 2px 12px rgba(234, 88, 12, 0.08);
          box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12), 0 2px 12px rgba(234, 88, 12, 0.08);
  background: rgba(13, 21, 38, 0.95);
}

.form-floating-custom label[b-7aqs768qgu] {
  position: absolute;
  left: 0.85rem;
  top: 0.15rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 0.67rem;
  font-weight: 600;
  color: #475569;
  pointer-events: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background: transparent;
  z-index: 2;
}

.textarea-custom label[b-7aqs768qgu] {
  top: 0.15rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.form-floating-custom .form-control:focus ~ label[b-7aqs768qgu],
.form-floating-custom .form-select:focus ~ label[b-7aqs768qgu] {
  color: #f97316;
}

.textarea-custom .form-control:focus ~ label[b-7aqs768qgu] {
  color: #f97316;
}

.form-floating-custom textarea.form-control[b-7aqs768qgu] {
  resize: vertical;
  min-height: 88px;
  padding-top: 0.85rem;
}

.select-custom .select-arrow[b-7aqs768qgu] {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: #475569;
  pointer-events: none;
}
.select-custom .select-arrow svg[b-7aqs768qgu] {
  width: 13px;
  height: 13px;
}

.input-highlight[b-7aqs768qgu] {
  display: none;
}

.validation-message[b-7aqs768qgu] {
  font-size: 0.7rem;
  color: #f87171;
  margin-top: 3px;
  display: block;
}

.btn-submit[b-7aqs768qgu] {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ea580c 0%, #f97316 50%, #fbbf24 100%);
  background-size: 200% 100%;
  border: none;
  border-radius: 11px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.82rem 1.5rem;
  cursor: pointer;
  letter-spacing: 0.02em;
  -webkit-transition: background-position 0.4s, -webkit-box-shadow 0.25s, -webkit-transform 0.15s;
  transition: background-position 0.4s, -webkit-box-shadow 0.25s, -webkit-transform 0.15s;
  transition: background-position 0.4s, box-shadow 0.25s, transform 0.15s;
  transition: background-position 0.4s, box-shadow 0.25s, transform 0.15s, -webkit-box-shadow 0.25s, -webkit-transform 0.15s;
  -webkit-box-shadow: 0 4px 20px rgba(234, 88, 12, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.12);
          box-shadow: 0 4px 20px rgba(234, 88, 12, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.btn-submit:hover:not(:disabled)[b-7aqs768qgu] {
  background-position: right center;
  -webkit-box-shadow: 0 8px 30px rgba(234, 88, 12, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 8px 30px rgba(234, 88, 12, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-submit:active:not(:disabled)[b-7aqs768qgu] {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.btn-submit:disabled[b-7aqs768qgu] {
  opacity: 0.52;
  cursor: not-allowed;
}
.btn-submit[b-7aqs768qgu]::after {
  content: "";
  position: absolute;
  top: 0;
  left: -65%;
  width: 42%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.22)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  -webkit-transform: skewX(-18deg);
      -ms-transform: skewX(-18deg);
          transform: skewX(-18deg);
  pointer-events: none;
}
.btn-submit:hover[b-7aqs768qgu]::after {
  -webkit-animation: shimmer 0.6s ease;
          animation: shimmer-b-7aqs768qgu 0.6s ease;
}

.btn-content[b-7aqs768qgu] {
  position: relative;
  z-index: 1;
  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;
  gap: 0.5rem;
}

.btn-arrow[b-7aqs768qgu] {
  width: 16px;
  height: 16px;
}

.btn-bg[b-7aqs768qgu], .btn-glow[b-7aqs768qgu] {
  display: none;
}

.form-footer[b-7aqs768qgu] {
  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;
  gap: 0.65rem;
  padding: 0.6rem 0.85rem;
  background: rgba(7, 12, 24, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
}

.footer-item[b-7aqs768qgu] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  color: #475569;
}
.footer-item svg[b-7aqs768qgu] {
  width: 12px;
  height: 12px;
}

.footer-divider[b-7aqs768qgu] {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.submit-alert[b-7aqs768qgu] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.submit-alert svg[b-7aqs768qgu] {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1px;
}
.submit-alert div[b-7aqs768qgu] {
  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.15rem;
}
.submit-alert strong[b-7aqs768qgu] {
  font-size: 0.82rem;
}
.submit-alert--success[b-7aqs768qgu] {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #86efac;
}
.submit-alert--success svg[b-7aqs768qgu] {
  color: #4ade80;
}
.submit-alert--error[b-7aqs768qgu] {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #fca5a5;
}
.submit-alert--error svg[b-7aqs768qgu] {
  color: #f87171;
}

@media (max-width: 960px) {
  .register-container[b-7aqs768qgu] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .register-image[b-7aqs768qgu] {
    padding: 3rem 2rem;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .register-form[b-7aqs768qgu] {
    padding: 2.5rem 1.5rem;
  }
  .float-circle[b-7aqs768qgu] {
    display: none;
  }
}
@media (max-width: 480px) {
  .form-wrapper .form-content[b-7aqs768qgu] {
    padding: 2rem 1.2rem 1.5rem;
  }
  .form-title[b-7aqs768qgu] {
    font-size: 1.1rem;
  }
  .register-image[b-7aqs768qgu] {
    padding: 2rem 1.2rem;
  }
  .register-form[b-7aqs768qgu] {
    padding: 1.5rem 1rem;
  }
}
/*# sourceMappingURL=Components\Register.razor.css.map */
/* _content/NCDL.WebCty/Components/Slider.razor.rz.scp.css */
.hero-slider[b-reu2vn1xls] {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
  background: #06090f;
}
.hero-slider[b-reu2vn1xls]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(234, 88, 12, 0.12) 0%, transparent 45%), radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.1) 0%, transparent 45%);
  -webkit-animation: gradientPulse 10s ease-in-out infinite;
          animation: gradientPulse-b-reu2vn1xls 10s ease-in-out infinite;
  z-index: 0;
}
.hero-slider[b-reu2vn1xls]::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ea580c), color-stop(#0ea5e9), to(transparent));
  background: linear-gradient(90deg, transparent, #ea580c, #0ea5e9, transparent);
  -webkit-animation: scanLine 5s linear infinite;
          animation: scanLine-b-reu2vn1xls 5s linear infinite;
  z-index: 5;
}

@-webkit-keyframes gradientPulse {
  0%, 100% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@keyframes gradientPulse-b-reu2vn1xls {
  0%, 100% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@-webkit-keyframes scanLine {
  0% {
    left: -50%;
    top: 0;
  }
  25% {
    left: 100%;
    top: 0;
  }
  25.1% {
    left: 100%;
    top: 100%;
  }
  50% {
    left: -50%;
    top: 100%;
  }
  50.1% {
    left: -50%;
    top: 50%;
    opacity: 0;
  }
  50.2% {
    left: -50%;
    top: 0;
    opacity: 1;
  }
  100% {
    left: -50%;
    top: 0;
  }
}
@keyframes scanLine-b-reu2vn1xls {
  0% {
    left: -50%;
    top: 0;
  }
  25% {
    left: 100%;
    top: 0;
  }
  25.1% {
    left: 100%;
    top: 100%;
  }
  50% {
    left: -50%;
    top: 100%;
  }
  50.1% {
    left: -50%;
    top: 50%;
    opacity: 0;
  }
  50.2% {
    left: -50%;
    top: 0;
    opacity: 1;
  }
  100% {
    left: -50%;
    top: 0;
  }
}
.particles[b-reu2vn1xls] {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.particles .particle[b-reu2vn1xls] {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: var(--x);
  top: var(--y);
  -webkit-animation: particleFloat 20s infinite ease-in-out;
          animation: particleFloat-b-reu2vn1xls 20s infinite ease-in-out;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
.particles .particle:nth-child(odd)[b-reu2vn1xls] {
  background: #ea580c;
  -webkit-box-shadow: 0 0 12px rgba(234, 88, 12, 0.6);
          box-shadow: 0 0 12px rgba(234, 88, 12, 0.6);
}
.particles .particle:nth-child(even)[b-reu2vn1xls] {
  background: #0ea5e9;
  -webkit-box-shadow: 0 0 12px rgba(14, 165, 233, 0.6);
          box-shadow: 0 0 12px rgba(14, 165, 233, 0.6);
}
.particles .particle:nth-child(3n)[b-reu2vn1xls] {
  background: #38bdf8;
  -webkit-box-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
          box-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
}
.particles .particle[b-reu2vn1xls]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
  opacity: 0.3;
}

@-webkit-keyframes particleFloat {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(50px, -100px) scale(1.2);
            transform: translate(50px, -100px) scale(1.2);
  }
  50% {
    -webkit-transform: translate(-30px, -180px) scale(0.8);
            transform: translate(-30px, -180px) scale(0.8);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: translate(40px, -250px) scale(1.1);
            transform: translate(40px, -250px) scale(1.1);
  }
  95% {
    opacity: 1;
  }
}

@keyframes particleFloat-b-reu2vn1xls {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(50px, -100px) scale(1.2);
            transform: translate(50px, -100px) scale(1.2);
  }
  50% {
    -webkit-transform: translate(-30px, -180px) scale(0.8);
            transform: translate(-30px, -180px) scale(0.8);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: translate(40px, -250px) scale(1.1);
            transform: translate(40px, -250px) scale(1.1);
  }
  95% {
    opacity: 1;
  }
}
.slides-container[b-reu2vn1xls] {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide[b-reu2vn1xls] {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.slide.active[b-reu2vn1xls] {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.slide.active .slide-bg[b-reu2vn1xls] {
  -webkit-animation: kenBurns 10s ease forwards;
          animation: kenBurns-b-reu2vn1xls 10s ease forwards;
}
.slide.active .slide-icon[b-reu2vn1xls] {
  -webkit-animation: iconBounce 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s forwards;
          animation: iconBounce-b-reu2vn1xls 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s forwards;
}
.slide.active .slide-number[b-reu2vn1xls] {
  -webkit-animation: numberGlow 0.8s ease 0.3s forwards, numberPulse 3s ease-in-out 1.1s infinite;
          animation: numberGlow-b-reu2vn1xls 0.8s ease 0.3s forwards, numberPulse-b-reu2vn1xls 3s ease-in-out 1.1s infinite;
}
.slide.active .slide-tag[b-reu2vn1xls] {
  -webkit-animation: tagSlide 0.6s ease 0.4s forwards;
          animation: tagSlide-b-reu2vn1xls 0.6s ease 0.4s forwards;
}
.slide.active .slide-title .word[b-reu2vn1xls] {
  -webkit-animation: wordFlip 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: wordFlip-b-reu2vn1xls 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.slide.active .slide-title .word:nth-child(1)[b-reu2vn1xls] {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.slide.active .slide-title .word:nth-child(2)[b-reu2vn1xls] {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.slide.active .slide-title .word:nth-child(3)[b-reu2vn1xls] {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.slide.active .slide-title .word:nth-child(4)[b-reu2vn1xls] {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.slide.active .slide-title .word:nth-child(5)[b-reu2vn1xls] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slide.active .slide-description[b-reu2vn1xls] {
  -webkit-animation: descFade 0.9s ease 0.9s forwards;
          animation: descFade-b-reu2vn1xls 0.9s ease 0.9s forwards;
}
.slide.active .slide-actions[b-reu2vn1xls] {
  -webkit-animation: actionsBounce 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.1s forwards;
          animation: actionsBounce-b-reu2vn1xls 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.1s forwards;
}
.slide.active .floating-shapes .shape-1[b-reu2vn1xls] {
  -webkit-animation: shapeOrbit1 12s linear infinite;
          animation: shapeOrbit1-b-reu2vn1xls 12s linear infinite;
}
.slide.active .floating-shapes .shape-2[b-reu2vn1xls] {
  animation: shapeOrbit2-b-reu2vn1xls 15s linear infinite reverse;
}
.slide.active .floating-shapes .shape-3[b-reu2vn1xls] {
  -webkit-animation: shapePulse 4s ease-in-out infinite;
          animation: shapePulse-b-reu2vn1xls 4s ease-in-out infinite;
}
.slide.active .floating-shapes .shape-4[b-reu2vn1xls] {
  -webkit-animation: shapeFloat 6s ease-in-out infinite;
          animation: shapeFloat-b-reu2vn1xls 6s ease-in-out infinite;
}
.slide.prev .slide-bg[b-reu2vn1xls] {
  -webkit-animation: slideOut 0.8s ease forwards;
          animation: slideOut-b-reu2vn1xls 0.8s ease forwards;
}

.slide-bg[b-reu2vn1xls] {
  position: absolute;
  inset: -30px;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(0.65) saturate(1.3) contrast(1.05);
          filter: brightness(0.65) saturate(1.3) contrast(1.05);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes kenBurns {
  0% {
    -webkit-transform: scale(1.2) rotate(1deg);
            transform: scale(1.2) rotate(1deg);
    -webkit-filter: brightness(0.5) saturate(1.1);
            filter: brightness(0.5) saturate(1.1);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-filter: brightness(0.65) saturate(1.3) contrast(1.05);
            filter: brightness(0.65) saturate(1.3) contrast(1.05);
  }
}

@keyframes kenBurns-b-reu2vn1xls {
  0% {
    -webkit-transform: scale(1.2) rotate(1deg);
            transform: scale(1.2) rotate(1deg);
    -webkit-filter: brightness(0.5) saturate(1.1);
            filter: brightness(0.5) saturate(1.1);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-filter: brightness(0.65) saturate(1.3) contrast(1.05);
            filter: brightness(0.65) saturate(1.3) contrast(1.05);
  }
}
@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: brightness(0.65);
            filter: brightness(0.65);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(-1deg);
            transform: scale(1.1) rotate(-1deg);
    opacity: 0;
    -webkit-filter: brightness(0.2);
            filter: brightness(0.2);
  }
}
@keyframes slideOut-b-reu2vn1xls {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: brightness(0.65);
            filter: brightness(0.65);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(-1deg);
            transform: scale(1.1) rotate(-1deg);
    opacity: 0;
    -webkit-filter: brightness(0.2);
            filter: brightness(0.2);
  }
}
.slide-overlay[b-reu2vn1xls] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 9, 15, 0.8) 0%, rgba(6, 9, 15, 0.5) 50%, rgba(6, 9, 15, 0.2) 100%);
}
.slide-overlay[b-reu2vn1xls]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 10% 90%, rgba(234, 88, 12, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 90% 10%, rgba(14, 165, 233, 0.08) 0%, transparent 45%);
  -webkit-animation: overlayShift 10s ease-in-out infinite alternate;
          animation: overlayShift-b-reu2vn1xls 10s ease-in-out infinite alternate;
}
.slide-overlay[b-reu2vn1xls]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 9, 15, 0.75)), color-stop(45%, rgba(6, 9, 15, 0.35)), color-stop(70%, transparent));
  background: linear-gradient(to right, rgba(6, 9, 15, 0.75) 0%, rgba(6, 9, 15, 0.35) 45%, transparent 70%);
}

@-webkit-keyframes overlayShift {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

@keyframes overlayShift-b-reu2vn1xls {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.slide-content[b-reu2vn1xls] {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8%;
}

.content-wrapper[b-reu2vn1xls] {
  max-width: 850px;
}

.slide-icon[b-reu2vn1xls] {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  border-radius: 22px;
  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;
  margin-bottom: 28px;
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
      -ms-transform: scale(0) rotate(-180deg);
          transform: scale(0) rotate(-180deg);
  -webkit-box-shadow: 0 16px 40px rgba(234, 88, 12, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 16px 40px rgba(234, 88, 12, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
}
.slide-icon[b-reu2vn1xls]::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 25px;
  background: linear-gradient(135deg, #ea580c, #0ea5e9, #ea580c);
  z-index: -1;
  -webkit-animation: iconRing 4s linear infinite;
          animation: iconRing-b-reu2vn1xls 4s linear infinite;
}
.slide-icon[b-reu2vn1xls]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.9), rgba(14, 165, 233, 0.9));
}
.slide-icon svg[b-reu2vn1xls] {
  width: 40px;
  height: 40px;
  color: white;
  position: relative;
  z-index: 2;
}

@-webkit-keyframes iconBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg);
  }
  70% {
    -webkit-transform: scale(0.9) rotate(-5deg);
            transform: scale(0.9) rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes iconBounce-b-reu2vn1xls {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg);
  }
  70% {
    -webkit-transform: scale(0.9) rotate(-5deg);
            transform: scale(0.9) rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes iconRing {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes iconRing-b-reu2vn1xls {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.slide-number[b-reu2vn1xls] {
  display: inline-block;
  font-size: 6rem;
  font-weight: 900;
  position: absolute;
  right: 8%;
  top: 15%;
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 0 24px rgba(234, 88, 12, 0.4));
          filter: drop-shadow(0 0 24px rgba(234, 88, 12, 0.4));
}
@media (min-width: 1024px) {
  .slide-number[b-reu2vn1xls] {
    font-size: 14rem;
  }
}

@-webkit-keyframes numberGlow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) scale(0.5);
            transform: translateX(-50px) scale(0.5);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes numberGlow-b-reu2vn1xls {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) scale(0.5);
            transform: translateX(-50px) scale(0.5);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes numberPulse {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 24px rgba(234, 88, 12, 0.4));
            filter: drop-shadow(0 0 24px rgba(234, 88, 12, 0.4));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 40px rgba(14, 165, 233, 0.6));
            filter: drop-shadow(0 0 40px rgba(14, 165, 233, 0.6));
  }
}
@keyframes numberPulse-b-reu2vn1xls {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 24px rgba(234, 88, 12, 0.4));
            filter: drop-shadow(0 0 24px rgba(234, 88, 12, 0.4));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 40px rgba(14, 165, 233, 0.6));
            filter: drop-shadow(0 0 40px rgba(14, 165, 233, 0.6));
  }
}
.slide-tag[b-reu2vn1xls] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: rgba(234, 88, 12, 0.12);
  border: 1px solid rgba(234, 88, 12, 0.35);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-box-shadow: 0 8px 24px rgba(234, 88, 12, 0.15);
          box-shadow: 0 8px 24px rgba(234, 88, 12, 0.15);
}
.slide-tag[b-reu2vn1xls]::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ea580c;
  border-radius: 50%;
  -webkit-animation: dotPulse 1.5s ease-in-out infinite;
          animation: dotPulse-b-reu2vn1xls 1.5s ease-in-out infinite;
  -webkit-box-shadow: 0 0 10px rgba(234, 88, 12, 0.8);
          box-shadow: 0 0 10px rgba(234, 88, 12, 0.8);
}

@-webkit-keyframes tagSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes tagSlide-b-reu2vn1xls {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes dotPulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 10px rgba(234, 88, 12, 0.8);
            box-shadow: 0 0 10px rgba(234, 88, 12, 0.8);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-box-shadow: 0 0 20px #ea580c;
            box-shadow: 0 0 20px #ea580c;
  }
}
@keyframes dotPulse-b-reu2vn1xls {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 10px rgba(234, 88, 12, 0.8);
            box-shadow: 0 0 10px rgba(234, 88, 12, 0.8);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-box-shadow: 0 0 20px #ea580c;
            box-shadow: 0 0 20px #ea580c;
  }
}
.slide-title[b-reu2vn1xls] {
  font-size: clamp(2rem, 5.5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 25px;
  color: white;
}
.slide-title .word[b-reu2vn1xls] {
  display: inline-block;
  margin-right: 12px;
  opacity: 0;
  -webkit-transform: translateY(60px) rotateX(-60deg) scale(0.7);
          transform: translateY(60px) rotateX(-60deg) scale(0.7);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ea580c), to(#0ea5e9));
  background: linear-gradient(180deg, #ffffff 0%, #ea580c 60%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

@-webkit-keyframes wordFlip {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px) rotateX(-60deg) scale(0.7);
            transform: translateY(60px) rotateX(-60deg) scale(0.7);
  }
  60% {
    -webkit-transform: translateY(-8px) rotateX(8deg) scale(1.03);
            transform: translateY(-8px) rotateX(8deg) scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
  }
}

@keyframes wordFlip-b-reu2vn1xls {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px) rotateX(-60deg) scale(0.7);
            transform: translateY(60px) rotateX(-60deg) scale(0.7);
  }
  60% {
    -webkit-transform: translateY(-8px) rotateX(8deg) scale(1.03);
            transform: translateY(-8px) rotateX(8deg) scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
  }
}
.slide-description[b-reu2vn1xls] {
  font-size: 1.1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes descFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes descFade-b-reu2vn1xls {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slide-actions[b-reu2vn1xls] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0.8);
      -ms-transform: translateY(50px) scale(0.8);
          transform: translateY(50px) scale(0.8);
}

@-webkit-keyframes actionsBounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.8);
            transform: translateY(50px) scale(0.8);
  }
  60% {
    -webkit-transform: translateY(-6px) scale(1.02);
            transform: translateY(-6px) scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes actionsBounce-b-reu2vn1xls {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.8);
            transform: translateY(50px) scale(0.8);
  }
  60% {
    -webkit-transform: translateY(-6px) scale(1.02);
            transform: translateY(-6px) scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.btn-primary[b-reu2vn1xls] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #ea580c, rgb(195.1902439024, 73.4048780488, 10.0097560976));
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 12px 32px rgba(234, 88, 12, 0.4);
          box-shadow: 0 12px 32px rgba(234, 88, 12, 0.4);
}
.btn-primary[b-reu2vn1xls]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0ea5e9, rgb(11.6874493927, 137.7449392713, 194.5125506073));
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.btn-primary span[b-reu2vn1xls], .btn-primary svg[b-reu2vn1xls] {
  position: relative;
  z-index: 1;
}
.btn-primary svg[b-reu2vn1xls] {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.btn-primary:hover[b-reu2vn1xls] {
  -webkit-transform: translateY(-3px) scale(1.01);
      -ms-transform: translateY(-3px) scale(1.01);
          transform: translateY(-3px) scale(1.01);
  -webkit-box-shadow: 0 18px 40px rgba(14, 165, 233, 0.45);
          box-shadow: 0 18px 40px rgba(14, 165, 233, 0.45);
}
.btn-primary:hover[b-reu2vn1xls]::before {
  opacity: 1;
}
.btn-primary:hover svg[b-reu2vn1xls] {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.btn-secondary[b-reu2vn1xls] {
  padding: 16px 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(14, 165, 233, 0.5);
  border-radius: 50px;
  color: #38bdf8;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.btn-secondary[b-reu2vn1xls]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.15), rgba(234, 88, 12, 0.08));
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.btn-secondary:hover[b-reu2vn1xls] {
  border-color: #0ea5e9;
  color: white;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 30px rgba(14, 165, 233, 0.25);
          box-shadow: 0 12px 30px rgba(14, 165, 233, 0.25);
}
.btn-secondary:hover[b-reu2vn1xls]::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.floating-shapes[b-reu2vn1xls] {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.floating-shapes .shape[b-reu2vn1xls] {
  position: absolute;
  border-radius: 50%;
}
.floating-shapes .shape-1[b-reu2vn1xls] {
  width: 320px;
  height: 320px;
  right: -40px;
  top: -40px;
  background: transparent;
  border: 1.5px solid rgba(234, 88, 12, 0.15);
}
.floating-shapes .shape-2[b-reu2vn1xls] {
  width: 240px;
  height: 240px;
  right: 15%;
  bottom: 5%;
  background: transparent;
  border: 1.5px solid rgba(14, 165, 233, 0.12);
}
.floating-shapes .shape-3[b-reu2vn1xls] {
  width: 100px;
  height: 100px;
  left: 25%;
  top: 12%;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.2), transparent 70%);
}
.floating-shapes .shape-4[b-reu2vn1xls] {
  width: 70px;
  height: 70px;
  right: 35%;
  top: 60%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.2), transparent 70%);
}

@-webkit-keyframes shapeOrbit1 {
  to {
    -webkit-transform: rotate(360deg) translateX(20px) rotate(-360deg);
            transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}

@keyframes shapeOrbit1-b-reu2vn1xls {
  to {
    -webkit-transform: rotate(360deg) translateX(20px) rotate(-360deg);
            transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}
@-webkit-keyframes shapeOrbit2 {
  to {
    -webkit-transform: rotate(360deg) translateY(15px) rotate(-360deg);
            transform: rotate(360deg) translateY(15px) rotate(-360deg);
  }
}
@keyframes shapeOrbit2-b-reu2vn1xls {
  to {
    -webkit-transform: rotate(360deg) translateY(15px) rotate(-360deg);
            transform: rotate(360deg) translateY(15px) rotate(-360deg);
  }
}
@-webkit-keyframes shapePulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
}
@keyframes shapePulse-b-reu2vn1xls {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
}
@-webkit-keyframes shapeFloat {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(12px, -18px);
            transform: translate(12px, -18px);
  }
  50% {
    -webkit-transform: translate(-8px, -32px);
            transform: translate(-8px, -32px);
  }
  75% {
    -webkit-transform: translate(16px, -12px);
            transform: translate(16px, -12px);
  }
}
@keyframes shapeFloat-b-reu2vn1xls {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(12px, -18px);
            transform: translate(12px, -18px);
  }
  50% {
    -webkit-transform: translate(-8px, -32px);
            transform: translate(-8px, -32px);
  }
  75% {
    -webkit-transform: translate(16px, -12px);
            transform: translate(16px, -12px);
  }
}
.slider-controls[b-reu2vn1xls] {
  position: absolute;
  bottom: 40px;
  right: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  z-index: 10;
}

.nav-btn[b-reu2vn1xls] {
  position: relative;
  width: 52px;
  height: 52px;
  background: rgba(6, 9, 15, 0.6);
  border: 1.5px solid rgba(234, 88, 12, 0.4);
  border-radius: 50%;
  cursor: pointer;
  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;
  color: #ea580c;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.nav-btn svg[b-reu2vn1xls] {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.nav-btn .btn-bg[b-reu2vn1xls] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ea580c, #0ea5e9);
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-btn:hover[b-reu2vn1xls] {
  border-color: transparent;
  color: white;
  -webkit-box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
          box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
}
.nav-btn:hover .btn-bg[b-reu2vn1xls] {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.nav-btn.prev:hover svg[b-reu2vn1xls] {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}
.nav-btn.next:hover svg[b-reu2vn1xls] {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.slide-indicators[b-reu2vn1xls] {
  position: absolute;
  left: 8%;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  z-index: 10;
}

.indicator[b-reu2vn1xls] {
  position: relative;
  width: 50px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.indicator .indicator-progress[b-reu2vn1xls] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(90deg, #ea580c, #0ea5e9);
  border-radius: 3px;
}
.indicator .indicator-number[b-reu2vn1xls] {
  position: absolute;
  bottom: 16px;
  left: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.indicator:hover[b-reu2vn1xls] {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scaleY(1.4);
      -ms-transform: scaleY(1.4);
          transform: scaleY(1.4);
}
.indicator.active[b-reu2vn1xls] {
  width: 85px;
}
.indicator.active .indicator-progress[b-reu2vn1xls] {
  -webkit-animation: progressFill 6s linear forwards;
          animation: progressFill-b-reu2vn1xls 6s linear forwards;
}
.indicator.active .indicator-number[b-reu2vn1xls] {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #ea580c;
}

@-webkit-keyframes progressFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progressFill-b-reu2vn1xls {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.slide-counter[b-reu2vn1xls] {
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 10;
  font-weight: 800;
}
.slide-counter .current[b-reu2vn1xls] {
  font-size: 2.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(180deg, #ea580c, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slide-counter .separator[b-reu2vn1xls] {
  width: 2px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(to bottom, #ea580c, #0ea5e9);
  border-radius: 2px;
  opacity: 0.5;
}
.slide-counter .total[b-reu2vn1xls] {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
}

.scroll-indicator[b-reu2vn1xls] {
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 10;
  color: rgba(234, 88, 12, 0.7);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  -webkit-animation: floatBounce 2.5s ease-in-out infinite;
          animation: floatBounce-b-reu2vn1xls 2.5s ease-in-out infinite;
}
.scroll-indicator .mouse[b-reu2vn1xls] {
  width: 26px;
  height: 40px;
  border: 1.5px solid rgba(234, 88, 12, 0.5);
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  background: rgba(0, 0, 0, 0.2);
}
.scroll-indicator .mouse .wheel[b-reu2vn1xls] {
  width: 3px;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(to bottom, #ea580c, #0ea5e9);
  border-radius: 2px;
  -webkit-animation: wheelScroll 2s ease-in-out infinite;
          animation: wheelScroll-b-reu2vn1xls 2s ease-in-out infinite;
}

@-webkit-keyframes floatBounce {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-12px);
            transform: translateX(-50%) translateY(-12px);
  }
}

@keyframes floatBounce-b-reu2vn1xls {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-12px);
            transform: translateX(-50%) translateY(-12px);
  }
}
@-webkit-keyframes wheelScroll {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@keyframes wheelScroll-b-reu2vn1xls {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@media (max-width: 1024px) {
  .slide-content[b-reu2vn1xls] {
    padding: 0 5%;
  }
  .slide-counter[b-reu2vn1xls] {
    display: none;
  }
  .slider-controls[b-reu2vn1xls] {
    right: 5%;
  }
  .slide-indicators[b-reu2vn1xls] {
    left: 5%;
  }
  .slide-number[b-reu2vn1xls] {
    right: 5%;
  }
}
@media (max-width: 768px) {
  .hero-slider[b-reu2vn1xls] {
    height: calc(100svh - 70px);
  }
  .slide-content[b-reu2vn1xls] {
    padding: 0 5%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15%;
  }
  .slide-icon[b-reu2vn1xls] {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    margin-bottom: 20px;
  }
  .slide-icon svg[b-reu2vn1xls] {
    width: 30px;
    height: 30px;
  }
  .slide-tag[b-reu2vn1xls] {
    padding: 8px 18px;
    font-size: 0.68rem;
  }
  .slide-description[b-reu2vn1xls] {
    font-size: 0.95rem;
    margin-bottom: 24px;
  }
  .slide-actions[b-reu2vn1xls] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .btn-primary[b-reu2vn1xls], .btn-secondary[b-reu2vn1xls] {
    padding: 14px 28px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slide-indicators[b-reu2vn1xls] {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 80px;
  }
  .scroll-indicator[b-reu2vn1xls], .slide-number[b-reu2vn1xls] {
    display: none;
  }
}
/*# sourceMappingURL=Components\Slider.razor.css.map */
/* _content/NCDL.WebCty/Shared/MainLayout.razor.rz.scp.css */
.page[b-bkdfcl7xcp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bkdfcl7xcp] {
    flex: 1;
}

.sidebar[b-bkdfcl7xcp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bkdfcl7xcp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bkdfcl7xcp]  a, .top-row .btn-link[b-bkdfcl7xcp] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bkdfcl7xcp] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bkdfcl7xcp] {
        display: none;
    }

    .top-row.auth[b-bkdfcl7xcp] {
        justify-content: space-between;
    }

    .top-row a[b-bkdfcl7xcp], .top-row .btn-link[b-bkdfcl7xcp] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bkdfcl7xcp] {
        flex-direction: row;
    }

    .sidebar[b-bkdfcl7xcp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bkdfcl7xcp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bkdfcl7xcp], article[b-bkdfcl7xcp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/NCDL.WebCty/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-od5fyg72js] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-od5fyg72js] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-od5fyg72js] {
    font-size: 1.1rem;
}

.oi[b-od5fyg72js] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-od5fyg72js] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-od5fyg72js] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-od5fyg72js] {
        padding-bottom: 1rem;
    }

    .nav-item[b-od5fyg72js]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-od5fyg72js]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-od5fyg72js]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-od5fyg72js] {
        display: none;
    }

    .collapse[b-od5fyg72js] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-od5fyg72js] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
