

/* Start:/bitrix/components/luxar/captcha.demo/templates/.default/style.css?17763455118162*/
.lcdt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #1e293b;
}
.lcdt * {
  box-sizing: border-box;
}
.lcdt a {
  color: #3a7bd5;
}
.lcdt__wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: start;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .lcdt__wrap {
    grid-template-columns: 1fr;
  }
}
.lcdt__sidebar {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  position: sticky;
  top: 16px;
}
.lcdt__sidebar-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 18px;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lcdt__sidebar-title svg {
  flex-shrink: 0;
  color: #3a7bd5;
}
.lcdt__group {
  margin-bottom: 18px;
}
.lcdt__group:last-child {
  margin-bottom: 0;
}
.lcdt__label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 8px;
}
.lcdt__select {
  width: 100%;
  padding: 8px 28px 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 10px center;
  font-size: 13.5px;
  color: #1e293b;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.15s;
}
.lcdt__select:focus {
  outline: none;
  border-color: #3a7bd5;
}
.lcdt__themes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.lcdt__theme-card {
  border: 2px solid #e2e8f0;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: none;
  padding: 0;
  text-align: center;
}
.lcdt__theme-card:hover {
  border-color: #bdd0f0;
}
.lcdt__theme-card.is-active {
  border-color: #3a7bd5;
  box-shadow: 0 0 0 2px rgba(58, 123, 213, 0.2);
}
.lcdt__theme-swatch {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.lcdt__theme-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.lcdt__theme-name {
  padding: 3px 2px 5px;
  font-size: 10.5px;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  color: #1e293b;
}
.lcdt__theme-name--dark {
  background: #1e2433;
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.1);
}
.lcdt__toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  cursor: pointer;
  user-select: none;
}
.lcdt__toggle-row > span {
  font-size: 13.5px;
  color: #1e293b;
}
.lcdt__toggle-switch {
  position: relative;
  width: 34px;
  height: 20px;
  flex-shrink: 0;
}
.lcdt__toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.lcdt__toggle-switch input:checked + .lcdt__toggle-track {
  background: #3a7bd5;
}
.lcdt__toggle-switch input:checked ~ .lcdt__toggle-thumb {
  left: 17px;
}
.lcdt__toggle-track {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: #d1d5db;
  transition: background 0.2s;
}
.lcdt__toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: left 0.2s;
}
.lcdt__custom-panel {
  border: 1px solid #bdd0f0;
  border-radius: 10px;
  padding: 14px;
  background: #f0f5ff;
  display: none;
}
.lcdt__custom-panel.is-visible {
  display: block;
}
.lcdt__custom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lcdt__custom-row:last-child {
  margin-bottom: 0;
}
.lcdt__custom-row label {
  font-size: 12.5px;
  color: #334155;
  flex: 1;
}
.lcdt__color-input {
  width: 34px;
  height: 26px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
  background: none;
}
.lcdt__range {
  width: 100px;
  accent-color: #3a7bd5;
}
.lcdt__range-val {
  width: 26px;
  text-align: right;
  font-size: 12px;
  color: #64748b;
  margin-left: 4px;
}
.lcdt__apply-btn {
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  background: #3a7bd5;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.lcdt__apply-btn:hover {
  background: #2a5fb0;
}
.lcdt__sep {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 16px 0;
}
.lcdt__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.lcdt__preview-card {
  width: 100%;
  background: #f0f2f5;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.lcdt__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.lcdt__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s;
  text-decoration: none;
}
.lcdt__btn--reset {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #334155;
}
.lcdt__btn--reset:hover {
  background: #f1f5f9;
  border-color: #bdd0f0;
}
.lcdt__btn--ok {
  background: #dcfce7;
  border-color: #86efac;
  color: #15803d;
}
.lcdt__btn--ok:hover {
  background: #bbf7d0;
}
.lcdt__btn--fail {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #b91c1c;
}
.lcdt__btn--fail:hover {
  background: #fecaca;
}
.lcdt__hint {
  font-size: 12px;
  color: #94a3b8;
  text-align: center;
}
.lcdt__popup-trigger {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.lcdt__popup-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #3a7bd5;
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(58, 123, 213, 0.35);
}
.lcdt__popup-btn:hover {
  background: #2a5fb0;
  box-shadow: 0 4px 12px rgba(58, 123, 213, 0.45);
}
.lcdt__modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}
.lcdt__modal-overlay.is-visible {
  display: flex;
}
.lcdt__modal {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.lcdt__modal-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #1e293b;
}
.lcdt__modal-desc {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 14px;
  line-height: 1.5;
}
.lcdt__modal-textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 12px;
  resize: vertical;
  color: #1e293b;
  background: #f8fafc;
  display: block;
}
.lcdt__modal-footer {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  justify-content: flex-end;
}
.lcdt__modal-btn {
  padding: 8px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s;
}
.lcdt__modal-btn--copy {
  background: #3a7bd5;
  color: #fff;
  border-color: #3a7bd5;
}
.lcdt__modal-btn--copy:hover {
  background: #2a5fb0;
}
.lcdt__modal-btn--close {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #334155;
}
.lcdt__modal-btn--close:hover {
  background: #f1f5f9;
  border-color: #bdd0f0;
}
.lcdt__btn--export {
  background: #f0f5ff;
  border-color: #bdd0f0;
  color: #3a7bd5;
}
.lcdt__btn--export:hover {
  background: #dbeafe;
  border-color: #93c5fd;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/components/luxar/captcha.demo/templates/.default/style.css?17763455118162 */
