.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--moderate{color:#0f4c81;}
.azuwt-chances-verdict--low{color:#835a00;}
.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;
  }
}
