#haygor-configurator .hg-wrap{max-width:1100px;margin:0 auto;padding:24px;border:1px solid #d8dee4;border-radius:12px;background:#fff;font-family:Arial,Helvetica,sans-serif;color:#1f2933}#haygor-configurator *{box-sizing:border-box}#haygor-configurator h2{margin:0 0 8px;font-size:28px;line-height:1.2}#haygor-configurator h3{margin:22px 0 12px;font-size:20px}.hg-intro{color:#52606d;margin:0 0 22px}.hg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hg-field{margin-bottom:14px}.hg-field label{display:block;font-weight:700;margin-bottom:6px}.hg-field select,.hg-field input,.hg-field textarea{width:100%;padding:10px 12px;border:1px solid #b8c2cc;border-radius:8px;font-size:15px;background:#fff}.hg-field textarea{min-height:90px}.hg-check label{font-weight:600}.hg-check input{width:auto;margin-right:8px}.hg-panel{margin-top:22px;padding:18px;border:1px solid #e4e7eb;border-radius:10px;background:#f8fafc}.hg-result{margin-top:22px;padding:18px;border-radius:10px;background:#f0f7ff;border:1px solid #bfdbfe}.hg-result.factory{background:#fff7ed;border-color:#fed7aa}.hg-live{margin:18px 0 0;padding:18px;border-radius:12px;border:2px solid #1f4e79;background:#f8fafc}.hg-live.factory{border-color:#f97316;background:#fff7ed}.hg-live-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap;margin-bottom:10px}.hg-live h3{margin:0;font-size:20px}.hg-live small{color:#52606d}.hg-live-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hg-live-card{padding:12px;border:1px solid #d8dee4;border-radius:10px;background:#fff}.hg-live-label{font-size:12px;text-transform:uppercase;color:#52606d;margin-bottom:4px;font-weight:700}.hg-live-value{font-size:18px;font-weight:800;word-break:break-word}.hg-live-value.price{font-size:22px}.hg-live-status{display:inline-block;padding:4px 8px;border-radius:999px;font-weight:700;font-size:13px;background:#dcfce7;color:#166534}.hg-live-status.factory{background:#ffedd5;color:#9a3412}.hg-live-status.pending{background:#fef9c3;color:#854d0e}@media(max-width:900px){.hg-live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hg-live-grid{grid-template-columns:1fr}}.hg-error{background:#fee2e2;border-color:#fecaca}.hg-model{font-size:22px;font-weight:800;word-break:break-word;margin:4px 0 12px}.hg-table{width:100%;border-collapse:collapse;margin-top:12px}.hg-table th,.hg-table td{padding:9px 8px;border-bottom:1px solid #d8dee4;text-align:left;vertical-align:top}.hg-table th{font-size:13px;text-transform:uppercase;color:#52606d}.hg-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.hg-actions button{appearance:none;border:0;border-radius:8px;padding:12px 18px;font-size:15px;font-weight:700;cursor:pointer;background:#1f4e79;color:#fff}.hg-actions button.secondary{background:#e4e7eb;color:#1f2933}.hg-note{font-size:13px;color:#52606d;margin-top:10px}@media(max-width:760px){.hg-grid{grid-template-columns:1fr}#haygor-configurator .hg-wrap{padding:18px}}


#haygor-configurator .hg-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
#haygor-configurator .hg-submit-message{margin-top:12px;font-weight:700}
#haygor-configurator .hg-submit-message.ok{color:#166534}
#haygor-configurator .hg-submit-message.err{color:#b42318}

/* ================================================================
   HAYGOR MULTI-PRODUCT QUOTE CART v2.0.1
   Injected by the Haygor configurator updater.
   ================================================================ */
#haygor-configurator .hg-cart-panel {
  border: 2px solid #1f4e79;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
