:root{
  --nsu-bg:#f5f7fb; --nsu-card:#ffffff; --nsu-br:#e5e7eb; --nsu-text:#111827; --nsu-muted:#6b7280;
  --nsu-ok:#d1fae5; --nsu-ok-br:#10b981; --nsu-info:#e5f2ff; --nsu-info-br:#60a5fa;
  --nsu-green:#22c55e; --nsu-blue:#0ea5e9; --nsu-cyan:#38bdf8; --nsu-red:#ef4444; --nsu-gray:#374151;
}
.nsu-panel{background:var(--nsu-card); border:1px solid var(--nsu-br); border-radius:12px; padding:16px;}
.nsu-topbar{display:flex; justify-content:space-between; align-items:center; margin-bottom:10px}
.nsu-row{display:grid; gap:12px}
.nsu-row--3{grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); margin-top:6px}
.nsu-row--5{grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); margin:12px 0}
.nsu-card{background:var(--nsu-card); border:1px solid var(--nsu-br); border-radius:12px; padding:12px; display:flex; flex-direction:column; gap:8px}
.nsu-card__title{font-weight:700}
.nsu-card__head{display:flex; justify-content:space-between; align-items:center}
.nsu-card__body{display:flex; flex-direction:column; gap:6px}
.nsu-card__foot{display:flex; gap:8px; align-items:center; flex-wrap:wrap}
.nsu-card--panel{min-height:150px}
.nsu-badge{font-size:12px; padding:2px 8px; border-radius:999px; border:1px solid var(--nsu-br); background:#fafafa}
.nsu-btn{display:inline-block; padding:8px 12px; border-radius:10px; text-decoration:none; border:1px solid #111; background:#fff; cursor:pointer}
.nsu-btn--ghost{background:#fff; border-color:#cbd5e1}
.nsu-btn--primary{border-color:#2563eb}
.nsu-btn--success{border-color:#16a34a}
.nsu-muted{color:var(--nsu-muted)}
.nsu-info{background:var(--nsu-info); border:1px solid var(--nsu-info-br); color:#1f2937; padding:10px; border-radius:8px}
.nsu-ok{background:var(--nsu-ok); border:1px solid var(--nsu-ok-br); color:#065f46; padding:10px; border-radius:8px}
.nsu-note{padding:8px; border-radius:8px; margin-bottom:10px}
.nsu-note--error{background:#fee2e2; border:1px solid var(--nsu-red); color:#7f1d1d}
.nsu-grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:12px}
.nsu-field{display:flex; flex-direction:column; gap:4px; margin-bottom:8px}
.nsu-field input{padding:8px; border:1px solid var(--nsu-br); border-radius:8px; background:#fff}
.nsu-field--pw{position:relative}
.nsu-btn-link{background:none; border:none; color:#2563eb; cursor:pointer; padding:0 4px}
.nsu-field--pw .nsu-btn-link{position:absolute; right:8px; top:32px}
.nsu-section-title{margin:16px 0 8px; font-weight:700}
.nsu-stats{margin-top:8px}
.nsu-stat{background:#fff; border:1px solid var(--nsu-br); border-radius:12px; padding:12px; display:flex; flex-direction:column; gap:6px; align-items:flex-start}
.nsu-stat__num{font-size:28px; line-height:1; font-weight:800}
.nsu-stat--green .nsu-stat__num{color:var(--nsu-green)}
.nsu-stat--blue .nsu-stat__num{color:#1372d9}
.nsu-stat--cyan .nsu-stat__num{color:var(--nsu-cyan)}
.nsu-stat--red .nsu-stat__num{color:var(--nsu-red)}
.nsu-stat--gray .nsu-stat__num{color:var(--nsu-gray)}
.nsu-stat__label{font-weight:600; color:#374151}
.nsu-stat__cta{text-decoration:none; font-size:13px; color:#374151; display:inline-flex; gap:6px; align-items:center}
.nsu-support{margin-top:12px; background:#f3f4f6; padding:12px; border-radius:12px; border:1px solid var(--nsu-br)}
.nsu-support__head{display:flex; justify-content:space-between; align-items:center; margin-bottom:8px}
.nsu-support__title{font-weight:700}
/* Durum chip'leri */
.nsu-chip{display:inline-block; padding:2px 8px; border-radius:999px; font-size:12px; border:1px solid var(--nsu-br); background:#fafafa}
.nsu-chip--green{border-color:#86efac; background:#ecfdf5; color:#065f46}
.nsu-chip--gray{border-color:#e5e7eb; background:#f3f4f6; color:#374151}
.nsu-chip--red{border-color:#fecaca; background:#fef2f2; color:#7f1d1d}

/* Yenileme sayaç rozetleri */
.nsu-countdown{display:inline-block; padding:2px 8px; border-radius:999px; font-size:12px; border:1px solid var(--nsu-br); margin-left:6px}
.nsu-countdown--warn{border-color:#fde68a; background:#fffbeb; color:#92400e}
.nsu-countdown--over{border-color:#fecaca; background:#fef2f2; color:#7f1d1d}

/* Detay sayfası */
.nsu-service-detail .nsu-notes{white-space:pre-wrap; background:#f9fafb; border:1px solid var(--nsu-br); border-radius:8px; padding:8px; margin-top:4px}
.nsu-links{list-style:none; padding-left:0; display:flex; gap:10px; flex-wrap:wrap; margin:6px 0 0}
.nsu-links li a{text-decoration:none; border:1px solid var(--nsu-br); padding:6px 10px; border-radius:8px; display:inline-block}

/* Küçük düzenlemeler */
.nsu-section-title{margin:16px 0 8px; font-weight:700}
/* Tablo görünümü */
.nsu-table{width:100%; border-collapse:separate; border-spacing:0; min-width:720px}
.nsu-table th, .nsu-table td{padding:10px 12px; border-bottom:1px solid var(--nsu-br); text-align:left; vertical-align:middle}
.nsu-table thead th{font-weight:700; background:#f9fafb; position:sticky; top:0; z-index:1}
.nsu-table tr:hover td{background:#fafafa}
/* ---- Görsel İyileştirmeler / Modern Kartlar ---- */
.nsu-card--elev { box-shadow: 0 6px 18px rgba(0,0,0,.06); border-radius: 14px; }
.nsu-page-head { display:flex; align-items:center; justify-content:space-between; margin:8px 0 12px; gap:12px; }
.nsu-page-title { font-size:20px; font-weight:700; margin:0 0 2px; }
.nsu-page-sub { color:#6b7280; font-size:14px; }

/* İki sütunlu içerik (detay sayfası) */
.nsu-two-col { display:grid; grid-template-columns: 1fr 1fr; gap:16px; }
.nsu-two-col .nsu-col { min-width:0; }

/* Tablo – yoğun ve responsive */
.nsu-table--dense th, .nsu-table--dense td { padding:8px 10px; }
.nsu-table--responsive { width:100%; }
@media (max-width: 768px) {
  /* tabloyu kart listeye çevir */
  .nsu-table--responsive thead { display:none; }
  .nsu-table--responsive, .nsu-table--responsive tbody, .nsu-table--responsive tr, .nsu-table--responsive td { display:block; width:100%; }
  .nsu-table--responsive tr { margin:0 0 12px; border:1px solid var(--nsu-br); border-radius:12px; overflow:hidden; box-shadow:0 4px 12px rgba(0,0,0,.04); }
  .nsu-table--responsive td { border-bottom:1px solid var(--nsu-br); padding:10px 12px; }
  .nsu-table--responsive td:last-child { border-bottom:none; }
  .nsu-table--responsive td[data-label]::before {
    content: attr(data-label);
    display:block;
    font-size:12px;
    color:#6b7280;
    margin-bottom:4px;
    text-transform:none;
    font-weight:500;
  }
  .nsu-two-col { grid-template-columns: 1fr; }
  .nsu-page-head { flex-direction:column; align-items:flex-start; }
}

/* Stat kutularını biraz “admin panel” havasına getir */
.nsu-stats .nsu-stat { border-radius:14px; }
.nsu-card--elev { box-shadow: 0 6px 18px rgba(0,0,0,.06); border-radius: 14px; }
.nsu-page-head { display:flex; align-items:center; justify-content:space-between; margin:8px 0 12px; gap:12px; }
.nsu-page-title { font-size:20px; font-weight:700; margin:0 0 2px; }
.nsu-page-sub { color:#6b7280; font-size:14px; }
.nsu-two-col { display:grid; grid-template-columns: 1fr 1fr; gap:16px; }
.nsu-two-col .nsu-col { min-width:0; }
.nsu-table--dense th, .nsu-table--dense td { padding:8px 10px; }
.nsu-table--responsive { width:100%; }
@media (max-width: 768px) {
  .nsu-table--responsive thead { display:none; }
  .nsu-table--responsive, .nsu-table--responsive tbody, .nsu-table--responsive tr, .nsu-table--responsive td { display:block; width:100%; }
  .nsu-table--responsive tr { margin:0 0 12px; border:1px solid var(--nsu-br); border-radius:12px; overflow:hidden; box-shadow:0 4px 12px rgba(0,0,0,.04); }
  .nsu-table--responsive td { border-bottom:1px solid var(--nsu-br); padding:10px 12px; }
  .nsu-table--responsive td:last-child { border-bottom:none; }
  .nsu-table--responsive td[data-label]::before {
    content: attr(data-label);
    display:block; font-size:12px; color:#6b7280; margin-bottom:4px; font-weight:500;
  }
  .nsu-two-col { grid-template-columns: 1fr; }
  .nsu-page-head { flex-direction:column; align-items:flex-start; }
}
/* === Yapışkan Üst Menü === */
.nsu-topnav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--nsu-br);box-shadow:0 4px 12px rgba(0,0,0,.03)}
.nsu-topnav__wrap{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:10px 8px;-webkit-overflow-scrolling:touch}
.nsu-topnav__item{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;font-weight:600;color:#111827;text-decoration:none;white-space:nowrap}
.nsu-topnav__item .dashicons{font-size:18px;width:18px;height:18px;line-height:18px}
.nsu-topnav__item:hover{background:#f3f4f6}
.nsu-topnav__item.is-active{background:#eef2ff;color:#4338ca}
.nsu-topnav__item.is-disabled{opacity:.55;pointer-events:none}

/* Küçük ekranlar */
@media (max-width:768px){
  .nsu-topnav__wrap{gap:4px;padding:8px 6px}
  .nsu-topnav__item{padding:8px 10px;border-radius:9px}
}
/* === Yapışkan Üst Menü: mobilde tam görünür + sağda çıkış === */
.nsu-topnav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--nsu-br);box-shadow:0 4px 12px rgba(0,0,0,.03)}
.nsu-topnav__wrap{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 8px}
.nsu-topnav__left{display:flex;align-items:center;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;flex:1;min-width:0}
.nsu-topnav__right{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.nsu-topnav__item,.nsu-topnav__action{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;font-weight:600;color:#111827;text-decoration:none;white-space:nowrap}
.nsu-topnav__item .dashicons,.nsu-topnav__action .dashicons{font-size:18px;width:18px;height:18px;line-height:18px}
.nsu-topnav__item:hover,.nsu-topnav__action:hover{background:#f3f4f6}
.nsu-topnav__item.is-active{background:#eef2ff;color:#4338ca}
.nsu-topnav__item.is-disabled{opacity:.55;pointer-events:none}

/* === Tam genişlik istatistikler (stacked) === */
.nsu-stats--block{display:grid;grid-template-columns:1fr;gap:12px;margin:10px 0 16px}
.nsu-stats--block .nsu-stat{border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:18px 16px}
.nsu-stats--block .nsu-stat__num{font-size:28px;font-weight:800}
.nsu-stats--block .nsu-stat__label{font-size:14px}

/* Mobil: üst menü daha kompakt */
@media (max-width:768px){
  .nsu-topnav__wrap{gap:6px;padding:8px 6px}
  .nsu-topnav__item,.nsu-topnav__action{padding:8px 10px;border-radius:9px}
}
/* === Yapışkan Üst Menü === */
.nsu-topnav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--nsu-br);box-shadow:0 4px 12px rgba(0,0,0,.03)}
.nsu-topnav__wrap{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 8px}
.nsu-topnav__left{display:flex;align-items:center;gap:6px;flex:1;min-width:0}
.nsu-topnav__right{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.nsu-topnav__item,.nsu-topnav__action{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;font-weight:600;color:#111827;text-decoration:none;white-space:nowrap}
.nsu-topnav__item .dashicons,.nsu-topnav__action .dashicons{font-size:18px;width:18px;height:18px;line-height:18px}
.nsu-topnav__item:hover,.nsu-topnav__action:hover{background:#f3f4f6}
.nsu-topnav__item.is-active{background:#eef2ff;color:#4338ca}
.nsu-topnav__item.is-disabled{opacity:.55;pointer-events:none}

/* Hamburger */
.nsu-hamburger{display:none;align-items:center;gap:6px;border:1px solid var(--nsu-br);background:#fff;padding:8px 10px;border-radius:10px}
.nsu-hamburger .dashicons{font-size:18px;width:18px;height:18px;line-height:18px}

/* Mobil çekmece menü */
.nsu-mobile-menu{display:none;position:fixed;left:0;right:0;top:56px;background:#fff;border-bottom:1px solid var(--nsu-br);box-shadow:0 10px 22px rgba(0,0,0,.06);padding:8px 10px}
.nsu-mobile-menu.is-open{display:block}
.nsu-mobile-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:#111827;text-decoration:none}
.nsu-mobile-item:hover{background:#f3f4f6}
.nsu-mobile-item.is-active{background:#eef2ff;color:#4338ca}
.nsu-mobile-item.is-disabled{opacity:.55;pointer-events:none}

/* Mobil görünüm: sol menü gizli, hamburger görünür */
@media (max-width:768px){
  .nsu-topnav__left{display:none}
  .nsu-hamburger{display:inline-flex}
}

/* === İstatistikler === */
/* Mobil: 1 kolon, Masaüstü: 4 kolon tek satır */
.nsu-stats--block{
  display:grid;gap:12px;margin:10px 0 16px;
  grid-template-columns:1fr;
}
@media (min-width:1024px){
  .nsu-stats--block{grid-template-columns:repeat(4,1fr)}
}
.nsu-stats--block .nsu-stat{border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:18px 16px}
.nsu-stats--block .nsu-stat__num{font-size:28px;font-weight:800}
.nsu-stats--block .nsu-stat__label{font-size:14px}
/* === Yapışkan Üst Menü === */
.nsu-topnav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--nsu-br, #e5e7eb);box-shadow:0 4px 12px rgba(0,0,0,.03)}
.nsu-topnav__wrap{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 8px}
.nsu-topnav__left{display:flex;align-items:center;gap:6px;flex:1;min-width:0}
.nsu-topnav__right{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.nsu-topnav__item,.nsu-topnav__action{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;font-weight:600;color:#111827;text-decoration:none;white-space:nowrap}
.nsu-topnav__item .dashicons,.nsu-topnav__action .dashicons{font-size:18px;width:18px;height:18px;line-height:18px}
.nsu-topnav__item:hover,.nsu-topnav__action:hover{background:#f3f4f6}
.nsu-topnav__item.is-active{background:#eef2ff;color:#4338ca}
.nsu-topnav__item.is-disabled{opacity:.55;pointer-events:none}

/* Hamburger */
.nsu-hamburger{display:none;align-items:center;gap:8px;border:1px solid var(--nsu-br, #e5e7eb);background:#fff;padding:8px 12px;border-radius:10px}
.nsu-hamburger .dashicons{font-size:18px;width:18px;height:18px;line-height:18px}
.nsu-hamburger .label{font-weight:700}

/* Mobil çekmece menü */
.nsu-mobile-menu{display:none;position:fixed;left:0;right:0;top:56px;background:#fff;border-bottom:1px solid var(--nsu-br, #e5e7eb);box-shadow:0 10px 22px rgba(0,0,0,.06);padding:8px 10px}
.nsu-mobile-menu.is-open{display:block}
.nsu-mobile-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:#111827;text-decoration:none}
.nsu-mobile-item:hover{background:#f3f4f6}
.nsu-mobile-item.is-active{background:#eef2ff;color:#4338ca}
.nsu-mobile-item.is-disabled{opacity:.55;pointer-events:none}

/* Mobil/Tablet: sol menü gizli, hamburger görünür (≤1024px) */
@media (max-width:1024px){
  .nsu-topnav__left{display:none}
  .nsu-hamburger{display:inline-flex}
}

/* === İstatistikler === */
/* Mobil: 1 kolon — Masaüstü (≥1024px): 4 kolon tek satır */
.nsu-stats--block{display:grid;gap:12px;margin:10px 0 16px;grid-template-columns:1fr}
@media (min-width:1024px){
  .nsu-stats--block{grid-template-columns:repeat(4,1fr)}
}
.nsu-stats--block .nsu-stat{border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:18px 16px}
.nsu-stats--block .nsu-stat__num{font-size:28px;font-weight:800}
.nsu-stats--block .nsu-stat__label{font-size:14px}


/* === NSU Profesyonel Ödeme Alanı === */
.nsu-pay-section{margin-top:16px;padding:18px;border:1px solid var(--nsu-br,#e5e7eb);border-radius:22px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 18px 45px rgba(15,23,42,.06)}
.nsu-pay-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.nsu-btn--cardpay{background:#111827;color:#fff;border-color:#111827}
.nsu-bank-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.nsu-bank-card{position:relative;overflow:hidden;border-radius:24px;padding:22px;color:#fff;min-height:245px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,var(--bank-c1),var(--bank-c2));box-shadow:0 20px 45px rgba(15,23,42,.18)}
.nsu-bank-card:before{content:"";position:absolute;inset:-40% -20% auto auto;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.12)}
.nsu-bank-card>*{position:relative;z-index:1}
.nsu-bank-card__top{display:flex;align-items:center;gap:14px}
.nsu-bank-card__logo{width:66px;height:66px;border-radius:18px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.26);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(6px);flex:0 0 auto}
.nsu-bank-card__logo img{max-width:48px;max-height:48px;border-radius:10px;background:#fff;padding:5px;object-fit:contain}
.nsu-bank-card__logo span{font-size:20px;font-weight:900}
.nsu-bank-card__label{text-transform:uppercase;letter-spacing:.18em;font-size:12px;opacity:.82;font-weight:700}
.nsu-bank-card__name{font-size:28px;line-height:1.1;font-weight:900;margin-top:4px}
.nsu-bank-card__currency{margin-left:auto;align-self:flex-start;padding:9px 18px;border-radius:999px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.24);font-weight:900}
.nsu-bank-card__iban{margin:26px 0 18px}.nsu-bank-card__iban span{position:absolute;left:-9999px}.nsu-bank-card__iban strong{font-size:24px;letter-spacing:.12em;line-height:1.25;word-break:break-word}
.nsu-bank-card__holder span{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;opacity:.78;font-weight:700}.nsu-bank-card__holder strong{display:block;font-size:20px;margin-top:6px}
.nsu-bank-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.nsu-bank-mini{border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.16);color:#fff;text-decoration:none;border-radius:999px;padding:8px 11px;font-weight:800;font-size:12px;cursor:pointer}.nsu-bank-mini:hover{background:rgba(255,255,255,.26);color:#fff}.nsu-bank-mini--primary{background:rgba(255,255,255,.92);color:#111827}.nsu-bank-mini--primary:hover{color:#111827;background:#fff}
.nsu-modal__box--qr{text-align:center;max-width:420px}
@media(max-width:1024px){.nsu-bank-grid{grid-template-columns:1fr}.nsu-pay-section__head{align-items:flex-start;flex-direction:column}.nsu-pay-section{padding:14px;border-radius:18px}.nsu-bank-card{min-height:230px;padding:18px;border-radius:22px}.nsu-bank-card__name{font-size:24px}.nsu-bank-card__iban strong{font-size:20px}.nsu-bank-card__actions{gap:7px}.nsu-bank-mini{font-size:12px;padding:8px 10px}}
@media(max-width:420px){.nsu-bank-card__top{gap:10px}.nsu-bank-card__logo{width:56px;height:56px}.nsu-bank-card__currency{padding:7px 13px}.nsu-bank-card__name{font-size:21px}.nsu-bank-card__iban strong{font-size:18px;letter-spacing:.08em}.nsu-bank-card__holder strong{font-size:17px}.nsu-bank-card__actions{display:grid;grid-template-columns:1fr 1fr}.nsu-bank-mini{text-align:center}}

/* === NSU v2 Muhasebe / Tahsilat Geliştirmeleri === */
.nsu-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:24px;border-radius:26px;background:linear-gradient(135deg,#0f172a,#1e3a8a 56%,#7c3aed);color:#fff;box-shadow:0 20px 50px rgba(15,23,42,.18)}
.nsu-hero h2{margin:4px 0 6px;color:#fff;font-size:32px;line-height:1.1}.nsu-hero p{margin:0;opacity:.88}.nsu-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:12px;opacity:.78}
.nsu-alert{padding:12px 14px;border-radius:14px;margin:12px 0;font-weight:700}.nsu-alert--success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.nsu-table-wrap{width:100%;overflow-x:auto}.nsu-table{width:100%;border-collapse:separate;border-spacing:0 8px;min-width:720px}.nsu-table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;padding:8px 12px}.nsu-table td{background:#fff;padding:14px 12px;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.nsu-table td:first-child{border-left:1px solid #e5e7eb;border-radius:14px 0 0 14px}.nsu-table td:last-child{border-right:1px solid #e5e7eb;border-radius:0 14px 14px 0}
.nsu-modal{position:fixed;inset:0;z-index:99999;background:rgba(15,23,42,.58);display:flex;align-items:center;justify-content:center;padding:18px}.nsu-modal[hidden]{display:none!important}.nsu-modal__box{position:relative;background:#fff;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.3);width:min(560px,100%);max-height:92vh;overflow:auto;padding:24px}.nsu-modal__close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;font-size:24px;line-height:1;cursor:pointer}.nsu-modal__box h3{margin-top:0}
.nsu-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-weight:800;font-size:12px}.nsu-chip--green{background:#dcfce7;color:#166534}.nsu-chip--red{background:#fee2e2;color:#991b1b}.nsu-chip--orange{background:#ffedd5;color:#9a3412}.nsu-chip--blue{background:#dbeafe;color:#1d4ed8}.nsu-chip--gray{background:#f1f5f9;color:#475569}
@media(max-width:720px){.nsu-hero{padding:18px;border-radius:20px}.nsu-hero h2{font-size:25px}.nsu-modal{align-items:flex-end;padding:0}.nsu-modal__box{border-radius:24px 24px 0 0;width:100%;padding:20px}.nsu-table{min-width:620px}.nsu-payments-page,.nsu-invoices-page{padding-bottom:74px}}

/* === NSU v2.2 Kurumsal Sidebar + Mobil Çekmece === */
.nsu-app-shell{--nsu-sidebar-w:248px;--nsu-red:#d10000;--nsu-soft:#f6f8fb;--nsu-line:#e8edf3;--nsu-text:#172033;--nsu-muted:#64748b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.nsu-sidebar{position:fixed;z-index:9998;left:0;top:0;bottom:0;width:var(--nsu-sidebar-w);background:#fff;border-right:1px solid var(--nsu-line);box-shadow:12px 0 36px rgba(15,23,42,.05);display:flex;flex-direction:column;padding:18px 16px;box-sizing:border-box}
.nsu-sidebar__brand{display:flex;align-items:center;gap:12px;padding:0 2px 20px;border-bottom:1px solid var(--nsu-line);margin-bottom:16px}
.nsu-sidebar__logo{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#e11d48,#b91c1c);color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(185,28,28,.22)}
.nsu-sidebar__brand strong,.nsu-mobile-brand strong{display:block;color:var(--nsu-text);font-size:16px;line-height:1.1}
.nsu-sidebar__brand span,.nsu-mobile-brand span{display:block;color:var(--nsu-muted);font-size:12px;margin-top:3px}
.nsu-sidebar__close{display:none;margin-left:auto;width:36px;height:36px;border:1px solid var(--nsu-line);border-radius:12px;background:#fff;font-size:22px;color:#334155}
.nsu-sidebar__nav{display:flex;flex-direction:column;gap:6px;flex:1;overflow:auto;padding-right:2px}
.nsu-sidebar__item{display:flex;align-items:center;gap:12px;padding:12px 12px;border-radius:14px;color:#1f2937;text-decoration:none;font-weight:700;font-size:14px;border:1px solid transparent;transition:.18s ease}
.nsu-sidebar__item .dashicons{width:20px;height:20px;font-size:20px;line-height:20px;color:#334155}
.nsu-sidebar__item:hover{background:#fff1f2;color:#b91c1c;border-color:#ffe4e6;transform:translateX(2px)}
.nsu-sidebar__item:hover .dashicons{color:#b91c1c}
.nsu-sidebar__item.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}
.nsu-sidebar__support{background:#fff;border:1px solid var(--nsu-line);border-radius:18px;padding:16px;margin-top:14px;text-align:center;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.nsu-sidebar__support strong{display:block;color:#111827}.nsu-sidebar__support span{display:block;color:var(--nsu-red);font-weight:800;margin-top:5px;font-size:13px}
.nsu-sidebar__logout{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;border:1px solid #fecaca;background:#fff;color:#991b1b;text-decoration:none;border-radius:14px;padding:11px 12px;font-weight:800}
.nsu-mobile-topbar{display:none;position:sticky;top:0;z-index:9997;height:64px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--nsu-line);align-items:center;justify-content:space-between;padding:0 14px;box-sizing:border-box}
.nsu-app-menu-btn,.nsu-mobile-exit{width:42px;height:42px;border-radius:14px;border:1px solid var(--nsu-line);background:#fff;display:inline-grid;place-items:center;color:#172033;text-decoration:none;box-shadow:0 6px 18px rgba(15,23,42,.04)}
.nsu-sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(15,23,42,.54);z-index:9996;opacity:0;transition:.22s ease}
.nsu-app-shell + .nsu-panel{margin-left:248px;padding:22px 24px;background:#f7f9fc;min-height:100vh;box-sizing:border-box;max-width:none!important;width:auto!important}
.nsu-app-shell + .nsu-panel .nsu-topnav{display:none!important}
@media (max-width:1024px){
  .nsu-mobile-topbar{display:flex}.nsu-sidebar{transform:translateX(-110%);transition:transform .25s ease;width:290px;max-width:86vw}.nsu-sidebar__close{display:inline-grid;place-items:center}.nsu-app-shell.is-open .nsu-sidebar{transform:translateX(0)}.nsu-app-shell.is-open .nsu-sidebar-backdrop{display:block;opacity:1}.nsu-app-shell + .nsu-panel{margin-left:0;padding:14px;background:#f7f9fc;min-height:calc(100vh - 64px)}body.nsu-drawer-lock{overflow:hidden}
}

/* === Şık tablo ve proje ekranları === */
.nsu-page-head{background:#fff;border:1px solid #e8edf3;border-radius:22px;padding:18px 20px;margin-bottom:14px;box-shadow:0 12px 32px rgba(15,23,42,.04)}
.nsu-page-title{font-size:22px!important;font-weight:900!important;color:#111827;margin:0 0 4px!important}.nsu-page-sub{color:#64748b;font-size:13px}
.nsu-card.nsu-card--elev{border:1px solid #e8edf3!important;border-radius:22px!important;box-shadow:0 16px 44px rgba(15,23,42,.06)!important;background:#fff!important;overflow:hidden}
.nsu-table{width:100%;border-collapse:separate!important;border-spacing:0!important;background:#fff;border:1px solid #e8edf3;border-radius:18px;overflow:hidden}
.nsu-table thead th{background:#f8fafc!important;color:#475569!important;font-size:12px!important;letter-spacing:.08em;text-transform:uppercase;font-weight:900!important;border-bottom:1px solid #e8edf3!important;padding:15px 14px!important;white-space:nowrap}
.nsu-table tbody td{padding:16px 14px!important;border-bottom:1px solid #eef2f7!important;color:#172033;font-size:14px;vertical-align:middle}
.nsu-table tbody tr:last-child td{border-bottom:0!important}.nsu-table tbody tr:hover{background:#fbfdff}
.nsu-row-actions{display:flex;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:wrap}.nsu-row-actions .nsu-btn{padding:9px 12px!important;border-radius:12px!important;font-size:12px!important}
.nsu-project-detail-shell{display:block}.nsu-project-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e8edf3;border-radius:24px;padding:22px;margin-top:14px;box-shadow:0 16px 44px rgba(15,23,42,.05)}
.nsu-breadcrumb{color:#64748b;font-size:13px;margin-bottom:8px}.nsu-project-hero h2{margin:0!important;font-size:28px!important;line-height:1.15;color:#101827;font-weight:950!important}.nsu-hero-meta{display:flex;gap:10px;margin-top:12px;align-items:center;flex-wrap:wrap}.nsu-hero-meta>span:not(.nsu-chip){background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:999px;padding:6px 10px;font-weight:800;font-size:12px}.nsu-hero-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.nsu-project-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0}.nsu-project-stats>div{background:#fff;border:1px solid #e8edf3;border-radius:20px;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.04)}.nsu-project-stats span{display:block;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.nsu-project-stats strong{display:block;margin-top:7px;color:#111827;font-size:20px;font-weight:950}
.nsu-detail-card .nsu-card__head{background:#fff!important;border-bottom:1px solid #eef2f7!important}.nsu-detail-card .nsu-card__title{font-size:18px!important;font-weight:900!important}
.nsu-pay-section{background:#fff;border:1px solid #e8edf3;border-radius:24px;padding:18px;box-shadow:0 16px 44px rgba(15,23,42,.05)}.nsu-pay-section__head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:12px}.nsu-sub{color:#64748b;font-size:13px;margin-top:4px}.nsu-call{background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;padding:12px}
.nsu-bank-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.nsu-bank-card{min-height:154px!important;border-radius:22px!important;padding:16px!important;background:linear-gradient(135deg,var(--bank-c1),var(--bank-c2))!important;color:#fff!important;box-shadow:0 16px 34px rgba(15,23,42,.15)!important;position:relative;overflow:hidden}.nsu-bank-card:after{content:"";position:absolute;right:-35px;top:-35px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.08)}.nsu-bank-card__top{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.nsu-bank-card__logo{width:44px!important;height:44px!important;border-radius:14px!important;background:rgba(255,255,255,.18)!important;border:1px solid rgba(255,255,255,.24)!important;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.nsu-bank-card__logo img{width:34px!important;height:34px!important;object-fit:contain;background:#fff;border-radius:8px}.nsu-bank-card__label{font-size:10px!important;letter-spacing:.14em;text-transform:uppercase;opacity:.76;font-weight:800}.nsu-bank-card__name{font-size:18px!important;font-weight:950!important;line-height:1.1}.nsu-bank-card__currency{margin-left:auto;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:7px 12px;font-weight:950;font-size:13px}.nsu-bank-card__iban{position:relative;z-index:1;margin:16px 0 10px!important}.nsu-bank-card__iban span{position:absolute;left:-9999px}.nsu-bank-card__iban strong{font-size:18px!important;letter-spacing:.08em}.nsu-bank-card__holder{position:relative;z-index:1}.nsu-bank-card__holder span{display:block;font-size:10px!important;text-transform:uppercase;letter-spacing:.12em;opacity:.76;font-weight:800}.nsu-bank-card__holder strong{font-size:14px!important}.nsu-bank-card__actions{position:relative;z-index:1;display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.nsu-bank-mini{border:1px solid rgba(255,255,255,.24)!important;background:rgba(255,255,255,.16)!important;color:#fff!important;border-radius:999px!important;padding:7px 10px!important;font-size:11px!important;font-weight:900!important;cursor:pointer}
.nsu-modal{position:fixed!important;inset:0!important;z-index:10050!important;background:rgba(15,23,42,.58)!important;backdrop-filter:blur(4px);align-items:center!important;justify-content:center!important;padding:18px!important}.nsu-modal__box{background:#fff!important;border:1px solid #e8edf3!important;border-radius:24px!important;box-shadow:0 28px 90px rgba(15,23,42,.3)!important;width:min(560px,96vw)!important;max-height:90vh;overflow:auto;padding:22px!important}.nsu-modal__box--qr{width:min(390px,94vw)!important;text-align:center}
@media (max-width:900px){.nsu-project-hero{flex-direction:column}.nsu-hero-actions{width:100%;justify-content:flex-start}.nsu-project-stats{grid-template-columns:repeat(2,1fr)}.nsu-bank-grid{grid-template-columns:1fr!important}.nsu-table--responsive thead{display:none}.nsu-table--responsive,.nsu-table--responsive tbody,.nsu-table--responsive tr,.nsu-table--responsive td{display:block;width:100%}.nsu-table--responsive tr{border:1px solid #e8edf3;border-radius:18px;margin:10px 0;padding:10px;background:#fff}.nsu-table--responsive td{border:0!important;display:flex;justify-content:space-between;gap:14px;text-align:right!important;padding:9px 6px!important}.nsu-table--responsive td:before{content:attr(data-label);font-weight:900;color:#64748b;text-align:left}.nsu-row-actions{justify-content:stretch!important}.nsu-row-actions:before{display:none}.nsu-row-actions .nsu-btn{flex:1;text-align:center;justify-content:center}}
@media (max-width:520px){.nsu-project-stats{grid-template-columns:1fr}.nsu-project-hero h2{font-size:23px!important}.nsu-pay-section__head{flex-direction:column;align-items:flex-start}.nsu-pay-section__head .nsu-btn{width:100%;justify-content:center}.nsu-modal__box .nsu-grid{grid-template-columns:1fr!important}}

/* === NSU v2.3: tema stilinden izole profesyonel panel === */
.nsu-app-shell,
.nsu-app-shell *,
.nsu-panel,
.nsu-panel *{box-sizing:border-box!important}
.nsu-panel{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;color:#172033!important;background:#f7f9fc!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.nsu-panel a{text-decoration:none!important}.nsu-panel button,.nsu-panel input,.nsu-panel select,.nsu-panel textarea{font:inherit!important}.nsu-panel img{max-width:100%;height:auto}
.nsu-panel .nsu-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:38px!important;padding:9px 14px!important;border-radius:13px!important;border:1px solid #111827!important;background:#111827!important;color:#fff!important;font-weight:850!important;font-size:13px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 10px 22px rgba(15,23,42,.10)!important;transition:.18s ease!important}
.nsu-panel .nsu-btn:hover{transform:translateY(-1px)!important;box-shadow:0 14px 28px rgba(15,23,42,.14)!important}.nsu-panel .nsu-btn--ghost{background:#fff!important;color:#e11d48!important;border-color:#fecdd3!important;box-shadow:none!important}.nsu-panel .nsu-btn--ghost:hover{background:#fff1f2!important}.nsu-panel .nsu-btn--cardpay{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important}
.nsu-panel .nsu-page-head{background:#fff!important;border:1px solid #e8edf3!important;border-radius:22px!important;padding:21px 22px!important;margin-bottom:16px!important;box-shadow:0 18px 46px rgba(15,23,42,.05)!important}.nsu-panel .nsu-page-title{font-size:24px!important;line-height:1.15!important;margin:0 0 5px!important;color:#101827!important;font-weight:950!important}.nsu-panel .nsu-page-sub{font-size:13px!important;color:#64748b!important}
.nsu-panel .nsu-card{background:#fff!important;border:1px solid #e8edf3!important;border-radius:24px!important;box-shadow:0 18px 50px rgba(15,23,42,.06)!important}.nsu-panel .nsu-card__body{padding:18px!important}.nsu-panel .nsu-card__head{padding:16px 18px!important;border-bottom:1px solid #eef2f7!important;background:#fff!important}.nsu-panel .nsu-card__title{font-size:17px!important;color:#111827!important;font-weight:950!important;letter-spacing:0!important}
.nsu-panel .nsu-table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border:1px solid #e8edf3!important;border-radius:18px!important;overflow:hidden!important;min-width:900px!important}.nsu-panel .nsu-table thead th{position:static!important;background:#f8fafc!important;color:#475569!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-weight:950!important;border:0!important;border-bottom:1px solid #e8edf3!important;padding:16px 14px!important;white-space:nowrap!important}.nsu-panel .nsu-table tbody td{background:#fff!important;padding:16px 14px!important;border:0!important;border-bottom:1px solid #eef2f7!important;color:#172033!important;font-size:14px!important;vertical-align:middle!important}.nsu-panel .nsu-table tbody tr:last-child td{border-bottom:0!important}.nsu-panel .nsu-table tbody tr:hover td{background:#fbfdff!important}
.nsu-panel .nsu-row-actions{display:flex!important;gap:8px!important;justify-content:flex-end!important;align-items:center!important;flex-wrap:wrap!important;white-space:normal!important}.nsu-panel .nsu-row-actions .nsu-btn{min-height:36px!important;padding:8px 12px!important;border-radius:12px!important;font-size:12px!important;box-shadow:none!important}
.nsu-project-pay-info{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:14px 0!important}.nsu-project-pay-info>div{background:#f8fafc!important;border:1px solid #eef2f7!important;border-radius:17px!important;padding:13px!important}.nsu-project-pay-info span{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.05em!important}.nsu-project-pay-info strong{display:block!important;margin-top:6px!important;color:#111827!important;font-size:14px!important;font-weight:950!important}.nsu-pay-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important}
.nsu-panel .nsu-pay-section{background:#fff!important;border:1px solid #e8edf3!important;border-radius:24px!important;padding:20px!important;box-shadow:0 18px 50px rgba(15,23,42,.06)!important}.nsu-panel .nsu-pay-section__head{display:flex!important;justify-content:space-between!important;gap:14px!important;align-items:flex-start!important;margin-bottom:14px!important}.nsu-panel .nsu-sub{color:#64748b!important;font-size:13px!important;line-height:1.55!important;margin-top:5px!important;max-width:780px!important}
.nsu-panel .nsu-bank-grid[hidden]{display:none!important}.nsu-panel .nsu-bank-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-top:14px!important}.nsu-panel .nsu-bank-card{min-height:146px!important;border-radius:20px!important;padding:15px!important;background:linear-gradient(135deg,var(--bank-c1),var(--bank-c2))!important;color:#fff!important;border:0!important;box-shadow:0 18px 34px rgba(15,23,42,.16)!important}.nsu-panel .nsu-bank-card__logo{width:42px!important;height:42px!important;border-radius:13px!important}.nsu-panel .nsu-bank-card__logo img{width:32px!important;height:32px!important}.nsu-panel .nsu-bank-card__name{font-size:17px!important}.nsu-panel .nsu-bank-card__iban strong{font-size:16px!important;letter-spacing:.07em!important}.nsu-panel .nsu-bank-card__holder strong{font-size:13px!important}.nsu-panel .nsu-bank-mini{font-size:11px!important;padding:7px 10px!important;border-radius:999px!important}
/* Modal varsayılan kapalıdır; sadece JS açınca görünür. QR modal iptal edildi. */
.nsu-panel .nsu-modal{display:none!important;position:fixed!important;inset:0!important;z-index:10050!important;background:rgba(15,23,42,.58)!important;backdrop-filter:blur(4px)!important;align-items:center!important;justify-content:center!important;padding:18px!important}.nsu-panel .nsu-modal[hidden]{display:none!important}.nsu-panel .nsu-modal__box{background:#fff!important;border:1px solid #e8edf3!important;border-radius:24px!important;box-shadow:0 28px 90px rgba(15,23,42,.3)!important;width:min(620px,96vw)!important;max-height:90vh!important;overflow:auto!important;padding:24px!important}.nsu-panel .nsu-field span{display:block!important;color:#334155!important;font-size:13px!important;font-weight:850!important;margin-bottom:6px!important}.nsu-panel .nsu-field input,.nsu-panel .nsu-field select,.nsu-panel .nsu-field textarea{width:100%!important;border:1px solid #dbe3ef!important;background:#fff!important;border-radius:13px!important;padding:11px 12px!important;color:#111827!important;box-shadow:none!important;outline:none!important}.nsu-panel .nsu-field input:focus,.nsu-panel .nsu-field select:focus,.nsu-panel .nsu-field textarea:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px rgba(220,38,38,.10)!important}
@media(max-width:1024px){.nsu-panel .nsu-bank-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nsu-project-pay-info{grid-template-columns:1fr!important}}
@media(max-width:900px){.nsu-panel .nsu-table{min-width:0!important;border:0!important;background:transparent!important}.nsu-panel .nsu-table--responsive thead{display:none!important}.nsu-panel .nsu-table--responsive,.nsu-panel .nsu-table--responsive tbody,.nsu-panel .nsu-table--responsive tr,.nsu-panel .nsu-table--responsive td{display:block!important;width:100%!important}.nsu-panel .nsu-table--responsive tr{background:#fff!important;border:1px solid #e8edf3!important;border-radius:18px!important;margin:0 0 12px!important;padding:10px!important;box-shadow:0 14px 36px rgba(15,23,42,.05)!important}.nsu-panel .nsu-table--responsive td{display:flex!important;justify-content:space-between!important;gap:14px!important;align-items:center!important;text-align:right!important;border:0!important;border-bottom:1px solid #f1f5f9!important;padding:10px 6px!important}.nsu-panel .nsu-table--responsive td:last-child{border-bottom:0!important}.nsu-panel .nsu-table--responsive td:before{content:attr(data-label)!important;font-weight:950!important;color:#64748b!important;text-align:left!important}.nsu-panel .nsu-row-actions{justify-content:stretch!important}.nsu-panel .nsu-row-actions:before{display:none!important}.nsu-panel .nsu-row-actions .nsu-btn{flex:1!important}.nsu-panel .nsu-pay-section__head{flex-direction:column!important}.nsu-pay-actions{width:100%!important;justify-content:stretch!important}.nsu-pay-actions .nsu-btn{flex:1!important}.nsu-panel .nsu-bank-grid{grid-template-columns:1fr!important}.nsu-panel .nsu-modal{align-items:flex-end!important;padding:0!important}.nsu-panel .nsu-modal__box{width:100%!important;border-radius:24px 24px 0 0!important;max-height:92vh!important}}


/* === NSU v2.4: ayarlanabilir logo + destek kutusu === */
.nsu-app-shell .nsu-sidebar__logo-img{
  width:46px;height:46px;object-fit:contain;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;display:block;flex:0 0 auto;
}
.nsu-app-shell .nsu-mobile-brand{display:flex;align-items:center;gap:10px;min-width:0;}
.nsu-app-shell .nsu-mobile-logo-img{width:34px;height:34px;object-fit:contain;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;display:block;flex:0 0 auto;}
.nsu-app-shell .nsu-sidebar__support{padding:16px 14px;text-align:left;}
.nsu-app-shell .nsu-sidebar__support strong{font-size:14px;font-weight:900;color:#111827;}
.nsu-app-shell .nsu-sidebar__support span{font-size:12px;color:#64748b;font-weight:700;margin:4px 0 10px;}
.nsu-app-shell .nsu-support-phone{display:block;color:#dc2626!important;font-weight:900;text-decoration:none!important;font-size:15px;letter-spacing:.01em;margin-bottom:10px;}
.nsu-app-shell .nsu-support-whatsapp{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534!important;border-radius:12px;padding:9px 10px;text-decoration:none!important;font-weight:900;font-size:13px;}
.nsu-app-shell .nsu-support-whatsapp:hover{background:#dcfce7;color:#14532d!important;}

/* === NSU v5.1 modal açılma düzeltmesi === */
.nsu-panel .nsu-modal.is-open,
.nsu-modal.is-open{display:flex!important;}
.nsu-panel .nsu-modal:not(.is-open)[hidden],
.nsu-modal:not(.is-open)[hidden]{display:none!important;}

/* === NSU v5.2 compact bank/product/invoice improvements === */
.nsu-panel .nsu-bank-grid--compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
.nsu-panel .nsu-bank-card--mini{min-height:0;padding:15px;border-radius:20px}
.nsu-panel .nsu-bank-card--mini .nsu-bank-card__top{margin-bottom:12px}
.nsu-panel .nsu-bank-card--mini .nsu-bank-card__logo{width:42px;height:42px}
.nsu-panel .nsu-bank-card--mini .nsu-bank-card__iban strong{font-size:14px;letter-spacing:.2px}
.nsu-panel .nsu-bank-card--mini .nsu-bank-card__actions{gap:7px;margin-top:12px}
.nsu-panel .nsu-bank-card--mini .nsu-bank-mini{padding:7px 9px;font-size:12px;border-radius:10px}
.nsu-panel .nsu-muted{color:var(--nsu-muted,#6b7280);font-size:13px;line-height:1.5}
.nsu-panel .nsu-hero-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.nsu-panel .nsu-table td[style*="text-align:right"] .nsu-btn{margin:2px}
@media(max-width:720px){.nsu-panel .nsu-bank-grid--compact{grid-template-columns:1fr}.nsu-panel .nsu-hero-actions{justify-content:flex-start}.nsu-panel .nsu-project-stats{grid-template-columns:1fr 1fr}.nsu-panel .nsu-table td[style*="text-align:right"]{text-align:left!important}}


/* NSU v5.3 - teklif ekranı ve hizmet ayrımı */
.nsu-panel .nsu-quote-layout{display:grid;grid-template-columns:minmax(320px,460px) 1fr;gap:18px;align-items:start}
.nsu-panel .nsu-quote-list,.nsu-panel .nsu-quote-detail{background:#fff;border:1px solid #e8edf5;border-radius:22px;box-shadow:0 18px 45px rgba(15,23,42,.06);overflow:hidden}
.nsu-panel .nsu-quote-search{display:flex;align-items:center;gap:10px;margin:16px;border:1px solid #e2e8f0;border-radius:14px;padding:0 12px;background:#fff}
.nsu-panel .nsu-quote-search input{border:0!important;outline:0!important;box-shadow:none!important;padding:14px 6px!important;width:100%;background:transparent!important}
.nsu-panel .nsu-quote-row{display:grid;grid-template-columns:50px 1fr auto;gap:12px;padding:18px;border-top:1px solid #edf2f7;text-decoration:none!important;color:#172033!important;align-items:center;transition:.18s ease;background:#fff}
.nsu-panel .nsu-quote-row:hover,.nsu-panel .nsu-quote-row.is-active{background:linear-gradient(90deg,#fff2f2,#fff)}
.nsu-panel .nsu-quote-icon{width:42px;height:42px;border-radius:14px;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center}
.nsu-panel .nsu-quote-row p{margin:4px 0;color:#334155;font-size:13px}.nsu-panel .nsu-quote-row small{color:#64748b;display:flex;align-items:center;gap:4px}.nsu-panel .nsu-quote-row-right{text-align:right;display:flex;flex-direction:column;gap:10px;align-items:flex-end}.nsu-panel .nsu-quote-row-right b{font-size:16px;color:#0f172a}
.nsu-panel .nsu-quote-detail{padding:0}.nsu-panel .nsu-quote-top{display:flex;justify-content:space-between;gap:16px;padding:26px 28px 18px;border-bottom:1px solid #edf2f7}.nsu-panel .nsu-quote-top h2{margin:4px 0;color:#dc2626;font-size:26px}.nsu-panel .nsu-quote-top p{margin:0;color:#334155}.nsu-panel .nsu-quote-menu{display:flex;align-items:flex-start;gap:14px}.nsu-panel .nsu-quote-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-bottom:1px solid #edf2f7}.nsu-panel .nsu-quote-meta>div{padding:18px 24px;border-right:1px solid #edf2f7}.nsu-panel .nsu-quote-meta>div:last-child{border-right:0}.nsu-panel .nsu-quote-meta span{display:block;color:#64748b;font-size:13px;margin-bottom:6px}.nsu-panel .nsu-quote-meta strong{color:#0f172a}
.nsu-panel .nsu-quote-items-head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px 8px}.nsu-panel .nsu-quote-items-head h3{margin:0}.nsu-panel .nsu-linklike{border:0;background:transparent;color:#dc2626;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:6px}.nsu-panel .nsu-quote-table th,.nsu-panel .nsu-quote-table td{padding:12px 18px!important}.nsu-panel .nsu-quote-table td:nth-child(n+2),.nsu-panel .nsu-quote-table th:nth-child(n+2){text-align:right}.nsu-panel .nsu-quote-totals{margin:10px 24px 20px;border-top:1px solid #edf2f7;padding-top:12px;max-width:420px;margin-left:auto}.nsu-panel .nsu-quote-totals>div{display:flex;justify-content:space-between;padding:8px 0}.nsu-panel .nsu-quote-totals .grand{font-size:20px;color:#dc2626}.nsu-panel .nsu-quote-actions{padding:0 24px 18px}.nsu-panel .nsu-quote-actions textarea{width:100%;min-height:70px;border:1px solid #e2e8f0;border-radius:14px;padding:12px;margin-bottom:12px}.nsu-panel .nsu-quote-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.nsu-panel .nsu-btn--success{background:#16a34a!important;color:#fff!important;border-color:#16a34a!important}.nsu-panel .nsu-btn--danger{background:#fff!important;color:#dc2626!important;border-color:#fecaca!important}.nsu-panel .nsu-full{margin:0 24px 18px;display:flex!important;justify-content:center}.nsu-panel .nsu-chip--gray{background:#f1f5f9!important;color:#475569!important}
@media(max-width:980px){.nsu-panel .nsu-quote-layout{grid-template-columns:1fr}.nsu-panel .nsu-quote-meta{grid-template-columns:1fr}.nsu-panel .nsu-quote-meta>div{border-right:0;border-bottom:1px solid #edf2f7}.nsu-panel .nsu-quote-action-grid{grid-template-columns:1fr}.nsu-panel .nsu-quote-row{grid-template-columns:42px 1fr}.nsu-panel .nsu-quote-row-right{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}

/* === NSU v5.3.1 modern login + payment refinements === */
.nsu-login-wrap{position:relative;isolation:isolate;min-height:min(780px,calc(100vh - 80px));display:grid;place-items:center;padding:clamp(18px,4vw,56px);overflow:hidden;border-radius:28px;background:radial-gradient(circle at top left,rgba(37,99,235,.18),transparent 34%),radial-gradient(circle at bottom right,rgba(220,38,38,.16),transparent 34%),linear-gradient(135deg,#0f172a 0%,#111827 46%,#1e293b 100%);box-shadow:0 30px 90px rgba(15,23,42,.22)}
.nsu-login-bg{position:absolute;inset:0;z-index:-1;overflow:hidden}.nsu-login-bg span{position:absolute;border-radius:999px;background:rgba(255,255,255,.08);filter:blur(2px)}.nsu-login-bg span:nth-child(1){width:230px;height:230px;left:-70px;top:-70px}.nsu-login-bg span:nth-child(2){width:340px;height:340px;right:-130px;bottom:-110px}.nsu-login-bg span:nth-child(3){width:150px;height:150px;right:22%;top:12%;background:rgba(59,130,246,.14)}
.nsu-login-shell{width:min(1080px,100%);display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(18px,4vw,44px);align-items:center}.nsu-login-brand{color:#fff;padding:10px}.nsu-login-badge{width:64px;height:64px;border-radius:22px;display:grid;place-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);box-shadow:0 24px 60px rgba(0,0,0,.16);margin-bottom:22px}.nsu-login-badge .dashicons{font-size:31px;width:31px;height:31px;color:#fff}.nsu-login-brand .nsu-eyebrow{display:inline-flex!important;color:#bfdbfe!important;background:rgba(59,130,246,.16)!important;border:1px solid rgba(147,197,253,.24)!important;border-radius:999px!important;padding:8px 12px!important;margin-bottom:14px!important}.nsu-login-brand h1{font-size:clamp(34px,5.6vw,64px)!important;line-height:.95!important;margin:0 0 18px!important;color:#fff!important;letter-spacing:-.055em!important;font-weight:950!important}.nsu-login-brand p{font-size:clamp(15px,1.8vw,18px)!important;line-height:1.65!important;color:rgba(255,255,255,.78)!important;max-width:540px!important;margin:0 0 24px!important}.nsu-login-points{display:flex;flex-wrap:wrap;gap:10px}.nsu-login-points span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);border-radius:999px;color:#fff;font-size:13px;font-weight:850;padding:9px 12px}.nsu-login-points .dashicons{font-size:17px;width:17px;height:17px;color:#86efac}
.nsu-login-card{position:relative;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.56);border-radius:30px;padding:clamp(22px,3.4vw,34px);box-shadow:0 30px 90px rgba(0,0,0,.24)}.nsu-login-card:before{content:"";position:absolute;inset:0;border-radius:30px;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(59,130,246,.28),rgba(220,38,38,.22));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.nsu-login-card__head{margin-bottom:20px}.nsu-login-mini{display:inline-flex;border-radius:999px;padding:7px 11px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.nsu-login-card h2{font-size:30px!important;line-height:1.08!important;margin:12px 0 8px!important;color:#0f172a!important;font-weight:950!important;letter-spacing:-.035em!important}.nsu-login-card p{margin:0!important;color:#64748b!important;line-height:1.55!important}.nsu-login-card .nsu-note{margin:0 0 14px!important;border-radius:16px!important;padding:12px 14px!important}
.nsu-login-field{display:block;margin:0 0 14px}.nsu-login-field>span{display:block;margin:0 0 7px;color:#334155;font-size:13px;font-weight:900}.nsu-login-field>div{height:54px;border:1px solid #dbe3ef;border-radius:17px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 12px;box-shadow:0 10px 26px rgba(15,23,42,.04);transition:.18s ease}.nsu-login-field>div:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.nsu-login-field .dashicons{color:#64748b;font-size:20px;width:20px;height:20px}.nsu-login-field input{border:0!important;background:transparent!important;outline:0!important;box-shadow:none!important;padding:0!important;min-width:0;flex:1;color:#0f172a!important;font-size:15px!important;font-weight:750}.nsu-login-field input::placeholder{color:#94a3b8}.nsu-login-pw-toggle{border:0;background:#f1f5f9;color:#334155;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:950;cursor:pointer;transition:.18s ease}.nsu-login-pw-toggle:hover{background:#e0e7ff;color:#1d4ed8}.nsu-login-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 17px;color:#64748b;font-size:12px}.nsu-login-row label{display:flex;align-items:center;gap:7px;font-weight:800;color:#475569}.nsu-login-row small{font-size:11px;color:#94a3b8;text-align:right}.nsu-login-submit{width:100%;height:56px;border:0;border-radius:18px;background:linear-gradient(135deg,#2563eb,#dc2626);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:950;cursor:pointer;box-shadow:0 18px 36px rgba(37,99,235,.25);transition:transform .18s ease,box-shadow .18s ease}.nsu-login-submit:hover{transform:translateY(-1px);box-shadow:0 22px 44px rgba(37,99,235,.32)}.nsu-login-submit .dashicons{font-size:20px;width:20px;height:20px}.nsu-login-help{margin-top:16px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;padding:12px 14px;color:#64748b;font-size:12px;line-height:1.55;text-align:center}
.nsu-bank-card__notice{position:relative;z-index:1;margin-top:10px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);border-radius:14px;padding:8px 10px;color:rgba(255,255,255,.9);font-size:11px;font-weight:800;line-height:1.35}.nsu-bank-mini--primary,.nsu-bank-card .nsu-bank-mini--primary{background:#fff!important;color:#0f172a!important;border-color:#fff!important;box-shadow:0 10px 24px rgba(15,23,42,.16)!important}.nsu-bank-card .nsu-bank-mini--primary:hover{transform:translateY(-1px)}.nsu-payments-page .nsu-modal__box h3{margin-top:0!important;font-weight:950!important;color:#0f172a!important}.nsu-payments-page .nsu-muted{color:#64748b!important;margin-top:-4px!important;line-height:1.5!important}
@media(max-width:900px){.nsu-login-wrap{min-height:auto;border-radius:22px;padding:18px}.nsu-login-shell{grid-template-columns:1fr}.nsu-login-brand{text-align:left}.nsu-login-brand h1{font-size:38px!important}.nsu-login-brand p{font-size:15px!important}.nsu-login-card{border-radius:24px}.nsu-login-card:before{border-radius:24px}.nsu-login-row{align-items:flex-start;flex-direction:column}.nsu-login-row small{text-align:left}.nsu-login-points{display:none}}
@media(max-width:520px){.nsu-login-wrap{margin-left:-8px;margin-right:-8px;border-radius:0;padding:14px}.nsu-login-brand{padding:8px 4px}.nsu-login-badge{width:54px;height:54px;border-radius:18px;margin-bottom:14px}.nsu-login-brand h1{font-size:32px!important}.nsu-login-card{padding:20px;border-radius:22px}.nsu-login-card h2{font-size:26px!important}.nsu-login-field>div{height:52px}.nsu-login-submit{height:54px}.nsu-bank-card__actions .nsu-bank-mini--primary{width:100%!important;text-align:center!important;justify-content:center!important}}

/* === NSU v5.3.2 clickable dashboard, project items, print/PDF polish === */
.nsu-stat-link{display:block!important;text-decoration:none!important;color:inherit!important;cursor:pointer!important;position:relative!important;overflow:hidden!important}
.nsu-stat-link:hover{transform:translateY(-2px)!important;filter:saturate(1.04)!important}.nsu-stat-link:focus-visible{outline:3px solid rgba(37,99,235,.35)!important;outline-offset:3px!important}.nsu-stat-link .nsu-stat__cta{display:inline-flex!important;align-items:center!important;gap:6px!important}.nsu-stat-link .nsu-stat__cta:after{content:"›";font-size:18px;font-weight:950;line-height:1}
.nsu-login-badge--logo{overflow:hidden;background:#fff!important}.nsu-login-badge--logo img{max-width:82%!important;max-height:82%!important;object-fit:contain!important;display:block!important}.nsu-login-brand h1{line-height:1.05!important}.nsu-login-brand h1 br{display:none!important}
.nsu-quote-notes{margin:16px 0!important;background:#fff!important;border:1px solid #e8edf3!important;border-radius:20px!important;padding:16px!important}.nsu-quote-notes h3{margin:0 0 10px!important;color:#0f172a!important;font-weight:950!important}.nsu-quote-note-list{display:grid!important;gap:10px!important}.nsu-quote-note{border:1px solid #e2e8f0!important;background:#f8fafc!important;border-radius:14px!important;padding:12px!important}.nsu-quote-note small{display:block!important;color:#64748b!important;font-weight:800!important;margin-bottom:5px!important}.nsu-quote-note p{margin:0!important;color:#334155!important;line-height:1.55!important}.nsu-quote-note-form textarea{min-height:96px!important}
.nsu-project-items-section{margin-top:14px!important;background:#fff!important;border:1px solid #e8edf3!important;border-radius:24px!important;box-shadow:0 18px 50px rgba(15,23,42,.06)!important;overflow:hidden!important}.nsu-project-items-section .nsu-card__head{display:block!important}.nsu-project-items-section .nsu-card__head h3{margin:0!important;font-size:18px!important;font-weight:950!important;color:#0f172a!important}.nsu-project-items-section .nsu-card__head p{margin:5px 0 0!important;color:#64748b!important;font-size:13px!important}.nsu-project-item-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;padding:18px!important}.nsu-project-item-card{background:linear-gradient(180deg,#fff,#f8fafc)!important;border:1px solid #e2e8f0!important;border-radius:20px!important;padding:16px!important;box-shadow:0 12px 32px rgba(15,23,42,.05)!important}.nsu-project-item-card__top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:12px!important}.nsu-project-item-type{display:inline-flex!important;align-items:center!important;border-radius:999px!important;background:#eef2ff!important;color:#3730a3!important;padding:6px 10px!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.05em!important}.nsu-project-item-card h4{margin:0 0 8px!important;font-size:16px!important;line-height:1.25!important;color:#111827!important;font-weight:950!important}.nsu-project-item-card p{margin:0!important;color:#475569!important;line-height:1.55!important;font-size:13px!important}.nsu-project-item-price{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:14px!important;padding-top:12px!important;border-top:1px solid #e2e8f0!important}.nsu-project-item-price span{font-size:12px!important;color:#64748b!important;font-weight:850!important}.nsu-project-item-price strong{font-size:15px!important;color:#0f172a!important;font-weight:950!important}
@media(max-width:1024px){.nsu-project-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.nsu-project-item-grid{grid-template-columns:1fr!important;padding:14px!important}}

@media print{
  @page{size:A4;margin:12mm}
  html,body{background:#fff!important;color:#111827!important}
  body *{visibility:hidden!important}
  .nsu-printable-doc,.nsu-printable-doc *{visibility:visible!important}
  .nsu-printable-doc{position:absolute!important;left:0!important;top:0!important;width:100%!important;max-width:100%!important;background:#fff!important;color:#111827!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0!important;font-family:Arial,Helvetica,sans-serif!important}
  .no-print,.no-print *,.nsu-quote-list,.nsu-quote-list *,.nsu-pay-section,.nsu-pay-section *,.nsu-modal,.nsu-modal *,.nsu-quote-actions,.nsu-quote-actions *,.nsu-quote-action-grid,.nsu-quote-action-grid *,.nsu-alert,.nsu-alert *,.nsu-header,.nsu-header *,.nsu-topnav,.nsu-topnav *,.nsu-sidebar,.nsu-sidebar *,.nsu-mobile-header,.nsu-mobile-header *{display:none!important;visibility:hidden!important}
  .nsu-panel,.nsu-quote-layout,.nsu-quote-main,.nsu-table-wrap{display:block!important;background:#fff!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;overflow:visible!important;width:100%!important;max-width:100%!important}
  .nsu-printable-doc:before{content:"";display:block;height:4px;background:#111827;margin-bottom:18px}
  .nsu-printable-doc .nsu-quote-top{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;border-bottom:1px solid #d1d5db!important;padding-bottom:18px!important;margin-bottom:18px!important;background:#fff!important}
  .nsu-printable-doc .nsu-eyebrow{display:block!important;color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:11px!important;font-weight:700!important;margin-bottom:6px!important}
  .nsu-printable-doc h2{font-size:28px!important;line-height:1.1!important;margin:0 0 8px!important;color:#111827!important;font-weight:900!important}.nsu-printable-doc p{color:#374151!important;margin:0!important;line-height:1.45!important}.nsu-printable-doc .nsu-quote-menu .dashicons{display:none!important}.nsu-printable-doc .nsu-chip{border:1px solid #111827!important;color:#111827!important;background:#fff!important;border-radius:999px!important;padding:7px 12px!important;font-weight:800!important;font-size:12px!important}
  .nsu-printable-doc .nsu-quote-meta{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;margin:0 0 20px!important}.nsu-printable-doc .nsu-quote-meta>div{border:1px solid #e5e7eb!important;border-radius:10px!important;padding:10px!important;background:#f9fafb!important}.nsu-printable-doc .nsu-quote-meta span{display:block!important;color:#6b7280!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important}.nsu-printable-doc .nsu-quote-meta strong{display:block!important;color:#111827!important;margin-top:4px!important;font-size:13px!important}
  .nsu-printable-doc .nsu-quote-items-head{display:block!important;margin:16px 0 10px!important}.nsu-printable-doc .nsu-quote-items-head h3{font-size:16px!important;margin:0!important;color:#111827!important;font-weight:900!important}.nsu-printable-doc .nsu-table{display:table!important;min-width:0!important;width:100%!important;border-collapse:collapse!important;border:1px solid #d1d5db!important;border-radius:0!important;overflow:visible!important}.nsu-printable-doc .nsu-table thead{display:table-header-group!important}.nsu-printable-doc .nsu-table tr{display:table-row!important}.nsu-printable-doc .nsu-table th,.nsu-printable-doc .nsu-table td{display:table-cell!important;border:1px solid #d1d5db!important;padding:9px 10px!important;background:#fff!important;color:#111827!important;font-size:12px!important;text-align:left!important}.nsu-printable-doc .nsu-table th{background:#f3f4f6!important;text-transform:uppercase!important;font-weight:900!important;color:#374151!important}.nsu-printable-doc .nsu-table td:nth-child(2),.nsu-printable-doc .nsu-table td:nth-child(3),.nsu-printable-doc .nsu-table td:nth-child(4),.nsu-printable-doc .nsu-table th:nth-child(2),.nsu-printable-doc .nsu-table th:nth-child(3),.nsu-printable-doc .nsu-table th:nth-child(4){text-align:right!important}
  .nsu-printable-doc .nsu-quote-totals{margin-top:16px!important;margin-left:auto!important;width:280px!important;display:block!important;border:1px solid #d1d5db!important}.nsu-printable-doc .nsu-quote-totals>div{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:9px 10px!important;border-bottom:1px solid #e5e7eb!important;background:#fff!important}.nsu-printable-doc .nsu-quote-totals>div:last-child{border-bottom:0!important}.nsu-printable-doc .nsu-quote-totals span{font-size:12px!important;color:#4b5563!important;font-weight:700!important}.nsu-printable-doc .nsu-quote-totals strong{font-size:12px!important;color:#111827!important;font-weight:900!important}.nsu-printable-doc .nsu-quote-totals .grand{background:#111827!important;color:#fff!important}.nsu-printable-doc .nsu-quote-totals .grand span,.nsu-printable-doc .nsu-quote-totals .grand strong{color:#fff!important;font-size:13px!important}
}
