.pdr-root {
    --pdr-bg: #080b0f;
    --pdr-surface: #11151a;
    --pdr-surface-raised: #171c22;
    --pdr-surface-soft: #0d1116;
    --pdr-line: #2a3139;
    --pdr-line-strong: #3b444e;
    --pdr-text: #f2f4f5;
    --pdr-muted: #8b98a5;
    --pdr-muted-bright: #b7c0c9;
    --pdr-accent: #1d9bf0;
    --pdr-accent-hover: #39a9f4;
    --pdr-green: #20c985;
    --pdr-green-soft: rgba(32, 201, 133, 0.12);
    --pdr-amber: #f4b740;
    --pdr-amber-soft: rgba(244, 183, 64, 0.12);
    --pdr-red: #f45d68;
    --pdr-red-soft: rgba(244, 93, 104, 0.12);
    --pdr-violet: #a990ff;
    --pdr-radius: 18px;
    --pdr-radius-small: 12px;
    position: relative;
    width: 100%;
    color: var(--pdr-text);
    color-scheme: dark;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

.pdr-root,
.pdr-root *,
.pdr-root *::before,
.pdr-root *::after {
    box-sizing: border-box;
}

.pdr-root button,
.pdr-root input,
.pdr-root select {
    font: inherit;
}

.pdr-root button,
.pdr-root a {
    -webkit-tap-highlight-color: transparent;
}

.pdr-root button:focus-visible,
.pdr-root a:focus-visible,
.pdr-root input:focus-visible,
.pdr-root select:focus-visible {
    outline: 2px solid var(--pdr-accent);
    outline-offset: 2px;
}

.pdr-root [hidden] {
    display: none !important;
}

.pdr-shell {
    width: min(100%, 1520px);
    margin: 0 auto;
    padding: clamp(18px, 2.5vw, 36px);
    overflow: clip;
    border: 1px solid #1f252c;
    border-radius: 24px;
    background:
        radial-gradient(circle at 8% -10%, rgba(29, 155, 240, 0.11), transparent 30rem),
        linear-gradient(180deg, #0b0f14 0%, var(--pdr-bg) 24rem);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.pdr-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(4px, 1vw, 12px) 0 clamp(22px, 3vw, 38px);
}

.pdr-hero__copy {
    max-width: 760px;
}

.pdr-eyebrow,
.pdr-results-bar__eyebrow {
    margin: 0 0 7px;
    color: var(--pdr-green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.2;
}

.pdr-title {
    margin: 0;
    color: var(--pdr-text);
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.pdr-subtitle {
    max-width: 670px;
    margin: 16px 0 0;
    color: var(--pdr-muted-bright);
    font-size: clamp(0.95rem, 1.3vw, 1.08rem);
}

.pdr-delivery-target,
.pdr-market-age {
    display: block;
    margin-top: 7px;
    color: var(--pdr-muted);
    font-size: 0.82rem;
}

.pdr-market-age {
    margin-top: 2px;
}

.pdr-market-age.is-old {
    color: #ffd08a;
}

.pdr-feed-state {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--pdr-line);
    border-radius: 999px;
    background: rgba(17, 21, 26, 0.82);
    color: var(--pdr-muted-bright);
    font-size: 0.78rem;
    font-weight: 650;
    white-space: nowrap;
}

.pdr-feed-state__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pdr-amber);
    box-shadow: 0 0 0 4px var(--pdr-amber-soft);
}

.pdr-feed-state.is-ready .pdr-feed-state__dot {
    background: var(--pdr-green);
    box-shadow: 0 0 0 4px var(--pdr-green-soft);
}

.pdr-feed-state.is-stale .pdr-feed-state__dot,
.pdr-feed-state.is-error .pdr-feed-state__dot {
    background: var(--pdr-red);
    box-shadow: 0 0 0 4px var(--pdr-red-soft);
}

.pdr-pulse {
    display: grid;
    grid-template-columns: minmax(260px, 1.12fr) minmax(440px, 0.88fr);
    gap: 20px;
    margin: 0 0 18px;
    padding: 17px 18px;
    border: 1px solid var(--pdr-line);
    border-radius: var(--pdr-radius);
    background:
        linear-gradient(115deg, rgba(29, 155, 240, 0.09), transparent 36%),
        rgba(17, 21, 26, 0.88);
}

.pdr-pulse__intro {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pdr-pulse__eyebrow {
    margin: 0 0 5px;
    color: var(--pdr-accent);
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.pdr-pulse__intro h3 {
    margin: 0;
    color: var(--pdr-text);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.pdr-pulse__intro > p {
    max-width: 360px;
    margin: 0;
    color: var(--pdr-muted-bright);
    font-size: 0.73rem;
    line-height: 1.42;
    text-align: right;
}

.pdr-pulse__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.pdr-pulse__stat {
    min-width: 0;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 11px;
    background: rgba(8, 11, 15, 0.62);
}

.pdr-pulse__stat span {
    display: block;
    overflow: hidden;
    color: var(--pdr-muted);
    font-size: 0.59rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.pdr-pulse__stat strong {
    display: block;
    margin-top: 3px;
    color: var(--pdr-text);
    font-size: 1.12rem;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.pdr-filters {
    position: relative;
    z-index: 3;
    margin: 0 0 30px;
    padding: 18px;
    border: 1px solid var(--pdr-line);
    border-radius: var(--pdr-radius);
    background: rgba(17, 21, 26, 0.94);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.pdr-filters__primary {
    display: grid;
    grid-template-columns: minmax(230px, 1.6fr) repeat(3, minmax(125px, 0.8fr)) minmax(135px, 0.8fr) repeat(3, minmax(140px, 0.9fr)) auto;
    gap: 10px;
    align-items: end;
}

.pdr-field {
    display: grid;
    min-width: 0;
    gap: 7px;
    margin: 0;
}

.pdr-field__label {
    overflow: hidden;
    color: var(--pdr-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.pdr-input-shell {
    position: relative;
    display: block;
}

.pdr-input,
.pdr-select {
    display: block;
    width: 100%;
    height: 43px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid var(--pdr-line);
    border-radius: 11px;
    background-color: var(--pdr-surface-soft);
    color: var(--pdr-text);
    font-size: 0.82rem;
    line-height: 1;
    box-shadow: none;
    transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.pdr-select {
    padding-right: 34px;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--pdr-muted) 50%),
        linear-gradient(135deg, var(--pdr-muted) 50%, transparent 50%);
    background-position:
        calc(100% - 17px) 18px,
        calc(100% - 12px) 18px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    appearance: none;
}

.pdr-input:hover,
.pdr-select:hover {
    border-color: var(--pdr-line-strong);
}

.pdr-input:focus,
.pdr-select:focus {
    border-color: var(--pdr-accent);
    background-color: #10161c;
    box-shadow: 0 0 0 3px rgba(29, 155, 240, 0.12);
}

.pdr-input::placeholder {
    color: #68737e;
    opacity: 1;
}

.pdr-input--with-icon {
    padding-left: 38px;
}

.pdr-input--with-prefix {
    padding-left: 30px;
}

.pdr-input-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 13px;
    width: 16px;
    height: 16px;
    color: var(--pdr-muted);
    pointer-events: none;
    transform: translateY(-50%);
}

.pdr-input-icon path,
.pdr-more-button svg path,
.pdr-modal svg path,
.pdr-ebay-button svg path,
.pdr-empty svg path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.pdr-input-prefix {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 12px;
    color: var(--pdr-muted);
    font-size: 0.82rem;
    pointer-events: none;
    transform: translateY(-50%);
}

.pdr-more-button,
.pdr-reset-button,
.pdr-load-more,
.pdr-empty button,
.pdr-alert button {
    border: 0;
    cursor: pointer;
}

.pdr-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 43px;
    padding: 0 13px;
    border: 1px solid var(--pdr-line);
    border-radius: 11px;
    background: var(--pdr-surface-soft);
    color: var(--pdr-muted-bright);
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.pdr-more-button:hover {
    border-color: var(--pdr-line-strong);
    color: var(--pdr-text);
}

.pdr-more-button svg {
    width: 16px;
    height: 16px;
    transition: transform 160ms ease;
}

.pdr-more-button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.pdr-more-button__count {
    display: grid;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    place-items: center;
    border-radius: 999px;
    background: var(--pdr-accent);
    color: #fff;
    font-size: 0.66rem;
}

.pdr-filters__advanced {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--pdr-line);
}

.pdr-filter-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 0;
}

.pdr-filter-chips:not(:empty),
.pdr-reset-button:not([hidden]) {
    margin-top: 14px;
}

.pdr-filter-chips {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 7px;
}

.pdr-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 29px;
    padding: 0 9px 0 10px;
    border: 1px solid var(--pdr-line);
    border-radius: 999px;
    background: #151a20;
    color: var(--pdr-muted-bright);
    font-size: 0.72rem;
    font-weight: 650;
}

.pdr-filter-chip button {
    display: grid;
    width: 18px;
    height: 18px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--pdr-muted);
    cursor: pointer;
}

.pdr-filter-chip button:hover {
    background: #29313a;
    color: var(--pdr-text);
}

.pdr-reset-button {
    flex: 0 0 auto;
    padding: 4px;
    background: transparent;
    color: var(--pdr-accent);
    font-size: 0.75rem;
    font-weight: 700;
}

.pdr-reset-button:hover {
    color: var(--pdr-accent-hover);
    text-decoration: underline;
}

.pdr-view-toolbar {
    position: sticky;
    z-index: 20;
    top: 8px;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -12px 0 22px;
    padding: 7px;
    border: 1px solid var(--pdr-line);
    border-radius: 14px;
    background: rgba(13, 17, 22, 0.94);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
}

.pdr-view-tabs {
    display: flex;
    min-width: 0;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
}

.pdr-view-tabs::-webkit-scrollbar {
    display: none;
}

.pdr-view-tabs button,
.pdr-share-view {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: var(--pdr-muted-bright);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
}

.pdr-view-tabs button:hover,
.pdr-share-view:hover {
    background: #1a2027;
    color: var(--pdr-text);
}

.pdr-view-tabs button[aria-pressed="true"] {
    border-color: rgba(29, 155, 240, 0.38);
    background: rgba(29, 155, 240, 0.14);
    color: #b8e1fc;
}

.pdr-view-tabs button span {
    display: grid;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: var(--pdr-muted-bright);
    font-size: 0.63rem;
}

.pdr-view-tabs button[aria-pressed="true"] span {
    background: rgba(29, 155, 240, 0.22);
    color: #fff;
}

.pdr-view-actions {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.pdr-save-search,
.pdr-member-shortcut {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: var(--pdr-muted-bright);
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 750;
    white-space: nowrap;
}

.pdr-save-search {
    border-color: rgba(32, 201, 133, 0.34);
    background: rgba(32, 201, 133, 0.09);
    color: #8ee9bd;
}

.pdr-save-search:hover {
    border-color: rgba(32, 201, 133, 0.58);
    background: rgba(32, 201, 133, 0.15);
    color: #c8f8e1;
}

.pdr-member-shortcut:hover {
    background: #1a2027;
    color: var(--pdr-text);
}

.pdr-save-search svg {
    width: 15px;
    height: 15px;
}

.pdr-save-search svg path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.pdr-member-shortcut > span {
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--pdr-text);
    font-size: 0.59rem;
}

.pdr-share-view {
    flex: 0 0 auto;
    border-color: var(--pdr-line);
}

.pdr-share-view svg {
    width: 16px;
    height: 16px;
}

.pdr-share-view svg path,
.pdr-compare-modal svg path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.pdr-results-bar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 15px;
}

.pdr-results-bar__eyebrow {
    margin-bottom: 4px;
}

.pdr-results-bar__title {
    margin: 0;
    color: var(--pdr-text);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.025em;
}

.pdr-results-count {
    margin: 0 0 3px;
    color: var(--pdr-muted);
    font-size: 0.78rem;
}

.pdr-card-grid,
.pdr-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pdr-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--pdr-line);
    border-radius: var(--pdr-radius);
    background: var(--pdr-surface);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.pdr-card:hover {
    border-color: #45515d;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
}

.pdr-card--strong {
    border-color: rgba(32, 201, 133, 0.4);
}

.pdr-card--good {
    border-color: rgba(32, 201, 133, 0.28);
}

.pdr-card--lead {
    border-color: rgba(29, 155, 240, 0.36);
    box-shadow: inset 0 1px 0 rgba(29, 155, 240, 0.08), 0 8px 24px rgba(0, 0, 0, 0.12);
}

.pdr-card__favorite {
    position: absolute;
    z-index: 4;
    top: 9px;
    right: 9px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(7, 10, 13, 0.82);
    color: #d5dce2;
    cursor: pointer;
    font-size: 1.05rem;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.pdr-card__favorite:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.pdr-card__favorite[aria-pressed="true"] {
    border-color: rgba(244, 183, 64, 0.5);
    background: rgba(70, 48, 11, 0.9);
    color: #ffd36f;
}

.pdr-card__media {
    position: relative;
    display: grid;
    min-height: 172px;
    max-height: 208px;
    padding: 10px;
    place-items: center;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #20272e;
    background:
        radial-gradient(circle at 50% 35%, rgba(98, 113, 128, 0.22), transparent 46%),
        #0c1014;
    color: var(--pdr-text);
    cursor: zoom-in;
}

.pdr-card__media::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(6, 9, 12, 0.72);
    color: #fff;
    content: "↗";
    font-size: 0.78rem;
    opacity: 0;
    transition: opacity 150ms ease;
}

.pdr-card:hover .pdr-card__media::after,
.pdr-card__media:focus-visible::after {
    opacity: 1;
}

.pdr-card__image {
    display: block;
    width: 100%;
    height: 188px;
    object-fit: contain;
    filter: drop-shadow(0 8px 13px rgba(0, 0, 0, 0.32));
}

.pdr-card__image-placeholder {
    display: grid;
    width: 94px;
    height: 132px;
    place-items: center;
    border: 1px solid #3c4650;
    border-radius: 8px;
    background: linear-gradient(145deg, #222b34, #11161c);
    color: var(--pdr-muted);
    font-size: 1.7rem;
    font-weight: 850;
}

.pdr-card__top-badges {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    display: flex;
    max-width: calc(100% - 62px);
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none;
}

.pdr-card__catalog-note {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    padding: 4px 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    background: rgba(6, 9, 12, 0.78);
    color: var(--pdr-muted-bright);
    font-size: 0.58rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    pointer-events: none;
    text-transform: uppercase;
}

.pdr-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: rgba(15, 20, 25, 0.88);
    color: var(--pdr-muted-bright);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.pdr-badge--strong,
.pdr-badge--good {
    border-color: rgba(32, 201, 133, 0.38);
    background: rgba(12, 55, 40, 0.91);
    color: #76efba;
}

.pdr-badge--watch {
    border-color: rgba(244, 183, 64, 0.38);
    background: rgba(62, 45, 13, 0.91);
    color: #ffd071;
}

.pdr-badge--review,
.pdr-badge--above {
    border-color: rgba(244, 93, 104, 0.3);
    background: rgba(60, 24, 29, 0.91);
    color: #ff9ca4;
}

.pdr-badge--neutral {
    border-color: rgba(139, 152, 165, 0.26);
}

.pdr-badge--new {
    border-color: rgba(29, 155, 240, 0.42);
    background: rgba(10, 48, 75, 0.92);
    color: #8dcefb;
}

.pdr-badge--lead {
    border-color: rgba(29, 155, 240, 0.42);
    background: rgba(10, 48, 75, 0.92);
    color: #8dcefb;
}

.pdr-badge--drop {
    border-color: rgba(32, 201, 133, 0.45);
    background: rgba(9, 66, 44, 0.94);
    color: #6ff1b8;
}

.pdr-card__body {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 15px;
}

.pdr-card__kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 8px;
    color: var(--pdr-muted);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.pdr-card__title {
    display: -webkit-box;
    min-height: 2.8em;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    color: var(--pdr-text);
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pdr-card__title:hover {
    color: #d9f0ff;
}

.pdr-card__identity {
    display: -webkit-box;
    min-height: 1.25em;
    margin: 7px 0 0;
    overflow: hidden;
    color: var(--pdr-muted);
    font-size: 0.7rem;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pdr-card__signal {
    display: -webkit-box;
    min-height: 2.55em;
    margin: 8px 0 0;
    overflow: hidden;
    color: var(--pdr-muted-bright);
    font-size: 0.64rem;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pdr-card__signal--strong,
.pdr-card__signal--good {
    color: #82e6b8;
}

.pdr-card__signal--lead {
    color: #9cd5fa;
}

.pdr-card__signal--watch {
    color: #dec17b;
}

.pdr-price-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid var(--pdr-line);
}

.pdr-price-block {
    min-width: 0;
}

.pdr-price-block__label,
.pdr-metric__label {
    display: block;
    margin-bottom: 4px;
    color: var(--pdr-muted);
    font-size: 0.59rem;
    font-weight: 650;
    letter-spacing: 0.035em;
    line-height: 1.15;
    text-transform: uppercase;
}

.pdr-price-block__value {
    display: block;
    overflow: hidden;
    color: var(--pdr-text);
    font-size: 1.04rem;
    font-weight: 820;
    letter-spacing: -0.025em;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-price-block__value--market {
    color: #a7dafe;
}

.pdr-price-block__range {
    display: block;
    min-height: 1.2em;
    margin-top: 4px;
    overflow: hidden;
    color: #6f7b86;
    font-size: 0.58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
}

.pdr-metric {
    min-width: 0;
    padding: 9px 6px;
    border-radius: 10px;
    background: var(--pdr-surface-raised);
    text-align: center;
}

.pdr-metric__value {
    display: block;
    overflow: hidden;
    color: var(--pdr-text);
    font-size: 0.79rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-metric__value--positive {
    color: #61e6aa;
}

.pdr-metric__value--negative {
    color: #ff8992;
}

.pdr-confidence {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 8px;
    margin-top: 12px;
    color: var(--pdr-muted);
    font-size: 0.62rem;
}

.pdr-confidence__value {
    color: var(--pdr-muted-bright);
    font-weight: 700;
}

.pdr-confidence__track {
    grid-column: 1 / -1;
    height: 3px;
    overflow: hidden;
    border-radius: 99px;
    background: #26303a;
}

.pdr-confidence__fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--pdr-accent);
}

.pdr-card__warning {
    display: -webkit-box;
    margin: 10px 0 0;
    overflow: hidden;
    color: #d7b967;
    font-size: 0.65rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pdr-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
}

.pdr-card__ending {
    color: var(--pdr-muted);
    font-size: 0.64rem;
}

.pdr-card__ending.is-urgent {
    color: var(--pdr-amber);
    font-weight: 700;
}

.pdr-card__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.pdr-card__compare,
.pdr-card__details,
.pdr-card__external {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pdr-accent);
    cursor: pointer;
    font-size: 0.68rem;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
}

.pdr-card__compare {
    color: var(--pdr-muted-bright);
}

.pdr-card__compare[aria-pressed="true"] {
    color: var(--pdr-green);
}

.pdr-card__compare:hover {
    color: var(--pdr-text);
}

.pdr-card__compare[aria-pressed="true"]:hover {
    color: #74edbb;
}

.pdr-card__compare:hover,
.pdr-card__details:hover,
.pdr-card__external:hover {
    text-decoration: underline;
}

.pdr-card__details:hover,
.pdr-card__external:hover {
    color: var(--pdr-accent-hover);
}

.pdr-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.pdr-load-more {
    min-width: 210px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--pdr-line-strong);
    border-radius: 999px;
    background: var(--pdr-surface);
    color: var(--pdr-text);
    font-size: 0.8rem;
    font-weight: 750;
}

.pdr-load-more:hover {
    border-color: var(--pdr-accent);
    background: #121a21;
}

.pdr-load-more span {
    color: var(--pdr-muted);
}

.pdr-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid rgba(244, 93, 104, 0.38);
    border-radius: var(--pdr-radius-small);
    background: var(--pdr-red-soft);
    color: #ffd8db;
    font-size: 0.8rem;
}

.pdr-alert--stale {
    border-color: rgba(240, 169, 67, 0.4);
    background: var(--pdr-amber-soft);
    color: #ffe2b5;
}

.pdr-alert--stale span {
    color: #d8b881;
}

.pdr-alert strong,
.pdr-alert span {
    display: block;
}

.pdr-alert span {
    margin-top: 2px;
    color: #e1a9ae;
}

.pdr-alert button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 99px;
    background: #f0f3f4;
    color: #17191c;
    font-size: 0.73rem;
    font-weight: 800;
}

