@charset "utf-8";

.rd-hero { padding: var(--section-gap) 0 0; background: rgb(255, 255, 255); }

.rd-search-wrap { position: relative; max-width: 600px; margin: 24px 0px 0px; }

.rd-search { width: 100%; padding: 16px 52px 16px 20px; border-radius: 50px; border: 2px solid rgba(36, 52, 71, 0.25); font-size: 0.95rem; font-family: inherit; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 20px; outline: none; color: var(--char); transition: border-color 0.2s, box-shadow 0.2s; box-sizing: border-box; }

.rd-search:focus { border-color: var(--navy-primary); box-shadow: rgba(36, 52, 71, 0.18) 0px 4px 24px; }

.rd-search-icon { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 1.1rem; pointer-events: none; }

.rd-chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0px 0px; padding-bottom: 28px; }

.rd-chip { display: flex; align-items: center; gap: 6px; padding: 9px 18px; border-radius: 50px; border: 2px solid transparent; font-size: 0.85rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: 0.18s; white-space: nowrap; }

.rd-chip-calm { background: var(--lav-lt); color: rgb(122, 106, 176); }

.rd-chip-calm.active, .rd-chip-calm:hover { background: var(--lav); color: rgb(255, 255, 255); border-color: var(--lav); }

.rd-chip-focus { background: var(--sky-lt); color: rgb(42, 106, 132); }

.rd-chip-focus.active, .rd-chip-focus:hover { background: var(--sky); color: rgb(255, 255, 255); border-color: var(--sky); }

.rd-chip-energy { background: var(--yel-lt); color: rgb(138, 98, 0); }

.rd-chip-energy.active, .rd-chip-energy:hover { background: var(--yel); color: rgb(90, 62, 0); border-color: var(--yel); }

.rd-chip-comfort { background: var(--peach-lt); color: rgb(192, 90, 32); }

.rd-chip-comfort.active, .rd-chip-comfort:hover { background: var(--peach); color: rgb(255, 255, 255); border-color: var(--peach); }

.rd-chip-happy { background: rgb(241, 239, 237); color: rgb(138, 98, 0); }

.rd-chip-happy.active, .rd-chip-happy:hover { background: rgb(231, 229, 228); color: rgb(90, 62, 0); border-color: rgb(231, 229, 228); }

.rd-chip-sleep { background: rgb(232, 228, 245); color: rgb(106, 90, 148); }

.rd-chip-sleep.active, .rd-chip-sleep:hover { background: rgb(196, 184, 232); color: rgb(255, 255, 255); border-color: rgb(196, 184, 232); }

.rd-grid-section { background: var(--hu-white-mist); padding: 40px 0px 60px; }

.rd-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; flex-wrap: wrap; gap: 12px; }

.rd-results-label { font-size: 0.82rem; color: var(--brown); font-weight: 600; }

.rd-sort { background: rgb(255, 255, 255); border: 1.5px solid rgba(36, 52, 71, 0.25); border-radius: 50px; padding: 7px 14px; font-size: 0.8rem; font-family: inherit; color: var(--char); cursor: pointer; outline: none; }

.rd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

@media (max-width: 860px) {
  .rd-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .rd-grid { grid-template-columns: 1fr; }
}

.rd-card { background: rgb(255, 255, 255); border-radius: 20px; overflow: hidden; box-shadow: var(--sh); cursor: pointer; transition: transform 0.22s, box-shadow 0.22s; position: relative; }

.rd-card:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.13) 0px 14px 42px; }

.rd-card-img { height: 180px; display: flex; align-items: flex-end; padding: 14px; position: relative; overflow: hidden; }

.rd-card-save { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(4px); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.18s; z-index: 2; }

.rd-card-save:hover { background: rgb(255, 255, 255); transform: scale(1.1); }

.rd-card-badges { display: flex; gap: 6px; flex-wrap: wrap; }

.rd-card-badge { background: rgba(0, 0, 0, 0.42); backdrop-filter: blur(4px); color: rgb(255, 255, 255); padding: 3px 10px; border-radius: 50px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.03em; }

.rd-card-body { padding: 16px; }

.rd-card-title { font-weight: 800; font-size: 0.93rem; color: var(--char); margin-bottom: 6px; line-height: 1.35; }

.rd-card-meta { display: flex; align-items: center; gap: 12px; font-size: 0.76rem; color: var(--brown); margin-bottom: 10px; }

.rd-mood-dots { display: flex; gap: 5px; margin-bottom: 10px; }

.rd-mood-dot { font-size: 0.85rem; }

.rd-plate-preview { height: 6px; border-radius: 3px; overflow: hidden; display: flex; margin-top: 2px; }

.rd-plate-seg { height: 100%; transition: width 0.3s; }

.rd-score-row { display: flex; align-items: center; gap: 6px; margin-top: 8px; }

.rd-score-bar { flex: 1 1 0%; height: 5px; background: rgb(238, 238, 238); border-radius: 3px; overflow: hidden; }

.rd-score-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg,var(--sage),var(--peach)); }

.rd-score-lbl { font-size: 0.7rem; color: var(--brown); }

.rd-empty { text-align: center; padding: 60px 20px; grid-column: 1 / -1; }

.rd-empty-icon { font-size: 3rem; margin-bottom: 12px; }

.rd-loadmore { text-align: center; margin-top: 36px; }

