:root{
  --ntw-blue:#2563eb;
  --ntw-cyan:#0891b2;
  --ntw-ink:#0f172a;
  --ntw-muted:#64748b;
  --ntw-line:#dbeafe;
  --ntw-soft:#f8fbff;
  --ntw-page:#f4f8fc;
}

.ntw-page{max-width:1100px;margin:0 auto;padding:.1rem 1rem 3.25rem}

.ntw-hero{text-align:center;margin:.35rem 0 .9rem;padding:1.25rem 1.5rem 1.35rem;border:1px solid rgba(147,197,253,.72);border-radius:20px;background:linear-gradient(180deg,#fbfdff 0%,#f5f9ff 100%);box-shadow:0 16px 42px rgba(15,23,42,.065)}
.ntw-hero h1{max-width:930px;margin:0 auto .55rem;font-size:clamp(2.25rem,4.4vw,2.7rem);font-weight:800;line-height:1.02;letter-spacing:-.055em;background:linear-gradient(90deg,#2563eb 0%,#0f8fc1 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.ntw-hero p{max-width:810px;margin:0 auto;color:#334155;font-size:.98rem;line-height:1.72}

.ntw-tool{position:relative;background:rgba(255,255,255,.98);border:1px solid #dbeafe;border-radius:20px;box-shadow:0 20px 50px rgba(15,23,42,.075);padding:1rem;margin:.38rem 0 1.3rem;overflow:hidden}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.ntw-converter-content{width:90%;margin-left:auto;margin-right:auto}
.ntw-form{display:grid;grid-template-columns:1fr;grid-template-areas:"input" "messages";gap:.55rem;align-items:stretch}
.ntw-input-block{grid-area:input;display:flex;flex-direction:column;width:80%;margin-left:auto;margin-right:auto}
.ntw-label-row{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.4rem;text-align:center}
.ntw-label{display:block;font-size:.73rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase;color:#24324a;margin:0}
.ntw-label-hint{font-size:.72rem;color:#94a3b8;font-weight:700;white-space:nowrap}
.ntw-input{width:100%;flex:1;min-height:76px;resize:vertical;border:1px solid #c8dbf4;border-radius:15px;background:linear-gradient(180deg,#fbfdff,#f8fbff);color:#0f172a;font:400 1.42rem/1.45 system-ui,-apple-system,"Segoe UI",sans-serif;padding:1rem 1.05rem;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.ntw-input::placeholder{color:#a1afc2;font-weight:500}
.ntw-input:focus,.ntw-btn:focus-visible,.copy-btn:focus-visible,.ntw-link:focus-visible,.ntw-preview-btn:focus-visible,.ntw-example-chip:focus-visible{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12);outline:none}

.ntw-btn{min-height:44px;border:1px solid #d8e6f8;border-radius:12px;padding:.68rem .8rem;background:#f8fbff;color:#173b86;font:800 .86rem system-ui,-apple-system,"Segoe UI",sans-serif;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}
.ntw-btn:hover{transform:translateY(-1px);border-color:#bfdbfe;background:#fff}

.ntw-message-row{grid-area:messages;display:grid;gap:.25rem;min-height:0}
.ntw-error{min-height:0;color:#b91c1c;font-size:.84rem;font-weight:700}
.ntw-warning{min-height:0;color:#92400e;font-size:.8rem;font-weight:700}

.result-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.55rem}
.result-card{position:relative;border:1px solid #d8e6f8;border-radius:15px;background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);padding:.82rem .9rem;min-height:98px;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.result-card::before{content:"";position:absolute;left:0;top:15px;width:3px;height:24px;border-radius:0 3px 3px 0;background:#2563eb}
.result-card:hover{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 10px 24px rgba(15,23,42,.055)}
.result-top{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding-left:.1rem}
.result-card h2{margin:0!important;padding:0!important;border:0!important;background:none!important;font-size:.84rem;color:#0f2f72;letter-spacing:0}
.copy-btn{border:1px solid #bfdbfe;border-radius:10px;background:#fff;color:#1d4ed8;font:800 .74rem system-ui;padding:.38rem .6rem;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,transform .15s ease}
.copy-btn:hover{background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px)}
.result-text{margin:0;color:#0f172a;font-size:.97rem;line-height:1.6;font-weight:500;word-break:break-word;white-space:pre-line}
.result-text.ne{font-family:"Noto Sans Devanagari",system-ui,sans-serif;font-size:1.05rem}
.result-text.is-empty{color:#64748b;font-weight:700}

.ntw-share-panel,.ntw-tool-strip{background:#fff;border:1px solid #dbeafe;border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.055);padding:1rem 1.1rem;margin:0 0 1rem}
.ntw-share-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.ntw-share-head h2,.ntw-tool-strip h2{margin:0!important;padding:0!important;border:0!important;background:none!important;color:#0f2f72;font-size:1rem;letter-spacing:0}
.ntw-share-head p{margin:.2rem 0 0;color:#64748b;font-size:.84rem;line-height:1.55}
.ntw-share-buttons{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-right:1rem}
.ntw-share-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid #bfdbfe;border-radius:11px;background:#f8fbff;color:#1d4ed8!important;text-decoration:none!important;font:800 .8rem system-ui,-apple-system,"Segoe UI",sans-serif;padding:.55rem .8rem;cursor:pointer;white-space:nowrap;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}
.ntw-share-btn:hover{transform:translateY(-1px);border-color:#93c5fd;background:#eff6ff;box-shadow:0 8px 18px rgba(37,99,235,.09)}
.ntw-tool-strip h2{margin-bottom:.75rem!important}
.ntw-tool-box-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}
.ntw-tool-box{position:relative;display:flex;min-height:126px;flex-direction:column;justify-content:space-between;gap:.55rem;border:1px solid #cfe0f5;border-radius:15px;background:linear-gradient(180deg,#fbfdff 0%,#f5f9ff 100%);padding:.9rem .95rem;color:#0f172a;text-decoration:none!important;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.ntw-tool-box::before{content:"";position:absolute;left:0;top:16px;width:3px;height:28px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,#2563eb,#0891b2)}
.ntw-tool-box:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 12px 26px rgba(15,23,42,.075)}
.ntw-tool-box-kicker{width:max-content;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.67rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase;padding:.2rem .5rem}
.ntw-tool-box strong{display:block;color:#0f2f72;font-size:.9rem;line-height:1.25}
.ntw-tool-box span:last-child{display:block;color:#64748b;font-size:.78rem;line-height:1.45}

.ntw-content{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.4rem;margin-top:1.25rem;box-shadow:0 6px 24px rgba(15,23,42,.05)}
.ntw-content h2{font-size:1.25rem;color:#0f172a;margin:1.65rem 0 .55rem;padding-left:.75rem;border-left:4px solid #2563eb}
.ntw-content h2:first-child{margin-top:0}
.ntw-content h3{font-size:1rem;color:#1e293b;margin:1rem 0 .35rem}
.ntw-content p,.ntw-content li{color:#374151;font-size:.94rem;line-height:1.8}
.ntw-content a{color:#1d4ed8;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.ntw-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;margin:1rem 0}
.ntw-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:620px}
.ntw-table th,.ntw-table td{padding:.65rem .85rem;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:top}
.ntw-table th{background:#f8fafc;color:#475569;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}
.ntw-table tr:last-child td{border-bottom:0}
.ntw-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.65rem;margin-top:.85rem}
.ntw-link{display:flex;align-items:center;min-height:44px;padding:.65rem .85rem;border:1px solid #bfdbfe;border-radius:12px;background:#eff6ff;color:#1e40af;text-decoration:none!important;font-weight:800}
.footer-heading{font-size:.62rem!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:rgba(255,255,255,.26)!important;-webkit-text-fill-color:rgba(255,255,255,.26)!important;margin:0 0 .85rem!important;padding:0!important;border:0!important;text-align:left!important;line-height:1.4!important}
.faq-list{margin-top:.8rem}
.faq-item{border:1px solid #e2e8f0;border-radius:12px;background:#fff;margin:.65rem 0;overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;background:#f8fafc;color:#0f172a;font-weight:800;padding:.85rem 1rem;display:flex;justify-content:space-between;gap:.75rem}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";color:#2563eb;font-weight:900}
.faq-item[open] summary::after{content:"-"}
.faq-answer{padding:.85rem 1rem;color:#374151;line-height:1.75}

[data-theme="dark"] .ntw-hero,[data-theme="dark"] .ntw-tool,[data-theme="dark"] .ntw-content,[data-theme="dark"] .result-card,[data-theme="dark"] .faq-item,[data-theme="dark"] .ntw-share-panel,[data-theme="dark"] .ntw-tool-strip,[data-theme="dark"] .ntw-tool-box,[data-theme="dark"] .ntw-input-block{background:#111827;border-color:rgba(148,163,184,.22);box-shadow:0 18px 44px rgba(0,0,0,.25)}
[data-theme="dark"] .ntw-hero h1,[data-theme="dark"] .ntw-tool .ntw-hero h1{background:none!important;color:#f1f5f9!important;-webkit-text-fill-color:#f1f5f9!important}
[data-theme="dark"] .ntw-hero p,[data-theme="dark"] .ntw-content p,[data-theme="dark"] .ntw-content li,[data-theme="dark"] .faq-answer{color:#cbd5e1}
[data-theme="dark"] .ntw-input{background:#0f172a;color:#eef4fb;border-color:#334155}
[data-theme="dark"] .result-text,[data-theme="dark"] .ntw-content h2,[data-theme="dark"] .ntw-content h3{color:#f8fafc}
[data-theme="dark"] .result-text.is-empty{color:#94a3b8}
[data-theme="dark"] .copy-btn,[data-theme="dark"] .ntw-btn,[data-theme="dark"] .faq-item summary{background:#1e293b;color:#dbeafe;border-color:#334155}
[data-theme="dark"] .ntw-table th,[data-theme="dark"] .ntw-table td{background:#0f172a;color:#dbeafe;border-color:#334155}
[data-theme="dark"] .ntw-label{color:#dbeafe}
[data-theme="dark"] .ntw-label-hint{color:#94a3b8}
[data-theme="dark"] .ntw-share-head h2,[data-theme="dark"] .ntw-tool-strip h2,[data-theme="dark"] .ntw-tool-box strong{color:#dbeafe}
[data-theme="dark"] .ntw-share-head p,[data-theme="dark"] .ntw-tool-box span:last-child{color:#94a3b8}
[data-theme="dark"] .ntw-share-btn,[data-theme="dark"] .ntw-tool-box-kicker{background:#1e293b;color:#dbeafe!important;border-color:#334155}

/* Content charts, stats and reference blocks (SEO content) */
.ntw-stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.7rem;margin:1rem 0}
.ntw-stat-card{border:1px solid #dbeafe;border-radius:14px;padding:.9rem 1rem;background:linear-gradient(180deg,#fbfdff,#f5f9ff);text-align:center}
.ntw-stat-num{font-size:1.45rem;font-weight:900;color:#2563eb;line-height:1.15}
.ntw-stat-label{font-size:.74rem;color:#64748b;margin-top:.3rem;line-height:1.4}

.ntw-note{border-left:4px solid #2563eb;background:#eff6ff;border-radius:10px;padding:.9rem 1.05rem;margin:1.1rem 0;color:#1e3a8a;font-size:.92rem;line-height:1.7}
.ntw-note strong{color:#1e3a8a}

.ntw-chart{margin:1.1rem 0}
.ntw-chart-row{margin-bottom:.8rem}
.ntw-chart-label{display:flex;justify-content:space-between;gap:.6rem;font-size:.82rem;font-weight:700;color:#334155;margin-bottom:.3rem}
.ntw-chart-track{background:#e2e8f0;border-radius:999px;height:14px;overflow:hidden}
.ntw-chart-fill{height:100%;border-radius:999px;background:#2563eb;transition:width .4s ease}
.ntw-chart-fill.cyan{background:#0891b2}
.ntw-chart-fill.green{background:#16a34a}
.ntw-chart-fill.orange{background:#ea580c}
.ntw-chart-fill.purple{background:#7c3aed}
.ntw-chart-note{font-size:.78rem;color:#64748b;margin-top:.5rem;line-height:1.6}

.ntw-ladder{display:flex;flex-direction:column;gap:.6rem;margin:1.1rem 0}
.ntw-rung{display:grid;grid-template-columns:112px 1fr 160px;align-items:center;gap:.75rem}
.ntw-rung-name{font-weight:800;color:#0f2f72;font-size:.86rem}
.ntw-rung-track{background:#eef2f9;border-radius:8px;height:20px;overflow:hidden}
.ntw-rung-fill{height:100%;border-radius:8px;background:linear-gradient(90deg,#2563eb,#0891b2)}
.ntw-rung-value{font-size:.76rem;color:#475569;text-align:right;white-space:nowrap}

.ntw-persona-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.75rem;margin:1.1rem 0}
.ntw-persona-card{border:1px solid #e2e8f0;border-radius:14px;padding:.95rem 1.05rem;background:#f8fafc}
.ntw-persona-card strong{display:block;color:#0f172a;margin-bottom:.3rem;font-size:.92rem}
.ntw-persona-card p{margin:0;font-size:.85rem;color:#475569;line-height:1.6}

[data-theme="dark"] .ntw-stat-card{background:#111827;border-color:#334155}
[data-theme="dark"] .ntw-stat-label{color:#94a3b8}
[data-theme="dark"] .ntw-note{background:#172554;color:#bfdbfe;border-left-color:#60a5fa}
[data-theme="dark"] .ntw-note strong{color:#bfdbfe}
[data-theme="dark"] .ntw-chart-label{color:#cbd5e1}
[data-theme="dark"] .ntw-chart-track{background:#1e293b}
[data-theme="dark"] .ntw-chart-note{color:#94a3b8}
[data-theme="dark"] .ntw-examples>span{color:#dbeafe}
[data-theme="dark"] .ntw-actions .ntw-btn{background:#1e293b;color:#dbeafe;border-color:#334155}
[data-theme="dark"] .ntw-rung-track{background:#1e293b}
[data-theme="dark"] .ntw-rung-name{color:#dbeafe}
[data-theme="dark"] .ntw-rung-value{color:#94a3b8}
[data-theme="dark"] .ntw-persona-card{background:#111827;border-color:#334155}
[data-theme="dark"] .ntw-persona-card strong{color:#f8fafc}
[data-theme="dark"] .ntw-persona-card p{color:#cbd5e1}

@media(max-width:560px){
  .ntw-rung{grid-template-columns:84px 1fr;grid-template-areas:"name value" "track track";row-gap:.25rem}
  .ntw-rung-name{grid-area:name}
  .ntw-rung-value{grid-area:value}
  .ntw-rung-track{grid-area:track}
}

@media(max-width:860px){
  .ntw-input{min-height:65px;font-size:1.22rem}
  .ntw-tool-box-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .ntw-page{padding:.1rem .8rem 2.5rem}
  .ntw-hero{padding:1.05rem}
  .ntw-converter-content,.ntw-input-block{width:calc(100% - 32px)}
  .result-grid{grid-template-columns:1fr}
  .ntw-share-panel{align-items:stretch}
  .ntw-share-buttons{justify-content:flex-start;margin-right:0}
}
@media(max-width:520px){
  .ntw-label-row{flex-direction:column;gap:.15rem}
  .ntw-btn{width:100%}
  .ntw-tool{padding:.8rem}
  .ntw-share-buttons,.ntw-tool-box-grid{display:grid;grid-template-columns:1fr}
  .ntw-share-btn{width:100%}
}

@media(max-width:640px){
  .ntw-share-panel,nav.ntw-tool-strip,.ntw-tool-strip{display:block!important;width:100%;max-width:100%;padding:1rem;overflow:hidden}
  .ntw-share-head{width:100%;max-width:100%;margin:0 0 .85rem}
  .ntw-share-head h2,.ntw-tool-strip h2{font-size:1.05rem;line-height:1.25}
  .ntw-share-head p{font-size:.92rem;line-height:1.6}
  .ntw-share-buttons{display:grid;width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0}
  .ntw-share-btn{width:100%;min-width:0;padding:.62rem .55rem;white-space:normal;text-align:center}
  .ntw-tool-strip h2{margin-bottom:.85rem!important}
  .ntw-tool-box-grid{display:grid!important;width:100%;max-width:100%;grid-template-columns:1fr!important;gap:.75rem}
  .ntw-tool-box{width:100%;min-width:0;min-height:0;padding:.85rem .95rem}
  .ntw-tool-box strong,.ntw-tool-box span:last-child{overflow-wrap:anywhere}
}

/* Premium core converter layout */
.ntw-tool{padding:1.6rem 1.9rem 1.25rem;border-radius:20px;background:#fff}
.ntw-tool .ntw-hero{margin:0 0 1.25rem;padding:0;border:0;background:transparent;box-shadow:none}
.ntw-tool .ntw-hero h1{max-width:100%;margin-bottom:.55rem;color:#0f172a;background:none!important;-webkit-text-fill-color:#0f172a!important;font-size:clamp(2.25rem,4.4vw,2.7rem);font-weight:800;line-height:1.02;letter-spacing:-.055em}
.ntw-tool .ntw-hero p{max-width:650px;color:#334155;font-size:1rem;line-height:1.55}
.ntw-converter-content{width:100%;max-width:none}
.ntw-form{display:block}
.ntw-input-block{display:grid;width:100%;grid-template-columns:minmax(0,5fr) minmax(300px,5fr);grid-template-areas:"label previewLabel" "input preview" "help preview";gap:.6rem 1rem;border:1px solid #d3e3f7;border-radius:16px;padding:1.05rem 1.2rem;background:#fff}
.ntw-label-row{justify-content:flex-start;margin-bottom:.8rem}
.ntw-input-block .ntw-label-row{grid-area:label}
.ntw-input-frame{grid-area:input;position:relative}
.ntw-input{height:54px;min-height:54px;padding:.72rem 1.15rem;border-color:#b8d3ff;border-radius:11px;background:#fff;font-size:1.32rem;line-height:1.25;box-shadow:none}
.ntw-help{grid-area:help;margin:0;color:#475569;font-size:.86rem;line-height:1.5}
.ntw-preview-card{grid-area:preview;display:flex;align-self:start;align-items:center;gap:.75rem;min-height:54px;padding:.56rem .9rem;border:1px solid #dbeafe;border-radius:13px;background:linear-gradient(180deg,#fbfdff,#f7fbff)}
.ntw-preview-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dbeafe;border-radius:10px;background:#fff;color:#2563eb;box-shadow:0 8px 18px rgba(15,23,42,.06)}
.ntw-preview-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ntw-preview-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:.15rem;color:#0f172a}
.ntw-preview-copy span{font-size:.83rem;color:#334155;font-weight:700}
.ntw-preview-copy strong{font-size:1rem;line-height:1.3;color:#0f172a;word-break:break-word}
.ntw-preview-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid #bfdbfe;border-radius:11px;background:#fff;color:#1d4ed8;font:800 .82rem system-ui,-apple-system,"Segoe UI",sans-serif;padding:.55rem .85rem;cursor:pointer;white-space:nowrap}
.ntw-message-row{padding:.65rem .45rem 0}
.ntw-example-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0 1.05rem}
.ntw-examples{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.ntw-examples>span{color:#0f172a;font-weight:800;font-size:.88rem}
.ntw-example-chip{min-height:34px;border:1px solid #d3e3f7;border-radius:999px;background:#f8fbff;color:#1746a2;font:800 .82rem system-ui,-apple-system,"Segoe UI",sans-serif;padding:.38rem .9rem;cursor:pointer}
.ntw-actions{display:flex;align-items:center;gap:.7rem}
.ntw-actions .ntw-btn{position:static;width:auto;min-width:120px;border-style:solid;background:#fff}
.ntw-btn-example{color:#1746a2;border-color:#bfdbfe}
.ntw-btn-clear{color:#dc2626;border-color:#fecaca}
.result-grid{gap:1rem;margin-top:.55rem}
.result-card{min-height:150px;padding:1.15rem 1.25rem 1.1rem;border-radius:10px;background:#fff}
.result-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding-left:0}
.result-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid #dbeafe;border-radius:10px;background:#fff;color:#2563eb;font-size:.82rem;font-weight:900;box-shadow:0 8px 20px rgba(15,23,42,.08)}
.result-card h2{font-size:1rem;color:#0f2f72}
.result-text{margin-top:.65rem;font-size:1.35rem;line-height:1.45;font-weight:400;color:#0b1f4d}
.result-text.ne{font-size:1.55rem;line-height:1.5}
.result-nepali{border-color:#bfdbfe;background:linear-gradient(135deg,#f7fbff,#fff)}
.result-nepali::before{background:#2563eb;height:100%;top:0;width:4px;border-radius:10px 0 0 10px}
.result-cheque-np{border-color:#bbf7d0;background:linear-gradient(135deg,#f0fdf4,#fff)}
.result-cheque-np::before{background:#18a663;height:100%;top:0;width:4px;border-radius:10px 0 0 10px}
.result-cheque-np h2{color:#10884f}
.result-cheque-np .result-icon{color:#18a663;border-color:#bbf7d0}
.result-english{border-color:#ddd6fe;background:linear-gradient(135deg,#fbf8ff,#fff)}
.result-english::before{background:#7c3aed;height:100%;top:0;width:4px;border-radius:10px 0 0 10px}
.result-english h2{color:#5b21b6}
.result-english .result-icon{color:#6d28d9;border-color:#ddd6fe}
.result-cheque-en{border-color:#fde68a;background:linear-gradient(135deg,#fffaf0,#fff)}
.result-cheque-en::before{background:#f59e0b;height:100%;top:0;width:4px;border-radius:10px 0 0 10px}
.result-cheque-en h2{color:#b45309}
.result-cheque-en .result-icon{color:#b45309;border-color:#fed7aa}
.ntw-privacy-note{display:flex;align-items:center;justify-content:center;gap:.7rem;margin-top:1.15rem;padding:.75rem 1rem;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff;color:#334155}
.ntw-privacy-note span{display:grid;place-items:center;color:#2563eb}
.ntw-privacy-note svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ntw-privacy-note p{margin:0;font-size:.95rem;line-height:1.45}

[data-theme="dark"] .ntw-preview-card,[data-theme="dark"] .ntw-privacy-note{background:#0f172a;border-color:#334155;color:#dbeafe}
[data-theme="dark"] .ntw-preview-copy span,[data-theme="dark"] .ntw-help,[data-theme="dark"] .ntw-privacy-note p{color:#cbd5e1}
[data-theme="dark"] .ntw-preview-copy strong{color:#f8fafc}
[data-theme="dark"] .ntw-preview-icon,[data-theme="dark"] .result-icon,[data-theme="dark"] .ntw-preview-btn{background:#111827;border-color:#334155}

@media(max-width:760px){
  .ntw-tool{padding:1.1rem .9rem}
  .ntw-tool .ntw-hero h1{font-size:clamp(1.85rem,9vw,2.35rem)}
  .ntw-input-block{display:flex;padding:.85rem}
  .ntw-input{height:62px;min-height:62px;font-size:1.15rem}
  .ntw-preview-card{width:100%;align-items:center;flex-direction:row}
  .ntw-preview-btn{width:auto;margin-left:auto}
  .ntw-example-row{align-items:stretch;flex-direction:column}
  .ntw-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
  .ntw-actions .ntw-btn{min-width:0;width:100%}
  .result-grid{grid-template-columns:1fr}
  .result-card{min-height:126px}
  .result-card:has(.result-text.is-empty){min-height:auto}
}

@media(max-width:520px){
  .ntw-examples{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .ntw-examples>span{grid-column:1/-1}
  .ntw-example-chip{width:100%}
  .result-top{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}
  .result-top .copy-btn{grid-column:auto;justify-self:end}
  .result-text,.result-text.ne{display:block;margin-top:.75rem;font-size:1.08rem;line-height:1.55}
}