.pdr-empty {
    padding: 58px 20px;
    border: 1px dashed var(--pdr-line-strong);
    border-radius: var(--pdr-radius);
    background: rgba(17, 21, 26, 0.65);
    text-align: center;
}

.pdr-empty__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    place-items: center;
    border: 1px solid var(--pdr-line);
    border-radius: 50%;
    background: var(--pdr-surface-raised);
    color: var(--pdr-muted);
}

.pdr-empty__icon svg {
    width: 25px;
    height: 25px;
}

.pdr-empty h3 {
    margin: 0;
    color: var(--pdr-text);
    font-size: 1.1rem;
}

.pdr-empty p {
    margin: 7px 0 18px;
    color: var(--pdr-muted);
    font-size: 0.82rem;
}

.pdr-empty button {
    min-height: 38px;
    padding: 0 15px;
    border-radius: 99px;
    background: var(--pdr-accent);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 750;
}

.pdr-methodology {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
    gap: 22px;
    margin-top: 34px;
    padding: 20px 22px;
    border: 1px solid var(--pdr-line);
    border-radius: var(--pdr-radius);
    background: var(--pdr-surface-soft);
    color: var(--pdr-muted);
    font-size: 0.72rem;
}

.pdr-methodology strong {
    display: block;
    margin-bottom: 4px;
    color: var(--pdr-muted-bright);
    font-size: 0.77rem;
}

