/* Shared visual system for public, account and staff pages. */
:root {
    --aufc-navy: #071e32;
    --aufc-navy-800: #12364e;
    --aufc-ink: #172c3e;
    --aufc-muted: #586d7d;
    --aufc-line: #dfe7ed;
    --aufc-surface: #f3f6f8;
    --aufc-radius: 12px;
    --aufc-radius-sm: 7px;
    --aufc-shadow: 0 8px 28px #071e3208;
    --aufc-shadow-lg: 0 16px 40px #071e3214;
}
body { line-height: 1.65; }
::selection { background: #c5e777; color: #071e32; }
h1, h2, h3, h4 { letter-spacing: -.015em; text-wrap: balance; }
img { max-width: 100%; }
.btn { border-radius: 6px; letter-spacing: .07em; }
.btn-aufc { color: #152a0c; }
.btn-aufc-blue { background: #123e59; border-color: #123e59; }
.btn-aufc-ghost { background: #fff; border-color: #cedae2; }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #169bc9; outline-offset: 4px; box-shadow: none; }
.public-site { background: #fbfcfd; }
.public-site .section { padding-block: 72px; }
.public-site .section-tight { padding-block: 30px; }
.section-head .eyebrow { color: #226781; font-family: 'Inter', sans-serif; font-size: .66rem; letter-spacing: .16em; }
.section-head h2 { font-size: clamp(2.1rem, 3.5vw, 3.2rem); }
.section-head p { line-height: 1.8; }
.section-dark .section-head .eyebrow { color: #8cdaee; }
.site-topbar { background: #071e32; font-size: .72rem; padding-block: 6px; }
.site-header { border-bottom: 1px solid var(--aufc-line); box-shadow: 0 4px 20px #071e3205; }
.site-header .navbar { min-height: 86px; }
.site-header .brand-lockup img { height: 66px; }
.brand-text .brand-name { font-size: 1.35rem; }
.site-nav .nav-link { font-size: .93rem; letter-spacing: .08em; padding-inline: .8rem !important; }
.site-nav .nav-link::after { border: 0; }
.site-nav .dropdown-menu { padding: 10px; border: 1px solid var(--aufc-line); border-top: 3px solid var(--aufc-cyan); box-shadow: 0 18px 45px #071e3220; border-radius: 0 0 10px 10px; min-width: 210px; }
.site-nav .dropdown-item { padding: 10px 13px; }
.site-nav .btn { font-size: .9rem; }
.page-banner { background: radial-gradient(ellipse at 95% 80%, #21546a, transparent 57%), #071e32; padding: 54px 0 38px; overflow: hidden; isolation: isolate; }
.page-banner > .container { position: relative; }
.page-banner::before { content: ''; position: absolute; width: 560px; height: 560px; right: -60px; top: -240px; border: 1px solid #ffffff13; border-radius: 50%; box-shadow: 0 0 0 65px #ffffff03, 0 0 0 130px #ffffff02; z-index: -1; pointer-events: none; }
.page-banner::after { height: 3px; background: linear-gradient(90deg, var(--aufc-cyan) 0 80%, var(--aufc-lime) 80%); }
.page-kicker { display: flex; gap: 14px; align-items: center; color: #b7d2de; text-transform: uppercase; letter-spacing: .17em; font-size: .62rem; font-weight: 600; margin-bottom: 22px; }
.page-kicker span { color: var(--aufc-lime); }
.page-banner h1 { font-size: clamp(2.65rem, 5.2vw, 4.7rem); max-width: 20ch; line-height: 1; position: relative; }
.page-banner p { font-size: .95rem; line-height: 1.8; padding-top: 8px; position: relative; }
.page-banner .breadcrumb { margin-top: 26px; font-size: .7rem; letter-spacing: .02em; }
.page-watermark { position: absolute; width: 190px; height: 220px; object-fit: contain; right: 40px; top: -18px; opacity: .075; z-index: -1; transform: rotate(-12deg); pointer-events: none; }
.public-site .dash-card, .auth-page .dash-card { background: #fff; border: 1px solid var(--aufc-line); border-radius: var(--aufc-radius); box-shadow: var(--aufc-shadow); }
.dash-card > .card-head { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding: 20px 24px; border-bottom: 1px solid var(--aufc-line); }
.dash-card > .card-head h3 { font-size: 1.2rem; margin: 0; color: var(--aufc-navy); }
.dash-card > .card-head .actions { margin-left: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.dash-card > .card-body { padding: 24px; }
.dash-card > .card-foot { padding: 18px 24px; background: #f8fafb; border-top: 1px solid var(--aufc-line); border-radius: 0 0 var(--aufc-radius) var(--aufc-radius); }
.filter-bar { padding: 20px 24px; background: #fff; border: 1px solid var(--aufc-line); border-radius: var(--aufc-radius); box-shadow: var(--aufc-shadow); }
.form-label { font-family: 'Inter', sans-serif; text-transform: none; letter-spacing: 0; font-size: .8rem; font-weight: 600; margin-bottom: 8px; }
.form-control, .form-select { background-color: #fbfcfd; border: 1px solid #cbd7df; border-radius: 7px; min-height: 46px; font-size: .9rem; }
.form-control::placeholder { color: #738592; }
.form-control:focus, .form-select:focus { background-color: #fff; border-color: #2387ac; box-shadow: 0 0 0 4px #2387ac14; }
.form-control.is-invalid, .form-select.is-invalid { border-color: #c83e39; }
.form-control:disabled, .form-select:disabled { background-color: #e9eef2; }
.form-section { padding: 30px; box-shadow: var(--aufc-shadow); margin-bottom: 26px; }
.form-section > h3 { font-size: 1.4rem; }
.form-section > h3 .step { border-radius: 50%; height: 34px; width: 34px; }
.form-section > .hint { font-size: .85rem; line-height: 1.7; margin-bottom: 24px; }
.form-check-input:checked { background-color: #146181; border-color: #146181; }
.form-check-label { font-size: .9rem; }
.public-site .prose { color: #405566; line-height: 1.9; font-size: 1rem; }
.prose > p:first-child { font-size: 1.1rem; color: #253f52; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose h2 { font-size: 2rem; }
.prose blockquote { padding: 20px 24px; background: #eef4f7; border-radius: 0 8px 8px 0; }
.public-site aside .cta-band { padding: 30px; }
.public-site aside dl { line-height: 1.8; }
.public-site aside dd { overflow-wrap: anywhere; }
.public-site aside li a { padding-block: 4px; }
.squad-panel { min-height: 340px; padding: 38px 42px 0; background: radial-gradient(ellipse at 90% 50%, #22556a, transparent 65%), #0b293f; border-radius: 12px; }
.squad-panel::before { background: none; border: 1px solid #ffffff14; border-radius: 50%; width: 360px; height: 360px; left: auto; right: -40px; top: -60px; }
.squad-panel::after { height: 3px; background: var(--aufc-cyan); }
.squad-panel .copy { padding-bottom: 38px; }
.squad-panel .copy h3 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.squad-panel .copy p { max-width: 44ch; font-size: .9rem; line-height: 1.8; }
.squad-panel .eyebrow { color: #8bd5e9; }
.squad-panel .shot { width: clamp(180px, 34%, 290px); filter: drop-shadow(0 12px 20px #0003); }
.team-card { background: #153d54; box-shadow: none; border-radius: 10px; }
.team-card .overlay { background: linear-gradient(90deg, #071e32e8, #071e3260 65%, #071e3210); }
.team-card-art { position: absolute; height: 112%; right: -3%; bottom: -26%; width: 64%; }
.team-card-art img { width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.team-card .content { padding: 25px; }
.team-card .content h3 { max-width: 10ch; font-size: 1.9rem; }
.team-card .content .cat { font-size: .63rem; }
.team-card .content .meta { font-size: .75rem; }
.player-card { box-shadow: none; border: 1px solid #12364e; }
.player-card .photo { background: radial-gradient(circle at 50% 30%, #32677d, #092a40); }
.player-card .info { padding: 20px; }
.player-card .info .name { font-size: 1.35rem; }
.player-card .info .pos { color: #8bdbed; font-size: .63rem; }
.player-card .info .meta { color: #b7c5cf; }
.news-card { box-shadow: var(--aufc-shadow); }
.news-card .body { padding: 25px; }
.news-card h3 { font-size: 1.6rem; line-height: 1.15; }
.news-card .cat { border-radius: 4px; font-size: .6rem; letter-spacing: .1em; }
.news-card .date { padding-top: 14px; border-top: 1px solid var(--aufc-line); }
.news-card .excerpt { line-height: 1.75; }
.stat-tile { border-top: 3px solid #63bad4; box-shadow: var(--aufc-shadow); }
.stat-tile::after { display: none; }
.stat-tile .value { font-size: 3rem; }
.stat-tile .label { font-size: .65rem; letter-spacing: .1em; }
.match-card { box-shadow: var(--aufc-shadow); }
.match-card .match-head { background: #10334b; padding: 14px 20px; }
.match-card .match-body { padding: 28px 20px; }
.match-card .match-foot { background: #f8fafb; font-size: .76rem; }
.match-score { font-size: 2.7rem; }
.match-row { box-shadow: var(--aufc-shadow); transition: border-color .2s, box-shadow .2s; }
.match-row:hover { border-color: #77aec1 !important; box-shadow: var(--aufc-shadow-lg); }
.cta-band { background: radial-gradient(ellipse at right, #20576d, transparent 60%), #0b293f; border: 1px solid #ffffff10; }
.cta-band::before { background: none; border: 1px solid #ffffff15; pointer-events: none; }
.cta-band > * { position: relative; }
.cta-band h2, .cta-band h3 { color: #fff; }
.empty-state { background: #fff; border: 1px solid var(--aufc-line); border-radius: 12px; padding: 48px 24px; max-width: 100%; }
.empty-state .icon { display: grid; place-items: center; margin: 0 auto 20px; width: 70px; height: 70px; background: #edf4f7; color: #3e7890; border-radius: 50%; font-size: 1.8rem; }
.empty-state h4 { font-size: 1.6rem; }
.empty-state p { max-width: 48ch; margin-inline: auto; font-size: .9rem; }
.accordion { --bs-accordion-active-bg: #edf5f8; --bs-accordion-active-color: #12485d; --bs-accordion-btn-focus-box-shadow: inset 0 0 0 2px #2387ac; }
.accordion-button { padding: 22px 24px; }
.accordion-body { padding: 20px 24px 26px; line-height: 1.85; }
.table-responsive { background: #fff; border-radius: 10px; border: 1px solid var(--aufc-line); }
.table-aufc { margin-bottom: 0; }
.table-aufc thead th { background: #10334b; padding-block: 17px; }
.table-aufc tbody td { padding-block: 17px; }
.pagination { gap: 6px; flex-wrap: wrap; }
.pagination .page-link { border-radius: 6px !important; color: #173f57; border-color: var(--aufc-line); }
.pagination .active .page-link { color: #fff; background: #123e59; border-color: #123e59; }
.gallery-tile { border-radius: 10px; }
.gallery-tile .caption { padding: 42px 20px 20px; }
.sponsor-logo { box-shadow: var(--aufc-shadow); }
.site-footer { background: #071e32; padding-top: 0; }
.footer-signoff { padding: 45px 0 38px; border-bottom: 1px solid #ffffff1a; margin-bottom: 46px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3px 20px; }
.footer-signoff > span { grid-column: 1; color: #9eb9c9; font-size: .65rem; letter-spacing: .19em; text-transform: uppercase; }
.footer-signoff strong { grid-column: 1; font: 700 clamp(2.2rem,4vw,3.4rem)/1.1 'Barlow Condensed',sans-serif; text-transform: uppercase; color: #fff; }
.footer-signoff a { grid-column: 2; grid-row: 1 / 3; color: #d1e793; font-size: .8rem; display: flex; gap: 24px; align-items: center; }
.site-footer h5 { font-size: .95rem; }
.site-footer h5::after { height: 2px; width: 20px; background: #65bbd3; }
.site-footer .footer-links li { font-size: .8rem; margin-bottom: 8px; }
.site-footer .footer-bottom { font-size: .72rem; color: #a5b6c2; }
.site-footer .brand-lockup img { height: 76px; }
.site-footer .newsletter-form .form-control { background: #ffffff0d; color: white; }
.site-footer .newsletter-form .form-control::placeholder { color: #b0c0cb; }
.auth-page { background: #f3f6f8; }
.auth-page > .container-fluid { padding: 0; }
.auth-page .auth-side { background: radial-gradient(ellipse at 80% 80%, #225c72, transparent 65%), #071e32; }
.auth-page .auth-side::before { border: 1px solid #ffffff16; background: none; width: 550px; height: 550px; box-shadow: 0 0 0 65px #ffffff03; }
.auth-page .auth-side::after { height: 3px; background: #60b9d3; }
.auth-page .auth-side .inner { padding: 60px; }
.auth-page .auth-figure { opacity: .22; width: 48%; }
.auth-page .auth-card { max-width: 480px; padding: 36px; background: #fff; border: 1px solid var(--aufc-line); border-radius: 14px; box-shadow: 0 20px 60px #071e3208; }
.auth-page .auth-card h1, .auth-page .auth-card h2 { font-size: 2.4rem; }
.dash { --dash-bg: #f3f6f8; }
.dash-sidebar { background: #091f32; box-shadow: none; }
.dash-sidebar .sb-brand { min-height: 80px; }
.dash-sidebar .sb-brand img { height: 48px; }
.dash-sidebar .sb-nav a { border-radius: 7px; }
.dash-header { border-bottom: 1px solid var(--aufc-line); box-shadow: none; }
.dash-header .page-title { letter-spacing: -.01em; }
.dash .dash-card, .dash .kpi { box-shadow: 0 5px 20px #071e3204; }
.dash .kpi { padding: 22px; border-top: 3px solid #64b3cd; }
.dash .kpi .value { font-size: 2.3rem; }
.dash .kpi .label { font-size: .68rem; }
.dash .player-hero { background: radial-gradient(ellipse at right, #23586d, transparent 65%), #0b293f; }
.dash .dash-table thead th { padding-block: 15px; background: #f5f8fa; }
.dash .dash-table tbody td { padding-block: 15px; }
@media (min-width: 1400px) { .public-site .container { max-width: 1280px; } }
@media (max-width: 1199.98px) {
    .site-nav { padding-bottom: 18px; }
    .site-nav .nav-link { padding: 12px 10px !important; border-bottom: 1px solid #edf1f4; }
    .site-nav .dropdown-menu { box-shadow: none; background: #f4f7f9; margin-block: 5px; }
    .auth-page .auth-side .inner { padding: 40px; }
}
@media (max-width: 767.98px) {
    .public-site .section { padding-block: 44px; }
    .public-site .section-tight { padding-block: 22px; }
    .page-banner { padding: 34px 0 28px; }
    .page-kicker { font-size: .54rem; letter-spacing: .12em; gap: 9px; margin-bottom: 18px; }
    .page-banner h1 { font-size: clamp(2.4rem, 9vw, 3.5rem); overflow-wrap: anywhere; }
    .page-banner p { font-size: .86rem; }
    .page-banner .breadcrumb { margin-top: 20px; }
    .page-watermark { width: 130px; right: 12px; top: 0; height: 160px; }
    .squad-panel { min-height: 0; padding: 28px 24px 0; }
    .squad-panel .copy { padding-bottom: 26px; }
    .squad-panel .shot { width: 45%; }
    .footer-signoff { padding-block: 32px; grid-template-columns: 1fr; gap: 10px; margin-bottom: 32px; }
    .footer-signoff a { grid-column: 1; grid-row: 3; margin-top: 8px; }
    .auth-page .auth-side .inner { padding: 28px 24px; }
    .auth-page .auth-side .brand-lockup { margin-bottom: 24px !important; }
    .auth-page .auth-side ul { display: none !important; }
    .auth-page .auth-side .mt-5 { margin-top: 24px !important; }
    .auth-page .auth-form-wrap { padding: 28px 16px; }
    .auth-page .auth-card { padding: 26px 22px; }
}
@media (max-width: 575.98px) {
    .site-header .navbar { min-height: 76px; }
    .site-header .brand-lockup img { height: 57px; }
    .brand-text .brand-name { font-size: 1.1rem; }
    .dash-card > .card-head, .dash-card > .card-body, .dash-card > .card-foot { padding: 18px; }
    .filter-bar, .form-section { padding: 20px 16px; }
    .form-control, .form-select { font-size: 16px; }
    .team-card .content { padding: 18px; min-height: 180px; }
    .team-card .content h3 { font-size: 1.4rem; }
    .team-card-art { width: 88%; right: -24%; opacity: .75; }
    .team-card .overlay { background: linear-gradient(90deg, #071e32ed, #071e3240); }
    .team-card .content .meta { font-size: .65rem; }
    .squad-panel { flex-direction: column; }
    .squad-panel .shot { width: 65%; max-width: 240px; margin-inline: auto; }
    .news-card .body { padding: 16px; }
    .news-card h3 { font-size: 1.2rem; }
    .player-card .info { padding: 15px 12px; }
    .player-card .info .name { font-size: 1.1rem; }
    .stat-tile { padding: 18px 12px; }
    .stat-tile .value { font-size: 2.2rem; }
    .stat-tile .label { font-size: .58rem; letter-spacing: .05em; }
    .accordion-button, .accordion-body { padding: 18px; }
    .empty-state { padding: 32px 18px; }
    .match-row { gap: 10px !important; font-size: .85rem; }
    .dash .kpi { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
@media print { .footer-signoff, .page-watermark { display: none; } .public-site { background: white; } }
