/* Qentix Developer Tools 3.6.0 — Text Tools Master UI, independently scoped. */
.anwdt{
  --a-primary:#4F46E5;--a-primary-2:#6366F1;--a-primary-hover:#4338CA;
  --a-ink:#111827;--a-heading:#111827;--a-muted:#475467;--a-text:#475467;
  --a-line:#E5E7EB;--a-border:#E5E7EB;--a-card:#FFFFFF;--a-soft:#F8FAFC;
  --a-section:#F8FAFC;--a-result:#F5F7FF;--a-success:#15803D;--a-error:#B42318;
  --a-blue-soft:#EEF2FF;--a-radius:18px;--a-radius-sm:12px;
  font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  color:var(--a-ink) !important;font-size:15px !important;line-height:1.6 !important;
}
.anwdt *{box-sizing:border-box}
.anwdt button,.anwdt input,.anwdt select,.anwdt textarea{font-family:inherit !important}
.anwdt button{-webkit-appearance:none !important;appearance:none !important;text-decoration:none !important}

/* Master page geometry — copied from the current Text Tools master contract. */
.anwdt .anwdt-wrap{width:100%;max-width:1280px;margin:0 auto;padding:8px 20px 0;background:transparent;border:0;box-shadow:none}
.anwdt .anwdt-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding:8px 0 24px;border-bottom:1px solid var(--a-border) !important;margin-bottom:24px}
.anwdt .anwdt-hero-main{display:flex;align-items:flex-start;gap:18px;min-width:0}
.anwdt .anwdt-hero-copy{min-width:0}
.anwdt .anwdt-tool-icon{width:72px;height:72px;flex:0 0 72px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--a-primary),var(--a-primary-2)) !important;color:#fff !important;font-size:27px;font-weight:700;box-shadow:0 12px 28px rgba(79,70,229,.22) !important;letter-spacing:-1px}
.anwdt .anwdt-kicker{display:inline-flex;align-items:center;min-height:23px;padding:0 9px;border-radius:999px;background:var(--a-blue-soft) !important;color:var(--a-primary) !important;font-size:10px;line-height:1;font-weight:700;letter-spacing:1.3px}
.anwdt .anwdt-title{margin:7px 0 4px;color:var(--a-heading) !important;font-size:40px !important;line-height:1.2 !important;font-weight:700 !important;letter-spacing:-.02em}
.anwdt .anwdt-desc{margin:0;color:var(--a-text) !important;font-size:14px !important;line-height:1.55 !important;max-width:760px}
.anwdt .anwdt-features{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.anwdt .anwdt-feature{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid var(--a-border) !important;border-radius:999px;background:#fff !important;color:var(--a-heading) !important;font-size:11px;font-weight:600;line-height:1.1}

/* Clear — same interaction model as Text Tools, but isolated to Developer Tools. */
.anwdt .anwdt-clear{
  min-width:84px !important;height:44px !important;padding:0 16px !important;
  border:1px solid var(--a-border) !important;border-radius:12px !important;background:#fff !important;background-image:none !important;
  color:var(--a-heading) !important;font-family:inherit !important;font-size:14px !important;font-weight:600 !important;line-height:1 !important;
  cursor:pointer !important;box-shadow:0 4px 12px rgba(15,23,42,.04) !important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease !important;
}
.anwdt .anwdt-clear:hover{background:var(--a-primary-hover) !important;background-image:none !important;color:#fff !important;border-color:var(--a-primary-hover) !important;box-shadow:0 8px 20px rgba(67,56,202,.18) !important;transform:translateY(-1px) !important}
.anwdt .anwdt-clear:focus-visible{outline:3px solid rgba(79,70,229,.22) !important;outline-offset:2px !important}
.anwdt .anwdt-clear:active{transform:translateY(0) !important}
.anwdt .anwdt-clear:disabled{opacity:.52 !important;cursor:not-allowed !important;transform:none !important}

.anwdt .anwdt-body{min-width:0}
.anwdt .anwdt-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}
.anwdt .anwdt-panel,.anwdt .tool-card,.anwdt .anwdt-card{
  border:1px solid var(--a-border) !important;border-radius:16px !important;background:#fff !important;padding:20px !important;
  box-shadow:0 8px 28px rgba(15,23,42,.045) !important;transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease !important;
}
.anwdt .anwdt-panel:hover,.anwdt .tool-card:hover,.anwdt .anwdt-card:hover{border-color:#d7dfeb !important;box-shadow:0 12px 34px rgba(15,23,42,.065) !important}
.anwdt .anwdt-panel h3{margin:0 0 12px;color:var(--a-heading) !important;font-size:14px !important;line-height:1.35 !important;font-weight:600 !important}
.anwdt .anwdt-help{margin:0 0 14px;color:var(--a-muted) !important;font-size:12px !important;line-height:1.55 !important}
.anwdt .anwdt-label{display:block;margin:0 0 7px;color:var(--a-heading) !important;font-size:12px;font-weight:600}

/* Inputs — independent complete states. */
.anwdt .anwdt-textarea,.anwdt .anwdt-input,.anwdt .anwdt-select{
  width:100% !important;min-height:44px !important;padding:10px 12px !important;
  border:1px solid var(--a-border) !important;border-radius:12px !important;background:#fff !important;color:var(--a-heading) !important;
  outline:none !important;box-shadow:none !important;font-size:14px !important;line-height:1.6 !important;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease !important;
}
.anwdt .anwdt-textarea{min-height:320px !important;padding:15px !important;resize:vertical !important;line-height:1.7 !important}
.anwdt .anwdt-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace !important;font-size:13px !important;line-height:1.7 !important}
.anwdt .anwdt-textarea:hover,.anwdt .anwdt-input:hover,.anwdt .anwdt-select:hover{border-color:#cfd9e6 !important}
.anwdt .anwdt-textarea:focus,.anwdt .anwdt-input:focus,.anwdt .anwdt-select:focus{border-color:var(--a-primary) !important;box-shadow:0 0 0 4px rgba(79,70,229,.12) !important;background:#fff !important}
.anwdt .anwdt-textarea::placeholder,.anwdt .anwdt-input::placeholder{color:#8793a5 !important;opacity:1 !important}

/* Action buttons — exact Text Tools sizing/hover/shadow language. */
.anwdt .anwdt-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}
.anwdt .anwdt-btn,.anwdt .case-actions button,.anwdt .mode-tabs button,.anwdt .editor-tools button,.anwdt .editor-tools select{
  min-height:42px !important;border:1px solid var(--a-border) !important;border-radius:11px !important;background:#fff !important;background-image:none !important;
  color:var(--a-heading) !important;padding:9px 13px !important;font-family:inherit !important;font-size:13px !important;font-weight:600 !important;line-height:1.2 !important;
  cursor:pointer !important;box-shadow:0 2px 6px rgba(15,35,65,.025) !important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease !important;
}
.anwdt .anwdt-btn:hover,.anwdt .case-actions button:hover,.anwdt .mode-tabs button:hover,.anwdt .editor-tools button:hover,.anwdt .editor-tools select:hover{
  border-color:#c8d5e3 !important;background:#fbfdff !important;color:var(--a-primary) !important;transform:translateY(-2px) !important;box-shadow:0 8px 18px rgba(15,35,65,.08) !important
}
.anwdt .anwdt-btn.primary,.anwdt .mode-tabs button.active{background:var(--a-primary) !important;border-color:var(--a-primary) !important;color:#fff !important;box-shadow:0 7px 18px rgba(79,70,229,.20) !important}
.anwdt .anwdt-btn.primary:hover,.anwdt .mode-tabs button.active:hover{background:var(--a-primary-hover) !important;border-color:var(--a-primary-hover) !important;color:#fff !important;transform:translateY(-2px) !important;box-shadow:0 10px 22px rgba(67,56,202,.22) !important}
.anwdt .anwdt-btn:active,.anwdt .case-actions button:active,.anwdt .mode-tabs button:active,.anwdt .editor-tools button:active{transform:translateY(0) !important;box-shadow:0 3px 8px rgba(15,35,65,.06) !important}
.anwdt .anwdt-btn:focus-visible,.anwdt .case-actions button:focus-visible,.anwdt .mode-tabs button:focus-visible,.anwdt .editor-tools button:focus-visible{outline:3px solid rgba(79,70,229,.22) !important;outline-offset:2px !important}
.anwdt .anwdt-btn:disabled,.anwdt .case-actions button:disabled,.anwdt .mode-tabs button:disabled{opacity:.52 !important;cursor:not-allowed !important;transform:none !important;box-shadow:none !important}

/* Result / status */
.anwdt .anwdt-output{width:100%;height:330px;min-height:320px;margin:0;padding:16px;border:1px solid var(--a-border) !important;border-radius:12px !important;background:var(--a-result) !important;color:#344157 !important;white-space:pre-wrap;word-break:break-word;overflow:auto;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace !important}
.anwdt .anwdt-output:focus{outline:none !important}
.anwdt .anwdt-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}
.anwdt .anwdt-chip{padding:6px 9px;border:1px solid #DDE3F8 !important;background:var(--a-blue-soft) !important;color:var(--a-primary) !important;border-radius:999px;font-size:10.5px;font-weight:700}
.anwdt .anwdt-result-box{padding:16px;border:1px solid var(--a-border) !important;border-radius:12px;background:var(--a-result) !important;max-height:320px;overflow:auto}
.anwdt .anwdt-status{min-height:40px;display:flex;align-items:center;margin-top:14px;padding:10px 12px;border:1px solid #E9EEF4 !important;border-radius:11px;background:var(--a-soft) !important;color:var(--a-muted) !important;font-size:11.5px;line-height:1.45}
.anwdt .anwdt-status.ok{border-color:#BFE7CF !important;background:#F0FBF4 !important;color:var(--a-success) !important}
.anwdt .anwdt-status.err{border-color:#F0C8CD !important;background:#FFF5F6 !important;color:var(--a-error) !important}
.anwdt .anwdt-color-preview{width:100%;height:90px;border-radius:12px;border:1px solid var(--a-border) !important;margin-bottom:12px;background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4)}

/* Secondary module components inherit the same master system. */
.anwdt .tool-row,.anwdt .case-actions,.anwdt .mode-tabs,.anwdt .checks,.anwdt .generator,.anwdt .find-grid,.anwdt .pdf-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}
.anwdt .checks label{padding:12px 14px;border:1px solid var(--a-line);border-radius:11px;background:#fbfcfe;transition:border-color .18s ease,background .18s ease}
.anwdt .checks label:hover{border-color:#cdd9e6;background:#fff}
.anwdt .hero-stat{padding:24px;border-radius:13px;background:var(--a-result);text-align:center}
.anwdt .hero-stat strong{display:block;color:var(--a-primary);font-size:44px;line-height:1.1}
.anwdt .hero-stat span{color:var(--a-muted);font-size:13px}
.anwdt .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:10px}
.anwdt .stat-grid div{border:1px solid var(--a-border);border-radius:11px;padding:13px;text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.anwdt .stat-grid div:hover{transform:translateY(-2px);border-color:#d5e0eb;box-shadow:0 8px 18px rgba(15,35,65,.06)}
.anwdt .stat-grid b,.anwdt .stat-grid small{display:block}.anwdt .stat-grid b{font-size:20px;color:var(--a-heading)}.anwdt .stat-grid small{margin-top:3px;color:var(--a-muted);font-size:11px}
.anwdt .result-text,.anwdt .slug-row code{display:block;white-space:pre-wrap;word-break:break-word;background:var(--a-result);border:1px solid var(--a-border);border-radius:11px;padding:14px;line-height:1.7;font-size:13px}
.anwdt .slug-list{display:flex;flex-direction:column;gap:8px}.anwdt .slug-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:center}.anwdt .slug-row span{font-size:12px;color:var(--a-muted);text-align:center}
.anwdt .slug-row button{min-height:34px !important;border:1px solid var(--a-border) !important;border-radius:9px !important;background:#fff !important;color:var(--a-primary) !important;font-family:inherit !important;font-size:11px !important;font-weight:600 !important;cursor:pointer !important;transition:transform .18s ease,background .18s ease,box-shadow .18s ease !important}
.anwdt .slug-row button:hover{transform:translateY(-2px) !important;background:var(--a-blue-soft) !important;box-shadow:0 7px 16px rgba(79,70,229,.12) !important}
.anwdt .diff-grid,.anwdt .sticky-layout,.anwdt .pdf-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}
.anwdt .diff-out{line-height:1.65}.anwdt .diff-same,.anwdt .diff-add,.anwdt .diff-del{padding:9px 11px;border-radius:8px;margin:3px 0;font-size:13px}.anwdt .diff-add{background:#edf9f1;color:#16713a}.anwdt .diff-del{background:#fff1f2;color:#b42335}.anwdt .diff-same{background:var(--a-soft)}
.anwdt .sticky-layout{grid-template-columns:minmax(300px,380px) minmax(0,1fr)}
.anwdt .sticky-form label,.anwdt .find-grid label,.anwdt .generator label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600;color:var(--a-heading)}
.anwdt .sticky-form label{margin-bottom:12px}.anwdt .sticky-form textarea{min-height:160px}.anwdt .upload{border:1px dashed #cbd6e3;border-radius:11px;padding:12px;cursor:pointer;color:var(--a-muted)}.anwdt .upload input{display:none}
.anwdt .notes-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.anwdt .note{position:relative;border:1px solid var(--a-border);border-radius:13px;padding:14px;margin-bottom:9px;background:#fff}.anwdt .note p{white-space:pre-wrap;line-height:1.6;margin-bottom:0;font-size:13px}.anwdt .note img{display:block;max-width:150px;max-height:120px;object-fit:cover;border-radius:9px;margin-top:10px}.anwdt .note>button{position:absolute;right:8px;top:8px;border:0;background:var(--a-soft);border-radius:50%;width:28px;height:28px;cursor:pointer;transition:transform .18s ease,background .18s ease}.anwdt .note>button:hover{transform:rotate(90deg);background:#eef2f6}
.anwdt .pdf-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:stretch}.anwdt .pdf-editor,.anwdt .pdf-preview{border:1px solid var(--a-border);border-radius:16px;background:#fff;padding:20px;box-shadow:0 8px 28px rgba(15,23,42,.045)}.anwdt .pdf-editor .rich-editor{min-height:380px;padding:16px;line-height:1.7;font-size:14px}.anwdt .pdf-editor>label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin-bottom:12px;font-size:12px;font-weight:600}.anwdt .a4{width:100%;min-height:680px;padding:46px 42px;border:1px solid #dbe4ee;border-radius:5px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05);overflow:auto}.anwdt .a4 h1{margin:0 0 20px;color:var(--a-heading);font-size:24px;line-height:1.2}.anwdt .pdf-preview-content{color:#26344a;font-size:13px;line-height:1.75}.anwdt .pdf-preview-content table{width:100%;border-collapse:collapse;margin:14px 0}.anwdt .pdf-preview-content td,.anwdt .pdf-preview-content th{border:1px solid #d8e0ea;padding:7px}.anwdt .pdf-result{margin-top:18px}.anwdt .pdf-ready{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.anwdt .pdf-ready>div{display:flex;flex-direction:column;gap:4px}.anwdt .pdf-ready>div b{color:var(--a-success)}.anwdt .pdf-object{display:block;width:100%;height:700px;margin-top:14px;border:1px solid var(--a-border);border-radius:12px;background:#111}
.anwdt .anwdt-private{margin-top:18px;padding:11px 14px;border:1px solid #e9eef4;border-radius:11px;background:var(--a-soft);color:var(--a-muted);text-align:center;font-size:11px}

/* Hub */
.anwdt-hub{width:100%;max-width:1280px;margin:0 auto;padding:8px 20px 30px;font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;color:#111827 !important}
.anwdt-hub *{box-sizing:border-box}.anwdt-hub .anwdt-kicker{display:inline-flex;align-items:center;min-height:23px;padding:0 9px;border-radius:999px;background:#EEF2FF !important;color:#4F46E5 !important;font-size:10px;line-height:1;font-weight:700;letter-spacing:1.3px}
.anwdt-hub-title{padding:8px 0 24px;margin-bottom:24px;border-bottom:1px solid #E5E7EB}.anwdt-hub-title h1{margin:7px 0 4px;color:#111827 !important;font-size:40px !important;line-height:1.2 !important;font-weight:700 !important;letter-spacing:-.02em}.anwdt-hub-title p{margin:0;color:#475467 !important;font-size:14px !important;line-height:1.55 !important;max-width:760px}
.anwdt-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.anwdt-hub .anwdt-tool-card{position:relative;display:flex;flex-direction:column;gap:7px;min-height:160px;padding:18px !important;border:1px solid #E5E7EB !important;border-radius:16px !important;background:#fff !important;color:#475467 !important;text-decoration:none !important;box-shadow:0 8px 28px rgba(15,23,42,.045) !important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease !important}
.anwdt-hub .anwdt-tool-card:hover{transform:translateY(-3px) !important;border-color:#d7dfeb !important;background:#fff !important;color:#475467 !important;box-shadow:0 12px 34px rgba(15,23,42,.065) !important}.anwdt-hub .anwdt-tool-card:focus-visible{outline:3px solid rgba(79,70,229,.22) !important;outline-offset:2px !important}
.anwdt-hub .anwdt-tool-card-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#4F46E5,#6366F1) !important;color:#fff !important;font-size:14px;font-weight:800;box-shadow:0 8px 20px rgba(79,70,229,.16)}.anwdt-hub .anwdt-tool-card strong{color:#111827 !important;font-size:14px;font-weight:700;line-height:1.35;padding-right:25px}.anwdt-hub .anwdt-tool-card>span:nth-of-type(2){color:#68758a !important;font-size:11.5px;line-height:1.55}.anwdt-hub .anwdt-tool-card-action{margin-top:auto;color:#4F46E5 !important;font-size:11px;font-weight:700}.anwdt-hub .anwdt-tool-card-action b{display:inline-block;transition:transform .18s ease}.anwdt-hub .anwdt-tool-card:hover .anwdt-tool-card-action b{transform:translateX(4px)}
.anwdt-hub .anwdt-modal{position:fixed;inset:0;z-index:99999;padding:5vh 18px;overflow:auto;background:rgba(15,23,42,.42);backdrop-filter:blur(4px)}.anwdt-hub .anwdt-modal-inner{position:relative;max-width:1080px;margin:auto;border:1px solid rgba(255,255,255,.8);border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(16,24,40,.22)}
.anwdt-hub .anwdt-modal-close{position:absolute;right:12px;top:12px;width:36px;height:36px;padding:0 !important;border:1px solid #E5E7EB !important;border-radius:10px !important;background:#fff !important;color:#59677C !important;font:600 20px/1 inherit !important;cursor:pointer !important;z-index:2;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease !important}.anwdt-hub .anwdt-modal-close:hover{transform:translateY(-1px) !important;background:#4F46E5 !important;color:#fff !important;border-color:#4F46E5 !important;box-shadow:0 8px 18px rgba(79,70,229,.18) !important}

/* Scoped scrollbars */
.anwdt .anwdt-output,.anwdt .anwdt-textarea,.anwdt .anwdt-result-box,.anwdt-hub .anwdt-modal{scrollbar-width:thin;scrollbar-color:var(--a-primary) #EEF2F7}.anwdt .anwdt-output::-webkit-scrollbar,.anwdt .anwdt-textarea::-webkit-scrollbar,.anwdt .anwdt-result-box::-webkit-scrollbar,.anwdt-hub .anwdt-modal::-webkit-scrollbar{width:8px;height:8px}.anwdt .anwdt-output::-webkit-scrollbar-track,.anwdt .anwdt-textarea::-webkit-scrollbar-track,.anwdt .anwdt-result-box::-webkit-scrollbar-track,.anwdt-hub .anwdt-modal::-webkit-scrollbar-track{background:#EEF2F7;border-radius:8px}.anwdt .anwdt-output::-webkit-scrollbar-thumb,.anwdt .anwdt-textarea::-webkit-scrollbar-thumb,.anwdt .anwdt-result-box::-webkit-scrollbar-thumb,.anwdt-hub .anwdt-modal::-webkit-scrollbar-thumb{background:#6B63E8;border-radius:8px}

@media(max-width:900px){.anwdt .anwdt-grid,.anwdt .diff-grid,.anwdt .sticky-layout,.anwdt .pdf-layout{grid-template-columns:1fr;gap:14px}.anwdt .anwdt-title{font-size:32px !important}.anwdt-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.anwdt .anwdt-wrap{padding:6px 14px 0}.anwdt .anwdt-hero{gap:12px;margin-bottom:18px;padding-bottom:18px}.anwdt .anwdt-hero-main{gap:12px}.anwdt .anwdt-tool-icon{width:54px;height:54px;flex-basis:54px;border-radius:15px;font-size:21px}.anwdt .anwdt-title{font-size:30px !important}.anwdt .anwdt-desc{font-size:13px !important}.anwdt .anwdt-features{gap:6px}.anwdt .anwdt-feature{font-size:10px;padding:6px 8px}.anwdt .anwdt-clear{min-width:72px !important;height:42px !important;padding:0 12px !important}.anwdt .anwdt-panel,.anwdt .tool-card,.anwdt .anwdt-card{padding:16px !important;border-radius:14px !important}.anwdt .anwdt-textarea{min-height:260px !important}.anwdt .anwdt-output{height:260px;min-height:260px}.anwdt .anwdt-row,.anwdt .anwdt-three,.anwdt .anwdt-four{grid-template-columns:1fr}.anwdt-tool-grid{grid-template-columns:1fr;gap:10px}.anwdt-hub{padding:6px 14px 24px}.anwdt-hub-title h1{font-size:30px !important}.anwdt .pdf-ready{grid-template-columns:1fr}.anwdt .a4{min-height:570px;padding:28px 22px}.anwdt .pdf-object{height:560px}}
@media(max-width:420px){.anwdt .anwdt-wrap{padding-left:11px;padding-right:11px}.anwdt .anwdt-kicker{font-size:9px}.anwdt .anwdt-title{font-size:26px !important}.anwdt .anwdt-clear{min-width:72px !important;padding:0 11px !important}.anwdt .anwdt-btn{font-size:13px !important}}
@media(prefers-reduced-motion:reduce){.anwdt *,.anwdt-hub *{transition:none !important;animation:none !important;scroll-behavior:auto !important}}