.pdr-methodology p {
    margin: 0;
}

.pdr-methodology__note {
    align-self: center;
    padding-left: 22px;
    border-left: 1px solid var(--pdr-line);
}

.pdr-skeleton-card {
    overflow: hidden;
    border: 1px solid var(--pdr-line);
    border-radius: var(--pdr-radius);
    background: var(--pdr-surface);
}

.pdr-skeleton {
    position: relative;
    overflow: hidden;
    background: #171d23;
}

.pdr-skeleton::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent);
    content: "";
    transform: translateX(-100%);
    animation: pdr-shimmer 1.35s infinite;
}

.pdr-skeleton--image {
    height: 208px;
}

.pdr-skeleton-card__body {
    padding: 16px;
}

.pdr-skeleton--line {
    width: 72%;
    height: 10px;
    margin: 8px 0;
    border-radius: 4px;
}

.pdr-skeleton--line-wide {
    width: 94%;
    height: 13px;
}

.pdr-skeleton--metrics {
    height: 54px;
    margin-top: 23px;
    border-radius: 10px;
}

@keyframes pdr-shimmer {
    100% {
        transform: translateX(100%);
    }
}

.pdr-compare-tray {
    position: fixed;
    z-index: 999980;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
    grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
    width: min(1160px, calc(100vw - 36px));
    min-height: 72px;
    margin: 0 auto;
    padding: 10px 11px 10px 15px;
    align-items: center;
    gap: 12px;
    border: 1px solid #3b4651;
    border-radius: 16px;
    background: rgba(15, 19, 24, 0.97);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(18px);
}

.pdr-compare-tray__copy {
    display: grid;
    gap: 2px;
}

.pdr-compare-tray__copy strong {
    color: var(--pdr-text);
    font-size: 0.77rem;
}

.pdr-compare-tray__copy span {
    color: var(--pdr-muted);
    font-size: 0.64rem;
}

.pdr-compare-tray__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
    gap: 7px;
}

.pdr-compare-chip {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 25px;
    min-width: 0;
    min-height: 47px;
    padding: 5px;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--pdr-line);
    border-radius: 10px;
    background: #10151a;
}

.pdr-compare-chip > img {
    display: block;
    width: 34px;
    height: 37px;
    border-radius: 5px;
    background: #080b0f;
    object-fit: contain;
}

.pdr-compare-chip__copy {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.pdr-compare-chip__copy strong,
.pdr-compare-chip__copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-compare-chip__copy strong {
    color: var(--pdr-muted-bright);
    font-size: 0.67rem;
}

.pdr-compare-chip__copy small {
    color: var(--pdr-muted);
    font-size: 0.61rem;
}

.pdr-compare-chip__remove {
    display: grid;
    width: 25px;
    height: 25px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--pdr-muted);
    cursor: pointer;
    font-size: 1rem;
}

.pdr-compare-chip__remove:hover {
    background: #252c33;
    color: var(--pdr-text);
}

.pdr-compare-tray__actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.pdr-compare-tray__clear,
.pdr-compare-tray__open {
    min-height: 39px;
    padding: 0 13px;
    border-radius: 9px;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 780;
}

