.escar-wrap{--escar-blue:var(--wp--preset--color--primary,#06387a);--escar-teal:var(--wp--preset--color--secondary,#008f8b);--escar-gold:#c88a00;--escar-text:var(--wp--preset--color--contrast,#172033);--escar-muted:#5d6879;--escar-border:#dfe5ed;--escar-soft:#f5f8fc;color:var(--escar-text);}.escar-wrap *{box-sizing:border-box}.escar-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.escar-section-heading{margin:0}.escar-eyebrow{display:block;margin-bottom:7px;color:var(--escar-teal);font-size:13px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.escar-section-heading h2{margin:0;color:var(--escar-blue);font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.15}.escar-section-heading p{margin:8px 0 0;color:var(--escar-muted)}
.escar-view-switcher{display:inline-flex;flex:0 0 auto;padding:4px;background:var(--escar-soft);border:1px solid var(--escar-border);border-radius:10px}.escar-view-button{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:8px 12px;color:#475467;background:transparent;border:0;border-radius:7px;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.escar-view-button[aria-pressed=true]{color:#fff;background:var(--escar-blue);box-shadow:0 2px 8px rgba(6,56,122,.2)}.escar-view-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.escar-view-button:focus-visible,.escar-card a:focus-visible,.escar-table a:focus-visible,.escar-toggle:focus-visible,.escar-table-wrap:focus-visible{outline:3px solid #00a9a5;outline-offset:3px}.escar-view[hidden],.escar-past[hidden]{display:none!important}
.escar-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.escar-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:24px;background:#fff;border:1px solid var(--escar-border);border-radius:14px;box-shadow:0 10px 30px rgba(6,56,122,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.escar-card:hover{transform:translateY(-3px);border-color:rgba(0,143,139,.55);box-shadow:0 16px 36px rgba(6,56,122,.12)}.escar-card--featured{border-top:4px solid var(--escar-gold)}.escar-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.escar-status,.escar-featured{display:inline-flex;width:max-content;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}.escar-status--active{color:#07655f;background:#e3f7f4}.escar-status--closed{color:#536071;background:#e9edf2}.escar-featured{color:#704d00;background:#fff0c2}.escar-card__title{margin:0 0 6px;font-size:clamp(21px,2.4vw,28px);font-weight:700;line-height:1.25}.escar-card__title a{color:var(--escar-blue);text-decoration:none}.escar-card__department{margin:0 0 13px;color:var(--escar-teal);font-size:14px;font-weight:700}.escar-card__facts{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:14px;color:var(--escar-muted);font-size:13px}.escar-card__facts span{display:inline-flex;align-items:center;gap:6px}.escar-card__facts svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.escar-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:14px;border-top:1px solid var(--escar-border)}.escar-deadline{color:var(--escar-muted);font-size:12px}.escar-deadline strong{display:block;margin-top:2px;color:var(--escar-text);font-size:14px}.escar-card__link{display:inline-flex;align-items:center;gap:6px;color:var(--escar-blue);font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap}.escar-card--closed{background:#f8fafc;box-shadow:none}.escar-card--closed .escar-card__title a,.escar-card--closed .escar-card__link{color:#3f4a5a}
.escar-view--list .escar-cards{display:flex;flex-direction:column;gap:12px}.escar-view--list .escar-card{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px 20px;border-radius:10px;box-shadow:none}.escar-view--list .escar-card:hover{transform:none;box-shadow:0 8px 24px rgba(6,56,122,.08)}.escar-view--list .escar-card__topline{align-content:center;align-items:flex-start;flex-direction:column;margin:0}.escar-view--list .escar-card__title{font-size:22px}.escar-view--list .escar-card__department{margin-bottom:8px}.escar-view--list .escar-card__facts{margin:0}.escar-view--list .escar-card__footer{min-width:150px;align-items:flex-end;flex-direction:column;margin:0;padding:0;border:0;text-align:right}
.escar-table-wrap{max-width:100%;overflow:auto;border:1px solid var(--escar-border);border-radius:12px;background:#fff}.escar-table{width:100%;min-width:850px;margin:0;border:0;border-collapse:collapse;font-size:14px}.escar-table th,.escar-table td{padding:15px 16px;border:0;border-bottom:1px solid var(--escar-border);text-align:left;vertical-align:middle}.escar-table thead th{color:#344054;background:var(--escar-soft);font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.escar-table tbody th{max-width:290px;font-weight:750}.escar-table tbody tr:last-child>*{border-bottom:0}.escar-table tbody tr:hover{background:#f8fbff}.escar-table a{color:var(--escar-blue);text-decoration:none}.escar-table__featured{display:block;width:max-content;margin-top:5px;padding:2px 6px;color:#704d00;background:#fff0c2;border-radius:999px;font-size:9px;letter-spacing:.5px;text-transform:uppercase}.escar-table__action{display:inline-flex;gap:5px;font-weight:800;white-space:nowrap}
.escar-empty{padding:48px 28px;text-align:center;background:linear-gradient(145deg,#f8fbff,#f3f8f7);border:1px solid var(--escar-border);border-radius:16px}.escar-empty__icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 18px;color:var(--escar-blue);background:#fff;border-radius:50%;box-shadow:0 8px 24px rgba(6,56,122,.1)}.escar-empty__icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7}.escar-empty h2{margin:0 0 9px;color:var(--escar-blue);font-size:28px}.escar-empty p{max-width:620px;margin:0 auto;color:var(--escar-muted);line-height:1.7}.escar-past-control{display:flex;justify-content:center;margin-top:28px}.escar-toggle{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:11px 20px;color:#fff;background:var(--escar-blue);border:0;border-radius:7px;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.escar-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.escar-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.escar-past{margin-top:48px}.escar-section-heading--past{margin-bottom:22px;padding-top:28px;border-top:1px solid var(--escar-border)}.escar-section-heading--past h2{font-size:30px}
.escar-full-width-page{width:100%;max-width:none;margin:0;padding:0;color:var(--wp--preset--color--contrast,#172033);background:var(--wp--preset--color--base,#fff)}.escar-full-width-page__inner{width:calc(100% - 48px);max-width:1160px;margin:0 auto;padding:48px 0 72px}.escar-full-width-page__inner>*:first-child{margin-top:0}.escar-full-width-page__inner>*:last-child{margin-bottom:0}
@media(max-width:820px){.escar-heading-row{align-items:flex-start;flex-direction:column}.escar-view--list .escar-card{grid-template-columns:1fr auto}.escar-view--list .escar-card__topline{grid-column:1/-1;align-items:center;flex-direction:row}.escar-view--list .escar-card__footer{min-width:135px}}
@media(max-width:767px){.escar-cards{grid-template-columns:1fr}.escar-full-width-page__inner{width:calc(100% - 32px);padding:34px 0 52px}.escar-view-switcher{width:100%}.escar-view-button{flex:1;justify-content:center}.escar-card{padding:20px}.escar-view--list .escar-card{display:flex;align-items:stretch;flex-direction:column;gap:10px}.escar-view--list .escar-card__footer{align-items:flex-start;min-width:0;text-align:left}.escar-card__footer{align-items:flex-start;flex-direction:column}.escar-empty{padding:38px 20px}}
@media(max-width:420px){.escar-view-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.escar-view-button svg{width:20px;height:20px}}
.escar-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.escar-card,.escar-toggle svg{transition:none}.escar-card:hover{transform:none}}
