:root {
  color-scheme: light;
  --ground: #f3f6f8;
  --surface: #fff;
  --ink: #162434;
  --muted: #627183;
  --rule: #dce4e9;
  --accent: #a5352c;
  --accent-dark: #81271f;
  --accent-soft: #f9ecea;
  --navy: #142637;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--ground); }
body { margin: 0; color: var(--ink); background: var(--ground); }
a { color: inherit; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.portal-topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 66px; padding: 14px max(24px, calc((100vw - 1180px) / 2)); color: #fff; background: var(--navy); border-top: 3px solid var(--accent); }
.portal-brand { font-size: 15px; font-weight: 800; letter-spacing: .09em; white-space: nowrap; }
.portal-brand small { margin-left: 6px; color: #b8c8d6; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.portal-subtitle { color: #c5d3df; font-size: 13px; text-align: right; }
.portal-nav { display: flex; align-items: center; gap: 24px; }
.booking-link { display: inline-flex; align-items: center; gap: 14px; min-height: 40px; padding: 8px 14px; border: 1px solid #6d8394; border-radius: 4px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; }
.booking-link:hover { border-color: #fff; background: #ffffff0d; }
.contact-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 24px; padding: 16px 20px; border-left: 3px solid var(--accent); background: var(--surface); }
.contact-strip p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.contact-strip strong { color: var(--ink); }
.contact-strip a { display: inline-flex; align-items: center; gap: 14px; min-height: 40px; color: var(--accent-dark); font-size: 13px; font-weight: 750; text-underline-offset: 4px; white-space: nowrap; }
.booking-link span, .contact-strip a span { display: inline-block; transition: transform 150ms ease; }
.booking-link:hover span, .booking-link:focus-visible span, .contact-strip a:hover span, .contact-strip a:focus-visible span { transform: translate(2px, -2px); }
@media (prefers-reduced-motion: reduce) {
  .booking-link span, .contact-strip a span { transition: none; transform: none; }
}
main { max-width: 1180px; margin: 0 auto; padding: 28px 24px 60px; }
.eyebrow { margin: 0 0 9px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.portal-utility { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 12px; min-height: 22px; margin-bottom: 19px; color: var(--muted); font-size: 12px; }
.portal-utility form { margin: 0; }
.portal-utility button, .portal-utility > a { padding: 0; border: 0; background: none; color: var(--accent-dark); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.board-intro { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.board-intro h1 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.13; letter-spacing: -.045em; }
.board-intro p:not(.eyebrow) { max-width: 72ch; margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.board-edition { flex: none; margin-top: 2px; padding: 8px 11px; border: 1px solid #cad5dd; border-radius: 3px; color: #4c6173; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 32px; }
.kpi { display: flex; flex-direction: column; min-height: 140px; padding: 20px 22px; border: 1px solid var(--rule); border-top: 3px solid var(--accent); border-radius: 6px; background: var(--surface); }
.kpi-l { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.kpi-n { margin-top: 11px; font-size: 35px; font-weight: 750; letter-spacing: -.055em; line-height: 1; font-variant-numeric: tabular-nums; }
.kpi-denominator { color: #9aa8b3; font-size: 18px; font-weight: 500; }
.kpi-focus { display: block; margin-top: 15px; font-size: 20px; font-weight: 700; line-height: 1.23; letter-spacing: -.025em; overflow-wrap: anywhere; }
.kpi-foot { margin-top: auto; padding-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-bottom: 16px; }
.section-heading .eyebrow { margin-bottom: 5px; }
.section-heading h2 { margin: 0; font-size: 21px; letter-spacing: -.03em; }
.result-count { margin-bottom: 2px; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }

.filters { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 17px; }
.primary-filters { display: grid; grid-template-columns: minmax(200px, 1.7fr) repeat(3, minmax(120px, 1fr)); flex: 1 1 800px; gap: 10px; }
.filters select, .filters input { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid #cdd8e0; border-radius: 5px; background: #fff; color: var(--ink); font-size: 13px; }
.filters input::placeholder { color: #8493a0; }
.filters select:hover, .filters input:hover { border-color: #8ea2b0; }
.more-filters { position: relative; flex: 0 0 auto; }
.more-filters summary { display: flex; align-items: center; min-height: 44px; padding: 0 12px; border: 1px solid #cdd8e0; border-radius: 5px; background: var(--surface); color: #405365; font-size: 13px; font-weight: 700; list-style: none; }
.more-filters summary::-webkit-details-marker { display: none; }
.more-filters summary::after { content: "⌄"; margin-left: 8px; font-size: 18px; line-height: 0; }
.more-filters[open] summary { border-color: var(--accent); color: var(--accent-dark); }
.more-filters-content { position: absolute; z-index: 5; top: calc(100% + 6px); right: 0; display: grid; grid-template-columns: repeat(2, minmax(155px, 1fr)); gap: 9px; width: min(470px, calc(100vw - 48px)); padding: 14px; border: 1px solid var(--rule); border-radius: 7px; background: var(--surface); box-shadow: 0 16px 38px #1326391c; }
.more-filters:not([open]) .more-filters-content { display: none; }
.filters .clear { color: var(--accent-dark); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.active-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: -6px 0 15px; color: var(--muted); font-size: 11px; }
.active-filters > span:first-child { margin-right: 3px; font-weight: 700; }
.filter-chip { min-width: 0; max-width: 100%; overflow-wrap: anywhere; padding: 4px 7px; border: 1px solid #d1dce3; border-radius: 3px; background: #fff; color: #405365; }
.filters button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 5px; background: var(--accent); color: #fff; font-weight: 700; }
.portfolio-note { margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.source-key { white-space: nowrap; }
.lp-frame { overflow: hidden; border: 1px solid var(--rule); border-radius: 6px; background: var(--surface); }
.lp-scroll { overflow-x: auto; }
.lp-list { width: 100%; min-width: 900px; border-collapse: collapse; table-layout: fixed; font-size: 13px; }
.lp-list th, .lp-list td { padding: 17px 17px; text-align: left; vertical-align: top; border-bottom: 1px solid #e6ecef; }
.lp-list thead { background: #f7f9fa; }
.lp-list th { color: #536577; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .075em; }
.lp-list tbody tr:last-child td { border-bottom: 0; }
.lp-list tbody tr:hover, .lp-list tbody tr:focus-within { background: #fbfcfd; box-shadow: inset 3px 0 0 var(--accent); }
.lp-list .c-lp { width: 22%; }
.lp-list .c-region { width: 12%; }
.lp-list .c-ticket { width: 13%; }
.lp-list .c-assets { width: 20%; }
.lp-list .c-focus { width: 23%; }
.lp-list .c-social { width: 10%; }
.lp-list .c-ticket { white-space: nowrap; font-size: 12px; }
.lp-identity { display: flex; align-items: flex-start; gap: 10px; }
.lp-avatar { display: flex; flex: 0 0 31px; align-items: center; justify-content: center; width: 31px; height: 31px; border: 1px solid #cfdae2; border-radius: 5px; background: #eaf0f4; color: #405668; font-size: 16px; font-weight: 750; text-transform: uppercase; }
.lp-identity > span:last-child { min-width: 0; }
.lp-avatar { overflow: hidden; background: #fff; }
.lp-avatar img { width: 26px; height: 26px; object-fit: contain; }
.lp-avatar img[src$="cicada-partners.png"] { background: #16372e; border-radius: 3px; }
.lp-name-line { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.lp-name-line .lp-label:focus-visible { outline: 2px solid var(--accent-dark); outline-offset: 4px; border-radius: 2px; }
.detail-identity { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.detail-identity h1 { margin: 0; }
.lp-label { color: var(--ink); font-size: 14px; font-weight: 750; text-decoration: none; line-height: 1.35; }
.lp-label:hover { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.lp-kind { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.social-links, .mobile-social { display: flex; flex-wrap: wrap; gap: 5px; }
.social-links a, .mobile-social a { display: inline-block; padding: 4px 5px; border: 1px solid #d6e0e6; border-radius: 3px; color: var(--accent-dark); font-size: 11px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.social-links a:hover, .mobile-social a:hover { border-color: var(--accent); background: var(--accent-soft); }
.mobile-social { display: none; }
.lp-tags { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 5px; margin: 0; }
.lp-tag { display: inline-block; max-width: 100%; padding: 4px 7px; border: 1px solid #d7e0e6; border-radius: 3px; background: #f5f8fa; color: #405365; font-size: 11px; line-height: 1.25; overflow-wrap: anywhere; }
.more-tags { position: relative; }
.more-tags summary { display: inline-block; padding: 4px 6px; border: 1px solid #d7e0e6; border-radius: 3px; color: #405365; font-size: 11px; cursor: pointer; list-style: none; }
.more-tags summary::-webkit-details-marker { display: none; }
.more-tags[open] > div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.unverified { color: #81909d; }
.asset-label { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; line-height: 1.3; }
.c-assets strong { font-size: 14px; font-weight: 750; font-variant-numeric: tabular-nums; }
.asset-date { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.claim-source { display: inline-flex; align-items: center; justify-content: center; min-width: 25px; min-height: 25px; margin: -4px 0; padding: 3px 6px; border-radius: 3px; background: var(--accent-soft); color: var(--accent-dark); font-size: 11px; font-weight: 800; text-underline-offset: 2px; vertical-align: middle; }
.lp-conn { display: inline-block; max-width: 100%; padding: 5px 7px; border: 1px solid #d8e1e8; border-radius: 3px; color: #526475; font-size: 11px; line-height: 1.3; }
.lp-conn-strike { border-color: #c9e3da; background: #edf8f3; color: #216d52; }
.lp-conn-verify { border-color: #e7ddc3; background: #fbf6e8; color: #805d20; }
.mobile-row-meta { display: none; }
.empty, .selection-pending { padding: 26px; border: 1px solid var(--rule); border-radius: 6px; background: var(--surface); color: var(--muted); }
.empty a { color: var(--accent-dark); font-weight: 700; }
.selection-pending { border-left: 3px solid var(--accent); }
.selection-pending h2 { margin: 0; color: var(--ink); font-size: clamp(21px, 3vw, 28px); letter-spacing: -.035em; }
.selection-pending p:last-child { margin-bottom: 0; line-height: 1.5; }

.access-shell { max-width: 540px; margin: clamp(34px, 9vh, 90px) auto; padding: clamp(26px, 5vw, 44px); border: 1px solid var(--rule); border-top: 3px solid var(--accent); border-radius: 6px; background: var(--surface); box-shadow: 0 18px 45px #14263712; }
.access-mark { margin-bottom: 38px; color: var(--ink); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.access-mark span { margin-left: 4px; color: var(--accent); font-size: 10px; }
.access-steps { display: flex; gap: 8px; margin: -18px 0 26px; padding: 0; list-style: none; }
.access-steps li { flex: 1; padding-top: 9px; border-top: 2px solid #d9e2e7; color: #728394; font-size: 10px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.access-steps .current { border-top-color: var(--accent); color: var(--accent-dark); }
.access-shell h1 { margin: 0; font-size: clamp(29px, 4vw, 39px); line-height: 1.15; letter-spacing: -.045em; }
.access-copy { max-width: 42ch; margin: 15px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.access-form { display: grid; gap: 9px; }
.access-form label { font-size: 12px; font-weight: 750; }
.access-form input { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #cdd8e0; border-radius: 5px; background: #fff; color: var(--ink); caret-color: var(--ink); font-size: 16px; }
.access-form input::placeholder { color: var(--muted); opacity: 1; }
.access-form input:autofill { -webkit-text-fill-color: var(--ink); }
.session-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.access-form button { min-height: 48px; margin-top: 6px; border: 0; border-radius: 5px; background: var(--accent); color: #fff; font-weight: 750; }
.access-form button:hover { background: var(--accent-dark); }
.access-note { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 11px; line-height: 1.5; }
.access-status, .access-error { margin: 0 0 20px; padding: 13px 15px; border: 1px solid #b8d6c4; border-left: 3px solid #24804a; border-radius: 4px; background: #f0f8f3; color: #225639; font-size: 13px; line-height: 1.5; }
.access-error { border-color: #e4bbb7; border-left-color: var(--accent); background: var(--accent-soft); color: #792b25; }
.portal-notice { margin: 0 0 22px; padding: 12px 15px; border-left: 3px solid var(--accent); background: #fff6f5; color: #6c3a36; font-size: 13px; line-height: 1.5; }
.detail-card { max-width: 800px; padding: clamp(26px, 5vw, 46px); border: 1px solid var(--rule); border-radius: 6px; background: var(--surface); }
.detail-card h1 { margin: 0; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.04em; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 12px; }
.detail-meta span { padding: 5px 8px; border: 1px solid var(--rule); border-radius: 3px; color: var(--muted); font-size: 11px; }
.detail-links { display: flex; flex-wrap: wrap; gap: 14px; }
.detail-site { color: var(--accent-dark); font-size: 12px; font-weight: 750; text-decoration: none; }
.detail-site:hover { text-decoration: underline; }
.detail-card section { margin-top: 32px; }
.detail-card h2 { margin: 0 0 9px; font-size: 15px; }
.detail-card section p { margin: 0; color: var(--muted); line-height: 1.55; }
.detail-card .lp-tags { margin-top: 12px; }
.detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 10px; margin: 28px 0 0; }
.detail-grid div { padding: 16px; border: 1px solid var(--rule); border-radius: 4px; }
.detail-grid dt { color: var(--muted); font-size: 11px; }
.detail-grid dd { margin: 6px 0 0; font-size: 13px; font-weight: 700; }
.detail-grid a { color: var(--accent-dark); }
.detail-disclosure { margin: 28px 0 0; padding: 14px; border-left: 3px solid var(--accent); background: var(--accent-soft); color: #5e4f4d; font-size: 12px; line-height: 1.5; }

@media (max-width: 760px) {
  .portal-topbar { min-height: 60px; padding: 13px 18px; }
  .portal-nav { gap: 8px; }
  .portal-nav .portal-subtitle { display: none; }
  .booking-link { gap: 8px; padding: 8px 10px; font-size: 12px; }
  .contact-strip { align-items: flex-start; flex-direction: column; gap: 2px; padding: 14px 16px; }
  .access-shell { margin: 24px auto; }
  main { padding: 20px 16px 42px; }
  .portal-utility { justify-content: flex-start; margin-bottom: 22px; }
  .board-intro { display: block; margin-bottom: 20px; }
  .board-intro h1 { font-size: 30px; }
  .board-edition { display: none; }
  .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-bottom: 25px; }
  .kpi { min-height: 88px; padding: 11px; }
  .kpi:nth-child(3) { grid-column: 1 / -1; min-height: 69px; }
  .kpi-n { margin-top: 10px; font-size: 27px; }
  .kpi-denominator { font-size: 12px; }
  .kpi-focus { margin-top: 7px; font-size: 15px; }
  .kpi-foot { display: none; }
  .primary-filters { flex-basis: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-field { grid-column: 1 / -1; }
  .primary-filters > :last-child:not(.search-field) { grid-column: 1 / -1; }
  .more-filters { width: 100%; }
  .more-filters summary { width: 100%; justify-content: space-between; }
  .more-filters-content { position: static; width: 100%; margin-top: 7px; box-shadow: none; }
  .portfolio-note { margin-top: 6px; }
  .lp-scroll { overflow-x: visible; }
  .lp-list { min-width: 0; }
  .lp-list thead, .lp-list .c-region, .lp-list .c-focus, .lp-list .c-ticket, .lp-list .c-assets, .lp-list .c-social { display: none; }
  .lp-list, .lp-list tbody, .lp-list tr, .lp-list .c-lp { display: block; width: 100%; }
  .lp-list tr { border-bottom: 1px solid var(--rule); }
  .lp-list tr:last-child { border-bottom: 0; }
  .lp-list .c-lp { padding: 19px; border: 0; }
  .lp-label { font-size: 16px; }
  .lp-kind { font-size: 11px; }
  .mobile-social { display: flex; margin: 11px 0 0 41px; }
  .mobile-row-meta { display: grid; gap: 8px; margin: 16px 0 0; }
  .mobile-row-meta > span { display: grid; grid-template-columns: 93px minmax(0, 1fr); align-items: baseline; gap: 8px; color: #3c4e5f; font-size: 12px; line-height: 1.4; }
  .mobile-row-meta b { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
  .mobile-value { min-width: 0; overflow-wrap: anywhere; }
  .mobile-value small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
  .mobile-value .claim-source { min-width: 32px; min-height: 32px; margin: 2px 0 2px 4px; padding: 5px; vertical-align: middle; }
}
@media (max-width: 410px) {
  .portal-brand { font-size: 12px; }
  .portal-brand small { font-size: 9px; }
  .portal-subtitle { font-size: 11px; }
  .kpi-l { font-size: 10px; }
  .kpi-foot { font-size: 10px; }
  .more-filters-content { grid-template-columns: 1fr; }
  .mobile-row-meta > span { grid-template-columns: 93px minmax(0, 1fr); }
}

.clear:focus-visible { outline: 2px solid var(--accent-dark); outline-offset: 4px; border-radius: 2px; }
