:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #16212a; background: #eef3f5; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 14px; }
main { width: min(1400px, calc(100% - 32px)); margin: 36px auto; }
header { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.eyebrow { color: #16212a; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; margin: 0 0 6px; }
h1 { margin: 0; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -.04em; }
.intro { max-width: 760px; margin: 14px 0 0; color: #52616b; font-size: 16px; line-height: 1.55; }
.title-boat { position: relative; display: inline-block; cursor: help; letter-spacing: 0; }
.title-boat:focus-visible { outline: 3px solid #8dd9dc; border-radius: 8px; outline-offset: 4px; }
.title-boat::after { position: absolute; left: 0; bottom: calc(100% + 10px); z-index: 20; width: max-content; max-width: min(280px, 80vw); padding: 8px 10px; border-radius: 8px; color: white; background: #16212a; box-shadow: 0 10px 28px rgb(20 40 50 / 22%); font-size: .82rem; font-weight: 700; line-height: 1.2; letter-spacing: 0; content: attr(data-tooltip); opacity: 0; pointer-events: none; transform: translateY(4px); transition: opacity .15s ease, transform .15s ease; }
.title-boat::before { position: absolute; left: 12px; bottom: calc(100% + 4px); z-index: 21; border: 6px solid transparent; border-top-color: #16212a; content: ""; opacity: 0; pointer-events: none; transform: translateY(4px); transition: opacity .15s ease, transform .15s ease; }
.title-boat:hover::after, .title-boat:hover::before, .title-boat:focus-visible::after, .title-boat:focus-visible::before { opacity: 1; transform: translateY(0); }
.status { text-align: right; color: #5d6b75; font-size: 14px; display: grid; gap: 4px; }
.status-line { display: inline-flex; justify-content: flex-end; align-items: center; gap: 6px; line-height: 1.2; }
#checked-at { font-size: 12px; }
.header-info-button { width: 1.25rem; height: 1.25rem; padding: 0; border: 1px solid #7bbbc0; border-radius: 50%; color: #087f8c; background: #e8f5f6; font: 700 .72rem/1 sans-serif; cursor: pointer; }
.header-info-button:hover { color: white; background: #087f8c; }
.new-deal-banner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 14px 18px; align-items: center; margin: -4px 0 20px; padding: 16px 18px; border: 1px solid #8fcf9b; border-left: 7px solid #16803a; border-radius: 14px; color: #123820; background: linear-gradient(135deg, #e8f8ea, #f6fff4); box-shadow: 0 6px 16px rgb(22 128 58 / 10%); }
.new-deal-banner[hidden] { display: none; }
.new-deal-kicker { width: fit-content; padding: 5px 9px; border-radius: 999px; color: white; background: #16803a; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.new-deal-copy { min-width: 0; }
.new-deal-title { margin: 0; color: #0f2f1b; font-size: 1rem; font-weight: 800; line-height: 1.25; }
.new-deal-meta { margin: 3px 0 0; color: #335c3e; font-size: 12px; line-height: 1.35; }
.new-deal-link { justify-self: end; padding: 8px 11px; border: 1px solid #16803a; border-radius: 999px; color: #0f6d31; background: rgb(255 255 255 / 72%); font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.new-deal-link:hover { color: white; background: #16803a; }
.filters { display: grid; grid-template-columns: minmax(180px, 240px) minmax(180px, 240px) 1fr; justify-content: start; gap: 12px 16px; align-items: end; background: white; padding: 18px; border-radius: 14px; box-shadow: 0 12px 32px rgb(35 55 65 / 6%); }
label span { display: block; font-size: .78rem; font-weight: 700; margin-bottom: 6px; }
input, select { width: 100%; border: 1px solid #bdc9cf; border-radius: 8px; padding: 10px 12px; font: inherit; background: white; }
#search { max-width: 240px; }
#partner-filter { max-width: 200px; }
select { appearance: none; padding-right: 42px; background-color: white; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.75L8 10.25L13.5 4.75' fill='none' stroke='%23087f8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px 16px; }
input:focus, select:focus { outline: 3px solid #8dd9dc; border-color: #087f8c; }
.status-filters { grid-column: 3; align-self: start; justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; align-items: baseline; min-width: 0; margin: 0; padding: 0; border: 0; }
.status-filters legend { width: 100%; margin: 0 0 8px; font-size: .78rem; font-weight: 700; line-height: normal; }
.status-filters label { display: inline-flex; align-items: center; gap: 6px; color: #374a56; font-size: 13px; font-weight: 700; white-space: nowrap; }
.status-filters input { width: auto; margin: 0; accent-color: currentColor; }
.status-pill { padding: 5px 9px; border: 2px solid transparent; border-radius: 999px; cursor: pointer; }
.status-pill:hover { filter: saturate(1.08) brightness(.98); }
.status-pill:has(input:focus-visible) { outline: 3px solid #8dd9dc; outline-offset: 2px; }
.status-pill-available { border-color: #086772; background: #e8f5f6; color: #086772; }
.status-pill-sold-out { border-color: #9b3131; background: #ffe8e8; color: #9b3131; }
.status-pill-pulled { border-color: #673ab7; background: #f0e7ff; color: #673ab7; }
.status-pill-expired { border-color: #7d8990; background: #f4f6f7; color: #7d8990; }
.status-pill-available:has(input:not(:checked)) { border-color: #086772; }
.status-pill-sold-out:has(input:not(:checked)) { border-color: #9b3131; }
.status-pill-pulled:has(input:not(:checked)) { border-color: #673ab7; }
.status-pill-expired:has(input:not(:checked)) { border-color: #7d8990; }
.status-pill:has(input:not(:checked)) { background: white; }
.reward-section { width: 100%; margin-top: 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; width: 100%; margin: 0 0 10px; }
.section-heading h2 { margin: 0; font-size: 1.25rem; letter-spacing: -.02em; }
.section-heading span { color: #6c7a83; font-size: 12px; }
.table-wrap { overflow-x: auto; background: white; border-radius: 14px 0 0 14px; box-shadow: 0 12px 32px rgb(35 55 65 / 8%); mask-image: linear-gradient(90deg, #000 calc(100% - 56px), transparent); -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 56px), transparent); }
.floating-table-header { position: fixed; top: 0; z-index: 40; display: none; overflow: hidden; background: white; box-shadow: 0 9px 9px -9px rgb(20 40 50 / 12%); pointer-events: auto; }
.floating-table-header.is-visible { display: block; }
.floating-table-header table { border-collapse: collapse; table-layout: fixed; transition: none; }
.floating-table-header .reward-table thead th { position: static; box-shadow: none; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
.reward-table { width: max(100%, 1640px); table-layout: fixed; }
.reward-table .col-toggle { width: 34px; min-width: 34px; }
.reward-table .col-partner { width: 90px; min-width: 90px; }
.reward-table .col-reward { width: 200px; min-width: 200px; }
.reward-table .col-points { width: 140px; min-width: 140px; }
.reward-table .col-port { width: 150px; min-width: 150px; }
.reward-table .col-quantity { width: 120px; min-width: 120px; }
.reward-table .col-expires { width: 120px; min-width: 120px; }
.reward-table .col-departure-ports { width: 130px; min-width: 130px; }
.reward-table .col-sailings { width: 110px; min-width: 110px; }
.reward-table .col-ships { width: 110px; min-width: 110px; }
.reward-table .col-premium { width: 86px; min-width: 86px; }
.reward-table .col-offer-id { width: 100px; min-width: 100px; }
th { text-align: left; color: #53636e; background: #f8fafb; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
th, td { padding: 13px 14px; border-bottom: 1px solid #edf1f3; vertical-align: top; }
th { vertical-align: middle; }
.reward-table thead th { position: sticky; top: 0; z-index: 7; box-shadow: 0 9px 9px -9px rgb(20 40 50 / 12%); }
.toggle-header, td.toggle-cell { padding-left: 16px; padding-right: 6px; text-align: center; }
td.toggle-cell { position: relative; }
.reward-table tbody td:nth-child(2) { font-size: 12px; }
.reward-table thead th:nth-child(3),
.reward-table tbody tr:not(.reward-details) td:nth-child(3) { padding-left: 14px; padding-right: 12px; }
.reward-title-cell { font-size: 16px; font-weight: 700; }
.sort-button { display: inline-flex; align-items: center; gap: 6px; max-width: 100%; margin: -8px -9px; padding: 8px 9px; border: 0; border-radius: 6px; color: inherit; background: transparent; font: inherit; font-weight: 750; line-height: 1.25; text-align: left; text-transform: inherit; letter-spacing: inherit; cursor: pointer; white-space: normal; }
.sort-button:hover { color: #087f8c; background: #e8f5f6; }
.sort-button:focus-visible { outline: 3px solid #8dd9dc; }
.sort-button span { display: inline-block; flex: 0 0 1em; width: 1em; height: 1em; color: #087f8c; }
.column-label { font-weight: 750; line-height: 1.25; }
.icon-column-label { display: inline-flex; align-items: center; vertical-align: middle; }
.fa-column-icon { display: block; width: 12px; height: 16px; fill: currentColor; }
.column-help-button { width: 1rem; height: 1rem; margin-left: 5px; padding: 0; border: 1px solid #7bbbc0; border-radius: 50%; color: #087f8c; background: #e8f5f6; font: 700 .62rem/1 sans-serif; cursor: pointer; vertical-align: middle; }
.column-help-button:hover { color: white; background: #087f8c; }
.column-help-button:focus-visible { outline: 3px solid #8dd9dc; outline-offset: 2px; }
.sort-button span::after { display: block; width: 1em; height: 1em; background-color: currentColor; content: ""; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; }
th[aria-sort="ascending"] .sort-button span::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2l105.4 105.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2l105.4 105.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/%3E%3C/svg%3E"); }
th[aria-sort="descending"] .sort-button span::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E"); }
th:not([aria-sort]) .sort-button span { color: #93a0a8; }
th:not([aria-sort]) .sort-button span::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3v293.5l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3v293.5l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z'/%3E%3C/svg%3E"); }
td.points { text-align: left; font-size: 16px; font-variant-numeric: tabular-nums; font-weight: 750; }
.strikeout-points { display: block; color: #b42323; font-size: 12px; font-weight: 650; line-height: 1.2; text-decoration: line-through; }
.current-points { display: block; }
.meta-strikeout-points { color: #b42323; font-size: 12px; font-weight: 650; text-decoration: line-through; }
.meta-current-points { font-weight: 750; }
td.port-note-highlight { color: #b42323; font-weight: 750; }
.port-strikeout { color: #b42323; font-weight: 750; text-decoration: line-through; }
.port-correction { color: #16212a; font-weight: 400; }
td.offer-id { font-variant-numeric: tabular-nums; }
td.expiry, #checked-at { white-space: pre-line; }
.expiry-date, .expiry-time { display: block; }
.expiry-time { margin-top: 3px; font-size: 12px; }
.previous-history { display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; }
.previous-points { display: inline-block; color: #687781; font-size: .74rem; font-weight: 500; line-height: 1.25; white-space: pre-line; overflow-wrap: anywhere; }
.point-history-button { position: relative; flex: 0 0 auto; width: 1.35rem; height: 1.35rem; padding: 0; border: 1px solid #7bbbc0; border-radius: 50%; color: #087f8c; background: #e8f5f6; font: 700 .75rem/1 sans-serif; cursor: pointer; }
td.port-note-highlight .point-history-button { border-color: #e0aaaa; color: #b42323; background: #fff1f1; }
.point-history-button:hover { color: white; background: #087f8c; }
td.port-note-highlight .point-history-button:hover { color: white; background: #b42323; }
.point-history-button:focus-visible, .header-info-button:focus-visible, .dialog-close:focus-visible { outline: 3px solid #8dd9dc; outline-offset: 2px; }
td.quantity { font-variant-numeric: tabular-nums; white-space: nowrap; }
td.sold-out { color: #6c7a83; font-weight: 400; }
.reward-row { cursor: pointer; }
.reward-row:hover td { filter: brightness(.97); }
.reward-row:focus-visible { outline: 3px solid #8dd9dc; outline-offset: -3px; }
.reward-row td.toggle-cell::before { display: block; width: 16px; height: 16px; margin: 0 auto; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.75L8 10.25L13.5 4.75' fill='none' stroke='%23087f8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 16px 16px; content: ""; transform: rotate(0deg); transform-origin: 50% 50%; transition: transform .15s ease; }
.reward-row[aria-expanded="true"] td.toggle-cell::before { transform: rotate(180deg); }
.reward-details[hidden] { display: none; }
.reward-details td { padding: 0; background: #f6f9fa; }
.reward-details-content { position: sticky; left: 0; width: min(calc(100vw - 32px), 720px); max-width: min(calc(100vw - 32px), 720px); max-height: 0; padding: 18px 28px 22px 44px; border-bottom: 1px solid #dce5e8; opacity: 0; transform: translateY(-8px); transition: max-height .34s ease, opacity .22s ease, transform .34s ease; overflow: hidden; overflow-wrap: anywhere; font-size: 14px; }
.reward-details.is-open .reward-details-content { max-height: 2400px; opacity: 1; transform: translateY(0); }
.reward-details-content > p { margin: 0 0 18px; line-height: 1.55; }
.reward-details-content h3 { margin: 0 0 10px; font-size: .95rem; }
.reward-details-content .detail-section-heading { margin-top: 16px; padding-top: 16px; border-top: 1px solid #dce5e8; }
.reward-details-content .detail-section-divider { margin-top: 16px; padding-top: 16px; border-top: 1px solid #dce5e8; }
.reward-image-porthole { display: none; }
.reward-page-title { color: #17252f; font-size: 1.05rem !important; letter-spacing: -.01em; }
.reward-description { margin: 0 0 14px; color: #263843; line-height: 1.55; }
.reward-meta-list { display: grid; grid-template-columns: 1.35rem max-content minmax(0, 1fr); gap: 6px 12px; margin: 0 0 14px; color: #52616b; font-size: .86rem; line-height: 1.45; }
.reward-meta-icon { display: inline-flex; justify-content: center; color: #087f8c; font-weight: 700; line-height: 1.45; }
.reward-meta-list dt { color: #263843; font-weight: 700; }
.reward-meta-list dd { margin: 0; }
.reward-terms { margin: 16px 0 14px; padding-top: 16px; border-top: 1px solid #dce5e8; color: #374a56; }
.reward-terms summary { display: inline-flex; align-items: center; gap: 7px; width: fit-content; color: #087f8c; font-weight: 750; cursor: pointer; list-style: none; }
.reward-terms summary::-webkit-details-marker { display: none; }
.reward-terms summary::before { display: inline-block; flex: 0 0 auto; width: 16px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.75L8 10.25L13.5 4.75' fill='none' stroke='%23087f8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 16px 16px; content: ""; transform: rotate(0deg); transform-origin: 50% 50%; transition: transform .15s ease; }
.reward-terms[open] summary::before { transform: rotate(180deg); }
.reward-terms-date { margin: 10px 0 0; color: #6c7a83; font-size: .78rem; font-weight: 700; }
.reward-terms p:not(.reward-terms-date) { margin: 10px 0 18px; padding: 12px 14px; border-left: 4px solid #dce5e8; border-radius: 8px; background: #fff; font-size: 12px; line-height: 1.5; white-space: pre-line; }
.reward-details-content ul { margin: 0 0 14px; padding-left: 1.3rem; color: #52616b; }
.reward-details-content li + li { margin-top: 6px; }
.arusha-notes { color: #374a56; }
.reward-link { display: inline-block; margin: -4px 0 14px; font-weight: 700; text-decoration: none; }
.reward-link-text { text-decoration: underline; text-underline-offset: 2px; }
.reward-link-arrow { display: inline-block; text-decoration: none; }
.snipe { display: inline-block; margin-top: 5px; padding: 2px 6px; border-radius: 4px; background: #e8f5f6; color: #086772; font-size: .72rem; font-weight: 700; }
.new-deal-pill { display: inline-block; margin-top: 5px; padding: 2px 7px; border-radius: 999px; background: #e3f8e6; color: #137333; font-size: .72rem; font-weight: 800; }
.new-deal-row { scroll-margin-top: 18px; }
.snipe-sold-out { background: #ffe8e8; color: #9b3131; }
.snipe-left { background: #fff0d9; color: #a44f00; }
.snipe-new-ports { background: #fff4bf; color: #7a5b00; }
.snipe-expired { background: #edf1f3; color: #53636e; }
.snipe-pulled { background: #f0e7ff; color: #673ab7; }
.muted { color: #77858e; }
.empty-state { margin: 0; padding: 36px; text-align: center; color: #697780; }
.empty-state.is-loading::before { display: inline-block; width: 1rem; height: 1rem; margin-right: 8px; border: 2px solid #cfe1e4; border-top-color: #087f8c; border-radius: 50%; vertical-align: -0.18em; content: ""; animation: spin .75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
dialog { width: min(620px, calc(100% - 32px)); max-height: calc(100vh - 48px); padding: 0; border: 0; border-radius: 16px; color: #16212a; box-shadow: 0 24px 80px rgb(20 40 50 / 30%); }
dialog::backdrop { background: rgb(18 35 44 / 55%); backdrop-filter: blur(3px); }
.dialog-header { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 22px 24px 16px; border-bottom: 1px solid #e2e8eb; }
.dialog-header h2 { margin: 0; font-size: 1.2rem; }
.dialog-subtitle { margin: 5px 0 0; color: #6c7a83; font-size: 12px; }
.dialog-close { display: inline-flex; flex: 0 0 2rem; justify-content: center; align-items: center; width: 2rem; height: 2rem; aspect-ratio: 1; padding: 0; border: 0; border-radius: 50%; color: #53636e; background: #eef3f5; font: 1.5rem/1 sans-serif; cursor: pointer; }
.dialog-table-wrap { max-height: 60vh; overflow: auto; padding: 0 24px 24px; }
.dialog-note { margin: 18px 0 14px; padding: 12px 14px; border-left: 4px solid #7bbbc0; border-radius: 8px; color: #374a56; background: #e8f5f6; line-height: 1.45; }
.dialog-table-wrap th { position: sticky; top: 0; }
.check-history-accordion summary { width: fit-content; color: #087f8c; font-weight: 750; cursor: pointer; }
.check-history-accordion summary:focus-visible { outline: 3px solid #8dd9dc; outline-offset: 3px; border-radius: 4px; }
.check-history-accordion ul { margin: 8px 0 0; padding-left: 1.2rem; color: #53636e; font-size: 12px; line-height: 1.55; }
.dialog-body { padding: 20px 24px 24px; color: #263843; line-height: 1.55; }
.dialog-body p { margin: 0; }
footer { color: #6c7a83; font-size: .82rem; padding: 18px 4px; }
footer p { margin: 0; }
footer p + p { margin-top: 6px; }
.footer-small { font-size: 12px; line-height: 1.2; }
.footer-credit { margin-top: 12px; padding-top: 12px; border-top: 1px solid #dce5e8; }
a { color: #087f8c; }
.duck-pond { position: fixed; inset: 0; z-index: 9999; overflow: hidden; pointer-events: none; }
.konami-duck { position: absolute; top: var(--duck-top); right: -5rem; display: inline-block; width: calc(var(--duck-size) * 1.65); height: var(--duck-size); background-image: url("data:image/svg+xml,%3Csvg width='110' height='70' viewBox='0 0 110 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='57' cy='45' rx='39' ry='19' fill='%23ffd84d' stroke='%23d9a91e' stroke-width='4'/%3E%3Ccircle cx='35' cy='28' r='18' fill='%23ffd84d' stroke='%23d9a91e' stroke-width='4'/%3E%3Cpath d='M18 28c-9-4-16-2-16 4 0 7 9 10 19 6' fill='%23ff8f2f' stroke='%23c75f16' stroke-width='4' stroke-linejoin='round'/%3E%3Ccircle cx='30' cy='23' r='2.8' fill='%2316212a'/%3E%3Cpath d='M55 34c9 2 20 7 26 17-13 4-28 2-39-5 2-7 6-11 13-12z' fill='%23ffe780' stroke='%23d9a91e' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M20 58c17 8 54 9 78 0' fill='none' stroke='%237bbbc0' stroke-width='4' stroke-linecap='round' opacity='.65'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; filter: drop-shadow(0 6px 8px rgb(20 40 50 / 20%)); animation: duck-swim var(--duck-duration) linear var(--duck-delay) forwards, duck-bob .7s ease-in-out var(--duck-delay) infinite alternate; }
.konami-parrot { position: absolute; top: 72vh; right: -8rem; display: inline-block; font-size: 6rem; filter: drop-shadow(0 8px 12px rgb(20 40 50 / 22%)); animation: parrot-herd 7.4s linear 3.1s forwards, parrot-hop .38s ease-in-out 3.1s infinite alternate; }
@keyframes duck-swim {
  from { transform: translateX(8vw); }
  to { transform: translateX(calc(-100vw - 8rem)); }
}
@keyframes duck-bob {
  from { margin-top: 0; }
  to { margin-top: 10px; }
}
@keyframes parrot-herd {
  from { transform: translateX(12vw); }
  to { transform: translateX(calc(-100vw - 12rem)); }
}
@keyframes parrot-hop {
  from { margin-top: 0; }
  to { margin-top: -24px; }
}
@media (min-width: 1025px) {
  .reward-details-content {
    width: min(calc(100vw - 32px), 1400px);
    max-width: min(calc(100vw - 32px), 1400px);
    min-height: 220px;
  }

  .reward-details-content > :not(.reward-image-porthole) {
    max-width: 720px;
  }

  .reward-image-porthole {
    display: block;
    float: right;
    width: min(220px, 26vw);
    margin: 0 0 18px 48px;
  }

  .reward-image-porthole svg {
    display: block;
    width: 100%;
    height: auto;
  }

  .reward-table thead th:nth-child(1),
  .reward-table thead th:nth-child(2),
  .reward-table thead th:nth-child(3),
  .reward-table tbody tr:not(.reward-details) td:nth-child(1),
  .reward-table tbody tr:not(.reward-details) td:nth-child(2),
  .reward-table tbody tr:not(.reward-details) td:nth-child(3) {
    position: sticky;
    background: inherit;
  }

  .reward-table thead th:nth-child(1),
  .reward-table tbody tr:not(.reward-details) td:nth-child(1) {
    left: 0;
    z-index: 3;
  }

  .reward-table thead th:nth-child(2),
  .reward-table tbody tr:not(.reward-details) td:nth-child(2) {
    left: 34px;
    z-index: 3;
  }

  .reward-table thead th:nth-child(3),
  .reward-table tbody tr:not(.reward-details) td:nth-child(3) {
    left: 134px;
    z-index: 5;
    overflow: visible;
  }

  .reward-table thead th:nth-child(3)::after,
  .reward-table tbody tr:not(.reward-details) td:nth-child(3)::after {
    position: absolute;
    top: 0;
    right: -9px;
    bottom: 0;
    width: 9px;
    background: linear-gradient(90deg, rgb(20 40 50 / 12%), rgb(20 40 50 / 0%));
    content: "";
    pointer-events: none;
  }

  .reward-table thead th:nth-child(1),
  .reward-table thead th:nth-child(2),
  .reward-table thead th:nth-child(3) {
    z-index: 9;
    background: #f8fafb;
  }

  .reward-table tbody tr:not(.reward-details) td:nth-child(1),
  .reward-table tbody tr:not(.reward-details) td:nth-child(2),
  .reward-table tbody tr:not(.reward-details) td:nth-child(3) {
    background: white;
  }
}
@media (max-width: 980px) { .filters { grid-template-columns: minmax(180px, 240px) minmax(180px, 240px); } .status-filters { grid-column: 1 / -1; justify-self: start; justify-content: flex-start; margin-top: 2px; } }
@media (max-width: 720px) { main { width: min(100% - 16px, 1400px); margin-top: 18px; } header { align-items: start; flex-direction: column; } .status { text-align: left; } .status-line { justify-content: flex-start; } .new-deal-banner { grid-template-columns: 1fr; align-items: start; padding: 15px; } .new-deal-link { justify-self: start; } .filters { grid-template-columns: 1fr; } .status-filters { grid-column: auto; flex-wrap: wrap; margin-bottom: 0; } .reward-details-content { width: calc(100vw - 16px); max-width: calc(100vw - 16px); padding: 16px 18px 20px 32px; } }
@media (max-width: 767px) { #search, #partner-filter { max-width: none; } .reward-table { width: 1350px; } .reward-table .col-reward { width: 160px; min-width: 160px; } }
@media (prefers-reduced-motion: reduce) { .reward-details-content { transition: none; transform: none; } .empty-state.is-loading::before { animation: none; } }
