.review-panel[hidden]{display:none}.review-panel{position:fixed;z-index:20;inset:0}.review-backdrop{position:absolute;inset:0;background:rgba(52,37,35,.35);backdrop-filter:blur(2px)}.review-sheet{position:relative;width:min(620px,calc(100% - 28px));max-height:min(720px,calc(100vh - 40px));margin:20px auto;background:#fffdfb;border-radius:22px;padding:22px;box-shadow:0 24px 65px rgba(58,38,34,.24);display:flex;flex-direction:column}.review-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f1e5df;padding-bottom:15px}.review-head p{margin:0 0 4px;color:#d99b93;font-size:11px;font-weight:700;letter-spacing:.13em}.review-head h3{margin:0;font-size:21px}.review-head button{border:0;background:#fff0ed;color:#d56968;width:34px;height:34px;border-radius:50%;font-size:23px;cursor:pointer}.review-list{overflow:auto;display:grid;gap:8px;padding:14px 2px 2px}.review-item{display:grid;grid-template-columns:70px 1fr;column-gap:10px;text-align:left;padding:12px;border:1px solid #eee5df;border-radius:12px;background:#fff;cursor:pointer;font-family:inherit}.review-item:hover,.review-item.current{border-color:#ffabb2;background:#fff7f5}.review-item span{grid-row:1 / 3;color:#cf9d96;font-size:11px;font-weight:bold;padding-top:3px}.review-item strong{font-family:"Noto Serif JP",serif;font-size:17px;font-weight:600}.review-item small{color:#827574;font-size:12px;margin-top:4px}@media(max-width:520px){.review-sheet{margin:14px auto;max-height:calc(100vh - 28px);padding:18px}.review-item{grid-template-columns:57px 1fr;padding:10px}.review-item strong{font-size:15px}}