.pdr-compare-tray__clear {
    border: 1px solid var(--pdr-line);
    background: transparent;
    color: var(--pdr-muted-bright);
}

.pdr-compare-tray__open {
    border: 1px solid var(--pdr-accent);
    background: var(--pdr-accent);
    color: #fff;
}

.pdr-compare-tray__clear:hover {
    border-color: var(--pdr-line-strong);
    color: var(--pdr-text);
}

.pdr-compare-tray__open:hover {
    background: var(--pdr-accent-hover);
}

.pdr-compare-tray__open:disabled {
    border-color: var(--pdr-line);
    background: #22282f;
    color: #697580;
    cursor: not-allowed;
}

.pdr-hover-preview {
    position: fixed;
    z-index: 999990;
    width: min(330px, calc(100vw - 30px));
    height: min(440px, calc(100vh - 30px));
    padding: 10px;
    pointer-events: none;
    border: 1px solid var(--pdr-line-strong);
    border-radius: 15px;
    background: rgba(12, 16, 20, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(12px);
}

.pdr-hover-preview img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    object-fit: contain;
}

.pdr-compare-modal {
    position: fixed;
    z-index: 1000000;
    inset: 0;
    display: grid;
    padding: clamp(12px, 2vw, 28px);
    place-items: center;
}

.pdr-compare-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.84);
    backdrop-filter: blur(10px);
}

.pdr-compare-modal__dialog {
    position: relative;
    width: min(1160px, 100%);
    max-height: min(850px, calc(100vh - 40px));
    padding: clamp(18px, 2.5vw, 28px);
    overflow-y: auto;
    border: 1px solid var(--pdr-line-strong);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(29, 155, 240, 0.09), transparent 28rem),
        #0d1116;
    box-shadow: 0 32px 110px rgba(0, 0, 0, 0.64);
}

.pdr-compare-modal__dialog:focus {
    outline: 0;
}

.pdr-compare-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.pdr-compare-modal__header p {
    margin: 0 0 5px;
    color: var(--pdr-green);
    font-size: 0.63rem;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.pdr-compare-modal__header h3 {
    margin: 0;
    color: var(--pdr-text);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 830;
    letter-spacing: -0.03em;
}

.pdr-compare-modal__header > button {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    padding: 0;
    place-items: center;
    border: 1px solid var(--pdr-line);
    border-radius: 50%;
    background: #151a20;
    color: var(--pdr-muted-bright);
    cursor: pointer;
}

.pdr-compare-modal__header > button:hover {
    border-color: var(--pdr-line-strong);
    color: #fff;
}

.pdr-compare-modal__header svg {
    width: 18px;
    height: 18px;
}

.pdr-compare-modal__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
}

.pdr-compare-column {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pdr-line);
    border-radius: 15px;
    background: var(--pdr-surface);
}

.pdr-compare-column--strong,
.pdr-compare-column--good {
    border-color: rgba(32, 201, 133, 0.38);
}

.pdr-compare-column--lead {
    border-color: rgba(29, 155, 240, 0.4);
}

.pdr-compare-column__media {
    position: relative;
    display: grid;
    height: 220px;
    padding: 14px;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--pdr-line);
    background:
        radial-gradient(circle at center, rgba(98, 113, 128, 0.2), transparent 48%),
        #090d11;
}

.pdr-root .pdr-compare-column__media > img {
    position: absolute !important;
    inset: 14px !important;
    display: block;
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    height: calc(100% - 28px) !important;
    max-height: calc(100% - 28px) !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

.pdr-compare-column__content {
    padding: 15px;
}

.pdr-compare-column__content h4 {
    display: -webkit-box;
    min-height: 2.55em;
    margin: 11px 0 0;
    overflow: hidden;
    color: var(--pdr-text);
    font-size: 0.93rem;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pdr-compare-column__identity,
.pdr-compare-column__signal {
    margin: 7px 0 0;
    color: var(--pdr-muted);
    font-size: 0.67rem;
}

.pdr-compare-column__signal {
    min-height: 2.7em;
    color: var(--pdr-muted-bright);
}

.pdr-compare-column__facts {
    margin: 14px 0 0;
    border-top: 1px solid var(--pdr-line);
}

.pdr-compare-column__facts > div {
    display: flex;
    min-width: 0;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--pdr-line);
    font-size: 0.68rem;
}

.pdr-compare-column__facts dt {
    color: var(--pdr-muted);
}

.pdr-compare-column__facts dd {
    margin: 0;
    overflow: hidden;
    color: var(--pdr-text);
    font-weight: 760;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-compare-column__link {
    display: flex;
    min-height: 40px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pdr-line-strong);
    border-radius: 999px;
    color: var(--pdr-text);
    font-size: 0.72rem;
    font-weight: 780;
    text-decoration: none;
}

.pdr-compare-column__link:hover {
    border-color: var(--pdr-accent);
    background: rgba(29, 155, 240, 0.08);
    color: #fff;
}

.pdr-compare-modal__note {
    margin: 14px 0 0;
    color: var(--pdr-muted);
    font-size: 0.65rem;
    text-align: center;
}

.pdr-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    padding: clamp(12px, 2vw, 28px);
    place-items: center;
}

.pdr-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(10px);
}

.pdr-modal__dialog {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.75fr);
    width: min(1160px, 100%);
    height: min(820px, calc(100vh - 40px));
    max-height: min(820px, calc(100vh - 40px));
    overflow: hidden;
    border: 1px solid var(--pdr-line-strong);
    border-radius: 20px;
    background: #0d1116;
    box-shadow: 0 32px 110px rgba(0, 0, 0, 0.62);
}

.pdr-modal__close {
    position: absolute;
    z-index: 5;
    top: 13px;
    right: 13px;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(9, 12, 16, 0.82);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.pdr-modal__close:hover {
    background: #242b32;
}

.pdr-modal__close svg {
    width: 18px;
    height: 18px;
}

.pdr-modal__gallery {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid var(--pdr-line);
    background: #070a0d;
}

.pdr-modal__stage {
    position: relative;
    display: flex;
    min-height: 0;
    flex: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(94, 109, 122, 0.16), transparent 48%),
        #080b0f;
}

.pdr-modal__image-viewport {
    --pdr-image-pad-x: 58px;
    --pdr-image-pad-top: 48px;
    --pdr-image-pad-bottom: 34px;
    position: relative;
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding: 0;
    place-items: center;
    overflow: auto;
    overscroll-behavior: contain;
}

.pdr-modal__image-viewport img {
    position: absolute;
    top: var(--pdr-image-pad-top);
    left: var(--pdr-image-pad-x);
    display: block;
    width: calc(100% - var(--pdr-image-pad-x) - var(--pdr-image-pad-x));
    max-width: none;
    height: calc(100% - var(--pdr-image-pad-top) - var(--pdr-image-pad-bottom));
    max-height: none;
    object-fit: contain;
    transform: scale(1);
    transform-origin: center;
    transition: transform 140ms ease;
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.45));
}

.pdr-modal__nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(9, 12, 16, 0.76);
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
}

.pdr-modal__nav:hover {
    background: #252c33;
}

.pdr-modal__nav svg {
    width: 19px;
    height: 19px;
}

.pdr-modal__nav--prev {
    left: 14px;
}

.pdr-modal__nav--next {
    right: 14px;
}

.pdr-modal__image-label {
    position: absolute;
    bottom: 13px;
    left: 50%;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 99px;
    background: rgba(9, 12, 16, 0.75);
    color: var(--pdr-muted-bright);
    font-size: 0.62rem;
    transform: translateX(-50%);
    white-space: nowrap;
}

.pdr-modal__gallery-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 78px;
    padding: 10px 14px;
    border-top: 1px solid var(--pdr-line);
    background: #0c1014;
}

.pdr-modal__thumbs {
    display: flex;
    min-width: 0;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.pdr-modal__thumb {
    display: grid;
    width: 48px;
    height: 56px;
    flex: 0 0 auto;
    padding: 3px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--pdr-line);
    border-radius: 8px;
    background: #151a20;
    cursor: pointer;
}

.pdr-modal__thumb.is-active {
    border-color: var(--pdr-accent);
    box-shadow: 0 0 0 2px rgba(29, 155, 240, 0.15);
}

.pdr-modal__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pdr-modal__zoom {
    display: flex;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid var(--pdr-line);
    border-radius: 9px;
}

