.refsw-price-prototype {
    --ink: #10283f; --muted: #607488; --navy: #072f5b; --blue: #1565d8;
    --blue-soft: #edf5ff; --green: #087a58; --green-soft: #e7f7f0;
    --warm: #8a5b00; --warm-soft: #fff7e3; --red: #a32c34;
    --line: #dce6ee; --line-strong: #c8d6e2; --canvas: #f4f8fb;
    max-width: 1120px; margin: 0 auto; padding: 18px 16px 64px; color: var(--ink);
    font: 16px/1.5 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.refsw-price-prototype *, .refsw-price-prototype *::before, .refsw-price-prototype *::after { box-sizing: border-box; }
.refsw-price-prototype [hidden] { display: none !important; }
.rpp-hero { position: relative; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(250px,.55fr); gap: 18px 40px; overflow: hidden; padding: clamp(26px,4vw,42px); border-radius: 24px; background: linear-gradient(128deg,#062a51 0%,#0b477f 68%,#08745b 140%); color: #fff; box-shadow: 0 18px 42px rgba(7,47,91,.16); }
.rpp-hero::after { position: absolute; right: -90px; top: -150px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.035),0 0 0 108px rgba(255,255,255,.025); content: ""; pointer-events: none; }
.rpp-hero-copy, .rpp-hero-steps, .rpp-notice { position: relative; z-index: 1; }
.rpp-kicker, .rpp-live-label, .rpp-step-label, .rpp-eyebrow { display: inline-flex; align-items: center; width: fit-content; font-size: 11px; font-weight: 800; letter-spacing: .075em; line-height: 1.2; text-transform: uppercase; }
.rpp-kicker { padding: 6px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; }
.rpp-hero h1 { margin: 13px 0 4px; color: #fff; font-size: clamp(34px,4.6vw,49px); line-height: 1.04; letter-spacing: -.04em; }
.rpp-hero p { max-width: 710px; margin: 7px 0 0; color: #dceaf7; font-size: 15px; line-height: 1.6; }
.rpp-hero .rpp-hero-lead { margin-top: 0; color: #fff; font-size: clamp(17px,2vw,20px); font-weight: 650; letter-spacing: -.01em; }
.rpp-hero-steps { align-self: center; display: grid; gap: 9px; }
.rpp-hero-steps span { display: flex; align-items: center; gap: 10px; color: #edf7ff; font-size: 13px; font-weight: 700; }
.rpp-hero-steps b { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.11); font-size: 11px; }
.rpp-notice { grid-column: 1/-1; display: flex; gap: 11px 18px; align-items: baseline; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); color: #dceaf7; font-size: 12px; }
.rpp-notice strong { flex: 0 0 auto; color: #fff; }
.rpp-layout { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(0,1.28fr); gap: 18px; margin-top: 20px; padding: 8px; border: 1px solid #e5edf3; border-radius: 25px; background: var(--canvas); }
.rpp-card { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(16,40,63,.05); }
.rpp-input-card, .rpp-result { padding: clamp(20px,2.7vw,29px); }
.rpp-input-card { box-shadow: none; }
.rpp-card h2 { margin: 5px 0 4px; color: var(--ink); font-size: clamp(22px,2.5vw,27px); line-height: 1.15; letter-spacing: -.025em; }
.rpp-step-label, .rpp-eyebrow { color: var(--blue); }
.rpp-muted { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.rpp-model-picker { position: relative; min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #f8fbfd; }
.rpp-search-field { position: relative; display: block; }
.rpp-search-field i { position: absolute; z-index: 1; left: 16px; bottom: 15px; display: block; width: 16px; height: 16px; margin: 0; padding: 0; border: 2px solid #71879a; border-radius: 50%; box-sizing: border-box; pointer-events: none; }
.rpp-search-field i::after { position: absolute; right: -5px; bottom: -3px; display: block; width: 6px; height: 2px; margin: 0; background: #71879a; content: ""; transform: rotate(45deg); transform-origin: left center; }
.rpp-search-results { position: absolute; z-index: 20; top: 76px; right: 14px; left: 14px; max-height: 290px; overflow-y: auto; border: 1px solid var(--line-strong); border-radius: 12px; background: #fff; box-shadow: 0 16px 32px rgba(16,40,63,.16); }
.rpp-search-result { display: block; width: 100%; padding: 11px 13px; border: 0; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.rpp-search-result:last-child { border-bottom: 0; }
.rpp-search-result:hover, .rpp-search-result:focus-visible { outline: 0; background: var(--blue-soft); }
.rpp-search-result strong, .rpp-search-result span { display: block; overflow-wrap: anywhere; }
.rpp-search-result strong { font-size: 12px; line-height: 1.4; }
.rpp-search-result span { margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.rpp-search-empty { margin: 0; padding: 13px; color: var(--muted); font-size: 12px; }
.rpp-picker-divider { display: flex; align-items: center; gap: 10px; margin: 14px 0 11px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.rpp-picker-divider::before, .rpp-picker-divider::after { height: 1px; flex: 1; background: var(--line); content: ""; }
.rpp-picker-divider span { flex: 0 0 auto; }
.rpp-picker-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; min-width: 0; }
.rpp-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 21px; }
.rpp-wide { grid-column: 1/-1; }
.rpp-field span { display: block; margin-bottom: 6px; color: #284158; font-size: 12px; font-weight: 800; }
.rpp-field { min-width: 0; }
.rpp-field input, .rpp-field select { width: 100%; min-width: 0; min-height: 47px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-size: 14px; font-weight: 500; line-height: 1.3; box-shadow: 0 1px 2px rgba(16,40,63,.025); text-overflow: ellipsis; }
.rpp-field.rpp-search-field input { padding-left: 46px; }
.rpp-field input:disabled, .rpp-field select:disabled { background: #eef3f6; color: #8293a2; cursor: not-allowed; }
.rpp-field input:hover, .rpp-field select:hover { border-color: #a9bccb; }
.rpp-field input:focus, .rpp-field select:focus { outline: 3px solid rgba(21,101,216,.13); border-color: var(--blue); }
.rpp-button { display: flex; align-items: center; justify-content: space-between; min-height: 49px; margin-top: 2px; padding: 12px 17px; border: 0; border-radius: 11px; background: var(--navy); color: #fff; font: 800 15px/1.2 inherit; cursor: pointer; box-shadow: 0 8px 18px rgba(7,47,91,.16); transition: transform .16s ease,background .16s ease; }
.rpp-button:hover { background: #0b457e; transform: translateY(-1px); }
.rpp-button:focus-visible { outline: 3px solid rgba(21,101,216,.25); outline-offset: 2px; }
.rpp-button:disabled { opacity: .55; cursor: wait; transform: none; }
.rpp-form-status { min-height: 18px; margin: 11px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.rpp-form-status.is-error { color: var(--red); font-weight: 750; }
.rpp-result { min-width: 0; }
.rpp-empty { display: grid; min-height: 380px; place-content: center; justify-items: center; padding: 30px; text-align: center; color: var(--muted); }
.rpp-empty-icon { display: grid; width: 48px; height: 48px; margin-bottom: 14px; place-items: center; border-radius: 15px; background: var(--blue-soft); color: var(--blue); font-size: 23px; font-weight: 800; }
.rpp-empty strong, .rpp-empty span { display: block; }
.rpp-empty strong { color: var(--ink); font-size: 19px; }
.rpp-empty>span:last-child { max-width: 300px; margin-top: 6px; font-size: 13px; }
.rpp-result-head, .rpp-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.rpp-result-badges { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.rpp-live-label { gap: 6px; padding: 6px 9px; border-radius: 999px; background: var(--green-soft); color: var(--green); letter-spacing: .04em; }
.rpp-live-label i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px rgba(8,122,88,.11); }
.rpp-verdict { padding: 7px 10px; border-radius: 999px; background: var(--blue-soft); color: #174f92; font-size: 11px; font-weight: 850; white-space: nowrap; }
.rpp-verdict.is-good { background: var(--green-soft); color: var(--green); }
.rpp-verdict.is-caution { background: #fff0c7; color: var(--warm); }
.rpp-verdict.is-high { background: #fde9eb; color: var(--red); }
.rpp-main-values { display: grid; grid-template-columns: .9fr 1fr 1.28fr; margin: 20px 0 17px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fbfdff; }
.rpp-main-values div { min-width: 0; padding: 14px 15px; }
.rpp-main-values div+div { border-left: 1px solid var(--line); }
.rpp-main-values span, .rpp-facts span, .rpp-facts small { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .025em; line-height: 1.35; text-transform: uppercase; }
.rpp-main-values strong, .rpp-facts strong { display: block; margin-top: 5px; color: var(--ink); font-size: 18px; line-height: 1.25; overflow-wrap: anywhere; }
.rpp-main-values div:last-child strong { font-size: 14px; line-height: 1.4; }
.rpp-range { padding: 17px 18px 15px; border: 1px solid #d7e5ef; border-radius: 15px; background: linear-gradient(150deg,#f8fbfd,#f1f7fb); }
.rpp-range-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.rpp-range-head>div>span { display: block; margin-bottom: 2px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.rpp-range-head strong { display: block; font-size: 13px; line-height: 1.4; }
.rpp-date-chip { flex: 0 0 auto; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font-size: 10px; }
.rpp-date-chip b { color: var(--ink); }
.rpp-track { position: relative; height: 10px; margin: 37px 4px 11px; border-radius: 999px; background: linear-gradient(90deg,#dbe8f1,#ccdae5); box-shadow: inset 0 1px 2px rgba(16,40,63,.08); }
.rpp-zone { position: absolute; top: 0; height: 100%; border-radius: 999px; background: linear-gradient(90deg,#71d7ae,#35b786); box-shadow: 0 0 0 2px rgba(8,122,88,.07); }
.rpp-median { position: absolute; top: -5px; width: 2px; height: 20px; border-radius: 2px; background: var(--green); transform: translateX(-50%); }
.rpp-pin { position: absolute; top: 50%; width: 21px; height: 21px; border: 4px solid #fff; border-radius: 50%; background: var(--navy); box-shadow: 0 3px 9px rgba(7,47,91,.32); transform: translate(-50%,-50%); }
.rpp-pin::before { position: absolute; left: 50%; bottom: 20px; padding: 4px 7px; border-radius: 6px; background: var(--navy); color: #fff; content: "Ditt pris"; font-size: 8px; font-weight: 800; white-space: nowrap; transform: translateX(-50%); }
.rpp-pin::after { position: absolute; left: 50%; bottom: 16px; border: 4px solid transparent; border-top-color: var(--navy); content: ""; transform: translateX(-50%); }
.rpp-range-labels { display: flex; justify-content: space-between; gap: 8px; padding-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; }
.rpp-market-label { color: var(--green); text-align: center; white-space: nowrap; word-break: normal; overflow-wrap: normal; }
.rpp-range>p { margin: 17px 0 0; padding-top: 12px; border-top: 1px solid var(--line); color: #40586e; font-size: 12px; line-height: 1.5; }
.rpp-warning { position: relative; margin-top: 13px; padding: 13px 15px 13px 42px; border: 1px solid #efd28c; border-radius: 12px; background: var(--warm-soft); color: #6f520e; font-size: 12px; line-height: 1.5; }
.rpp-warning::before { position: absolute; left: 15px; top: 13px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #e5ae31; color: #fff; content: "!"; font-size: 11px; font-weight: 900; }
.rpp-warning strong { display: block; color: #614607; }
.rpp-subhead { margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.rpp-subhead>span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.rpp-subhead h3 { margin: 2px 0; color: var(--ink); font-size: 17px; }
.rpp-subhead p { margin: 0; color: var(--muted); font-size: 11px; }
.rpp-risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 11px; }
.rpp-risk-grid article { display: flex; gap: 10px; min-width: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; }
.rpp-risk-grid article>i { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border-radius: 8px; background: var(--blue-soft); color: var(--blue); font-size: 10px; font-style: normal; font-weight: 900; }
.rpp-risk-grid strong, .rpp-risk-grid span { display: block; }
.rpp-risk-grid strong { font-size: 11px; line-height: 1.45; }
.rpp-risk-grid span { margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.rpp-products-card { overflow: hidden; }
.rpp-products-card>.rpp-section-head { align-items: center; }
.rpp-products-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.rpp-product { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 7px 18px rgba(16,40,63,.055); }
.rpp-product-media { position: relative; display: grid; height: 132px; overflow: hidden; place-items: center; border-bottom: 1px solid var(--line); background: linear-gradient(145deg,#f8fbfd,#edf4f8); }
.refsw-price-prototype .rpp-product-media>img { position: absolute !important; z-index: 1; inset: 10px !important; display: block !important; width: calc(100% - 20px) !important; height: calc(100% - 20px) !important; min-width: 0 !important; max-width: none !important; margin: 0 !important; padding: 0 !important; object-fit: contain !important; object-position: center center !important; }
.rpp-product-placeholder { position: absolute; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; background: #dfeaf2; color: #7890a3; font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.rpp-product-media.has-image .rpp-product-placeholder { display: none; }
.rpp-product-body { display: flex; min-width: 0; height: 100%; flex-direction: column; padding: 14px; }
.rpp-product-merchant { align-self: flex-start; padding: 4px 7px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: 9px; font-weight: 850; line-height: 1.2; overflow-wrap: anywhere; }
.rpp-product h3 { display: -webkit-box; min-height: 38px; margin: 9px 0 4px; overflow: hidden; color: var(--ink); font-size: 13px; line-height: 1.45; letter-spacing: -.01em; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rpp-product-configuration { margin: 0; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.4; overflow-wrap: anywhere; }
.rpp-product-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 8px; margin-top: 10px; }
.rpp-product-price strong { color: var(--ink); font-size: 19px; line-height: 1.2; }
.rpp-product-price del { color: var(--muted); font-size: 10px; }
.rpp-product-meta { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.rpp-product-meta span { max-width: 100%; padding: 3px 6px; border: 1px solid var(--line); border-radius: 6px; color: #40586e; font-size: 9px; line-height: 1.3; overflow-wrap: anywhere; }
.rpp-product-comparison { margin-top: 11px; padding-top: 10px; border-top: 1px solid var(--line); }
.rpp-product-comparison strong, .rpp-product-comparison>span { display: block; line-height: 1.4; }
.rpp-product-comparison strong { color: var(--green); font-size: 10px; }
.rpp-product-comparison>span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.rpp-product-low { margin: 8px 0 0; padding: 7px 8px; border-radius: 7px; background: var(--warm-soft); color: #73540b; font-size: 9px; font-weight: 750; line-height: 1.4; }
.rpp-product-link { display: flex; min-height: 38px; margin-top: auto; padding: 11px 12px 0; align-items: center; justify-content: space-between; color: var(--blue); font-size: 11px; font-weight: 850; text-decoration: none; }
.rpp-product-link::after { content: "→"; }
.rpp-product-link:hover, .rpp-product-link:focus-visible { color: var(--navy); text-decoration: underline; }
.rpp-products-empty { margin-top: 18px; padding: 20px; border: 1px dashed var(--line-strong); border-radius: 13px; background: #f8fbfd; text-align: center; }
.rpp-products-empty strong { display: block; font-size: 15px; }
.rpp-products-empty p { max-width: 620px; margin: 5px auto 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.rpp-affiliate-note { margin: 14px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.rpp-section { margin-top: 20px; padding: clamp(20px,3vw,28px); }
.rpp-section-head h2 { margin: 5px 0 3px; font-size: clamp(21px,2.8vw,27px); }
.rpp-period-pill { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: 12px; white-space: nowrap; }
.rpp-facts { display: grid; grid-template-columns: repeat(6,1fr); margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.rpp-facts div { min-width: 0; padding: 13px 12px; background: #fbfdff; }
.rpp-facts div+div { border-left: 1px solid var(--line); }
.rpp-facts strong { font-size: 15px; }
.rpp-facts small { margin-top: 5px; font-size: 8px; font-weight: 600; line-height: 1.35; text-transform: none; }
.rpp-chart-latest { min-width: 170px; padding: 10px 13px; border-left: 2px solid var(--green); text-align: right; }
.rpp-chart-latest strong, .rpp-chart-latest span { display: block; }
.rpp-chart-latest span { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.rpp-chart-latest strong { margin-top: 2px; font-size: 23px; }
.rpp-chart-period { margin: 4px 0 5px; color: var(--green); font-size: 12px; font-weight: 800; line-height: 1.4; white-space: normal; overflow-wrap: normal; word-break: normal; }
.rpp-chart-period { margin: 5px 0 3px; color: var(--blue); font-size: 12px; font-weight: 800; line-height: 1.45; white-space: normal; }
.rpp-chart-summary { margin: 18px 0 0; padding: 12px 14px; border-left: 3px solid var(--blue); border-radius: 0 10px 10px 0; background: var(--blue-soft); color: #254760; font-size: 13px; font-weight: 650; line-height: 1.5; }
.rpp-chart-legend { display: flex; gap: 17px; margin: 18px 0 8px; color: var(--muted); font-size: 10px; font-weight: 700; }
.rpp-chart-legend span { display: flex; align-items: center; gap: 6px; }
.rpp-chart-legend b { color: var(--ink); }
.rpp-chart-legend i { display: inline-block; width: 18px; }
.rpp-chart-legend .is-line { height: 3px; border-radius: 3px; background: var(--blue); }
.rpp-chart-legend .is-band { height: 8px; border-radius: 2px; background: #cfeee1; }
.rpp-chart-wrap { padding: 12px 14px 7px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg,#fbfdff,#f7fafc); }
.rpp-chart { height: 260px; }
.rpp-chart svg { display: block; width: 100%; height: 100%; overflow: visible; }
.rpp-chart-axis { display: flex; justify-content: space-between; margin: 3px 3px 0 51px; color: var(--muted); font-size: 10px; }
.rpp-chart-note { margin: 11px 0 0; color: var(--muted); font-size: 10px; }
.rpp-chart-help { margin: 12px 0 0; color: #40586e; font-size: 12px; line-height: 1.5; }
.rpp-chart-grid { stroke: #e4ebf1; stroke-width: 1; }
.rpp-chart-y { fill: #718497; font-size: 10px; }
.rpp-chart-band { fill: #d9f2e8; opacity: .82; }
.rpp-chart-line { fill: none; stroke: var(--blue); stroke-width: 3.25; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 2px 2px rgba(21,101,216,.12)); }
.rpp-chart-point { fill: var(--green); stroke: #fff; stroke-width: 3; }
.rpp-chart-gap { fill: none; stroke: #708da5; stroke-width: 2.5; stroke-dasharray: 6 6; stroke-linecap: round; opacity: .9; }
.rpp-loading { opacity: .58; pointer-events: none; }
@media (max-width:960px) { .rpp-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .rpp-facts { grid-template-columns: repeat(3,1fr); } .rpp-facts div:nth-child(4) { border-left: 0; } .rpp-facts div:nth-child(n+4) { border-top: 1px solid var(--line); } }
@media (max-width:820px) { .rpp-hero { grid-template-columns: 1fr; } .rpp-hero-steps { grid-template-columns: repeat(3,1fr); } .rpp-hero-steps span { display: grid; justify-items: center; gap: 6px; text-align: center; } .rpp-layout { grid-template-columns: 1fr; } .rpp-empty { min-height: 250px; } }
@media (max-width:620px) {
    .refsw-price-prototype { padding: 10px 11px 48px; }
    .rpp-hero { gap: 20px; padding: 24px 20px; border-radius: 19px; }
    .rpp-hero h1 { font-size: 34px; } .rpp-hero p { font-size: 14px; } .rpp-hero .rpp-hero-lead { font-size: 17px; }
    .rpp-notice { display: block; padding-top: 14px; } .rpp-notice strong, .rpp-notice span { display: block; } .rpp-notice span { margin-top: 4px; }
    .rpp-layout { gap: 9px; margin-top: 13px; padding: 5px; border-radius: 20px; }
    .rpp-input-card, .rpp-result, .rpp-section { padding: 19px 16px; border-radius: 15px; }
    .rpp-form, .rpp-picker-grid { grid-template-columns: 1fr; gap: 11px; } .rpp-wide { grid-column: auto; }
    .rpp-result-head { display: block; } .rpp-result-badges { align-items: flex-start; flex-direction: row; flex-wrap: wrap; margin-top: 12px; }
    .rpp-main-values { grid-template-columns: 1fr 1fr; } .rpp-main-values div:last-child { grid-column: 1/-1; border-top: 1px solid var(--line); border-left: 0; }
    .rpp-risk-grid, .rpp-products-grid { grid-template-columns: 1fr; } .rpp-section-head { display: block; }
    .rpp-products-card>.rpp-section-head .rpp-live-label { margin-top: 12px; } .rpp-products-grid { grid-template-columns: 1fr; gap: 10px; } .rpp-product { display: grid; grid-template-columns: 104px minmax(0,1fr); } .rpp-product-media { height: 100%; min-height: 190px; border-right: 1px solid var(--line); border-bottom: 0; } .rpp-product-body { padding: 13px; } .rpp-product h3 { min-height: 0; }
    .rpp-period-pill { display: inline-block; margin-top: 12px; }
    .rpp-facts { grid-template-columns: repeat(2,1fr); } .rpp-facts div:nth-child(4) { border-left: 1px solid var(--line); } .rpp-facts div:nth-child(odd) { border-left: 0; } .rpp-facts div:nth-child(n+3) { border-top: 1px solid var(--line); }
    .rpp-chart-latest { min-width: 0; margin-top: 12px; text-align: left; } .rpp-chart-period { max-width: 100%; font-size: 11px; } .rpp-chart { height: 220px; } .rpp-chart-wrap { padding: 10px 8px 7px; } .rpp-chart-axis { margin-left: 45px; }
}
@media (max-width:430px) {
    .refsw-price-prototype { padding-left: 11px; padding-right: 11px; } .rpp-hero { padding: 24px 19px; }
    .rpp-hero-steps span { font-size: 11px; } .rpp-hero-steps b { width: 25px; height: 25px; flex-basis: 25px; }
    .rpp-main-values strong { font-size: 17px; } .rpp-range { padding: 16px 14px 14px; }
    .rpp-range-head { display: block; } .rpp-date-chip { display: inline-block; margin-top: 6px; }
    .rpp-range-labels { display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; } .rpp-range-labels span:last-child { text-align: right; }
    .rpp-market-label { font-size: 8px; } .rpp-chart-legend { display: grid; gap: 8px; }
}
@media (max-width:380px) {
    .rpp-main-values { grid-template-columns: 1fr; } .rpp-main-values div+div { border-top: 1px solid var(--line); border-left: 0; } .rpp-main-values div:last-child { grid-column: auto; }
    .rpp-product { grid-template-columns: 88px minmax(0,1fr); } .rpp-product-media { min-height: 170px; }
    .rpp-facts { grid-template-columns: 1fr; } .rpp-facts div:nth-child(n) { border-left: 0; } .rpp-facts div+div { border-top: 1px solid var(--line); }
}
@media (prefers-reduced-motion:reduce) { .rpp-button { transition: none; } }
