.signe-hero-admin-panel,
.signe-hs-media-panel {
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid #e8e4df;
  border-radius: 10px;
  background: #faf9f7;
}

.signe-hero-admin-panel h4,
.signe-hs-media-panel h5 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
}

.signe-hero-hint,
.signe-hs-hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: #666;
  line-height: 1.55;
}

.signe-hero-mode-row,
.signe-hs-media-types {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 14px;
}

.signe-hero-mode-row label,
.signe-hs-media-types label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  cursor: pointer;
}

.signe-hero-video-zone,
.signe-hs-video-zone {
  display: none;
  margin-top: 8px;
}

.signe-hero-video-zone.is-active,
.signe-hs-video-zone.is-active {
  display: block;
}

.signe-hero-actions,
.signe-hs-video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.signe-hs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid #c9c0b5;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  cursor: pointer;
}

.signe-hs-btn.primary {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
}

.signe-hs-btn.danger {
  border-color: #c44;
  color: #a33;
}

.signe-hs-btn.active {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
}

.signe-hs-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.signe-hero-video-preview,
.signe-hs-video-preview {
  margin-top: 10px;
  max-width: 420px;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
}

.signe-hero-video-preview video,
.signe-hs-video-preview video {
  display: block;
  width: 100%;
  max-height: 220px;
}

.signe-hero-poster-preview img,
.signe-hs-poster-preview img {
  display: block;
  max-width: 200px;
  margin-top: 8px;
  border-radius: 6px;
}

.signe-hs-status,
.signe-hero-status {
  margin-top: 8px;
  font-size: 12px;
  color: #2a6b2a;
}

.signe-hs-status.error {
  color: #a33;
}

.signe-hs-file-input {
  display: none;
}

.signe-hero-divider {
  margin: 18px 0;
  border: none;
  border-top: 1px solid #e0dbd4;
}

.signe-platform-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.signe-platform-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #2c2c2c;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.signe-form-back-link {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  color: #2c2c2c;
  text-decoration: underline;
  cursor: pointer;
}

.signe-form-back-link:hover {
  color: #000;
}

body.signe-platform-app .main-slider > .right {
  display: none !important;
}

.signe-hs-field {
  margin-bottom: 12px;
}

.signe-hs-field label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

.signe-hs-field input {
  width: 100%;
  max-width: 480px;
  padding: 8px 10px;
  border: 1px solid #d5cfc7;
  border-radius: 6px;
  font-size: 13px;
  background: #fff;
}

.signe-hs-file-input {
  display: none;
}

.signe-hero-divider {
  margin: 16px 0;
  border: 0;
  border-top: 1px solid #e5e0da;
}

.signe-app-video-section {
  margin-top: 8px;
}

.signe-app-slide-video-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.signe-app-slide-card {
  display: flex;
  gap: 14px;
  padding: 12px;
  border: 1px solid #e2ddd6;
  border-radius: 10px;
  background: #fff;
}

.signe-app-slide-card__media {
  position: relative;
  width: 110px;
  min-width: 110px;
  height: 78px;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signe-app-slide-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signe-app-slide-card__badge {
  position: absolute;
  top: 6px;
  inset-inline-start: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #2c2c2c;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.signe-app-slide-card__body {
  flex: 1;
  min-width: 0;
}

.signe-app-slide-card__body a.signe-hs-btn {
  text-decoration: none;
  color: inherit;
}

.signe-app-slide-card__video {
  display: block;
  width: 100%;
  max-width: 320px;
  max-height: 160px;
  margin-top: 10px;
  border-radius: 8px;
  background: #111;
}

@media (max-width: 720px) {
  .signe-app-slide-card {
    flex-direction: column;
  }
  .signe-app-slide-card__media {
    width: 100%;
    height: 140px;
  }
}
