/* Private tender reviews reuse the TCC landing brand without analytics. */
.prebid-page { min-height: 100vh; }
.prebid-page [hidden] { display: none !important; }
.prebid-page a { text-underline-offset: .2em; }
.pb-nav { gap: 1rem; }
.pb-nav .nav-links { flex-wrap: wrap; justify-content: flex-end; gap: .85rem; }
.pb-nav-label { color: #cbd5e1; font-size: .875rem; }
.pb-skip { position: absolute; left: 1rem; top: -5rem; z-index: 2; padding: .8rem; background: white; color: #0f172a; }
.pb-skip:focus { top: .5rem; }
.pb-hero { background: #0f172a; color: white; padding: 3.4rem 1.5rem 4.8rem; }
.pb-hero-inner { max-width: 1040px; margin: auto; }
.pb-eyebrow { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; color: #fdba74; margin-bottom: .85rem; }
.pb-hero h1 { font-size: clamp(2rem, 4.7vw, 3.4rem); line-height: 1.12; letter-spacing: -.035em; max-width: 820px; }
.pb-hero p:not(.pb-eyebrow) { color: #cbd5e1; max-width: 720px; font-size: 1.1rem; margin-top: 1.2rem; }
.pb-hero-compact { padding-top: 2.3rem; padding-bottom: 3.8rem; }
.pb-hero-compact h1 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.pb-workspace { position: relative; max-width: 1090px; padding: 0 1.5rem 3rem; margin: -2rem auto 0; }
.pb-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 1.25rem; align-items: start; }
.pb-card { background: var(--card, #fff); border: 1px solid #dce3eb; border-radius: var(--radius, 12px); padding: clamp(1.25rem, 3vw, 2rem); margin-bottom: 1.25rem; box-shadow: 0 5px 22px #0f172a06; min-width: 0; }
.pb-card h2 { font-size: 1.35rem; line-height: 1.35; letter-spacing: -.015em; margin-bottom: .65rem; }
.pb-card h3 { font-size: 1.05rem; line-height: 1.4; margin-bottom: .5rem; }
.pb-card p + p, .pb-card p + form { margin-top: .8rem; }
.pb-card p, .pb-card li { overflow-wrap: anywhere; }
.pb-card a, .pb-footer a { color: #1d4ed8; }
.pb-card ul, .pb-card ol { padding-left: 1.3rem; }
.pb-card li { margin-top: .5rem; }
.pb-muted { color: #566276; font-size: .93rem; }
.pb-small { font-size: .85rem; }
.pb-note { background: #f1f5f9; border-left: 3px solid #94a3b8; padding: .85rem 1rem; border-radius: 0 6px 6px 0; margin-top: 1rem; }
.pb-note-warm { background: #fff7ed; border-color: var(--brand, #ff6b00); }
.pb-message { padding: 1rem 1.15rem; border: 1px solid #93c5fd; background: #eff6ff; border-radius: 8px; margin-bottom: 1rem; overflow-wrap: anywhere; }
.pb-message:empty { display: none; }
.pb-message[data-tone="error"] { background: #fef2f2; border-color: #fca5a5; color: #991b1b; }
.pb-message[data-tone="success"] { background: #f0fdf4; border-color: #86efac; color: #166534; }
.pb-form label { display: block; font-weight: 650; margin: 1.1rem 0 .35rem; }
.pb-form input, .pb-form textarea, .pb-form select { display: block; width: 100%; min-width: 0; min-height: 46px; font: inherit; background: white; color: var(--ink, #0f172a); border: 1px solid #94a3b8; border-radius: 7px; padding: .65rem .8rem; }
.pb-form textarea { resize: vertical; }
.pb-form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.pb-form fieldset > .pb-button { margin-top: 1.2rem; }
.pb-form input[type="file"] { font-size: .9rem; padding: .6rem; }
.pb-form input::file-selector-button { font: inherit; padding: .5rem .7rem; margin-right: .65rem; background: #f1f5f9; border: 1px solid #cbd5e1; border-radius: 5px; cursor: pointer; }
.pb-form .pb-help { font-size: .86rem; color: #566276; margin-top: .35rem; }
.pb-form .pb-check { display: flex; gap: .65rem; align-items: flex-start; font-weight: 400; font-size: .93rem; }
.pb-form .pb-check input { width: 19px; height: 19px; min-height: 19px; margin-top: .25rem; flex: 0 0 auto; accent-color: #c65300; }
.pb-button { display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 46px; padding: .75rem 1.1rem; border: 1px solid transparent; border-radius: 7px; background: var(--brand, #ff6b00); color: #0f172a !important; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; text-align: center; }
.pb-button:hover { background: #f27b27; }
.pb-button-secondary { background: white; border-color: #94a3b8; color: #1e293b !important; }
.pb-button-secondary:hover { background: #f1f5f9; }
.pb-button-danger { color: #991b1b !important; background: white; border-color: #fecaca; }
.pb-button-danger:hover { background: #fef2f2; }
.pb-button:disabled { opacity: .55; cursor: not-allowed; }
.pb-actions { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; margin-top: 1.2rem; }
.pb-form > .pb-button { margin-top: 1.2rem; }
.prebid-page :is(button, a, input, textarea, select, summary):focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.pb-steps { list-style: none; padding: 0 !important; display: grid; gap: 1.3rem; margin-top: 1.5rem; counter-reset: step; }
.pb-steps li { display: grid; grid-template-columns: 2rem minmax(0,1fr); gap: .8rem; margin: 0; }
.pb-steps li::before { counter-increment: step; content: counter(step); font-size: .85rem; font-weight: 800; background: #fff1e5; color: #a34500; width: 2rem; height: 2rem; border-radius: 50%; display: grid; place-items: center; }
.pb-steps strong { display: block; }
.pb-steps span { display: block; color: #566276; font-size: .93rem; margin-top: .2rem; }
.pb-detail { margin-top: 1.3rem; border-top: 1px solid #e2e8f0; padding-top: 1rem; }
.pb-detail summary { cursor: pointer; font-weight: 650; }
.pb-detail p { margin-top: .75rem; font-size: .93rem; }
.pb-status-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.pb-badge { display: inline-block; color: #334155; background: #e2e8f0; font-size: .8rem; font-weight: 700; padding: .25rem .65rem; border-radius: 100px; }
.pb-source-list { list-style: none; padding: 0 !important; margin-top: 1.2rem; }
.pb-source-list li { border-top: 1px solid #e2e8f0; padding: .85rem 0; margin: 0; }
.pb-source-meta { display: block; font-size: .84rem; color: #566276; margin-top: .25rem; }
.pb-report + .pb-report { border-top: 1px solid #cbd5e1; margin-top: 2rem; padding-top: 2rem; }
.pb-finding { border-top: 1px solid #e2e8f0; padding: 1.15rem 0; }
.pb-finding p { margin-top: .5rem; }
.pb-citations { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: .7rem; font-size: .85rem; }
.pb-coverage { margin: 1rem 0; padding: 1rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 7px; }
.pb-coverage strong { display: block; margin-bottom: .35rem; }
.pb-inventory-section { border-top: 1px solid #cbd5e1; margin-top: 1.75rem; padding-top: 1.3rem; }
.pb-inventory-section h4, .pb-external-context h4 { font-size: 1rem; line-height: 1.4; margin: .7rem 0 .4rem; overflow-wrap: anywhere; }
.pb-facts, .pb-inventory-counts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem 1.2rem; margin: 1rem 0; }
.pb-fact { min-width: 0; }
.pb-fact dt { color: #566276; font-size: .82rem; font-weight: 600; margin-bottom: .2rem; overflow-wrap: anywhere; }
.pb-fact dd { margin: 0; font-size: .95rem; overflow-wrap: anywhere; }
.pb-inventory-counts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pb-inventory-counts .pb-fact { border: 1px solid #e2e8f0; border-radius: 7px; padding: .75rem; background: #f8fafc; }
.pb-inventory-counts dd { font-size: 1.35rem; font-weight: 750; }
.pb-inventory-item + .pb-inventory-item, .pb-study-observation { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #e2e8f0; }
.pb-section-heading { margin-top: 1.75rem; }
.pb-badge + .pb-badge { margin-left: .35rem; }
.pb-priority { color: #92400e; background: #fff7ed; }
.pb-action-note { background: #f8fafc; padding: .75rem; border-radius: 5px; }
.pb-external-context { border: 1px solid #cbd5e1; border-left: 3px solid #64748b; border-radius: 7px; padding: 1rem; margin-top: 1.75rem; background: #f8fafc; }
.pb-external-context a { overflow-wrap: anywhere; }
.pb-profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.1rem; }
.pb-profile-wide { grid-column: 1 / -1; }
.pb-packages { display: grid; gap: .8rem; margin-top: 1rem; }
.pb-package { border: 1px solid #e2e8f0; border-radius: 8px; padding: 1rem; }
.pb-footer { max-width: 1040px; margin: 0 auto; padding: 0 1.5rem 2rem; display: flex; gap: 1rem; flex-wrap: wrap; justify-content: space-between; font-size: .85rem; color: #566276; }
@media (max-width: 720px) {
  .pb-nav { padding: 1rem; align-items: flex-start; }
  .pb-nav .nav-logo { font-size: 1rem; }
  .pb-nav-label { display: none; }
  .pb-nav .nav-links { gap: .65rem; font-size: .9rem; }
  .pb-nav .nav-signin { padding: .35rem .6rem; font-size: .85rem; }
  .pb-hero { padding: 2rem 1.1rem 3.5rem; }
  .pb-hero p:not(.pb-eyebrow) { font-size: 1rem; }
  .pb-workspace { padding: 0 1rem 2rem; }
  .pb-grid, .pb-profile-grid { grid-template-columns: 1fr; }
  .pb-facts { grid-template-columns: 1fr; }
  .pb-inventory-counts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pb-actions { align-items: stretch; }
  .pb-actions > .pb-button { flex: 1 1 180px; }
}
@media (prefers-reduced-motion: reduce) { .prebid-page *, .prebid-page *::before, .prebid-page *::after { scroll-behavior: auto !important; transition: none !important; } }
