.azuwt-tracker-page{
  max-width:1180px;
  margin:0 auto;
  padding:28px 16px 56px;
  color:#152033;
}

.azuwt-hero{
  margin-bottom:24px;
}

.azuwt-hero__inner{
  background:linear-gradient(135deg,#ffffff 0%,#f7fbff 60%,#f9f8ff 100%);
  border:1px solid #e2e8f0;
  border-radius:20px;
  padding:24px 24px 18px;
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}

.azuwt-kicker{
  display:inline-block;
  padding:7px 12px;
  border-radius:999px;
  background:#edf4ff;
  border:1px solid #cadeff;
  color:#0f4c81;
  font-size:12px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
  margin-bottom:12px;
}

.azuwt-hero h1{
  font-size:38px;
  line-height:1.15;
  margin:0 0 10px;
}

.azuwt-hero p,
.azuwt-note{
  font-size:16px;
  line-height:1.7;
  margin:0;
}

.azuwt-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:26px;
}

.azuwt-card{
  border-radius:18px;
  padding:18px 18px 16px;
  border:1px solid #e2e8f0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
  background:#fff;
}

.azuwt-card--tracked{background:linear-gradient(180deg,#fff7ea 0%,#ffffff 100%); border-color:#f4d9a6;}
.azuwt-card--active{background:linear-gradient(180deg,#eef8ff 0%,#ffffff 100%); border-color:#bfdcf6;}
.azuwt-card--verified{background:linear-gradient(180deg,#eefcf4 0%,#ffffff 100%); border-color:#bce8cb;}
.azuwt-card--updated{background:linear-gradient(180deg,#f5f2ff 0%,#ffffff 100%); border-color:#d9cdfa;}

.azuwt-card__label{
  font-size:13px;
  color:#4b5563;
  margin-bottom:8px;
  font-weight:600;
}

.azuwt-card__value{
  font-size:30px;
  line-height:1;
  font-weight:800;
  color:#0f172a;
}

.azuwt-card__value--small{
  font-size:20px;
  line-height:1.25;
}

.azuwt-form-wrap,
.azuwt-college-wrap{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:20px;
  padding:24px;
  margin-bottom:24px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}

.azuwt-section-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  margin-bottom:16px;
}

.azuwt-section-head h2{
  margin:0 0 6px;
  font-size:22px;
  line-height:1.2;
}

.azuwt-mini-note{
  max-width:320px;
  font-size:13px;
  line-height:1.5;
  color:#475569;
  background:#f8fafc;
  border:1px dashed #cbd5e1;
  border-radius:14px;
  padding:12px 14px;
}

.azuwt-alert{
  border-radius:14px;
  padding:12px 14px;
  margin:12px 0 18px;
  font-size:14px;
}

.azuwt-alert--success{background:#edfdf3;border:1px solid #b7efca;color:#146c2e;}
.azuwt-alert--error{background:#fff1f1;border:1px solid #f2c2c2;color:#9f1d1d;}
.azuwt-alert--warning{background:#fff8e8;border:1px solid #ecd9a4;color:#835a00;}

.azuwt-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.azuwt-field label{
  display:block;
  font-weight:700;
  margin-bottom:6px;
}

.azuwt-field input,
.azuwt-field select,
.azuwt-field textarea{
  width:100%;
  min-height:48px;
  border:1px solid #cfd5dd;
  border-radius:14px;
  padding:10px 12px;
  background:#fff;
  box-sizing:border-box;
  transition:border-color .15s ease, box-shadow .15s ease;
}

.azuwt-field input:focus,
.azuwt-field select:focus,
.azuwt-field textarea:focus{
  outline:none;
  border-color:#7db0dd;
  box-shadow:0 0 0 4px rgba(66, 133, 244, .12);
}

.azuwt-field textarea{
  min-height:110px;
}

.azuwt-field small{
  display:block;
  margin-top:6px;
  color:#555;
}

.azuwt-field--full{
  grid-column:1/-1;
}

.azuwt-consent{
  margin-top:18px;
  display:grid;
  gap:10px;
}

.azuwt-consent label{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  line-height:1.5;
}

.azuwt-submit-btn{
  margin-top:18px;
  background:#0f4c81;
  color:#fff;
  border:none;
  border-radius:14px;
  padding:14px 24px;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,76,129,.22);
}

.azuwt-submit-btn:hover{
  opacity:.96;
}

.azuwt-jump-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.azuwt-jump-links a{
  text-decoration:none;
  color:#0f4c81;
  background:#f7fbff;
  border:1px solid #cfe2f5;
  border-radius:999px;
  padding:9px 12px;
  font-size:13px;
  font-weight:700;
}

.azuwt-college-list{
  display:grid;
  gap:16px;
}

.azuwt-college-card{
  border:1px solid #dbe3ec;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}

.azuwt-college-card summary{
  list-style:none;
  cursor:pointer;
  padding:18px 20px;
  background:linear-gradient(180deg,#fcfdff 0%,#f8fbff 100%);
}

.azuwt-college-card summary::-webkit-details-marker{display:none;}

.azuwt-college-card[open] summary{
  border-bottom:1px solid #e2e8f0;
}

.azuwt-college-summary{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
}

.azuwt-college-main h3{
  margin:0 0 4px;
  font-size:24px;
  line-height:1.2;
}

.azuwt-program{
  font-size:15px;
  font-weight:700;
  color:#334155;
  margin-bottom:10px;
}

.azuwt-meta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.azuwt-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
  background:#fff2e7;
  border:1px solid #f1d0b4;
  color:#9a4d15;
}

.azuwt-pill--light{
  background:#f8fafc;
  border-color:#d9e2ec;
  color:#475569;
}

.azuwt-college-topstats{
  display:grid;
  grid-template-columns:repeat(3,minmax(110px,1fr));
  gap:12px;
  min-width:420px;
}

.azuwt-topstat{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  padding:12px 12px 10px;
}

.azuwt-topstat span{
  display:block;
  font-size:12px;
  color:#475569;
  margin-bottom:6px;
  font-weight:700;
}

.azuwt-topstat strong{
  font-size:20px;
  line-height:1.2;
  color:#111827;
}

.azuwt-topstat--wide strong{
  font-size:18px;
}

.azuwt-college-body{
  padding:20px;
}

.azuwt-college-grid{
  display:grid;
  grid-template-columns:1.05fr 1.25fr;
  gap:16px;
  margin-bottom:16px;
}

.azuwt-panel{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:18px;
}

.azuwt-panel h4{
  margin:0 0 12px;
  font-size:18px;
}

.azuwt-panel--expected{
  background:linear-gradient(180deg,#fffaf2 0%,#ffffff 100%);
  border-color:#f2dfb6;
}

.azuwt-panel--status{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  border-color:#d2e1f0;
}

.azuwt-panel--table{
  margin-bottom:16px;
}

.azuwt-panel--recent{
  background:linear-gradient(180deg,#f8fffb 0%,#ffffff 100%);
  border-color:#d8eede;
}

.azuwt-expected-date{
  font-size:28px;
  font-weight:800;
  line-height:1.1;
  margin-bottom:8px;
}

.azuwt-confidence{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:800;
  margin-bottom:12px;
}

.azuwt-confidence--high{background:#e9fbf0;color:#146c2e;border:1px solid #b7efca;}
.azuwt-confidence--medium,.azuwt-confidence--manual{background:#edf4ff;color:#0f4c81;border:1px solid #cfe2f5;}
.azuwt-confidence--low{background:#fff8e8;color:#835a00;border:1px solid #ecd9a4;}
.azuwt-confidence--none{background:#f8fafc;color:#475569;border:1px solid #d7e0e8;}

.azuwt-panel p{
  margin:0;
  color:#475569;
  line-height:1.6;
}

.azuwt-update-link{
  display:inline-block;
  margin-top:14px;
  text-decoration:none;
  font-weight:800;
  color:#0f4c81;
}

.azuwt-status-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.azuwt-status-chip{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  border-radius:14px;
  padding:11px 12px;
  border:1px solid #e2e8f0;
  background:#fff;
}

.azuwt-status-chip span{
  font-size:13px;
  font-weight:700;
  color:#334155;
}

.azuwt-status-chip strong{
  font-size:18px;
  color:#111827;
}

.azuwt-status-chip--waitlist{background:#eef7ff;border-color:#cae0f3;}
.azuwt-status-chip--offer{background:#edfdf3;border-color:#b7efca;}
.azuwt-status-chip--moved{background:#f0fbff;border-color:#c7eaf4;}
.azuwt-status-chip--noupdate{background:#f8fafc;border-color:#d7e0e8;}
.azuwt-status-chip--withdrawn{background:#fff2f2;border-color:#f2c2c2;}
.azuwt-status-chip--joined{background:#f5f0ff;border-color:#d9cdfa;}
.azuwt-status-chip--notproceeding{background:#fff8e8;border-color:#ecd9a4;}
.azuwt-status-chip--custom{background:#f4f8ff;border-color:#d8e2f7;}

.azuwt-table-wrap{
  overflow:auto;
}

.azuwt-table{
  width:100%;
  border-collapse:collapse;
  min-width:640px;
}

.azuwt-table th,
.azuwt-table td{
  padding:12px 10px;
  border-bottom:1px solid #e6edf5;
  text-align:left;
  font-size:14px;
}

.azuwt-table th{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.02em;
  color:#475569;
  background:#f8fafc;
}

.azuwt-update-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.azuwt-update-list li{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  border:1px solid #dce7de;
  border-radius:14px;
  padding:12px 14px;
  background:#fff;
}

.azuwt-update-text{
  font-weight:700;
  color:#172033;
  margin-bottom:4px;
}

.azuwt-update-time{
  font-size:12px;
  color:#64748b;
}

.azuwt-verified-badge{
  display:inline-flex;
  white-space:nowrap;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:800;
  background:#edfdf3;
  border:1px solid #b7efca;
  color:#146c2e;
}

.azuwt-empty-note{
  margin:0;
  color:#64748b;
}

@media (max-width: 980px){
  .azuwt-summary,
  .azuwt-college-grid,
  .azuwt-form-grid{
    grid-template-columns:1fr;
  }

  .azuwt-college-summary,
  .azuwt-section-head{
    flex-direction:column;
  }

  .azuwt-college-topstats{
    min-width:0;
    width:100%;
    grid-template-columns:repeat(3,1fr);
  }
}

@media (max-width: 768px){
  .azuwt-hero h1{
    font-size:30px;
  }

  .azuwt-card__value{
    font-size:26px;
  }

  .azuwt-card__value--small{
    font-size:18px;
  }

  .azuwt-form-wrap,
  .azuwt-college-wrap,
  .azuwt-hero__inner{
    padding:18px;
  }

  .azuwt-college-topstats,
  .azuwt-status-grid{
    grid-template-columns:1fr;
  }

  .azuwt-topstat--wide strong,
  .azuwt-expected-date{
    font-size:22px;
  }
}


.azuwt-public-toolbar{
  background:linear-gradient(180deg,#fafcff 0%,#ffffff 100%);
  border:1px solid #d8e4f0;
  border-radius:18px;
  padding:16px;
  margin-bottom:16px;
}

.azuwt-toolbar-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:14px;
  margin-bottom:14px;
}

.azuwt-toolbar-field label{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#334155;
  margin-bottom:6px;
}

.azuwt-toolbar-field input,
.azuwt-toolbar-field select{
  width:100%;
  min-height:46px;
  border:1px solid #cfd5dd;
  border-radius:14px;
  padding:10px 12px;
  background:#fff;
  box-sizing:border-box;
}

.azuwt-toolbar-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.azuwt-visible-count{
  font-size:14px;
  color:#475569;
}

.azuwt-toolbar-buttons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.azuwt-toolbar-btn{
  background:#fff;
  color:#0f4c81;
  border:1px solid #cfe2f5;
  border-radius:12px;
  padding:10px 14px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

.azuwt-toolbar-btn:hover{
  background:#f7fbff;
}

.azuwt-empty-state{
  margin-top:16px;
  border:1px dashed #cbd5e1;
  border-radius:16px;
  padding:18px;
  text-align:center;
  color:#64748b;
  background:#f8fafc;
}

@media (max-width: 980px){
  .azuwt-toolbar-grid{
    grid-template-columns:1fr;
  }
}


.azuwt-shared-fields,
.azuwt-multi-wrap{
  border:1px solid #dce6f2;
  border-radius:18px;
  padding:18px;
  background:linear-gradient(180deg,#fcfdff 0%,#ffffff 100%);
}

.azuwt-shared-fields{
  margin-bottom:18px;
}

.azuwt-shared-fields__head,
.azuwt-multi-wrap__head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:14px;
}

.azuwt-shared-fields__head h3,
.azuwt-multi-wrap__head h3{
  margin:0 0 4px;
  font-size:18px;
}

.azuwt-shared-fields__head p,
.azuwt-multi-wrap__head p{
  margin:0;
  color:#475569;
  line-height:1.6;
  font-size:14px;
}

.azuwt-add-block,
.azuwt-remove-block{
  border:none;
  border-radius:12px;
  padding:10px 14px;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}

.azuwt-add-block{
  background:#0f4c81;
  color:#fff;
  box-shadow:0 8px 18px rgba(15,76,129,.2);
}

.azuwt-add-block[disabled]{
  opacity:.5;
  cursor:not-allowed;
}

.azuwt-remove-block{
  background:#fff5f5;
  color:#9f1d1d;
  border:1px solid #f2c2c2;
}

.azuwt-multi-list{
  display:grid;
  gap:14px;
}

.azuwt-multi-block{
  border:1px solid #d9e4ef;
  border-radius:16px;
  padding:16px;
  background:#ffffff;
}

.azuwt-multi-block__head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  margin-bottom:14px;
}

.azuwt-multi-block__title{
  font-size:16px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:4px;
}

.azuwt-multi-block__summary{
  font-size:13px;
  color:#475569;
  line-height:1.5;
}

.azuwt-form-grid--inner{
  margin-bottom:0;
}

@media (max-width: 768px){
  .azuwt-shared-fields__head,
  .azuwt-multi-wrap__head,
  .azuwt-multi-block__head{
    flex-direction:column;
  }

  .azuwt-add-block,
  .azuwt-remove-block{
    width:100%;
  }
}

.azuwt-submit-row{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.azuwt-submit-btn--secondary{
  background:#ffffff;
  color:#0f4c81;
  border:1px solid #cfe2f5;
  box-shadow:none;
}

.azuwt-submit-btn--secondary:hover{
  background:#f7fbff;
}

.azuwt-multi-block--duplicate{
  border-color:#ef4444 !important;
  box-shadow:0 0 0 4px rgba(239,68,68,.08);
}

.azuwt-overlap-checker{
  background:linear-gradient(180deg,#fffdf7 0%,#ffffff 100%);
  border:1px solid #ead9ad;
  border-radius:18px;
  padding:18px;
  margin-bottom:18px;
}

.azuwt-overlap-checker__head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-end;
  margin-bottom:14px;
}

.azuwt-overlap-checker__head h3{
  margin:0 0 6px;
  font-size:20px;
}

.azuwt-overlap-checker__head p{
  margin:0;
  color:#475569;
  line-height:1.6;
}

.azuwt-overlap-checker__select{
  min-width:280px;
}

.azuwt-overlap-checker__select label{
  display:block;
  font-size:13px;
  font-weight:700;
  margin-bottom:6px;
}

.azuwt-overlap-checker__select select{
  width:100%;
  min-height:46px;
  border:1px solid #cfd5dd;
  border-radius:14px;
  padding:10px 12px;
  background:#fff;
  box-sizing:border-box;
}

.azuwt-overlap-panel{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:16px;
}

.azuwt-overlap-summary-card{
  background:#fff;
  border:1px solid #e7d4a2;
  border-radius:16px;
  padding:18px;
}

.azuwt-overlap-big,
.azuwt-overlap-inline-count{
  font-size:34px;
  line-height:1;
  font-weight:800;
  color:#7c4a03;
  margin-bottom:10px;
}

.azuwt-overlap-inline-count{
  color:#0f4c81;
}

.azuwt-overlap-summary-card p,
.azuwt-panel--overlap p,
.azuwt-panel--range p{
  margin:0;
  color:#475569;
  line-height:1.6;
}

.azuwt-college-topstats--five{
  grid-template-columns:repeat(5,minmax(92px,1fr));
  min-width:660px;
}

.azuwt-college-grid--three{
  grid-template-columns:1.2fr 1fr .8fr;
}

.azuwt-panel--range{
  background:linear-gradient(180deg,#f7fffc 0%,#ffffff 100%);
  border-color:#cfe9df;
}

.azuwt-panel--overlap{
  background:linear-gradient(180deg,#fffaf3 0%,#ffffff 100%);
  border-color:#efd9b4;
}

.azuwt-range-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:10px;
}

.azuwt-range-stat{
  background:#fff;
  border:1px solid #d8e7e1;
  border-radius:14px;
  padding:12px;
}

.azuwt-range-stat span{
  display:block;
  font-size:12px;
  color:#475569;
  margin-bottom:6px;
  font-weight:700;
}

.azuwt-range-stat strong{
  font-size:22px;
  color:#0f172a;
}

@media (max-width: 1180px){
  .azuwt-college-topstats--five{
    min-width:0;
    grid-template-columns:repeat(3,1fr);
  }

  .azuwt-college-grid--three,
  .azuwt-overlap-panel{
    grid-template-columns:1fr;
  }
}

@media (max-width: 980px){
  .azuwt-overlap-checker__head{
    flex-direction:column;
    align-items:stretch;
  }

  .azuwt-overlap-checker__select{
    min-width:0;
  }
}

@media (max-width: 768px){
  .azuwt-submit-row{
    flex-direction:column;
  }

  .azuwt-college-topstats--five,
  .azuwt-range-grid{
    grid-template-columns:1fr;
  }
}


.azuwt-multi-block__footer{
  margin-top:16px;
  padding-top:14px;
  border-top:1px dashed #d8e2ee;
  display:flex;
  justify-content:flex-start;
}

.azuwt-multi-wrap__head{
  margin-bottom:14px;
}

.azuwt-add-block{
  background:#0f4c81;
  color:#fff;
  border:none;
  border-radius:12px;
  padding:12px 16px;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(15,76,129,.18);
}

.azuwt-add-block:hover{
  opacity:.96;
}

.azuwt-add-block:disabled{
  opacity:.55;
  cursor:not-allowed;
  box-shadow:none;
}

.azuwt-help-strip{
  margin-top:18px;
  margin-bottom:18px;
  border:1px solid #dce8f3;
  background:linear-gradient(180deg,#f9fcff 0%,#ffffff 100%);
  border-radius:16px;
  padding:16px;
}

.azuwt-help-strip__item{
  font-size:14px;
  line-height:1.7;
  color:#334155;
  margin-bottom:10px;
}

.azuwt-help-strip__item:last-of-type{
  margin-bottom:14px;
}

.azuwt-help-strip a{
  font-weight:800;
  color:#0f4c81;
  text-decoration:none;
}

.azuwt-share-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.azuwt-share-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border:none;
  border-radius:12px;
  padding:10px 14px;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}

.azuwt-share-btn--wa{background:#eafbf1;color:#177245;border:1px solid #bde6cb;}
.azuwt-share-btn--tg{background:#eef8ff;color:#0b6da8;border:1px solid #c5dff1;}
.azuwt-share-btn--ln{background:#eef4ff;color:#204a9c;border:1px solid #c8d7f6;}
.azuwt-share-btn--copy{background:#f8fafc;color:#334155;border:1px solid #d7e0e8;}

@media (max-width: 768px){
  .azuwt-share-row{
    flex-direction:column;
  }

  .azuwt-share-btn,
  .azuwt-add-block{
    width:100%;
  }
}


.azuwt-draft-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin:12px 0 18px;
  padding:12px 14px;
  border:1px solid #d9e2ec;
  border-radius:14px;
  background:#f8fbff;
}

.azuwt-draft-bar__text{
  font-size:13px;
  line-height:1.6;
  color:#475569;
}

.azuwt-draft-clear-btn{
  border:1px solid #cfe2f5;
  background:#fff;
  color:#0f4c81;
  border-radius:12px;
  padding:10px 14px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
}

.azuwt-draft-clear-btn:hover{
  background:#f1f7fd;
}

@media (max-width: 768px){
  .azuwt-draft-bar{
    flex-direction:column;
    align-items:stretch;
  }

  .azuwt-draft-clear-btn{
    width:100%;
  }
}

.azuwt-public-dynamic-root{
  min-height:180px;
}

.azuwt-dynamic-shell,
.azuwt-dynamic-error{
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:flex-start;
  border:1px dashed #cbd5e1;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  border-radius:18px;
  padding:20px;
}

.azuwt-dynamic-loader{
  width:42px;
  height:42px;
  border-radius:999px;
  border:4px solid #d8e7f7;
  border-top-color:#0f4c81;
  animation: azuwt-spin .8s linear infinite;
  flex:0 0 auto;
}

.azuwt-dynamic-title{
  font-size:18px;
  font-weight:800;
  color:#152033;
  margin-bottom:4px;
}

.azuwt-dynamic-text,
.azuwt-dynamic-error{
  font-size:14px;
  line-height:1.6;
  color:#475569;
}

.azuwt-dynamic-error{
  justify-content:space-between;
  flex-wrap:wrap;
}

@keyframes azuwt-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.azuwt-draft-bar--submitted{
  background:#eef8ff;
  border-color:#bfdcf6;
}

.azuwt-overlap-shell{
  margin-bottom:18px;
}

.azuwt-lazy-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  border:1px solid #d8e4f0;
  border-radius:18px;
  padding:16px;
  background:linear-gradient(180deg,#fafcff 0%,#ffffff 100%);
  margin-bottom:14px;
}

.azuwt-lazy-head h3{
  margin:0 0 6px;
  font-size:20px;
}

.azuwt-lazy-head p{
  margin:0;
  color:#475569;
  line-height:1.6;
}

.azuwt-lazy-body{
  padding:20px;
}

.azuwt-dynamic-shell--small,
.azuwt-dynamic-error{
  padding:16px 18px;
}

.azuwt-college-card--lazy[open] > summary{
  border-bottom:1px solid #e2e8f0;
}

@media (max-width: 768px){
  .azuwt-lazy-head{
    flex-direction:column;
  }
}


.azuwt-top-programs-wrap{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:20px;
  padding:24px;
  margin-bottom:24px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}

.azuwt-section-head--compact{
  margin-bottom:14px;
}

.azuwt-top-programs-chart{
  display:grid;
  gap:12px;
}

.azuwt-top-program-row{
  display:grid;
  grid-template-columns:minmax(220px, 1.6fr) minmax(220px, 3fr);
  gap:14px;
  align-items:center;
}

.azuwt-top-program-label{
  font-size:14px;
  font-weight:700;
  color:#172033;
  line-height:1.45;
}

.azuwt-top-program-bar-wrap{
  position:relative;
  min-height:44px;
  border:1px solid #d9e5f1;
  border-radius:14px;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  overflow:hidden;
  display:flex;
  align-items:center;
}

.azuwt-top-program-bar{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  border-radius:14px;
  background:linear-gradient(90deg,#0f4c81 0%,#6aa7dd 100%);
}

.azuwt-top-program-value{
  position:relative;
  z-index:1;
  margin-left:auto;
  padding:0 14px;
  font-size:16px;
  font-weight:800;
  color:#0f172a;
}

@media (max-width: 768px){
  .azuwt-top-program-row{
    grid-template-columns:1fr;
    gap:8px;
  }
}

.azuwt-fee-known-line{margin:8px 0 10px;font-size:14px;color:#334155;line-height:1.5;}


/* ═══ Batch 2: Step Wizard ═══ */
.azuwt-wizard-steps{
  display:flex;
  gap:0;
  margin-bottom:20px;
  border:1px solid #d9e4ef;
  border-radius:16px;
  overflow:hidden;
  background:#f8fafc;
}

.azuwt-wizard-step{
  flex:1;
  padding:14px 16px;
  font-size:14px;
  font-weight:700;
  color:#64748b;
  text-align:center;
  border-right:1px solid #d9e4ef;
  transition:background .2s,color .2s;
}

.azuwt-wizard-step:last-child{border-right:none;}

.azuwt-wizard-step span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:999px;
  background:#d9e4ef;
  color:#475569;
  font-size:13px;
  font-weight:800;
  margin-right:8px;
}

.azuwt-wizard-step--active{
  background:#0f4c81;
  color:#fff;
}

.azuwt-wizard-step--active span{
  background:rgba(255,255,255,.25);
  color:#fff;
}

.azuwt-wizard-step--done{
  background:#edfdf3;
  color:#146c2e;
}

.azuwt-wizard-step--done span{
  background:#146c2e;
  color:#fff;
}

.azuwt-wizard-panel{display:none;}
.azuwt-wizard-panel--active{display:block;}

.azuwt-wizard-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px dashed #d9e4ef;
}

.azuwt-wizard-nav .azuwt-submit-btn{
  margin:0;
}

.azuwt-review-summary{
  display:grid;
  gap:10px;
}

.azuwt-review-card{
  border:1px solid #d9e4ef;
  border-radius:14px;
  padding:14px;
  background:#fcfdff;
}

.azuwt-review-card__label{
  font-size:12px;
  color:#475569;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
  margin-bottom:4px;
}

.azuwt-review-card__value{
  font-size:16px;
  font-weight:700;
  color:#0f172a;
}

@media (max-width:768px){
  .azuwt-wizard-steps{
    flex-direction:column;
  }
  .azuwt-wizard-step{
    border-right:none;
    border-bottom:1px solid #d9e4ef;
    text-align:left;
    padding:12px 16px;
  }
  .azuwt-wizard-step:last-child{border-bottom:none;}
  .azuwt-wizard-nav{
    flex-direction:column;
  }
  .azuwt-wizard-nav .azuwt-submit-btn{
    width:100%;
  }
}

/* ═══ Batch 2: My Submissions ═══ */
.azuwt-my-submissions-wrap{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:20px;
  padding:24px;
  margin-bottom:24px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}

.azuwt-my-login-row{
  display:flex;
  gap:14px;
  align-items:flex-end;
  flex-wrap:wrap;
}

.azuwt-my-entries-grid{
  display:grid;
  gap:12px;
  margin-top:16px;
}

.azuwt-my-entry-card{
  border:1px solid #d9e4ef;
  border-radius:16px;
  padding:16px;
  background:linear-gradient(180deg,#fcfdff 0%,#fff 100%);
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:start;
}

.azuwt-my-entry-college{
  font-size:16px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:4px;
}

.azuwt-my-entry-meta{
  font-size:13px;
  color:#475569;
  line-height:1.6;
}

.azuwt-my-entry-actions{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.azuwt-my-edit-btn{
  background:#fff;
  color:#0f4c81;
  border:1px solid #cfe2f5;
  border-radius:10px;
  padding:8px 12px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
}

.azuwt-my-edit-btn:hover{background:#f7fbff;}

.azuwt-my-empty{
  text-align:center;
  padding:24px;
  color:#64748b;
  border:1px dashed #cbd5e1;
  border-radius:16px;
  background:#f8fafc;
  margin-top:16px;
}

@media (max-width:768px){
  .azuwt-my-entry-card{
    grid-template-columns:1fr;
  }
  .azuwt-my-login-row{
    flex-direction:column;
    align-items:stretch;
  }
}

/* ═══ Batch 2: WL Timeline ═══ */
.azuwt-panel--timeline{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  border-color:#cfe2f5;
  margin-bottom:16px;
}

.azuwt-timeline-chart-wrap{
  position:relative;
  min-height:120px;
}

.azuwt-timeline-empty{
  text-align:center;
  color:#64748b;
  padding:24px;
  font-size:14px;
}


/* ═══ Batch 3: Compare Colleges ═══ */
.azuwt-compare-wrap,
.azuwt-chances-wrap{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:20px;
  padding:24px;
  margin-bottom:24px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}

.azuwt-compare-controls,
.azuwt-chances-controls{
  display:flex;
  gap:14px;
  align-items:flex-end;
  flex-wrap:wrap;
  margin-bottom:8px;
}

.azuwt-compare-selects{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  flex:1;
}

.azuwt-compare-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:16px;
  margin-top:16px;
}

.azuwt-compare-col{
  border:1px solid #d9e4ef;
  border-radius:18px;
  padding:18px;
  background:linear-gradient(180deg,#fcfdff 0%,#fff 100%);
}

.azuwt-compare-col__head{
  margin-bottom:14px;
  padding-bottom:12px;
  border-bottom:1px solid #e2e8f0;
}

.azuwt-compare-col__name{
  font-size:18px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:2px;
}

.azuwt-compare-col__program{
  font-size:14px;
  color:#475569;
  font-weight:700;
}

.azuwt-compare-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 0;
  border-bottom:1px dashed #e8edf3;
  font-size:14px;
}

.azuwt-compare-row:last-child{border-bottom:none;}

.azuwt-compare-row__label{
  color:#475569;
  font-weight:600;
}

.azuwt-compare-row__value{
  font-weight:800;
  color:#0f172a;
}

.azuwt-compare-row__value--green{color:#146c2e;}
.azuwt-compare-row__value--blue{color:#0f4c81;}
.azuwt-compare-row__value--amber{color:#835a00;}

/* ═══ Batch 3: Check Your Chances ═══ */
.azuwt-chances-result-card{
  margin-top:16px;
  border:1px solid #d9e4ef;
  border-radius:18px;
  padding:20px;
  background:linear-gradient(180deg,#fcfdff 0%,#fff 100%);
}

.azuwt-chances-verdict{
  font-size:28px;
  font-weight:800;
  line-height:1.1;
  margin-bottom:8px;
}

.azuwt-chances-verdict--high{color:#146c2e;}
.azuwt-chances-verdict--borderline{color:#0f4c81;}
.azuwt-chances-verdict--luck-based{color:#835a00;}
.azuwt-chances-verdict--moderate{color:#0f4c81;}
.azuwt-chances-verdict--possible{color:#835a00;}
.azuwt-chances-verdict--difficult{color:#9f1d1d;}
.azuwt-chances-verdict--low{color:#9f1d1d;}
.azuwt-chances-verdict--almost{color:#64748b;}
.azuwt-chances-verdict--almost-nil{color:#64748b;}
.azuwt-chances-verdict--uncertain{color:#64748b;}

.azuwt-chances-basis{
  font-size:15px;
  line-height:1.65;
  color:#334155;
  margin-bottom:14px;
}

.azuwt-chances-stats{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:12px;
  margin-top:14px;
  padding-top:14px;
  border-top:1px dashed #d9e4ef;
}

.azuwt-chances-stat{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:12px;
}

.azuwt-chances-stat span{
  display:block;
  font-size:12px;
  color:#475569;
  font-weight:700;
  margin-bottom:4px;
}

.azuwt-chances-stat strong{
  font-size:20px;
  color:#0f172a;
}

.azuwt-chances-hist{
  margin-top:14px;
  padding:12px 14px;
  background:#fffaf2;
  border:1px solid #f2dfb6;
  border-radius:14px;
  font-size:14px;
  color:#7c4a03;
  line-height:1.6;
}

@media (max-width:768px){
  .azuwt-compare-controls,
  .azuwt-chances-controls{
    flex-direction:column;
    align-items:stretch;
  }
  .azuwt-compare-selects{
    flex-direction:column;
  }
  .azuwt-chances-stats{
    grid-template-columns:1fr 1fr;
  }
}


/* ═══ Batch 5: Community CTA Banner ═══ */
.azuwt-community-cta{
  background:linear-gradient(135deg,#075e28 0%,#0f7a35 50%,#25D366 100%);
  border-radius:20px;
  padding:4px;
  margin-bottom:24px;
  box-shadow:0 8px 24px rgba(37,211,102,.18);
}

.azuwt-community-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 24px;
  background:rgba(255,255,255,.06);
  border-radius:17px;
  backdrop-filter:blur(4px);
}

.azuwt-community-cta__inner--stacked{
  flex-direction:column;
  text-align:center;
  padding:28px 24px;
}

.azuwt-community-cta__text{
  color:#fff;
  line-height:1.5;
}

.azuwt-community-cta__text strong{
  display:block;
  font-family:'Nunito',sans-serif;
  font-size:18px;
  font-weight:900;
  margin-bottom:4px;
}

.azuwt-community-cta__text span{
  font-size:14px;
  opacity:.88;
}

.azuwt-community-cta__btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#fff;
  color:#075e28;
  font-family:'Nunito',sans-serif;
  font-size:15px;
  font-weight:800;
  padding:13px 24px;
  border-radius:12px;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 2px 8px rgba(0,0,0,.12);
  transition:transform .15s,box-shadow .15s;
}

.azuwt-community-cta__btn:hover{
  transform:translateY(-1px);
  box-shadow:0 4px 16px rgba(0,0,0,.18);
}

.azuwt-community-cta__btn--secondary{
  background:rgba(255,255,255,.15);
  color:#fff;
  border:1px solid rgba(255,255,255,.3);
  box-shadow:none;
}

.azuwt-community-cta__btn--secondary:hover{
  background:rgba(255,255,255,.25);
  box-shadow:none;
}

.azuwt-community-cta__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}

.azuwt-community-cta--mid{
  background:linear-gradient(135deg,#0f4c81 0%,#1e6fc2 50%,#3b8de3 100%);
}

.azuwt-community-cta--mid .azuwt-community-cta__btn{
  color:#0f4c81;
}

.azuwt-community-cta--bottom{
  margin-top:32px;
}

/* ═══ Batch 5: Ask Amiya Sir CTA ═══ */
.azuwt-ask-amiya-cta{
  margin-top:20px;
}

.azuwt-ask-amiya-cta__inner{
  display:flex;
  align-items:center;
  gap:16px;
  padding:20px 24px;
  background:linear-gradient(135deg,#fff8f0 0%,#fff4e6 100%);
  border:2px solid #f5d5a0;
  border-radius:18px;
  box-shadow:0 4px 16px rgba(217,119,6,.08);
}

.azuwt-ask-amiya-cta__icon{
  font-size:36px;
  flex-shrink:0;
}

.azuwt-ask-amiya-cta__text{
  flex:1;
  line-height:1.55;
}

.azuwt-ask-amiya-cta__text strong{
  display:block;
  font-family:'Nunito',sans-serif;
  font-size:17px;
  font-weight:900;
  color:#7c4a03;
  margin-bottom:4px;
}

.azuwt-ask-amiya-cta__text span{
  font-size:14px;
  color:#92610e;
}

.azuwt-ask-amiya-cta__btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#25D366;
  color:#fff;
  font-family:'Nunito',sans-serif;
  font-size:15px;
  font-weight:800;
  padding:14px 22px;
  border-radius:12px;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 4px 12px rgba(37,211,102,.25);
  transition:transform .15s,box-shadow .15s;
}

.azuwt-ask-amiya-cta__btn:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 20px rgba(37,211,102,.35);
}

@media (max-width:768px){
  .azuwt-community-cta__inner{
    flex-direction:column;
    text-align:center;
    padding:20px;
  }
  .azuwt-ask-amiya-cta__inner{
    flex-direction:column;
    text-align:center;
    padding:20px;
  }
  .azuwt-community-cta__text strong,
  .azuwt-ask-amiya-cta__text strong{
    font-size:16px;
  }
}


/* ═══ Help Strip: WhatsApp CTA Button ═══ */
.azuwt-help-strip__item--cta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.azuwt-help-wa-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#25D366;
  color:#fff !important;
  font-family:'Nunito',sans-serif;
  font-size:14px;
  font-weight:800;
  padding:12px 20px;
  border-radius:12px;
  text-decoration:none !important;
  box-shadow:0 4px 12px rgba(37,211,102,.25);
  transition:transform .15s,box-shadow .15s;
}

.azuwt-help-wa-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 20px rgba(37,211,102,.35);
  color:#fff !important;
}

@media (max-width:768px){
  .azuwt-help-strip__item--cta{
    align-items:center;
    text-align:center;
  }
}


/* ═══ Deep link + share icons on section heads ═══ */
.azuwt-section-head{
  position:relative;
}

.azuwt-section-share{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:8px;
  vertical-align:middle;
}

.azuwt-share-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:8px;
  border:1px solid #d9e4ef;
  background:#f8fafc;
  color:#64748b;
  font-size:14px;
  cursor:pointer;
  text-decoration:none;
  transition:background .15s,border-color .15s;
}

.azuwt-share-icon:hover{
  background:#e3effa;
  border-color:#0f4c81;
  color:#0f4c81;
}

.azuwt-share-icon--copied{
  background:#e9fbf0 !important;
  border-color:#146c2e !important;
  color:#146c2e !important;
}


/* ═══ Chances nudge — contribute data prompt ═══ */
.azuwt-chances-nudge{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:18px 22px;
  margin-top:16px;
  background:linear-gradient(135deg,#f0f7ff 0%,#faf5ff 100%);
  border:1px solid #d4c5f0;
  border-radius:16px;
  border-left:4px solid #7c3aed;
}

.azuwt-chances-nudge__icon{
  font-size:28px;
  flex-shrink:0;
  margin-top:2px;
}

.azuwt-chances-nudge__content{
  flex:1;
}

.azuwt-chances-nudge__content strong{
  display:block;
  font-family:'Nunito',sans-serif;
  font-size:16px;
  font-weight:900;
  color:#4c1d95;
  margin-bottom:6px;
}

.azuwt-chances-nudge__content p{
  font-size:14px;
  line-height:1.65;
  color:#334155;
  margin:0 0 8px;
}

.azuwt-chances-nudge__content p:last-child{
  margin-bottom:0;
}

.azuwt-chances-nudge__sub{
  font-size:13px !important;
  color:#64748b !important;
  font-style:italic;
}

.azuwt-chances-nudge__link{
  color:#7c3aed;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:2px;
}

.azuwt-chances-nudge__link:hover{
  color:#5b21b6;
}

@media (max-width:768px){
  .azuwt-chances-nudge{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }
}


/* ═══ Auto-prediction after submission ═══ */
.azuwt-auto-predict{
  margin-bottom:20px;
}

.azuwt-auto-predict__loader{
  display:flex;
  align-items:center;
  gap:16px;
  padding:24px;
  background:linear-gradient(135deg,#f0f7ff 0%,#fff 100%);
  border:1px solid #cfe2f5;
  border-radius:18px;
  animation:azuwtPulse 2s ease-in-out infinite;
}

@keyframes azuwtPulse{
  0%,100%{opacity:1;}
  50%{opacity:.75;}
}

.azuwt-auto-predict__loader-text{
  flex:1;
}

.azuwt-auto-predict__loader-text strong{
  display:block;
  font-family:'Nunito',sans-serif;
  font-size:16px;
  font-weight:900;
  color:#0f4c81;
  margin-bottom:4px;
}

.azuwt-auto-predict__loader-text span{
  font-size:13px;
  color:#475569;
  line-height:1.5;
}

.azuwt-auto-predict__result{
  padding:24px;
  background:#fff;
  border:2px solid #d9e4ef;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}

.azuwt-auto-predict__header{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}

.azuwt-auto-predict__emoji{
  font-size:36px;
  flex-shrink:0;
}

.azuwt-auto-predict__verdict{
  font-family:'Nunito',sans-serif;
  font-size:26px;
  font-weight:900;
  line-height:1.2;
}

.azuwt-auto-predict__confidence{
  font-size:13px;
  color:#64748b;
  font-weight:600;
  margin-top:4px;
}

.azuwt-auto-predict__basis{
  font-size:15px;
  line-height:1.65;
  color:#334155;
  margin-bottom:14px;
}

.azuwt-auto-predict__table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  margin-top:12px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  overflow:hidden;
}

.azuwt-auto-predict__table th{
  background:#f1f5f9;
  padding:10px 14px;
  text-align:left;
  font-weight:700;
  color:#334155;
  border-bottom:1px solid #d9e4ef;
}

.azuwt-auto-predict__table td{
  padding:10px 14px;
  border-bottom:1px solid #e8edf3;
}

.azuwt-auto-predict__cta{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:18px;
  padding:18px;
  background:linear-gradient(135deg,#fff8f0 0%,#fff4e6 100%);
  border:1px solid #f5d5a0;
  border-radius:14px;
}

.azuwt-auto-predict__cta-text{
  flex:1;
}

.azuwt-auto-predict__cta-text strong{
  display:block;
  font-family:'Nunito',sans-serif;
  font-size:15px;
  font-weight:900;
  color:#7c4a03;
  margin-bottom:2px;
}

.azuwt-auto-predict__cta-text span{
  font-size:13px;
  color:#92610e;
}

.azuwt-auto-predict__error{
  text-align:center;
  padding:20px;
  color:#64748b;
  font-size:14px;
}

@media (max-width:768px){
  .azuwt-auto-predict__loader{
    flex-direction:column;
    text-align:center;
  }
  .azuwt-auto-predict__header{
    flex-direction:column;
    text-align:center;
  }
  .azuwt-auto-predict__cta{
    flex-direction:column;
    text-align:center;
  }
}


/* ═══ Sticky Section Navbar ═══ */
.azuwt-section-nav{
  position:sticky;
  top:80px;
  z-index:90;
  background:#0d1117;
  border-bottom:2px solid #1e90d6;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  margin:0 -24px;
  padding:0 24px;
}

/* WP admin bar offset when logged in */
.admin-bar .azuwt-section-nav{
  top:112px;
}

@media (max-width:782px){
  .admin-bar .azuwt-section-nav{
    top:126px;
  }
  .azuwt-section-nav{
    top:60px;
  }
}

.azuwt-section-nav__inner{
  display:flex;
  gap:4px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  padding:8px 0;
}

.azuwt-section-nav__inner::-webkit-scrollbar{
  display:none;
}

.azuwt-section-nav__link{
  display:inline-flex;
  align-items:center;
  padding:9px 16px;
  font-family:'Nunito',sans-serif;
  font-size:13px;
  font-weight:700;
  color:#94a3b8;
  text-decoration:none;
  border-radius:10px;
  white-space:nowrap;
  transition:background .15s,color .15s;
}

.azuwt-section-nav__link:hover{
  background:rgba(255,255,255,.1);
  color:#fff;
}

.azuwt-section-nav__link--active{
  background:#1e90d6;
  color:#fff !important;
}

@media (max-width:768px){
  .azuwt-section-nav{
    margin:0 -16px;
    padding:0 12px;
  }
  .azuwt-section-nav__link{
    font-size:12px;
    padding:8px 12px;
  }
}

/* Scroll padding for sticky nav offset */
.azuwt-tracker-page {
  scroll-padding-top: 140px;
}
.admin-bar .azuwt-tracker-page {
  scroll-padding-top: 172px;
}
.azuwt-tracker-page section[id] {
  scroll-margin-top: 140px;
}
.admin-bar .azuwt-tracker-page section[id] {
  scroll-margin-top: 172px;
}

/* ═══ Education Loan CTA Blocks ═══ */
.azuwt-loan-cta{
  position:relative;
  overflow:hidden;
  margin:24px 0;
  border-radius:24px;
  padding:2px;
  background:linear-gradient(135deg,#16213e 0%,#7c3aed 42%,#f59e0b 100%);
  box-shadow:0 18px 45px rgba(17,24,39,.16);
}

.azuwt-loan-cta__glow{
  position:absolute;
  inset:auto -80px -120px auto;
  width:260px;
  height:260px;
  background:radial-gradient(circle,rgba(245,158,11,.34),rgba(245,158,11,0) 68%);
  pointer-events:none;
}

.azuwt-loan-cta__inner{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:22px;
  border-radius:22px;
  background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#3b0764 100%);
  color:#fff;
}

.azuwt-loan-cta__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:126px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fde68a;
  font-family:'Nunito',sans-serif;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  text-align:center;
}

.azuwt-loan-cta__content h2{
  margin:0 0 6px;
  color:#fff;
  font-family:'Nunito',sans-serif;
  font-size:24px;
  font-weight:900;
  line-height:1.18;
}

.azuwt-loan-cta__content p{
  margin:0;
  color:#e2e8f0;
  font-size:14px;
  line-height:1.55;
}

.azuwt-loan-cta__points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}

.azuwt-loan-cta__points span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 10px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.14);
  color:#f8fafc;
  font-size:12px;
  font-weight:800;
}

.azuwt-loan-cta__actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:220px;
}

.azuwt-loan-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:12px 16px;
  font-family:'Nunito',sans-serif;
  font-size:14px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  border:1px solid transparent;
  transition:transform .15s,box-shadow .15s,background .15s;
}

.azuwt-loan-cta__btn:hover{
  transform:translateY(-1px);
  text-decoration:none;
}

.azuwt-loan-cta__btn--primary{
  background:linear-gradient(135deg,#fde047 0%,#f97316 100%);
  color:#431407;
  box-shadow:0 10px 22px rgba(249,115,22,.28);
}

.azuwt-loan-cta__btn--whatsapp{
  background:#dcfce7;
  color:#166534;
  border-color:#86efac;
}

.azuwt-loan-cta__btn--call{
  background:rgba(255,255,255,.1);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}

.azuwt-loan-cta--compact{
  background:linear-gradient(135deg,#0369a1 0%,#0891b2 46%,#22c55e 100%);
}

.azuwt-loan-cta--compact .azuwt-loan-cta__inner{
  background:linear-gradient(135deg,#082f49 0%,#164e63 55%,#064e3b 100%);
  padding:18px 20px;
}

.azuwt-loan-cta--compact .azuwt-loan-cta__content h2{
  font-size:21px;
}

.azuwt-loan-cta--final{
  background:linear-gradient(135deg,#7c2d12 0%,#be123c 42%,#f59e0b 100%);
}

.azuwt-loan-cta--final .azuwt-loan-cta__inner{
  background:linear-gradient(135deg,#111827 0%,#7f1d1d 58%,#431407 100%);
}

@media (max-width:900px){
  .azuwt-loan-cta__inner{
    grid-template-columns:1fr;
    text-align:left;
  }
  .azuwt-loan-cta__badge{
    width:max-content;
    min-width:0;
  }
  .azuwt-loan-cta__actions{
    width:100%;
    min-width:0;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .azuwt-loan-cta__btn{
    flex:1 1 190px;
  }
}

@media (max-width:560px){
  .azuwt-loan-cta{
    border-radius:20px;
    margin:18px 0;
  }
  .azuwt-loan-cta__inner{
    padding:18px;
    border-radius:18px;
  }
  .azuwt-loan-cta__content h2{
    font-size:20px;
  }
  .azuwt-loan-cta__content p{
    font-size:13px;
  }
  .azuwt-loan-cta__actions{
    flex-direction:column;
  }
  .azuwt-loan-cta__btn{
    width:100%;
    flex:auto;
  }
}


/* ═══ v18.2.4 mobile form stability fixes ═══ */
.azuwt-submit-btn--saving,
.azuwt-submit-btn[aria-busy="true"]{
  opacity:.75;
  cursor:wait;
  pointer-events:none;
}

@media (max-width:768px){
  .azuwt-field input,
  .azuwt-field select,
  .azuwt-field textarea{
    font-size:16px; /* prevents mobile browser zoom/jump while typing */
    min-height:50px;
  }

  .azuwt-wizard{
    overflow:visible;
  }

  .azuwt-wizard-nav{
    position:sticky;
    bottom:0;
    z-index:20;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border:1px solid #d9e4ef;
    border-radius:16px;
    padding:12px;
    box-shadow:0 -8px 24px rgba(15,23,42,.10);
    margin-left:-4px;
    margin-right:-4px;
  }

  .azuwt-submit-row{
    width:100%;
    display:grid;
    gap:10px;
  }

  .azuwt-submit-row .azuwt-submit-btn{
    width:100%;
  }

  .azuwt-multi-block,
  .azuwt-wizard-panel{
    scroll-margin-top:110px;
  }
}

/* ═══ v18.2.8 SJMSOM 27 April update highlight ═══ */
.azuwt-sjmsom-blink,
.azuwt-recent-update-blink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:1px 6px;
  border-radius:999px;
  background:#fff1f2;
  color:#be123c;
  border:1px solid #fecdd3;
  font-weight:900;
  line-height:1.25;
  animation:azuwt-sjmsom-blink 1.2s ease-in-out infinite;
}

@keyframes azuwt-sjmsom-blink{
  0%,100%{
    background:#fff1f2;
    color:#be123c;
    box-shadow:0 0 0 0 rgba(244,63,94,.35);
  }
  50%{
    background:#be123c;
    color:#ffffff;
    box-shadow:0 0 0 5px rgba(244,63,94,.14);
  }
}

.azuwt-sjmsom-option,
.azuwt-recent-update-option{
  font-weight:800;
  color:#be123c;
  background:#fff1f2;
}

.azuwt-section-nav__link--update{
  color:#fff7ed;
  background:rgba(245,158,11,.16);
  border:1px solid rgba(251,191,36,.35);
}

.azuwt-section-nav__link--update::before{
  content:'●';
  margin-right:7px;
  color:#facc15;
  font-size:10px;
  animation:azuwt-update-dot 1s ease-in-out infinite;
}

@keyframes azuwt-update-dot{
  0%,100%{opacity:.35; transform:scale(.9);}
  50%{opacity:1; transform:scale(1.15);}
}

.azuwt-live-updates-wrap{
  background:linear-gradient(135deg,#fff7ed 0%,#ffffff 56%,#fff1f2 100%);
  border:1px solid #fed7aa;
  border-radius:20px;
  padding:22px;
  margin-bottom:24px;
  box-shadow:0 12px 30px rgba(234,88,12,.08);
}

.azuwt-live-update-card{
  display:grid;
  grid-template-columns:150px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  background:#ffffff;
  border:1px solid #fecaca;
  border-radius:18px;
  padding:18px;
  box-shadow:0 8px 24px rgba(190,18,60,.08);
}

.azuwt-live-update-card__date{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
  border-radius:16px;
  background:#be123c;
  color:#ffffff;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
  text-align:center;
  padding:12px;
}

.azuwt-live-update-card__content h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.25;
  color:#7f1d1d;
}

.azuwt-live-update-card__content p{
  margin:0;
  color:#334155;
  font-size:15px;
  line-height:1.65;
}

.azuwt-live-update-card__moves,
.azuwt-sjmsom-alert__moves{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:8px 0 10px;
}

.azuwt-live-update-card__moves span,
.azuwt-sjmsom-alert__moves span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:#fff1f2;
  color:#9f1239;
  border:1px solid #fecdd3;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
}

.azuwt-live-update-card__actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:170px;
}

.azuwt-live-update-card__btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  border-radius:12px;
  padding:10px 14px;
  background:#0f4c81;
  color:#ffffff !important;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  box-shadow:0 8px 18px rgba(15,76,129,.16);
}

.azuwt-live-update-card__btn--secondary{
  background:#be123c;
  box-shadow:0 8px 18px rgba(190,18,60,.16);
}

.azuwt-pill--sjmsom-update,
.azuwt-pill--movement-update{
  background:#fff1f2;
  color:#be123c;
  border-color:#fecdd3;
  font-weight:900;
  animation:azuwt-sjmsom-blink 1.2s ease-in-out infinite;
}

.azuwt-panel--sjmsom-alert{
  margin:16px 0;
  background:linear-gradient(135deg,#fff1f2 0%,#ffffff 100%);
  border:1px solid #fecdd3;
  box-shadow:0 8px 22px rgba(190,18,60,.08);
}

.azuwt-panel--sjmsom-alert h4{
  color:#7f1d1d;
  margin-bottom:8px;
}

.azuwt-panel--sjmsom-alert p{
  color:#334155;
}

.azuwt-sjmsom-alert__date{
  display:inline-flex;
  align-items:center;
  padding:5px 10px;
  margin-bottom:10px;
  border-radius:999px;
  background:#be123c;
  color:#ffffff;
  font-size:12px;
  font-weight:900;
}

.azuwt-sjmsom-jump,
.azuwt-recent-update-jump{
  border-color:#fecdd3 !important;
  background:#fff1f2 !important;
}

@media (max-width:860px){
  .azuwt-live-update-card{
    grid-template-columns:1fr;
  }
  .azuwt-live-update-card__date{
    min-height:auto;
    justify-content:flex-start;
  }
  .azuwt-live-update-card__actions{
    min-width:0;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .azuwt-live-update-card__btn{
    flex:1 1 190px;
  }
}

@media (max-width:560px){
  .azuwt-live-updates-wrap{
    padding:16px;
    border-radius:18px;
  }
  .azuwt-live-update-card{
    padding:14px;
    border-radius:16px;
  }
  .azuwt-live-update-card__content h3{
    font-size:19px;
  }
  .azuwt-live-update-card__content p{
    font-size:13px;
  }
  .azuwt-live-update-card__actions{
    flex-direction:column;
  }
}

@media (prefers-reduced-motion:reduce){
  .azuwt-sjmsom-blink,
  .azuwt-section-nav__link--update::before,
  .azuwt-pill--sjmsom-update,
.azuwt-pill--movement-update{
    animation:none;
  }
}


/* v18.2.8 SJMSOM transparency / random movement note */
.azuwt-sjmsom-random-note{
  margin-top:12px;
  padding:14px 16px;
  border-radius:16px;
  background:linear-gradient(135deg,#fff7ed 0%,#fffbeb 100%);
  border:1px solid #f59e0b;
  color:#431407;
  box-shadow:0 10px 22px rgba(245,158,11,.14);
}

.azuwt-sjmsom-random-note__headline{
  display:block;
  width:100%;
  padding:9px 12px;
  margin-bottom:10px;
  border-radius:12px;
  background:#7f1d1d;
  color:#ffffff !important;
  font-size:15px;
  line-height:1.45;
  font-weight:900;
  box-shadow:0 8px 16px rgba(127,29,29,.16);
}

.azuwt-sjmsom-random-note__headline strong{
  color:#ffffff !important;
}

.azuwt-sjmsom-random-note ul{
  margin:0;
  padding-left:20px;
  color:#431407;
}

.azuwt-sjmsom-random-note li{
  margin:6px 0;
  color:#431407;
  font-size:14px;
  line-height:1.55;
}

.azuwt-sjmsom-random-note li strong{
  color:#7f1d1d;
  font-weight:900;
}

.azuwt-sjmsom-random-note--compact{
  margin:10px 0 12px;
  padding:12px;
}

@media (max-width:560px){
  .azuwt-sjmsom-random-note{
    padding:12px;
  }
  .azuwt-sjmsom-random-note__headline{
    font-size:13px;
    padding:8px 10px;
  }
  .azuwt-sjmsom-random-note li{
    font-size:13px;
  }
}


/* ─── AI Summary: AzuCATion Summary ─── */
.azuwt-section-nav__link--ai::before{
    content:"✦";
    color:#f6c453;
    margin-right:7px;
    font-size:13px;
}
.azuwt-ai-summary-wrap{
    max-width:1300px;
    margin:28px auto 0;
    padding:0 24px;
}
.azuwt-ai-summary-card{
    border:1px solid rgba(30,144,214,.22);
    border-radius:24px;
    background:linear-gradient(135deg,#f8fbff 0%,#ffffff 48%,#fff7ed 100%);
    box-shadow:0 20px 52px rgba(15,23,42,.08);
    padding:24px;
    color:#172033;
}
.azuwt-ai-summary-card__top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
}
.azuwt-ai-summary-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:6px 12px;
    border-radius:999px;
    background:#eef6ff;
    border:1px solid #cfe2f5;
    color:#0f4c81;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:10px;
}
.azuwt-ai-summary-card h2{
    margin:0 0 8px;
    font-size:30px;
    line-height:1.15;
    color:#111827;
}
.azuwt-ai-summary-card__actions{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:8px;
    min-width:235px;
}
.azuwt-ai-summary-btn{
    border:0;
    border-radius:16px;
    background:#0f4c81;
    color:#fff;
    font-weight:900;
    padding:13px 18px;
    cursor:pointer;
    box-shadow:0 12px 26px rgba(15,76,129,.22);
}
.azuwt-ai-summary-btn:hover{
    background:#0b3b66;
}
.azuwt-ai-summary-btn:disabled{
    opacity:.65;
    cursor:wait;
}
.azuwt-ai-summary-status{
    display:inline-flex;
    border-radius:999px;
    background:#fff;
    border:1px solid #e2e8f0;
    color:#64748b;
    font-size:12px;
    font-weight:800;
    padding:6px 10px;
}
.azuwt-ai-summary-result{
    background:#ffffff;
    border:1px solid #dbeafe;
    border-radius:20px;
    padding:20px;
    color:#1e293b;
    position:relative;
    overflow:hidden;
}
.azuwt-ai-summary-result--loading::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.72);
    backdrop-filter:blur(1px);
}
.azuwt-ai-summary-result__headline{
    color:#7f1d1d;
    font-size:22px;
    line-height:1.25;
    font-weight:950;
    margin-bottom:8px;
}
.azuwt-ai-summary-result__summary{
    font-size:16px;
    line-height:1.7;
    margin:0 0 12px;
    color:#24324a;
}
.azuwt-ai-summary-result__points{
    margin:0 0 14px 0;
    padding:0;
    list-style:none;
    display:grid;
    gap:8px;
}
.azuwt-ai-summary-result__points li{
    border-left:4px solid #1e90d6;
    background:#f8fbff;
    border-radius:12px;
    padding:10px 12px;
    color:#26364f;
    font-weight:700;
}
.azuwt-ai-summary-advice{
    border-radius:14px;
    background:#f0fdf4;
    border:1px solid #bbf7d0;
    color:#14532d;
    padding:12px 14px;
    margin-top:12px;
    line-height:1.6;
}
.azuwt-ai-summary-alert{
    border-radius:14px;
    background:#fff1f2;
    border:1px solid #fecdd3;
    color:#7f1d1d;
    padding:12px 14px;
    margin-top:12px;
    line-height:1.6;
}
.azuwt-ai-summary-foot{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
}
.azuwt-ai-summary-foot span,
.azuwt-ai-summary-message{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    color:#64748b;
    font-size:12px;
    font-weight:800;
    padding:7px 10px;
}
.azuwt-ai-summary-message{
    margin-top:12px;
    border-radius:12px;
    display:block;
    line-height:1.5;
}
@media (max-width: 768px){
    .azuwt-ai-summary-wrap{
        padding:0 14px;
        margin-top:20px;
    }
    .azuwt-ai-summary-card{
        padding:16px;
        border-radius:20px;
    }
    .azuwt-ai-summary-card__top{
        flex-direction:column;
    }
    .azuwt-ai-summary-card h2{
        font-size:24px;
    }
    .azuwt-ai-summary-card__actions{
        width:100%;
        min-width:0;
        align-items:stretch;
    }
    .azuwt-ai-summary-btn,
    .azuwt-ai-summary-status{
        width:100%;
        justify-content:center;
        text-align:center;
    }
    .azuwt-ai-summary-result{
        padding:15px;
    }
    .azuwt-ai-summary-result__headline{
        font-size:19px;
    }
}

/* v18.2.10 mobile fix: keep SJMSOM update CTA buttons normal height */
@media (max-width:560px){
  .azuwt-live-update-card__actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .azuwt-live-update-card__btn{
    flex:0 0 auto !important;
    width:100%;
    min-height:0 !important;
    height:auto !important;
    padding:12px 14px;
    border-radius:14px;
    line-height:1.25;
  }
}


/* v18.2.11: approved student updates + quick public update box */
.azuwt-approved-updates{
  margin-top:18px;
  padding:16px;
  border-radius:18px;
  background:#ffffff;
  border:1px solid #e2e8f0;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
}
.azuwt-approved-updates h3,
.azuwt-public-update-box h3{
  margin:0 0 10px;
  color:#111827;
  font-size:20px;
  line-height:1.25;
}
.azuwt-approved-updates__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.azuwt-approved-update-card{
  border:1px solid #dbeafe;
  border-radius:15px;
  background:#f8fbff;
  padding:13px;
  color:#1e293b;
}
.azuwt-approved-update-card__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  margin-bottom:8px;
}
.azuwt-approved-update-card__top strong{
  color:#0f172a;
  font-weight:900;
}
.azuwt-approved-update-card__top span{
  display:inline-flex;
  border-radius:999px;
  background:#fff1f2;
  border:1px solid #fecdd3;
  color:#be123c;
  padding:4px 8px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.azuwt-approved-update-card p{
  margin:0 0 8px;
  color:#334155;
  line-height:1.6;
  font-size:14px;
}
.azuwt-approved-update-card small{
  color:#64748b;
  font-weight:800;
}
.azuwt-public-update-box{
  margin-top:18px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);
  border:1px solid #bfdbfe;
  box-shadow:0 8px 24px rgba(30,64,175,.06);
}
.azuwt-public-update-box__head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:14px;
}
.azuwt-public-update-box__head p{
  margin:0;
  color:#475569;
  line-height:1.6;
}
.azuwt-public-update-box__head span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-size:12px;
  font-weight:900;
  padding:7px 10px;
  white-space:nowrap;
}
.azuwt-public-update-form__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.azuwt-public-update-form textarea{
  resize:vertical;
}
.azuwt-public-update-form label span{
  color:#64748b;
  font-weight:700;
}
.azuwt-public-update-form__bottom{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:14px;
}
.azuwt-public-update-message{
  color:#64748b;
  font-weight:800;
  line-height:1.5;
}
.azuwt-public-update-message.is-success{
  color:#166534;
}
.azuwt-public-update-message.is-error{
  color:#b91c1c;
}
.azuwt-honeypot{
  position:absolute !important;
  left:-99999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}
@media (max-width:760px){
  .azuwt-approved-updates__grid,
  .azuwt-public-update-form__grid{
    grid-template-columns:1fr;
  }
  .azuwt-public-update-box__head{
    flex-direction:column;
  }
  .azuwt-public-update-form__bottom .azuwt-submit-btn{
    width:100%;
  }
  .azuwt-approved-update-card__top{
    flex-direction:column;
  }
}


/* v18.2.14: SJMSOM category movement explanation and time-limited blinking */
.azuwt-sjmsom-random-note li.azuwt-sjmsom-ews-bold{
  padding:10px 12px;
  border-radius:12px;
  background:#fff1f2;
  border:1px solid #fb7185;
  list-style-position:inside;
}

.azuwt-sjmsom-random-note li.azuwt-sjmsom-ews-bold strong{
  color:#7f1d1d !important;
  font-weight:900;
}


.azuwt-sjmsom-random-note li.azuwt-sjmsom-category-note{
  padding:10px 12px;
  border-radius:12px;
  background:#eff6ff;
  border:1px solid #93c5fd;
  list-style-position:inside;
}

.azuwt-sjmsom-random-note li.azuwt-sjmsom-category-note strong{
  color:#1e3a8a !important;
  font-weight:900;
}


/* v18.2.15: lazy public update/news box with clearer doubt routing */
.azuwt-public-update-box__kicker{
  display:inline-flex;
  margin:0 0 8px;
  padding:5px 10px;
  border-radius:999px;
  background:#e0f2fe;
  border:1px solid #7dd3fc;
  color:#075985;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.azuwt-public-update-guide{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:14px 0;
}
.azuwt-public-update-guide__item{
  border-radius:16px;
  padding:13px 14px;
  border:1px solid #e2e8f0;
  background:#fff;
}
.azuwt-public-update-guide__item strong{
  display:block;
  margin-bottom:5px;
  color:#0f172a;
  font-weight:900;
}
.azuwt-public-update-guide__item p{
  margin:0;
  color:#475569;
  font-size:14px;
  line-height:1.5;
}
.azuwt-public-update-guide__item--yes{
  background:#f0fdf4;
  border-color:#bbf7d0;
}
.azuwt-public-update-guide__item--no{
  background:#fff7ed;
  border-color:#fed7aa;
}
.azuwt-public-update-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin:14px 0 8px;
}
.azuwt-public-update-toggle,
.azuwt-public-update-action-link{
  appearance:none;
  border:0;
  text-decoration:none !important;
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  font-size:14px;
  line-height:1.1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
}
.azuwt-public-update-toggle{
  color:#fff;
  background:#0f4f8a;
  box-shadow:0 8px 20px rgba(15,79,138,.18);
}
.azuwt-public-update-action-link{
  color:#0f172a !important;
  background:#ffffff;
  border:1px solid #bfdbfe;
}
.azuwt-public-update-action-link--secondary{
  color:#7f1d1d !important;
  border-color:#fecdd3;
  background:#fff1f2;
}
.azuwt-public-update-box__microcopy{
  margin:8px 0 0;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}
.azuwt-public-update-form-wrap{
  margin-top:16px;
  padding-top:16px;
  border-top:1px dashed #bfdbfe;
}
.azuwt-public-update-form-wrap[hidden]{
  display:none !important;
}

@media (max-width:760px){
  .azuwt-public-update-guide{
    grid-template-columns:1fr;
  }
  .azuwt-public-update-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .azuwt-public-update-toggle,
  .azuwt-public-update-action-link{
    width:100%;
    white-space:normal;
    text-align:center;
  }
}

/* v18.2.16: SJMSOM Amiya Sir remarks */
.azuwt-sjmsom-amiya-remarks {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(37, 99, 235, 0.24);
    border-radius: 16px;
    background: #eff6ff;
    color: #17315f;
    font-weight: 700;
}

.azuwt-live-update-card__moves span,
.azuwt-sjmsom-alert__moves span {
    white-space: normal;
}


/* v18.2.17: 28 April IRMA + DMS IIT Delhi movement updates */
.azuwt-admin-updates-list{
  display:grid;
  gap:14px;
}

.azuwt-live-update-card + .azuwt-live-update-card{
  margin-top:0;
}

.azuwt-live-update-card--irma{
  border-color:#bbf7d0;
  background:linear-gradient(135deg,#f0fdf4 0%,#ffffff 72%);
  box-shadow:0 8px 24px rgba(22,163,74,.08);
}

.azuwt-live-update-card--irma .azuwt-live-update-card__date{
  background:#166534;
}

.azuwt-live-update-card--irma .azuwt-live-update-card__content h3{
  color:#14532d;
}

.azuwt-live-update-card--irma .azuwt-live-update-card__moves span{
  background:#dcfce7;
  color:#14532d;
  border-color:#86efac;
}

.azuwt-live-update-card--dms{
  border-color:#bfdbfe;
  background:linear-gradient(135deg,#eff6ff 0%,#ffffff 72%);
  box-shadow:0 8px 24px rgba(37,99,235,.08);
}

.azuwt-live-update-card--dms .azuwt-live-update-card__date{
  background:#1d4ed8;
}

.azuwt-live-update-card--dms .azuwt-live-update-card__content h3{
  color:#1e3a8a;
}

.azuwt-live-update-card--dms .azuwt-live-update-card__moves span{
  background:#dbeafe;
  color:#1e3a8a;
  border-color:#93c5fd;
}

.azuwt-movement-detail-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #dbe4ef;
}

.azuwt-movement-detail-note ul{
  margin:0;
  padding-left:18px;
}

.azuwt-movement-detail-note li{
  margin:4px 0;
  color:#334155;
  line-height:1.55;
  font-size:14px;
}

.azuwt-live-update-card__btn{
  border:0;
  cursor:pointer;
  font-family:inherit;
}

.azuwt-live-update-card__btn--whatsapp{
  background:#16a34a;
  box-shadow:0 8px 18px rgba(22,163,74,.16);
}

.azuwt-more-data-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-top:16px;
  padding:16px 18px;
  border-radius:18px;
  background:#0f172a;
  color:#ffffff;
  box-shadow:0 10px 26px rgba(15,23,42,.16);
}

.azuwt-more-data-cta strong{
  color:#ffffff;
  display:block;
  font-size:17px;
  margin-bottom:4px;
}

.azuwt-more-data-cta p{
  color:#e2e8f0;
  margin:0;
  line-height:1.55;
  font-size:14px;
}

.azuwt-more-data-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  min-width:260px;
  justify-content:flex-end;
}

.azuwt-more-data-cta__actions .azuwt-live-update-card__btn{
  min-width:120px;
}

.azuwt-show-more-updates-wrap{
  display:flex;
  justify-content:center;
  margin-top:14px;
}

.azuwt-show-more-updates{
  appearance:none;
  border:1px solid #fed7aa;
  background:#fff7ed;
  color:#9a3412;
  border-radius:999px;
  padding:10px 18px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(234,88,12,.08);
}

.azuwt-show-more-updates:hover{
  background:#ffedd5;
}

@media (max-width:760px){
  .azuwt-more-data-cta{
    align-items:stretch;
    flex-direction:column;
  }

  .azuwt-more-data-cta__actions{
    min-width:0;
    width:100%;
    flex-direction:column;
  }

  .azuwt-more-data-cta__actions .azuwt-live-update-card__btn{
    width:100%;
  }
}


.azuwt-panel--movement-alert{
  margin:16px 0;
}

.azuwt-panel--irma-alert{
  background:linear-gradient(135deg,#f0fdf4 0%,#ffffff 100%);
  border:1px solid #bbf7d0;
  box-shadow:0 8px 22px rgba(22,163,74,.08);
}

.azuwt-panel--irma-alert h4{
  color:#14532d;
}

.azuwt-panel--irma-alert .azuwt-sjmsom-alert__date{
  background:#166534;
}

.azuwt-panel--irma-alert .azuwt-sjmsom-alert__moves span{
  background:#dcfce7;
  color:#14532d;
  border-color:#86efac;
}

.azuwt-panel--dms-alert{
  background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);
  border:1px solid #bfdbfe;
  box-shadow:0 8px 22px rgba(37,99,235,.08);
}

.azuwt-panel--dms-alert h4{
  color:#1e3a8a;
}

.azuwt-panel--dms-alert .azuwt-sjmsom-alert__date{
  background:#1d4ed8;
}

.azuwt-panel--dms-alert .azuwt-sjmsom-alert__moves span{
  background:#dbeafe;
  color:#1e3a8a;
  border-color:#93c5fd;
}


.azuwt-pill--movement-update{
  background:#ecfdf5;
  color:#166534;
  border-color:#bbf7d0;
  font-weight:900;
}


/* v18.2.18: generic 2-day blink for every admin movement update */
.azuwt-recent-update-blink{
  vertical-align:baseline;
}
.azuwt-recent-update-option{
  font-weight:900;
}
.azuwt-recent-update-option--irma{
  color:#166534;
  background:#ecfdf5;
}
.azuwt-recent-update-option--dms{
  color:#1d4ed8;
  background:#eff6ff;
}
.azuwt-recent-update-option--sjmsom{
  color:#be123c;
  background:#fff1f2;
}
.azuwt-pill--movement-update{
  font-weight:900;
  animation:azuwt-sjmsom-blink 1.2s ease-in-out infinite;
}
.azuwt-pill--movement-update-irma{
  background:#ecfdf5;
  color:#166534;
  border-color:#bbf7d0;
}
.azuwt-pill--movement-update-dms{
  background:#eff6ff;
  color:#1d4ed8;
  border-color:#bfdbfe;
}
.azuwt-pill--movement-update-sjmsom{
  background:#fff1f2;
  color:#be123c;
  border-color:#fecdd3;
}
.azuwt-recent-update-jump--irma{
  border-color:#bbf7d0 !important;
  background:#ecfdf5 !important;
}
.azuwt-recent-update-jump--dms{
  border-color:#bfdbfe !important;
  background:#eff6ff !important;
}
.azuwt-recent-update-jump--sjmsom{
  border-color:#fecdd3 !important;
  background:#fff1f2 !important;
}
@media (prefers-reduced-motion: reduce){
  .azuwt-recent-update-blink,
  .azuwt-pill--movement-update{
    animation:none;
  }
}
