.sr4-photo{width:100%;aspect-ratio:4/3;border-radius:12px;object-fit:cover;border:1px solid var(--border);display:block}.sr4-orn{display:flex;align-items:center;gap:6px;max-width:72px;margin:14px 0 0}.sr4-orn-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--rose),transparent);opacity:.4}.sr4-orn-gem{width:4px;height:4px;border:1px solid rgba(191,164,160,.6);transform:rotate(45deg);background:rgba(191,164,160,.2)}.sr4-dot{width:6px;height:6px;border-radius:50%;background:var(--rose-mid);cursor:pointer;transition:background .28s,transform .28s}.sr4-dot.on{background:#866a69;transform:scale(1.35)}