#haygor-configurator .hg-cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
#haygor-configurator .hg-cart-head h3 { margin: 0 0 4px; }
#haygor-configurator .hg-cart-head p { margin: 0; color: #52606d; }
#haygor-configurator .hg-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #1f4e79;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
#haygor-configurator .hg-cart-empty {
  padding: 20px;
  border: 1px dashed #9fb3c8;
  border-radius: 10px;
  background: #ffffff;
  color: #52606d;
  text-align: center;
}
#haygor-configurator .hg-cart-list {
  display: grid;
  gap: 14px;
}
#haygor-configurator .hg-cart-item {
  padding: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(31, 78, 121, 0.07);
}
#haygor-configurator .hg-cart-item-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}
#haygor-configurator .hg-cart-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8f1f8;
  color: #1f4e79;
  font-weight: 800;
}
#haygor-configurator .hg-cart-item h4 {
  margin: 0 0 3px;
  color: #1f2933;
  font-size: 18px;
}
#haygor-configurator .hg-cart-model {
  color: #1f4e79;
  font-size: 17px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
#haygor-configurator .hg-cart-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
#haygor-configurator .hg-cart-status.factory {
  background: #ffedd5;
  color: #9a3412;
}
#haygor-configurator .hg-cart-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
#haygor-configurator .hg-cart-meta {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f8fafc;
}
#haygor-configurator .hg-cart-meta span {
  display: block;
  margin-bottom: 3px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
#haygor-configurator .hg-cart-meta strong {
  display: block;
  color: #1f2933;
  overflow-wrap: anywhere;
}
#haygor-configurator .hg-cart-details {
  margin-top: 12px;
  border-top: 1px solid #e2e8f0;
  padding-top: 10px;
}
#haygor-configurator .hg-cart-details summary {
  color: #1f4e79;
  font-weight: 800;
  cursor: pointer;
}
#haygor-configurator .hg-cart-option-list {
  margin: 10px 0 0;
  padding-left: 20px;
}
#haygor-configurator .hg-cart-option-list li { margin: 5px 0; }
#haygor-configurator .hg-cart-notes { margin-top: 12px; }
#haygor-configurator .hg-cart-notes textarea { min-height: 74px; }
#haygor-configurator .hg-cart-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
#haygor-configurator .hg-actions button.small,
#haygor-configurator .hg-cart-item-actions button {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
}
#haygor-configurator .hg-actions button.danger,
#haygor-configurator .hg-cart-item-actions button.danger {
  background: #fee2e2;
  color: #991b1b;
}
#haygor-configurator .hg-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
#haygor-configurator .hg-cart-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 10px;
  background: #e8f1f8;
}
#haygor-configurator .hg-cart-summary strong {
  color: #1f2933;
  font-size: 17px;
}
#haygor-configurator .hg-cart-summary span {
  color: #52606d;
  font-size: 13px;
}
#haygor-configurator .hg-cart-message {
  min-height: 20px;
  margin-top: 10px;
  font-weight: 700;
}
#haygor-configurator .hg-cart-message.ok { color: #166534; }
#haygor-configurator .hg-cart-message.err { color: #b42318; }
#haygor-configurator .hg-submit-intro {
  margin: -2px 0 16px;
  color: #52606d;
}
#haygor-configurator .hg-submit-intro strong { color: #1f2933; }
#haygor-configurator .hg-reference-note {
  margin-top: 10px;
  color: #52606d;
  font-size: 12px;
}
@media (max-width: 900px) {
  #haygor-configurator .hg-cart-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  #haygor-configurator .hg-cart-item-head {
    grid-template-columns: auto minmax(0, 1fr);
  }
  #haygor-configurator .hg-cart-status {
    grid-column: 1 / -1;
    justify-self: start;
  }
  #haygor-configurator .hg-cart-meta-grid {
    grid-template-columns: 1fr;
  }
  #haygor-configurator .hg-cart-head,
  #haygor-configurator .hg-cart-summary {
    align-items: flex-start;
    flex-direction: column;
  }
  #haygor-configurator .hg-cart-item-actions button,
  #haygor-configurator .hg-cart-panel > .hg-actions button {
    width: 100%;
  }
}