.pdr-modal__zoom button {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border: 0;
    border-right: 1px solid var(--pdr-line);
    background: var(--pdr-surface-raised);
    color: var(--pdr-muted-bright);
    cursor: pointer;
    font-size: 0.73rem;
}

.pdr-modal__zoom button:last-child {
    border-right: 0;
}

.pdr-modal__zoom button:hover {
    background: #242b33;
    color: #fff;
}

.pdr-modal__content {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.pdr-modal__content-scroll {
    min-height: 0;
    flex: 1 1 auto;
    padding: clamp(24px, 3vw, 38px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.pdr-modal__action {
    flex: 0 0 auto;
    padding: 13px clamp(24px, 3vw, 38px) 16px;
    border-top: 1px solid var(--pdr-line);
    background: rgba(13, 17, 22, 0.98);
    box-shadow: 0 -14px 32px rgba(7, 10, 13, 0.42);
}

.pdr-modal__action[hidden] {
    display: none;
}

.pdr-modal__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-right: 42px;
}

.pdr-modal__title {
    margin: 17px 0 0;
    color: var(--pdr-text);
    font-size: clamp(1.25rem, 2.2vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.pdr-modal__identity {
    margin: 9px 0 0;
    color: var(--pdr-muted);
    font-size: 0.78rem;
}

.pdr-modal__favorite {
    display: inline-flex;
    min-height: 34px;
    margin-top: 13px;
    padding: 0 11px;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--pdr-line);
    border-radius: 999px;
    background: var(--pdr-surface);
    color: var(--pdr-muted-bright);
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 750;
}

.pdr-modal__favorite:hover {
    border-color: var(--pdr-line-strong);
    color: #fff;
}

.pdr-modal__favorite[aria-pressed="true"] {
    border-color: rgba(244, 183, 64, 0.45);
    background: rgba(244, 183, 64, 0.1);
    color: #ffd36f;
}

.pdr-modal__favorite > span:first-child {
    font-size: 1rem;
}

.pdr-modal__price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
}

.pdr-modal__price-tile {
    min-width: 0;
    padding: 13px;
    border: 1px solid var(--pdr-line);
    border-radius: 12px;
    background: var(--pdr-surface);
}

.pdr-modal__price-tile span {
    display: block;
    color: var(--pdr-muted);
    font-size: 0.62rem;
    font-weight: 650;
    text-transform: uppercase;
}

.pdr-modal__price-tile strong {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    color: var(--pdr-text);
    font-size: 1.07rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-modal__price-tile strong.is-positive {
    color: var(--pdr-green);
}

.pdr-modal__price-tile--market {
    position: relative;
    width: 100%;
    padding-right: 36px;
    appearance: none;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.pdr-modal__price-tile--market:hover {
    border-color: rgba(29, 155, 240, 0.48);
    background: #18212a;
}

.pdr-modal__price-tile--market:focus-visible,
.pdr-modal__price-tile--market.is-expanded {
    border-color: var(--pdr-accent);
    background: rgba(29, 155, 240, 0.1);
    box-shadow: 0 0 0 3px rgba(29, 155, 240, 0.12);
}

.pdr-modal__market-tile-heading {
    display: flex !important;
    min-width: 0;
    align-items: center;
    gap: 6px;
}

.pdr-modal__market-tile-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-modal__market-source {
    display: inline-flex !important;
    min-height: 18px;
    flex: 0 0 auto;
    align-items: center;
    padding: 0 6px;
    border: 1px solid rgba(29, 155, 240, 0.32);
    border-radius: 999px;
    background: rgba(29, 155, 240, 0.1);
    color: #8dcefb !important;
    font-size: 0.5rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.04em;
    line-height: 1;
}

.pdr-modal__market-tile-hint {
    display: block !important;
    margin-top: 4px;
    color: var(--pdr-accent) !important;
    font-size: 0.59rem !important;
    font-weight: 720 !important;
    text-transform: none !important;
}

.pdr-modal__market-chevron {
    position: absolute;
    top: 50%;
    right: 13px;
    display: block !important;
    color: var(--pdr-muted-bright) !important;
    font-size: 1.25rem !important;
    line-height: 1;
    text-transform: none !important;
    transform: translateY(-50%);
    transition: transform 160ms ease;
}

.pdr-modal__price-tile--market.is-expanded .pdr-modal__market-chevron {
    transform: translateY(-50%) rotate(90deg);
}

.pdr-modal__market-detail {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid rgba(29, 155, 240, 0.3);
    border-radius: 13px;
    background:
        radial-gradient(circle at 100% 0%, rgba(29, 155, 240, 0.1), transparent 24rem),
        #10161c;
}

.pdr-market-detail {
    display: grid;
    gap: 13px;
}

.pdr-market-detail__header {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.pdr-market-detail__header > div:first-child {
    min-width: 0;
}

.pdr-market-detail__eyebrow {
    margin: 0 0 3px;
    color: var(--pdr-accent);
    font-size: 0.55rem;
    font-weight: 850;
    letter-spacing: 0.13em;
}

.pdr-market-detail__header h4 {
    margin: 0;
    color: var(--pdr-text);
    font-size: 0.88rem;
    font-weight: 810;
}

.pdr-market-detail__meta {
    display: flex;
    max-width: 55%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.pdr-market-detail__variant,
.pdr-market-detail__freshness {
    display: inline-flex;
    min-height: 23px;
    align-items: center;
    padding: 0 8px;
    border: 1px solid var(--pdr-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--pdr-muted-bright);
    font-size: 0.56rem;
    font-weight: 700;
    white-space: nowrap;
}

.pdr-market-detail__freshness.is-stale {
    border-color: rgba(244, 183, 64, 0.35);
    background: rgba(244, 183, 64, 0.08);
    color: #f5cf80;
}

.pdr-market-detail__freshness.is-aging {
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(245, 158, 11, 0.06);
    color: #f7c76a;
}

.pdr-market-detail__basis {
    display: grid;
    gap: 3px;
    padding: 10px 11px;
    border-left: 3px solid var(--pdr-accent);
    border-radius: 3px 9px 9px 3px;
    background: rgba(29, 155, 240, 0.07);
}

.pdr-market-detail__basis--screening_only,
.pdr-market-detail__basis--not_applicable {
    border-left-color: var(--pdr-amber);
    background: rgba(244, 183, 64, 0.07);
}

.pdr-market-detail__basis strong {
    color: var(--pdr-text);
    font-size: 0.67rem;
}

.pdr-market-detail__basis p {
    margin: 0;
    color: var(--pdr-muted-bright);
    font-size: 0.61rem;
    line-height: 1.45;
}

.pdr-market-detail__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.pdr-market-detail__metric {
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid var(--pdr-line);
    border-radius: 9px;
    background: rgba(8, 12, 16, 0.48);
}

.pdr-market-detail__metric span,
.pdr-market-detail__metric strong {
    display: block;
}

.pdr-market-detail__metric span {
    overflow: hidden;
    color: var(--pdr-muted);
    font-size: 0.55rem;
    font-weight: 680;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.pdr-market-detail__metric strong {
    margin-top: 4px;
    overflow: hidden;
    color: var(--pdr-text);
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-market-detail__metric.is-unavailable {
    opacity: 0.58;
}

.pdr-market-detail__comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    gap: 6px;
}

.pdr-market-detail__comparison > span {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 7px 9px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
}

.pdr-market-detail__comparison small {
    overflow: hidden;
    color: var(--pdr-muted);
    font-size: 0.53rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-market-detail__comparison strong {
    overflow: hidden;
    color: var(--pdr-muted-bright);
    font-size: 0.66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-market-detail__history {
    min-width: 0;
    padding-top: 2px;
}

.pdr-market-detail__chart-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.pdr-market-detail__chart-heading h5 {
    margin: 0;
    color: var(--pdr-text);
    font-size: 0.72rem;
}

.pdr-market-detail__chart-heading p {
    margin: 2px 0 0;
    color: var(--pdr-muted);
    font-size: 0.55rem;
}

.pdr-market-detail__change {
    flex: 0 0 auto;
    color: var(--pdr-muted-bright);
    font-size: 0.65rem;
    font-weight: 800;
}

.pdr-market-detail__change.is-up {
    color: var(--pdr-green);
}

.pdr-market-detail__change.is-down {
    color: #ff8992;
}

.pdr-market-detail__history svg {
    display: block;
    width: 100%;
    height: 118px;
    margin-top: 8px;
    overflow: visible;
}

.pdr-market-detail__chart-guide {
    stroke: rgba(255, 255, 255, 0.075);
    stroke-dasharray: 3 5;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.pdr-market-detail__chart-area {
    fill: rgba(29, 155, 240, 0.1);
}

.pdr-market-detail__chart-line {
    fill: none;
    stroke: var(--pdr-accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
    vector-effect: non-scaling-stroke;
}

.pdr-market-detail__chart-point {
    fill: #10161c;
    stroke: #8dcefb;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.pdr-market-detail__chart-endpoints {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: -1px;
    color: var(--pdr-muted);
    font-size: 0.54rem;
}

.pdr-market-detail__chart-endpoints span:last-child {
    text-align: right;
}

.pdr-market-detail__history-empty {
    display: grid;
    min-height: 82px;
    padding: 13px;
    place-content: center;
    border: 1px dashed var(--pdr-line-strong);
    border-radius: 10px;
    background: rgba(8, 12, 16, 0.3);
    text-align: center;
}

.pdr-market-detail__history-empty strong {
    color: var(--pdr-text);
    font-size: 0.68rem;
}

.pdr-market-detail__history-empty p {
    max-width: 420px;
    margin: 4px auto 0;
    color: var(--pdr-muted);
    font-size: 0.58rem;
    line-height: 1.45;
}

.pdr-market-detail__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 13px;
    padding-top: 10px;
    border-top: 1px solid var(--pdr-line);
}

.pdr-market-detail__footer p {
    margin: 0;
    color: var(--pdr-muted);
    font-size: 0.56rem;
    line-height: 1.45;
}

.pdr-market-detail__footer a {
    flex: 0 0 auto;
    color: var(--pdr-accent);
    font-size: 0.59rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.pdr-market-detail__footer a:hover {
    color: #8dcefb;
    text-decoration: underline;
}

.pdr-market-detail__state {
    display: grid;
    min-height: 104px;
    place-items: center;
    align-content: center;
    gap: 7px;
    text-align: center;
}

.pdr-market-detail__state p {
    margin: 0;
    color: var(--pdr-muted-bright);
    font-size: 0.65rem;
}

.pdr-market-detail__state strong {
    color: var(--pdr-text);
    font-size: 0.72rem;
}

.pdr-market-detail__state--error p {
    color: #ffb8bd;
}

.pdr-market-detail__spinner {
    width: 23px;
    height: 23px;
    border: 2px solid rgba(29, 155, 240, 0.22);
    border-top-color: var(--pdr-accent);
    border-radius: 50%;
    animation: pdr-market-spin 700ms linear infinite;
}

.pdr-market-detail__retry {
    min-height: 34px;
    margin-top: 3px;
    padding: 0 12px;
    border: 1px solid var(--pdr-line-strong);
    border-radius: 8px;
    background: #171d23;
    color: var(--pdr-text);
    cursor: pointer;
    font-size: 0.64rem;
    font-weight: 750;
}

.pdr-market-detail__retry:hover {
    border-color: var(--pdr-accent);
}

.pdr-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@keyframes pdr-market-spin {
    to {
        transform: rotate(360deg);
    }
}

.pdr-modal__history {
    margin-top: 16px;
    padding: 13px;
    border: 1px solid var(--pdr-line);
    border-radius: 12px;
    background: var(--pdr-surface);
}

.pdr-modal__history-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pdr-modal__history-heading h4 {
    margin: 0;
    color: var(--pdr-text);
    font-size: 0.72rem;
}

.pdr-modal__history-heading span {
    color: var(--pdr-muted-bright);
    font-size: 0.7rem;
    font-weight: 750;
}

.pdr-modal__history-heading span.is-positive {
    color: var(--pdr-green);
}

.pdr-modal__history svg {
    display: block;
    width: 100%;
    height: 88px;
    margin-top: 8px;
    overflow: visible;
}

.pdr-modal__history-line {
    fill: none;
    stroke: var(--pdr-green);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
    vector-effect: non-scaling-stroke;
}

.pdr-modal__history-point {
    fill: var(--pdr-bg);
    stroke: var(--pdr-green);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.pdr-modal__history-note {
    margin: 1px 0 0;
    color: var(--pdr-muted);
    font-size: 0.62rem;
}

.pdr-modal__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    margin-top: 20px;
    border-top: 1px solid var(--pdr-line);
}

.pdr-modal__fact {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--pdr-line);
    font-size: 0.7rem;
}

.pdr-modal__fact span {
    color: var(--pdr-muted);
}

.pdr-modal__fact strong {
    overflow: hidden;
    color: var(--pdr-muted-bright);
    font-weight: 700;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-modal__analysis {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.pdr-modal__analysis-title {
    margin: 0 0 3px;
    color: var(--pdr-text);
    font-size: 0.78rem;
    font-weight: 780;
}

.pdr-modal__signal {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: var(--pdr-muted-bright);
    font-size: 0.7rem;
}

.pdr-modal__signal::before {
    position: absolute;
    top: 0.48em;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pdr-green);
    content: "";
}

.pdr-modal__signal--warning {
    color: #d8bd78;
}

.pdr-modal__signal--warning::before {
    background: var(--pdr-amber);
}

.pdr-ebay-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 0 16px;
    border-radius: 999px;
    background: #f2f4f5;
    color: #111418;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

.pdr-ebay-button:hover {
    background: #dce1e4;
    color: #080b0f;
}

.pdr-ebay-button svg {
    width: 16px;
    height: 16px;
}

.pdr-member-panel {
    position: fixed;
    z-index: 1000002;
    inset: 0;
    display: grid;
    padding: clamp(12px, 2vw, 28px);
    place-items: center;
}

.pdr-member-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.84);
    backdrop-filter: blur(12px);
}

.pdr-member-panel__dialog {
    position: relative;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    width: min(1180px, 100%);
    height: min(840px, calc(100vh - 40px));
    max-height: min(840px, calc(100vh - 40px));
    overflow: hidden;
    border: 1px solid var(--pdr-line-strong);
    border-radius: 21px;
    background:
        radial-gradient(circle at 100% 0%, rgba(29, 155, 240, 0.1), transparent 30rem),
        #0d1116;
    box-shadow: 0 34px 120px rgba(0, 0, 0, 0.68);
}

.pdr-member-panel__dialog:focus {
    outline: 0;
}

.pdr-member-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px 17px;
    border-bottom: 1px solid var(--pdr-line);
}

.pdr-member-panel__header p {
    margin: 0 0 5px;
    color: var(--pdr-green);
    font-size: 0.63rem;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.pdr-member-panel__header h3 {
    margin: 0;
    color: var(--pdr-text);
    font-size: clamp(1.32rem, 2vw, 1.8rem);
    font-weight: 830;
    letter-spacing: -0.03em;
}

.pdr-member-panel__header > button {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    padding: 0;
    place-items: center;
    border: 1px solid var(--pdr-line);
    border-radius: 50%;
    background: #151a20;
    color: var(--pdr-muted-bright);
    cursor: pointer;
}

.pdr-member-panel__header > button:hover {
    border-color: var(--pdr-line-strong);
    color: #fff;
}

.pdr-member-panel__header svg {
    width: 18px;
    height: 18px;
}

.pdr-member-panel svg path,
.pdr-mobile-nav svg path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.pdr-member-panel__status {
    min-height: 0;
    padding: 0 24px;
    color: var(--pdr-muted-bright);
    font-size: 0.72rem;
}

.pdr-member-panel__status:not(:empty) {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--pdr-line);
    background: rgba(29, 155, 240, 0.07);
}

.pdr-member-panel__status.is-error {
    background: var(--pdr-red-soft);
    color: #ffb8bd;
}

.pdr-member-panel__status.is-success {
    background: var(--pdr-green-soft);
    color: #9aebc6;
}

.pdr-member-panel__content {
    min-height: 0;
    padding: clamp(18px, 2.5vw, 28px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.pdr-member-view {
    display: grid;
    gap: 18px;
}

.pdr-member-intro,
.pdr-member-heading-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pdr-member-intro p,
.pdr-member-muted {
    margin: 0;
    color: var(--pdr-muted-bright);
    font-size: 0.76rem;
}

.pdr-member-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.pdr-member-card-grid .pdr-card__media {
    min-height: 185px;
}

.pdr-member-block {
    display: grid;
    gap: 11px;
    padding: 16px;
    border: 1px solid var(--pdr-line);
    border-radius: 15px;
    background: rgba(17, 21, 26, 0.72);
}

.pdr-member-block > h4 {
    margin: 0;
    color: var(--pdr-text);
    font-size: 0.82rem;
}

.pdr-saved-searches,
.pdr-notification-list {
    display: grid;
    gap: 8px;
}

.pdr-saved-search {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 13px;
    border: 1px solid var(--pdr-line);
    border-radius: 11px;
    background: #10151a;
}

.pdr-saved-search.is-paused {
    opacity: 0.65;
}

.pdr-saved-search > div:first-child {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.pdr-saved-search strong {
    color: var(--pdr-text);
    font-size: 0.75rem;
}

.pdr-saved-search span {
    overflow: hidden;
    color: var(--pdr-muted);
    font-size: 0.65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-saved-search__actions,
.pdr-account-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
}

.pdr-notification {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
    border: 1px solid var(--pdr-line);
    border-radius: 12px;
    background: #10151a;
}

.pdr-notification.is-unread {
    border-color: rgba(29, 155, 240, 0.36);
    background: rgba(29, 155, 240, 0.07);
}

.pdr-notification.is-unread::before {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pdr-accent);
    content: "";
}

.pdr-notification__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: rgba(29, 155, 240, 0.12);
    color: #8dcefb;
    font-size: 1rem;
    font-weight: 850;
}

.pdr-notification__copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.pdr-notification__copy strong {
    color: var(--pdr-text);
    font-size: 0.73rem;
}

.pdr-notification__copy p {
    margin: 0;
    overflow: hidden;
    color: var(--pdr-muted-bright);
    font-size: 0.66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdr-notification__copy small {
    color: var(--pdr-muted);
    font-size: 0.6rem;
}

.pdr-notification__open {
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid var(--pdr-line);
    border-radius: 8px;
    background: transparent;
    color: var(--pdr-accent);
    cursor: pointer;
    font-size: 0.67rem;
    font-weight: 750;
}

.pdr-member-empty {
    display: grid;
    min-height: 145px;
    padding: 24px;
    place-content: center;
    border: 1px dashed var(--pdr-line-strong);
    border-radius: 15px;
    background: rgba(17, 21, 26, 0.45);
    text-align: center;
}

.pdr-member-empty strong {
    color: var(--pdr-text);
    font-size: 0.86rem;
}

.pdr-member-empty p {
    max-width: 420px;
    margin: 6px auto 0;
    color: var(--pdr-muted);
    font-size: 0.71rem;
}

.pdr-primary-button,
.pdr-secondary-button,
.pdr-member-link-button,
.pdr-danger-link {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 9px;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 780;
}

.pdr-primary-button {
    border: 1px solid var(--pdr-accent);
    background: var(--pdr-accent);
    color: #fff;
}

.pdr-primary-button:hover {
    background: var(--pdr-accent-hover);
}

.pdr-secondary-button {
    border: 1px solid var(--pdr-line);
    background: #171c22;
    color: var(--pdr-muted-bright);
}

.pdr-secondary-button:hover {
    border-color: var(--pdr-line-strong);
    color: #fff;
}

.pdr-member-link-button,
.pdr-danger-link {
    min-height: 30px;
    padding: 0 4px;
    border: 0;
    background: transparent;
    color: var(--pdr-accent);
}

.pdr-danger-link {
    color: #ff8992;
}

.pdr-member-link-button:hover,
.pdr-danger-link:hover {
    text-decoration: underline;
}

.pdr-primary-button:disabled,
.pdr-secondary-button:disabled {
    opacity: 0.55;
    cursor: wait;
}

.pdr-account-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    max-width: 620px;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid var(--pdr-line);
    border-radius: 14px;
    background: var(--pdr-surface);
}

.pdr-account-card__avatar {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(29, 155, 240, 0.24), rgba(32, 201, 133, 0.15));
    color: #fff;
    font-size: 0.82rem;
    font-weight: 850;
}

.pdr-account-card > div {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.pdr-account-card strong {
    color: var(--pdr-text);
    font-size: 0.9rem;
}

.pdr-account-card span {
    overflow: hidden;
    color: var(--pdr-muted);
    font-size: 0.7rem;
    text-overflow: ellipsis;
}

.pdr-account-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 620px;
    gap: 9px;
}

.pdr-account-stat {
    padding: 14px;
    border: 1px solid var(--pdr-line);
    border-radius: 12px;
    background: #10151a;
}

.pdr-account-stat strong,
.pdr-account-stat span {
    display: block;
}

.pdr-account-stat strong {
    color: var(--pdr-text);
    font-size: 1.25rem;
}

.pdr-account-stat span {
    margin-top: 2px;
    color: var(--pdr-muted);
    font-size: 0.63rem;
}

.pdr-account-note {
    max-width: 620px;
    margin: 0;
    color: var(--pdr-muted-bright);
    font-size: 0.72rem;
}

.pdr-auth {
    width: min(100%, 520px);
    margin: auto;
    padding: clamp(3px, 2vw, 18px) 0;
}

.pdr-auth__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 16px;
    padding: 5px;
    border: 1px solid var(--pdr-line);
    border-radius: 12px;
    background: #0b0f14;
}

.pdr-auth__tabs button {
    min-height: 38px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--pdr-muted);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 760;
}

.pdr-auth__tabs button[aria-pressed="true"] {
    background: #1b2229;
    color: #fff;
}

.pdr-auth__form,
.pdr-alert-form {
    display: grid;
    gap: 13px;
}

.pdr-member-field {
    display: grid;
    gap: 6px;
    color: var(--pdr-muted);
    font-size: 0.66rem;
    font-weight: 700;
}

.pdr-member-field input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid var(--pdr-line);
    border-radius: 10px;
    background: #0b0f14;
    color: var(--pdr-text);
    box-shadow: none;
}

.pdr-member-field input:focus {
    border-color: var(--pdr-accent);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(29, 155, 240, 0.12);
}

.pdr-auth__check,
.pdr-alert-option {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    color: var(--pdr-muted-bright);
    font-size: 0.69rem;
}

.pdr-auth__check input,
.pdr-alert-option input {
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--pdr-accent);
}

.pdr-auth__check a {
    color: var(--pdr-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pdr-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pdr-alert-form {
    width: min(100%, 660px);
}

.pdr-alert-option {
    padding: 12px;
    border: 1px solid var(--pdr-line);
    border-radius: 11px;
    background: #10151a;
}

.pdr-alert-option > span {
    display: grid;
    gap: 3px;
}

.pdr-alert-option strong {
    color: var(--pdr-text);
    font-size: 0.72rem;
}

.pdr-alert-option small {
    color: var(--pdr-muted);
    font-size: 0.63rem;
}

.pdr-alert-filter-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pdr-alert-filter-preview span {
    padding: 5px 9px;
    border: 1px solid var(--pdr-line);
    border-radius: 999px;
    background: #151a20;
    color: var(--pdr-muted-bright);
    font-size: 0.64rem;
}

.pdr-mobile-nav {
    display: none;
}

.pdr-toast {
    position: fixed;
    z-index: 1000005;
    right: 20px;
    bottom: 20px;
    max-width: min(390px, calc(100vw - 32px));
    padding: 11px 14px;
    border: 1px solid rgba(32, 201, 133, 0.4);
    border-radius: 11px;
    background: rgba(13, 29, 23, 0.97);
    color: #b5f2d4;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}

.pdr-toast.is-error {
    border-color: rgba(244, 93, 104, 0.42);
    background: rgba(49, 19, 23, 0.97);
    color: #ffc2c7;
}

body.pdr-modal-open {
    overflow: hidden;
}

@media (max-width: 1350px) {
    .pdr-filters__primary {
        grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(125px, 1fr)) minmax(135px, 1fr);
    }

    .pdr-more-button {
        grid-column: auto;
    }
}

@media (max-width: 1180px) {
    .pdr-card-grid,
    .pdr-skeleton-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pdr-member-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pdr-filters__advanced {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }
}

@media (max-width: 900px) {
    .pdr-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .pdr-pulse {
        grid-template-columns: minmax(0, 1fr);
    }

    .pdr-filters__primary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pdr-field--search {
        grid-column: span 2;
    }

    .pdr-filters__advanced {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pdr-modal__dialog {
        grid-template-columns: minmax(0, 1fr);
        overflow-y: auto;
    }

    .pdr-modal__gallery {
        min-height: 480px;
        border-right: 0;
        border-bottom: 1px solid var(--pdr-line);
        overflow: visible;
    }

    .pdr-modal__image-viewport {
        min-height: 390px;
    }

    .pdr-modal__content {
        overflow: visible;
    }

    .pdr-modal__content-scroll {
        overflow: visible;
    }

    .pdr-modal__action {
        position: sticky;
        z-index: 4;
        bottom: 0;
    }

    .pdr-compare-tray {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .pdr-compare-tray__copy {
        display: none;
    }
}

@media (max-width: 760px) {
    .pdr-card-grid,
    .pdr-skeleton-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pdr-shell {
        border-radius: 18px;
    }

    .pdr-filters__primary,
    .pdr-filters__advanced {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pdr-field--search {
        grid-column: 1 / -1;
    }

    .pdr-pulse__intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .pdr-pulse__intro > p {
        max-width: none;
        text-align: left;
    }

    .pdr-pulse__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pdr-view-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .pdr-view-actions {
        width: 100%;
    }

    .pdr-view-tabs {
        width: 100%;
    }

    .pdr-view-tabs button {
        flex: 1 0 auto;
    }

    .pdr-member-shortcut {
        display: none;
    }

    .pdr-view-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .pdr-save-search,
    .pdr-share-view {
        justify-content: center;
        width: 100%;
    }

    .pdr-root {
        padding-bottom: calc(76px + env(safe-area-inset-bottom));
    }

    .pdr-mobile-nav {
        position: fixed;
        z-index: 99990;
        right: 10px;
        bottom: max(8px, env(safe-area-inset-bottom));
        left: 10px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 4px;
        max-width: 620px;
        margin: 0 auto;
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        background: rgba(15, 20, 25, 0.96);
        box-shadow: 0 14px 45px rgba(0, 0, 0, 0.48);
        backdrop-filter: blur(18px);
    }

    .pdr-mobile-nav button {
        position: relative;
        display: grid;
        place-items: center;
        gap: 2px;
        min-width: 0;
        min-height: 48px;
        padding: 5px 3px;
        border: 0;
        border-radius: 11px;
        background: transparent;
        color: var(--pdr-muted);
        font: inherit;
        font-size: 0.62rem;
        font-weight: 750;
        cursor: pointer;
    }

    .pdr-mobile-nav button:hover,
    .pdr-mobile-nav button:focus-visible,
    .pdr-mobile-nav button.is-active,
    .pdr-mobile-nav button[aria-current="page"] {
        background: #1c252e;
        color: var(--pdr-text);
    }

    .pdr-mobile-nav svg {
        width: 19px;
        height: 19px;
    }

    .pdr-mobile-nav [data-pdr-mobile-count],
    .pdr-mobile-nav [data-pdr-favorite-count],
    .pdr-mobile-nav [data-pdr-alert-count] {
        position: absolute;
        top: 2px;
        left: calc(50% + 7px);
        min-width: 15px;
        min-height: 15px;
        padding: 1px 4px;
        border: 2px solid #0f1419;
        border-radius: 999px;
        background: var(--pdr-green);
        color: #05150d;
        font-size: 0.51rem;
        line-height: 11px;
        text-align: center;
    }

    .pdr-compare-tray {
        bottom: calc(76px + env(safe-area-inset-bottom));
    }

    .pdr-toast {
        bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .pdr-compare-tray {
        grid-template-columns: minmax(0, 1fr);
    }

    .pdr-compare-tray__items {
        overflow-x: auto;
    }

    .pdr-compare-chip {
        min-width: 155px;
    }

    .pdr-compare-tray__actions {
        justify-content: flex-end;
    }

    .pdr-compare-modal__grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .pdr-compare-column {
        scroll-snap-align: start;
    }

    .pdr-methodology {
        grid-template-columns: 1fr;
    }

    .pdr-methodology__note {
        padding-top: 15px;
        padding-left: 0;
        border-top: 1px solid var(--pdr-line);
        border-left: 0;
    }
}

@media (max-width: 520px) {
    .pdr-shell {
        padding: 16px 12px 22px;
    }

    .pdr-title {
        font-size: 2rem;
    }

    .pdr-feed-state {
        white-space: normal;
    }

    .pdr-filters {
        padding: 12px;
    }

    .pdr-pulse {
        padding: 14px;
    }

    .pdr-pulse__stats {
        gap: 6px;
    }

    .pdr-view-toolbar {
        top: 5px;
        margin-top: -14px;
        padding: 5px;
    }

    .pdr-share-view {
        width: 100%;
    }

    .pdr-member-panel {
        padding: 0;
    }

    .pdr-member-panel__dialog {
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        border: 0;
        border-radius: 0;
    }

    .pdr-member-panel__header {
        padding: 16px 16px 13px;
    }

    .pdr-member-panel__content {
        padding: 14px 13px calc(82px + env(safe-area-inset-bottom));
    }

    .pdr-member-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pdr-account-stats {
        gap: 6px;
    }

    .pdr-account-actions {
        flex-wrap: wrap;
    }

    .pdr-toast {
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
    }

    .pdr-filters__primary {
        grid-template-columns: 1fr 1fr;
    }

    .pdr-filters__advanced {
        grid-template-columns: 1fr 1fr;
    }

    .pdr-field--search,
    .pdr-filters__primary .pdr-more-button {
        grid-column: 1 / -1;
    }

    .pdr-results-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .pdr-card-grid,
    .pdr-skeleton-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pdr-card__media {
        min-height: 210px;
    }

    .pdr-card__image {
        height: 208px;
    }

    .pdr-compare-tray {
        right: 8px;
        bottom: calc(76px + env(safe-area-inset-bottom));
        left: 8px;
        width: calc(100vw - 16px);
        padding: 8px;
    }

    .pdr-compare-tray__items {
        grid-template-columns: repeat(3, minmax(145px, 1fr));
    }

    .pdr-compare-modal {
        padding: 0;
    }

    .pdr-compare-modal__dialog {
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        padding: 17px 13px max(18px, env(safe-area-inset-bottom));
        border: 0;
        border-radius: 0;
    }

    .pdr-compare-modal__grid {
        grid-template-columns: repeat(3, minmax(82vw, 1fr));
    }

    .pdr-compare-column__media {
        height: 240px;
    }

    .pdr-modal {
        padding: 0;
    }

    .pdr-modal__dialog {
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        border: 0;
        border-radius: 0;
    }

    .pdr-modal__gallery {
        min-height: 420px;
    }

    .pdr-modal__image-viewport {
        min-height: 330px;
        --pdr-image-pad-x: 48px;
        --pdr-image-pad-top: 44px;
        --pdr-image-pad-bottom: 30px;
    }

    .pdr-modal__gallery-footer {
        min-height: 68px;
    }

    .pdr-modal__content-scroll {
        padding: 22px 17px 20px;
    }

    .pdr-modal__action {
        padding: 11px 17px max(14px, env(safe-area-inset-bottom));
    }

    .pdr-modal__market-detail {
        padding: 13px 11px;
    }

    .pdr-market-detail__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .pdr-market-detail__meta {
        max-width: 100%;
        justify-content: flex-start;
    }

    .pdr-market-detail__metrics,
    .pdr-market-detail__comparison {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pdr-market-detail__history svg {
        height: 102px;
    }

    .pdr-market-detail__chart-endpoints {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .pdr-market-detail__chart-endpoints span:last-child {
        align-self: flex-end;
    }

    .pdr-market-detail__footer {
        flex-direction: column;
        gap: 8px;
    }

    .pdr-market-detail__footer a {
        display: inline-flex;
        min-height: 36px;
        align-items: center;
    }

    .pdr-modal__facts {
        grid-template-columns: 1fr;
    }

    .pdr-auth-form__row,
    .pdr-account-stats {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdr-root *,
    .pdr-root *::before,
    .pdr-root *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (forced-colors: active) {
    .pdr-card,
    .pdr-filters,
    .pdr-pulse,
    .pdr-view-toolbar,
    .pdr-compare-tray,
    .pdr-compare-modal__dialog,
    .pdr-modal__dialog,
    .pdr-modal__price-tile--market,
    .pdr-modal__market-detail,
    .pdr-member-panel__dialog,
    .pdr-mobile-nav {
        border: 1px solid CanvasText;
    }

    .pdr-market-detail__chart-line,
    .pdr-market-detail__chart-point {
        stroke: LinkText;
    }

    .pdr-market-detail__chart-area {
        fill: Canvas;
    }
}
