.fk-customizer {
  width: auto;
  overflow: visible;
  color: #f6f2ea;
  background:
    radial-gradient(circle at 15% 0%, rgba(240, 208, 157, 0.16), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(49, 95, 125, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(36, 34, 31, 0.97), rgba(15, 16, 18, 0.95));
  border: 1px solid rgba(246, 242, 234, 0.16);
  border-radius: 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#sidebar .SelectField_options__3KuvJ {
  max-height: min(360px, calc(100vh - 250px));
  overflow-y: auto;
  overscroll-behavior: contain;
}

.fk-panel-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 17px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
}

.fk-panel-title {
  display: grid;
  gap: 4px;
}

.fk-panel-title .fk-brand-badge {
  width: fit-content;
  border: 1px solid rgba(240, 208, 157, 0.34);
  border-radius: 999px;
  padding: 3px 8px;
  color: #f0d09d;
  background: rgba(240, 208, 157, 0.08);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fk-panel-title strong {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
}

.fk-panel-title span {
  color: #b9b2a7;
  font-size: 12px;
  line-height: 1.35;
}

.fk-toggle {
  border: 0;
  border-radius: 12px;
  min-width: 58px;
  min-height: 40px;
  padding: 8px 10px;
  color: #161719;
  background: #f6f2ea;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.fk-panel-body {
  display: grid;
  gap: 13px;
  max-height: calc(100vh - 104px);
  overflow: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}

.fk-panel-body::-webkit-scrollbar {
  width: 8px;
}

.fk-panel-body::-webkit-scrollbar-track {
  background: transparent;
}

.fk-panel-body::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(246, 242, 234, 0.22);
  background-clip: padding-box;
}

.fk-step-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.fk-step-row span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 7px 8px;
  color: #d9d3c9;
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.fk-section,
.fk-quote-card {
  display: grid;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.fk-kicker {
  color: #f0d09d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fk-quote-card {
  border-color: rgba(240, 208, 157, 0.2);
  background:
    linear-gradient(135deg, rgba(240, 208, 157, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
}

.fk-advanced-card {
  display: grid;
  gap: 7px;
  border: 1px dashed rgba(246, 242, 234, 0.18);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.028);
}

.fk-advanced-card strong {
  color: #f6f2ea;
  font-size: 13px;
}

.fk-advanced-card span {
  color: #aaa39a;
  font-size: 12px;
  line-height: 1.45;
}

.fk-quote-head {
  display: grid;
  gap: 4px;
}

.fk-quote-head strong {
  color: #f6f2ea;
  font-size: 14px;
}

.fk-quote-head span {
  color: #b9b2a7;
  font-size: 12px;
  line-height: 1.45;
}

.fk-field {
  display: grid;
  gap: 7px;
  color: #d9d3c9;
  font-size: 12px;
  font-weight: 800;
}

.fk-field > span {
  color: #a8a198;
  font-size: 11px;
  font-weight: 700;
}

.fk-guide-card,
.fk-guide {
  border: 1px solid rgba(240, 208, 157, 0.25);
  border-radius: 12px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(240, 208, 157, 0.12), rgba(49, 95, 125, 0.08)),
    rgba(255, 255, 255, 0.03);
}

.fk-guide-card {
  display: grid;
  gap: 4px;
}

.fk-guide-card strong {
  color: #f6f2ea;
  font-size: 13px;
}

.fk-guide-card p,
.fk-guide {
  margin: 0;
  color: #cfc6ba;
  font-size: 12px;
  line-height: 1.45;
}

.fk-guide {
  color: #f0d09d;
}

.fk-samples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.fk-samples > span {
  grid-column: 1 / -1;
  color: #d9d3c9;
  font-size: 12px;
  font-weight: 800;
}

.fk-sample {
  display: grid;
  gap: 6px;
  min-height: 96px;
  border: 1px solid rgba(240, 208, 157, 0.18);
  border-radius: 12px;
  padding: 7px;
  color: #f6f2ea;
  background:
    linear-gradient(180deg, rgba(246, 242, 234, 0.08), rgba(246, 242, 234, 0.02)),
    #24262a;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.fk-sample:hover,
.fk-sample.is-active {
  border-color: rgba(240, 208, 157, 0.58);
  background:
    linear-gradient(180deg, rgba(240, 208, 157, 0.14), rgba(246, 242, 234, 0.04)),
    #2a2c30;
  transform: translateY(-1px);
}

.fk-sample.is-active {
  box-shadow: 0 0 0 1px rgba(240, 208, 157, 0.18), 0 12px 30px rgba(0, 0, 0, 0.18);
}

.fk-sample-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  border-radius: 8px;
  background-color: #1a1b1e;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(246, 242, 234, 0.1);
}

.fk-sample > span:not(.fk-sample-thumb) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0;
}

