/* nowysklepclaude.cometo.pl — style portalowe (kit sklepu daje resztę). */
body { margin: 0; font-family: Manrope, system-ui, -apple-system, sans-serif; background: #f4f8f6; }

.ns-spin { padding: 40px 0; text-align: center; color: #5b6b62; }

.ns-box {
  border: 1px solid #dfe8e2; border-radius: 14px; background: #fff;
  padding: 14px 16px; margin: 10px 0;
}
.ns-box button { border: 1px solid #dfe8e2; background: #fff; border-radius: 8px; padding: 4px 10px; cursor: pointer; }

.ns-form { max-width: 720px; }
.ns-form label { display: block; font-weight: 700; font-size: 13.5px; margin: 12px 0 4px; color: #24352c; }
.ns-form input, .ns-form select, .ns-form textarea {
  width: 100%; box-sizing: border-box; border: 1px solid #cdd9d1; border-radius: 10px;
  padding: 10px 12px; font: inherit; font-size: 15px; background: #fff;
}
.ns-form textarea { min-height: 90px; resize: vertical; }
.ns-frow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 640px) { .ns-frow { grid-template-columns: 1fr; } }

.ns-tabs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 6px 0 14px; }
.ns-tabs .ns-mam { font-size: 12px; font-weight: 800; letter-spacing: .06em; color: #5b6b62; }
.ns-tabs button {
  border: 1px solid #cdd9d1; background: #fff; border-radius: 999px;
  padding: 8px 16px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
}
.ns-tabs button.on { background: #0e7a4f; border-color: #0e7a4f; color: #fff; }

.ns-chk { display: flex; gap: 8px; align-items: flex-start; font-weight: 400 !important; font-size: 14px !important; }
.ns-chk input { width: auto !important; margin-top: 3px; }

.ns-submit {
  display: inline-block; border: 0; border-radius: 12px; margin-top: 14px;
  padding: 12px 22px; font: inherit; font-size: 15.5px; font-weight: 800;
  background: #0e7a4f; color: #fff; cursor: pointer;
}
.ns-submit[disabled] { opacity: .6; cursor: default; }

.ns-err { border: 1px solid #f3c2c5; background: #fdeef0; color: #8a1a22; border-radius: 12px; padding: 10px 14px; margin: 12px 0 0; font-size: 14px; }
.ns-ok { border: 1px solid #b7e4c8; background: #e9f9ef; color: #0a6b40; border-radius: 12px; padding: 10px 14px; margin: 12px 0 0; font-size: 14px; }
.ns-note { font-size: 12.5px; color: #7d8c83; margin: 10px 0 0; }
