.byd-rp,.byd-rp *{box-sizing:border-box;font-family:'Inter'}.byd-rp{--byd-rp-accent:#c8551f;--byd-rp-text:#242220;--byd-rp-body:#4a453f;--byd-rp-muted:#84796d;--byd-rp-soft:#f3efe7;--byd-rp-warm:#fdf3eb;--byd-rp-border:#ebe3d8;--byd-rp-dark:#242220;--byd-rp-white:#fff;font-family:inherit;color:var(--byd-rp-text)}.byd-rp .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.byd-rp[hidden],.byd-rp [hidden]{display:none!important}.byd-rp__inner{width:min(100%, 1360px);margin:0 auto}.byd-rp-alert{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px;padding:16px 22px;border:1px solid #f0c9ac;border-radius:14px;background:var(--byd-rp-warm);color:#8a3e15;font-size:14.5px;font-weight:700}.byd-rp-alert.is-error{border-color:#efc1c1;background:#fff1f1;color:#9a2929}.byd-rp-alert__close{padding:0;border:0;background:#fff0;color:currentColor;font-size:22px;line-height:1;cursor:pointer}.byd-rp-heading{margin-bottom:44px}.byd-rp-eyebrow{display:block;margin-bottom:14px;color:var(--byd-rp-accent);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.byd-rp-heading__title{margin:0 0 12px;font-size:clamp(34px, 4vw, 42px);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--byd-rp-text)}.byd-rp-heading__subtitle{max-width:600px;margin:0;color:#6b6560;font-size:17px;line-height:1.55}.byd-rp-layout{display:grid;grid-template-columns:minmax(260px,0.34fr) minmax(0,1fr);gap:56px;align-items:start}.byd-rp-summary{position:sticky;top:96px}.byd-rp-score{display:flex;align-items:center;gap:16px;margin-bottom:22px}.byd-rp-score__number{font-size:52px;font-weight:800;line-height:1}.byd-rp-score__meta{display:flex;flex-direction:column;gap:6px}.byd-rp-score__count{color:var(--byd-rp-muted);font-size:13.5px}.byd-rp-stars{display:inline-flex;gap:2px}.byd-rp-star{width:16px;height:16px;stroke:var(--byd-rp-accent);stroke-width:1.2}.byd-rp-score__meta .byd-rp-star.is-filled{fill:#c8551f!important}.byd-rp-star.is-filled{fill:#242220}.byd-rp-star.is-empty{fill:#fff0}.byd-rp-stars--small .byd-rp-star{width:13px;height:13px}.byd-rp-bars{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.byd-rp-bar:focus,.byd-rp-bar:hover,.byd-rp-bar:active{background:#fff;border:1px solid var(--byd-rp-accent);color:var(--byd-rp-accent)}.byd-rp-bar{display:grid;grid-template-columns:14px minmax(90px,1fr) 34px;align-items:center;gap:10px;width:100%;padding:0;border:0;background:#fff0;color:var(--byd-rp-muted);font:inherit;cursor:pointer}.byd-rp-bar:hover .byd-rp-bar__label,.byd-rp-bar.is-active .byd-rp-bar__label,.byd-rp-bar.is-active .byd-rp-bar__percent{color:var(--byd-rp-accent);font-weight:800}.byd-rp-bar__label,.byd-rp-bar__percent{font-size:12.5px}.byd-rp-bar__percent{color:#a79e92;text-align:right}.byd-rp-bar__progress{width:100%;height:6px;border:0;border-radius:999px;background:var(--byd-rp-border);overflow:hidden;appearance:none}.byd-rp-bar__progress::-webkit-progress-bar{background:var(--byd-rp-border);border-radius:999px}.byd-rp-bar__progress::-webkit-progress-value{background:var(--byd-rp-accent);border-radius:999px}.byd-rp-bar__progress::-moz-progress-bar{background:var(--byd-rp-accent);border-radius:999px}.byd-rp-filters{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.byd-rp-filter{width:100%;padding:10px 18px;border:1.5px solid #e4dccf;border-radius:999px;background:var(--byd-rp-white);color:var(--byd-rp-body);font:inherit;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease,transform 0.2s ease}.byd-rp-filter:hover{border-color:var(--byd-rp-dark);transform:translateY(-1px)}.byd-rp-filter.is-active{border-color:var(--byd-rp-dark);background:var(--byd-rp-dark);color:var(--byd-rp-white)}.byd-rp-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:14px 22px;border:0;border-radius:12px;font:inherit;font-size:15px;font-weight:800;line-height:1.2;cursor:pointer;transition:transform 0.2s ease,opacity 0.2s ease,box-shadow 0.2s ease}.byd-rp-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgb(36 34 32 / .12);background:#fff;border:1px solid var(--byd-rp-accent);color:var(--byd-rp-accent)}.byd-rp-button:disabled{opacity:.55;cursor:wait;transform:none}.byd-rp-button--accent{background:var(--byd-rp-accent);color:var(--byd-rp-white)}.byd-rp-button--dark{background:var(--byd-rp-dark);color:var(--byd-rp-white)}.byd-rp-button--auto{width:auto;min-width:180px}.byd-rp-review-note{margin:0;padding:14px 16px;border:1px solid var(--byd-rp-border);border-radius:12px;background:var(--byd-rp-soft);color:var(--byd-rp-muted);font-size:13px;line-height:1.5}.byd-rp-results{min-width:0}.byd-rp-results__status{min-height:0;color:var(--byd-rp-muted);font-size:13px}.byd-rp-results.is-loading{opacity:.55;pointer-events:none}.byd-rp-list{display:flex;flex-direction:column;gap:24px}.byd-rp-card{padding:28px;border:1px solid var(--byd-rp-border);border-radius:20px;background:var(--byd-rp-white);box-shadow:0 8px 24px rgb(36 34 32 / .05)}.byd-rp .byd-rp-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.byd-rp .byd-rp-author{display:flex;align-items:center;gap:12px;min-width:0}.byd-rp .byd-rp-author__avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:var(--byd-rp-soft);color:var(--byd-rp-accent);font-size:15px;font-weight:800}.byd-rp .byd-rp-author__meta{min-width:0}.byd-rp .byd-rp-author__line{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.byd-rp .byd-rp-author__name{font-size:15px;color:var(--byd-rp-text)}.byd-rp .byd-rp-verified{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:999px;background:#eff5ee;color:#3f7a4e;font-size:11px;font-weight:800;white-space:nowrap}.byd-rp-icon{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.byd-rp-verified .byd-rp-icon{width:10px;height:10px;stroke-width:3}.byd-rp .byd-rp-card__date{color:#a79e92;font-size:12.5px;white-space:nowrap}.byd-rp-purchase{display:inline-block;margin-bottom:14px;padding:5px 12px;border-radius:999px;background:var(--byd-rp-soft);color:#6b6560;font-size:12px;font-weight:700}.byd-rp-card__title{display:inline-block;background:#f3efe7;color:#6b6560;font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;margin-bottom:14px}.byd-rp-card__text{margin-bottom:16px;color:var(--byd-rp-body);font-size:15.5px;line-height:1.65}.byd-rp-card__text p,.byd-rp-reply__text p{margin:0}.byd-rp-photos{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.byd-rp-photo{width:88px;height:88px;padding:0;border:0;border-radius:12px;background:var(--byd-rp-soft);overflow:hidden;cursor:zoom-in}.byd-rp-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.25s ease}.byd-rp-photo:hover img{transform:scale(1.05)}.byd-rp-helpful{display:flex;align-items:center;gap:8px;background:none;border:1px solid #e4dccf;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600;color:#6b6560;cursor:pointer}.byd-rp-helpful:hover,.byd-rp-helpful.is-voted{border-color:var(--byd-rp-accent);color:var(--byd-rp-accent);background-color:#fff}.byd-rp-helpful:disabled{cursor:default;opacity:.75}.byd-rp-reply{margin-top:16px;padding:14px 18px;border-left:3px solid var(--byd-rp-accent);border-radius:0 12px 12px 0;background:var(--byd-rp-warm)}.byd-rp-reply__title{display:block;margin-bottom:4px;color:var(--byd-rp-accent);font-size:13px}.byd-rp-reply__text{color:var(--byd-rp-body);font-size:14px;line-height:1.55}.byd-rp-load-more{display:block;min-width:220px;margin:28px auto 0;padding:13px 24px;border:1.5px solid var(--byd-rp-dark);border-radius:999px;background:var(--byd-rp-white);color:var(--byd-rp-dark);font:inherit;font-size:14px;font-weight:800;cursor:pointer}.byd-rp-load-more:hover{background:var(--byd-rp-dark);color:var(--byd-rp-white)}.byd-rp-no-match,.byd-rp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:240px;padding:48px 28px;border:1.5px dashed #ddd5c8;border-radius:20px;background:var(--byd-rp-soft);text-align:center}.byd-rp-no-match strong,.byd-rp-empty__title{font-size:18px}.byd-rp-no-match span,.byd-rp-empty__text{max-width:430px;margin:0 0 12px;color:#6b6560;font-size:15px;line-height:1.55}.byd-rp-admin-error{padding:14px 18px;border:1px solid #d63638;background:#fff5f5;color:#8a2424}.byd-rp-modal,.byd-rp-lightbox{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}.byd-rp-modal__backdrop,.byd-rp-lightbox__backdrop{position:absolute;inset:0;background:rgb(20 19 18 / .62);backdrop-filter:blur(2px)}.byd-rp-modal__dialog{position:relative;z-index:1;width:min(100%, 520px);max-height:calc(100vh - 48px);padding:34px 36px 36px;border-radius:24px;background:var(--byd-rp-white);box-shadow:0 28px 70px rgb(0 0 0 / .25);overflow-y:auto}.byd-rp-modal__title{margin:0 0 20px;font-size:24px;font-weight:800;line-height:1.2}.byd-rp-modal__close,.byd-rp-lightbox__close{position:absolute;top:16px;right:18px;z-index:3;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#fff0;color:var(--byd-rp-muted);font-size:24px;line-height:1;cursor:pointer}.byd-rp-modal__close:hover,.byd-rp-lightbox__close:hover{background:var(--byd-rp-soft);color:var(--byd-rp-text)}.byd-rp-form{display:flex;flex-direction:column;gap:14px}.byd-rp-form-stars{display:flex;gap:4px;margin:0 0 4px;padding:0;border:0}.byd-rp-form-star{width:30px;height:30px;padding:1px;border:0;background:#fff0;cursor:pointer}.byd-rp-form-star svg{width:100%;height:100%;fill:#fff0;stroke:var(--byd-rp-accent);stroke-width:1.3}.byd-rp-form-star.is-active svg{fill:var(--byd-rp-accent)}.byd-rp-field{display:block}.byd-rp-field input,.byd-rp-field textarea{display:block;width:100%;margin:0;padding:14px 16px;border:1px solid #dfd6ca;border-radius:13px;background:var(--byd-rp-white);color:var(--byd-rp-text);font:inherit;font-size:15px;line-height:1.45;outline:none}.byd-rp-field textarea{min-height:112px;resize:vertical}.byd-rp-field input:focus,.byd-rp-field textarea:focus{border-color:var(--byd-rp-accent);box-shadow:0 0 0 3px rgb(200 85 31 / .12)}.byd-rp-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:112px;padding:18px;border:1.5px dashed #dfd6ca;border-radius:14px;background:#fffdfa;color:var(--byd-rp-muted);text-align:center;cursor:pointer}.byd-rp-upload:hover{border-color:var(--byd-rp-accent);background:var(--byd-rp-warm)}.byd-rp-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.byd-rp-upload__icon{width:24px;height:24px;fill:none;stroke:#a79e92;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.byd-rp-upload strong{color:#6b6560;font-size:14px}.byd-rp-upload span{font-size:12.5px}.byd-rp-preview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.byd-rp-preview__item{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--byd-rp-soft)}.byd-rp-preview__item img{width:100%;height:100%;object-fit:cover}.byd-rp-form__message{min-height:0;color:#9a2929;font-size:13px;font-weight:700;line-height:1.45}.byd-rp-lightbox__dialog{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(94vw, 1180px);height:min(88vh, 900px);padding:48px 70px;border-radius:20px;background:#151412;box-shadow:0 28px 70px rgb(0 0 0 / .4)}.byd-rp-lightbox__image{display:block;max-width:100%;max-height:100%;object-fit:contain}.byd-rp-lightbox__counter{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);padding:6px 11px;border-radius:999px;background:rgb(0 0 0 / .66);color:#fff;font-size:12px;font-weight:700;line-height:1}.byd-rp-lightbox__nav{position:absolute;top:50%;z-index:2;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:rgb(255 255 255 / .12);color:#fff;font-size:36px;line-height:1;transform:translateY(-50%);cursor:pointer}.byd-rp-lightbox__nav:hover{background:rgb(255 255 255 / .22)}.byd-rp-lightbox__nav--prev{left:14px}.byd-rp-lightbox__nav--next{right:14px}.byd-rp-modal-open{overflow:hidden}@media (max-width:900px){.byd-rp-layout{grid-template-columns:1fr;gap:34px}.byd-rp-summary{position:static}.byd-rp-filters{flex-direction:row;flex-wrap:wrap}.byd-rp-filter{width:auto;flex:1 1 150px}}@media (max-width:600px){.byd-rp-heading{margin-bottom:32px}.byd-rp-heading__subtitle{font-size:15px}.byd-rp-score__number{font-size:46px}.byd-rp-card{padding:20px;border-radius:16px}.byd-rp-card__header{flex-direction:column}.byd-rp-card__date{padding-left:56px}.byd-rp-photo{width:76px;height:76px}.byd-rp-modal,.byd-rp-lightbox{padding:12px}.byd-rp-modal__dialog{max-height:calc(100vh - 24px);padding:28px 20px 24px;border-radius:18px}.byd-rp-preview{grid-template-columns:repeat(4,minmax(0,1fr))}.byd-rp-lightbox__dialog{width:100%;height:82vh;padding:42px 46px}.byd-rp-lightbox__nav{width:40px;height:40px}}.byd-rp-empty--results{width:100%;min-height:300px}