/* NEDA DOMAINS UI v2 Design System */
@import url('design-system/tokens.css');
@import url('design-system/base.css');
@import url('design-system/layout.css');
@import url('design-system/components.css');
@import url('design-system/domain-results.css');
@import url('design-system/cart.css');
@import url('design-system/inspector.css');
@import url('design-system/responsive.css');


/* v76: safe price display + bottom bar final UX fix
   - label is only "دامنه‌ها"
   - title color matches checkout action
   - total is larger red
   - icon/text spacing is fixed
*/
#cartBar.cartbar.cartbar-two-actions .cart-view.openCart{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  background:transparent!important;
  border:0!important;
  color:#475569!important;
  min-width:154px!important;
  padding:0 18px!important;
}
#cartBar.cartbar.cartbar-two-actions .cart-view.openCart .cart-action-icon{
  flex:0 0 auto!important;
  margin-left:8px!important;
  margin-right:0!important;
  width:30px!important;
  height:30px!important;
  font-size:22px!important;
  color:#64748b!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#cartBar.cartbar.cartbar-two-actions .cart-view.openCart .cart-action-text{
  flex:0 0 auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  line-height:1.12!important;
  white-space:nowrap!important;
  text-align:right!important;
}
#cartBar.cartbar.cartbar-two-actions .cart-view.openCart .cart-action-text strong{
  color:#475569!important;
  font-size:13.5px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
#cartBar.cartbar.cartbar-two-actions .cart-view.openCart .cart-action-text small{
  color:#dc2626!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1.05!important;
  margin-top:4px!important;
  white-space:nowrap!important;
  letter-spacing:-.2px!important;
}
#cartBar.cartbar.cartbar-two-actions .cart-view.openCart #cartTotal{
  color:#dc2626!important;
  font-size:23px!important;
  font-weight:950!important;
}
@media (max-width:680px){
  #cartBar.cartbar.cartbar-two-actions .cart-view.openCart{
    gap:9px!important;
    padding:0 8px!important;
    min-width:0!important;
  }
  #cartBar.cartbar.cartbar-two-actions .cart-view.openCart .cart-action-icon{
    width:28px!important;
    height:28px!important;
    font-size:20px!important;
    margin-left:6px!important;
  }
  #cartBar.cartbar.cartbar-two-actions .cart-view.openCart .cart-action-text strong{
    font-size:12.5px!important;
  }
  #cartBar.cartbar.cartbar-two-actions .cart-view.openCart .cart-action-text small{
    font-size:15.5px!important;
  }
  #cartBar.cartbar.cartbar-two-actions .cart-view.openCart #cartTotal{
    font-size:19px!important;
  }
}


/* v93 unpaid invoice notification */
.auth-anchor{position:relative;display:flex;align-items:center;gap:10px}
.nd-invoice-bell{
  position:relative;
  width:42px;height:42px;
  border:1px solid rgba(15,23,42,.10);
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  color:#0f172a;
  border-radius:16px;
  align-items:center;justify-content:center;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.nd-invoice-bell:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(15,23,42,.12);border-color:rgba(20,184,166,.32)}
