.profit-panel { border-color: #36556a; }
.profit-panel h2 .tag { margin-left: 8px; vertical-align: middle; }
.profit-panel .eyebrow { display: block; margin-bottom: 5px; }
.button-link { color: var(--accent); font-size: .875rem; text-decoration: none; border: 1px solid #345c6b; padding: 9px 14px; border-radius: 6px; white-space: nowrap; }
.button-link:hover { background: #244551; }
.button-link:focus-visible, input:focus-visible, select:focus-visible, .profit-detail h3:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.profit-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 16px; margin: 22px 0 10px; }
.profit-filters label { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font-size: .8rem; }
.profit-filters label:first-child { flex: 1; min-width: min(100%, 260px); }
.profit-filters input, .profit-filters select { font: inherit; font-size: .9rem; color: var(--text); background: var(--bg); border: 1px solid var(--line); border-radius: 6px; padding: 11px 12px; min-height: 44px; }
.profit-filters input::placeholder { color: var(--muted); }
.profit-panel th:not(:first-child), .profit-panel td:not(:first-child) { white-space: nowrap; }
.address-button { font: inherit; text-align: left; padding: 3px 0; background: none; border: 0; white-space: normal; overflow-wrap: anywhere; min-width: 180px; max-width: 310px; min-height: 44px; }
.address-button:hover { background: none; text-decoration: underline; }
.address-caption { display: block; color: var(--muted); font-family: inherit; }
.profit-pager { display: flex; align-items: center; gap: 10px; margin: 16px 0 20px; font-size: .8rem; color: var(--muted); }
.profit-pager span { margin-right: auto; }
.profit-detail { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 12px; }
.profit-detail h3 { font-family: ui-monospace, monospace; font-size: .9rem; color: var(--accent); overflow-wrap: anywhere; }
.profit-detail ul { padding-left: 20px; }
.profit-detail li { margin: 6px 0; }
.jobs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 1000px) { .jobs { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .profit-panel h2 .tag { margin: 8px 0 0; } .profit-filters { display: block; } .profit-filters label { margin-bottom: 12px; } .profit-pager { flex-wrap: wrap; } .profit-pager span { flex-basis: 100%; } }
