.card[data-v-2f8ec66a] {
  background: linear-gradient(to right, #5c3d2e, #3c2a21);
}

.video[data-v-2f8ec66a] {
  height: 176px;
  position: relative;
}

.video .video-content[data-v-2f8ec66a] {
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video .video-content video[data-v-2f8ec66a] {
  width: 99%;
  height: 99%;
}

.video .mask[data-v-2f8ec66a] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: var(--background-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.link[data-v-2f8ec66a] {
  border: 1px solid var(--text);
  padding: 8px;
  text-align: center;
  color: var(--text);
}

.input[data-v-2f8ec66a] {
  border: 1px solid var(--background);
  background: var(--background);
  color: #fff;
}

.input input[data-v-2f8ec66a] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
}

.get-code[data-v-2f8ec66a] {
  background: var(--btn-bg);
  color: var(--btn-text);
  border-radius: 14px;
  border: none;
  margin-top: 12px;
}

.task-action-row[data-v-2f8ec66a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

.code-input[data-v-2f8ec66a] {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  border: 0.5px solid var(--background-1);
  background: var(--background);
  color: var(--text);
  border-radius: 8px;
}

input.code-input[data-v-2f8ec66a] {
  width: 100%;
  height: 100%;
  min-height: 2.5rem;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  appearance: none;
  -webkit-appearance: none;
}

input.code-input[readonly][data-v-2f8ec66a] {
  caret-color: transparent;
  cursor: default;
  user-select: text;
  -webkit-user-select: text;
}

#copyCodeBtn[data-v-2f8ec66a] {
  flex-shrink: 0;
  align-self: center;
  width: 1.5rem !important;
  height: 1.5rem !important;
}

table[data-v-2f8ec66a] {
  width: 100%;
  border-collapse: collapse;
}

th[data-v-2f8ec66a],
td[data-v-2f8ec66a] {
  padding: 9px;
  white-space: nowrap;
}

th[data-v-2f8ec66a] {
  background: var(--btn-bg-180);
  color: var(--btn-text);
}

td[data-v-2f8ec66a]:first-child,
th[data-v-2f8ec66a]:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}

.no-data[data-v-2f8ec66a] {
  text-align: center;
  color: #888;
  height: 100px;
  line-height: 100px;
}

.action-column[data-v-2f8ec66a] {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 3;
}

.task-copy-connect-btn[data-v-2f8ec66a] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid var(--text);
  border-radius: 999px;
  background: var(--background-1);
  color: var(--text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.task-copy-connect-btn[data-v-2f8ec66a] i {
  font-size: 12px;
  color: var(--text);
}

.task-copy-connect-btn[data-v-2f8ec66a]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.task-apply-connect-btn[data-v-2f8ec66a] .task-apply-connect-btn__bonus {
  color: #22c55e;
  font-weight: 600;
}

.task-col-ws[data-v-2f8ec66a] {
  width: 1%;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
}

.task-col-status[data-v-2f8ec66a],
.task-col-applied[data-v-2f8ec66a] {
  width: 48px;
}

.task-applied-indicator[data-v-2f8ec66a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

.task-applied-indicator.is-applied[data-v-2f8ec66a] {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border: 1px solid #22c55e;
}

.task-applied-indicator.is-not-applied[data-v-2f8ec66a] {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid #ef4444;
}

.external-connect-success-dialog {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.78);
  padding: 20px;
  box-sizing: border-box;
}

.external-connect-success-dialog__panel {
  width: 100%;
  max-width: 300px;
  padding: 24px 20px;
  border-radius: 12px;
  background: var(--background-1);
  border: 1px solid var(--text);
  text-align: center;
}

.external-connect-success-dialog__icon {
  font-size: 40px;
  color: #07c160;
  margin-bottom: 12px;
}

.external-connect-success-dialog__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-white);
}

.external-connect-success-dialog__text {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-primary);
}

.external-connect-success-dialog__refresh {
  margin: 0 auto;
}

.custom-table[data-v-2f8ec66a] {
  min-width: 100%;
  border-collapse: initial;
  border-spacing: 0;
  background: var(--background-1);
  border-radius: 10px;
  position: relative;
}

.dot[data-v-2f8ec66a] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.green[data-v-2f8ec66a] {
  background: #348b14;
}

.red[data-v-2f8ec66a] {
  background: #f44;
}

.step-dot[data-v-2f8ec66a] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--text);
}
