
.ntech-suite-front,
.ntech-suite-front * { box-sizing: border-box; }
.ntech-suite-front {
  --ntech-suite-primary: var(--ntech-suite-brand-primary, #3b82f6);
  --ntech-suite-secondary: var(--ntech-suite-brand-secondary, #f59e0b);
  --ntech-suite-primary-contrast: var(--ntech-suite-brand-primary-contrast, #ffffff);
  --ntech-suite-secondary-contrast: var(--ntech-suite-brand-secondary-contrast, #0f172a);
  --ntech-suite-text: #0f172a;
  --ntech-suite-muted: #64748b;
  --ntech-suite-surface: #ffffff;
  --ntech-suite-soft: #f8fafc;
  --ntech-suite-border: rgba(15, 23, 42, 0.08);
  --ntech-suite-radius-xl: 20px;
  --ntech-suite-radius-lg: 16px;
  --ntech-suite-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  --ntech-suite-font-xs: 0.78rem;
  --ntech-suite-font-sm: 0.84rem;
  --ntech-suite-font-base: 0.92rem;
  --ntech-suite-font-lg: 1rem;
  --ntech-suite-font-xl: 1.26rem;
  --ntech-suite-control-height: 42px;
  --ntech-suite-button-height: 38px;
  --ntech-suite-button-height-sm: 34px;
  --ntech-suite-ring: 0 0 0 4px color-mix(in srgb, var(--ntech-suite-primary) 12%, #ffffff);
  --ntech-primary: var(--ntech-suite-primary);
  --ntech-secondary: var(--ntech-suite-secondary);
  color: var(--ntech-suite-text);
  font-family: inherit;
  line-height: 1.55;
}
.ntech-suite-front a { color: var(--ntech-suite-primary); }
.ntech-suite-front .nr-card,
.ntech-suite-front .nsr-card,
.ntech-suite-front .nsr-request,
.ntech-suite-front .nr-review-item {
  border-radius: var(--ntech-suite-radius-xl);
  border: 1px solid var(--ntech-suite-border);
  box-shadow: var(--ntech-suite-shadow);
  background: var(--ntech-suite-surface);
}
.ntech-suite-front .nr-button,
.ntech-suite-front .nsr-button,
.ntech-suite-front .nsr-vote-button.is-voted,
.ntech-suite-front .nsr-page.is-active {
  background: var(--ntech-suite-primary);
  color: var(--ntech-suite-primary-contrast);
  border-color: var(--ntech-suite-primary);
}
.ntech-suite-front .nr-button:hover,
.ntech-suite-front .nsr-button:hover,
.ntech-suite-front .nsr-vote-button.is-voted:hover,
.ntech-suite-front .nsr-page.is-active:hover {
  color: var(--ntech-suite-primary-contrast);
}
.ntech-suite-front .nr-button-secondary,
.ntech-suite-front .nsr-button-secondary,
.ntech-suite-front .nsr-vote-button,
.ntech-suite-front .nsr-page {
  background: #ffffff;
  color: var(--ntech-suite-text);
  border: 1px solid var(--ntech-suite-border);
}
.ntech-suite-front .nr-review-stars,
.ntech-suite-front .nr-star,
.ntech-suite-front .nsr-badge-fulfilled {
  color: var(--ntech-suite-secondary);
}
.ntech-suite-front .nr-chip-verified {
  background: color-mix(in srgb, var(--ntech-suite-primary) 12%, #ffffff);
  color: var(--ntech-suite-primary);
}
.ntech-suite-front .nsr-link,
.ntech-suite-front .nsr-request h3 a,
.ntech-suite-front .nr-section-title a { color: var(--ntech-suite-text); }
.ntech-suite-front .nsr-link:hover,
.ntech-suite-front .nsr-request h3 a:hover,
.ntech-suite-front .nr-section-title a:hover { color: var(--ntech-suite-primary); }
.ntech-suite-front .nr-field input,
.ntech-suite-front .nr-field textarea,
.ntech-suite-front .nr-sort-select,
.ntech-suite-front .nsr-filter-grid input,
.ntech-suite-front .nsr-filter-grid select,
.ntech-suite-front .nsr-form input,
.ntech-suite-front .nsr-form select,
.ntech-suite-front .nsr-form textarea {
  transition: border-color .15s ease, box-shadow .15s ease;
}
.ntech-suite-front .nr-field input:focus,
.ntech-suite-front .nr-field textarea:focus,
.ntech-suite-front .nr-sort-select:focus,
.ntech-suite-front .nsr-filter-grid input:focus,
.ntech-suite-front .nsr-filter-grid select:focus,
.ntech-suite-front .nsr-form input:focus,
.ntech-suite-front .nsr-form select:focus,
.ntech-suite-front .nsr-form textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--ntech-suite-primary) 50%, #ffffff);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--ntech-suite-primary) 12%, #ffffff);
}
.ntech-suite-front .nr-form-message,
.ntech-suite-front .nsr-form-message { min-height: 24px; }
@media (max-width: 767px) {
  .ntech-suite-front {
    --ntech-suite-radius-xl: 20px;
    --ntech-suite-radius-lg: 16px;
  }
}

.ntech-suite-front .nsr-button,
.ntech-suite-front .nr-button,
.ntech-suite-front .nsr-vote-button {
  font-size: var(--ntech-suite-font-sm);
  min-height: var(--ntech-suite-button-height);
  border-radius: 10px;
}
.ntech-suite-front .nsr-button,
.ntech-suite-front .nr-button {
  padding: 0 12px;
}
.ntech-suite-front .nsr-page {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: var(--ntech-suite-font-sm);
}
.ntech-suite-front .nsr-filter-grid input,
.ntech-suite-front .nsr-filter-grid select,
.ntech-suite-front .nsr-form input,
.ntech-suite-front .nsr-form select,
.ntech-suite-front .nsr-form textarea,
.ntech-suite-front .nr-field input,
.ntech-suite-front .nr-field textarea,
.ntech-suite-front .nr-sort-select,
.ntech-suite-front .nsr-sort-select {
  font-size: var(--ntech-suite-font-sm);
}

.ntech-suite-front .nsr-request-copy h3,.ntech-suite-front .nr-section-title,.ntech-suite-front .nsr-single-title{letter-spacing:-0.015em;}
.ntech-suite-front .nsr-request-row,.ntech-suite-front .nr-review-item{transition:background .18s ease, border-color .18s ease, transform .18s ease;}
.ntech-suite-front .nsr-request-row:hover,.ntech-suite-front .nr-review-item:hover{transform:translateY(-1px);}

.ntech-suite-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;z-index:999999;}
.ntech-suite-modal.is-open{display:flex;}
.ntech-suite-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(2px);}
.ntech-suite-modal__dialog{position:relative;z-index:1;width:min(100%,780px);max-height:min(90vh,980px);overflow:auto;border-radius:24px;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.24);border:1px solid rgba(15,23,42,.08);}
.ntech-suite-modal__body{padding:24px;}
.ntech-suite-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#0f172a;font-size:24px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.08);}
.ntech-suite-modal-open{overflow:hidden;}
.ntech-suite-front .nr-modal-card,
.ntech-suite-front .nsr-modal-card{background:#fff;}
@media (max-width: 767px){
  .ntech-suite-modal{padding:12px;align-items:flex-end;}
  .ntech-suite-modal__dialog{width:100%;max-height:92vh;border-bottom-left-radius:0;border-bottom-right-radius:0;}
  .ntech-suite-modal__body{padding:18px;}
}

.ntech-suite-front .is-hidden{display:none !important;}
.ntech-suite-front .nsr-inline-notice,
.ntech-suite-front .ntech-inline-notice{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.ntech-suite-front .nsr-inline-notice.is-success{background:color-mix(in srgb, #16a34a 10%, #ffffff);border-color:color-mix(in srgb, #16a34a 22%, #ffffff);}
.ntech-suite-front .nsr-inline-notice.is-error{background:color-mix(in srgb, #dc2626 8%, #ffffff);border-color:color-mix(in srgb, #dc2626 18%, #ffffff);}
.ntech-suite-front .nsr-inline-notice.is-info{background:color-mix(in srgb, var(--ntech-suite-primary) 8%, #ffffff);border-color:color-mix(in srgb, var(--ntech-suite-primary) 18%, #ffffff);}
.ntech-suite-front .nsr-inline-notice__link{display:inline-flex;align-items:center;justify-content:center;padding:0 12px;min-height:34px;border-radius:999px;font-size:var(--ntech-suite-font-sm);font-weight:700;text-decoration:none;background:var(--ntech-suite-primary);color:var(--ntech-suite-primary-contrast);}
.ntech-suite-front .nr-review-gate .nr-gate-actions{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap;}
.ntech-suite-front .nsr-vote-media img,.ntech-suite-front .nsr-single-media img,.ntech-suite-front .nsr-thumb img{object-fit:cover;display:block;width:100%;height:100%;}

.ntech-suite-front .ntech-button,
.ntech-suite-front .button.ntech-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:var(--ntech-suite-button-height,38px);
  padding:0 12px;
  border-radius:10px;
  border:1px solid var(--ntech-suite-primary);
  background:var(--ntech-suite-primary);
  color:var(--ntech-suite-primary-contrast);
  font-size:var(--ntech-suite-font-sm,.84rem);
  font-weight:700;
  line-height:1.1;
  text-decoration:none;
  cursor:pointer;
  box-shadow:none;
  transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease;
}
.ntech-suite-front .ntech-button:hover,
.ntech-suite-front .button.ntech-button:hover{color:var(--ntech-suite-primary-contrast);transform:translateY(-1px);box-shadow:none}
.ntech-suite-front .ntech-button--ghost,
.ntech-suite-front .button.ntech-button--ghost{background:#fff;color:var(--ntech-suite-text);border-color:var(--ntech-suite-border)}

.ntech-suite-front .ntech-input,
.ntech-suite-front .ntech-suite-input{
  width:100%;
  min-height:var(--ntech-suite-control-height,42px);
  border:1px solid rgba(15,23,42,.12);
  border-radius:12px;
  padding:10px 12px;
  background:#fff;
  color:#0f172a;
  line-height:1.4;
  font-size:var(--ntech-suite-font-sm,.84rem);
  box-shadow:none;
}
.ntech-suite-front .ntech-input:focus,
.ntech-suite-front .ntech-suite-input:focus{
  outline:none;
  border-color:color-mix(in srgb, var(--ntech-suite-primary) 50%, #ffffff);
  box-shadow:0 0 0 4px color-mix(in srgb, var(--ntech-suite-primary) 12%, #ffffff);
}
.ntech-suite-front textarea.ntech-input,
.ntech-suite-front textarea.ntech-suite-input{padding-top:12px;padding-bottom:12px}
.ntech-suite-front input[type="file"].ntech-input{padding:9px 12px;line-height:1.25}
.ntech-suite-front .ntech-field-label,
.ntech-suite-front .ntech-suite-label{
  display:block;
  margin:0 0 8px;
  font-size:var(--ntech-suite-font-sm,.84rem);
  font-weight:700;
  color:var(--ntech-suite-text);
}
.ntech-suite-front .ntech-suite-notice{
  margin:0 0 14px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.08);
  background:#f8fafc;
  color:#334155;
  font-size:var(--ntech-suite-font-sm,.84rem);
  line-height:1.6;
}
.ntech-suite-front .ntech-suite-notice--success{background:color-mix(in srgb, #16a34a 10%, #ffffff);border-color:color-mix(in srgb, #16a34a 22%, #ffffff);color:#166534}
.ntech-suite-front .ntech-suite-notice--error{background:color-mix(in srgb, #dc2626 8%, #ffffff);border-color:color-mix(in srgb, #dc2626 18%, #ffffff);color:#b91c1c}
.ntech-suite-front .ntech-suite-notice--info{background:color-mix(in srgb, var(--ntech-suite-primary) 8%, #ffffff);border-color:color-mix(in srgb, var(--ntech-suite-primary) 18%, #ffffff);color:#1d4ed8}

.ntech-suite-front .ntech-suite-card{
  border:1px solid var(--ntech-suite-border);
  border-radius:var(--ntech-suite-radius-xl);
  background:#fff;
  box-shadow:var(--ntech-suite-shadow);
  padding:22px;
}
.ntech-suite-front .ntech-suite-card--campaign{display:grid;gap:18px}
.ntech-suite-front .ntech-suite-section-head{display:grid;gap:8px}
.ntech-suite-front .ntech-suite-section-eyebrow,
.ntech-suite-front .ntech-suite-mini-kicker{
  margin:0;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--ntech-suite-primary);
}
.ntech-suite-front .ntech-suite-section-title{margin:0;font-size:clamp(1.45rem,2vw,1.95rem);line-height:1.14;color:var(--ntech-suite-text);letter-spacing:-.02em}
.ntech-suite-front .ntech-suite-section-desc{margin:0;color:var(--ntech-suite-muted);font-size:var(--ntech-suite-font-base,.92rem);line-height:1.7;max-width:800px}
.ntech-suite-front .ntech-suite-card-grid{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.4fr);gap:16px;align-items:start}
.ntech-suite-front .ntech-suite-card-pane{padding:18px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#fff}
.ntech-suite-front .ntech-suite-card-pane--soft{background:#f8fafc}
.ntech-suite-front .ntech-suite-checklist{margin:0;padding-left:18px;color:#475569;font-size:var(--ntech-suite-font-sm,.84rem);line-height:1.75}
.ntech-suite-front .ntech-suite-checklist li+li{margin-top:6px}
.ntech-suite-front .ntech-suite-form{display:grid;gap:16px}
.ntech-suite-front .ntech-suite-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ntech-suite-front .ntech-suite-form-row--single{grid-template-columns:1fr}
.ntech-suite-front .ntech-suite-field{min-width:0}
.ntech-suite-front .ntech-suite-checkbox-list{display:grid;gap:10px}
.ntech-suite-front .ntech-suite-checkbox,
.ntech-suite-front .ntech-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:14px;
  background:#fff;
  color:#334155;
  font-size:var(--ntech-suite-font-sm,.84rem);
  line-height:1.6;
}
.ntech-suite-front .ntech-suite-checkbox input,
.ntech-suite-front .ntech-check input{margin-top:2px;width:16px;height:16px;flex:0 0 auto}
.ntech-suite-front .ntech-suite-action-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}
.ntech-suite-front .ntech-suite-campaign-center{margin:24px 0}
.ntech-suite-front .ntech-suite-campaign-center + .ntech-suite-campaign-center{margin-top:20px}

@media (max-width: 900px){
  .ntech-suite-front .ntech-suite-card-grid{grid-template-columns:1fr}
}
@media (max-width: 767px){
  .ntech-suite-front .ntech-suite-card{padding:18px}
  .ntech-suite-front .ntech-suite-section-title{font-size:1.4rem}
  .ntech-suite-front .ntech-suite-form-row{grid-template-columns:1fr}
  .ntech-suite-front .ntech-suite-action-row .ntech-button,
  .ntech-suite-front .ntech-suite-action-row .button.ntech-button{width:100%}
}

/* Phase 12E polish */
.ntech-suite-front .ntech-button,
.ntech-suite-front .button.ntech-button{
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  font-size:14px;
  font-weight:700;
  border-color:var(--ntech-suite-primary);
  background:var(--ntech-suite-primary);
  color:var(--ntech-suite-primary-contrast);
  box-shadow:none;
}
.ntech-suite-front .ntech-button:hover,
.ntech-suite-front .button.ntech-button:hover{
  color:var(--ntech-suite-primary-contrast);
  opacity:.96;
}
.ntech-suite-front .ntech-button--ghost,
.ntech-suite-front .button.ntech-button--ghost{
  background:#fff;
  color:var(--ntech-suite-primary);
  border-color:color-mix(in srgb, var(--ntech-suite-primary) 34%, #dbe3ef);
}
.ntech-suite-front .ntech-input,
.ntech-suite-front .ntech-suite-input{
  min-height:44px;
  border-radius:14px;
  border-color:rgba(15,23,42,.11);
  padding:11px 14px;
  font-size:14px;
}
.ntech-suite-front textarea.ntech-input,
.ntech-suite-front textarea.ntech-suite-input{
  min-height:136px;
}
.ntech-suite-front .ntech-suite-checkbox,
.ntech-suite-front .ntech-check{
  border-radius:16px;
}
.ntech-suite-front .ntech-suite-card,
.ntech-suite-front .ntech-card{
  border-radius:22px;
}

/* Managed FAQ / Guide pages */
.ntech-suite-front.ntech-help-page{display:grid;gap:18px;margin:24px 0}
.ntech-suite-front .ntech-help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ntech-suite-front .ntech-help-faq-groups{display:grid;gap:18px}
.ntech-suite-front .ntech-help-card{display:grid;gap:12px}
.ntech-suite-front .ntech-help-card__kicker{margin:0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ntech-suite-primary)}
.ntech-suite-front .ntech-help-card__title{margin:0;font-size:1.1rem;line-height:1.2;color:var(--ntech-suite-text)}
.ntech-suite-front .ntech-help-card__desc,.ntech-suite-front .ntech-help-card__note,.ntech-suite-front .ntech-help-page__summary p{margin:0;color:var(--ntech-suite-muted);font-size:14px;line-height:1.7}
.ntech-suite-front .ntech-help-list{margin:0;padding-left:18px;color:#334155;font-size:14px;line-height:1.75}
.ntech-suite-front .ntech-help-list li+li{margin-top:6px}
.ntech-suite-front .ntech-help-page__summary{display:grid;gap:8px}
.ntech-suite-front .ntech-help-faq-list{display:grid;gap:10px}
.ntech-suite-front .ntech-help-faq-item{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;padding:14px 16px}
.ntech-suite-front .ntech-help-faq-item summary{cursor:pointer;list-style:none;font-weight:700;color:var(--ntech-suite-text)}
.ntech-suite-front .ntech-help-faq-item summary::-webkit-details-marker{display:none}
.ntech-suite-front .ntech-help-faq-item[open]{border-color:color-mix(in srgb, var(--ntech-suite-primary) 18%, #dbe3ef);box-shadow:0 10px 24px rgba(15,23,42,.04)}
.ntech-suite-front .ntech-help-faq-item div{padding-top:10px}
.ntech-suite-front .ntech-help-faq-item p{margin:0;color:var(--ntech-suite-muted);font-size:14px;line-height:1.75}
@media (max-width: 900px){
  .ntech-suite-front .ntech-help-grid{grid-template-columns:1fr}
}
