/*! Satnam Siri WaheGuru Sahib Ji */

.fb-launch { display: inline-flex; }
.fb-launch .btn, .fb-acts .btn {
  border-color: var(--border);
  background: var(--bg-2);
  color: var(--text);
  cursor: pointer;
  font: inherit; font-size: .9rem; font-weight: 600;
  text-decoration: none;
}
.fb-launch .btn:hover, .fb-acts .btn:hover { border-color: var(--accent); color: var(--accent); }
.fb-launch .btn:focus-visible, .fb-acts .btn:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}
.fb-acts .btn.primary { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.fb-acts .btn.primary:hover { color: var(--accent-ink); filter: brightness(1.06); }
.fb-acts .btn[disabled] { opacity: .6; cursor: default; }
.fb-launch .btn { padding: 7px 12px; font-size: .85rem; }
.fb-launch .btn svg, .fb-acts .btn svg {
  width: 16px; height: 16px; fill: none; stroke: currentColor;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.fb-modal svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.fb-back {
  position: fixed; inset: 0; z-index: 70;
  background: rgba(10, 11, 15, .6);
  display: flex; align-items: center; justify-content: center;
  padding: 18px; overflow-y: auto;
}
.fb-back[hidden] { display: none; }

.fb-modal {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 24px;
  max-width: 480px;
  width: 100%;
  margin: auto;
}
.fb-modal h2 { margin: 0 0 6px; font-size: 1.15rem; }
.fb-lede { margin: 0 0 18px; color: var(--muted); line-height: 1.5; }

.fb-x {
  position: absolute; top: 12px; right: 12px;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid transparent;
  border-radius: var(--radius-sm); color: var(--faint); cursor: pointer;
}
.fb-x:hover { background: var(--bg-3); color: var(--text); }
.fb-x:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.fb-x svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }

.fb-field { margin: 0 0 18px; }
.fb-field label, .fb-field legend {
  display: block; font-weight: 600; font-size: .92rem;
  margin: 0 0 7px; padding: 0; color: var(--text);
}
.fb-field select, .fb-field textarea {
  width: 100%; box-sizing: border-box;
  padding: 11px 13px; font: inherit; color: var(--text);
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}
.fb-field textarea { resize: vertical; min-height: 88px; line-height: 1.55; }
.fb-field select:focus-visible, .fb-field textarea:focus-visible {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);
}

.fb-stars { border: 0; margin: 0 0 18px; padding: 0; }
.fb-starrow { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.fb-star { position: relative; margin: 0; cursor: pointer; line-height: 0; }
.fb-star input {
  position: absolute; opacity: 0;
  width: 100%; height: 100%; left: 0; top: 0; margin: 0; cursor: pointer;
}
.fb-star svg {
  width: 34px; height: 34px; padding: 3px;
  fill: none; stroke: var(--border); stroke-width: 1.6;
  transition: fill .12s, stroke .12s;
}
.fb-star:hover svg { stroke: var(--c-amber); }
.fb-star.is-on svg { fill: var(--c-amber); stroke: var(--c-amber); }
.fb-star input:focus-visible + svg { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.fb-ratinglabel { margin-left: 10px; font-weight: 600; color: var(--amber-ink); font-size: .92rem; line-height: 1.4; }
.fb-sr {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.fb-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.fb-req { font-weight: 400; color: var(--faint); font-size: .85em; }

/* A quiet line, not a warning box. It exists so nobody sits waiting for an
   answer that is never coming — but the visitor is doing us a favour, and a
   bordered notice telling them what we will not do reads as a rebuke. */
.fb-note {
  margin: 0 0 18px;
  color: var(--faint);
  font-size: .84rem; line-height: 1.5;
}
.fb-note a { color: var(--muted); text-decoration: underline; }
.fb-note a:hover { color: var(--accent); }

.fb-acts { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }

.fb-modal [hidden] { display: none; }

.fb-alert {
  display: flex; align-items: flex-start; flex-wrap: wrap; gap: 10px;
  margin: 0 0 18px; padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--red-ink) 40%, transparent);
  border-left-width: 3px;
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--red-ink) 12%, var(--bg-2));
}
.fb-alert svg {
  width: 18px; height: 18px; flex: none; margin-top: 1px;
  fill: none; stroke: var(--red-ink); stroke-width: 1.9;
}
.fb-alert p {
  margin: 0; flex: 1 1 190px;
  color: var(--red-ink); font-size: .92rem; font-weight: 600; line-height: 1.45;
}
.fb-fail { text-align: center; padding: 14px 0 10px; }
.fb-fail h2 { margin: 0 0 10px; font-size: 1.35rem; letter-spacing: -.01em; }
.fb-fail p { margin: 0 auto; max-width: 32em; color: var(--muted); line-height: 1.55; }
.fb-fail p a { color: var(--accent); text-decoration: underline; }
.fb-fail p a:hover { color: var(--text); }

.fb-done { text-align: center; padding: 20px 0 12px; }
.fb-done h2 { margin: 0 0 10px; font-size: 1.45rem; letter-spacing: -.01em; }
.fb-done p {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 0; color: var(--muted); line-height: 1.5;
}
.fb-done svg {
  width: 19px; height: 19px; flex: none;
  fill: none; stroke: var(--ok-ink); stroke-width: 2.2;
}

@media (max-width: 400px) {
  .fb-modal { padding: 18px; }
  .fb-star svg { width: 30px; height: 30px; }
  .fb-acts .btn { width: 100%; justify-content: center; }
}

/* webk · v0.1.1 */