.fk-sample small {
  color: #b9b2a7;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.fk-details {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.fk-details-compact {
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.025);
}

.fk-details summary {
  cursor: pointer;
  color: #f6f2ea;
  font-size: 13px;
  font-weight: 900;
}

.fk-details[open] {
  gap: 14px;
}

.fk-details[open] summary {
  margin-bottom: 12px;
}

.fk-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.fk-field input,
.fk-field select,
.fk-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 10px;
  color: #f6f2ea;
  background: rgba(37, 39, 43, 0.9);
  font: inherit;
}

.fk-field input:focus,
.fk-field select:focus,
.fk-field textarea:focus {
  outline: 2px solid rgba(240, 208, 157, 0.35);
  outline-offset: 1px;
  border-color: rgba(240, 208, 157, 0.45);
}

.fk-field input[type="file"]::file-selector-button {
  border: 0;
  border-radius: 9px;
  margin-right: 10px;
  padding: 8px 10px;
  color: #161719;
  background: #f6f2ea;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.fk-field textarea {
  min-height: 84px;
  resize: vertical;
}

.fk-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.fk-field input[type="range"] {
  padding: 0;
}

.fk-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fk-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fk-button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 10px 12px;
  color: #f6f2ea;
  background: #315f7d;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.fk-button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.fk-button.secondary {
  background: #303339;
}

.fk-button.full {
  grid-column: 1 / -1;
  border-color: rgba(240, 208, 157, 0.34);
  color: #161719;
  background: linear-gradient(135deg, #f6f2ea, #f0d09d);
  box-shadow: 0 12px 32px rgba(240, 208, 157, 0.12);
}

.fk-assets {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fk-asset {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: #303339;
  cursor: pointer;
}

.fk-asset.is-active {
  border-color: #d7cfe7;
}

.fk-asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fk-help {
  margin: 0;
  color: #b9b2a7;
  font-size: 12px;
  line-height: 1.45;
}

.fk-status {
  margin: 0;
  border: 1px solid rgba(240, 208, 157, 0.28);
  border-radius: 12px;
  padding: 10px;
  color: #f0d09d;
  background: rgba(240, 208, 157, 0.08);
  font-size: 12px;
  line-height: 1.45;
}

.fk-status[data-tone="success"] {
  border-color: rgba(139, 217, 166, 0.34);
  color: #b8eccb;
  background: rgba(76, 159, 106, 0.16);
}

.fk-status[data-tone="error"] {
  border-color: rgba(255, 128, 128, 0.34);
  color: #ffb7b7;
  background: rgba(169, 58, 58, 0.16);
}

.App #canvas-wrapper {
  background-color: #b7d0c4 !important;
}

.fk-customizer.fk-sidebar-module,
body.fk-embed-mode .fk-customizer.fk-sidebar-module {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  max-height: none !important;
  margin: 1em !important;
  overflow: visible !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  z-index: auto !important;
}

.fk-customizer.fk-sidebar-module .fk-panel-head {
  position: relative;
  padding: 12px;
}

.fk-customizer.fk-sidebar-module .fk-shell-details {
  display: grid;
}

.fk-customizer.fk-sidebar-module .fk-shell-details > summary {
  min-height: 44px;
  padding: 12px;
  color: #f6f2ea;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.fk-customizer.fk-sidebar-module .fk-shell-details > summary::-webkit-details-marker {
  display: none;
}

.fk-customizer.fk-sidebar-module .fk-shell-details > summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 18px;
  margin-right: 8px;
  color: #79f0ea;
  font-weight: 900;
}

.fk-customizer.fk-sidebar-module .fk-shell-details[open] > summary::before {
  content: "-";
}

.fk-customizer.fk-sidebar-module .fk-shell-details:not([open]) .fk-panel-head,
.fk-customizer.fk-sidebar-module .fk-shell-details:not([open]) .fk-panel-body {
  display: none !important;
}

.fk-customizer.fk-sidebar-module .fk-panel-body,
body.fk-embed-mode .fk-customizer.fk-sidebar-module .fk-panel-body {
  display: grid !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 12px !important;
}

.fk-customizer.fk-sidebar-module .fk-panel-title strong {
  font-size: 15px;
}

.fk-customizer.fk-sidebar-module .fk-panel-title span:not(.fk-brand-badge) {
  font-size: 11px;
}
