  .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;
  }
  .policy-link{color:#2563eb;text-decoration:underline;font-weight:600;cursor:pointer;}
  .policy-dialog{border:none;border-radius:18px;padding:0;width:92%;max-width:560px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 20px 60px rgba(15,23,42,.35);}
  .policy-dialog header{padding:18px 20px;border-bottom:1px solid #e5e7eb;font-weight:800;font-size:18px;}
  .policy-dialog .body{padding:20px;font-size:14px;line-height:1.7;color:#1e293b;max-height:60vh;overflow:auto;}
  .policy-dialog .body ol{padding-left:18px;display:grid;gap:10px;}
  .policy-dialog .body li strong{color:#0f172a;}
  .policy-dialog footer{padding:18px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;}
  .policy-dialog .btn{border:none;border-radius:999px;padding:8px 18px;background:#111827;color:#fff;font-weight:600;cursor:pointer;}
  .tool-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:10px 12px;
    border-radius:12px;
    border:1px solid #fed7aa;
    background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);
    color:#ea580c;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 10px 20px rgba(234,88,12,0.12);
    transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  }
  .tool-link:hover{
    transform:translateY(-1px);
    border-color:#fdba74;
    box-shadow:0 14px 24px rgba(234,88,12,0.16);
  }
  .tool-link-title{display:flex;align-items:center;gap:8px;}
  .tool-link-dot{width:10px;height:10px;border-radius:999px;background:#fb923c;box-shadow:0 0 0 4px rgba(251,146,60,.18);}
  .dlgIg{margin-top:12px;}
  .dlgIg iframe{width:100%;border:none;border-radius:16px;min-height:420px;background:#fff;}
  #filterBar{
    display:flex !important;
    gap:10px;
    flex-wrap:nowrap !important;
    justify-content:flex-end;
    align-items:center;
    overflow-x:auto;
    padding:4px 0;
    white-space:nowrap;
  }
  #filterBar select,
  #filterBar input{
    width:150px !important;
    min-width:140px;
    height:44px;
    flex:0 0 auto;
  }
  #dlgLookup input{font-size:16px;}
