:root {
  --ink: #17242a;
  --ink-soft: #33454d;
  --paper: #fff;
  --mist: #eef3f4;
  --line: #d8e1e3;
  --cyan: #63c3d1;
  --cyan-dark: #2f8da0;
  --yellow: #f2df16;
  --wine: #571f26;
  --success: #227a55;
  --danger: #a33737;
  --shadow: 0 18px 50px rgb(17 37 45 / 12%);
  --radius: 18px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 4% 6%, rgb(99 195 209 / 10%), transparent 28rem), #f8fafb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { color: #dbe7ea; background: var(--ink); font-size: .78rem; letter-spacing: .02em; }
.topbar .shell { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 24px; }
.topbar .shell > div { display: flex; gap: 22px; }
.topbar a { color: #fff; text-decoration: none; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgb(255 255 255 / 96%); border-bottom: 1px solid rgb(23 36 42 / 8%); backdrop-filter: blur(14px); }
.header-main { display: flex; align-items: center; min-height: 96px; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 12px; text-decoration: none; }
.brand img { width: 64px; height: 69px; object-fit: cover; object-position: top; border-radius: 8px; box-shadow: 0 8px 22px rgb(23 36 42 / 13%); }
.brand span { display: grid; line-height: 1.1; }
.brand strong { color: var(--wine); font-size: 1.06rem; letter-spacing: .09em; }
.brand small { margin-top: 7px; color: var(--cyan-dark); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.back-link { margin-left: auto; color: var(--ink-soft); font-weight: 700; text-decoration: none; }
.portal-nav { display: flex; align-items: center; justify-content: flex-end; flex: 1; gap: clamp(12px, 1.4vw, 23px); }
.portal-nav a, .link-button { color: var(--ink-soft); font-size: .84rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.user-chip { max-width: 170px; overflow: hidden; padding: 7px 11px; color: var(--wine); border: 1px solid rgb(87 31 38 / 25%); border-radius: 999px; font-size: .8rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.inline-form { display: inline; margin: 0; }
.link-button { padding: 0; background: transparent; border: 0; cursor: pointer; text-decoration: underline; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; margin-left: auto; background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); }

.flash { margin-top: 20px; padding: 12px 16px; border: 1px solid; border-radius: 12px; }
.flash-success { color: #155e42; background: #eaf8f1; border-color: #b8dfca; }
.flash-error { color: #872727; background: #fff0f0; border-color: #f1c4c4; }
.flash-info { color: #1d6070; background: #eefbfc; border-color: #b9e1e7; }

.auth-shell { width: min(1040px, calc(100% - 40px)); min-height: calc(100vh - 224px); margin: 0 auto; padding: clamp(36px, 7vw, 80px) 0; }
.auth-card { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.auth-card.single { display: block; max-width: 680px; margin-inline: auto; }
.auth-intro { position: relative; display: flex; min-height: 570px; padding: clamp(32px, 5vw, 56px); overflow: hidden; color: #fff; background: var(--ink); flex-direction: column; justify-content: space-between; isolation: isolate; }
.auth-intro::before { position: absolute; z-index: -1; width: 360px; height: 360px; content: ""; top: -150px; right: -120px; background: radial-gradient(circle, rgb(99 195 209 / 75%), rgb(99 195 209 / 0) 68%); }
.auth-intro::after { position: absolute; z-index: -1; right: -10%; bottom: 13%; width: 80%; height: 2px; content: ""; background: linear-gradient(90deg, transparent, var(--cyan), var(--yellow)); transform: rotate(-18deg); box-shadow: 0 28px 0 rgb(99 195 209 / 28%), 0 56px 0 rgb(99 195 209 / 14%); }
.auth-intro .eyebrow { color: var(--cyan); }
.auth-intro h2 { max-width: 12ch; margin: 10px 0 18px; color: #fff; font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.03; letter-spacing: -.035em; }
.auth-intro p { max-width: 34ch; color: #dbe7ea; }
.auth-note { padding: 16px 0 0; border-top: 1px solid rgb(255 255 255 / 17%); font-size: .9rem; }
.auth-form { padding: clamp(34px, 6vw, 68px); }
.auth-form h1 { max-width: 15ch; margin: 6px 0 12px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -.03em; }
.eyebrow { margin: 0; color: var(--cyan-dark); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.muted { color: #66767d; }

.form-grid { display: grid; gap: 18px; margin-top: 28px; }
.form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field-label { color: var(--ink-soft); font-size: .9rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #c6d2d5; border-radius: 11px; transition: border-color .18s, box-shadow .18s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 4px rgb(99 195 209 / 18%); outline: 0; }
.field small { color: #6a777c; font-size: .8rem; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 56px; }
.password-toggle { position: absolute; top: 50%; right: 8px; min-width: 42px; padding: 7px; color: var(--cyan-dark); background: transparent; border: 0; transform: translateY(-50%); cursor: pointer; font-size: .78rem; font-weight: 800; }
.check-row { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-size: .88rem; }
.check-row input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--cyan-dark); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-actions { display: flex; align-items: center; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 46px; padding: 11px 18px; align-items: center; justify-content: center; color: #fff; background: var(--ink); border: 1px solid var(--ink); border-radius: 11px; cursor: pointer; font-weight: 800; text-align: center; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.button:hover { box-shadow: 0 8px 20px rgb(23 36 42 / 18%); transform: translateY(-1px); }
.button.secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button.cyan { color: #10262c; background: var(--cyan); border-color: var(--cyan); }
.button.danger { background: var(--danger); border-color: var(--danger); }
.button.small { min-height: 36px; padding: 7px 11px; font-size: .82rem; }
.text-link { color: var(--cyan-dark); font-weight: 750; }
.error-list { padding: 13px 16px 13px 34px; color: #872727; background: #fff0f0; border: 1px solid #f1c4c4; border-radius: 12px; }

.app-main { min-height: calc(100vh - 224px); padding: 44px 0 72px; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.page-heading h1 { margin: 7px 0 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.035em; }
.page-heading p { margin: 9px 0 0; color: #617279; }
.summary-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin-bottom: 30px; }
.summary-card { padding: 21px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 22px rgb(17 37 45 / 5%); }
.summary-card span { display: block; color: #69787e; font-size: .82rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.summary-card strong { display: block; margin-top: 5px; font-size: 2rem; line-height: 1.1; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.project-card { display: grid; overflow: hidden; color: inherit; background: #fff; border: 1px solid var(--line); border-radius: 19px; box-shadow: 0 10px 28px rgb(17 37 45 / 7%); text-decoration: none; grid-template-columns: 190px minmax(0, 1fr); }
.project-thumb { min-height: 220px; background: linear-gradient(145deg, var(--ink), #2d4c57); }
.project-thumb img { width: 100%; height: 100%; object-fit: cover; }
.project-card-body { padding: 24px; }
.project-meta { display: flex; align-items: center; gap: 10px; color: #66777d; font-size: .8rem; font-weight: 700; flex-wrap: wrap; }
.badge { display: inline-flex; padding: 5px 9px; color: #155e42; background: #e8f7ef; border-radius: 999px; font-size: .74rem; font-weight: 850; }
.badge.paused { color: #785c00; background: #fff7d8; }
.badge.completed { color: #40555d; background: #eaf0f2; }
.badge.planned { color: #1d6070; background: #e7f7fa; }
.project-card h2 { margin: 10px 0 7px; font-size: 1.32rem; line-height: 1.2; }
.project-card p { margin: 0; color: #63747b; }
.progress-row { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.progress-track { flex: 1; width: 100%; height: 9px; overflow: hidden; appearance: none; background: var(--mist); border: 0; border-radius: 999px; }
.progress-track::-webkit-progress-bar { background: var(--mist); border-radius: 999px; }
.progress-track::-webkit-progress-value { background: linear-gradient(90deg, var(--cyan-dark), var(--cyan)); border-radius: 999px; }
.progress-track::-moz-progress-bar { background: linear-gradient(90deg, var(--cyan-dark), var(--cyan)); border-radius: 999px; }
.progress-value { min-width: 42px; color: var(--ink); font-size: .88rem; font-weight: 850; text-align: right; }
.empty-state { padding: clamp(30px, 5vw, 54px); background: #fff; border: 1px dashed #bdcacc; border-radius: 18px; text-align: center; }
.empty-state h2 { margin-top: 0; }

.project-hero { display: grid; gap: 28px; padding: clamp(25px, 4vw, 42px); margin-bottom: 34px; color: #fff; background: linear-gradient(125deg, var(--ink), #244550); border-radius: 23px; box-shadow: var(--shadow); grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr); }
.project-hero .eyebrow { color: var(--cyan); }
.project-hero h1 { margin: 8px 0 10px; font-size: clamp(2rem, 4.5vw, 3.65rem); line-height: 1.04; letter-spacing: -.035em; }
.project-hero p { margin: 0; color: #dbe7ea; }
.hero-progress { align-self: center; padding: 22px; background: rgb(255 255 255 / 8%); border: 1px solid rgb(255 255 255 / 13%); border-radius: 18px; }
.hero-progress strong { display: block; margin-bottom: 12px; font-size: 2.4rem; line-height: 1; }
.hero-progress .progress-track, .hero-progress .progress-track::-webkit-progress-bar { background: rgb(255 255 255 / 14%); }
.timeline { position: relative; display: grid; gap: 25px; }
.timeline::before { position: absolute; top: 6px; bottom: 0; left: 18px; width: 2px; content: ""; background: var(--line); }
.update-card { position: relative; margin-left: 52px; padding: clamp(22px, 4vw, 32px); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 9px 26px rgb(17 37 45 / 6%); }
.update-card::before { position: absolute; top: 30px; left: -43px; width: 16px; height: 16px; content: ""; background: var(--cyan); border: 4px solid #f8fafb; border-radius: 50%; box-shadow: 0 0 0 2px var(--cyan-dark); }
.update-head { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.update-head time { color: var(--cyan-dark); font-weight: 850; }
.update-head h2 { margin: 4px 0 0; font-size: 1.34rem; }
.update-description { color: #53666e; white-space: pre-line; }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.photo-button { position: relative; display: block; min-height: 180px; padding: 0; overflow: hidden; background: var(--mist); border: 0; border-radius: 12px; cursor: zoom-in; }
.photo-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.photo-button:hover img { transform: scale(1.035); }

.panel { margin-bottom: 24px; padding: clamp(22px, 4vw, 32px); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 24px rgb(17 37 45 / 5%); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
.panel-head h2 { margin: 0; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 13px 11px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
th { color: #607078; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
td { font-size: .92rem; }
tr:last-child td { border-bottom: 0; }
.row-actions { display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }
.admin-columns { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 24px; align-items: start; }
.stack { display: grid; gap: 13px; }
.assignment-list { display: grid; gap: 9px; }
.assignment-item { display: flex; align-items: center; gap: 10px; padding: 11px 12px; background: #f7f9fa; border: 1px solid var(--line); border-radius: 10px; }
.assignment-item input { width: 18px; height: 18px; accent-color: var(--cyan-dark); }
.file-box { padding: 20px; background: #f6fafb; border: 2px dashed #bdd2d6; border-radius: 13px; text-align: center; }
.file-box input { max-width: 100%; }
.help-box { padding: 15px 17px; color: #41565e; background: #eff7f8; border-left: 4px solid var(--cyan-dark); border-radius: 8px; }
.document-columns { grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); }
.document-upload-form { margin-top: 0; }
.document-list { display: grid; gap: 12px; }
.document-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 15px; padding: 16px; align-items: center; background: #f8fafb; border: 1px solid var(--line); border-radius: 13px; }
.document-icon { display: inline-flex; width: 58px; min-height: 48px; padding: 7px; align-items: center; justify-content: center; overflow: hidden; color: #fff; background: var(--ink); border-radius: 10px; font-size: .68rem; font-weight: 850; letter-spacing: .04em; text-align: center; }
.document-main { min-width: 0; }
.document-main h3 { margin: 0; overflow-wrap: anywhere; font-size: 1rem; line-height: 1.3; }
.document-main p { margin: 4px 0 0; color: #66777d; font-size: .82rem; }
.document-main .document-description { color: var(--ink-soft); white-space: pre-line; }
.document-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; flex-wrap: wrap; }
.empty-state.compact { padding: 25px; }
.empty-state.compact h3 { margin: 0 0 5px; }
.empty-state.compact p { margin: 0; }
.project-documents { margin-bottom: 34px; }
.danger-zone { border-color: #efc7c7; background: linear-gradient(135deg, #fff, #fff8f8); }
.danger-zone .eyebrow { color: var(--danger); }
.danger-zone h2 { margin: 5px 0 0; }
.delete-project-form { max-width: 650px; }
.delete-project-form input { border-color: #dca9a9; }

.lightbox { width: min(1120px, calc(100% - 32px)); max-height: 92vh; padding: 0; color: #fff; background: #10181c; border: 0; border-radius: 16px; box-shadow: 0 28px 80px rgb(0 0 0 / 45%); }
.lightbox::backdrop { background: rgb(2 8 11 / 82%); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 13px 18px; }
.lightbox-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 42px; height: 42px; color: #fff; background: rgb(0 0 0 / 58%); border: 1px solid rgb(255 255 255 / 25%); border-radius: 50%; cursor: pointer; font-size: 1.7rem; line-height: 1; }

.portal-footer { color: #d7e1e4; background: var(--ink); }
.portal-footer .shell { display: flex; min-height: 90px; align-items: center; gap: 22px; font-size: .84rem; }
.portal-footer a:first-of-type { margin-left: auto; }

@media (min-width: 1041px) {
  .summary-card { display: flex; min-height: 126px; align-items: center; justify-content: space-between; flex-direction: column; text-align: center; }
  .summary-card span { display: flex; min-height: 2.7em; align-items: flex-start; justify-content: center; line-height: 1.35; }
  .summary-card strong { margin-top: 10px; }
}

@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .portal-nav { position: fixed; z-index: 99; top: 134px; right: 0; left: 0; display: none; padding: 23px 20px 28px; align-items: stretch; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; }
  .portal-nav.open { display: flex; }
  .portal-nav a, .portal-nav .inline-form, .portal-nav .user-chip { width: 100%; padding: 10px 0; }
  .portal-nav .user-chip { padding: 10px 13px; }
  .summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .topbar .shell { min-height: 44px; justify-content: center; text-align: center; }
  .topbar .shell > span { display: none; }
  .topbar .shell > div { gap: 14px; }
  .header-main { min-height: 82px; }
  .brand img { width: 50px; height: 55px; }
  .brand strong { font-size: .88rem; }
  .brand small { font-size: .59rem; }
  .back-link { font-size: .8rem; }
  .portal-nav { top: 126px; }
  .auth-shell { width: min(100% - 28px, 1040px); padding: 28px 0 45px; }
  .auth-card { grid-template-columns: 1fr; }
  .auth-intro { min-height: 280px; padding: 28px; }
  .auth-intro h2 { max-width: 14ch; font-size: 2.3rem; }
  .auth-note { display: none; }
  .auth-form { padding: 30px 24px 35px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .summary-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .summary-card { padding: 16px; }
  .summary-card strong { font-size: 1.6rem; }
  .page-heading { align-items: flex-start; flex-direction: column; }
  .project-card { grid-template-columns: 112px minmax(0, 1fr); }
  .project-thumb { min-height: 200px; }
  .project-card-body { padding: 19px; }
  .project-hero { grid-template-columns: 1fr; }
  .hero-progress { padding: 17px; }
  .timeline::before { left: 8px; }
  .update-card { margin-left: 28px; }
  .update-card::before { left: -28px; width: 13px; height: 13px; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-button { min-height: 145px; }
  .admin-columns { grid-template-columns: 1fr; }
  .document-row { grid-template-columns: 50px minmax(0, 1fr); }
  .document-icon { width: 50px; }
  .document-actions { grid-column: 2; justify-content: flex-start; }
  .portal-footer .shell { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .portal-footer a:first-of-type { margin-left: 0; }
}

@media (max-width: 430px) {
  .topbar .shell > div { flex-direction: column; gap: 0; padding: 4px 0; }
  .site-header { top: 0; }
  .header-main { min-height: 78px; }
  .brand span { display: none; }
  .portal-nav { top: 126px; }
  .summary-grid { grid-template-columns: 1fr; }
  .project-card { grid-template-columns: 1fr; }
  .project-thumb { min-height: 155px; }
  .photo-grid { grid-template-columns: 1fr; }
  .form-actions .button { width: 100%; }
  .document-row { grid-template-columns: 1fr; }
  .document-icon { width: auto; justify-self: start; }
  .document-actions { grid-column: 1; }
}

/* Pulsante utente coerente con Area riservata negli header del sito. */
.site-header .user-chip {
  padding: 8px 11px;
  color: var(--wine) !important;
  background: transparent;
  border: 1px solid rgb(87 31 38 / 28%);
  border-radius: 4px;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.site-header .user-chip:hover,
.site-header .user-chip:focus-visible {
  color: #fff !important;
  background: var(--wine);
  border-color: var(--wine);
}
/* Navigazione amministrativa coerente con gli header del sito. */
.site-header .portal-nav .portal-section-link {
  position: relative;
  padding: 4px 6px;
  color: var(--ink-soft);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.7;
  border-radius: 2px;
  white-space: nowrap;
  text-decoration: none;
}

.site-header .portal-nav .portal-section-link[aria-current="page"] {
  color: var(--ink);
  background: transparent;
  box-shadow: 0 0 0 1px #2f8da0;
}

.site-header .portal-nav .portal-section-link:hover,
.site-header .portal-nav .portal-section-link:focus-visible {
  color: var(--ink);
  background: rgb(47 141 160 / 8%);
  box-shadow: 0 0 0 2px #2f8da0;
}

.site-header .portal-nav .portal-section-link::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--cyan-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-header .portal-nav .portal-section-link:hover::after,
.site-header .portal-nav .portal-section-link[aria-current="page"]::after {
  transform: scaleX(1);
}

@media (max-width: 1040px) {
  .site-header .portal-nav .portal-section-link {
    padding: 11px 10px;
    font-size: .95rem;
  }
  .site-header .portal-nav .portal-section-link::after {
    display: none;
  }
}