.rp-hero { position: relative; height: 340px; display: flex; align-items: flex-end; padding: 0px; }

@media (max-width: 600px) {
  .rp-hero { height: 240px; }
}

.rp-hero-overlay { position: absolute; inset: 0px; background: linear-gradient(to top, rgba(30, 30, 20, 0.72) 0%, rgba(0, 0, 0, 0.1) 60%); }

.rp-hero-content { position: relative; z-index: 2; padding: 28px 32px; width: 100%; box-sizing: border-box; }

@media (max-width: 600px) {
  .rp-hero-content { padding: 20px; }
}

.rp-mood-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }

.rp-mood-tag { background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(6px); color: rgb(255, 255, 255); padding: 4px 12px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; }

.rp-title { font-family: Georgia, serif; font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 700; color: rgb(255, 255, 255); line-height: 1.2; margin-bottom: 12px; }

.rp-meta-row { display: flex; gap: 16px; flex-wrap: wrap; }

.rp-meta-item { display: flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, 0.88); font-size: 0.8rem; font-weight: 600; }

.rp-body { background: var(--hu-white-mist); padding: 40px 0px 60px; }

.rp-layout { display: grid; grid-template-columns: 1fr 340px; gap: 36px; align-items: start; }

@media (max-width: 820px) {
  .rp-layout { grid-template-columns: 1fr; }
}

.rp-section-title { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; color: var(--char); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--sage-lt); }

.rp-ingredients { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }

.rp-ingredient { display: flex; align-items: center; gap: 12px; font-size: 0.88rem; color: var(--char); }

.rp-ingredient::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--navy-primary); flex-shrink: 0; }

.rp-ingredient-amt { color: var(--brown); font-size: 0.8rem; margin-left: auto; white-space: nowrap; }

.rp-steps { display: flex; flex-direction: column; gap: 18px; margin-bottom: 32px; }

.rp-step { display: flex; gap: 16px; }

.rp-step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--navy-primary); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem; flex-shrink: 0; margin-top: 2px; }

.rp-step-text { font-size: 0.9rem; color: var(--char); line-height: 1.75; }

.rp-plate-wrap { background: rgb(255, 255, 255); border-radius: 20px; padding: 22px; box-shadow: var(--sh); margin-bottom: 22px; }

.rp-plate-title { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--navy-primary); margin-bottom: 14px; }

.rp-plate-circle { width: 140px; height: 140px; border-radius: 50%; margin: 0px auto 16px; position: relative; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 18px; }

.rp-plate-key { display: flex; flex-direction: column; gap: 8px; }

.rp-plate-key-item { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--char); }

.rp-plate-key-dot { width: 12px; height: 12px; border-radius: 3px; flex-shrink: 0; }

.rp-science { background: rgb(255, 255, 255); border-radius: 20px; padding: 22px; box-shadow: var(--sh); }

.rp-science-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0px; border-bottom: 1px solid rgb(245, 245, 245); }

.rp-science-item:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; padding-bottom: 0px; }

.rp-science-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }

.rp-science-label { font-weight: 700; font-size: 0.82rem; color: var(--char); margin-bottom: 2px; }

.rp-science-val { font-size: 0.78rem; color: var(--brown); line-height: 1.5; }

.rp-sticky-card { background: rgb(255, 255, 255); border-radius: 20px; padding: 22px; box-shadow: var(--sh); position: sticky; top: 80px; }

.rp-cta-row { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }

.pw-overlay { position: fixed; inset: 0px; background: rgba(20, 20, 15, 0.6); backdrop-filter: blur(6px); z-index: 9998; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity 0.25s; }

.pw-overlay.open { opacity: 1; pointer-events: all; }

.pw-modal { background: rgb(255, 255, 255); border-radius: 28px; padding: 36px 32px 28px; max-width: 420px; width: 100%; box-shadow: rgba(0, 0, 0, 0.2) 0px 24px 80px; transform: translateY(16px) scale(0.97); transition: transform 0.28s; }

.pw-overlay.open .pw-modal { transform: translateY(0px) scale(1); }

.pw-icon { width: 64px; height: 64px; border-radius: 20px; background: linear-gradient(135deg,var(--sage-lt),var(--yel-lt)); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0px auto 18px; }

.pw-title { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 700; text-align: center; color: var(--char); margin-bottom: 8px; }

.pw-sub { font-size: 0.88rem; color: var(--brown); text-align: center; line-height: 1.7; margin-bottom: 22px; }

.pw-perks { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }

.pw-perk { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--char); }

.pw-perk-tick { width: 22px; height: 22px; border-radius: 50%; background: rgb(34, 197, 94); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 0.68rem; flex-shrink: 0; }

.pw-actions { display: flex; flex-direction: column; gap: 10px; }

.pw-divider { display: flex; align-items: center; gap: 10px; color: rgb(204, 204, 204); font-size: 0.75rem; margin: 2px 0px; }

.pw-divider::before, .pw-divider::after { content: ""; flex: 1 1 0%; height: 1px; background: rgb(238, 238, 238); }

.pw-continue { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: var(--brown); font-size: 0.82rem; cursor: pointer; font-family: inherit; text-decoration: underline; text-align: center; padding: 4px; transition: color 0.15s; }

.pw-continue:hover { color: var(--navy-primary); }