.ff-panel {
  margin: 30px auto;
  background: #121212;
  border-radius: 14px;
  padding: 18px;
  color: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.6);
}

.ff-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:16px;
}

.ff-header span {
  font-size:15px;
  letter-spacing:1px;
  color:#f5c400;
  text-transform:uppercase;
}

.ff-slider {
  margin-bottom:14px;
}

.ff-slider label {
  display:block;
  font-size:13px;
  margin-bottom:5px;
}

.slider-row {
  display:flex;
  align-items:center;
  gap:6px;
}

.slider-row input[type=range] {
  flex:1;
  accent-color:#f5c400;
}

.slider-row button {
  width:28px;
  height:28px;
  background:#1f1f1f;
  border:1px solid #444;
  color:#fff;
  font-size:16px;
  cursor:pointer;
  border-radius:4px;
}

.slider-row span {
  width:36px;
  text-align:right;
  font-size:13px;
}
/* ===============================
   FF FORM (CONFIGURAÇÃO)
================================ */

.ff-form-group {
  margin-bottom: 16px;
}

.ff-form-group label {
  display:block;
  font-size:13px;
  margin-bottom:6px;
}

.ff-form-group small {
  display:block;
  margin-top:4px;
  font-size:11px;
  color:#aaa;
}

.ff-input {
  display:flex;
  align-items:center;
  background:#1a1a1a;
  border:1px solid #333;
  border-radius:6px;
  overflow:hidden;
}

.ff-input input {
  flex:1;
  background:transparent;
  border:none;
  color:#fff;
  padding:12px;
  font-size:14px;
  outline:none;
}

.ff-input input::placeholder {
  color:#777;
}

.ff-icon {
  padding:0 12px;
  font-size:18px;
  color:#f5c400;
}

.ff-suffix {
  padding:0 12px;
  font-size:13px;
  color:#ccc;
}

.ff-btn {
  width:100%;
  padding:14px;
  background:#f5c400;
  color:#000;
  border:none;
  border-radius:8px;
  font-weight:bold;
  letter-spacing:1px;
  cursor:pointer;
}

.ff-btn:hover {
  background:#ffd84d;
}

/* lista autocomplete */
#deviceResults {
  background:#1a1a1a;
  border:1px solid #333;
  border-radius:6px;
  overflow:hidden;
}

#deviceResults .list-group-item {
  background:#1a1a1a;
  color:#fff;
  border:none;
  border-bottom:1px solid #333;
  cursor:pointer;
}

#deviceResults .list-group-item:hover {
  background:#2a2a2a;
}
.ff-progress {
  width: 100%;
  height: 8px;
  background: #2a2a2a;
  border-radius: 4px;
  overflow: hidden;
}

.ff-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #f5c400, #ff9800);
  transition: width 0.25s ease;
}
.titulo-destaque {
    border-left: 5px solid #f5c400;
    padding-left: 12px;
}

.table-ffmania thead {
    background: #000;
    color: #f5c400;
}

.table-ffmania thead th {
    border-color: #000;
}

.editor-note-custom {
    background-color: #f3e3b1;
    border: 1px dashed #000;
    border-radius: 6px;
}
