/* extra.css — favourites heart, /ma-liste/, /signaler/ (dark EVOLOAD theme:
   bg #222 / #1e1e1e, panels #333, text #ccc, accent #f48625, hover #f8aa0c). */

/* ---------------------------------------------------------------- fav heart */
.fav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .65);
  color: #bbb;
  font: 16px/1 Verdana, Geneva, sans-serif;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: color .2s, background-color .2s, transform .15s;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .08);
}
.fav-btn:hover,
.fav-btn:focus-visible { color: #fff; background: rgba(0, 0, 0, .85); transform: scale(1.08); outline: none; }
.fav-btn:active { transform: scale(.95); }
.fav-btn.is-fav { color: #f48625; }
.fav-btn.is-fav:hover { color: #f8aa0c; }
.fav-btn.is-fav::after { content: ''; }

/* on poster cards: under the VF badge (same spot as local.css), above the mask */
.short-in > .fav-btn {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 26px;
  height: 26px;
  font-size: 14px;
  z-index: 66;
}
/* on detail pages / inline text: a pill next to the title */
.fav-btn-inline,
.fmain .fav-btn,
.fs-intro .fav-btn {
  position: static;
  width: auto;
  height: 26px;
  padding: 0 10px;
  border-radius: 13px;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 4px;
  opacity: 1;
}
.fs-intro .fav-btn { cursor: default; }

/* nav badge (optional: <span data-fav-count hidden></span> next to "Ma liste") */
[data-fav-count] {
  display: inline-block;
  min-width: 18px;
  padding: 0 5px;
  margin-left: 4px;
  border-radius: 9px;
  background: #f48625;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
[data-fav-count][hidden] { display: none; }

/* ---------------------------------------------------------------- shared */
.fs-intro { padding: 0 10px 10px; }
.fs-muted { color: #888; font-weight: 400; font-size: 12px; }
.fs-empty {
  clear: both;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 22px;
}
.fs-empty .fa {
  display: block;
  font-size: 48px;
  color: #444;
  margin-bottom: 10px;
}
.fs-empty a { color: #f48625; text-decoration: underline; }
.fs-empty a:hover { text-decoration: none; }
.fs-empty.fs-error .fa { color: #a03939; }
.fs-loading .fa { color: #f48625; }

.fs-btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  border-radius: 3px;
  background: #f48625;
  color: #fff;
  font: 700 12px/36px Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  border: 0;
  transition: background-color .2s;
}
.fs-btn:hover { background: #f8aa0c; color: #fff; }
.fs-btn[disabled] { background: #555; color: #999; cursor: not-allowed; }
.fs-btn .fa { margin-right: 6px; }
.fs-btn-ghost { background: #333; color: #ccc; }
.fs-btn-ghost:hover { background: #444; color: #fff; }
.fs-list-actions { padding: 0; background: transparent !important; }
.fs-list-actions .fs-btn { height: 30px; line-height: 30px; font-size: 11px; }

/* ---------------------------------------------------------------- forms */
.fs-form-wrap { padding: 10px; }
.fs-form { max-width: 640px; }
.fs-row { margin-bottom: 16px; }
.fs-row label {
  display: block;
  margin-bottom: 6px;
  color: #eee;
  font-size: 13px;
  font-weight: 700;
}
.fs-form select,
.fs-form textarea,
.fs-form input[type=text] {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #333;
  border: 1px solid #111;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4);
  font: 13px Verdana, Geneva, sans-serif;
}
.fs-form select { height: 40px; padding: 0 10px; }
.fs-form textarea { padding: 10px; min-height: 120px; line-height: 20px; resize: vertical; }
.fs-form select:focus,
.fs-form textarea:focus { border-color: #f48625; outline: none; }
.fs-static {
  padding: 10px 12px;
  background: #333;
  border-radius: 3px;
  color: #ccc;
  line-height: 20px;
}
.fs-static a { color: #f48625; text-decoration: underline; }
.fs-static a:hover { text-decoration: none; }
.fs-actions { padding-top: 4px; }
.fs-actions .fs-btn { margin-right: 8px; }
/* honeypot: invisible to humans, present for bots */
.fs-hp { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.fs-notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  margin: 0 0 16px;
  border-radius: 3px;
  background: #333;
  color: #ddd;
  line-height: 22px;
  font-size: 14px;
}
.fs-notice > .fa { font-size: 28px; line-height: 32px; flex: none; }
.fs-notice p { margin: 6px 0 0; }
.fs-notice em { color: #fff; font-style: normal; }
.fs-notice-ok { border-left: 4px solid #33a42d; }
.fs-notice-ok > .fa { color: #33a42d; }
.fs-notice-err { border-left: 4px solid #e5050b; }
.fs-notice-err > .fa { color: #e5050b; }

@media (max-width: 600px) {
  .fs-form-wrap { padding: 4px 0; }
  .fs-actions .fs-btn { display: block; width: 100%; margin: 0 0 8px; text-align: center; }
  .fs-notice { flex-direction: column; gap: 8px; }
}