.nd-invoice-bell-icon{font-size:19px;line-height:1;filter:saturate(.95)}
.nd-invoice-badge{
  position:absolute;top:-7px;left:-7px;
  min-width:21px;height:21px;padding:0 5px;
  display:flex;align-items:center;justify-content:center;
  border-radius:999px;
  background:#dc2626;color:#fff;
  border:2px solid #fff;
  font-size:11px;font-weight:900;
  box-shadow:0 8px 18px rgba(220,38,38,.28);
}
.nd-invoice-bell.has-items .nd-invoice-bell-icon{animation:ndBellPulse 1.8s ease-in-out infinite}
@keyframes ndBellPulse{0%,100%{transform:rotate(0)}15%{transform:rotate(10deg)}30%{transform:rotate(-8deg)}45%{transform:rotate(5deg)}60%{transform:rotate(0)}}
.nd-invoice-popover{
  position:absolute;top:56px;left:0;
  width:min(380px,calc(100vw - 28px));
  background:#fff;border:1px solid rgba(15,23,42,.10);
  border-radius:22px;padding:14px;
  box-shadow:0 28px 80px rgba(15,23,42,.16);
  opacity:0;visibility:hidden;transform:translateY(8px) scale(.98);
  transition:.18s ease;
  z-index:80;
}
.nd-invoice-popover.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.nd-invoice-popover:before{
  content:"";position:absolute;top:-8px;left:18px;width:16px;height:16px;
  background:#fff;border-top:1px solid rgba(15,23,42,.10);border-left:1px solid rgba(15,23,42,.10);
  transform:rotate(45deg);
}
.nd-invoice-popover-head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 12px;border-bottom:1px solid #eef2f7;margin-bottom:10px}
.nd-invoice-popover-head strong{font-size:14px;color:#111827}
.nd-invoice-popover-head button{width:30px;height:30px;border:0;background:#f1f5f9;border-radius:10px;cursor:pointer;font-size:20px;color:#64748b}
.nd-invoice-list{max-height:360px;overflow:auto;padding-left:2px}
.nd-invoice-empty,.nd-invoice-error{text-align:center;color:#64748b;padding:24px 10px;line-height:1.8;font-size:13px}
.nd-invoice-error{color:#b91c1c}
.nd-invoice-card{
  border:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#fbfdff);
  border-radius:18px;padding:13px;margin-bottom:10px;
}
.nd-invoice-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.nd-invoice-card-top b{font-size:14px;color:#0f172a;direction:ltr}
.nd-invoice-card-top span{font-size:11px;font-weight:800;color:#b45309;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:4px 8px}
.nd-invoice-domains{font-size:13px;color:#334155;line-height:1.7;margin-bottom:8px;word-break:break-word}
.nd-invoice-meta{display:flex;flex-wrap:wrap;gap:8px;color:#64748b;font-size:12px;margin-bottom:12px}
.nd-invoice-meta span{background:#f8fafc;border-radius:999px;padding:4px 8px}
.nd-invoice-pay{
  width:100%;border:0;border-radius:14px;padding:11px 12px;
  background:#111827;color:#fff;font-weight:800;cursor:pointer;
  transition:background .15s ease, transform .15s ease;
}
.nd-invoice-pay:hover{background:#0f766e;transform:translateY(-1px)}
.nd-invoice-pay:disabled{opacity:.65;cursor:wait;transform:none}
@media(max-width:680px){
  .auth-anchor{gap:7px}
  .nd-invoice-bell{width:38px;height:38px;border-radius:14px}
  .nd-invoice-popover{left:-44px;top:50px;width:calc(100vw - 24px)}
}


/* v94 zero/error invoice badge */
.nd-invoice-bell:not(.has-items) .nd-invoice-badge{
  background:#64748b;
  box-shadow:0 8px 18px rgba(100,116,139,.22);
}

/* v1.0.0-RC11: stable notification badge loading state */
.nd-invoice-bell.is-loading .nd-invoice-bell-icon{ opacity:.78; }
.nd-invoice-badge.loading{ font-size:10px; line-height:1; background:#eef2ff; color:#475569; border:1px solid rgba(71,85,105,.18); }

/* v1.0.0-RC12: unpaid invoice cancel action */
.nd-invoice-actions{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}
.nd-invoice-cancel{
  border:1px solid #fecaca;background:#fff1f2;color:#be123c;
  border-radius:14px;padding:11px 12px;font-weight:900;cursor:pointer;
  transition:background .15s ease, transform .15s ease, border-color .15s ease;
}
.nd-invoice-cancel:hover{background:#ffe4e6;border-color:#fda4af;transform:translateY(-1px)}
.nd-invoice-cancel:disabled{opacity:.65;cursor:wait;transform:none}
@media(max-width:420px){.nd-invoice-actions{grid-template-columns:1fr}.nd-invoice-cancel{width:100%}}
/* RC37.6 minimal hosting upsell */
.nd-hosting-row{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .35s ease,opacity .28s ease;background:#fff}.nd-hosting-row.open{grid-template-rows:1fr;opacity:1}.nd-hosting-row>.nd-hosting-upsell{overflow:hidden}.nd-hosting-upsell{margin:0 18px 14px;padding:15px 17px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(135deg,#fbfdff,#f3f8ff);box-shadow:0 10px 28px rgba(37,99,235,.07);direction:rtl}.nd-hosting-top{display:flex;align-items:center;gap:10px}.nd-hosting-top>div{flex:1}.nd-hosting-top strong{display:block;color:#0f172a;font-size:14px}.nd-hosting-top small{display:block;color:#64748b;font-size:11px;margin-top:3px}.nd-hosting-spark{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#eaf2ff;color:#2563eb}.nd-hosting-dismiss{border:0;background:transparent;color:#94a3b8;font-size:20px;cursor:pointer}.nd-hosting-controls{display:flex;align-items:center;gap:14px;margin-top:13px}.nd-hosting-os,.nd-hosting-volume{display:flex;gap:7px;flex-wrap:wrap}.nd-hosting-os button,.nd-hosting-volume button{height:38px;border:1px solid #d9e3ef;background:#fff;border-radius:11px;padding:0 13px;color:#334155;font:700 12px Tahoma;cursor:pointer;transition:.2s}.nd-hosting-os button{display:flex;align-items:center;gap:6px}.nd-hosting-os svg{width:17px;height:17px;fill:currentColor}.nd-hosting-os button.active,.nd-hosting-volume button.active{border-color:#2563eb;color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.nd-hosting-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:13px;padding-top:12px;border-top:1px dashed #cbd5e1}.nd-hosting-bottom small{display:block;color:#64748b;font-size:10px}.nd-hosting-price{display:block;color:#0f766e;font-size:16px;margin-top:2px}.nd-hosting-add{height:40px;border:0;border-radius:12px;background:#16a34a;color:#fff;padding:0 18px;font:800 12px Tahoma;cursor:pointer}.nd-hosting-add.added{background:#0f766e}.cart-hosting-note{display:flex;align-items:center;gap:6px;margin-top:6px;padding:5px 8px;border-radius:9px;background:#ecfdf5;color:#047857;font-size:10px}.cart-hosting-note strong{margin-right:auto}.cart-hosting-note button{border:0;background:transparent;color:#ef4444;cursor:pointer}.cart-item.has-hosting{min-height:92px}@media(max-width:720px){.nd-hosting-controls{align-items:flex-start;flex-direction:column}.nd-hosting-upsell{margin:0 8px 10px;padding:13px}.nd-hosting-bottom{gap:10px}.nd-hosting-add{padding:0 12px}}

/* RC37.8 hosting cart visibility + inline removal */
.nd-hosting-actions{display:flex;align-items:center;gap:8px}.nd-hosting-remove{height:40px;border:1px solid #fecaca;border-radius:12px;background:#fff;color:#dc2626;padding:0 14px;font:800 11px Tahoma;cursor:pointer}.nd-hosting-remove:hover{background:#fff1f2}.nd-hosting-remove[hidden]{display:none!important}.cart-hosting-note{margin:0 14px 10px;direction:rtl}.cart-hosting-icon{width:22px;height:22px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:#d1fae5;color:#047857}.cart-hosting-icon svg{width:14px;height:14px;fill:currentColor}.cart-hosting-note button{width:24px;height:24px;border-radius:8px;background:#fff1f2!important;color:#dc2626!important;font-size:16px;line-height:1}.cart-item.has-hosting{padding-bottom:2px}@media(max-width:720px){.nd-hosting-actions{width:100%}.nd-hosting-actions button{flex:1}.cart-hosting-note{margin:0 8px 8px;flex-wrap:wrap}.cart-hosting-note strong{margin-right:0;margin-left:auto}}


/* RC37.10 result-row add/remove domain action */
.add{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease!important}
.add .domain-action-icon{width:18px;height:18px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;font-weight:500}
.add.remove-domain{border-color:#fecaca!important;background:#fff7f7!important;color:#dc2626!important}
.add.remove-domain:hover{background:#fff1f2!important;border-color:#fca5a5!important;transform:translateY(-1px)}
.add.remove-domain .domain-action-icon{background:#fee2e2;color:#dc2626}
.add:not(.remove-domain) .domain-action-icon{background:#eff6ff;color:#2563eb}

/* RC37.17 minimal DNS selector */
.nd-dns-card{margin-top:10px;border-top:1px solid #e8eef5;background:transparent}.nd-dns-toggle{width:100%;border:0;background:transparent;padding:11px 2px 5px;display:flex;align-items:center;gap:9px;text-align:right;cursor:pointer;color:#334155}.nd-dns-toggle>span:nth-child(2){display:flex;flex-direction:column;gap:2px}.nd-dns-toggle strong{font-size:10.5px;font-weight:900}.nd-dns-toggle small{font-size:9px;color:#94a3b8}.nd-dns-toggle b{margin-right:auto;color:#94a3b8;transition:.22s}.nd-dns-card.open .nd-dns-toggle b{transform:rotate(180deg)}.nd-dns-icon{width:28px;height:28px;border-radius:9px;background:#f1f5f9;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px}.nd-dns-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.nd-dns-body{display:none;padding:7px 2px 2px}.nd-dns-card.open .nd-dns-body{display:block;animation:ndDnsIn .22s ease}@keyframes ndDnsIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.nd-dns-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px}.nd-dns-fields label{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:11px;padding:5px 8px;transition:.18s}.nd-dns-fields label:focus-within{border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.07)}.nd-dns-fields label span{font:900 9px Arial;color:#64748b}.nd-dns-fields input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;padding:4px!important;font:700 10px Arial!important;box-shadow:none!important}.nd-dns-fields label.optional{display:none}.nd-dns-more{margin-top:7px;border:0;background:transparent;color:#2563eb;padding:3px 2px;font:800 9.5px Tahoma;cursor:pointer}.nd-dns-message{min-height:14px;margin:5px 2px 0;font-size:9.5px}.nd-dns-message.ok{color:#059669}.nd-dns-message.saving{color:#64748b}.nd-dns-message.bad{color:#dc2626}.cart-dns-note{display:flex;align-items:center;gap:7px;margin:7px 44px 0 0;padding:7px 9px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:10px}.cart-dns-note-icon{color:#2563eb}@media(max-width:640px){.nd-dns-fields{grid-template-columns:1fr}.nd-dns-more{width:100%;text-align:right}}

/* RC37.19 setup choice wizard */
.nd-hosting-upsell{background:linear-gradient(145deg,#fbfdff,#f7faff);padding:16px 18px}
.nd-setup-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:13px}.nd-setup-head>div{flex:1;display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center}.nd-setup-head strong{font-size:13px;color:#0f172a}.nd-setup-head small{grid-column:1/-1;margin-top:4px;color:#64748b;font-size:10px}.nd-setup-success{width:22px;height:22px;border-radius:8px;background:#dcfce7;color:#15803d;display:inline-flex;align-items:center;justify-content:center;font-weight:900}
.nd-setup-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}.nd-setup-choice{position:relative;display:flex;align-items:center;gap:10px;min-height:72px;padding:11px 12px;border:1px solid #dbe5f0;border-radius:16px;background:#fff;text-align:right;cursor:pointer;transition:.22s ease;color:#334155}.nd-setup-choice:hover{transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 9px 24px rgba(37,99,235,.08)}.nd-setup-choice.active{border-color:#2563eb;background:linear-gradient(145deg,#f8fbff,#eef6ff);box-shadow:0 0 0 3px rgba(37,99,235,.08)}.nd-setup-choice>span:nth-child(2){display:flex;flex-direction:column;gap:4px;flex:1}.nd-setup-choice strong{font-size:11.5px;color:#0f172a}.nd-setup-choice small{font-size:9px;color:#64748b;line-height:1.7}.nd-setup-choice>b{font-size:24px;color:#94a3b8;transform:rotate(180deg)}.nd-setup-choice.active>b{color:#2563eb}.nd-setup-choice-icon{width:38px;height:38px;border-radius:13px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px}.nd-setup-choice-icon.globe{background:#ecfeff;color:#0891b2}.nd-setup-choice-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nd-setup-pane{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transform:translateY(-5px);transition:grid-template-rows .28s ease,opacity .22s ease,transform .22s ease,visibility .22s;margin-top:0;overflow:hidden}.nd-setup-pane.open{grid-template-rows:1fr;opacity:1;visibility:visible;transform:none;margin-top:12px;padding-top:12px;border-top:1px dashed #dbe5f0}.nd-setup-pane>*{min-height:0}
.nd-hosting-pane .nd-hosting-controls{margin-top:0}.nd-hosting-add{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 18px rgba(37,99,235,.18)}.nd-hosting-add:hover{transform:translateY(-1px)}.nd-hosting-add svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nd-hosting-add.added{background:linear-gradient(135deg,#059669,#047857)}
.nd-dns-pane{padding-left:2px;padding-right:2px}.nd-dns-intro{display:flex;align-items:center;gap:9px;margin-bottom:10px}.nd-dns-intro>span{width:31px;height:31px;border-radius:10px;background:#ecfeff;color:#0891b2;display:inline-flex;align-items:center;justify-content:center}.nd-dns-intro svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.nd-dns-intro>div{display:flex;flex-direction:column;gap:2px}.nd-dns-intro strong{font-size:10.5px;color:#0f172a}.nd-dns-intro small{font-size:9px;color:#64748b}.nd-dns-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}.nd-dns-message{margin:0;min-height:14px}.nd-dns-more{margin:0}
@media(max-width:720px){.nd-setup-choices{grid-template-columns:1fr}.nd-setup-choice{min-height:64px}.nd-setup-pane.open{margin-top:10px}.nd-hosting-bottom{flex-direction:column;align-items:stretch}.nd-hosting-actions{width:100%}.nd-dns-footer{align-items:flex-start;flex-direction:column}}


/* RC37.20 mutually exclusive setup choices */
.nd-setup-choice.locked,.nd-setup-choice:disabled{cursor:not-allowed;opacity:.56;background:#f8fafc;border-color:#e2e8f0;box-shadow:none!important;transform:none!important}.nd-setup-choice.locked .nd-setup-choice-icon{background:#f1f5f9;color:#94a3b8}.nd-setup-choice.locked>b{font-size:13px;transform:none;color:#94a3b8}.nd-dns-footer-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nd-dns-cancel{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:9px;padding:6px 9px;font:800 9.5px Tahoma;cursor:pointer;transition:.18s}.nd-dns-cancel:hover{background:#dbeafe}.nd-dns-cancel:disabled{opacity:.6;cursor:wait}.nd-dns-cancel[hidden]{display:none!important}@media(max-width:720px){.nd-dns-footer-actions{width:100%;flex-direction:column;align-items:stretch}.nd-dns-cancel,.nd-dns-more{text-align:center}}


/* RC37.21.3 DNS autosave + explicit confirmation */
.nd-dns-confirm{border:0;border-radius:11px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:9px 14px;font:900 10px Tahoma;cursor:pointer;box-shadow:0 7px 16px rgba(37,99,235,.18);transition:.18s}.nd-dns-confirm:hover{transform:translateY(-1px)}.nd-dns-confirm:disabled{opacity:.65;cursor:wait;transform:none}.nd-dns-confirm[hidden]{display:none!important}.nd-dns-confirmed-summary{display:none;align-items:center;gap:9px;padding:9px 2px 2px}.nd-dns-confirmed-badge{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:6px 10px;border:1px solid #93c5fd;border-radius:999px;background:#eff6ff;color:#1d4ed8;box-shadow:0 4px 12px rgba(37,99,235,.08)}.nd-dns-confirmed-icon{width:21px;height:21px;border-radius:50%;background:#dbeafe;display:inline-flex;align-items:center;justify-content:center}.nd-dns-confirmed-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.9}.nd-dns-confirmed-badge strong{font-size:9.8px;white-space:nowrap}.nd-dns-confirmed-check{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;color:#16a34a}.nd-dns-confirmed-check svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.nd-dns-confirmed-ns{font-size:8.8px;direction:ltr;text-align:right;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:340px}.nd-dns-edit{width:30px;height:30px;border:1px solid #cbd5e1;background:#fff;color:#2563eb;border-radius:9px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s}.nd-dns-edit:hover{border-color:#93c5fd;background:#eff6ff;transform:translateY(-1px)}.nd-dns-edit svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.nd-hosting-upsell.dns-confirmed .nd-dns-intro,.nd-hosting-upsell.dns-confirmed .nd-dns-fields,.nd-hosting-upsell.dns-confirmed .nd-dns-footer{display:none}.nd-hosting-upsell.dns-confirmed .nd-dns-confirmed-summary{display:flex}.cart-dns-note{border-color:#dbeafe;background:#f8fbff;color:#475569}.cart-dns-note-icon{width:22px;height:22px;border-radius:50%;background:#dbeafe;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px}.cart-dns-note-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-dns-note small{font-size:9px;direction:ltr;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-dns-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;background:#eff6ff;border:1px solid #93c5fd;color:#1d4ed8;font-size:9px;font-weight:900;white-space:nowrap}.cart-dns-badge svg{width:13px;height:13px;fill:none;stroke:#16a34a;stroke-width:2}@media(max-width:720px){.nd-dns-confirm{width:100%;text-align:center}.nd-dns-confirmed-summary{flex-wrap:wrap}.nd-dns-confirmed-ns{order:3;width:100%;max-width:none;padding-right:2px}.nd-dns-edit{margin-right:auto}.cart-dns-note{flex-wrap:wrap}.cart-dns-note small{width:100%;padding-right:29px}}

/* RC37.21.5 unified hosting and DNS badges */
.nd-hosting-confirmed-summary{display:none;align-items:center;gap:9px;padding:9px 2px 2px}
.nd-hosting-confirmed-badge{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:6px 10px;border:1px solid #86efac;border-radius:999px;background:#f0fdf4;color:#047857;box-shadow:0 4px 12px rgba(5,150,105,.08)}
.nd-hosting-confirmed-icon{width:21px;height:21px;border-radius:50%;background:#dcfce7;display:inline-flex;align-items:center;justify-content:center}
.nd-hosting-confirmed-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.9}
.nd-hosting-confirmed-badge strong{font-size:9.8px;white-space:nowrap}
.nd-hosting-confirmed-check{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;color:#16a34a}
.nd-hosting-confirmed-check svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.nd-hosting-confirmed-plan{font-size:8.8px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:340px}
.nd-hosting-edit{width:30px;height:30px;border:1px solid #cbd5e1;background:#fff;color:#059669;border-radius:9px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s}
.nd-hosting-edit:hover{border-color:#86efac;background:#f0fdf4;transform:translateY(-1px)}
.nd-hosting-edit svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.nd-hosting-upsell.hosting-confirmed .nd-hosting-controls,.nd-hosting-upsell.hosting-confirmed .nd-hosting-bottom{display:none}
.nd-hosting-upsell.hosting-confirmed .nd-hosting-confirmed-summary{display:flex}
@media(max-width:720px){.nd-hosting-confirmed-summary{flex-wrap:wrap}.nd-hosting-confirmed-plan{order:3;width:100%;max-width:none;padding-right:2px}.nd-hosting-edit{margin-right:auto}}

/* RC37.22 search results polish */
.add{position:relative;min-width:56px!important;width:56px;height:42px!important;padding:0!important;border-radius:14px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:3px;overflow:visible}
.add>span:not(.domain-remove-control){pointer-events:none}.domain-cart-icon{width:21px;height:21px;display:inline-flex}.domain-cart-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.domain-action-sign{font-size:18px;font-weight:900;line-height:1}.add.added{border-color:#2563eb!important;background:#eff6ff!important;color:#1d4ed8!important}.domain-remove-control{position:absolute;left:-8px;top:-8px;width:21px;height:21px;border-radius:999px;background:#fff1f2;border:1px solid #fecdd3;color:#e11d48;display:grid;place-items:center;font-size:16px;font-weight:900;line-height:1;box-shadow:0 3px 9px rgba(225,29,72,.12);cursor:pointer}.domain-remove-control:hover{background:#ffe4e6;transform:scale(1.06)}
.nd-hosting-upsell{padding:13px 15px;margin-bottom:10px}.nd-setup-head{margin-bottom:9px;align-items:center}.nd-setup-head small{margin-top:2px}.nd-hosting-dismiss{width:31px;height:31px;border:1px solid #dbe5f0;border-radius:10px;background:#fff;display:grid;place-items:center;padding:0;transition:.2s}.nd-hosting-dismiss:hover{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.nd-hosting-dismiss svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}.nd-hosting-dismiss.collapsed svg{transform:rotate(180deg)}
.nd-setup-progress{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:-1px 29px 10px 0}.nd-setup-progress span{font-size:8.7px;padding:4px 7px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.nd-setup-progress .done{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.nd-setup-progress .setup-state{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.nd-setup-progress .ready{background:#f8fafc;color:#475569}
.nd-setup-choices{gap:8px}.nd-setup-choice{min-height:60px;padding:9px 11px;border-radius:14px}.nd-setup-choice-icon{width:34px;height:34px;flex-basis:34px;border-radius:11px}.nd-setup-pane.open{margin-top:9px;padding-top:9px}.nd-hosting-confirmed-summary,.nd-dns-confirmed-summary{padding-top:5px}.nd-hosting-upsell.hosting-confirmed .nd-setup-choices,.nd-hosting-upsell.dns-confirmed .nd-setup-choices{display:none}
@media(max-width:720px){.add{width:50px;min-width:50px!important}.nd-setup-progress{margin-right:0}.nd-hosting-upsell{padding:12px}.nd-setup-choice{min-height:58px}}

/* RC37.23 live setup state + explicit register-only choice */
@media(min-width:721px){.nd-setup-choices{grid-template-columns:repeat(3,minmax(0,1fr))}}
.nd-setup-choice.later .nd-setup-choice-icon{background:#f8fafc;color:#64748b}
.nd-setup-choice.later.active{border-color:#94a3b8;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 0 0 3px rgba(100,116,139,.08)}
.nd-later-confirmed-summary{display:none;align-items:center;gap:9px;padding:5px 2px 2px}
.nd-later-confirmed-badge{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:6px 10px;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#475569;box-shadow:0 4px 12px rgba(71,85,105,.06)}
.nd-later-confirmed-icon{width:21px;height:21px;border-radius:50%;background:#e2e8f0;display:inline-flex;align-items:center;justify-content:center}
.nd-later-confirmed-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.nd-later-confirmed-badge strong{font-size:9.8px;white-space:nowrap}
.nd-later-confirmed-check{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;color:#16a34a}
.nd-later-confirmed-check svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.nd-later-confirmed-summary>small{font-size:8.8px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:340px}
.nd-later-edit{width:30px;height:30px;border:1px solid #cbd5e1;background:#fff;color:#64748b;border-radius:9px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s}
.nd-later-edit:hover{border-color:#94a3b8;background:#f8fafc;transform:translateY(-1px)}
.nd-later-edit svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.nd-hosting-upsell.later-confirmed .nd-setup-choices{display:none}
.nd-hosting-upsell.later-confirmed .nd-later-confirmed-summary{display:flex}
@media(max-width:900px) and (min-width:721px){.nd-setup-choices{grid-template-columns:1fr 1fr}.nd-setup-choice.later{grid-column:1/-1}}
@media(max-width:720px){.nd-later-confirmed-summary{flex-wrap:wrap}.nd-later-confirmed-summary>small{order:3;width:100%;max-width:none;padding-right:2px}.nd-later-edit{margin-right:auto}}

/* RC38.0 — premium promotion cards and authentic urgency */
.promo-section-head{max-width:860px;margin:20px auto 7px;display:flex;align-items:center;justify-content:space-between;padding:0 4px;color:#152238}
.promo-section-head>div{display:flex;align-items:center;gap:8px}.promo-section-head strong{font-size:13px;font-weight:900}.promo-section-head small{font-size:9.5px;color:#7b8798;font-weight:650}.promo-section-icon{width:25px;height:25px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(145deg,#fff7ed,#ffedd5);color:#f97316;box-shadow:0 5px 15px rgba(249,115,22,.11)}
.promo-strip-v40{margin-top:0!important;gap:10px!important;min-height:112px!important;padding-bottom:19px!important}
.promo-panel{height:94px!important;grid-template-columns:auto minmax(0,1fr)!important;grid-template-rows:auto auto!important;padding:11px 15px!important;border-color:#e4eaf3!important;border-radius:20px!important;background:linear-gradient(145deg,#fff,#fbfdff)!important;box-shadow:0 12px 32px rgba(15,23,42,.055)!important;overflow:hidden;isolation:isolate}
.promo-panel:after{content:"";position:absolute;inset:auto -28px -42px auto;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.065),transparent 70%);z-index:-1}.promo-panel{position:relative}
.promo-panel.center{height:104px!important;padding-inline:20px!important;border-color:#cfe0f5!important;box-shadow:0 18px 44px rgba(30,64,175,.09)!important}
.promo-panel:hover{transform:translateY(-3px)!important;border-color:#bfd4ef!important;box-shadow:0 20px 46px rgba(15,23,42,.105)!important}
.promo-ext{min-width:78px!important;padding-inline-start:10px!important;gap:9px!important}.promo-ext b{font-size:23px!important;font-weight:850!important;color:#10233f!important}.promo-panel.center .promo-ext b{font-size:27px!important;color:#0b3b73!important}
.promo-ext span{font-size:9px!important;font-weight:900!important;padding:4px 7px!important;border:1px solid transparent;white-space:nowrap}.promo-high .promo-ext span{border-color:#fecdd3}.promo-mid .promo-ext span{border-color:#fed7aa}.promo-low .promo-ext span{border-color:#e2e8f0}
.promo-price{gap:2px!important;align-items:flex-start!important}.promo-price del{order:0;font-size:9.4px!important;line-height:1.1!important;color:#98a2b3!important;font-weight:700!important;text-decoration-color:#ef4444!important;text-decoration-thickness:1.3px!important;opacity:1!important}.promo-panel.center .promo-price del{font-size:10px!important}
.promo-price strong{order:1;font-size:15.5px!important;color:#149447!important;font-weight:950!important;letter-spacing:-.025em}.promo-panel.center .promo-price strong{font-size:18.5px!important}.promo-price em{order:2;font-style:normal;font-size:8.6px;font-weight:800;color:#64748b;background:#f3f6fa;border-radius:999px;padding:2px 6px;white-space:nowrap}
.promo-end{grid-column:2!important;font-size:8.5px!important;color:#98a2b3!important;margin-top:1px!important}.promo-countdown{grid-column:2;display:flex;align-items:center;gap:6px;font-size:8.5px;color:#b45309;font-weight:800;white-space:nowrap}.promo-countdown b{font-family:var(--font-en);font-size:10px;letter-spacing:.04em;color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:7px;padding:2px 6px;direction:ltr}
.promo-panel.urgent{border-color:#fecaca!important;box-shadow:0 16px 40px rgba(220,38,38,.10)!important}.promo-panel.urgent .promo-countdown b{background:#fff1f2;border-color:#fda4af;color:#be123c;animation:ndPromoPulse 2.6s ease-in-out infinite}@keyframes ndPromoPulse{0%,100%{box-shadow:0 0 0 0 rgba(225,29,72,0)}50%{box-shadow:0 0 0 4px rgba(225,29,72,.08)}}
@media(max-width:760px){.promo-section-head{margin:15px 4px 7px}.promo-section-head small{display:none}.promo-strip-v40{min-height:auto!important}.promo-panel.center{height:98px!important}.promo-panel.side{display:none!important}.promo-price strong{font-size:17px!important}}

/* RC38.1 — readable promotion cards, clear final price and offer validity */
.promo-section-head{margin-top:22px;margin-bottom:10px}
.promo-section-head strong{font-size:15px!important;letter-spacing:-.01em}
.promo-section-head small{font-size:11px!important;color:#64748b!important}
.promo-section-icon{width:29px!important;height:29px!important;font-size:15px}
.promo-strip-v40{gap:12px!important;min-height:132px!important;padding-bottom:22px!important}
.promo-panel{height:112px!important;padding:14px 17px!important;border-radius:19px!important;grid-template-columns:94px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;column-gap:12px!important;row-gap:3px!important}
.promo-panel.center{height:122px!important;padding:16px 21px!important}
.promo-ext{min-width:94px!important;padding-inline-start:4px!important;gap:10px!important;align-self:center}
.promo-ext b{font-size:27px!important;line-height:1!important}
.promo-panel.center .promo-ext b{font-size:31px!important}
.promo-ext span{font-size:11px!important;line-height:1.2!important;padding:5px 8px!important;border-radius:999px!important}
.promo-price{gap:4px!important;align-items:flex-start!important;justify-content:center!important;min-width:0}
.promo-price del{font-size:12px!important;line-height:1.25!important;color:#94a3b8!important;text-decoration-thickness:1.5px!important;text-decoration-color:#ef4444!important}
.promo-panel.center .promo-price del{font-size:12.5px!important}
.promo-price strong{font-size:20px!important;line-height:1.25!important;color:#15803d!important;letter-spacing:-.02em!important;white-space:nowrap}
.promo-panel.center .promo-price strong{font-size:23px!important}
.promo-price em{display:none!important}
.promo-end{grid-column:2!important;font-size:10.5px!important;color:#64748b!important;margin-top:2px!important;font-weight:750!important;display:flex;align-items:center;gap:4px}
.promo-end:before{content:"📅";font-size:11px}
.promo-countdown{grid-column:2!important;font-size:10.5px!important;gap:7px!important;margin-top:2px!important}
.promo-countdown b{font-size:11.5px!important;padding:3px 7px!important}
@media(max-width:760px){.promo-section-head strong{font-size:14px!important}.promo-panel.center{height:114px!important}.promo-panel{grid-template-columns:88px minmax(0,1fr)!important}.promo-price strong{font-size:20px!important}.promo-panel.center .promo-price strong{font-size:21px!important}.promo-ext b,.promo-panel.center .promo-ext b{font-size:27px!important}.promo-ext span{font-size:10.5px!important}}

/* RC39.0 — customer panel and paid/unpaid invoice history */
.nd-customer-panel-open{width:100%;height:46px;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#f8fbff);color:#1d4ed8;font:900 13px Tahoma,Arial,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin:10px 0 8px;transition:.2s ease}
.nd-customer-panel-open:hover{transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 10px 24px rgba(37,99,235,.10)}
.nd-customer-panel-open span:first-child{font-size:18px}
.nd-customer-panel{position:fixed;inset:0;z-index:10050;visibility:hidden;opacity:0;transition:.22s ease}
.nd-customer-panel.show{visibility:visible;opacity:1}
.nd-customer-panel-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.42);backdrop-filter:blur(4px)}
.nd-customer-panel-card{position:absolute;top:0;bottom:0;left:0;width:min(760px,94vw);background:#f8fafc;box-shadow:24px 0 70px rgba(15,23,42,.22);transform:translateX(-104%);transition:transform .28s cubic-bezier(.22,.78,.26,1);display:flex;flex-direction:column;direction:rtl}
.nd-customer-panel.show .nd-customer-panel-card{transform:translateX(0)}
.nd-panel-open{overflow:hidden}
.nd-customer-panel-head{padding:28px 30px 20px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.nd-customer-panel-kicker{display:block;color:#2563eb;font-size:11px;font-weight:900;letter-spacing:.8px;margin-bottom:5px}
.nd-customer-panel-head h2{margin:0;color:#0f172a;font-size:25px;font-weight:950}
.nd-customer-panel-head p{margin:7px 0 0;color:#64748b;font-size:12.5px}
.nd-customer-panel-close{width:40px;height:40px;border:0;border-radius:13px;background:#f1f5f9;color:#64748b;font-size:25px;cursor:pointer;transition:.18s ease}
.nd-customer-panel-close:hover{background:#e2e8f0;color:#0f172a}
.nd-customer-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb}
.nd-customer-tabs button{min-height:58px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-family:Tahoma,Arial,sans-serif;position:relative;transition:.18s ease}
.nd-customer-tabs button span{font-size:17px}.nd-customer-tabs button b{font-size:12.5px}.nd-customer-tabs button small{position:absolute;top:4px;left:6px;font-size:8px;color:#94a3b8}
.nd-customer-tabs button.active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8;box-shadow:0 8px 20px rgba(37,99,235,.08)}
.nd-customer-tabs button:disabled{opacity:.55;cursor:not-allowed;background:#f8fafc}
.nd-customer-panel-body{padding:22px 24px 30px;overflow:auto;flex:1}
.nd-customer-panel-summary{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}
.nd-customer-panel-summary div{display:flex;align-items:center;gap:10px}.nd-customer-panel-summary span{font-size:13px;font-weight:900;color:#334155}.nd-customer-panel-summary strong{min-width:30px;height:30px;padding:0 8px;border-radius:10px;background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px}
.nd-customer-panel-summary small{font-size:10.5px;color:#94a3b8}
.nd-customer-invoice-list{display:flex;flex-direction:column;gap:11px}
.nd-customer-invoice-card{display:grid;grid-template-columns:minmax(180px,1.2fr) auto minmax(135px,.7fr) auto;align-items:center;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:15px 16px;box-shadow:0 8px 22px rgba(15,23,42,.045)}
.nd-customer-invoice-main{display:flex;align-items:center;gap:11px;min-width:0}.nd-customer-invoice-icon{width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;flex:0 0 auto}.nd-customer-invoice-icon.paid{background:#ecfdf5;color:#059669}.nd-customer-invoice-icon.unpaid{background:#fff7ed;color:#d97706}
.nd-customer-invoice-main h3{margin:0 0 5px;font-size:14px;color:#0f172a;direction:rtl}.nd-customer-invoice-main p{margin:0;font-size:10.5px;color:#94a3b8;direction:ltr;text-align:right}
.nd-customer-invoice-status{padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}.nd-customer-invoice-status.paid{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.nd-customer-invoice-status.unpaid{background:#fff7ed;color:#b45309;border:1px solid #fed7aa}
.nd-customer-invoice-total small{display:block;color:#94a3b8;font-size:9.5px;margin-bottom:3px}.nd-customer-invoice-total strong{font-size:14px;color:#0f172a;direction:ltr;display:block;text-align:right}.nd-customer-invoice-total strong span{font-size:9.5px;color:#64748b}
.nd-customer-invoice-actions button{height:38px;border:0;border-radius:12px;background:#2563eb;color:#fff;padding:0 13px;font:900 11px Tahoma,Arial,sans-serif;cursor:pointer;white-space:nowrap;transition:.18s ease}.nd-customer-invoice-actions button:hover{background:#1d4ed8;transform:translateY(-1px)}.nd-customer-invoice-actions button:disabled{opacity:.65;cursor:wait;transform:none}
.nd-customer-loading,.nd-customer-empty{min-height:190px;background:#fff;border:1px dashed #cbd5e1;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#64748b;font-size:13px;text-align:center}.nd-customer-loading span{width:25px;height:25px;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.nd-customer-empty>span{width:48px;height:48px;border-radius:16px;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:22px}.nd-customer-empty.error{color:#b91c1c;border-color:#fecaca}.nd-customer-empty button{border:0;border-radius:10px;background:#0f172a;color:#fff;padding:9px 14px;cursor:pointer;font:800 11px Tahoma}
.nd-customer-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px}.nd-customer-pagination button{height:36px;border:1px solid #dbe3ee;background:#fff;border-radius:11px;padding:0 14px;color:#334155;cursor:pointer;font:800 11px Tahoma}.nd-customer-pagination button:disabled{opacity:.45;cursor:not-allowed}.nd-customer-pagination span{font-size:11px;color:#64748b}
@media(max-width:720px){.nd-customer-panel-card{width:100vw}.nd-customer-panel-head{padding:22px 18px 16px}.nd-customer-tabs{padding:12px;gap:7px}.nd-customer-tabs button{min-height:54px}.nd-customer-panel-body{padding:16px 12px 24px}.nd-customer-panel-summary{align-items:flex-start;flex-direction:column}.nd-customer-invoice-card{grid-template-columns:1fr auto;gap:12px}.nd-customer-invoice-total{grid-column:1}.nd-customer-invoice-actions{grid-column:2}.nd-customer-invoice-status{align-self:start}.nd-customer-invoice-actions button{width:100%}}
@media(max-width:430px){.nd-customer-tabs button b{font-size:10.5px}.nd-customer-tabs button span{font-size:15px}.nd-customer-invoice-card{grid-template-columns:1fr}.nd-customer-invoice-status,.nd-customer-invoice-total,.nd-customer-invoice-actions{grid-column:auto}.nd-customer-invoice-actions button{width:100%}.nd-customer-invoice-total strong{text-align:right}}

/* RC39.4 Premium invoice icon actions */
.nd-invoice-action{width:42px;height:42px;border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;font-size:18px}
.nd-pay-action{background:#fff3e8;color:#f59e0b}
.nd-pay-action:hover{transform:translateY(-2px);background:#ffedd5}
.nd-invoice-action:disabled{opacity:.6;cursor:wait}
