/* --------------------------------------------------------------------
   Full QR Pro CSS - complete styling for accordion, topnav, sets, logo,
   content blocks, preview, buttons, forms - QRCode-Monkey inspired
------------------------------------------------------------------------ */

/* base wrapper */
.qrpro-wrapper {
  max-width: 1200px;
  margin: 16px auto;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #263238;
}

/* topbar (green chrome imitation) */
.qr-topbar {
  background: #197a4a;
  padding: 10px 18px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.qr-topnav-inner { max-width:1200px; margin:0 auto; }
.qr-topnav-list {
  display:flex;
  gap:10px;
  list-style:none;
  padding:0;
  margin:0;
}
.qr-topnav-item {
  color:#dff3e8;
  font-weight:700;
  padding:6px 10px;
  border-radius:4px;
  cursor:pointer;
  background:transparent;
}
.qr-topnav-item.active {
  background: rgba(255,255,255,0.12);
  color:#fff;
}

/* two-column layout */
.qrpro-container {
  display:flex;
  gap:24px;
  align-items:stretch;
  padding: 14px;
  border-radius: 6px;
}
@media (max-width: 980px) {
  .qrpro-container { flex-direction: column; }
}

/* left panel (big light panel) */
.qrpro-left {
  flex: 1 1 66%;
  background: #eaf2f4;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
}
.qr-left-inner { padding: 8px; }

/* right panel (preview) */
.qrpro-right {
  flex: 0 0 360px;
  min-width: 320px;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
}
@media (max-width: 980px) {
  .qrpro-right { min-width: auto; width: 100%; }
}

/* accordion base */
.qr-accordion { display:flex; flex-direction:column; gap:10px; }
.qr-accordion-item { border-radius: 6px; overflow:hidden; border:1px solid #e6e6e6; background:#fff; }

/* header */
.acc-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 12px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-weight:700;
}
.acc-left { display:flex; align-items:center; gap:10px; }
.acc-icon {
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f1f1f1;
  border-radius:6px;
}
.acc-icon.acc-blue { background:#00a6e0; color:#fff; display:inline-flex; }
.acc-title { font-size:13px; color:#233d45; margin-left:0; }
.acc-right { font-size:22px; color:#737f85; font-weight:700; margin-right:6px; }

/* body */
.acc-body { padding:12px; background:#f7fbfb; display:block; }

/* field label + inputs */
.field-label, .field-heading { display:block; margin-bottom:6px; color:#233d45; font-weight:600; font-size:13px; }
.field-input {
  display:block;
  width:100%;
  padding:10px 12px;
  border-radius:6px;
  border:1px solid #d8d8d8;
  box-sizing:border-box;
  margin-bottom:12px;
  background:#fff;
  font-size:14px;
}

/* muted paragraph small text */
.muted { color:#6d7880; font-size:13px; }

/* color UI inside SET COLORS */
.acc-color-body { background: #eef6f8; padding:12px; border-top:1px solid #d0d7db; }
.color-section { margin-bottom:14px; }
.color-options { display:flex; gap:18px; align-items:center; margin-bottom:10px; font-size:13px; }
.color-row { display:flex; gap:10px; align-items:center; }
.field-color { width:46px; height:40px; padding:0; border:1px solid #cfcfcf; border-radius:4px; }
.field-hex { width:120px; padding:9px; }

/* eye color */
.eye-color-section { margin-top:6px; }
.eye-row { display:flex; align-items:center; gap:12px; }
.eye-box { display:flex; gap:8px; align-items:center; }
.copy-fg-btn {
  background:#eef3f6;
  border:1px solid #cfd7dc;
  padding:8px 10px;
  border-radius:6px;
  cursor:pointer;
  font-size:13px;
}
.copy-fg-btn:hover { background:#e2eaee; }

/* logo area */
.acc-logo-body { background: #eef6f8; padding:12px; border-top:1px solid #d0d7db; }
.logo-flex { display:flex; align-items:flex-start; gap:16px; margin-bottom:12px; }
.no-logo-box {
  width:96px; height:96px; display:flex; align-items:center; justify-content:center;
  border:2px dashed #cfd7dc; background:#fff; color:#8b9498; border-radius:8px;
  font-size:13px;
}
.upload-btn {
  background:#00a6e0; color:#fff; padding:10px 14px; border-radius:6px; cursor:pointer; display:inline-block;
  font-weight:700;
}
.upload-btn input { display:none; }
.logo-ad { background:#dfeff6; padding:10px; border-radius:6px; border:1px solid #c5dbea; width:200px; }
.logo-grid { display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.logo-grid img {
  width:44px; height:44px; padding:8px; background:#fff; border:1px solid #e6e6e6; border-radius:6px; cursor:pointer;
}
.logo-grid img.selected { box-shadow:0 2px 0 rgba(0,0,0,0.04); transform:translateY(-2px); }

/* content blocks */
.acc-content-body .content-block { margin-bottom:12px; }
.content-block label { font-size:13px; margin-bottom:6px; display:block; }

/* preview */
.qr-preview-box { background:#fff; border-radius:6px; border:1px solid #eee; height:320px; display:flex; align-items:center; justify-content:center; padding:8px; }
.qr-preview { width:260px; height:260px; display:flex; align-items:center; justify-content:center; }

/* slider row */
.qr-slider-row { display:flex; align-items:center; gap:10px; margin-top:10px; }
.qr-quality-slider { width:100%; }

/* buttons + formats */
.qr-buttons { display:flex; gap:12px; margin-top:12px; align-items:center; }
.qr-create {
  background: linear-gradient(180deg,#45c35a 0%,#2aa235 100%) !important;
  color:#fff !important; border:none !important; padding:10px 18px !important; border-radius:6px !important;
  font-weight:700; cursor:pointer;
}
.qr-download {
  background:#56bfff !important; color:#fff !important; border:none !important; padding:10px 14px !important; border-radius:6px !important; font-weight:700;
}
.qr-format-buttons { display:flex; gap:10px; margin-top:10px; }
.qr-format-buttons button { background:#fff; border:1px solid #e6e6e6; padding:8px 12px; border-radius:6px; cursor:pointer; }

/* small screen fixes */
@media (max-width:480px) {
  .qrpreview { width:200px; height:200px; }
  .logo-flex { flex-direction:column; align-items:flex-start; }
  .qrpro-container { padding:10px; }
}